:root{--navy:#10263f;--navy2:#1d3d5f;--rose:#b44e72;--gold:#c69b54;--bg:#f4f6f8;--ink:#1a2735;--muted:#667789;--line:#dce3e9;--ok:#188566;--danger:#b13a4a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 system-ui,-apple-system,sans-serif}
:focus-visible{outline:3px solid #f2c14e;outline-offset:3px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}header{min-height:68px;height:auto;background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-between;padding:8px max(24px,calc((100vw - 1180px)/2))}header>div,header nav{display:flex;align-items:center;gap:18px}header>div{flex:0 0 auto}header nav{min-width:0;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}header nav a,header nav .link{white-space:nowrap}header strong{font-size:22px;color:#f0cc8b}header span{font-size:13px;line-height:1.25;opacity:.82}header a,.link{color:white;border:0;background:none;text-decoration:none;font:inherit;padding:0}header form{margin:0}main{max-width:1180px;margin:0 auto;padding:28px 20px 70px}.hero{background:linear-gradient(125deg,var(--navy),var(--navy2) 62%,#80425c);color:white;border-radius:22px;padding:34px 40px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;box-shadow:0 16px 35px #10263f22}.hero h1,.patient-head h1{font-size:35px;margin:0}.hero p{opacity:.85}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--gold);margin:0 0 6px}.metric{background:#ffffff15;padding:18px 24px;border:1px solid #ffffff2c;border-radius:16px;display:flex;flex-direction:column}.metric strong{font-size:30px}.grid{display:grid;gap:22px}.two{grid-template-columns:.8fr 1.2fr}.main-grid{grid-template-columns:1.35fr .65fr;align-items:start}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 7px 24px #1d3d5f0c;margin-bottom:22px}.card h2{margin:0 0 15px;font-size:20px}.login{max-width:420px;margin:80px auto;padding:38px}.login h1{font-size:34px;margin:0}label{display:block;font-weight:650;margin:14px 0}input,textarea,select{width:100%;border:1px solid #cbd5de;border-radius:10px;padding:11px 12px;margin-top:6px;font:inherit;background:#fff}textarea{min-height:220px;resize:vertical;font-family:ui-monospace,monospace;font-size:13px}button{border:0;border-radius:10px;padding:11px 17px;background:var(--navy);color:#fff;font-weight:750;cursor:pointer}button.secondary{background:#e8edf2;color:var(--navy)}button.approve{background:var(--ok)}button:disabled{opacity:.45;cursor:not-allowed}.list{border-top:1px solid var(--line)}.row{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border-bottom:1px solid var(--line);text-decoration:none;color:inherit}.row span:first-child{display:flex;flex-direction:column}.row small,.muted{color:var(--muted)}.static{cursor:default}.empty{padding:25px;text-align:center;color:var(--muted);background:#f7f9fa;border-radius:12px}.patient-head{padding:8px 0 24px}.patient-head>a{color:var(--muted);text-decoration:none}.section-title{display:flex;align-items:flex-start;justify-content:space-between}.badge{padding:5px 9px;border-radius:999px;background:#e5eef6;color:var(--navy);font-size:11px;font-weight:800}.badge.rose{background:#f8e7ed;color:#8b3453}.consent{padding:14px;background:#fff8ea;border:1px solid #edd4a7;border-radius:12px;font-weight:550}.consent-policy{padding:16px;margin:12px 0;background:#fff4f1;border:2px solid #d96b72;border-radius:12px}.consent-policy p{margin:8px 0}.consent-policy small{color:var(--muted)}.consent input{width:auto;margin-right:8px}.recorder{display:flex;justify-content:space-between;align-items:center;padding:18px;margin-top:16px;background:#f6f8fa;border-radius:14px}.recorder>div{display:grid;grid-template-columns:18px 108px;align-items:center}.recorder small{grid-column:2;color:var(--muted);white-space:nowrap}.dot{width:10px;height:10px;background:#aeb8c2;border-radius:50%}.dot.live{background:#e33;box-shadow:0 0 0 6px #ee333322;animation:pulse 1.2s infinite}@keyframes pulse{50%{opacity:.5}}.divider{text-align:center;border-top:1px solid var(--line);margin:25px 0 5px}.divider span{position:relative;top:-12px;background:white;padding:0 10px;color:var(--muted)}.progress{height:8px;background:#e9edf1;border-radius:8px;overflow:hidden;margin-top:15px}.progress i{display:block;width:0;height:100%;background:var(--gold);transition:.2s}.hidden{display:none}.message{margin-top:12px;font-weight:650}.message.ok{color:var(--ok)}.message.error{color:var(--danger)}.layers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audio-review{display:flex;align-items:center;gap:18px;padding:14px 16px;margin:16px 0;background:#f6f8fa;border:1px solid var(--line);border-radius:12px}.audio-review>div{display:flex;flex-direction:column;min-width:190px}.audio-review small{color:var(--muted)}.audio-review audio{flex:1;min-width:240px}.audio-review button{white-space:nowrap}.layers article{padding:18px;border:1px solid var(--line);border-radius:14px}.layers h3{margin:0}.layers button{margin-top:10px;width:100%}.status-dot{height:10px;width:10px;border-radius:50%}.status-dot.pending{background:#df9d38}.status-dot.done{background:var(--ok)}.exam-actions{display:flex!important;flex-direction:row!important;gap:6px;margin-top:8px}.mini{padding:5px 8px;font-size:11px}.mini.open{display:inline-block;background:#e8edf2;color:var(--navy);text-decoration:none;border-radius:7px;font-weight:750}.mini.reject{background:#f2dfe4;color:#8f2738}.alert{padding:12px;border-radius:10px}.alert.error{background:#fee9ec;color:#8f2738}.alert.success{background:#e5f5ef;color:#12694f}.secret-box{padding:14px;background:#f6f8fa;border:1px solid var(--line);border-radius:10px;overflow:auto}.qr-box{display:flex;justify-content:center;padding:12px}.qr-box img{background:#fff;border:1px solid var(--line);border-radius:12px;width:min(260px,100%);height:auto}.network-state{font-size:12px;font-weight:700;padding:3px 8px;border-radius:999px}.network-state.online{background:#dff5eb;color:#12694f}.network-state.offline{background:#fee9ec;color:#8f2738}.local-recovery{margin-top:18px;padding:14px;background:#fff8ea;border:1px solid #e3c37d;border-radius:12px}.local-recovery h3{margin:0 0 4px}.local-recovery>p{margin:0 0 10px}.local-recording{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #ead7ad}.local-recording:first-child{border-top:0}.local-recording>div{display:flex;flex-direction:column;gap:6px}.local-recording>div:last-child{flex-direction:row}.offline-card{max-width:640px;margin:12vh auto}.button-link{display:inline-block;border-radius:10px;padding:10px 14px;background:#e8edf2;color:var(--navy);font-weight:750;text-decoration:none}.break{overflow-wrap:anywhere}.filter-form{display:flex;align-items:end;gap:12px;margin-bottom:18px}.filter-form label{flex:1;margin:0}.audit-table{overflow:auto}.audit-table table{width:100%;border-collapse:collapse;font-size:13px}.audit-table th,.audit-table td{text-align:left;padding:10px;border-bottom:1px solid var(--line);white-space:nowrap}.audit-table th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.id-short{display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}button.danger{background:var(--danger)}.prototype-nav{position:sticky;top:8px;z-index:2;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;padding:10px;background:#ffffffee;border:1px solid var(--line);border-radius:12px}.prototype-nav a{padding:7px 11px;border-radius:8px;background:#e8edf2;color:var(--navy);font-weight:750;text-decoration:none}.prototype-section{scroll-margin-top:20px}.prototype-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}.prototype-columns article{display:flex;flex-direction:column;padding:14px;background:#f6f8fa;border:1px solid var(--line);border-radius:12px}.prototype-columns article>strong{font-size:26px}.prototype-columns small{color:var(--muted)}.prototype-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.prototype-summary p{padding:12px;background:#f6f8fa;border-radius:10px}.journey{display:flex;gap:4px;list-style:none;padding:0;overflow:auto}.journey li{min-width:120px;padding:10px;background:#eef1f4;color:var(--muted);border-radius:8px;text-align:center}.journey li.done{background:#dff5eb;color:#12694f}.journey li.current{background:#fff0cf;color:#795415;font-weight:800}.finance-prototype{border-color:#cfb167}@media(max-width:850px){.two,.main-grid,.layers{grid-template-columns:1fr}.hero{align-items:flex-start}.metric{display:none}.recorder{align-items:stretch;gap:10px;flex-wrap:wrap}header{height:auto;min-height:68px;padding:12px 20px;align-items:flex-start;flex-direction:column;gap:10px}header>div{min-height:28px}header nav{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px 16px;align-items:center}header nav a,header nav .link{min-height:36px;display:inline-flex;align-items:center}header span{display:none}header>div span:first-of-type{display:inline;font-size:12px}}