:root{--navy:#0f1b29;--slate:#334155;--green:#10b981;--bg:#f1f5f9;--white:#f8fafc;--muted:#64748b;--danger:#dc2626;--line:#dbe3eb}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--navy);background:var(--navy)}body{margin:0;background:var(--bg);min-height:100vh;padding-bottom:90px}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}.top{position:sticky;top:0;z-index:20;background:var(--navy);color:white;padding:13px 16px;display:flex;justify-content:space-between;align-items:center}.top small{font-size:10px;color:var(--green);font-weight:900;letter-spacing:.12em}.top h1{font-size:18px;margin:2px 0}.top>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.pill{border:1px solid #ffffff44;border-radius:99px;padding:5px 8px;color:#6ee7b7;font-size:10px;font-weight:900}.pill.offline{color:#fca5a5}.sync{font-size:9px;color:#cbd5e1;max-width:150px;text-align:right}main{max-width:920px;margin:auto;padding:16px}.hero{background:linear-gradient(140deg,#17314a,var(--navy));color:white;padding:20px;border-radius:20px}.hero small{color:#6ee7b7}.hero h2{font-size:26px;margin:6px 0}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0}.stat,.card,.list,.form{background:white;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:0 6px 20px #0f1b2910}.stat b{font-size:25px;display:block}.stat span,.muted{font-size:11px;color:var(--muted)}h2{margin:8px 0 14px}h3{margin:4px 0}.nav{position:fixed;z-index:30;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,920px);height:76px;background:white;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.nav button{border:0;background:none;color:var(--muted);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:22px}.nav button span{font-size:9px}.nav button.active{color:#047857}.nav .capture{width:64px;height:64px;border-radius:50%;background:var(--green);color:var(--navy);justify-self:center;margin-top:-24px;box-shadow:0 8px 20px #10b98155}.capture-hub{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.capture-option{min-height:120px;border:0;border-radius:18px;background:white;color:var(--navy);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-weight:800;box-shadow:0 5px 18px #0f1b2912}.capture-option strong{font-size:30px;color:#047857}.capture-option.primary{grid-column:1/-1;background:var(--green)}.capture-option.primary strong{color:var(--navy)}.actions,.chips{display:flex;gap:8px;flex-wrap:wrap}.btn{border:0;border-radius:12px;min-height:48px;padding:11px 15px;background:var(--green);color:#052e22;font-weight:850}.btn.secondary{background:#e2e8f0;color:var(--navy)}.btn.danger{background:#fee2e2;color:#991b1b}.btn.full{width:100%}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:13px;font-size:12px;font-weight:750}.field input,.field select,.field textarea{border:1px solid #cbd5e1;border-radius:11px;padding:12px;background:white;min-height:46px}.chips button{border:1px solid #a7f3d0;background:#ecfdf5;color:#047857;border-radius:99px;padding:8px 10px;font-size:11px}.chips button.selected{background:var(--navy);color:white;border-color:var(--navy)}.save-state{font-size:11px;font-weight:800;color:#64748b}.save-state.saved{color:#047857}.save-state.error{color:#b91c1c}.list{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;margin-bottom:9px}.badge{display:inline-flex;padding:5px 8px;border-radius:8px;background:#e2e8f0;font-size:10px;font-weight:900}.badge.A{background:#d1fae5;color:#047857}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.media-card{background:white;border-radius:13px;padding:9px}.media-card img{width:100%;height:140px;object-fit:cover;border-radius:9px}.media-card audio{width:100%}.modal{position:fixed;z-index:60;inset:0;background:#0f1b2999;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--bg);width:min(100%,620px);max-height:92vh;overflow:auto;border-radius:22px 22px 0 0;padding:18px 18px max(22px,env(safe-area-inset-bottom))}.sheet-head{display:flex;justify-content:space-between;align-items:center}.sheet-head button{border:0;background:#e2e8f0;width:42px;height:42px;border-radius:50%}.recorder{display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px}.record-button{width:86px;height:86px;border:0;border-radius:50%;background:var(--danger);color:white;font-weight:900}.record-button.stop{background:var(--navy)}#toast{position:fixed;z-index:80;left:50%;top:78px;transform:translateX(-50%);background:#064e3b;color:white;padding:9px 14px;border-radius:99px;display:none;font-size:11px}.notice{padding:12px;border-radius:12px;background:#eff6ff;color:#1e3a8a;font-size:12px;margin:10px 0}.error{background:#fef2f2;color:#991b1b}.search{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px;margin-bottom:12px}@media(min-width:700px){.grid{grid-template-columns:repeat(4,1fr)}.capture-hub{grid-template-columns:repeat(4,1fr)}.capture-option.primary{grid-column:span 2}.sheet{align-self:center;border-radius:22px}.modal{align-items:center}.media-grid{grid-template-columns:repeat(4,1fr)}}
