:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;font-synthesis:none;--bg: #080a0f;--bg-soft: #0d1017;--surface: #11151e;--surface-hover: #161b27;--surface-elevated: #191e2a;--text: #f4f6fb;--muted: #9ba4b5;--muted-strong: #bbc2cf;--line: #252b39;--line-strong: #343c4e;--primary: #6877ff;--primary-hover: #7c89ff;--primary-soft: rgba(104, 119, 255, .13);--primary-border: rgba(104, 119, 255, .3);--success: #5ad19a;--success-soft: rgba(90, 209, 154, .12);--danger: #ff7474;--danger-soft: rgba(255, 116, 116, .11);--danger-border: rgba(255, 116, 116, .28);--warning: #f4bd67;--radius-small: 10px;--radius: 15px;--radius-large: 22px;--shadow-small: 0 8px 24px rgba(0, 0, 0, .18);--shadow-large: 0 24px 70px rgba(0, 0, 0, .34);background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{min-height:100vh;margin:0;background:radial-gradient(circle at 70% -10%,rgba(104,119,255,.17),transparent 35%),radial-gradient(circle at 15% 100%,rgba(54,178,168,.06),transparent 30%),var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button,input,select,textarea{transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}button{min-height:42px;border:1px solid transparent;border-radius:var(--radius-small);padding:10px 16px;background:var(--primary);color:#fff;font-weight:750;cursor:pointer}button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 8px 22px #6877ff33}button:active:not(:disabled){transform:translateY(0)}button:disabled{cursor:not-allowed;opacity:.55}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-small);outline:none;background:#0c1017;color:var(--text);padding:11px 12px}input:hover,select:hover,textarea:hover{border-color:#465067}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6877ff21}input[type=color]{min-height:46px;padding:5px}textarea{min-height:96px;resize:vertical}select{cursor:pointer}label{display:block;margin:17px 0 7px;color:var(--muted-strong);font-size:12px;font-weight:650}h1,h2,h3{color:var(--text)}h1{margin:7px 0 9px;font-size:clamp(29px,3vw,40px);line-height:1.08;letter-spacing:-.035em}h2{margin:0 0 14px;font-size:20px;letter-spacing:-.018em}h3{margin:0 0 7px;font-size:16px}p{color:var(--muted);line-height:1.6}small{color:var(--muted)}header{position:relative;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--line)}header p{max-width:720px;margin:0;font-size:15px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#9ea8ff;font-size:10px;font-weight:850;letter-spacing:.19em}.eyebrow:before{width:7px;height:7px;border-radius:999px;background:var(--primary);box-shadow:0 0 12px #6877ffbf;content:""}.center{min-height:100vh;display:grid;place-items:center;color:var(--muted-strong)}.login{min-height:100vh;display:grid;place-items:center;padding:24px}.login form{position:relative;width:min(450px,100%);overflow:hidden;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 45%),var(--surface);padding:36px;box-shadow:var(--shadow-large)}.login form:before{position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,var(--primary),#8b65ff,transparent);content:""}.login button,form>button{width:100%;margin-top:20px}.shell{min-height:100vh;display:grid;grid-template-columns:268px minmax(0,1fr)}aside{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:5px;overflow-y:auto;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(104,119,255,.045),transparent 23%),#0b0e15f0;padding:23px 17px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:11px;margin:3px 5px 29px;padding-bottom:22px;border-bottom:1px solid var(--line)}.brand span{grid-row:1 / 3;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(145deg,#7785ff,#5968e9);color:#fff;font-weight:900;box-shadow:0 10px 28px #6877ff40}.brand b{align-self:end;font-size:15px;letter-spacing:-.01em}.brand small{align-self:start;margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.nav{position:relative;width:100%;min-height:44px;margin:1px 0;padding:11px 13px;border:1px solid transparent;background:transparent;color:var(--muted);text-align:left;font-size:13px;font-weight:680}.nav:hover:not(:disabled){border-color:var(--line);background:#ffffff09;color:var(--text);box-shadow:none;transform:none}.nav.active{border-color:var(--primary-border);background:var(--primary-soft);color:#fff}.nav.active:before{position:absolute;top:10px;bottom:10px;left:-1px;width:3px;border-radius:0 3px 3px 0;background:var(--primary);content:""}.spacer{flex:1}.profile{margin-top:18px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff06;padding:14px}.profile b{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile small{display:block;margin-top:5px;overflow:hidden;color:#9ea8ff;font-size:10px;line-height:1.45;text-overflow:ellipsis}main{width:100%;max-width:1480px;margin:0 auto;padding:42px 46px 70px}.card,.kpis article{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.018),transparent 55%),var(--surface);padding:21px;box-shadow:var(--shadow-small)}.card:hover{border-color:#30384a}.kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0 0 24px}.kpis article{position:relative;min-height:120px;overflow:hidden}.kpis article:after{position:absolute;right:-22px;bottom:-38px;width:90px;height:90px;border-radius:999px;background:#6877ff14;content:""}.kpis small{color:var(--muted);font-size:11px;font-weight:680;letter-spacing:.02em}.kpis strong{position:relative;z-index:1;display:block;margin-top:14px;font-size:32px;letter-spacing:-.04em}.pill,.role{display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--primary-border);border-radius:999px;background:var(--primary-soft);color:#c3c9ff;padding:5px 10px;font-size:10px;font-weight:750}.employee-grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:20px}.employee-grid>form{position:sticky;top:24px}.list{display:grid;gap:11px}.employee{display:flex;align-items:center;gap:15px}.employee h3,.employee p{margin:0 0 4px}.employee p{font-size:13px}.avatar{width:47px;height:47px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:14px;background:var(--primary-soft);color:#bfc5ff;font-weight:900}.employee .role{margin-left:auto}.toolbar{display:flex;justify-content:flex-end;margin:-76px 0 32px}.toolbar button{box-shadow:0 9px 25px #6877ff2e}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:15px}.role-card{border-top:3px solid}.role-card>div:first-child{display:flex;align-items:center;gap:9px}.role-card p{min-height:48px;font-size:13px}.role-card button{margin-top:16px}.role-card .danger{margin-left:7px}.role-dot{width:10px;height:10px;flex:0 0 auto;border-radius:50%;box-shadow:0 0 12px currentColor}.user-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,190px) minmax(130px,160px);align-items:center;gap:14px}.user-row h3,.user-row p{margin:0 0 5px}.user-row p{font-size:13px}.user-row .role{margin-top:7px}.user-row .actions{justify-content:flex-end}.user-row .actions button{width:auto;margin:0}.modal{position:fixed;z-index:20;inset:0;display:grid;place-items:center;overflow-y:auto;background:#04060ac7;padding:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{width:min(720px,100%);max-height:90vh;overflow:auto;border-color:var(--line-strong);background:var(--surface-elevated);box-shadow:var(--shadow-large)}.permissions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:12px 0 20px}.check{display:flex;align-items:center;gap:9px;margin:0;border:1px solid var(--line);border-radius:var(--radius-small);background:#ffffff06;padding:11px;cursor:pointer}.check:hover{border-color:var(--primary-border);background:var(--primary-soft)}.check input{width:auto;margin:0;accent-color:var(--primary)}.actions{display:flex;justify-content:flex-end;gap:9px}.actions button{width:auto;margin-top:0}.secondary{border:1px solid var(--line-strong);background:transparent;color:var(--text)}.secondary:hover:not(:disabled){border-color:#4c566d;background:#ffffff0b;box-shadow:none}.danger{border:1px solid var(--danger-border);background:var(--danger-soft);color:#ffb0b0}.danger:hover:not(:disabled){border-color:#ff747475;background:#ff74742e;box-shadow:0 8px 22px #ff74741a}.error{margin:13px 0;border:1px solid var(--danger-border);border-radius:var(--radius-small);background:var(--danger-soft);color:#ffb2b2;padding:11px 13px;font-size:13px;line-height:1.45}*{scrollbar-width:thin;scrollbar-color:#353d50 transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#353d50;background-clip:padding-box}@media(max-width:1120px){.kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.user-row{grid-template-columns:minmax(200px,1fr) 170px}.user-row .actions,.user-row>select:last-child{grid-column:2}}@media(max-width:900px){.shell{display:block}aside{position:sticky;z-index:10;top:0;width:100%;height:auto;flex-direction:row;align-items:center;gap:5px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:10px}.brand{flex:0 0 auto;display:flex;margin:0 8px 0 0;padding:0 14px 0 0;border-right:1px solid var(--line);border-bottom:0}.brand span{width:36px;height:36px}.brand b,.brand small,.spacer,.profile{display:none}.nav{width:auto;flex:0 0 auto;white-space:nowrap}.nav.active:before{inset:auto 10px -1px;width:auto;height:3px;border-radius:3px 3px 0 0}main{padding:28px 22px 60px}.employee-grid{grid-template-columns:1fr}.employee-grid>form{position:static}}@media(max-width:700px){h1{font-size:29px}header{margin-bottom:22px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar{justify-content:stretch;margin:0 0 17px}.toolbar button{width:100%}.permissions,.user-row{grid-template-columns:1fr}.user-row .actions,.user-row>select:last-child{grid-column:auto}.user-row .actions{justify-content:stretch}.user-row .actions button{flex:1}.employee{align-items:flex-start}.employee .role{margin-left:0}}@media(max-width:480px){main{padding:23px 14px 50px}.login{padding:14px}.login form{padding:27px 21px}.kpis{grid-template-columns:1fr}.card,.kpis article{padding:17px}.employee{flex-wrap:wrap}.employee .role{width:fit-content}.actions{flex-direction:column-reverse}.actions button{width:100%}}.nav-section-label{margin:18px 12px 7px;color:#687083;font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.nav-section-label:first-of-type{margin-top:0}.nav{display:flex;align-items:center;gap:11px}.nav svg{width:18px;height:18px;flex:0 0 auto;color:#747e92}.nav:hover svg,.nav.active svg{color:#aeb6ff}.nav span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile{display:flex;align-items:center;gap:11px}.profile-avatar{width:37px;height:37px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:11px;background:var(--primary-soft);color:#c2c8ff;font-size:14px;font-weight:900}.profile-copy{min-width:0}.logout-nav{margin-top:7px;color:#8992a4}.logout-nav:hover:not(:disabled){border-color:var(--danger-border);background:var(--danger-soft);color:#ffb0b0}.logout-nav:hover svg{color:#ff9e9e}@media(max-width:900px){.nav-section-label,.logout-nav span{display:none}.logout-nav{width:42px;justify-content:center;padding:10px}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-header>div:first-child{min-width:0}.page-header-actions{flex:0 0 auto}.page-header-actions button{margin:0;width:auto}.dashboard-refresh{min-width:125px}.dashboard-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:20px}.dashboard-kpi{position:relative;min-height:145px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 55%),var(--surface);padding:19px;box-shadow:var(--shadow-small)}.dashboard-kpi:after{position:absolute;right:-30px;bottom:-45px;width:115px;height:115px;border-radius:999px;background:#6877ff13;content:""}.dashboard-kpi-top{position:relative;z-index:1;display:flex;align-items:center;gap:9px}.dashboard-kpi-top small{color:var(--muted-strong);font-weight:700}.dashboard-kpi-icon{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:9px;background:var(--primary-soft);color:#c4caff;font-size:14px;font-weight:900}.dashboard-kpi strong{position:relative;z-index:1;display:block;margin-top:18px;font-size:32px;line-height:1;letter-spacing:-.04em}.dashboard-kpi p{position:relative;z-index:1;margin:9px 0 0;font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:20px;margin-bottom:20px}.dashboard-lower-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-panel{min-width:0}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.panel-heading h2{margin:4px 0 0}.panel-eyebrow{color:#7f899c;font-size:9px;font-weight:850;letter-spacing:.16em}.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-action{position:relative;width:100%;min-height:86px;display:flex;align-items:center;gap:12px;margin:0;border:1px solid var(--line);background:#ffffff05;color:var(--text);padding:13px;text-align:left}.quick-action:hover:not(:disabled){border-color:var(--primary-border);background:var(--primary-soft);box-shadow:none}.quick-action-icon{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:11px;background:var(--bg-soft);color:#adb5ff;font-weight:900}.quick-action>span:nth-child(2){min-width:0}.quick-action b,.quick-action small{display:block}.quick-action b{margin-bottom:4px;font-size:13px}.quick-action small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.notification-badge{position:absolute;top:9px;right:9px;min-width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:var(--danger);color:#fff;padding:0 6px;font-size:10px;font-weight:850}.system-summary{border:1px solid;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800}.system-online{border-color:#5ad19a47;background:var(--success-soft);color:#85e2b8}.system-warning{border-color:var(--danger-border);background:var(--danger-soft);color:#ffabab}.status-list{display:grid}.status-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}.status-row:last-child{border-bottom:0;padding-bottom:0}.status-row b,.status-row small{display:block}.status-row b{margin-bottom:3px;font-size:12px}.status-row small{font-size:10px}.status-dot{width:9px;height:9px;flex:0 0 auto;border-radius:999px}.status-online{background:var(--success);box-shadow:0 0 9px #5ad19a94}.status-warning{background:var(--danger)}.status-loading{background:var(--warning)}.status-neutral{background:#748096}.notice-row{width:100%;min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:0;border:1px solid var(--danger-border);background:var(--danger-soft);color:var(--text);padding:13px;text-align:left}.notice-row:hover:not(:disabled){border-color:#ff747473;background:#ff747429;box-shadow:none}.notice-row b,.notice-row small{display:block}.notice-row b{margin-bottom:4px;font-size:13px}.notice-row small{color:var(--muted-strong);font-size:10px}.notice-indicator{width:9px;height:9px;border-radius:999px;background:var(--danger);box-shadow:0 0 10px #ff74748c}.notice-arrow{font-size:25px;font-weight:300}.dashboard-empty{min-height:82px;display:flex;align-items:center;gap:13px;border:1px dashed var(--line-strong);border-radius:var(--radius-small);padding:15px}.dashboard-empty>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;background:var(--success-soft);color:var(--success);font-weight:900}.dashboard-empty b{font-size:13px}.dashboard-empty p{margin:4px 0 0;font-size:11px}.version-box{display:flex;align-items:center;gap:15px}.version-logo{width:58px;height:58px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:16px;background:linear-gradient(145deg,#7886ff,#5867e7);color:#fff;font-size:17px;font-weight:900;box-shadow:0 10px 28px #6877ff38}.version-box b{font-size:14px}.version-box p{margin:5px 0 0;font-size:11px}@media(max-width:1180px){.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.page-header{align-items:flex-start}.dashboard-grid,.dashboard-lower-grid{grid-template-columns:1fr}}@media(max-width:650px){.page-header{display:block}.page-header-actions{margin-top:17px}.page-header-actions button{width:100%}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-actions{grid-template-columns:1fr}}@media(max-width:430px){.dashboard-kpis{grid-template-columns:1fr}}main{max-width:none;margin:0;padding:0}.page-content{width:100%;max-width:1480px;margin:0 auto;padding:32px 46px 70px}.topbar{position:sticky;z-index:9;top:0;min-height:72px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(280px,560px) minmax(180px,1fr);align-items:center;gap:22px;border-bottom:1px solid var(--line);background:#080a0fd1;padding:12px 30px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-location small,.topbar-location b{display:block}.topbar-location small{margin-bottom:4px;color:#717b8f;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.topbar-location b{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.global-search{position:relative;min-width:0;display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:#ffffff06}.global-search-focused{border-color:var(--primary-border);background:var(--surface);box-shadow:0 0 0 3px #6877ff17}.global-search>svg{width:18px;height:18px;flex:0 0 auto;margin-left:13px;color:#768094}.global-search input{height:43px;border:0;background:transparent;padding:0 10px;box-shadow:none}.global-search input:focus{border:0;box-shadow:none}.search-shortcut{flex:0 0 auto;margin-right:9px;border:1px solid var(--line);border-radius:6px;background:#ffffff06;color:#757f91;padding:3px 6px;font-size:8px;font-weight:700}.search-results{position:absolute;top:calc(100% + 9px);right:0;left:0;overflow:hidden;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface-elevated);padding:7px;box-shadow:var(--shadow-large)}.search-results-heading{display:flex;align-items:center;justify-content:space-between;padding:8px 9px 10px}.search-results-heading span{color:var(--muted-strong);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.search-results-heading small{font-size:9px}.search-result{width:100%;min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;border:1px solid transparent;background:transparent;color:var(--text);padding:9px 11px;text-align:left}.search-result:hover:not(:disabled),.search-result-active{border-color:var(--primary-border);background:var(--primary-soft);box-shadow:none;transform:none}.search-result b,.search-result small{display:block}.search-result b{margin-bottom:3px;font-size:12px}.search-result small{font-size:9px}.search-result-arrow{color:#8f99ad;font-size:21px;font-weight:300}.search-empty{color:var(--muted);padding:18px 11px;font-size:12px;text-align:center}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:11px}.topbar-icon-button{position:relative;width:42px;height:42px;min-height:42px;display:grid;place-items:center;margin:0;border:1px solid var(--line);background:#ffffff06;padding:0}.topbar-icon-button:hover:not(:disabled){border-color:var(--primary-border);background:var(--primary-soft);box-shadow:none}.topbar-icon-button svg{width:18px;height:18px}.topbar-notification-count{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;display:grid;place-items:center;border:2px solid var(--bg);border-radius:999px;background:var(--danger);color:#fff;padding:0 4px;font-size:8px;font-weight:900}.topbar-profile{min-width:0;display:flex;align-items:center;gap:9px;border-left:1px solid var(--line);padding-left:12px}.topbar-profile-avatar{width:37px;height:37px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:11px;background:var(--primary-soft);color:#c3c9ff;font-size:13px;font-weight:900}.topbar-profile-copy{min-width:0}.topbar-profile-copy b,.topbar-profile-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-profile-copy b{max-width:150px;font-size:11px}.topbar-profile-copy small{max-width:150px;margin-top:3px;font-size:8px}@media(max-width:1050px){.topbar{grid-template-columns:auto minmax(220px,1fr) auto}.topbar-profile-copy{display:none}.topbar-profile{padding-left:10px}}@media(max-width:900px){.topbar{top:57px;grid-template-columns:minmax(0,1fr) auto;padding:10px 18px}.topbar-location{display:none}.page-content{padding:28px 22px 60px}}@media(max-width:580px){.topbar{gap:9px;padding:9px 12px}.search-shortcut,.topbar-profile{display:none}.page-content{padding:23px 14px 50px}}.audit-filter-card{margin-bottom:16px}.audit-filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(3,minmax(150px,1fr)) repeat(2,minmax(130px,.8fr));gap:13px;align-items:end}.audit-filters label{min-width:0}.audit-filters label>span{display:block;margin-bottom:7px;color:var(--muted-strong);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.audit-filters input,.audit-filters select{width:100%}.audit-filter-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:9px;padding-top:2px}.audit-filter-actions button{width:auto;margin:0}.audit-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.audit-summary>div{display:flex;align-items:baseline;gap:8px;border:1px solid var(--line);border-radius:var(--radius-small);background:#ffffff05;padding:12px 15px}.audit-summary-value{color:var(--text);font-size:19px;font-weight:850}.audit-summary-label{color:var(--muted);font-size:10px}.audit-card{padding:0;overflow:hidden}.audit-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:20px 22px}.audit-card-heading h2{margin:4px 0 0}.audit-card-heading>small{margin-top:5px}.audit-loading{color:var(--muted);padding:45px 20px;text-align:center}.audit-list{display:grid}.audit-entry{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line);padding:19px 22px}.audit-entry:last-child{border-bottom:0}.audit-entry:hover{background:#ffffff03}.audit-entry-marker{position:relative}.audit-entry-marker>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:11px;background:var(--primary-soft);color:#c3c9ff;font-size:13px;font-weight:900}.audit-entry-content{min-width:0}.audit-entry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.audit-entry-header b{font-size:13px}.audit-entry-header p{margin:4px 0 0;color:var(--muted-strong);font-size:11px;line-height:1.55}.audit-entry-header time{flex:0 0 auto;color:var(--muted);font-size:9px;white-space:nowrap}.audit-entry-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.audit-entry-meta>span{max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:#ffffff05;color:var(--muted-strong);padding:4px 8px;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.audit-entry-meta .audit-action-success{border-color:#5ad19a47;background:var(--success-soft);color:#82dfb5}.audit-entry-meta .audit-action-danger{border-color:var(--danger-border);background:var(--danger-soft);color:#ffabab}.audit-entry-meta .audit-action-neutral{border-color:var(--primary-border);background:var(--primary-soft);color:#bdc4ff}.audit-details{margin-top:13px;border:1px solid var(--line);border-radius:11px;background:#0000001f}.audit-details summary{cursor:pointer;color:var(--muted-strong);padding:11px 13px;font-size:10px;font-weight:750;list-style-position:inside;-webkit-user-select:none;user-select:none}.audit-details[open] summary{border-bottom:1px solid var(--line)}.audit-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.audit-data-block{min-width:0;padding:13px}.audit-data-block+.audit-data-block{border-left:1px solid var(--line)}.audit-data-block>b{display:block;margin-bottom:8px;color:var(--muted-strong);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.audit-data-block pre{max-height:300px;overflow:auto;margin:0;border:1px solid var(--line);border-radius:8px;background:#0003;color:#c9d0dc;padding:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.audit-data-block p{margin:0;color:var(--muted);font-size:10px}.audit-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:18px}.audit-pagination button{width:auto;margin:0}.audit-pagination>span{color:var(--muted);font-size:10px}.audit-pagination>span b{color:var(--text)}@media(max-width:1250px){.audit-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-search-field{grid-column:span 2}}@media(max-width:800px){.audit-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-search-field{grid-column:1 / -1}.audit-data-grid{grid-template-columns:1fr}.audit-data-block+.audit-data-block{border-top:1px solid var(--line);border-left:0}}@media(max-width:580px){.audit-filters,.audit-summary{grid-template-columns:1fr}.audit-search-field{grid-column:auto}.audit-filter-actions{display:grid;grid-template-columns:1fr}.audit-filter-actions button{width:100%}.audit-entry{grid-template-columns:1fr;padding:17px}.audit-entry-header{display:block}.audit-entry-header time{display:block;margin-top:8px}.audit-card-heading{padding:18px 17px}.audit-card-heading>small{display:none}.audit-pagination{justify-content:space-between;gap:8px}.audit-pagination>span{text-align:center}}.login-message{margin-bottom:16px;border:1px solid currentColor;border-radius:8px;padding:12px;color:var(--warning);font-size:11px;line-height:1.5}.login-error-message{margin-top:14px;color:var(--danger)}.login-divider{margin:18px 0;color:var(--muted);font-size:10px;text-align:center}.employee-empty{color:var(--muted);padding:28px;text-align:center}.role-empty{color:var(--muted);padding:30px;text-align:center}.roles-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.roles-header-actions button{width:auto;min-width:118px;margin:0}@media(max-width:650px){.roles-header-actions{width:100%;display:grid;grid-template-columns:1fr}.roles-header-actions button{width:100%}}.user-empty{color:var(--muted);padding:30px;text-align:center}.user-statistics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:15px}.user-statistics>div{display:flex;align-items:baseline;gap:8px;border:1px solid var(--line);border-radius:var(--radius-small);background:#ffffff05;padding:13px 16px}.user-statistics b{font-size:21px}.user-statistics span{color:var(--muted);font-size:10px}.user-filter-card{display:grid;grid-template-columns:minmax(240px,1fr) minmax(210px,320px);gap:14px;margin-bottom:20px}.user-filter-card label>span{display:block;margin-bottom:7px;color:var(--muted-strong);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.user-name-line{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.user-name-line h3{margin:0}.user-status{border:1px solid;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:800}.user-status-active{border-color:#5ad19a4d;background:var(--success-soft);color:#83dfb6}.user-status-inactive{border-color:#edb74f4d;background:#edb74f1a;color:#ebc675}.user-status-archived{border-color:var(--line-strong);background:#7882941a;color:#9ca6b8}.user-row-archived{opacity:.72;border-style:dashed}.user-archive-button{width:auto;margin:0}.user-archived-actions{display:grid;justify-items:end;gap:6px}.user-archived-actions button{width:auto;margin:0}.user-archived-actions small{max-width:210px;font-size:8px;text-align:right}@media(max-width:850px){.user-filter-card{grid-template-columns:1fr}}@media(max-width:580px){.user-statistics{grid-template-columns:1fr}.user-archived-actions{justify-items:stretch}.user-archived-actions button{width:100%}.user-archived-actions small{max-width:none;text-align:left}}.settings-loading{color:var(--muted);padding:40px;text-align:center}.settings-success{margin-bottom:18px;border:1px solid rgba(90,209,154,.3);border-radius:var(--radius-small);background:var(--success-soft);color:#8ce4bc;padding:13px 15px;font-size:11px}.settings-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-bottom:95px}.settings-section{min-width:0}.settings-section-heading{display:flex;align-items:flex-start;gap:13px;border-bottom:1px solid var(--line);margin-bottom:20px;padding-bottom:17px}.settings-section-heading h2{margin:4px 0 5px}.settings-section-heading p{margin:0;font-size:10px}.settings-section-icon{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--primary-border);border-radius:11px;background:var(--primary-soft);color:#c2c8ff;font-size:14px;font-weight:900}.settings-fields{display:grid;gap:17px}.settings-fields-two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-fields label>span,.settings-section>label>span{display:block;margin-bottom:7px;color:var(--muted-strong);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-fields label>small{display:block;margin-top:6px;font-size:9px;line-height:1.45}.settings-danger-section{border-color:#ff74742e}.settings-danger-section .settings-section-icon{border-color:var(--danger-border);background:var(--danger-soft);color:#faa}.settings-toggle-row{position:relative;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;border:1px solid var(--line);border-radius:12px;background:#ffffff05;padding:14px}.settings-toggle-row:hover{border-color:var(--primary-border);background:var(--primary-soft)}.settings-toggle-row>span:first-child{min-width:0}.settings-toggle-row b,.settings-toggle-row small{display:block}.settings-toggle-row b{margin-bottom:5px;font-size:12px}.settings-toggle-row small{font-size:9px;line-height:1.45}.settings-toggle-row input{position:absolute;opacity:0;pointer-events:none}.settings-switch{position:relative;width:46px;height:25px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:999px;background:#252b36;transition:.2s ease}.settings-switch>span{position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:999px;background:#a1a9b8;transition:.2s ease}.settings-toggle-row input:checked+.settings-switch{border-color:var(--primary-border);background:#6473ef}.settings-toggle-row input:checked+.settings-switch>span{left:24px;background:#fff}.settings-toggle-danger:hover{border-color:var(--danger-border);background:var(--danger-soft)}.settings-toggle-danger input:checked+.settings-switch{border-color:var(--danger-border);background:var(--danger)}.settings-savebar{position:fixed;z-index:8;right:30px;bottom:20px;left:287px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line-strong);border-radius:15px;background:#12161ff0;padding:14px 17px;box-shadow:var(--shadow-large);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.settings-savebar b,.settings-savebar small{display:block}.settings-savebar b{margin-bottom:4px;font-size:11px}.settings-savebar small{font-size:9px}.settings-savebar-actions{display:flex;gap:9px}.settings-savebar-actions button{width:auto;margin:0}@media(max-width:1050px){.settings-layout{grid-template-columns:1fr}}@media(max-width:900px){.settings-savebar{right:16px;bottom:16px;left:16px}}@media(max-width:650px){.settings-fields-two{grid-template-columns:1fr}.settings-savebar{display:block}.settings-savebar-actions{display:grid;grid-template-columns:1fr;margin-top:12px}.settings-savebar-actions button{width:100%}}.worktime-hero{position:relative;overflow:hidden;margin-bottom:1.25rem}.worktime-hero:before{position:absolute;top:0;right:0;width:18rem;height:18rem;border-radius:50%;background:currentColor;content:"";opacity:.035;pointer-events:none;transform:translate(35%,-45%)}.worktime-hero-active{border-color:#22c55e47}.worktime-hero-inactive{border-color:#94a3b838}.worktime-hero-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center}.worktime-status-area{min-width:0}.worktime-status-heading{display:flex;gap:.75rem;align-items:center;margin-top:.45rem}.worktime-status-heading h2{margin:0;font-size:clamp(1.75rem,4vw,2.65rem);line-height:1.1}.worktime-status-pulse{display:inline-block;width:.85rem;height:.85rem;flex:0 0 auto;border-radius:50%;background:#94a3b8;box-shadow:0 0 #94a3b859}.worktime-status-pulse.is-active{background:#22c55e;animation:worktime-pulse 2s infinite}@keyframes worktime-pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 .65rem #22c55e00}to{box-shadow:0 0 #22c55e00}}.worktime-clock{margin:1rem 0 0;font-size:clamp(2rem,6vw,4.5rem);font-variant-numeric:tabular-nums;font-weight:750;letter-spacing:-.045em;line-height:1}.worktime-status-description{margin:.8rem 0 0;color:var(--text-muted, #64748b)}.worktime-live-area{display:flex;min-width:15rem;flex-direction:column;align-items:flex-end;text-align:right}.worktime-live-label{color:var(--text-muted, #64748b);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.worktime-live-time{margin:.35rem 0 1.1rem;font-size:clamp(1.75rem,4vw,3rem);font-variant-numeric:tabular-nums;line-height:1}.worktime-start-button,.worktime-stop-button{min-width:12rem;padding:.8rem 1.2rem;border:0;border-radius:.8rem;color:#fff;cursor:pointer;font:inherit;font-weight:750;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.worktime-start-button{background:#16a34a;box-shadow:0 .55rem 1.2rem #16a34a38}.worktime-stop-button{background:#dc2626;box-shadow:0 .55rem 1.2rem #dc262638}.worktime-start-button:hover:not(:disabled),.worktime-stop-button:hover:not(:disabled){transform:translateY(-1px)}.worktime-start-button:disabled,.worktime-stop-button:disabled{cursor:not-allowed;opacity:.6}.worktime-current-details{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border-color, rgba(148, 163, 184, .2))}.worktime-detail{display:flex;min-width:0;flex-direction:column;gap:.3rem}.worktime-detail span{color:var(--text-muted, #64748b);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.worktime-detail strong{overflow-wrap:anywhere;font-size:.95rem}.worktime-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.worktime-summary-card{display:flex;min-height:9rem;gap:1rem;align-items:flex-start}.worktime-summary-icon{display:inline-flex;width:2.75rem;height:2.75rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:.8rem;background:#3b82f61a;font-size:1.15rem;font-weight:800}.worktime-summary-card strong{display:block;margin-top:.4rem;font-size:clamp(1.25rem,3vw,1.85rem);line-height:1.2}.worktime-summary-card p{margin:.55rem 0 0;color:var(--text-muted, #64748b);font-size:.9rem}.worktime-summary-last{min-width:0}.worktime-summary-badge{margin-top:.55rem}.worktime-history{margin-bottom:2rem}.worktime-section-heading{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;margin-bottom:1.25rem}.worktime-section-heading h2{margin:.3rem 0 0}.worktime-section-heading small{color:var(--text-muted, #64748b)}.worktime-entry-list{display:flex;flex-direction:column;gap:.7rem}.worktime-entry{display:grid;grid-template-columns:minmax(10rem,1.25fr) minmax(7rem,.75fr) minmax(11rem,1fr) minmax(12rem,1.6fr);gap:1rem;align-items:center;padding:1rem;border:1px solid var(--border-color, rgba(148, 163, 184, .2));border-radius:.85rem;background:var(--surface-secondary, rgba(148, 163, 184, .04))}.worktime-entry.is-current{border-color:#22c55e59;background:#22c55e0d}.worktime-entry-date,.worktime-entry-duration{display:flex;min-width:0;flex-direction:column;gap:.25rem}.worktime-entry-date span,.worktime-entry-duration span,.worktime-entry-note{color:var(--text-muted, #64748b);font-size:.88rem}.worktime-entry-date strong,.worktime-entry-duration strong{font-variant-numeric:tabular-nums}.worktime-entry-note{min-width:0;overflow-wrap:anywhere}.worktime-badge{display:inline-flex;width:fit-content;max-width:100%;gap:.4rem;align-items:center;padding:.35rem .65rem;border:1px solid transparent;border-radius:999px;font-size:.78rem;font-weight:750;line-height:1.2}.worktime-badge-active,.worktime-badge-success{border-color:#22c55e38;background:#22c55e1a;color:#15803d}.worktime-badge-warning{border-color:#f59e0b38;background:#f59e0b1a;color:#b45309}.worktime-badge-danger{border-color:#ef444438;background:#ef44441a;color:#b91c1c}.worktime-badge-neutral{border-color:#64748b38;background:#64748b1a;color:#475569}.worktime-empty{padding:2.5rem 1rem;border:1px dashed var(--border-color, rgba(148, 163, 184, .3));border-radius:.85rem;text-align:center}.worktime-empty p{margin:.45rem 0 0;color:var(--text-muted, #64748b)}@media(max-width:1050px){.worktime-entry{grid-template-columns:repeat(2,minmax(0,1fr))}.worktime-entry-note{grid-column:1 / -1}}@media(max-width:820px){.worktime-hero-main{grid-template-columns:1fr}.worktime-live-area{min-width:0;align-items:flex-start;text-align:left}.worktime-current-details,.worktime-summary-grid{grid-template-columns:1fr}}@media(max-width:600px){.worktime-clock{font-size:2.55rem}.worktime-start-button,.worktime-stop-button{width:100%}.worktime-entry{grid-template-columns:1fr}.worktime-entry-note{grid-column:auto}.worktime-section-heading{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.worktime-status-pulse.is-active{animation:none}.worktime-start-button,.worktime-stop-button{transition:none}}.worktime-filter-bar{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 1.4rem}.worktime-filter-button{min-height:38px;padding:.55rem .9rem;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text);font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.worktime-filter-button:hover{transform:translateY(-1px);border-color:var(--primary)}.worktime-filter-button.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.worktime-entry-list{display:grid;gap:.75rem}.worktime-entry{display:block;padding:1rem 1.1rem}.worktime-entry-main{display:grid;grid-template-columns:minmax(170px,1.4fr) minmax(125px,.7fr) minmax(180px,auto);align-items:center;gap:1rem}.worktime-entry-duration strong{font-size:1.05rem}.worktime-entry-result{display:flex;justify-content:flex-end}.worktime-entry-details{margin-top:.85rem;padding-top:.8rem;border-top:1px solid var(--border)}.worktime-entry-details summary{width:fit-content;color:var(--primary);font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.worktime-entry-details p{margin:.7rem 0 0;color:var(--muted);line-height:1.55}.worktime-loading{margin:1rem 0 0;color:var(--muted)}@media(max-width:800px){.worktime-entry-main{grid-template-columns:1fr auto}.worktime-entry-result{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:520px){.worktime-filter-bar{display:grid;grid-template-columns:repeat(2,1fr)}.worktime-filter-button{width:100%}.worktime-entry-main{grid-template-columns:1fr}.worktime-entry-result{grid-column:auto}}.dashboard-live-grid{display:grid;grid-template-columns:minmax(0,1fr);margin-bottom:24px}.dashboard-live-panel{min-width:0}.dashboard-live-panel .panel-eyebrow{display:inline-flex;align-items:center;gap:8px}.dashboard-live-pulse{position:relative;width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.dashboard-live-pulse:after{position:absolute;inset:-5px;border:1px solid rgba(34,197,94,.5);border-radius:inherit;content:"";animation:dashboard-live-pulse 2s ease-out infinite}.dashboard-live-heading-actions{display:flex;align-items:center;gap:10px}.dashboard-live-count{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(34,197,94,.22);border-radius:14px;background:#22c55e1a;color:#22c55e;font-size:1.15rem;font-weight:800;line-height:1}.dashboard-live-refresh{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border-color, rgba(148, 163, 184, .18));border-radius:14px;background:#94a3b812;color:inherit;cursor:pointer;font-size:1.25rem;transition:border-color .16s ease,background .16s ease,transform .16s ease}.dashboard-live-refresh:hover:not(:disabled){border-color:#3b82f661;background:#3b82f61f;transform:translateY(-1px)}.dashboard-live-refresh:disabled{cursor:wait;opacity:.55}.live-employees{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:12px}.live-employee{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:14px 16px;border:1px solid rgba(148,163,184,.13);border-radius:16px;background:#94a3b80e;transition:border-color .16s ease,background .16s ease,transform .16s ease}.live-employee:hover{border-color:#22c55e40;background:#22c55e0e;transform:translateY(-1px)}.live-dot{width:11px;height:11px;flex:0 0 auto;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1a,0 0 14px #22c55e73}.live-employee-main,.live-employee-time{display:flex;min-width:0;flex-direction:column;gap:3px}.live-employee-main b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-employee-main small,.live-employee-time small{color:var(--text-muted, #94a3b8)}.live-employee-discord{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-employee-time{align-items:flex-end;text-align:right;white-space:nowrap}.live-employee-time b{font-size:.86rem}.live-employee-time small{font-size:.76rem}.dashboard-live-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:13px;border-top:1px solid rgba(148,163,184,.12);color:var(--text-muted, #94a3b8);font-size:.75rem}.dashboard-live-loading{display:flex;min-height:92px;align-items:center;justify-content:center;gap:12px;color:var(--text-muted, #94a3b8)}.dashboard-live-loader{width:19px;height:19px;border:2px solid rgba(148,163,184,.22);border-top-color:currentColor;border-radius:50%;animation:dashboard-live-spin .8s linear infinite}.dashboard-live-error{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid rgba(239,68,68,.22);border-radius:16px;background:#ef444413}.dashboard-live-error p{margin:4px 0 0;color:var(--text-muted, #94a3b8)}.dashboard-live-empty{min-height:92px}.is-rotating{display:inline-block;animation:dashboard-live-spin .8s linear infinite}@keyframes dashboard-live-spin{to{transform:rotate(360deg)}}@keyframes dashboard-live-pulse{0%{opacity:.8;transform:scale(.65)}75%,to{opacity:0;transform:scale(1.45)}}@media(max-width:720px){.live-employees{grid-template-columns:minmax(0,1fr)}.live-employee{grid-template-columns:auto minmax(0,1fr)}.live-employee-time{grid-column:2;align-items:flex-start;text-align:left}.dashboard-live-footer{align-items:flex-start;flex-direction:column;gap:5px}.dashboard-live-error{align-items:stretch;flex-direction:column}}.dashboard-hero{position:relative;display:flex;min-height:190px;align-items:center;justify-content:space-between;gap:32px;overflow:hidden;margin-bottom:26px;padding:32px 36px;border:1px solid rgba(99,102,241,.28);border-radius:22px;background:radial-gradient(circle at 85% 20%,rgba(99,102,241,.28),transparent 36%),linear-gradient(135deg,#1e293bfa,#0f172afa);box-shadow:0 20px 50px #0003,inset 0 1px #ffffff0a}.dashboard-hero:before{position:absolute;top:-90px;right:-45px;width:260px;height:260px;border-radius:50%;background:#6366f11a;content:"";pointer-events:none}.dashboard-hero-content{position:relative;z-index:1;min-width:0}.dashboard-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#a5b4fc;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.dashboard-hero-eyebrow:before{width:8px;height:8px;border-radius:50%;background:#818cf8;box-shadow:0 0 14px #818cf8cc;content:""}.dashboard-hero h1{margin:12px 0 8px;color:#f8fafc;font-size:clamp(2rem,4vw,3.15rem);font-weight:800;letter-spacing:-.04em;line-height:1.05}.dashboard-hero p{margin:0;color:#aeb8ca;font-size:1rem;text-transform:capitalize}.dashboard-hero-clock{position:relative;z-index:1;display:flex;min-width:240px;flex-direction:column;align-items:flex-end;padding:20px 24px;border:1px solid rgba(129,140,248,.2);border-radius:18px;background:#0f172a7a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-hero-clock span{color:#f8fafc;font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,5vw,3.7rem);font-weight:800;letter-spacing:-.05em;line-height:1}.dashboard-hero-clock small{margin-top:9px;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}@media(max-width:800px){.dashboard-hero{min-height:auto;align-items:stretch;flex-direction:column;padding:26px}.dashboard-hero-clock{min-width:0;align-items:flex-start}}@media(max-width:520px){.dashboard-hero{padding:22px;border-radius:18px}.dashboard-hero h1{font-size:2rem}.dashboard-hero-clock{padding:17px 18px}.dashboard-hero-clock span{font-size:2.25rem}}.dashboard-time-refresh{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(148,163,184,.18);border-radius:13px;background:#94a3b812;color:inherit;cursor:pointer;font-size:1.15rem;transition:border-color .16s ease,background .16s ease,transform .16s ease}.dashboard-time-refresh:hover:not(:disabled){border-color:#6366f161;background:#6366f11f;transform:translateY(-1px)}.dashboard-time-stat:hover{border-color:#6366f14d;box-shadow:0 18px 38px #0000002e,inset 0 1px #ffffff09;transform:translateY(-2px)}.dashboard-time-stat-today .dashboard-time-stat-icon{border-color:#3b82f645;background:#3b82f61f;color:#60a5fa}.dashboard-time-stat-week .dashboard-time-stat-icon{border-color:#a855f745;background:#a855f71f;color:#c084fc}.dashboard-time-stat-month .dashboard-time-stat-icon{border-color:#f59e0b45;background:#f59e0b1f;color:#fbbf24}@media(max-width:680px){.dashboard-time-overview-heading{align-items:flex-start;flex-direction:column}.dashboard-time-overview-actions{width:100%;justify-content:space-between}.dashboard-time-stats{grid-template-columns:minmax(0,1fr)}.dashboard-time-stat{min-height:158px}.dashboard-time-error{align-items:stretch;flex-direction:column}}.dashboard-global-error{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.dashboard-time-overview{margin-bottom:24px}.dashboard-time-overview-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.dashboard-time-overview-heading h2{margin:5px 0 0;font-size:1.35rem;letter-spacing:-.025em}.dashboard-time-overview-actions{display:flex;align-items:center;gap:12px}.dashboard-time-overview-actions small{color:var(--text-muted, #94a3b8);font-size:.75rem}.dashboard-time-refresh{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(148,163,184,.18);border-radius:13px;background:#94a3b812;color:inherit;cursor:pointer;font-size:1.15rem}.dashboard-time-refresh:hover:not(:disabled){border-color:#6366f161;background:#6366f11f}.dashboard-time-refresh:disabled{cursor:wait;opacity:.55}.dashboard-time-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-time-stat{position:relative;min-width:0;min-height:176px;overflow:hidden;padding:20px;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(145deg,#141b28fa,#101622fa);box-shadow:0 14px 30px #0000001f,inset 0 1px #ffffff06;transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease}.dashboard-time-stat:after{position:absolute;right:-36px;bottom:-50px;width:145px;height:145px;border-radius:50%;background:#6366f117;content:"";pointer-events:none}.dashboard-time-stat:hover{border-color:#6366f14d;transform:translateY(-2px)}.dashboard-time-stat-header{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.dashboard-time-stat-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(129,140,248,.26);border-radius:11px;background:#6366f121;color:#a5b4fc;font-size:.84rem;font-weight:800}.dashboard-time-stat-eyebrow{color:#aab4c6;font-size:.73rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dashboard-time-stat>strong{position:relative;z-index:1;display:block;overflow:hidden;margin-top:18px;color:#f8fafc;font-size:clamp(1.45rem,2.4vw,2rem);font-variant-numeric:tabular-nums;letter-spacing:-.045em;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.dashboard-time-stat h3{position:relative;z-index:1;margin:9px 0 0;color:#e2e8f0;font-size:.88rem}.dashboard-time-stat p{position:relative;z-index:1;margin:5px 0 0;color:var(--text-muted, #94a3b8);font-size:.72rem;line-height:1.45}.dashboard-time-stat-live:after{background:#22c55e17}.dashboard-time-stat-live .dashboard-time-stat-icon{border-color:#22c55e45;background:#22c55e1f;color:#4ade80}.dashboard-time-stat-today:after{background:#3b82f617}.dashboard-time-stat-today .dashboard-time-stat-icon{color:#60a5fa}.dashboard-time-stat-week:after{background:#a855f717}.dashboard-time-stat-week .dashboard-time-stat-icon{color:#c084fc}.dashboard-time-stat-month:after{background:#f59e0b17}.dashboard-time-stat-month .dashboard-time-stat-icon{color:#fbbf24}.dashboard-time-error{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:15px 17px;border:1px solid rgba(239,68,68,.22);border-radius:15px;background:#ef444413}.dashboard-time-error p{margin:4px 0 0;color:var(--text-muted, #94a3b8)}@media(max-width:1180px){.dashboard-time-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.dashboard-global-error,.dashboard-time-error{align-items:stretch;flex-direction:column}.dashboard-time-overview-heading{align-items:flex-start;flex-direction:column}.dashboard-time-overview-actions{width:100%;justify-content:space-between}.dashboard-time-stats{grid-template-columns:minmax(0,1fr)}.dashboard-time-stat{min-height:158px}}.dashboard-live-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;padding:14px 16px;border:1px solid rgba(148,163,184,.15);border-radius:16px;background:#0f172a75;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-live-toolbar-status{display:flex;min-width:0;align-items:center;gap:12px}.dashboard-live-toolbar-status>div{display:flex;min-width:0;flex-direction:column;gap:3px}.dashboard-live-toolbar-status b{color:#e2e8f0;font-size:.86rem}.dashboard-live-toolbar-status small,.dashboard-last-updated{color:var(--text-muted, #94a3b8);font-size:.72rem}.dashboard-sync-dot{position:relative;width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e1a,0 0 13px #22c55e6b}.dashboard-sync-dot.is-syncing{background:#818cf8;box-shadow:0 0 0 4px #818cf81a,0 0 13px #818cf880}.dashboard-sync-dot.is-syncing:after{position:absolute;inset:-6px;border:1px solid rgba(129,140,248,.55);border-radius:inherit;content:"";animation:dashboard-sync-pulse 1.2s ease-out infinite}.dashboard-live-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.dashboard-last-updated{font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-global-refresh{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.dashboard-global-refresh>span{display:inline-block;font-size:1.05rem}@keyframes dashboard-sync-pulse{0%{opacity:.85;transform:scale(.65)}to{opacity:0;transform:scale(1.5)}}@media(max-width:820px){.dashboard-live-toolbar{align-items:stretch;flex-direction:column}.dashboard-live-toolbar-actions{justify-content:space-between}}@media(max-width:560px){.dashboard-live-toolbar-actions{align-items:stretch;flex-direction:column}.dashboard-global-refresh{justify-content:center}}.dashboard-live-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:stretch;gap:22px;margin-bottom:22px}.dashboard-live-grid>.dashboard-panel{min-width:0;height:100%}.dashboard-activity-panel{display:flex;min-height:440px;flex-direction:column;overflow:hidden}.dashboard-activity-count{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(129,140,248,.25);border-radius:11px;background:#6366f11a;color:#c7d2fe;font-size:.82rem;font-weight:800;font-variant-numeric:tabular-nums}.dashboard-activity-scroll{max-height:430px;padding-right:6px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.28) transparent}.dashboard-activity-scroll::-webkit-scrollbar{width:6px}.dashboard-activity-scroll::-webkit-scrollbar-track{background:transparent}.dashboard-activity-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b847}.dashboard-activity-group+.dashboard-activity-group{margin-top:22px}.dashboard-activity-group>h3{margin:0 0 10px;color:var(--text-muted, #94a3b8);font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.dashboard-activity-list{position:relative}.dashboard-activity-list:before{position:absolute;top:21px;bottom:21px;left:18px;width:1px;background:#94a3b829;content:""}.dashboard-activity-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:8px 0 13px}.dashboard-activity-item+.dashboard-activity-item{margin-top:2px}.dashboard-activity-icon{position:relative;z-index:1;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:4px solid var(--card-background, #111827);border-radius:50%;background:#64748b2e;color:#cbd5e1;font-size:.82rem;font-weight:900;box-shadow:0 0 0 1px #94a3b81f}.dashboard-activity-icon.is-green{background:#22c55e29;color:#86efac;box-shadow:0 0 0 1px #22c55e33}.dashboard-activity-icon.is-red{background:#ef444429;color:#fca5a5;box-shadow:0 0 0 1px #ef444433}.dashboard-activity-icon.is-blue{background:#3b82f629;color:#93c5fd;box-shadow:0 0 0 1px #3b82f633}.dashboard-activity-icon.is-purple{background:#8b5cf629;color:#c4b5fd;box-shadow:0 0 0 1px #8b5cf633}.dashboard-activity-icon.is-orange{background:#f9731629;color:#fdba74;box-shadow:0 0 0 1px #f9731633}.dashboard-activity-content{min-width:0;padding:2px 0}.dashboard-activity-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-activity-title-row b{overflow:hidden;color:#e2e8f0;font-size:.85rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-activity-title-row time{flex:0 0 auto;color:var(--text-muted, #94a3b8);font-size:.7rem;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-activity-content>p{margin:4px 0 0;color:#b6c1d1;font-size:.78rem;line-height:1.45}.dashboard-activity-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.dashboard-activity-meta span{display:inline-flex;align-items:center;min-height:20px;padding:2px 7px;border:1px solid rgba(148,163,184,.12);border-radius:999px;background:#94a3b80f;color:var(--text-muted, #94a3b8);font-size:.62rem}.dashboard-activity-loading{display:flex;min-height:230px;flex:1;align-items:center;justify-content:center;gap:12px;color:var(--text-muted, #94a3b8);font-size:.8rem}.dashboard-activity-error{display:flex;min-height:160px;flex:1;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid rgba(239,68,68,.18);border-radius:13px;background:#7f1d1d17}.dashboard-activity-error b{color:#fecaca}.dashboard-activity-error p{margin:5px 0 0;color:#fca5a5;font-size:.76rem}.dashboard-activity-empty{min-height:240px;flex:1}.dashboard-activity-footer{margin-top:auto;padding-top:14px;border-top:1px solid rgba(148,163,184,.1);color:var(--text-muted, #94a3b8);font-size:.66rem;text-align:center}@media(max-width:1080px){.dashboard-live-grid{grid-template-columns:1fr}.dashboard-activity-panel{min-height:380px}}@media(max-width:560px){.dashboard-activity-scroll{max-height:390px}.dashboard-activity-title-row{align-items:flex-start;flex-direction:column;gap:3px}.dashboard-activity-error{align-items:stretch;flex-direction:column}}.dashboard-animated{--dashboard-animation-distance: 14px;--dashboard-animation-duration: .52s;--dashboard-animation-easing: cubic-bezier(.22, 1, .36, 1)}@keyframes dashboard-fade-up{0%{opacity:0;transform:translate3d(0,var(--dashboard-animation-distance),0)}to{opacity:1;transform:translateZ(0)}}@keyframes dashboard-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dashboard-scale-in{0%{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}@keyframes dashboard-refresh-glow{0%{box-shadow:0 0 #818cf800}40%{box-shadow:0 0 0 4px #818cf814,0 10px 32px #0f172a29}to{box-shadow:0 0 #818cf800}}@keyframes dashboard-value-pop{0%{opacity:.45;transform:translateY(4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.dashboard-animated>:first-child{animation:dashboard-fade-up .62s var(--dashboard-animation-easing) both}.dashboard-animated .dashboard-live-toolbar{animation:dashboard-fade-in .42s ease-out .11s both}.dashboard-animated .dashboard-time-overview{animation:dashboard-fade-up var(--dashboard-animation-duration) var(--dashboard-animation-easing) .15s both}.dashboard-animated .dashboard-time-stat{opacity:0;animation:dashboard-scale-in .48s var(--dashboard-animation-easing) both;will-change:transform,opacity}.dashboard-animated .dashboard-time-stat:nth-child(1){animation-delay:.22s}.dashboard-animated .dashboard-time-stat:nth-child(2){animation-delay:.28s}.dashboard-animated .dashboard-time-stat:nth-child(3){animation-delay:.34s}.dashboard-animated .dashboard-time-stat:nth-child(4){animation-delay:.4s}.dashboard-animated .dashboard-live-grid>:nth-child(1){opacity:0;animation:dashboard-fade-up .54s var(--dashboard-animation-easing) .44s both}.dashboard-animated .dashboard-live-grid>:nth-child(2){opacity:0;animation:dashboard-fade-up .54s var(--dashboard-animation-easing) .51s both}.dashboard-animated .dashboard-grid:not(.dashboard-live-grid){opacity:0;animation:dashboard-fade-up .54s var(--dashboard-animation-easing) .57s both}.dashboard-animated .dashboard-lower-grid{animation-delay:.64s}.dashboard-animated .dashboard-panel,.dashboard-animated .dashboard-time-stat{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}@media(hover:hover)and (pointer:fine){.dashboard-animated .dashboard-time-stat:hover{transform:translateY(-3px);border-color:#818cf83d;box-shadow:0 16px 32px #0206172e}.dashboard-animated .dashboard-panel:hover{border-color:#94a3b838;box-shadow:0 18px 36px #02061729}}.dashboard-animated .dashboard-time-stat>strong{animation:dashboard-value-pop .38s var(--dashboard-animation-easing) both;transform-origin:left center;font-variant-numeric:tabular-nums}.dashboard-animated .dashboard-activity-item{opacity:0;animation:dashboard-fade-up .36s var(--dashboard-animation-easing) both}.dashboard-animated .dashboard-activity-item:nth-child(1){animation-delay:.56s}.dashboard-animated .dashboard-activity-item:nth-child(2){animation-delay:.6s}.dashboard-animated .dashboard-activity-item:nth-child(3){animation-delay:.64s}.dashboard-animated .dashboard-activity-item:nth-child(4){animation-delay:.68s}.dashboard-animated .dashboard-activity-item:nth-child(5){animation-delay:.72s}.dashboard-animated .dashboard-activity-item:nth-child(n+6){animation-delay:.76s}.dashboard-animated .live-employee{animation:dashboard-fade-up .36s var(--dashboard-animation-easing) both}.dashboard-animated .live-employee:nth-child(1){animation-delay:.52s}.dashboard-animated .live-employee:nth-child(2){animation-delay:.57s}.dashboard-animated .live-employee:nth-child(3){animation-delay:.62s}.dashboard-animated .live-employee:nth-child(4){animation-delay:.67s}.dashboard-animated .live-employee:nth-child(n+5){animation-delay:.72s}.dashboard-animated[data-refreshing=true] .dashboard-live-toolbar{animation:dashboard-refresh-glow 1.4s ease-in-out infinite}.dashboard-animated[data-refreshing=true] .dashboard-time-stat>strong,.dashboard-animated[data-refreshing=true] .dashboard-live-count,.dashboard-animated[data-refreshing=true] .dashboard-activity-count{opacity:.62;transition:opacity .18s ease}.dashboard-animated[data-refreshing=false] .dashboard-time-stat>strong,.dashboard-animated[data-refreshing=false] .dashboard-live-count,.dashboard-animated[data-refreshing=false] .dashboard-activity-count{opacity:1;transition:opacity .24s ease}.dashboard-animated button{transition:transform .16s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease}@media(hover:hover)and (pointer:fine){.dashboard-animated button:not(:disabled):hover{transform:translateY(-1px)}.dashboard-animated button:not(:disabled):active{transform:translateY(0)}}@media(max-width:720px){.dashboard-animated{--dashboard-animation-distance: 9px;--dashboard-animation-duration: .44s}.dashboard-animated .dashboard-time-stat:nth-child(n){animation-delay:.18s}.dashboard-animated .dashboard-live-grid>:nth-child(n){animation-delay:.26s}.dashboard-animated .dashboard-grid:not(.dashboard-live-grid){animation-delay:.32s}.dashboard-animated .dashboard-lower-grid{animation-delay:.38s}}@media(prefers-reduced-motion:reduce){.dashboard-animated *,.dashboard-animated *:before,.dashboard-animated *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.dashboard-animated .dashboard-time-stat,.dashboard-animated .dashboard-live-grid>*,.dashboard-animated .dashboard-grid,.dashboard-animated .dashboard-activity-item{opacity:1!important;transform:none!important}}.dashboard-quick-actions-panel{position:relative;overflow:hidden}.dashboard-quick-actions-panel:before{position:absolute;top:-80px;right:-70px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,#6366f117,#6366f100 70%);pointer-events:none;content:""}.dashboard-quick-actions-heading{position:relative;z-index:1;align-items:flex-start}.dashboard-panel-description{max-width:440px;margin:7px 0 0;color:var(--text-muted, #94a3b8);font-size:.78rem;line-height:1.5}.dashboard-quick-actions-label{display:inline-flex;min-height:29px;align-items:center;justify-content:center;padding:5px 10px;border:1px solid rgba(148,163,184,.13);border-radius:999px;background:#94a3b80f;color:var(--text-muted, #94a3b8);font-size:.65rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.enterprise-quick-actions-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.enterprise-quick-action{--quick-action-accent: 129, 140, 248;--quick-action-icon: #c7d2fe;position:relative;display:flex;min-width:0;min-height:172px;flex-direction:column;align-items:stretch;padding:17px;overflow:hidden;border:1px solid rgba(148,163,184,.13);border-radius:16px;background:linear-gradient(145deg,#ffffff09,#ffffff03);color:inherit;font:inherit;text-align:left;cursor:pointer;isolation:isolate;transition:transform .21s ease,border-color .21s ease,box-shadow .21s ease,background-color .21s ease}.enterprise-quick-action:before{position:absolute;z-index:-1;top:-70px;right:-65px;width:165px;height:165px;border-radius:50%;background:radial-gradient(circle,rgba(var(--quick-action-accent),.15),rgba(var(--quick-action-accent),0) 70%);opacity:.72;pointer-events:none;content:"";transition:opacity .22s ease,transform .28s ease}.enterprise-quick-action:after{position:absolute;z-index:-1;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,rgba(var(--quick-action-accent),.75),transparent);opacity:0;content:"";transition:opacity .22s ease}.enterprise-quick-action.is-indigo{--quick-action-accent: 99, 102, 241;--quick-action-icon: #c7d2fe}.enterprise-quick-action.is-blue{--quick-action-accent: 59, 130, 246;--quick-action-icon: #bfdbfe}.enterprise-quick-action.is-green{--quick-action-accent: 34, 197, 94;--quick-action-icon: #bbf7d0}.enterprise-quick-action.is-amber{--quick-action-accent: 245, 158, 11;--quick-action-icon: #fde68a}.enterprise-quick-action.is-violet{--quick-action-accent: 139, 92, 246;--quick-action-icon: #ddd6fe}.enterprise-quick-action.is-cyan{--quick-action-accent: 6, 182, 212;--quick-action-icon: #a5f3fc}.enterprise-quick-action.is-slate{--quick-action-accent: 148, 163, 184;--quick-action-icon: #e2e8f0}.enterprise-quick-action-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.enterprise-quick-action-icon{display:inline-flex;width:43px;height:43px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(var(--quick-action-accent),.25);border-radius:13px;background:rgba(var(--quick-action-accent),.11);color:var(--quick-action-icon);box-shadow:inset 0 1px #ffffff0d;transition:transform .22s ease,background-color .22s ease,border-color .22s ease}.enterprise-quick-action-icon svg{width:22px;height:22px}.enterprise-quick-action-indicator{display:flex;min-width:28px;align-items:center;justify-content:flex-end;gap:7px}.enterprise-quick-action-arrow{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.12);border-radius:9px;background:#94a3b80d;color:var(--text-muted, #94a3b8);transition:color .19s ease,border-color .19s ease,background-color .19s ease,transform .19s ease}.enterprise-quick-action-arrow svg{width:15px;height:15px}.enterprise-quick-action-badge{display:inline-flex;min-width:25px;height:25px;align-items:center;justify-content:center;padding:0 7px;border:1px solid rgba(248,113,113,.3);border-radius:999px;background:#ef444426;color:#fecaca;font-size:.68rem;font-weight:850;font-variant-numeric:tabular-nums;box-shadow:0 0 0 3px #ef44440b}.enterprise-quick-action-content{display:flex;min-width:0;flex-direction:column;gap:6px;margin-top:19px}.enterprise-quick-action-content b{overflow:hidden;color:var(--text-primary, #e5e7eb);font-size:.91rem;font-weight:760;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.enterprise-quick-action-content small{display:block;min-height:36px;color:var(--text-muted, #94a3b8);font-size:.71rem;font-weight:450;line-height:1.48}.enterprise-quick-action-status{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:14px;color:var(--text-muted, #94a3b8);font-size:.62rem;line-height:1.2}.enterprise-status-dot{display:inline-block;width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:rgba(var(--quick-action-accent),.95);box-shadow:0 0 0 3px rgba(var(--quick-action-accent),.08)}.enterprise-status-dot.is-alert{background:#f87171;box-shadow:0 0 0 3px #f871711a}@media(hover:hover)and (pointer:fine){.enterprise-quick-action:hover{transform:translateY(-3px);border-color:rgba(var(--quick-action-accent),.31);background:linear-gradient(145deg,rgba(var(--quick-action-accent),.075),#ffffff04);box-shadow:0 18px 34px #02061733,0 0 0 1px rgba(var(--quick-action-accent),.035)}.enterprise-quick-action:hover:before{opacity:1;transform:scale(1.12)}.enterprise-quick-action:hover:after{opacity:.72}.enterprise-quick-action:hover .enterprise-quick-action-icon{transform:translateY(-1px) scale(1.035);border-color:rgba(var(--quick-action-accent),.38);background:rgba(var(--quick-action-accent),.17)}.enterprise-quick-action:hover .enterprise-quick-action-arrow{border-color:rgba(var(--quick-action-accent),.27);background:rgba(var(--quick-action-accent),.11);color:var(--quick-action-icon);transform:translate(2px)}}.enterprise-quick-action:active{transform:translateY(-1px) scale(.992)}.enterprise-quick-action:focus-visible{outline:3px solid rgba(var(--quick-action-accent),.28);outline-offset:3px;border-color:rgba(var(--quick-action-accent),.48)}.enterprise-quick-action:disabled{opacity:.55;cursor:not-allowed}.dashboard-animated .enterprise-quick-action{opacity:0;animation:dashboard-fade-up .43s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) both}.dashboard-animated .enterprise-quick-action:nth-child(1){animation-delay:.64s}.dashboard-animated .enterprise-quick-action:nth-child(2){animation-delay:.69s}.dashboard-animated .enterprise-quick-action:nth-child(3){animation-delay:.74s}.dashboard-animated .enterprise-quick-action:nth-child(4){animation-delay:.79s}.dashboard-animated .enterprise-quick-action:nth-child(5){animation-delay:.84s}.dashboard-animated .enterprise-quick-action:nth-child(6){animation-delay:.89s}.dashboard-animated .enterprise-quick-action:nth-child(n+7){animation-delay:.94s}@media(max-width:1180px){.enterprise-quick-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dashboard-quick-actions-label{display:none}.enterprise-quick-actions-grid{grid-template-columns:1fr}.enterprise-quick-action{min-height:154px}.enterprise-quick-action-content small{min-height:auto}.dashboard-animated .enterprise-quick-action:nth-child(n){animation-delay:.3s}}@media(max-width:420px){.enterprise-quick-action{padding:15px;border-radius:14px}.enterprise-quick-action-icon{width:40px;height:40px;border-radius:12px}.enterprise-quick-action-content{margin-top:16px}}@media(prefers-color-scheme:light){.enterprise-quick-action{border-color:#64748b29;background:linear-gradient(145deg,#ffffffe6,#f8fafcc7)}.enterprise-quick-action-content b{color:#172033}.enterprise-quick-action-content small,.enterprise-quick-action-status{color:#64748b}}@media(prefers-reduced-motion:reduce){.dashboard-animated .enterprise-quick-action{opacity:1!important;transform:none!important;animation:none!important}.enterprise-quick-action,.enterprise-quick-action:before,.enterprise-quick-action:after,.enterprise-quick-action-icon,.enterprise-quick-action-arrow{transition:none!important}}.dashboard-system-health{position:relative;min-width:0;overflow:hidden}.dashboard-system-health:before{position:absolute;top:-110px;right:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.075),transparent 70%);pointer-events:none;content:""}.system-health-overall{display:inline-flex;min-height:31px;align-items:center;gap:8px;padding:5px 10px;border:1px solid rgba(148,163,184,.14);border-radius:999px;background:#94a3b80f;color:#cbd5e1;font-size:.65rem;font-weight:750;white-space:nowrap}.system-health-overall>span{width:7px;height:7px;border-radius:50%;background:#94a3b8}.system-health-overall.is-online{border-color:#22c55e38;background:#22c55e14;color:#bbf7d0}.system-health-overall.is-online>span{background:#4ade80;box-shadow:0 0 0 4px #4ade801a}.system-health-overall.is-warning{border-color:#f59e0b3d;background:#f59e0b14;color:#fde68a}.system-health-overall.is-warning>span{background:#fbbf24;box-shadow:0 0 0 4px #fbbf241a}.system-health-overall.is-offline{border-color:#ef444440;background:#ef444417;color:#fecaca}.system-health-overall.is-offline>span{background:#f87171;box-shadow:0 0 0 4px #f871711a}.system-health-services{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.system-health-service{display:grid;min-width:0;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(148,163,184,.11);border-radius:13px;background:#94a3b809}.system-health-service>div{display:flex;min-width:0;flex-direction:column;gap:3px}.system-health-service b{color:#e2e8f0;font-size:.77rem}.system-health-service small{overflow:hidden;color:var(--text-muted, #94a3b8);font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.system-health-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.system-health-dot.is-online{background:#4ade80;box-shadow:0 0 0 4px #4ade8014}.system-health-dot.is-warning{background:#fbbf24;box-shadow:0 0 0 4px #fbbf2414}.system-health-dot.is-offline{background:#f87171;box-shadow:0 0 0 4px #f8717114}.system-health-status{padding:4px 7px;border-radius:999px;color:#94a3b8;font-size:.59rem;font-weight:750}.system-health-status.is-online{background:#22c55e17;color:#86efac}.system-health-status.is-warning{background:#f59e0b1a;color:#fcd34d}.system-health-status.is-offline{background:#ef44441a;color:#fca5a5}.system-health-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:16px}.system-health-metric{min-width:0;padding:14px;border:1px solid rgba(148,163,184,.11);border-radius:13px;background:#0f172a21}.system-health-metric-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.system-health-metric-heading span{color:#cbd5e1;font-size:.7rem;font-weight:700}.system-health-metric-heading b{color:#f8fafc;font-size:.77rem;font-variant-numeric:tabular-nums}.system-health-progress{height:7px;margin-top:11px;overflow:hidden;border-radius:999px;background:#94a3b81f}.system-health-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6366f1e0,#3b82f6eb);transition:width .5s ease}.system-health-metric small{display:block;margin-top:8px;color:var(--text-muted, #94a3b8);font-size:.59rem}.system-health-runtime{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.system-health-runtime>div{display:flex;min-width:0;flex-direction:column;gap:5px;padding:11px 12px;border:1px solid rgba(148,163,184,.1);border-radius:11px;background:#94a3b806}.system-health-runtime span{color:var(--text-muted, #94a3b8);font-size:.59rem;text-transform:uppercase;letter-spacing:.05em}.system-health-runtime b{overflow:hidden;color:#e2e8f0;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.system-health-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding-top:13px;border-top:1px solid rgba(148,163,184,.1);color:var(--text-muted, #94a3b8);font-size:.59rem}.system-health-loading{display:flex;min-height:260px;align-items:center;justify-content:center;gap:11px;color:var(--text-muted, #94a3b8);font-size:.77rem}.system-health-error{display:flex;min-height:180px;align-items:center;justify-content:space-between;gap:16px;padding:17px;border:1px solid rgba(239,68,68,.18);border-radius:13px;background:#7f1d1d14}.system-health-error b{color:#fecaca}.system-health-error p{margin:5px 0 0;color:#fca5a5;font-size:.7rem}.dashboard-animated .dashboard-system-health{opacity:0;animation:dashboard-fade-up .54s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) .56s both}.dashboard-animated[data-refreshing=true] .system-health-overall>span,.dashboard-animated[data-refreshing=true] .system-health-dot.is-online{animation:system-health-pulse 1.4s ease-in-out infinite}@keyframes system-health-pulse{0%,to{opacity:.65}50%{opacity:1;transform:scale(1.12)}}@media(max-width:900px){.system-health-services{grid-template-columns:1fr}}@media(max-width:620px){.system-health-overall{display:none}.system-health-metrics,.system-health-runtime{grid-template-columns:1fr}.system-health-footer{align-items:flex-start;flex-direction:column;gap:5px}.system-health-error{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){.dashboard-animated .dashboard-system-health{opacity:1!important;transform:none!important;animation:none!important}.system-health-overall>span,.system-health-dot,.system-health-progress>span{animation:none!important;transition:none!important}}.dashboard-smart-notices{position:relative;min-width:0;overflow:hidden}.dashboard-smart-notices:before{position:absolute;top:-90px;right:-90px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.075),transparent 70%);pointer-events:none;content:""}.dashboard-smart-notices-heading{position:relative;z-index:1;align-items:flex-start}.smart-notices-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.smart-notices-summary span{display:inline-flex;min-height:28px;align-items:center;padding:4px 9px;border:1px solid rgba(148,163,184,.13);border-radius:999px;background:#94a3b80f;color:#cbd5e1;font-size:.61rem;font-weight:750;white-space:nowrap}.smart-notices-summary .is-critical{border-color:#ef44443d;background:#ef44441a;color:#fecaca}.smart-notices-summary .is-warning{border-color:#f59e0b3d;background:#f59e0b17;color:#fde68a}.smart-notices-summary .is-clear{border-color:#22c55e38;background:#22c55e14;color:#bbf7d0}.smart-notices-list{position:relative;z-index:1;display:flex;max-height:430px;flex-direction:column;gap:9px;padding-right:4px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.25) transparent}.smart-notice-item{--notice-color: 59, 130, 246;display:grid;min-width:0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid rgba(var(--notice-color),.17);border-radius:14px;background:linear-gradient(135deg,rgba(var(--notice-color),.065),#ffffff03)}.smart-notice-item.is-critical{--notice-color: 239, 68, 68}.smart-notice-item.is-warning{--notice-color: 245, 158, 11}.smart-notice-item.is-info{--notice-color: 59, 130, 246}.smart-notice-priority-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgba(var(--notice-color),.25);border-radius:11px;background:rgba(var(--notice-color),.12);color:rgb(var(--notice-color));font-size:.86rem;font-weight:900}.smart-notice-content{min-width:0}.smart-notice-title{display:flex;min-width:0;align-items:center;gap:8px}.smart-notice-title b{min-width:0;overflow:hidden;color:#e5e7eb;font-size:.79rem;text-overflow:ellipsis;white-space:nowrap}.smart-notice-priority{display:inline-flex;flex:0 0 auto;padding:3px 6px;border-radius:999px;background:rgba(var(--notice-color),.1);color:rgb(var(--notice-color));font-size:.53rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.smart-notice-content p{margin:5px 0 0;color:var(--text-muted, #94a3b8);font-size:.67rem;line-height:1.45}.smart-notice-category{display:inline-flex;margin-top:7px;color:#94a3b8d9;font-size:.56rem;text-transform:uppercase;letter-spacing:.05em}.smart-notice-action{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:7px;padding:5px 9px;border:1px solid rgba(var(--notice-color),.22);border-radius:9px;background:rgba(var(--notice-color),.08);color:#e2e8f0;font-size:.61rem;font-weight:700;white-space:nowrap;cursor:pointer}.smart-notice-action:hover{border-color:rgba(var(--notice-color),.38);background:rgba(var(--notice-color),.15)}.smart-notice-action:focus-visible{outline:3px solid rgba(var(--notice-color),.22);outline-offset:2px}.smart-notices-clear{display:flex;min-height:205px;align-items:center;justify-content:center;gap:14px;text-align:left}.smart-notices-clear-icon{display:inline-flex;width:48px;height:48px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(34,197,94,.22);border-radius:15px;background:#22c55e17;color:#86efac;font-size:1rem;font-weight:900}.smart-notices-clear b{color:#dcfce7;font-size:.85rem}.smart-notices-clear p{max-width:330px;margin:5px 0 0;color:var(--text-muted, #94a3b8);font-size:.7rem;line-height:1.5}.smart-notices-loading{display:flex;min-height:205px;align-items:center;justify-content:center;gap:11px;color:var(--text-muted, #94a3b8);font-size:.73rem}.smart-notices-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(148,163,184,.1);color:var(--text-muted, #94a3b8);font-size:.58rem}.dashboard-animated .dashboard-smart-notices{opacity:0;animation:dashboard-fade-up .54s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) .62s both}.dashboard-animated .smart-notice-item{animation:dashboard-fade-up .38s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) both}.dashboard-animated .smart-notice-item:nth-child(1){animation-delay:.69s}.dashboard-animated .smart-notice-item:nth-child(2){animation-delay:.74s}.dashboard-animated .smart-notice-item:nth-child(3){animation-delay:.79s}.dashboard-animated .smart-notice-item:nth-child(n+4){animation-delay:.84s}@media(max-width:680px){.smart-notices-summary{display:none}.smart-notice-item{grid-template-columns:36px minmax(0,1fr)}.smart-notice-action{grid-column:2;justify-self:start}.smart-notice-title{align-items:flex-start;flex-direction:column;gap:5px}.smart-notice-title b{white-space:normal}.smart-notices-footer{align-items:flex-start;flex-direction:column;gap:5px}}@media(prefers-reduced-motion:reduce){.dashboard-animated .dashboard-smart-notices,.dashboard-animated .smart-notice-item{opacity:1!important;transform:none!important;animation:none!important}}.dashboard-analytics{position:relative;display:flex;min-width:0;flex-direction:column;gap:16px}.dashboard-analytics-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.dashboard-analytics-heading h2{margin:5px 0 0}.dashboard-analytics-heading p{max-width:590px;margin:7px 0 0;color:var(--text-muted, #94a3b8);font-size:.72rem;line-height:1.55}.dashboard-analytics-trend{display:flex;min-width:250px;align-items:center;gap:11px;padding:11px 14px;border:1px solid rgba(148,163,184,.14);border-radius:13px;background:#94a3b80b}.dashboard-analytics-trend-icon{display:inline-flex;width:35px;height:35px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:10px;background:#94a3b81a;color:#cbd5e1;font-size:1rem;font-weight:900}.dashboard-analytics-trend b{display:block;color:#e2e8f0;font-size:.69rem}.dashboard-analytics-trend small{display:block;margin-top:3px;color:var(--text-muted, #94a3b8);font-size:.57rem}.dashboard-analytics-trend.is-up{border-color:#22c55e30;background:#22c55e0e}.dashboard-analytics-trend.is-up .dashboard-analytics-trend-icon{background:#22c55e1f;color:#86efac}.dashboard-analytics-trend.is-down{border-color:#f59e0b33;background:#f59e0b0e}.dashboard-analytics-trend.is-down .dashboard-analytics-trend-icon{background:#f59e0b1f;color:#fcd34d}.dashboard-analytics-trend.is-neutral .dashboard-analytics-trend-icon{color:#93c5fd}.dashboard-analytics-cards{display:grid;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.dashboard-analytics-card{--analytics-rgb: 59, 130, 246;position:relative;min-width:0;min-height:168px;padding:16px;overflow:hidden;border:1px solid rgba(var(--analytics-rgb),.17);border-radius:17px;background:linear-gradient(145deg,rgba(var(--analytics-rgb),.075),#0f172a7a);box-shadow:inset 0 1px #ffffff06}.dashboard-analytics-card:after{position:absolute;right:-38px;bottom:-52px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(var(--analytics-rgb),.13),transparent 70%);pointer-events:none;content:""}.dashboard-analytics-card-hours{--analytics-rgb: 59, 130, 246}.dashboard-analytics-card-live{--analytics-rgb: 34, 197, 94}.dashboard-analytics-card-start{--analytics-rgb: 168, 85, 247}.dashboard-analytics-card-attendance{--analytics-rgb: 245, 158, 11}.dashboard-analytics-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-analytics-card-icon{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border:1px solid rgba(var(--analytics-rgb),.2);border-radius:10px;background:rgba(var(--analytics-rgb),.11);color:rgb(var(--analytics-rgb));font-size:.88rem;font-weight:900}.dashboard-analytics-card-eyebrow{color:rgba(var(--analytics-rgb),.92);font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-analytics-card strong{position:relative;z-index:1;display:block;margin-top:19px;overflow:hidden;color:#f8fafc;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.dashboard-analytics-card h3{position:relative;z-index:1;margin:8px 0 0;color:#e2e8f0;font-size:.72rem}.dashboard-analytics-card p{position:relative;z-index:1;margin:5px 0 0;color:var(--text-muted, #94a3b8);font-size:.61rem;line-height:1.45}.dashboard-analytics-chart-card{position:relative;min-width:0;padding:18px;overflow:hidden;border:1px solid rgba(59,130,246,.15);border-radius:18px;background:linear-gradient(145deg,#1e293b9e,#0f172a8c)}.dashboard-analytics-chart-card:before{position:absolute;top:-150px;left:20%;width:480px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.08),transparent 70%);pointer-events:none;content:""}.dashboard-analytics-chart-heading{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-analytics-chart-heading span{color:#60a5fa;font-size:.55rem;font-weight:850;letter-spacing:.08em}.dashboard-analytics-chart-heading h3{margin:5px 0 0;color:#e2e8f0;font-size:.84rem}.dashboard-analytics-chart-total{text-align:right}.dashboard-analytics-chart-total strong{display:block;color:#f8fafc;font-size:1.05rem}.dashboard-analytics-chart-total small{display:block;margin-top:3px;color:var(--text-muted, #94a3b8);font-size:.56rem}.dashboard-analytics-chart{position:relative;z-index:1;height:185px;margin-top:17px}.dashboard-analytics-chart svg{display:block;width:100%;height:100%;overflow:visible;color:#3b82f6}.dashboard-analytics-grid-line{stroke:#94a3b81c;stroke-width:1;stroke-dasharray:4 8;vector-effect:non-scaling-stroke}.dashboard-analytics-line{stroke:#60a5fa;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.dashboard-analytics-area{color:#3b82f6}.dashboard-analytics-point{fill:#0f172a;stroke:#93c5fd;stroke-width:2.5}.dashboard-analytics-days{position:relative;z-index:1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:3px}.dashboard-analytics-days div{min-width:0;padding:9px 6px;border:1px solid rgba(148,163,184,.085);border-radius:10px;background:#94a3b806;text-align:center}.dashboard-analytics-days span,.dashboard-analytics-days b,.dashboard-analytics-days small{display:block}.dashboard-analytics-days span{color:#94a3b8;font-size:.55rem;font-weight:750;text-transform:uppercase}.dashboard-analytics-days b{margin-top:5px;overflow:hidden;color:#e2e8f0;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-analytics-days small{margin-top:3px;overflow:hidden;color:#64748b;font-size:.49rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-analytics-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(148,163,184,.09);color:#64748b;font-size:.54rem}.dashboard-analytics-chart-loading,.dashboard-analytics-chart-empty{position:relative;z-index:1;display:flex;min-height:235px;align-items:center;justify-content:center;gap:12px;color:var(--text-muted, #94a3b8);font-size:.68rem}.dashboard-analytics-chart-empty>span{display:inline-flex;width:43px;height:43px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(59,130,246,.18);border-radius:13px;background:#3b82f614;color:#93c5fd}.dashboard-analytics-chart-empty b{color:#e2e8f0;font-size:.75rem}.dashboard-analytics-chart-empty p{max-width:390px;margin:4px 0 0;color:var(--text-muted, #94a3b8);font-size:.63rem;line-height:1.45}.dashboard-analytics-error{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid rgba(239,68,68,.2);border-radius:13px;background:#ef44440f}.dashboard-analytics-error b{color:#fecaca;font-size:.72rem}.dashboard-analytics-error p{margin:4px 0 0;color:#fca5a5;font-size:.62rem}.dashboard-animated .dashboard-analytics{opacity:0;animation:dashboard-fade-up .56s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) .25s both}.dashboard-animated .dashboard-analytics-card{animation:dashboard-fade-up .44s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) both}.dashboard-animated .dashboard-analytics-card:nth-child(1){animation-delay:.33s}.dashboard-animated .dashboard-analytics-card:nth-child(2){animation-delay:.38s}.dashboard-animated .dashboard-analytics-card:nth-child(3){animation-delay:.43s}.dashboard-animated .dashboard-analytics-card:nth-child(4){animation-delay:.48s}.dashboard-animated .dashboard-analytics-chart-card{animation:dashboard-fade-up .5s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) .53s both}@media(max-width:1100px){.dashboard-analytics-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.dashboard-analytics-heading{align-items:stretch;flex-direction:column}.dashboard-analytics-trend{min-width:0}.dashboard-analytics-days{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:560px){.dashboard-analytics-cards{grid-template-columns:1fr}.dashboard-analytics-card{min-height:155px}.dashboard-analytics-chart-card{padding:14px}.dashboard-analytics-chart-heading{align-items:flex-start;flex-direction:column}.dashboard-analytics-chart-total{text-align:left}.dashboard-analytics-days{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-analytics-footer{align-items:flex-start;flex-direction:column;gap:5px}.dashboard-analytics-error{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.dashboard-animated .dashboard-analytics,.dashboard-animated .dashboard-analytics-card,.dashboard-animated .dashboard-analytics-chart-card{opacity:1!important;transform:none!important;animation:none!important}}.dashboard-executive{display:flex;min-width:0;flex-direction:column;gap:16px}.dashboard-executive-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.dashboard-executive-header h2{margin:5px 0 0}.dashboard-executive-header p{margin:7px 0 0;color:var(--text-muted, #94a3b8);font-size:.7rem}.dashboard-executive-trend{min-width:260px;padding:12px 15px;border:1px solid rgba(148,163,184,.14);border-radius:13px;background:#94a3b80b}.dashboard-executive-trend strong,.dashboard-executive-trend small{display:block}.dashboard-executive-trend strong{color:#e2e8f0;font-size:.7rem}.dashboard-executive-trend small{margin-top:4px;color:#64748b;font-size:.55rem}.dashboard-executive-trend.is-up{border-color:#22c55e38;background:#22c55e0f}.dashboard-executive-trend.is-up strong{color:#86efac}.dashboard-executive-trend.is-down{border-color:#f59e0b38;background:#f59e0b0f}.dashboard-executive-trend.is-down strong{color:#fcd34d}.dashboard-executive-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.dashboard-executive-metric{display:flex;min-width:0;align-items:flex-start;gap:12px;padding:15px;border:1px solid rgba(99,102,241,.16);border-radius:15px;background:linear-gradient(145deg,#6366f113,#0f172a7a)}.dashboard-executive-metric-icon{display:inline-flex;width:37px;height:37px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:11px;background:#6366f121;color:#a5b4fc;font-weight:900}.dashboard-executive-metric small,.dashboard-executive-metric strong{display:block}.dashboard-executive-metric small{color:#94a3b8;font-size:.56rem}.dashboard-executive-metric strong{margin-top:6px;color:#f8fafc;font-size:1.15rem}.dashboard-executive-metric p{margin:5px 0 0;color:#64748b;font-size:.55rem;line-height:1.4}.dashboard-executive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-executive-panel,.dashboard-executive-heatmap-panel,.dashboard-executive-highlights{min-width:0;padding:17px;border:1px solid rgba(148,163,184,.12);border-radius:17px;background:linear-gradient(145deg,#1e293b94,#0f172a87)}.dashboard-executive-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-executive-panel-heading span{color:#818cf8;font-size:.54rem;font-weight:850;letter-spacing:.08em}.dashboard-executive-panel-heading h3{margin:5px 0 0;color:#e2e8f0;font-size:.8rem}.dashboard-executive-panel-icon{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border-radius:10px;background:#6366f11c;color:#a5b4fc!important;font-size:.9rem!important}.dashboard-executive-list{margin:15px 0 0}.dashboard-executive-list div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.08)}.dashboard-executive-list div:last-child{border-bottom:0}.dashboard-executive-list dt{color:#94a3b8;font-size:.62rem}.dashboard-executive-list dd{margin:0;color:#e2e8f0;font-size:.66rem;font-weight:750}.dashboard-executive-records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:16px}.dashboard-executive-records>div{padding:14px;border-radius:13px}.dashboard-executive-records .is-strong{border:1px solid rgba(34,197,94,.17);background:#22c55e0e}.dashboard-executive-records .is-weak{border:1px solid rgba(245,158,11,.17);background:#f59e0b0e}.dashboard-executive-records small,.dashboard-executive-records strong,.dashboard-executive-records span{display:block}.dashboard-executive-records small{color:#94a3b8;font-size:.54rem}.dashboard-executive-records strong{margin-top:8px;color:#f8fafc;font-size:.85rem}.dashboard-executive-records span{margin-top:5px;color:#cbd5e1;font-size:.62rem}.dashboard-executive-heatmap-panel{overflow:hidden}.dashboard-executive-heatmap{display:grid;grid-template-columns:repeat(15,minmax(20px,1fr));gap:6px;margin-top:18px}.dashboard-executive-heatmap-day{aspect-ratio:1;display:flex;min-width:0;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.08);border-radius:5px;background:#94a3b80b;color:#64748b;cursor:help;font-size:.45rem;transition:transform .15s ease,border-color .15s ease}.dashboard-executive-heatmap-day:hover{z-index:2;transform:scale(1.14);border-color:#a5b4fc99}.dashboard-executive-heatmap-day[data-level="1"]{background:#6366f12e;color:#c7d2fe}.dashboard-executive-heatmap-day[data-level="2"]{background:#6366f157;color:#eef2ff}.dashboard-executive-heatmap-day[data-level="3"]{background:#6366f194;color:#fff}.dashboard-executive-heatmap-day[data-level="4"]{background:#6366f1e0;color:#fff}.dashboard-executive-legend{display:flex;align-items:center;gap:4px}.dashboard-executive-legend small{color:#64748b;font-size:.48rem}.dashboard-executive-legend i{width:11px;height:11px;border-radius:3px;background:#94a3b80b}.dashboard-executive-legend i[data-level="1"]{background:#6366f12e}.dashboard-executive-legend i[data-level="2"]{background:#6366f157}.dashboard-executive-legend i[data-level="3"]{background:#6366f194}.dashboard-executive-legend i[data-level="4"]{background:#6366f1e0}.dashboard-executive-highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:15px}.dashboard-executive-highlight-list>div{display:flex;align-items:flex-start;gap:10px;padding:11px;border:1px solid rgba(129,140,248,.12);border-radius:11px;background:#818cf809}.dashboard-executive-highlight-list span{display:inline-flex;width:23px;height:23px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:7px;background:#6366f11f;color:#a5b4fc;font-size:.52rem;font-weight:800}.dashboard-executive-highlight-list p{margin:2px 0 0;color:#cbd5e1;font-size:.61rem;line-height:1.5}.dashboard-executive-empty{margin:16px 0 0;color:#64748b;font-size:.62rem}.dashboard-executive-error{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid rgba(239,68,68,.2);border-radius:13px;background:#ef44440f}.dashboard-executive-error b{color:#fecaca;font-size:.7rem}.dashboard-executive-error p{margin:4px 0 0;color:#fca5a5;font-size:.6rem}.dashboard-animated .dashboard-executive{animation:dashboard-fade-up .56s var( --dashboard-animation-easing, cubic-bezier(.22, 1, .36, 1) ) .32s both}@media(max-width:1100px){.dashboard-executive-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-executive-heatmap{grid-template-columns:repeat(10,minmax(20px,1fr))}}@media(max-width:760px){.dashboard-executive-header{align-items:stretch;flex-direction:column}.dashboard-executive-trend{min-width:0}.dashboard-executive-grid,.dashboard-executive-highlight-list{grid-template-columns:1fr}.dashboard-executive-heatmap{grid-template-columns:repeat(6,minmax(20px,1fr))}}@media(max-width:520px){.dashboard-executive-metrics,.dashboard-executive-records{grid-template-columns:1fr}.dashboard-executive-panel-heading{align-items:flex-start;flex-direction:column}.dashboard-executive-legend{flex-wrap:wrap}.dashboard-executive-heatmap{grid-template-columns:repeat(5,minmax(20px,1fr))}}@media(prefers-reduced-motion:reduce){.dashboard-animated .dashboard-executive{animation:none!important}.dashboard-executive-heatmap-day{transition:none}}
