:root{--navy:#10172a;--navy2:#18233c;--primary:#5b5ce2;--bg:#f4f6fb;--text:#20273a;--muted:#768198;--border:#e7eaf1}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:linear-gradient(180deg,var(--navy),#0b1120);color:#fff;overflow-y:auto;z-index:1000}.brand{height:82px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#7475f4,#4d4ed5);display:grid;place-items:center;font-weight:800}.brand strong{display:block;font-size:17px}.brand span{display:block;font-size:11px;color:#9da8be}.sidebar-nav{padding:18px 14px}.sidebar-nav small{display:block;color:#6f7b94;font-size:10px;font-weight:700;letter-spacing:1.4px;margin:18px 12px 7px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;margin:3px 0;color:#b9c2d3;text-decoration:none;border-radius:10px;font-size:14px}.sidebar-nav a span{width:22px;text-align:center}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:rgba(91,92,226,.24)}.main-area{margin-left:270px;min-height:100vh}.topbar{height:82px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:500}.topbar-title{font-weight:700}.user-menu{display:flex;align-items:center;gap:10px}.user-menu div:nth-child(2) strong,.user-menu div:nth-child(2) span{display:block}.user-menu div:nth-child(2) span{font-size:11px;color:var(--muted)}.user-avatar,.avatar{border-radius:50%;background:#ececff;color:#5152d7;display:grid;place-items:center;font-weight:700}.user-avatar{width:38px;height:38px}.avatar{width:42px;height:42px}.content-area{padding:30px 32px 50px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-heading h1{font-size:29px;margin:2px 0 4px;font-weight:750}.page-heading p,.card-header p{margin:0;color:var(--muted);font-size:14px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:1.5px;color:var(--primary)}.btn-primary{background:var(--primary);border-color:var(--primary);padding:.65rem 1rem}.panel-card{border:1px solid var(--border);border-radius:16px;box-shadow:0 7px 24px rgba(22,31,56,.045);overflow:hidden}.panel-card .card-header{background:#fff;border-bottom:1px solid var(--border);padding:18px 22px}.panel-card .card-header h5{margin:0;font-size:16px}.panel-card .card-body{padding:22px}.panel-card .card-footer{background:#fff;border-top:1px solid var(--border);padding:16px 22px}label{font-size:12px;font-weight:700;color:#596378;margin-bottom:6px}.form-control,.form-select{border-color:#dfe3ec;border-radius:9px;padding:.7rem .8rem}.dashboard-hero{background:linear-gradient(115deg,#4d4fd2,#7778ef);color:#fff;border-radius:20px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 15px 35px rgba(75,77,206,.2)}.dashboard-hero h1{font-size:28px;margin:5px 0}.dashboard-hero p{margin:0;color:#e6e7ff}.hero-date{background:rgba(255,255,255,.14);padding:15px 20px;border-radius:14px;text-align:right}.hero-date span,.hero-date strong{display:block}.stat-grid{margin-top:20px}.metric-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;gap:16px;align-items:center;height:100%}.metric-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:21px}.metric-icon.purple{background:#eeedff}.metric-icon.blue{background:#e9f4ff}.metric-icon.green{background:#e9faf1}.metric-icon.orange{background:#fff3e5}.metric-card span,.metric-card small{display:block;color:var(--muted)}.metric-card strong{display:block;font-size:27px}.quick-actions a{display:flex;gap:13px;align-items:center;text-decoration:none;color:var(--text);padding:13px;border:1px solid var(--border);border-radius:12px;margin-bottom:10px}.quick-actions a>span{width:38px;height:38px;background:#f0f0ff;border-radius:10px;display:grid;place-items:center;color:var(--primary);font-weight:800}.quick-actions strong,.quick-actions small{display:block}.quick-actions small{color:var(--muted)}.progress-row{margin-bottom:24px}.progress-row>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px}.progress{height:8px;background:#eef0f5}.progress-bar{background:var(--primary)}.activity-list>div{display:flex;gap:12px;margin-bottom:16px}.activity-dot{width:9px;height:9px;border-radius:50%;background:var(--primary);margin-top:6px}.activity-list p{margin:0;font-size:13px}.activity-list small{display:block;color:var(--muted);margin-top:3px}.badge-soft{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700}.badge-soft.success{background:#e8f8ef;color:#208455}.badge-soft.secondary{background:#eef0f4;color:#697386}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-dot.online{background:#2bb673}.status-dot.muted{background:#aab1bf}.profile-avatar{width:88px;height:88px;border-radius:50%;background:#ececff;color:#5152d7;display:grid;place-items:center;font-size:28px;font-weight:800}.info-list>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding:11px 0}.info-list span,.info-grid span{color:var(--muted);font-size:12px;display:block}.info-list strong,.info-grid strong{font-size:13px}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.site-icon{width:43px;height:43px;border-radius:12px;background:#ededff;color:var(--primary);display:grid;place-items:center;font-size:22px}.site-meta,.coordinate-box{display:flex;justify-content:space-between;background:#f7f8fb;border-radius:10px;padding:11px 13px;font-size:12px}.map-box{height:360px;border-radius:12px;background:#eef0f5;overflow:hidden}.map-placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.empty-state{text-align:center;padding:65px 20px}.empty-icon{width:56px;height:56px;border-radius:16px;background:#eeefff;color:var(--primary);display:grid;place-items:center;margin:0 auto 15px;font-size:24px}.menu-toggle{display:none;border:0;background:none;font-size:22px}@media(max-width:1000px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar-open .sidebar{transform:translateX(0)}.main-area{margin-left:0}.menu-toggle{display:inline-block}.content-area{padding:22px}.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dashboard-hero,.page-heading{align-items:flex-start;flex-direction:column;gap:15px}.hero-date{display:none}.topbar{padding:0 16px}.topbar-title,.user-menu div:nth-child(2){display:none}.content-area{padding:16px}.info-grid{grid-template-columns:1fr}}

/* Dashboard redesign v2.1 */
:root{--sidebar:#111827;--sidebar-soft:#1f2937;--brand:#635bff;--brand-dark:#5148e5;--surface:#fff;--page:#f6f7fb;--line:#e8eaf0;--ink:#172033;--sub:#737c91}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--page)}
.sidebar{width:260px;background:var(--sidebar);box-shadow:12px 0 32px rgba(15,23,42,.08)}
.main-area{margin-left:260px}
.brand{height:74px;padding:0 20px}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#766dff,#5148e5);font-size:16px}.brand span{font-size:10px;letter-spacing:.2px}.sidebar-close{display:none;margin-left:auto;border:0;background:transparent;color:#9ca3af}
.sidebar-workspace{margin:15px 14px 4px;padding:11px 12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:10px}.sidebar-workspace span,.sidebar-workspace strong{display:block}.sidebar-workspace span{font-size:9px;letter-spacing:1.2px;color:#718096;font-weight:700}.sidebar-workspace strong{font-size:12px;margin-top:3px;color:#dbe2ef;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sidebar-nav{padding:7px 12px 88px}.sidebar-nav small{margin:18px 10px 6px;font-size:9px;color:#667085}.sidebar-nav a{gap:11px;padding:10px 12px;border-radius:8px;color:#aeb8c8;font-size:13px;font-weight:500}.sidebar-nav a i{font-size:16px;width:20px}.sidebar-nav a:hover{background:rgba(255,255,255,.06)}.sidebar-nav a.active{background:linear-gradient(90deg,rgba(99,91,255,.28),rgba(99,91,255,.11));box-shadow:inset 3px 0 #8179ff;color:#fff}
.sidebar-footer{position:fixed;left:0;bottom:0;width:260px;background:#0d1422;border-top:1px solid rgba(255,255,255,.08);padding:13px 14px;display:flex;align-items:center;gap:10px;color:white}.sidebar-user-avatar{width:35px;height:35px;border-radius:9px;background:#343f55;display:grid;place-items:center;font-size:12px;font-weight:700}.sidebar-footer div:nth-child(2){min-width:0;flex:1}.sidebar-footer strong,.sidebar-footer span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer strong{font-size:12px}.sidebar-footer span{font-size:10px;color:#8792a6}.sidebar-footer form button{border:0;background:transparent;color:#8f9aad;padding:5px}.sidebar-footer form button:hover{color:white}
.topbar{height:74px;padding:0 28px;border-color:var(--line);box-shadow:0 1px 0 rgba(17,24,39,.02)}.topbar-left,.topbar-actions,.topbar-profile{display:flex;align-items:center}.topbar-left{gap:13px}.topbar-left>div span,.topbar-left>div strong{display:block}.topbar-kicker{font-size:9px;letter-spacing:1.4px;color:#8b94a8;font-weight:700}.topbar-left strong{font-size:14px}.topbar-actions{gap:16px}.topbar-icon{position:relative;color:#5f697e;font-size:18px}.topbar-icon span{position:absolute;right:-1px;top:0;width:6px;height:6px;background:#ef4444;border:2px solid white;border-radius:50%}.topbar-date{display:flex;align-items:center;gap:7px;color:#667085;font-size:12px;padding-right:16px;border-right:1px solid var(--line)}.topbar-profile{gap:9px}.topbar-profile strong,.topbar-profile span{display:block}.topbar-profile strong{font-size:12px}.topbar-profile span{font-size:10px;color:#8a93a6}.user-avatar{border-radius:10px;background:#efefff}
.content-area{max-width:1700px;margin:auto;padding:27px 29px 48px}.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.page-kicker{display:block;font-size:10px;letter-spacing:1.4px;color:var(--brand);font-weight:800;margin-bottom:5px}.dashboard-heading h1{font-size:26px;line-height:1.25;margin:0;color:#172033;font-weight:750;letter-spacing:-.4px}.dashboard-heading p{margin:5px 0 0;color:#7a8497;font-size:13px}.heading-actions{display:flex;gap:10px}.heading-actions .btn{border-radius:9px;padding:.63rem .9rem;font-size:12px;font-weight:600}.btn-primary{background:var(--brand);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}
.dashboard-kpis .col-sm-6{display:flex}.kpi-card{position:relative;width:100%;background:white;border:1px solid var(--line);border-radius:14px;padding:18px 18px 15px;box-shadow:0 5px 18px rgba(17,24,39,.035);overflow:hidden}.kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent)}.kpi-indigo{--accent:#635bff;--soft:#efefff;--deep:#554de0}.kpi-cyan{--accent:#0ea5e9;--soft:#e9f7fe;--deep:#0284c7}.kpi-green{--accent:#10b981;--soft:#eafaf4;--deep:#059669}.kpi-amber{--accent:#f59e0b;--soft:#fff7e6;--deep:#d97706}.kpi-top,.kpi-footer{display:flex;align-items:center;justify-content:space-between}.kpi-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--soft);color:var(--deep);font-size:17px}.kpi-trend{font-size:9px;font-weight:700;padding:4px 7px;border-radius:999px;background:#ecfdf3;color:#07884a}.kpi-trend.neutral{background:#f1f5f9;color:#64748b}.kpi-trend.warning{background:#fff7e6;color:#b76a00}.kpi-value{font-size:27px;font-weight:800;color:#172033;margin-top:14px;line-height:1}.kpi-label{font-size:12px;color:#747e91;margin-top:6px}.kpi-footer{border-top:1px solid #f0f1f5;margin-top:14px;padding-top:10px;font-size:10px;color:#929aab}.kpi-footer strong{color:#5f697d}.kpi-footer a{text-decoration:none;color:var(--deep);font-weight:700}
.dashboard-card{background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 22px rgba(17,24,39,.035);overflow:hidden}.dashboard-card-header{min-height:69px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 20px;border-bottom:1px solid var(--line)}.dashboard-card-header h2{font-size:14px;margin:0;color:#222b3d;font-weight:700}.dashboard-card-header p{font-size:11px;color:#8a93a5;margin:4px 0 0}.text-link{font-size:11px;color:var(--brand);text-decoration:none;font-weight:600}.dashboard-table thead th{background:#fafbfc;border-bottom:1px solid var(--line);color:#8a93a5;font-size:9px;letter-spacing:.6px;text-transform:uppercase;padding:10px 18px}.dashboard-table tbody td{padding:13px 18px;border-color:#f0f1f4;font-size:11px;color:#4a5568}.employee-cell{display:flex;align-items:center;gap:10px;min-width:180px}.employee-cell strong,.employee-cell span{display:block}.employee-cell strong{font-size:11px;color:#252d3d}.employee-cell span{font-size:9px;color:#9099aa;margin-top:2px}.table-avatar{width:34px;height:34px;border-radius:9px;background:#efefff;color:#5f57db;display:grid;place-items:center;font-size:10px;font-weight:700}.shift-time{white-space:nowrap;color:#505a6e}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:700;text-transform:capitalize}.status-pill span{width:5px;height:5px;border-radius:50%;background:currentColor}.status-pill.success{background:#eafaf2;color:#07884a}.status-pill.primary{background:#edf2ff;color:#4058c9}.status-pill.secondary{background:#f1f3f6;color:#687386}.status-pill.danger{background:#fff0f0;color:#d64545}.row-action{width:27px;height:27px;border-radius:7px;border:1px solid #e7e9ee;display:inline-grid;place-items:center;color:#7b8497;text-decoration:none}.dashboard-empty{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;color:#8b94a6;gap:7px}.dashboard-empty>i{font-size:28px;color:#a5a9ff}.dashboard-empty strong{font-size:13px;color:#3a4354}.dashboard-empty span{font-size:11px}.dashboard-empty .btn{margin-top:5px}
.status-overview{display:flex;align-items:center;justify-content:center;gap:31px;padding:26px 20px 20px}.donut{--value:0;width:126px;height:126px;border-radius:50%;background:conic-gradient(#635bff calc(var(--value)*1%),#edf0f5 0);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:92px;height:92px;background:white;border-radius:50%}.donut div{position:relative;z-index:1;text-align:center}.donut strong,.donut span{display:block}.donut strong{font-size:23px;color:#222b3d}.donut span{font-size:9px;color:#8b94a7}.status-legend>div{display:flex;gap:8px;align-items:flex-start;margin:11px 0}.legend-dot{width:7px;height:7px;border-radius:50%;margin-top:5px}.legend-dot.green{background:#10b981}.legend-dot.blue{background:#635bff}.legend-dot.gray{background:#c8ced8}.status-legend p{margin:0}.status-legend strong,.status-legend small{display:block}.status-legend strong{font-size:13px}.status-legend small{font-size:9px;color:#8b94a6}.approval-summary{margin:0 20px 20px;border-top:1px solid var(--line);padding-top:9px}.approval-summary>div{display:flex;align-items:center;justify-content:space-between;padding:9px 2px;font-size:10px;color:#707a8e}.approval-summary span i{width:20px;color:#7a72e8}.approval-summary strong{font-size:12px;color:#293245}
.quick-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px}.quick-action-grid>a{position:relative;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e9ebf0;border-radius:11px;text-decoration:none;color:#30394b;transition:.18s}.quick-action-grid>a:hover{transform:translateY(-1px);border-color:#ccc9ff;box-shadow:0 7px 16px rgba(99,91,255,.08)}.quick-action-grid>a>i{margin-left:auto;color:#a1a9b7;font-size:11px}.qa-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px}.qa-icon.purple{background:#efefff;color:#635bff}.qa-icon.blue{background:#eaf7fe;color:#0b91d0}.qa-icon.green{background:#eafaf4;color:#079367}.qa-icon.amber{background:#fff7e6;color:#d68100}.quick-action-grid strong,.quick-action-grid small{display:block}.quick-action-grid strong{font-size:10px}.quick-action-grid small{font-size:8px;color:#9098a8;margin-top:2px}.activity-timeline{padding:11px 20px 15px}.timeline-item{display:flex;gap:11px;padding:10px 0;border-bottom:1px solid #f0f1f4}.timeline-item:last-child{border-bottom:0}.timeline-icon{width:30px;height:30px;border-radius:9px;background:#f2f3ff;color:#655ee1;display:grid;place-items:center;flex:0 0 auto;font-size:12px}.timeline-item p{font-size:10px;color:#606a7e;margin:0}.timeline-item p strong{color:#253047}.timeline-item p b{font-weight:600;color:#4d576b}.timeline-item span{display:block;color:#9ba2b0;font-size:8px;margin-top:3px}.mini-empty{min-height:180px;display:flex;align-items:center;justify-content:center;gap:9px;color:#929aaa;font-size:11px}.sidebar-backdrop{display:none}
@media(max-width:1200px){.topbar-date{display:none}.quick-action-grid{grid-template-columns:1fr}}
@media(max-width:1000px){.sidebar{width:260px}.main-area{margin-left:0}.sidebar-footer{width:260px}.sidebar-open .sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:999}.sidebar-close{display:block}.content-area{padding:23px}.topbar-profile>div:last-child{display:none}}
@media(max-width:700px){.dashboard-heading{align-items:flex-start;flex-direction:column}.heading-actions{width:100%}.heading-actions .btn{flex:1}.dashboard-heading h1{font-size:22px}.topbar-actions{gap:10px}.topbar-profile{display:none}.status-overview{gap:20px}.quick-action-grid{grid-template-columns:1fr}}
@media(max-width:480px){.content-area{padding:18px 14px 35px}.topbar{padding:0 14px}.topbar-left>div{display:none}.heading-actions{flex-direction:column}.dashboard-card-header{align-items:flex-start}.text-link{white-space:nowrap}.status-overview{flex-direction:column}.dashboard-table thead th,.dashboard-table tbody td{padding-left:13px;padding-right:13px}}
