:root{--bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#6f7890;--line:#e7eaf0;--brand:#4f46e5;--brand2:#7c3aed;--ok:#0f9f6e;--warn:#d97706;--danger:#dc2626;--shadow:0 12px 35px rgba(36,44,77,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#111629;color:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:24px}.brand{display:flex;align-items:center;gap:12px;padding:4px 6px 18px}.brand .logo{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#6d5dfc,#8b5cf6);display:grid;place-items:center;font-weight:800;font-size:20px}.brand strong{display:block}.brand span{display:block;color:#aeb6cc;font-size:12px;margin-top:2px}nav{display:grid;gap:8px}.nav{border:0;background:transparent;color:#bdc5d9;text-align:left;padding:12px 14px;border-radius:10px;cursor:pointer}.nav:hover,.nav.active{background:#202841;color:#fff}.sidebar-note{margin-top:auto;color:#939db6;font-size:11px;line-height:1.5;border-top:1px solid #28314d;padding-top:16px}.main{padding:24px 30px 50px;overflow:auto}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.topbar h1{margin:0;font-size:28px}.topbar p{margin:5px 0 0;color:var(--muted);font-size:14px}.pill{background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:999px;font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.metric{padding:20px}.metric .label{color:var(--muted);font-size:13px}.metric .value{font-size:28px;font-weight:750;margin-top:8px}.metric .hint{font-size:12px;color:var(--muted);margin-top:6px}.panel{padding:20px;margin-bottom:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.panel-head h3{margin:0;font-size:17px}.actions{display:flex;gap:9px;flex-wrap:wrap}.btn{border:0;border-radius:10px;padding:10px 14px;font-weight:650;cursor:pointer}.btn.primary{background:var(--brand);color:#fff}.btn.secondary{background:#eef0f5;color:#273149}.btn.success{background:var(--ok);color:#fff}.btn.warn{background:#fff4e5;color:#9a5900}.btn:disabled{opacity:.45;cursor:not-allowed}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:12px 10px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-weight:650;font-size:12px}tbody tr:hover{background:#fafbfe}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#eef2ff;color:#4338ca}.status.ok{background:#e9fbf4;color:#087a54}.status.warn{background:#fff5e6;color:#a85c00}.status.gray{background:#f0f2f5;color:#667085}.upload{border:1.5px dashed #c9cfdb;border-radius:14px;padding:24px;text-align:center;background:#fafbfe}.upload input{margin-top:12px}.notice{padding:12px 14px;border-radius:10px;background:#fff7e7;color:#7d5400;font-size:12px;line-height:1.5;margin-bottom:16px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.money{font-variant-numeric:tabular-nums}.right{text-align:right}dialog{border:0;border-radius:18px;padding:0;width:min(760px,94vw);box-shadow:0 30px 90px rgba(0,0,0,.25)}dialog::backdrop{background:rgba(15,23,42,.55)}.dialog-card{padding:22px}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dialog-head h2{margin:0}.icon-btn{border:0;background:#eef0f4;width:34px;height:34px;border-radius:50%;font-size:21px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:6px;font-size:12px;color:var(--muted)}input,select{border:1px solid #d9dee8;border-radius:9px;padding:10px 11px;color:var(--ink);background:#fff}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.empty{text-align:center;color:var(--muted);padding:28px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.flow{background:linear-gradient(135deg,#242b49,#151a2f);color:#fff;padding:24px;border-radius:16px}.flow h2{margin:0 0 6px}.flow p{color:#b9c2d9;margin:0 0 20px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.step{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;font-size:11px}.step strong{display:block;font-size:13px;margin-bottom:4px}.kpi-list{display:grid;gap:12px}.kpi-line{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.kpi-line:last-child{border-bottom:0}.kpi-line span{color:var(--muted);font-size:13px}.kpi-line strong{font-size:14px}@media(max-width:1000px){.cards{grid-template-columns:1fr 1fr}.hero,.grid2{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}}@media(max-width:720px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.main{padding:20px 14px}.cards{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;gap:10px}.pill{display:none}}

.panel-head{gap:16px;flex-wrap:wrap}.btn{text-decoration:none;display:inline-block}small{color:var(--muted)}.panel>h3{margin-top:0}#adjustmentStatus,#importResult{color:var(--ink)}input:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #a5b4fc;outline-offset:2px}dialog{max-height:90vh;overflow:auto}.form-grid{margin-bottom:16px}.sidebar{min-height:100vh}.main{min-width:0}@media(max-width:720px){.sidebar{min-height:auto}nav{grid-template-columns:1fr 1fr}.sidebar-note{display:none}.panel{padding:14px}.actions{width:100%}.actions input,.actions select{max-width:100%}}

details{padding:14px;background:#f5f7fb;border-radius:10px;margin-bottom:20px}summary{cursor:pointer;font-weight:650}td small{white-space:normal;display:inline-block;max-width:260px}.notice{overflow-wrap:anywhere}

:root{--bg:#f2f5f7;--brand:#176b61;--brand2:#28534e;--ink:#1b2c3b;--muted:#697c88;--shadow:0 5px 20px rgba(25,44,55,.04)}
.language-switcher{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:9px 28px;background:#fff;border-bottom:1px solid #e0e8ec;font-size:12px;color:#46645c}.language-switcher select{padding:7px 12px;min-width:145px}.language-switcher label{font-weight:600}@media(max-width:720px){.language-switcher{padding:10px 14px}.language-switcher label{font-size:11px}}
.nav-group{color:#a5beb8;font-size:10px;letter-spacing:1px;padding:16px 14px 0}.page-help{background:#fff;border:1px solid #d8e5e0;line-height:1.7}.page-help summary{color:#245347}.page-help li{padding:4px 0;font-size:13px}.page-help p{font-size:13px}.guide-quick{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.guide-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.guide-card{display:flex;align-items:center;gap:14px;text-align:left;padding:20px;background:#f8fbfa;border:1px solid #dce7e2;border-radius:12px;color:var(--ink);cursor:pointer;font:inherit}.guide-card:hover{background:#eaf4ee;border-color:#9dc6b4}.guide-card>span:nth-child(2){flex:1;min-width:0}.guide-card strong{font-size:15px;display:block}.guide-card small{display:block;font-size:12px;margin-top:7px;line-height:1.6}.guide-number{background:#dcefe4;color:#1b5947;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;flex-shrink:0;font-weight:700}.employee-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;background:#f6f9f8;padding:16px;border-radius:12px}.employee-filters label{display:grid;gap:7px;font-size:12px;min-width:130px}.employee-filters .search-wide{flex:1;min-width:min(330px,100%)}.employee-pagination{display:flex;justify-content:flex-end;align-items:center;gap:14px;padding-top:18px;font-size:12px}@media(max-width:720px){.guide-cards{grid-template-columns:1fr}.nav-group{grid-column:1/-1}.employee-filters{display:grid;grid-template-columns:1fr 1fr}.employee-filters .search-wide{grid-column:1/-1;min-width:0}.employee-filters label{min-width:0}.guide-card{padding:15px}.employee-pagination{justify-content:center}}
[hidden]{display:none!important}.account-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;margin:-8px 0 24px;font-size:12px;color:var(--muted)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f2f5f7}.auth-story{background:#143d37;color:white;padding:70px 12%;display:flex;flex-direction:column;justify-content:center}.auth-story .eyebrow{color:#9fdbbd;margin-top:60px}.auth-story h1{font-size:48px;letter-spacing:-2px;line-height:1.15}.auth-story p{color:#c4dcd2;line-height:1.7}.auth-brand{font-size:25px}.trial-highlight{display:grid;gap:10px;border:1px solid #508172;border-radius:14px;padding:24px;margin:24px 0}.trial-highlight strong{font-size:30px}.trial-highlight span{font-size:13px}.auth-card{width:min(440px,88%);margin:auto;padding:40px 0}.auth-card h2{font-size:28px;margin-bottom:12px}.auth-card label,#renewalForm label{display:grid;gap:8px;margin:20px 0;font-size:13px}.auth-card input{width:100%}.auth-card button[type=submit]{width:100%;margin-top:14px}.auth-switch{background:transparent;border:0;color:var(--brand);cursor:pointer;padding:12px 0;font:inherit}#authError,#billingError,#reviewError{color:#a53225;font-size:13px;line-height:1.5}.payment-instructions{white-space:pre-wrap;overflow-wrap:anywhere;background:#f2f6f4;padding:18px;border-radius:10px;line-height:1.7}.receipt-check{display:flex;gap:10px;align-items:center;margin-top:16px;font-size:13px}@media(max-width:720px){.auth-shell{grid-template-columns:1fr}.auth-story{padding:30px 7%}.auth-story .eyebrow{margin-top:24px}.auth-story h1{font-size:34px;margin:16px 0}.trial-highlight{margin:12px 0;padding:16px}.auth-card{padding:28px 0}.account-bar{justify-content:flex-start;overflow-wrap:anywhere}}
.sidebar{overflow-y:auto}textarea{font:inherit;border:1px solid #d9dee8;border-radius:9px;padding:10px 11px;resize:vertical;color:var(--ink);width:100%}.workflow-steps{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.check-table td:nth-child(3){white-space:normal;min-width:200px;overflow-wrap:anywhere}.overview-banner label{display:grid;gap:8px;font-size:12px}textarea:focus-visible{outline:3px solid #a5b4fc;outline-offset:2px}
.sidebar{background:#142e2d;padding:28px 18px;position:sticky;top:0;height:100vh;min-height:0}.brand .logo{background:#dcf1e9;color:#174d43}.brand span{color:#a8c9c1}.nav{color:#b5cbc8;padding:12px 14px}.nav:hover,.nav.active{background:#254942;color:#fff}.nav.active{box-shadow:inset 3px 0 #9bdebc}.sidebar-note{color:#a1b8b3;border-color:#35514d}.main{padding:30px 34px}.topbar h1{font-size:27px;letter-spacing:-.7px}.panel,.card{border-color:#e0e8ec;border-radius:13px}.overview-banner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;background:#e3eee9;border:1px solid #d0e3da;border-radius:16px;margin-bottom:24px}.overview-banner h2{font-size:29px;letter-spacing:-.8px;margin:10px 0;color:#163f37}.overview-banner p{color:#546e64;margin:0}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:750;color:#416b5c}.metric .value{font-size:25px}.task-line{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.task-line:last-child{border-bottom:0}.task-line strong{font-size:14px}.task-line p,.muted{font-size:12px;line-height:1.6;color:var(--muted);margin:6px 0}.btn{transition:background .15s,box-shadow .15s}.btn:hover:not(:disabled){box-shadow:0 3px 9px #17382b20}.btn.secondary{background:#edf3f1;color:#245347}.notice{border:1px solid #efdfbd;background:#fff9ed}th{background:#f8fafb}#toast{position:fixed;bottom:24px;right:24px;max-width:440px;padding:16px 22px;background:#173d37;color:white;border-radius:10px;box-shadow:0 8px 30px #0003;z-index:10000}input,select{max-width:100%}
@media(max-width:900px){.app-shell{grid-template-columns:215px 1fr}.main{padding:22px}.overview-banner{align-items:flex-start;flex-direction:column}.overview-banner h2{font-size:25px}}
@media(max-width:720px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static;padding:16px}.brand{padding-bottom:5px}nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.nav{font-size:12px;padding:9px}.main{padding:18px 12px}.overview-banner{padding:20px}.task-line{flex-wrap:wrap}.cards{grid-template-columns:1fr 1fr}.metric{padding:15px}.metric .value{font-size:20px}.topbar h1{font-size:24px}}
