*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:#f4f5f7;color:#1a1a1a}.app-shell{max-width:480px;margin:0 auto;min-height:100%;background:#fff;display:flex;flex-direction:column}.topbar{padding:14px 16px;background:#f9a825;color:#1a1a1a;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:5}.topbar h1{font-size:17px;margin:0}.topbar button{background:none;border:1px solid #1a1a1a33;border-radius:8px;padding:6px 10px;font-size:13px;color:#1a1a1a}.content{padding:16px;flex:1}.login-box{padding:40px 24px}.login-box h1{text-align:center;margin-bottom:4px}.login-box p.sub{text-align:center;color:#666;margin-top:0;margin-bottom:28px}label{display:block;font-size:14px;margin-bottom:6px;color:#333}input[type=text],input[type=password]{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;font-size:16px;margin-bottom:16px}button.primary{width:100%;padding:14px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600}button.primary:disabled{opacity:.5}button.secondary{width:100%;padding:12px;background:#fff;color:#1a1a1a;border:1px solid #ccc;border-radius:10px;font-size:15px;margin-top:10px}.error-banner{background:#fdecea;color:#b3261e;padding:10px 12px;border-radius:8px;font-size:14px;margin-bottom:14px}.info-banner{background:#eef6ff;color:#0b4a8f;padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:14px;line-height:1.5}.success-banner{background:#e8f5e9;color:#1e7d32;padding:12px;border-radius:8px;font-size:14px;margin-bottom:14px}.date-pill{display:inline-block;background:#1a1a1a;color:#fff;padding:6px 12px;border-radius:999px;font-size:13px;margin-bottom:16px}.checklist-item{border:1px solid #e5e5e5;border-radius:12px;padding:12px;margin-bottom:12px;display:flex;align-items:center;gap:12px}.checklist-item .thumb{width:64px;height:64px;border-radius:8px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.checklist-item .thumb img{width:100%;height:100%;object-fit:cover}.checklist-item .info{flex:1;min-width:0}.checklist-item .info .label{font-size:14px;font-weight:500;margin-bottom:4px}.checklist-item .info .status{font-size:12px;color:#888}.checklist-item .info .status.done{color:#1e7d32;font-weight:600}.checklist-item .cam-btn{border:none;background:#f9a825;color:#1a1a1a;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;flex-shrink:0}.tabbar{display:flex;border-top:1px solid #eee;position:sticky;bottom:0;background:#fff}.tabbar button{flex:1;padding:12px;border:none;background:none;font-size:13px;color:#888}.tabbar button.active{color:#1a1a1a;font-weight:700}.history-item{border:1px solid #eee;border-radius:10px;padding:12px;margin-bottom:10px}.history-item .time{font-weight:600;font-size:14px;margin-bottom:6px}.history-item .thumbs{display:flex;gap:6px;flex-wrap:wrap}.history-item .thumbs a img{width:40px;height:40px;object-fit:cover;border-radius:6px}.spinner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;font-size:15px;z-index:20}
