:root{--navy: #0b2a4a;--navy-deep: #07182a;--gold: #c4a35a;--verified: #1b7a3d;--waiting: #0e6e8c;--alert: #b42318;--soft: #e8eef4;--line: #c5d0db;--text: #12263a;--muted: #5b6b7c;--surface: #ffffff;--bg: #0a1f35;--glass: rgba(255, 255, 255, .06);font-family:Avenir Next,Segoe UI,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(1200px 600px at 10% -10%,rgba(196,163,90,.14),transparent 55%),radial-gradient(900px 500px at 100% 0%,rgba(14,110,140,.18),transparent 50%),linear-gradient(165deg,#07182a,#0a1f35 45%,#0b2a4a);background-attachment:fixed}button,input,select{font:inherit}a{color:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;background:linear-gradient(90deg,#07182aeb,#0b2a4ae0);backdrop-filter:blur(12px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:20}.topbar h1{margin:0;font-size:1.02rem;letter-spacing:.04em}.topbar .meta{opacity:.8;font-size:.82rem;margin-top:2px}.nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.nav-btn,.tool-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;padding:7px 12px;cursor:pointer;font-weight:600}.nav-btn.active{background:#fff;color:var(--navy);border-color:#fff}.wrap{padding:14px 16px 28px;flex:1}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:#ffffffd9;font-size:.85rem;flex-wrap:wrap}.toolbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#7a8898;margin-right:6px}.live-dot.on{background:#3dd68c;box-shadow:0 0 #3dd68c80;animation:pulse 1.6s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 #3dd68c73}70%{box-shadow:0 0 0 8px #3dd68c00}to{box-shadow:0 0 #3dd68c00}}.boards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:1100px){.boards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.boards{grid-template-columns:1fr}}.column{background:#ffffffeb;border-radius:14px;min-height:420px;display:flex;flex-direction:column;overflow:hidden}.column header{padding:12px 14px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:#f3f6f9}.column header h3{margin:0;font-size:.92rem;color:var(--navy)}.badge{background:var(--soft);color:var(--navy);border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:700}.column .list{padding:12px;display:flex;flex-direction:column;gap:10px;flex:1}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;cursor:pointer;text-align:left;width:100%;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease;content-visibility:auto;contain-intrinsic-size:auto 110px}.card:hover{box-shadow:0 8px 20px #0b2a4a24;transform:translateY(-2px);border-color:#0b2a4a47}.card:active{transform:translateY(0)}.card:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.card.is-holdup{border-color:#b4231873}.card .code{font-weight:800;color:var(--navy)}.card .name{font-weight:600;margin-top:4px}.card .proc{color:var(--muted);font-size:.85rem;margin-top:2px}.card .row{display:flex;justify-content:space-between;gap:8px;margin-top:8px;font-size:.75rem;color:var(--muted)}.lat{color:var(--verified);font-weight:800}.status-pill{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--soft);color:var(--navy);margin-left:6px}.status-pill.hold{background:#64748b26;color:#475569}.status-pill.preop{background:#0b2a4a1f;color:var(--navy)}.status-pill.or{background:#0e6e8c24;color:var(--waiting)}.status-pill.done{background:#c4a35a47;color:#8a6b1f}.empty{color:var(--muted);font-size:.9rem;padding:18px 8px;text-align:center}.variance{display:inline-block;font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:999px}.variance.holdup,.variance.late{background:#b423181f;color:#b42318}.variance.early{background:#0e6e8c1f;color:#0e6e8c}.variance.ontime{background:#1b7a3d1f;color:#1b7a3d}.login-wrap{display:grid;place-items:center;min-height:100vh;padding:24px}.login-card{width:min(440px,100%);background:var(--surface);border-radius:16px;padding:28px;box-shadow:0 24px 56px #00000059;animation:rise .35s ease-out}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.login-card h2{margin:0 0 8px;color:var(--navy)}.login-card p{color:var(--muted);margin-top:0}.login-card label{display:block;font-size:.8rem;font-weight:600;margin:14px 0 6px}.login-card input,.field input,.field select,.toolbar input,.drawer input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text)}.primary{margin-top:18px;width:100%;border:0;background:var(--navy);color:#fff;padding:12px;border-radius:10px;font-weight:700;cursor:pointer}.primary:disabled{opacity:.55;cursor:not-allowed}.linkish{background:none;border:none;color:var(--navy);text-decoration:underline;cursor:pointer;padding:8px 0;font:inherit}.login-split{border:0;border-top:1px solid var(--line);margin:22px 0 8px}.error{color:var(--alert);font-size:.85rem;margin-top:10px}.hint{color:var(--muted);font-size:.85rem;margin-top:10px}.banner-error{margin-top:12px;padding:10px 12px;border-radius:8px;background:#b4231826;color:#ffb4a8;border:1px solid rgba(180,35,24,.35)}.people-table-wrap{overflow:auto;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.people-table{width:100%;border-collapse:collapse;font-size:.9rem;color:#fff}.people-table th,.people-table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.people-table th{color:#ffffffa6;font-weight:600}.people-table tr.inactive td{opacity:.55}.people-actions{white-space:nowrap}.people-actions button,.ghost-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:8px;padding:6px 10px;cursor:pointer;font-weight:600;margin-right:4px}.people-actions .danger{border-color:#b423188c;color:#ffb4a8}.people-editor{background:#fff;color:var(--text);border-radius:12px;padding:16px;margin:12px 0;border:1px solid var(--line);box-shadow:0 8px 24px #0000002e}.people-editor-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.people-editor h3{margin:0;color:var(--navy)}.people-close{border:1px solid var(--line);background:#f3f6f9;color:var(--navy);border-radius:8px;width:36px;height:36px;cursor:pointer}.people-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.people-editor label{margin:0;font-size:.8rem;font-weight:600}.people-editor input,.people-editor select{display:block;margin-top:6px;width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font:inherit}.people-editor-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap;align-items:center}.people-editor-actions .primary{width:auto;margin-top:0;padding:10px 16px}.people-editor-actions .cancel,.people-editor-actions .danger-btn{background:#f3f6f9;border:1px solid var(--line);color:var(--navy);border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600}.people-editor-actions .danger-btn{background:#fff5f4;border-color:#b4231859;color:#b42318;margin-left:auto}.people-notice{background:#3dd68c26;color:#b8f5d4;border:1px solid rgba(61,214,140,.35);border-radius:8px;padding:8px 12px;margin-bottom:10px;font-size:.85rem}.people-check{display:flex;align-items:center;gap:8px;color:#ffffffd9;font-size:.85rem;margin:8px 0 12px}.people-editor .people-check{color:var(--text);margin-top:8px}.people-check input{width:auto;min-height:auto}.drawer-backdrop{position:fixed;inset:0;background:#07182a8c;display:flex;justify-content:flex-end;z-index:40}.drawer{width:min(460px,100%);background:#fff;padding:20px;overflow:auto;color:var(--text)}.drawer h2{margin:0 0 4px;color:var(--navy)}.drawer .close{float:right;border:0;background:var(--soft);border-radius:8px;padding:6px 10px;cursor:pointer}.section{margin-top:18px}.section h4{margin:0 0 8px;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.suite-row,.print-row{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.suite-row button,.print-row button{border:0;background:var(--navy);color:#fff;border-radius:8px;padding:10px 14px;cursor:pointer;font-weight:600}.print-row button:disabled{opacity:.45;cursor:not-allowed}.sig{border:1px solid var(--line);border-radius:10px;padding:10px;margin-bottom:8px;background:var(--soft)}.sig img{max-width:100%;max-height:80px;display:block;margin-top:6px;background:#fff;border-radius:6px}.timeline-shell{background:#f4f7fb;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000047}.timeline-scroll{overflow:auto;max-height:calc(100vh - 180px)}.timeline-row{display:grid;grid-template-columns:210px 1fr;border-bottom:1px solid var(--line);min-height:72px}.timeline-label{position:sticky;left:0;background:#f7fafc;border-right:1px solid var(--line);padding:10px 12px;z-index:2}.timeline-label .name{font-weight:700;color:var(--navy)}.timeline-label .sub{font-size:.72rem;color:var(--muted)}.timeline-lane{position:relative;padding:18px 12px}.timeline-bar{height:34px;border-radius:8px;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;padding:0 10px;cursor:pointer;box-shadow:0 4px 12px #0b2a4a2e}.timeline-bar.hold{background:#64748b}.timeline-bar.preop{background:#0b2a4a}.timeline-bar.waiting{background:#0e6e8c}.timeline-bar.incision{background:#c4a35a;color:#1a1408}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
