:root{--blue:#0284c7;--navy:#071a2e;--ink:#12233a;--muted:#64748b;--line:#dbe6f0;--bg:#f4f8fc;--good:#10b981}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}.shell{max-width:1080px;margin:auto;padding:24px}.topbar,.hero,.sync-card,.form-head,.actions,.evidence,.records-head{display:flex;align-items:center}.topbar{justify-content:space-between;padding:8px 0 28px}.brand{display:flex;gap:11px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:linear-gradient(145deg,#06b6d4,#0369a1);font-size:24px;font-weight:800}.brand small,.hero p,.form-head p,.records-head p,.evidence small,.sync-card small{display:block;color:var(--muted);margin-top:3px}.status{font-size:14px;font-weight:650;border:1px solid #bfdbfe;background:#eff6ff;color:#075985;border-radius:999px;padding:8px 12px}.status span{display:inline-block;width:8px;height:8px;background:var(--good);border-radius:50%;margin-right:5px}.status.offline{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.status.offline span{background:#f97316}.hero{justify-content:space-between;gap:20px;background:linear-gradient(125deg,#082f49,#075985);color:#fff;border-radius:22px;padding:32px 36px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.2px;color:#67e8f9!important;margin:0}.hero h1{font-size:clamp(26px,4vw,40px);margin:8px 0}.hero p{color:#d7edf8;margin-bottom:0}.sync-card{gap:12px;min-width:255px;padding:14px;border:1px solid #5ea7c8;border-radius:15px;background:#ffffff12}.sync-card strong{font-size:26px;display:block}.sync-card small{color:#d7edf8}.sync-icon{font-size:25px}.secondary,.text-button{border:1px solid #bfd5e5;border-radius:9px;background:#fff;color:#075985;font-weight:700;padding:10px 13px;cursor:pointer}.sync-card .secondary{margin-left:auto;font-size:12px;padding:8px;background:#fff}.tabs{display:flex;gap:7px;margin:27px 0 16px;border-bottom:1px solid var(--line)}.tab{background:transparent;border:0;border-bottom:3px solid transparent;padding:12px 16px;color:var(--muted);font-weight:700;cursor:pointer}.tab.active{color:var(--blue);border-color:var(--blue)}.tab span{background:#e0f2fe;border-radius:12px;padding:1px 7px;font-size:12px}.view{background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px #0f172a0a;border-radius:18px;padding:28px}.form-head,.records-head{justify-content:space-between;margin-bottom:24px}.form-head h2,.records-head h2{margin:0;font-size:24px}.form-head p,.records-head p{margin-bottom:0}.text-button{border:0;background:transparent;color:#dc2626}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}label{font-weight:700;font-size:14px;display:block}input,select,textarea{width:100%;display:block;margin-top:7px;border:1px solid #cbd5e1;border-radius:9px;padding:12px;font:inherit;color:var(--ink);background:#fff}input:focus,select:focus,textarea:focus{outline:3px solid #bae6fd;border-color:var(--blue)}fieldset{border:0;padding:0;margin:23px 0}legend{font-size:14px;font-weight:700;margin-bottom:9px}.ratings{display:flex;gap:9px}.ratings button{height:42px;width:48px;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;border-radius:9px;font-weight:800;cursor:pointer}.ratings button.selected{background:var(--blue);color:#fff;border-color:var(--blue)}fieldset small{color:var(--muted);margin-top:8px;display:block}.evidence{justify-content:space-between;border:1px dashed #9ac6dd;background:#f7fcff;border-radius:11px;padding:15px;margin-top:18px}.camera{margin:0;color:#075985;cursor:pointer}.camera input{display:none}.photo-preview{max-height:240px;max-width:100%;border-radius:10px;margin-top:14px}.actions{gap:15px;margin-top:26px}.primary{border:0;border-radius:9px;background:var(--blue);color:#fff;padding:13px 18px;font-weight:800;cursor:pointer}.primary:hover{background:#0369a1}.actions span{font-size:13px;color:var(--muted)}.records-list{display:grid;gap:12px}.record{border:1px solid var(--line);border-radius:12px;padding:17px;display:flex;gap:14px;justify-content:space-between}.record h3{margin:0 0 5px}.record p{margin:0;color:var(--muted)}.tag{font-size:12px;padding:5px 9px;border-radius:99px;background:#fef3c7;color:#92400e;height:max-content}.tag.synced{background:#d1fae5;color:#065f46}.empty{text-align:center;padding:50px;color:var(--muted)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,120px);background:#102a43;color:#fff;padding:13px 17px;border-radius:10px;box-shadow:0 8px 22px #0003;transition:.25s;z-index:3}.toast.show{transform:translate(-50%,0)}.hidden{display:none!important}@media(max-width:690px){.shell{padding:15px}.hero{padding:25px;align-items:flex-start;flex-direction:column}.sync-card{width:100%}.grid{grid-template-columns:1fr}.view{padding:20px}.topbar{padding-bottom:18px}.record{flex-direction:column}.form-head h2,.records-head h2{font-size:20px}}
