*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--c-bg: #0d1117;--c-surface: #161b22;--c-surface2: #1c2330;--c-border: #30363d;--c-border-light: #21262d;--c-text: #e6edf3;--c-text-muted: #8b949e;--c-text-dim: #484f58;--c-amber: #f59e0b;--c-amber-light: #fcd34d;--c-amber-bg: rgba(245,158,11,.12);--c-blue: #58a6ff;--c-blue-bg: rgba(88,166,255,.1);--c-green: #3fb950;--c-green-bg: rgba(63,185,80,.1);--c-red: #f85149;--c-red-bg: rgba(248,81,73,.1);--c-purple: #bc8cff;--c-purple-bg: rgba(188,140,255,.1);--c-orange: #ff7b72;--c-orange-bg: rgba(255,123,114,.1);--radius: 8px;--radius-lg: 12px;--sidebar-w: 240px;--header-h: 56px;--shadow: 0 1px 3px rgba(0,0,0,.4);--shadow-lg: 0 4px 24px rgba(0,0,0,.5);font-family:DM Sans,sans-serif;font-size:14px;color:var(--c-text);background:var(--c-bg)}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--c-surface);border-right:1px solid var(--c-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .25s ease}.main-content{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh}.topbar{height:var(--header-h);background:var(--c-surface);border-bottom:1px solid var(--c-border);display:flex;align-items:center;padding:0 24px;gap:16px;position:sticky;top:0;z-index:50}.page-body{padding:24px;flex:1}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid var(--c-border);text-decoration:none}.sidebar-logo-icon{width:32px;height:32px;background:var(--c-amber);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-text{font-size:13px;font-weight:600;line-height:1.3;color:var(--c-text)}.sidebar-logo-sub{font-size:11px;color:var(--c-text-muted);font-weight:400}.sidebar-section{padding:12px 12px 4px}.sidebar-section-label{font-size:10px;font-weight:600;color:var(--c-text-dim);text-transform:uppercase;letter-spacing:.08em;padding:0 8px 8px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);color:var(--c-text-muted);text-decoration:none;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .15s;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:var(--c-surface2);color:var(--c-text)}.nav-item.active{background:var(--c-amber-bg);color:var(--c-amber)}.nav-item.active svg{color:var(--c-amber)}.sidebar-footer{margin-top:auto;padding:16px 12px;border-top:1px solid var(--c-border)}.user-chip{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);background:var(--c-surface2)}.user-avatar{width:30px;height:30px;border-radius:50%;background:var(--c-amber-bg);color:var(--c-amber);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:12.5px;font-weight:600;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:var(--c-text-muted)}.card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:20px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.card-title{font-size:14px;font-weight:600;color:var(--c-text);display:flex;align-items:center;gap:6px}.card-sub{font-size:12px;color:var(--c-text-muted);margin-top:2px}.stat-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:18px 20px;display:flex;align-items:flex-start;gap:14px}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-value{font-size:26px;font-weight:700;line-height:1.1}.stat-label{font-size:12px;color:var(--c-text-muted);margin-top:3px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}thead tr{border-bottom:1px solid var(--c-border)}th{font-size:11px;font-weight:600;color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:10px 12px;text-align:left;white-space:nowrap}td{padding:11px 12px;font-size:13.5px;border-bottom:1px solid var(--c-border-light);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:var(--c-surface2)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.badge-emergency{background:var(--c-red-bg);color:var(--c-red);border:1px solid var(--c-red)}.badge-urgent{background:var(--c-orange-bg);color:var(--c-orange);border:1px solid var(--c-orange)}.badge-semi-urgent{background:var(--c-amber-bg);color:var(--c-amber);border:1px solid var(--c-amber)}.badge-elective{background:var(--c-green-bg);color:var(--c-green);border:1px solid var(--c-green)}.badge-waiting{background:#8b949e1a;color:#8b949e}.badge-workup{background:var(--c-amber-bg);color:var(--c-amber)}.badge-fitness{background:#d299221a;color:#d29922}.badge-ready{background:var(--c-green-bg);color:var(--c-green)}.badge-assigned{background:var(--c-blue-bg);color:var(--c-blue)}.badge-admitted{background:var(--c-purple-bg);color:var(--c-purple)}.badge-operated{background:var(--c-green-bg);color:var(--c-green)}.badge-deferred{background:var(--c-orange-bg);color:var(--c-orange)}.badge-cancelled{background:var(--c-red-bg);color:var(--c-red)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .15s;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--c-amber);color:#0d1117}.btn-primary:hover:not(:disabled){background:var(--c-amber-light)}.btn-secondary{background:var(--c-surface2);color:var(--c-text);border:1px solid var(--c-border)}.btn-secondary:hover:not(:disabled){background:var(--c-border)}.btn-danger{background:var(--c-red-bg);color:var(--c-red);border:1px solid var(--c-red)}.btn-danger:hover:not(:disabled){background:var(--c-red);color:#fff}.btn-success{background:var(--c-green-bg);color:var(--c-green);border:1px solid var(--c-green)}.btn-sm{padding:4px 10px;font-size:12px}.btn-icon{padding:6px;border-radius:var(--radius);background:var(--c-surface2);border:1px solid var(--c-border);color:var(--c-text-muted);cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center}.btn-icon:hover{color:var(--c-text);background:var(--c-border)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:12px;font-weight:600;color:var(--c-text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.form-input,.form-select,.form-textarea{width:100%;background:var(--c-surface2);border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);padding:8px 12px;font-size:13.5px;font-family:inherit;transition:border-color .15s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--c-amber)}.form-select{cursor:pointer}.form-textarea{resize:vertical;min-height:80px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 16px}.checkbox-group{display:flex;align-items:center;gap:8px}.checkbox-group input[type=checkbox]{width:15px;height:15px;accent-color:var(--c-amber);cursor:pointer}.checkbox-group label{font-size:13px;color:var(--c-text);cursor:pointer}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.page-title{font-size:20px;font-weight:700}.page-desc{font-size:13px;color:var(--c-text-muted);margin-top:2px}.empty-state{text-align:center;padding:48px 24px;color:var(--c-text-muted)}.empty-state svg{margin:0 auto 12px;opacity:.3}.empty-state p{font-size:14px}.priority-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}.dot-emergency{background:var(--c-red);box-shadow:0 0 6px var(--c-red)}.dot-urgent{background:var(--c-orange)}.dot-semi-urgent{background:var(--c-amber)}.dot-elective{background:var(--c-green)}.score-bar{height:4px;background:var(--c-border);border-radius:2px;overflow:hidden}.score-fill{height:100%;border-radius:2px;transition:width .3s}.cal-cell{aspect-ratio:1;background:var(--c-surface2);border:1px solid var(--c-border);border-radius:6px;padding:4px;cursor:pointer;transition:all .15s;min-height:64px;display:flex;flex-direction:column}.cal-cell:hover{border-color:var(--c-amber)}.cal-cell.today{border-color:var(--c-amber);background:var(--c-amber-bg)}.cal-cell .cal-date{font-size:11px;font-weight:600;margin-bottom:4px}.checklist-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--c-border);margin-bottom:8px;cursor:pointer;transition:all .15s}.checklist-item:hover{background:var(--c-surface2)}.checklist-item.done{border-color:var(--c-green);background:var(--c-green-bg)}.checklist-item.disabled{opacity:.4;cursor:not-allowed}.tabs{display:flex;gap:2px;background:var(--c-surface2);border-radius:var(--radius);padding:3px}.tab-btn{flex:1;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;border:none;background:none;color:var(--c-text-muted);cursor:pointer;transition:all .15s}.tab-btn.active{background:var(--c-surface);color:var(--c-text);box-shadow:var(--shadow)}.search-wrap{position:relative}.search-wrap svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--c-text-muted);pointer-events:none}.search-input{padding-left:34px!important}.divider{border:none;border-top:1px solid var(--c-border);margin:16px 0}.hamburger,.sidebar-overlay{display:none}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:var(--shadow-lg)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99}.main-content{margin-left:0}.hamburger{display:flex}.page-body{padding:16px}.grid-4,.grid-3,.grid-2,.form-grid,.form-grid-3{grid-template-columns:1fr}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.text-muted{color:var(--c-text-muted)}.text-sm{font-size:12px}.text-xs{font-size:11px}.font-mono{font-family:DM Mono,monospace}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-full{width:100%}.section-gap{margin-bottom:24px}.spinner{width:20px;height:20px;border:2px solid var(--c-border);border-top-color:var(--c-amber);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;align-items:center;justify-content:center;min-height:200px}.alert{display:flex;gap:10px;padding:12px 14px;border-radius:var(--radius);font-size:13px;margin-bottom:16px;align-items:flex-start}.alert-error{background:var(--c-red-bg);border:1px solid var(--c-red);color:var(--c-red)}.alert-warning{background:var(--c-amber-bg);border:1px solid var(--c-amber);color:var(--c-amber)}.alert-success{background:var(--c-green-bg);border:1px solid var(--c-green);color:var(--c-green)}.alert-info{background:var(--c-blue-bg);border:1px solid var(--c-blue);color:var(--c-blue)}
