@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Space+Mono:wght@700&display=swap);:root{--navy:#1a2744;--navy-light:#243560;--amber:#f59e0b;--amber-dark:#d97706;--green:#16a34a;--red:#dc2626;--purple:#7c3aed;--purple-dark:#6d28d9;--surface:#f8fafc;--border:#00000014;--text:#0f172a;--text-muted:#64748b;--text-hint:#94a3b8;--radius:10px;--radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;background:var(--surface);color:#0f172a;color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;min-height:100vh}.loading{align-items:center;color:#64748b;color:var(--text-muted);display:flex;font-size:16px;height:100vh;justify-content:center}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topnav{align-items:center;background:#1a2744;background:var(--navy);color:#fff;display:flex;height:52px;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.topnav-brand{color:#f59e0b;color:var(--amber);font-family:Space Mono,monospace;font-size:15px;letter-spacing:-.5px}.topnav-right{align-items:center;display:flex;gap:10px}.topnav-user{color:#94a3b8;font-size:12px}.body-layout{display:flex;flex:1 1}.sidebar{background:#fff;border-right:1px solid #00000014;border-right:1px solid var(--border);flex-shrink:0;min-height:calc(100vh - 52px);padding:16px 0;width:200px}.sidebar-item{align-items:center;border-left:3px solid #0000;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-size:13px;gap:9px;padding:10px 16px;transition:all .15s}.sidebar-item:hover{background:#f8fafc;background:var(--surface);color:#0f172a;color:var(--text)}.sidebar-item.active{background:#eff6ff;border-left-color:#1d4ed8;color:#1d4ed8;font-weight:600}.sidebar-section{color:#94a3b8;color:var(--text-hint);font-size:10px;font-weight:600;letter-spacing:.06em;padding:14px 16px 4px;text-transform:uppercase}.main-content{flex:1 1;max-width:960px;padding:24px}.page-title{font-size:20px;font-weight:600;margin-bottom:18px}.card{background:#fff;border:1px solid #00000014;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);margin-bottom:14px;padding:16px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.card-title{font-size:13px;font-weight:600}.btn{background:#fff;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:7px 14px;transition:all .15s}.btn:hover{background:#f8fafc;background:var(--surface)}.btn-primary{background:#1a2744;background:var(--navy);border-color:#1a2744;border-color:var(--navy);color:#fff}.btn-primary:hover{background:#243560;background:var(--navy-light)}.btn-amber{background:#f59e0b;background:var(--amber);border-color:#f59e0b;border-color:var(--amber);color:#fff}.btn-amber:hover{background:#d97706;background:var(--amber-dark)}.btn-success{background:#16a34a;background:var(--green)}.btn-danger,.btn-success{border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;font-size:12px;padding:5px 10px}.btn-danger{background:#dc2626;background:var(--red)}.btn-sm{font-size:12px;padding:4px 10px}.badge{border-radius:20px;font-size:10px;font-weight:600;padding:2px 8px;white-space:nowrap}.badge-green{background:#dcfce7;color:#166534}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-gray{background:#f8fafc;background:var(--surface);color:#64748b;color:var(--text-muted)}.badge-purple{background:#ede9fe;color:#5b21b6}.metric-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:14px}.metric{background:#f8fafc;background:var(--surface);border-radius:6px;border-radius:var(--radius-sm);padding:12px}.metric-label{color:#64748b;color:var(--text-muted);font-size:11px;margin-bottom:4px}.metric-value{font-size:22px;font-weight:600}.metric-sub{color:#94a3b8;color:var(--text-hint);font-size:11px;margin-top:2px}.table{border-collapse:collapse;font-size:13px;width:100%}.table th{color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;padding:8px 10px;text-align:left}.table td,.table th{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border)}.table td{padding:9px 10px}.table tr:last-child td{border-bottom:none}.table .total-row{background:#f8fafc;background:var(--surface);font-weight:600}.avatar{border-radius:50%;flex-shrink:0;font-size:10px;font-weight:600;height:28px;justify-content:center;width:28px}.avatar,.staff-row{align-items:center;display:flex}.staff-row{gap:8px}.form-group{margin-bottom:14px}.form-label{color:#64748b;color:var(--text-muted);display:block;font-size:12px;font-weight:600;margin-bottom:5px}.form-input{background:#fff;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:DM Sans,sans-serif;font-size:13px;padding:8px 10px;width:100%}.form-input:focus{border-color:#3b82f6;outline:none}.rate-input{background:#fff;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:DM Sans,sans-serif;font-size:12px;padding:5px 8px;width:80px}.roster-wrapper{overflow-x:auto}.roster-grid{grid-gap:3px;display:grid;font-size:11px;gap:3px;grid-template-columns:100px repeat(7,1fr);min-width:600px}.roster-head{background:#1a2744;background:var(--navy);border-radius:4px;color:#fff;font-size:10px;font-weight:600;padding:6px 4px;text-align:center}.roster-head.sat{background:#7c3aed;background:var(--purple)}.roster-head.sun{background:#6d28d9;background:var(--purple-dark)}.roster-staff-label{align-items:center;background:#f8fafc;background:var(--surface);border-radius:4px;display:flex;font-size:11px;font-weight:600;gap:5px;padding:4px 6px}.shift-cell{border:1px dashed #00000014;border:1px dashed var(--border);border-radius:4px;cursor:pointer;min-height:46px}.shift-cell:hover{background:#eff6ff}.shift-cell.unavail{background:#fff7ed;cursor:default}.shift-block{border-radius:4px;cursor:pointer;display:flex;flex-direction:column;font-size:9px;gap:1px;height:100%;justify-content:center;min-height:46px;padding:4px 5px}.shift-block.wkday{background:#1a2744;background:var(--navy);color:#fff}.shift-block.sat{background:#7c3aed;background:var(--purple);color:#fff}.shift-block.sun{background:#6d28d9;background:var(--purple-dark);color:#fff}.shift-block.conflict{background:#dc2626;background:var(--red);color:#fff}.shift-time{font-weight:600}.shift-cost{color:#fbbf24;font-size:8px}.tab-bar{background:#f8fafc;background:var(--surface);border-radius:6px;border-radius:var(--radius-sm);display:flex;gap:2px;margin-bottom:16px;padding:3px}.tab{background:#0000;border:none;border-radius:5px;color:#64748b;color:var(--text-muted);cursor:pointer;flex:1 1;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;padding:6px 8px;text-align:center}.tab.active{background:#fff;box-shadow:0 1px 3px #00000014;color:#0f172a;color:var(--text);font-weight:600}.leave-item{align-items:center;border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);display:flex;justify-content:space-between;margin-bottom:8px;padding:10px}.avail-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(7,1fr);margin-top:10px}.avail-cell{border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;font-size:11px;font-weight:500;padding:8px 4px;text-align:center;-webkit-user-select:none;user-select:none}.avail-cell.available{background:#dcfce7;border-color:#86efac;color:#166534}.avail-cell.unavailable{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.alert-banner{background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;border-radius:var(--radius-sm);color:#991b1b;font-size:12px;margin-bottom:12px;padding:10px 12px}.sms-preview{background:#0f172a;border-radius:12px;color:#e2e8f0;font-family:Space Mono,monospace;font-size:11px;line-height:1.7;margin-bottom:8px;padding:12px}.colour-key{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.key-item{align-items:center;color:#64748b;color:var(--text-muted);display:flex;font-size:10px;gap:4px}.key-dot{border-radius:2px;height:10px;width:10px}.login-page{align-items:center;background:#1a2744;background:var(--navy);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;padding:36px;width:340px}.login-logo{color:#f59e0b;color:var(--amber);font-family:Space Mono,monospace;font-size:22px;margin-bottom:6px;text-align:center}.login-sub{color:#64748b;color:var(--text-muted);font-size:13px;margin-bottom:24px;text-align:center}.demo-user-btn{align-items:center;background:#f8fafc;background:var(--surface);border:1px solid #00000014;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:12px;justify-content:space-between;margin-bottom:5px;padding:8px 10px;text-align:left;width:100%}.demo-user-btn:hover{background:#fff;border-color:#3b82f6}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:200}.modal{background:#fff;border-radius:14px;max-height:90vh;max-width:100%;overflow-y:auto;padding:24px;width:440px}.modal-title{font-size:15px;font-weight:600;margin-bottom:16px}.notif-dot{background:#dc2626;background:var(--red);border-radius:50%;display:inline-block;height:7px;margin-left:4px;vertical-align:middle;width:7px}.rev-bar-wrap{margin-bottom:9px}.rev-bar-track{background:#f8fafc;background:var(--surface);border-radius:3px;height:20px;overflow:hidden;position:relative}@media (max-width:640px){.sidebar{display:none}.main-content{padding:16px}}