:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5fbf8;background:#071713;font-synthesis:none;--app-bg: #071713;--surface-1: #0b201a;--surface-2: #10271f;--surface-3: #153226;--surface-hover: #18392c;--text-primary: #f5fbf8;--text-secondary: #a9c7bb;--text-muted: #78978b;--brand-primary: #22c55e;--brand-secondary: #34d399;--border-subtle: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .16);--semantic-success: #4ade80;--semantic-warning: #fbbf24;--semantic-danger: #fb7185;--semantic-info: #60a5fa;--semantic-neutral: #94a3b8;--ink: var(--text-primary);--text: var(--text-primary);--brand: var(--brand-primary);--muted: var(--text-secondary);--line: var(--border-subtle);--surface: var(--surface-1);--surface-alt: var(--surface-2);--primary: var(--brand-primary);--primary-dark: #16a34a;--accent: var(--brand-secondary);--danger: var(--semantic-danger);--space-page: clamp(1rem, 2.5vw, 2rem);--space-mobile: 1rem;--radius-card: 1.25rem;--radius-control: .75rem;--control-height: 3rem;--mobile-nav-height: 4rem;--sidebar-width: 16.5rem;--content-max-width: 90rem;--focus-ring: 0 0 0 3px rgba(52, 211, 153, .34);--shadow: 0 18px 50px rgba(0, 0, 0, .2);--shadow-raised: 0 24px 70px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html,body{min-height:100%;margin:0;overflow-x:clip}body{min-width:320px;background:#f7faf9}button,input,textarea,select{font:inherit}img,svg{max-width:100%}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:3px}h1,h2,p{margin-top:0}h1{margin-bottom:.45rem;font-size:clamp(1.75rem,3vw,2.45rem);letter-spacing:-.04em}h2{font-size:1.1rem}code{overflow-wrap:anywhere;color:#355a4d;font-size:.8rem}.eyebrow{margin-bottom:.4rem;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.muted,.page-description,.field-hint{color:var(--muted)}.small,.field-hint{font-size:.82rem}.summary-icon,.state-icon{display:grid;place-items:center;flex:0 0 auto}.page-description{max-width:46rem;margin-bottom:0}.button,.text-button,.menu-button{border:0;cursor:pointer}.button{min-height:2.65rem;padding:.65rem 1rem;border-radius:.65rem;font-weight:750}.button.primary{color:#fff;background:var(--primary)}.button.primary:hover{background:var(--primary-dark)}.button.secondary{color:var(--ink);border:1px solid var(--line);background:var(--surface)}.button.danger{color:#fff;background:var(--danger)}.button.full{width:100%}.button:disabled,.text-button:disabled{cursor:not-allowed;opacity:.5}.text-button{padding:.35rem;color:var(--primary);background:transparent;font-weight:700}.button-row{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1rem}.card,.feature-card,.form-card{border:1px solid var(--line);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow)}.card,.form-card{padding:1.35rem}.card-grid,.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-card{display:flex;min-height:8rem;flex-direction:column;justify-content:flex-end;gap:.35rem;padding:1.25rem;text-decoration:none;transition:transform .15s ease,border-color .15s ease}.feature-card:hover{transform:translateY(-2px);border-color:#9bbbae}.feature-card span{color:var(--muted)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem;margin-bottom:1rem}.summary-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:center;min-height:6.1rem;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow)}.summary-card[data-tone=green] .summary-icon{color:var(--primary);background:#dff6ef}.summary-card[data-tone=orange] .summary-icon{color:#f47b20;background:#fff0e4}.summary-card[data-tone=blue] .summary-icon{color:#2563eb;background:#e8f0ff}.summary-card[data-tone=red] .summary-icon{color:#c62828;background:#ffe5e5}.summary-icon{width:2.6rem;height:2.6rem;border-radius:50%}.summary-copy{display:grid;min-width:0;gap:.15rem}.summary-copy p{margin-bottom:0;color:#4a5a54;font-size:.76rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.summary-copy strong{font-size:1.45rem;line-height:1.05}.summary-copy small{color:var(--muted);font-size:.77rem;font-weight:700}.app-frame{min-height:100vh}.topbar{position:fixed;z-index:20;top:0;right:0;left:16rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:4.75rem;padding:.85rem 1.75rem;color:var(--ink);border-bottom:1px solid var(--line);background:#f7faf9f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-left,.account{display:flex;align-items:center;gap:.75rem;min-width:0}.account a{text-decoration:none}.account{justify-self:end}.account .text-button{color:#a9dfcd}.profile-menu-root{position:relative}.profile-button,.profile-menu-action{border:0;cursor:pointer}.profile-button{display:flex;align-items:center;gap:.6rem;max-width:min(22rem,42vw);padding:.35rem .45rem;border-radius:.55rem;color:#1f2d28;border:1px solid transparent;background:transparent}.profile-button:hover,.profile-button[aria-expanded=true]{border-color:var(--line);background:#fff}.profile-chevron{display:grid;width:.95rem;height:.95rem;place-items:center;color:var(--muted);transform:rotate(90deg)}.profile-avatar{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#17392e;background:var(--accent);font-size:.75rem;font-weight:900}.profile-avatar.large{width:2.6rem;height:2.6rem}.profile-summary,.profile-menu-header>div{display:grid;min-width:0;text-align:left}.profile-summary strong,.profile-summary small,.profile-menu-header strong,.profile-menu-header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-summary small,.profile-menu-header small{color:var(--muted);font-size:.72rem}.topbar-copy{display:grid;min-width:0;gap:.2rem;align-content:center}.topbar-title{margin:0;color:#18231f;font-size:clamp(1.2rem,1rem + .55vw,1.55rem);font-weight:850;letter-spacing:0;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.topbar-subtitle{margin:0;color:var(--muted);font-size:.82rem;line-height:1.2}.profile-menu{position:absolute;top:calc(100% + .65rem);right:0;z-index:40;width:min(22rem,88vw);padding:1rem;border:1px solid var(--line);border-radius:.75rem;color:var(--ink);background:var(--surface);box-shadow:0 18px 48px #102e2533}.profile-menu-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.profile-menu-header small{color:var(--muted)}.profile-menu dl{grid-template-columns:5rem minmax(0,1fr);margin:.85rem 0;font-size:.86rem}.profile-menu-action{width:100%;min-height:2.4rem;border-radius:.55rem;color:#fff;background:var(--primary);font-weight:800}.brand-mark{display:grid;width:3.25rem;height:3.25rem;place-items:center;border-radius:.65rem;color:#fff;background:#00a870;font-weight:900;letter-spacing:-.05em}.small-mark{width:2rem;height:2rem;border-radius:.5rem;font-size:.75rem}.sidebar{position:fixed;z-index:10;top:0;bottom:0;left:0;width:16rem;overflow-y:auto;padding:1.4rem .75rem;border-right:1px solid var(--line);background:#fff}.sidebar-brand{display:flex;align-items:center;gap:.75rem;min-height:3.25rem;margin:0 .45rem 1.5rem;color:#00a870;font-size:.9rem;font-weight:950;line-height:1.05;text-decoration:none;text-transform:uppercase}.brand-copy{display:grid;gap:.15rem;min-width:0}.brand-title{display:block}.brand-company{color:#5a7169;font-size:.68rem;font-weight:800;letter-spacing:.08em;line-height:1.15;text-transform:uppercase}.nav-link{display:flex;min-height:2.35rem;align-items:center;gap:.6rem;margin-bottom:.2rem;padding:.5rem .75rem;border-radius:.55rem;color:#40514a;font-size:.84rem;font-weight:750;text-decoration:none}.nav-link:hover,.nav-link.active{color:#00a870;background:#e9fbf4}.child-link{padding-left:1.35rem}.nav-icon{display:grid;width:1.05rem;height:1.05rem;flex:0 0 auto;place-items:center;color:#2c7f66}.nav-section{margin:1.2rem .75rem .45rem;color:#819089;font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.nav-badge,.status-pill{border-radius:99px;color:#6e531b;background:#f8e9bf;font-size:.65rem;font-weight:800}.nav-badge{padding:.2rem .4rem}.status-pill{display:inline-block;padding:.3rem .6rem}.app-icon{display:grid;width:1.8rem;height:1.8rem;flex:0 0 auto;place-items:center;border-radius:.45rem;color:var(--primary);background:#e0f8ef}.table-app-cell{display:inline-flex;align-items:center;gap:.55rem}.content{min-height:100vh;padding:5rem 1.5rem 1.5rem 17.5rem;background:#f7faf9}.page-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem;margin-bottom:1rem}.menu-button{display:none;color:var(--primary);background:transparent;font-size:.76rem;font-weight:900}.loading-bar{position:fixed;z-index:30;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);background-size:35% 100%;animation:loading 1.1s linear infinite}@keyframes loading{0%{background-position:-50% 0}to{background-position:150% 0}}.global-error{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.8rem 1rem;border:1px solid #e3b4b4;border-radius:.7rem;color:#6d2727;background:#fff1f1}.access-warning{background:#fff7df;border:1px solid #e7ca79;border-radius:.7rem;color:#654d0d;margin-bottom:1rem;padding:.85rem 1rem}.global-error button{border:0;color:inherit;background:transparent;font-weight:700}.dashboard-page .kpi-icon pt-icon{width:1.45rem;height:1.45rem}.dashboard-page .kpi-card{grid-template-columns:auto minmax(6.25rem,1fr) minmax(4.1rem,4.6rem);gap:.7rem;padding-inline:.9rem}.dashboard-page .kpi-card .kpi-label,.dashboard-page .kpi-card strong{white-space:nowrap}.dashboard-page .kpi-sparkline{width:4.6rem;justify-self:end}.dashboard-page .attention-reason-icon{display:grid;width:1.7rem;height:1.7rem;place-items:center;border-radius:50%;color:#2563eb;background:#e7f0ff}.dashboard-page .attention-reason-icon[data-severity=High]{color:#d32f2f;background:#ffe5e5}.dashboard-page .attention-reason-icon[data-severity=Medium]{color:#f47b20;background:#fff0e4}.dashboard-page .attention-reason-icon pt-icon,.dashboard-page .alert-icon pt-icon{width:.95rem;height:.95rem}.dashboard-page .idle-area{fill:#ff8a3514}.dashboard-page .app-icon pt-icon,.dashboard-page .quick-icon pt-icon{width:1.05rem;height:1.05rem}.dashboard-page .quick-chevron{display:grid;width:.85rem;height:.85rem;place-items:center;color:#41534b}.dashboard-page .quick-grid a{grid-template-columns:auto auto;grid-template-areas:"icon arrow" "label label";align-content:center;justify-content:space-between;gap:.35rem .45rem}.dashboard-page .quick-icon{grid-area:icon}.dashboard-page .quick-grid strong{grid-area:label;white-space:nowrap}.dashboard-page .quick-chevron{grid-area:arrow}.login-page{display:grid;min-height:100vh;place-items:center;padding:1.5rem;background:linear-gradient(135deg,#102e25fa,#176b52e6),#102e25}.login-panel{width:min(100%,29rem);padding:2rem;border-radius:1.25rem;background:#fff;box-shadow:0 28px 80px #00000040}.development-auth{margin-top:1.4rem;padding-top:1.25rem;border-top:1px solid var(--line)}.development-label{margin-bottom:.25rem;color:#8a5d12;font-size:.75rem;font-weight:850;text-transform:uppercase}form,fieldset{display:grid;gap:1rem}label{display:grid;gap:.35rem;color:#34453e;font-size:.85rem;font-weight:700}input,textarea,select{width:100%;padding:.65rem .75rem;border:1px solid #bbc8c2;border-radius:.55rem;color:var(--ink);background:#fff}input:focus,textarea:focus{outline:3px solid rgba(23,107,82,.15);border-color:var(--primary)}select:focus{outline:3px solid rgba(23,107,82,.15);border-color:var(--primary)}select{width:100%;padding:.65rem .75rem;border:1px solid #bbc8c2;border-radius:.55rem;color:var(--ink);background:#fff}.check-label{display:flex;align-items:center}.check-label input,.permission-option input{width:auto}.field-error{color:var(--danger);font-size:.82rem}.form-card{max-width:46rem;margin-bottom:1.5rem}.wide-form{max-width:none}.section-heading,.form-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem}.form-grid>*{flex:1}fieldset{padding:1rem;border:1px solid var(--line);border-radius:.75rem}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.permission-option{display:flex;align-items:flex-start;padding:.7rem;border:1px solid var(--line);border-radius:.6rem}.permission-option span{display:grid;gap:.2rem}.permission-option small{color:var(--muted)}.table-shell{overflow-x:auto;border:1px solid var(--line);border-radius:.9rem;background:#fff;box-shadow:var(--shadow)}table{width:100%;min-width:100%;border-collapse:collapse}th,td{padding:.85rem .9rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:#637169;background:#f8faf9;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#f8fbf9}.chip-list{display:flex;flex-wrap:wrap;gap:.25rem}.chip{display:inline-block;margin:.1rem;padding:.2rem .45rem;border-radius:99px;color:#2f5b4c;background:#e6f1ed;font-size:.72rem}.status-dot{display:inline-block;width:.55rem;height:.55rem;margin-right:.35rem;border-radius:50%;background:#29936e}.status-dot.inactive{background:#9da8a3}.state-panel{display:grid;min-height:12rem;place-items:center;align-content:center;padding:2rem;border:1px dashed #b9c8c1;border-radius:.9rem;color:var(--muted);text-align:center;background:#ffffffa6}.state-panel strong{color:#21312b;font-size:.96rem}.state-panel p{max-width:26rem;margin:0}.state-icon{width:2.45rem;height:2.45rem;margin-bottom:.45rem;border:1px solid #d6e5de;border-radius:50%;color:var(--primary);background:#e7f7f0}.state-icon.error{color:#c62828;background:#ffe5e5}.spinner{width:1.8rem;height:1.8rem;border:3px solid #c9d8d2;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.compact-filter,.compact-input{min-width:12rem}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.metric-card{display:grid;gap:.45rem;padding:1.2rem;border:1px solid var(--line);border-radius:.9rem;background:var(--surface);box-shadow:var(--shadow)}.metric-card span,.breakdown-grid span{color:var(--muted);font-size:.8rem}.metric-card strong{font-size:1.65rem}.section-card{margin-bottom:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.breakdown-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1rem}.breakdown-grid>div{display:grid;gap:.25rem;padding:.75rem;border-radius:.65rem;background:var(--surface-alt)}.top-app-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.75rem;border-radius:.65rem;background:var(--surface-alt)}.usage-app-copy{display:grid;min-width:0;gap:.35rem}.usage-progress{display:block;height:.35rem;overflow:hidden;border-radius:99px;background:#e4ece8}.usage-progress i{display:block;height:100%;min-width:2px;border-radius:inherit;background:var(--primary)}.filter-bar{display:flex;flex-wrap:wrap;align-items:end;gap:.7rem;margin-bottom:1rem;padding:.95rem 1rem;border:1px solid var(--line);border-radius:.8rem;background:var(--surface)}.filter-bar label{min-width:10rem;flex:1 1 10rem}.privacy-note,.data-note{padding:.75rem .9rem;border-left:3px solid var(--primary);color:var(--muted);background:#eef6f3;font-size:.84rem}.data-note{margin-top:1.25rem}.status-good{color:#175b43;background:#dcefe8}.status-muted{color:#5f6965;background:#e6e9e8}.classification{display:inline-block;padding:.25rem .5rem;border-radius:99px;background:#e7ecea;font-size:.75rem;font-weight:750}.classification[data-classification=Productive]{color:#175b43;background:#dcefe8}.classification[data-classification=Unproductive]{color:#813333;background:#f5dddd}.classification[data-classification=Ignored]{color:#5f6965}.top-app-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.danger-text{color:var(--danger)}.live-status{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:99px;color:#5f6965;background:#e6e9e8;font-size:.78rem;font-weight:800;text-transform:capitalize}.live-status:before{width:.5rem;height:.5rem;border-radius:50%;background:currentColor;content:""}.live-status[data-status=live]{color:#175b43;background:#dcefe8}.live-status[data-status=reconnecting],.live-status[data-status=connecting]{color:#735515;background:#f8e9bf}.refresh-notice{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.7rem .9rem;border:1px solid #b8d9cd;border-radius:.7rem;color:#234d3f;background:#eaf5f1;font-size:.85rem}.empty-feature{max-width:42rem}dl{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:.75rem}dt{color:var(--muted)}dd{margin:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:860px){.topbar{left:0;grid-template-columns:minmax(0,1fr) auto;padding:.85rem 1rem;border-bottom:1px solid var(--line);background:#fffffff5}.menu-button{display:block}.profile-button{max-width:9rem}.profile-summary,.topbar-subtitle{display:none}.sidebar{top:4.75rem;transform:translate(-100%);transition:transform .18s ease}.sidebar.open{transform:translate(0)}.content{padding:5.4rem 1rem 1.5rem}.section-heading,.form-grid{align-items:stretch;flex-direction:column}.card-grid,.detail-grid,.permission-grid,.metric-grid,.dashboard-grid,.breakdown-grid,.top-app-list{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root body{color:var(--text-primary);background:radial-gradient(circle at 92% -10%,rgba(34,197,94,.08),transparent 28rem),var(--app-bg);accent-color:var(--brand-primary)}:root body.navigation-open{overflow:hidden}:root body ::selection{color:#04100c;background:var(--brand-secondary)}:root body button,:root body a,:root body input,:root body textarea,:root body select,:root body summary{transition:color .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease,opacity .14s ease,transform .14s ease}:root body button:focus-visible,:root body a:focus-visible,:root body input:focus-visible,:root body textarea:focus-visible,:root body select:focus-visible,:root body summary:focus-visible,:root body [tabindex]:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:3px;box-shadow:var(--focus-ring)}:root body h1,:root body h2,:root body h3,:root body h4,:root body strong,:root body dt,:root body label{color:var(--text-primary)}:root body .muted,:root body .page-description,:root body .field-hint,:root body small,:root body dd{color:var(--text-secondary)}:root body .eyebrow{color:var(--brand-secondary)}:root body .app-frame,:root body .content{background:transparent}:root body .content{width:100%;max-width:calc(var(--content-max-width) + var(--sidebar-width));margin-inline:auto;padding:calc(4.75rem + var(--space-page)) var(--space-page) var(--space-page) calc(var(--sidebar-width) + var(--space-page))}:root body .sidebar{z-index:30;width:var(--sidebar-width);padding:1.15rem .75rem 1.5rem;border-color:var(--border-subtle);background:linear-gradient(180deg,#091e18,#071713);scrollbar-color:var(--surface-3) transparent}:root body .sidebar-brand{min-height:3.75rem;margin:0 .45rem 1.2rem;color:var(--text-primary);text-transform:none}:root body .brand-mark{width:2.75rem;height:2.75rem;border:1px solid rgba(52,211,153,.35);border-radius:.8rem;color:#04100c;background:linear-gradient(145deg,var(--brand-secondary),var(--brand-primary));box-shadow:0 10px 28px #22c55e2e;letter-spacing:-.08em}:root body .brand-title{font-size:1rem;font-weight:850;letter-spacing:-.025em}:root body .brand-title span{color:var(--brand-secondary)}:root body .brand-product,:root body .brand-company{color:var(--text-muted);font-size:.64rem;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}:root body .nav-section{margin-top:1.15rem;color:var(--text-muted)}:root body .nav-link{position:relative;min-height:2.75rem;margin-bottom:.15rem;padding:.62rem .75rem;border:1px solid transparent;border-radius:.7rem;color:var(--text-secondary);font-size:.82rem}:root body .nav-link:hover{color:var(--text-primary);background:#ffffff0b}:root body .nav-link.active{color:var(--text-primary);border-color:#34d39926;background:#22c55e1c}:root body .nav-link.active:before{position:absolute;top:.65rem;bottom:.65rem;left:-.25rem;width:2px;border-radius:999px;background:var(--brand-secondary);content:""}:root body .nav-icon{color:var(--text-muted)}:root body .nav-link.active .nav-icon{color:var(--brand-secondary)}:root body .topbar{z-index:25;left:var(--sidebar-width);min-height:4.75rem;padding:.75rem var(--space-page);color:var(--text-primary);border-color:var(--border-subtle);background:#071713e0;-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%)}:root body .topbar-title{color:var(--text-primary);font-size:clamp(1.18rem,1rem + .5vw,1.55rem);letter-spacing:-.025em}:root body .topbar-subtitle,:root body .profile-summary small,:root body .profile-menu-header small{color:var(--text-muted)}:root body .profile-button{min-height:2.75rem;color:var(--text-primary)}:root body .profile-button:hover,:root body .profile-button[aria-expanded=true]{border-color:var(--border-strong);background:var(--surface-2)}:root body .profile-avatar{color:#04100c;background:linear-gradient(145deg,var(--brand-secondary),var(--brand-primary))}:root body .profile-menu{border-color:var(--border-strong);color:var(--text-primary);background:var(--surface-2);box-shadow:var(--shadow-raised)}:root body .profile-menu-action{min-height:var(--control-height);color:#04100c;background:var(--brand-primary)}.sidebar-mobile-heading,.drawer-backdrop{display:none}:root body .card,:root body .feature-card,:root body .form-card,:root body .summary-card,:root body .metric-card,:root body .section-card,:root body .panel,:root body .kpi-card,:root body .trend-card,:root body .access-card{color:var(--text-primary);border-color:var(--border-subtle);border-radius:var(--radius-card);background:var(--surface-1);box-shadow:var(--shadow)}:root body .feature-card:hover,:root body .list-row:hover,:root body .list-row.selected,:root body .revision-row:hover,:root body .revision-row.selected{border-color:#34d39940;background:var(--surface-hover)}:root body .button{min-height:var(--control-height);border-radius:var(--radius-control)}:root body .button.primary{color:#04100c;background:var(--brand-primary);box-shadow:0 8px 22px #22c55e24}:root body .button.primary:hover:not(:disabled){background:var(--brand-secondary);transform:translateY(-1px)}:root body .button.secondary,:root body .refresh-button{color:var(--text-primary);border-color:var(--border-strong);background:var(--surface-2);box-shadow:none}:root body .button.secondary:hover:not(:disabled),:root body .refresh-button:hover:not(:disabled){border-color:#34d3994d;background:var(--surface-hover)}:root body .button.danger{color:#fff;background:#be123c}:root body .text-button,:root body .panel-link,:root body .review-link,:root body .link-button{color:var(--brand-secondary)}:root body input,:root body textarea,:root body select{min-height:var(--control-height);padding:.7rem .8rem;color:var(--text-primary);border-color:var(--border-strong);border-radius:var(--radius-control);background:var(--surface-2)}:root body input::placeholder,:root body textarea::placeholder{color:var(--text-muted)}:root body input:focus,:root body textarea:focus,:root body select:focus{border-color:var(--brand-secondary);outline:none;box-shadow:var(--focus-ring)}:root body input:disabled,:root body textarea:disabled,:root body select:disabled,:root body button:disabled{opacity:.5}:root body option{color:var(--text-primary);background:var(--surface-2)}:root body .filter-bar{padding:1rem;border-color:var(--border-subtle);border-radius:var(--radius-card);background:var(--surface-1);box-shadow:0 10px 30px #0000001f}:root body .table-shell,:root body .responsive-table,:root body .companies-table{border-color:var(--border-subtle);border-radius:var(--radius-card);background:var(--surface-1);box-shadow:var(--shadow);scrollbar-color:var(--surface-3) transparent}:root body th{color:var(--text-secondary);border-color:var(--border-subtle);background:var(--surface-2)}:root body td,:root body tbody tr,:root body .team-row,:root body .attention-item,:root body .history-row,:root body .contributor-row{color:var(--text-primary);border-color:var(--border-subtle)}:root body tbody tr:hover td,:root body .team-row:hover,:root body .team-row:focus-visible,:root body .attention-item:hover,:root body .attention-item:focus-visible{background:var(--surface-hover)}:root body .chip,:root body .classification,:root body .status-pill,:root body .badge,:root body .policy-status,:root body .health-state,:root body .count-pill,:root body .live-status{color:var(--text-secondary);border:1px solid var(--border-subtle);background:var(--surface-3)}:root body .status-good,:root body .policy-status--enabled,:root body .badge:not(.future):not(.ended),:root body .health-state:not([data-state=NeedsAttention]):not([data-state=NeedsSetup]),:root body .status-pill[data-status=Working],:root body .classification[data-classification=Productive]{color:#86efac;border-color:#4ade8038;background:#22c55e1f}:root body .status-muted,:root body .status-pill[data-status=Offline],:root body .status-pill[data-status=Finished],:root body .badge.ended{color:#cbd5e1;border-color:#94a3b833;background:#64748b29}:root body .badge.future,:root body .status-pill[data-status=OnBreak],:root body .health-state[data-state=NeedsAttention],:root body .classification[data-classification=Neutral],:root body .count-pill{color:#fde68a;border-color:#fbbf2438;background:#f59e0b21}:root body .health-state[data-state=NeedsSetup],:root body .classification[data-classification=Unproductive],:root body .save-notice--error{color:#fda4af;border-color:#fb71853d;background:#be123c26}:root body .privacy-note,:root body .data-note,:root body .immutable-note,:root body .validation-note,:root body .local-note,:root body .meaning-note,:root body .read-only-note,:root body .assignment-validation,:root body .notice,:root body .safe-state,:root body .save-notice{color:var(--text-secondary);border-color:#34d39938;background:#22c55e13}:root body .inline-warning,:root body .access-warning,:root body .context-warning,:root body .data-note.warning{color:#fde68a;border-color:#fbbf2442;background:#f59e0b1a}:root body .global-error,:root body .assignment-validation.error{color:#fecdd3;border-color:#fb71854d;background:#be123c24}:root body .state-panel,:root body .compact-state,:root body .quiet-state,:root body .empty-feature{color:var(--text-secondary);border-color:var(--border-strong);background:#10271fb3}:root body .state-panel strong,:root body .compact-state strong{color:var(--text-primary)}:root body .state-icon,:root body .app-icon,:root body .kpi-icon,:root body .good-icon{color:var(--brand-secondary);border-color:#34d39933;background:#22c55e1f}:root body .summary-card[data-tone=orange] .summary-icon,:root body .kpi-icon[data-tone=orange],:root body .attention-icon{color:var(--semantic-warning);background:#f59e0b21}:root body .summary-card[data-tone=red] .summary-icon,:root body .attention-icon[data-severity=High]{color:var(--semantic-danger);background:#be123c26}:root body .summary-card[data-tone=blue] .summary-icon,:root body .attention-reason-icon{color:var(--semantic-info);background:#2563eb26}:root body .detail-grid>div,:root body .breakdown-grid>div,:root body .as-of-card,:root body .day-card,:root body .day-editor,:root body .window-preview,:root body .exception-current,:root body .setting-row--primary,:root body .risky-setting{color:var(--text-primary);border-color:var(--border-subtle);background:var(--surface-2)}:root body .usage-progress,:root body .progress{background:var(--surface-3)}:root body .usage-progress i,:root body .progress i{background:var(--brand-primary)}:root body .grid-line{stroke:#ffffff17}:root body .axis-label{fill:var(--text-muted)}:root body .productive-line{stroke:var(--semantic-success)}:root body .idle-line{stroke:var(--semantic-warning)}:root body .productive-point,:root body .idle-point{stroke:var(--surface-1)}:root body .login-page,:root body .auth-page{background:radial-gradient(circle at 15% 15%,rgba(52,211,153,.14),transparent 25rem),radial-gradient(circle at 90% 80%,rgba(34,197,94,.08),transparent 28rem),var(--app-bg)}:root body .login-panel,:root body .auth-card{color:var(--text-primary);border:1px solid var(--border-strong);background:var(--surface-1);box-shadow:var(--shadow-raised)}:root body .screenshot-card{border-color:var(--border-subtle);border-radius:var(--radius-card);background:var(--surface-1);box-shadow:var(--shadow)}:root body .screenshot-image-button{color:var(--text-primary);background:#04100d}:root body .screenshot-image-button img{background:#020806}:root body .dashboard-page .date-control input,:root body .summary-page input,:root body .review-page input,:root body .review-page select,:root body .employee-review-page input,:root body .employee-review-page select,:root body .trends-page input,:root body .trends-page select,:root body .report-page input,:root body .report-page select,:root body .usage-toolbar input,:root body .usage-toolbar select{color:var(--text-primary);border-color:var(--border-strong);background:var(--surface-2);box-shadow:none}:root body .summary-controls,:root body .review-controls,:root body .report-controls,:root body .investigation-toolbar,:root body .mode-control,:root body .filter-panel,:root body .definition-panel,:root body .glance-card,:root body .summary-grid article,:root body .comparison-grid article,:root body .statement-list article,:root body .review-card,:root body .context-item,:root body .details-grid>div,:root body .attention-summary article,:root body .simple-stats,:root body .notice-list a,:root body .detail-summary>div,:root body .detail-list>div,:root body .change-list article,:root body .contributor-columns>section,:root body .contributor-row,:root body .daily-details,:root body .pattern-grid article,:root body .technical-grid article,:root body .evidence-definition,:root body .classification-strip,:root body .activity-bar,:root body .session-row,:root body .application-list li,:root body .expandable,:root body .breakdown-row,:root body .breakdown-table-wrap,:root body .view-toggle{color:var(--text-primary);border-color:var(--border-subtle);background:var(--surface-1)}:root body .mode-control button,:root body .view-toggle button,:root body .quick-report-links button,:root body .secondary-action{color:var(--text-secondary);background:transparent}:root body .mode-control button.active,:root body .view-toggle button.active{color:var(--text-primary);background:var(--surface-3)}:root body .trust-note,:root body .context-note,:root body .supporting-fact,:root body .limitations-copy,:root body .row-warning,:root body .health-action,:root body .glance-card.needs-attention,:root body .summary-grid article.has-issues,:root body .statement-list article[data-severity=Attention],:root body .attention-card:not(.clear),:root body .review-state.needs-review,:root body .compact-empty.warning,:root body .compact-state.warning{color:#fde68a;border-color:#fbbf243d;background:#f59e0b1a}:root body .attention-card.clear,:root body .health-action.healthy,:root body .review-state:not(.needs-review){color:#bbf7d0;border-color:#4ade8038;background:#22c55e14}:root body .category-pill{color:var(--text-secondary);border:1px solid var(--border-subtle);background:var(--surface-3)}:root body .category-pill[data-category=TrackingIssue]{color:#fda4af;border-color:#fb718538;background:#be123c24}:root body .category-pill[data-category=RecurringSignal]{color:#fdba74;border-color:#fb923c3d;background:#c2410c24}:root body .category-pill[data-category=DataReadiness]{color:#93c5fd;border-color:#60a5fa3d;background:#2563eb24}:root body .classification-strip [data-classification=Productive]{border-color:var(--semantic-success)}:root body .classification-strip [data-classification=Neutral]{border-color:var(--semantic-neutral)}:root body .classification-strip [data-classification=Unproductive]{border-color:#fb923c}:root body .classification-strip [data-classification=Mixed]{border-color:var(--semantic-info)}:root body .primary-action,:root body .apply-button{min-height:var(--control-height);color:#04100c;border-radius:var(--radius-control);background:var(--brand-primary)}:root body .primary-action:hover,:root body .apply-button:hover{background:var(--brand-secondary)}:root body .row-action-menu,:root body .menu-panel{color:var(--text-primary);border-color:var(--border-strong);background:var(--surface-2);box-shadow:var(--shadow-raised)}:root body .app-dialog__overlay{background:#000806c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:root body .app-dialog__surface{color:var(--text-primary);border-color:var(--border-strong);border-radius:var(--radius-card);background:var(--surface-1);box-shadow:var(--shadow-raised)}:root body .app-dialog__header,:root body .app-dialog__footer{border-color:var(--border-subtle);background:var(--surface-2)}:root body .app-dialog__title-block h2{color:var(--text-primary)}:root body .app-dialog__close{color:var(--text-secondary)}@media(max-width:1199px){:root body .content{max-width:none}:root body .summary-grid,:root body .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){:root body .topbar{left:0;min-height:var(--mobile-nav-height);padding:.65rem var(--space-mobile);background:#071713f0}:root body .topbar-left{gap:.65rem}:root body .topbar-title{max-width:52vw;font-size:1.05rem}:root body .menu-button{display:inline-flex;min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;gap:.45rem;padding:.5rem .65rem;border:1px solid var(--border-strong);border-radius:var(--radius-control);color:var(--text-primary);background:var(--surface-2);font-size:0}.menu-button__icon,.menu-button__icon:before,.menu-button__icon:after{display:block;width:1.15rem;height:2px;border-radius:999px;background:currentColor;content:""}.menu-button__icon{position:relative}.menu-button__icon:before{position:absolute;top:-.36rem}.menu-button__icon:after{position:absolute;top:.36rem}:root body .profile-button{max-width:none;min-width:2.75rem;padding:.3rem}:root body .profile-chevron{display:none}:root body .sidebar{top:0;z-index:60;width:min(20rem,calc(100vw - 3rem));max-width:88vw;padding-top:.75rem;border-right-color:var(--border-strong);box-shadow:var(--shadow-raised);transform:translate(-105%);visibility:hidden;transition:transform .18s ease,visibility .18s ease}:root body .sidebar.open{visibility:visible;transform:translate(0)}:root body .sidebar-mobile-heading{display:flex;min-height:3rem;align-items:center;justify-content:space-between;padding:0 .45rem .65rem;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}:root body .sidebar-mobile-heading button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:0;border-radius:var(--radius-control);color:var(--text-primary);background:transparent;cursor:pointer;font-size:1.5rem}:root body .sidebar-brand{margin-top:.75rem}:root body .nav-link{min-height:3rem;font-size:.9rem}:root body .drawer-backdrop{position:fixed;inset:0;z-index:55;display:block;width:100%;height:100%;padding:0;border:0;background:#000806ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default}:root body .content{padding:calc(var(--mobile-nav-height) + 1rem) var(--space-mobile) calc(var(--space-mobile) + env(safe-area-inset-bottom))}:root body .page-toolbar,:root body .filter-bar{align-items:stretch}:root body .filter-bar label,:root body .compact-filter,:root body .compact-input{width:100%;min-width:0;flex-basis:100%}:root body input,:root body textarea,:root body select{font-size:1rem}:root body .button-row{align-items:stretch;flex-direction:column-reverse}:root body .button-row .button,:root body .page-toolbar>.button.primary,:root body .admin-toolbar>.button.primary{width:100%}:root body .summary-grid,:root body .metric-grid,:root body .card-grid,:root body .detail-grid,:root body .permission-grid,:root body .dashboard-grid,:root body .breakdown-grid{grid-template-columns:1fr}:root body .summary-card,:root body .metric-card,:root body .kpi-card{min-height:5.6rem}:root body .table-shell,:root body .responsive-table,:root body .team-table,:root body .chart-shell{max-width:100%}:root body .dashboard-page .team-head{display:none}:root body .dashboard-page .team-table{overflow:visible}:root body .dashboard-page .team-row{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;gap:.65rem 1rem;margin-top:.65rem;padding:.9rem;border:1px solid var(--border-subtle);border-radius:.85rem;background:var(--surface-2)}:root body .dashboard-page .team-person,:root body .dashboard-page .status-cell{grid-column:auto}:root body .dashboard-page .schedule-cell{grid-column:1 / -1;padding-bottom:.55rem;border-bottom:1px solid var(--border-subtle)}:root body .dashboard-page .team-row>span:nth-child(n+4){display:grid;gap:.2rem;color:var(--text-primary);font-weight:750}:root body .dashboard-page .team-row>span:nth-child(n+4):before{color:var(--text-muted);font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}:root body .dashboard-page .team-row>span:nth-child(4):before{content:"Tracked"}:root body .dashboard-page .team-row>span:nth-child(5):before{content:"Productive"}:root body .dashboard-page .team-row>span:nth-child(6):before{content:"Idle"}:root body .screenshot-grid{grid-template-columns:1fr;gap:1rem}:root body .screenshot-card{width:100%}:root body .capture-details{padding:.9rem 1rem 1rem;font-size:.86rem}:root body .app-dialog__surface{width:100%;max-height:calc(100dvh - 1rem - env(safe-area-inset-bottom));border-radius:1rem}:root body .app-dialog__body{overscroll-behavior:contain}:root body .app-dialog__footer{position:sticky;bottom:0;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}:root body .app-dialog__footer-right{width:100%;align-items:stretch;flex-direction:column-reverse}:root body .app-dialog__footer .button{width:100%}}@media(max-width:479px){:root body .content{padding-right:.75rem;padding-left:.75rem}:root body .card,:root body .form-card,:root body .panel,:root body .trend-card{padding:1rem;border-radius:1rem}:root body .topbar-title{max-width:48vw}:root body .dashboard-page .kpi-row{grid-template-columns:1fr}:root body .dashboard-page .team-row{grid-template-columns:repeat(3,minmax(0,1fr))}:root body .dashboard-page .team-person,:root body .dashboard-page .schedule-cell{grid-column:1 / -1}:root body .dashboard-page .status-cell{position:absolute;right:1.5rem}:root body .profile-menu{position:fixed;top:calc(var(--mobile-nav-height) - .2rem);right:.75rem;left:.75rem;width:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
