:root{
  --sidebar:#0a4ca5;--sidebar-dark:#063f8e;--blue:#0d6efd;--blue-2:#075ee5;--blue-soft:#eaf2ff;
  --bg:#f5f7fb;--card:#fff;--text:#14213d;--muted:#6b7280;--line:#e4e9f2;--success:#0aa765;
  --warning:#ff9800;--danger:#ef4444;--purple:#7547e8;--shadow:0 8px 28px rgba(31,55,90,.08);
}
*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);font-size:14px;line-height:1.45}a{color:inherit}.icon{width:22px;height:22px;display:block;flex:0 0 auto}.app-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;z-index:50;display:flex;flex-direction:column;padding:22px 14px 16px;background:linear-gradient(160deg,var(--sidebar),var(--sidebar-dark));color:#fff;box-shadow:8px 0 32px rgba(4,56,126,.14);overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;padding:5px 15px 25px;color:#fff;text-decoration:none;font-size:25px;font-weight:300;letter-spacing:-.7px}.brand strong{font-weight:800}.brand-mark{width:35px;height:34px;display:flex;gap:3px;align-items:flex-end;transform:skewY(-8deg)}.brand-mark i{display:block;width:9px;border-radius:2px;background:#fff;box-shadow:0 4px 14px #fff4}.brand-mark i:nth-child(1){height:22px}.brand-mark i:nth-child(2){height:31px}.brand-mark i:nth-child(3){height:17px}.side-nav{display:flex;flex-direction:column;gap:5px}.side-nav>a,.logout-link{display:flex;align-items:center;gap:14px;min-height:50px;padding:0 17px;border-radius:9px;color:rgba(255,255,255,.88);text-decoration:none;font-size:15px;font-weight:500;transition:.18s ease}.side-nav>a:hover,.logout-link:hover{background:rgba(255,255,255,.1);color:#fff;transform:translateX(2px)}.side-nav>a.active{background:linear-gradient(90deg,#1681ff,#0870ed);color:#fff;box-shadow:0 8px 22px rgba(0,44,123,.24)}.nav-label{padding:23px 17px 8px;color:rgba(255,255,255,.55);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.sidebar-footer{margin-top:auto;padding-top:22px}.tenant-pill{display:flex;align-items:center;gap:10px;padding:12px 14px;margin:0 4px 10px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.08);min-width:0}.tenant-pill div{min-width:0}.tenant-pill small,.tenant-pill strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-pill small{font-size:10px;color:rgba(255,255,255,.65)}.tenant-pill strong{font-size:12px;margin-top:2px}.tenant-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.15)}
.app-content{min-width:0;min-height:100vh}.topbar{height:74px;position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:22px;padding:0 28px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 2px 10px rgba(31,55,90,.04)}.icon-button{position:relative;width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce3ed;border-radius:10px;background:#fff;color:#334155;cursor:pointer}.icon-button:hover{background:#f8fafc;border-color:#cad4e2}.menu-button{border:0;width:34px;background:transparent}.global-search{height:43px;max-width:430px;flex:1;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dce3ed;border-radius:12px;background:#fff;color:#94a3b8;box-shadow:0 2px 7px rgba(15,23,42,.02)}.global-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.global-search input::placeholder{color:#8a94a5}.global-search kbd{font:11px/1.6 ui-monospace,monospace;padding:1px 5px;border:1px solid #e2e8f0;border-radius:5px;color:#94a3b8;background:#f8fafc}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:22px}.notification-count{position:absolute;right:-3px;top:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:9px;background:#086ef1;color:#fff;font-size:10px;font-weight:800}.profile{display:flex;align-items:center;gap:11px}.avatar{width:43px;height:43px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg,#1f2937,#111827);color:#fff;font-size:13px;font-weight:800;box-shadow:0 3px 8px #0002}.profile-copy strong,.profile-copy small{display:block}.profile-copy strong{font-size:13px}.profile-copy small{margin-top:2px;color:var(--muted);font-size:11px}.main-content{padding:26px 30px 50px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.page-heading h1{font-size:29px;line-height:1.15;margin:0 0 4px;letter-spacing:-.5px}.page-heading p{margin:0;color:var(--muted)}
.period-select{display:flex;align-items:center;gap:9px;border:1px solid #dce3ed;border-radius:9px;background:#fff;padding:10px 13px;color:#475569;font-weight:600}.period-select select{border:0;background:transparent;color:inherit;font:inherit;outline:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:17px}.metric-card,.panel,.card{background:var(--card);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.metric-card{display:flex;align-items:center;gap:18px;min-height:132px;padding:21px}.metric-icon{width:61px;height:61px;display:flex;align-items:center;justify-content:center;border-radius:16px;flex:0 0 auto}.metric-icon .icon{width:31px;height:31px}.metric-icon.blue{color:var(--blue);background:#e5f0ff}.metric-icon.green{color:#12a75d;background:#eaf9f1}.metric-icon.orange{color:#f59e0b;background:#fff4df}.metric-icon.purple{color:var(--purple);background:#f0eaff}.metric-copy{min-width:0}.metric-copy span{display:block;font-weight:650;color:#26334d}.metric-copy strong{display:block;margin:8px 0 5px;font-size:23px;line-height:1;color:var(--blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-copy strong.green{color:#0aa765}.metric-copy strong.orange{color:#f59e0b}.metric-copy strong.purple{color:var(--purple)}.trend{font-size:11px;color:var(--muted)}.trend b{color:var(--success);margin-right:4px}.trend.down b{color:var(--danger)}
.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:17px}.panel{min-width:0;padding:19px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.panel-header h2{margin:0;font-size:14px}.panel-header select{border:1px solid var(--line);border-radius:8px;padding:7px 9px;background:#fff;color:#64748b;font-size:11px}.bar-chart{height:210px;display:flex;align-items:stretch;gap:7px;padding:8px 5px 0;border-bottom:1px solid #e8edf4;background:repeating-linear-gradient(to bottom,#fff 0,#fff 41px,#edf1f6 42px)}.bar-item{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:7px}.bar{width:min(28px,70%);min-height:3px;border-radius:3px 3px 0 0;background:linear-gradient(#0d6efd,#0864e7);box-shadow:0 5px 10px rgba(13,110,253,.14)}.bar-item small{font-size:9px;color:#667085;white-space:nowrap}.line-chart{height:210px;position:relative;padding:8px;background:repeating-linear-gradient(to bottom,#fff 0,#fff 41px,#edf1f6 42px)}.line-chart svg{width:100%;height:175px;overflow:visible}.line-chart .area{fill:url(#areaGradient)}.line-chart .line{fill:none;stroke:#0d6efd;stroke-width:2.5}.line-chart .dot{fill:#fff;stroke:#0d6efd;stroke-width:2}.chart-labels{display:flex;justify-content:space-between;color:#667085;font-size:9px}.table-panel{padding:0;overflow:hidden}.table-title{padding:17px 20px 11px;font-size:14px;font-weight:750}.table-wrap{width:100%;overflow:auto}.table,.data-table{width:100%;border-collapse:collapse}.table th,.table td,.data-table th,.data-table td{text-align:left;padding:12px 16px;border-bottom:1px solid #edf0f5;vertical-align:middle}.table th,.data-table th{font-size:10px;text-transform:uppercase;letter-spacing:.03em;color:#657087;background:#fafbfd}.table td,.data-table td{font-size:12px}.activity-type{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf4ff;color:#0870ed;font-size:10px;font-weight:700}.activity-type.green{background:#e9f9f0;color:#0b9c58}.activity-type.orange{background:#fff4df;color:#e88700}.activity-type.purple{background:#f0eaff;color:#7245d9}.table-link{color:#0870ed;text-decoration:none;font-weight:650}.table-link:hover{text-decoration:underline}.table-footer{padding:13px;text-align:center;color:#0870ed;font-size:12px;font-weight:650}.modules-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:17px}.module-card{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff;text-decoration:none;box-shadow:0 5px 16px rgba(31,55,90,.05);transition:.18s}.module-card:hover{transform:translateY(-2px);border-color:#b9d2f7;box-shadow:0 10px 24px rgba(31,87,167,.11)}.module-card .module-emoji{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--blue-soft);font-size:21px}.module-card strong,.module-card small{display:block}.module-card small{margin-top:2px;color:var(--muted);font-size:10px}.module-card .icon{margin-left:auto;width:16px;color:#94a3b8}
.card{padding:21px;margin-bottom:18px}.card h2,.card h3{margin-top:0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:15px}.card.module-selection{display:flex;flex-direction:column;min-height:210px}.card.module-selection .module-icon{font-size:29px}.card.module-selection p{color:var(--muted);flex:1}.btn,button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:9px;padding:10px 15px;background:var(--blue);color:#fff;text-decoration:none;font-weight:750;cursor:pointer}.btn:hover,button[type=submit]:hover{background:var(--blue-2)}.btn.secondary{background:#eef2f7;color:#40506a}.btn.secondary:hover{background:#e3e9f1}.btn.danger{background:#feecec;color:#c83232}.row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;margin:10px 0 5px;color:#46536a;font-weight:650}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #d8e0eb;border-radius:9px;background:#fff;color:var(--text);font:inherit;outline:0}input:focus,select:focus,textarea:focus{border-color:#7eb2ff;box-shadow:0 0 0 3px rgba(13,110,253,.1)}textarea{min-height:100px;resize:vertical}.notice{padding:12px 14px;border-radius:9px;background:#e9f9f0;color:#087a46;margin-bottom:14px}.notice.error,.error{background:#fff0f0;color:#ba2c2c}.muted{color:var(--muted)}.actions{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e9f9f0;color:#087a46;font-size:10px;font-weight:800}.badge.inactive{background:#f1f3f6;color:#687386}.filter-bar{display:flex;gap:10px;align-items:center;margin-bottom:15px}.filter-bar form{display:flex;gap:8px;flex:1}.filter-bar input{max-width:440px}.empty-state{text-align:center;padding:45px 20px;color:var(--muted)}.empty-state .icon{width:48px;height:48px;margin:0 auto 12px;color:#9db6d8}.sidebar-overlay{display:none}
.workspace-page{height:calc(100vh - 160px);min-height:620px;display:flex;flex-direction:column;overflow:hidden;padding:0}.workspace-toolbar{height:56px;display:flex;align-items:center;gap:12px;padding:0 14px;border-bottom:1px solid var(--line);background:#fff}.workspace-toolbar strong{flex:1}.workspace-frame{border:0;width:100%;flex:1;min-height:0;background:#fff}.login{max-width:430px;margin:9vh auto}.login .card{padding:30px}
@media(max-width:1240px){.stats-grid{grid-template-columns:repeat(2,1fr)}.modules-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;transform:translateX(-102%);width:270px;transition:transform .22s ease}.app-shell.menu-open .sidebar{transform:translateX(0)}.sidebar-overlay{position:fixed;inset:0;z-index:45;border:0;background:rgba(15,23,42,.42);backdrop-filter:blur(2px)}.app-shell.menu-open .sidebar-overlay{display:block}.topbar{padding:0 18px}.main-content{padding:22px 20px 40px}.profile-copy{display:none}.dashboard-grid{grid-template-columns:1fr}.workspace-page{height:calc(100vh - 155px)}}
@media(max-width:680px){body{font-size:13px}.topbar{height:64px;gap:10px;padding:0 11px}.global-search{height:40px}.global-search kbd,.notification-button{display:none}.topbar-actions{gap:8px}.avatar{width:38px;height:38px}.main-content{padding:17px 12px 32px}.page-heading{display:block}.page-heading h1{font-size:24px}.page-heading p{font-size:12px}.stats-grid{grid-template-columns:1fr;gap:10px}.metric-card{min-height:104px;padding:16px}.metric-icon{width:52px;height:52px}.metric-copy strong{font-size:21px}.dashboard-grid{gap:11px}.panel{padding:14px}.bar-chart,.line-chart{height:190px}.modules-strip{grid-template-columns:1fr}.row{grid-template-columns:1fr}.card{padding:16px}.filter-bar,.filter-bar form{align-items:stretch;flex-direction:column}.filter-bar input{max-width:none}.data-table{min-width:760px}.workspace-page{height:calc(100vh - 133px);min-height:520px}.workspace-toolbar{height:auto;min-height:52px;padding:8px;flex-wrap:wrap}.workspace-toolbar strong{order:-1;flex-basis:100%}.brand{font-size:22px}}
@media print{.sidebar,.topbar,.page-heading,.no-print{display:none!important}.app-shell{display:block}.main-content{padding:0}.card,.panel{box-shadow:none}}
