@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--brand:#35b84b;--brand-dark:#1f9435;--brand-soft:#effdf5;--ink:#2b3940;--muted:#6e7b80;--line:#e3eee8;--paper:#fff;--night:#071425;--night-2:#0a1b31;--cyan:#25f3ed;--gold:#ffd84c;--danger:#ff6b60;--radius:16px;--dashboard-radius:14px;font-family:Outfit,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100dvh;color:var(--ink);background:#fff;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #35b84b61}a{color:inherit;text-decoration:none}.site-shell{background:#fff;min-height:100dvh}.site-nav{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;width:min(1120px,100% - 64px);min-height:72px;margin:0 auto;padding:0 0 0 28px;display:grid;position:sticky;top:0;box-shadow:0 8px 22px #1530281f}.site-nav nav{color:#45565d;text-transform:uppercase;justify-content:flex-end;align-items:center;gap:32px;font-size:12px;font-weight:800;display:flex}.site-nav nav a:hover{color:var(--brand)}.nav-login{background:var(--brand);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;min-height:72px;padding:0 34px;font-weight:900;transition:background .18s,transform .18s;display:inline-flex}.nav-login:hover,.pill-button.primary:hover,.button.primary:hover{background:var(--brand-dark)}.nav-login:active,.pill-button:active,.button:active,.small-button:active,.icon-button:active,.segmented button:active{transform:translateY(1px)}.logo img{width:154px;height:auto;display:block}.logo.compact img{width:142px}.template-hero{text-align:center;width:min(1120px,100% - 64px);margin:0 auto;padding:50px 0 42px}.hero-copy{max-width:820px;margin:0 auto}.product-label{color:var(--brand);letter-spacing:0;margin:0 0 12px;font-weight:900}.hero-copy h1{color:#29363c;letter-spacing:0;text-transform:uppercase;margin:0;font-size:clamp(42px,6vw,74px);line-height:.98}.hero-copy h1 span{display:block}.hero-copy>p:not(.product-label){color:#647077;max-width:700px;margin:18px auto 0;font-size:15px;line-height:1.7}.hero-actions,.top-actions,.row-actions,.proof-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.hero-actions{margin-top:24px}.pill-button,.button,.small-button,.icon-button,.segmented button{cursor:pointer;border:0;transition:transform .16s,background-color .16s,border-color .16s,color .16s,opacity .16s,box-shadow .16s}.pill-button,.button{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 22px;font-weight:900;display:inline-flex}.pill-button.primary,.button.primary{background:var(--brand);color:#fff;box-shadow:0 12px 24px #35b84b3d}.pill-button.outline,.button.ghost,.button.quiet{color:var(--brand-dark);border:1px solid var(--brand);background:#fff}.button.full,.pill-button.full{width:100%}.button:disabled,.pill-button:disabled,.small-button:disabled{cursor:not-allowed;opacity:.65}.hero-cover{border-radius:0 0 var(--radius) var(--radius);background:linear-gradient(180deg, transparent 25%, var(--brand) 25%);margin-top:56px;padding:0 10px 12px;overflow:hidden}.hero-cover img{border-radius:20px;width:min(940px,100%);margin:0 auto;display:block;box-shadow:0 24px 70px #0714253d}.category-section,.testimonial-section,.about-split,.access-panel{width:min(1120px,100% - 64px);margin:0 auto}.category-section,.testimonial-section{text-align:center;padding:56px 0 74px}.category-section h2,.testimonial-section h2,.about-copy h2,.access-copy h2{color:#56666d;letter-spacing:0;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.1}.section-rule{background:var(--brand);border-radius:999px;width:52px;height:4px;margin:14px auto 38px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.cat-item{background:var(--brand-soft);color:#59686e;border:1px solid #0000;border-radius:2px;align-content:center;place-items:center;gap:10px;min-height:180px;padding:26px;transition:border-color .22s,box-shadow .22s,transform .22s;display:grid;box-shadow:0 0 45px #0000000f}.cat-item:hover{box-shadow:none;border-color:#00000014;transform:translateY(-4px)}.cat-item svg{color:var(--brand);stroke-width:2.2px}.cat-item h3{color:#34454d;margin:0;font-size:15px}.cat-item p{color:#748184;max-width:220px;margin:0;font-size:13px;line-height:1.5}.about-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;padding:44px 0 70px;display:grid}.about-media{border-radius:var(--radius);background:#071425;overflow:hidden;box-shadow:0 22px 50px #2b39402e}.about-media img{width:100%;display:block}.about-copy{text-align:left}.about-copy p,.access-copy p{color:#66747a;margin:18px 0 0;font-size:16px;line-height:1.7}.check-line{align-items:center;gap:12px;font-weight:800;display:flex}.check-line svg{color:var(--brand);flex:none}.about-copy .pill-button{margin-top:22px}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.testimonial-item{text-align:left;background:var(--brand-soft);border-radius:2px;min-height:220px;padding:28px;box-shadow:0 8px 28px #2b394014}.quote-mark{color:var(--brand);font-size:54px;line-height:.8;display:block}.testimonial-item p{color:#405057;min-height:66px;line-height:1.6}.testimonial-item div{align-items:center;gap:14px;display:flex}.testimonial-item img{object-fit:cover;border-radius:50%;width:54px;height:54px}.testimonial-item small{color:#66747a;margin-top:2px;display:block}.access-panel{grid-template-columns:minmax(0,1fr) 430px;align-items:start;gap:42px;padding:48px 0 80px;display:grid}.access-copy{text-align:left}.proof-grid{justify-content:flex-start;margin-top:22px}.proof-grid span{background:var(--brand-soft);color:#34454d;border-radius:999px;align-items:center;gap:8px;padding:12px 14px;font-weight:800;display:inline-flex}.auth-card,.panel{border-radius:var(--dashboard-radius)}.auth-card{background:#fff;padding:24px;box-shadow:0 18px 50px #2b394029}.segmented{background:#eef9f0;border-radius:999px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:16px;padding:6px;display:grid}.segmented button{color:#506168;background:0 0;border-radius:999px;min-height:40px;font-weight:900}.segmented button.active{color:var(--brand-dark);background:#fff;box-shadow:0 6px 16px #2b39401f}.stack-form,.form-grid{gap:14px;display:grid}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.form-submit,.wide-field{grid-column:1/-1}label{color:#33423e;gap:7px;font-size:13px;font-weight:800;display:grid}input,select,textarea{color:#192a31;background:#fff;border:1px solid #d8e5dc;border-radius:10px;width:100%;min-height:46px;padding:12px 14px}textarea{resize:vertical}.error-text,.error-banner{color:#8b211b;background:#fff1ef;border:1px solid #f0c7c2;border-radius:12px}.error-text{margin:0 0 14px;padding:10px 12px}.error-banner{margin-bottom:18px;padding:12px 14px}.site-footer{color:#fff;background:#2b3940;border-radius:2px;grid-template-columns:1fr 1fr 1.2fr;gap:34px;width:min(1120px,100% - 64px);margin:0 auto 48px;padding:44px;display:grid}.site-footer h3{color:#fff;margin:0 0 16px}.site-footer a,.site-footer p{color:#dce8e3;margin:9px 0;font-size:14px;display:block}.footer-contact{background:#ffffff0f;border-radius:12px;padding:24px}.footer-bottom{color:#dce8e3;border-top:1px solid #ffffff1f;flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;gap:12px;padding-top:24px;font-size:13px;display:flex}.app-shell{color:#eef7ff;background:radial-gradient(circle at 85% 10%,#25f3ed1a,#0000 30%),linear-gradient(135deg,#071425 0%,#06111f 100%);grid-template-columns:220px minmax(0,1fr);min-height:100dvh;display:grid}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#081628db;border-right:1px solid #ffffff14;flex-direction:column;gap:24px;height:100dvh;padding:26px 16px;display:flex;position:sticky;top:0}.sidebar-head,.workspace-top,.panel-heading,.card-title-row,.shot-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.company-chip{border-radius:var(--dashboard-radius);color:#fff;background:#ffffff0d;gap:4px;padding:14px;display:grid}.company-chip span{font-weight:900}.company-chip small{color:#96adbd;text-transform:capitalize}.side-nav{gap:12px;display:grid}.side-nav button{color:#90a8bc;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0 34px 34px 0;align-items:center;gap:12px;min-height:48px;padding:0 16px;font-weight:700;transition:background .18s,color .18s,transform .18s;display:flex}.workspace{width:min(1220px,100% - 60px);margin:0 auto;padding:34px 0 60px}.workspace-top{border-bottom:1px solid #ffffff0f;min-height:104px}.workspace-top h1{color:#fff;margin:0;font-size:clamp(32px,5vw,54px);line-height:1.05}.eyebrow{color:var(--cyan);text-transform:uppercase;letter-spacing:0;margin:0 0 10px;font-size:12px;font-weight:900}.top-actions{justify-content:flex-end}.button.quiet,.button.ghost{color:#fff;box-shadow:none;background:#ffffff0f;border:1px solid #ffffff14}.button.ghost:hover,.button.quiet:hover{color:var(--cyan);border-color:#25f3ed6b}.icon-button{color:#fff;background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.mobile-only{display:none}.loading-state{color:#96adbd;place-items:center;gap:12px;min-height:420px;display:grid}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-grid{gap:22px;padding-top:32px;display:grid}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:22px;display:grid}.metrics-grid.compact .metric-card{min-height:150px}.metric-card,.panel,.person-card,.payroll-card,.mini-card,.department-card{background:linear-gradient(145deg,#081b31fa,#05101efa);border:1px solid #25f3ed1a;box-shadow:0 24px 54px #0000003d}.metric-card{border-radius:0;min-height:190px;padding:26px}.metric-card svg{background:linear-gradient(135deg, var(--cyan), #0b6fa7);color:#fff;border-radius:50%;width:56px;height:56px;padding:14px}.metric-card span,.mini-card span,.department-card span{color:#9bb0c1;font-size:13px;display:block}.metric-card strong{color:#fff;margin-top:18px;font-size:48px;display:block}.metric-card p,.panel p,.person-card p,.payroll-card p,.timeline-row p{color:#b9c9d5;line-height:1.55}.two-column{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:24px;display:grid}.hiring-workspace-grid{grid-template-columns:1fr;gap:24px;display:grid}.panel{padding:24px}.panel h2,.person-card h2,.payroll-card h2{color:#fff;margin:0;font-size:24px}.panel-heading{margin-bottom:18px}.score{color:var(--cyan);font-size:42px}.check-row,.list-row,.timeline-row{border-top:1px solid #ffffff14;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.check-row:first-of-type,.list-row:first-of-type,.timeline-row:first-of-type{border-top:0}.check-row svg{color:var(--cyan)}.check-row small{color:#9bb0c1;margin-top:4px;font-weight:400;display:block}.status-pill{min-height:28px;color:var(--cyan);white-space:nowrap;background:#25f3ed1f;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.status-pill.pending,.status-pill.todo,.status-pill.draft,.status-pill.needs-data,.status-pill.review,.status-pill.sent,.status-pill.submitted,.status-pill.eligible,.status-pill.scheduled,.status-pill.needs-setup,.status-pill.open,.status-pill.paused{color:var(--gold);background:#ffd84c1f}.timeline{display:grid}.timeline-row{grid-template-columns:12px minmax(0,1fr)}.timeline-row>span{background:var(--gold);border-radius:50%;width:10px;height:10px}.timeline-row strong,.list-row strong,.mini-card strong{color:#fff;display:block}.timeline-row p,.list-row p{margin:4px 0 0}.department-grid,.directory-grid,.payroll-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.department-card,.payroll-card,.person-card{padding:18px}.department-card p{color:var(--cyan);margin:12px 0 0;font-weight:900}.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.person-card{grid-template-columns:52px minmax(0,1fr);gap:14px;display:grid}.avatar{background:linear-gradient(135deg, var(--cyan), #0b6fa7);color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;font-weight:900;display:grid}dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}dt{color:#91a8ba;font-size:12px}dd{color:#fff;margin:3px 0 0;font-weight:800}.small-button{min-height:32px;color:var(--cyan);background:#25f3ed1a;border-radius:999px;padding:0 10px;font-size:12px;font-weight:900}.list-stack{display:grid}.list-row{grid-template-columns:minmax(0,1fr) auto}.list-row .row-actions{grid-column:1/-1;justify-content:flex-start}.pipeline,.kanban,.training-board{grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:12px;display:grid;overflow:visible}.kanban{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.application-kanban{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid;overflow:visible}.stage-column{background:#ffffff0a;border-radius:12px;align-content:start;gap:10px;min-width:0;padding:12px;display:grid}.stage-column h3{color:#9bb0c1;margin:0 0 8px;font-size:13px}.mini-card{padding:12px}.mini-card .row-actions{justify-content:flex-start;margin-top:10px}.application-tile p{color:#9bb0c1;margin:10px 0 0;font-size:13px}.training-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:start;gap:24px;display:grid}.training-module-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.training-module-card{background:#ffffff0a;border:1px solid #25f3ed1a;gap:12px;min-height:260px;padding:18px;display:grid}.training-module-card h3{color:#fff;margin:0;font-size:18px}.training-module-card p{margin:0}.training-board{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.training-portal-card{grid-column:1/-1}.training-row{grid-template-columns:minmax(0,1fr) auto;display:grid}.training-row .row-actions{grid-column:1/-1;justify-content:flex-start}.export-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.export-tile{color:#fff;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #25f3ed1f;border-radius:12px;align-items:center;gap:14px;min-height:94px;padding:18px;transition:background .18s,border-color .18s,transform .18s;display:flex}.export-tile:hover{background:#25f3ed14;border-color:#25f3ed5c;transform:translateY(-2px)}.export-tile svg{color:var(--cyan);flex:none}.export-tile small{color:#9bb0c1;margin-top:4px;display:block}.systems-summary-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:16px;display:grid}.system-metric{min-height:150px;padding:18px}.system-metric svg{width:42px;height:42px;padding:10px}.system-metric strong{margin-top:12px;font-size:34px}.system-metric p{margin-bottom:0}.systems-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.system-panel{min-width:0}.system-panel .panel-heading{align-items:flex-start}.system-panel .application-row{align-items:start}.system-panel .row-actions{justify-content:flex-start}.payroll-card dl{grid-template-columns:repeat(4,minmax(0,1fr))}.payroll-card .row-actions{justify-content:flex-start;margin-top:14px}.expansion-list{display:grid}.empty-state{color:#9bb0c1;text-align:center;place-items:center;gap:8px;padding:32px;display:grid}.app-shell label{color:#dceaff}.app-shell input,.app-shell select,.app-shell textarea{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.app-shell option{color:#102232}.portal-shell{color:#f3fbf7;background:linear-gradient(135deg,#35b84b1a,#0000 32%),linear-gradient(160deg,#071425 0%,#07111f 48%,#0b1c20 100%);min-height:100dvh;padding:28px min(5vw,64px) 70px}.portal-nav{justify-content:space-between;align-items:center;gap:18px;width:min(1180px,100%);min-height:70px;margin:0 auto;display:flex}.portal-nav>div{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.careers-hero,.applicant-layout,.employee-login,.employee-dashboard{width:min(1180px,100%);margin:0 auto}.careers-hero{max-width:920px;padding:86px 0 48px}.careers-hero h1,.job-detail h1,.employee-login h1,.employee-hero h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(40px,6vw,72px);line-height:1.02}.careers-hero>p,.job-detail>p,.employee-login p,.employee-hero p{color:#b9c9d5;max-width:720px;font-size:17px;line-height:1.7}.career-meta{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.career-meta span{min-height:34px;color:var(--cyan);text-transform:capitalize;background:#ffffff0f;border:1px solid #25f3ed24;border-radius:999px;align-items:center;padding:0 12px;font-weight:900;display:inline-flex}.career-grid,.applicant-layout,.employee-login{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:28px;display:grid}.career-about,.job-card,.portal-card,.job-detail,.employee-hero{background:linear-gradient(145deg,#081b31f5,#05101efa);border:1px solid #25f3ed1f;border-radius:14px;padding:24px;box-shadow:0 24px 54px #0000003d}.career-about h2,.job-card h2,.portal-card h2,.job-detail h2{color:#fff;margin:0 0 12px}.career-about p,.job-card p,.portal-card p{color:#b9c9d5;line-height:1.65}.job-list{gap:16px;display:grid}.job-card{gap:14px;display:grid}.job-card h2{margin-top:10px}.portal-card input,.portal-card select,.portal-card textarea,.employee-login input,.employee-login select,.employee-login textarea{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.portal-card label,.employee-login label{color:#dceaff}.portal-error{color:#ffb6b0;background:#ff6b6014;border:1px solid #ff6b6052;border-radius:12px;width:min(1180px,100%);margin:28px auto;padding:14px 16px}.portal-loading{color:#b9c9d5;align-content:center;place-items:center;gap:12px;min-height:360px;display:grid}.profile-summary{align-items:center;gap:12px;margin-bottom:18px;display:flex}.profile-summary svg{color:var(--cyan)}.profile-summary strong,.application-row strong{color:#fff;display:block}.profile-summary small,.application-row small{color:#9bb0c1;margin-top:3px;display:block}.application-state{background:#35b84b14;border-radius:12px;padding:18px}.demo-credential-note{background:#dfe9d77a;border:1px solid #2e3f3224;border-radius:12px;gap:4px;padding:12px 14px;display:grid}.demo-credential-note span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.demo-credential-note strong,.demo-credential-note small{color:var(--ink);overflow-wrap:anywhere}.demo-credential-grid{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf4b8;border:1px solid #2e3f3224;border-radius:18px;gap:12px;margin-top:18px;padding:16px;display:grid;box-shadow:0 18px 44px #16271f14}.demo-credential-grid.compact{padding:14px}.demo-credential-grid-head{color:var(--muted);justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.demo-credential-grid-head span{color:var(--ink);font-weight:900}.demo-credential-grid-head small{text-align:right;max-width:260px;line-height:1.45}.demo-credential-grid-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.demo-account-card{background:#f8f5ebc7;border:1px solid #2e3f321f;border-radius:14px;gap:5px;padding:12px;display:grid}.demo-account-card span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.demo-account-card strong{color:var(--ink)}.demo-account-card code{color:var(--brand-strong);overflow-wrap:anywhere;font-family:inherit;font-weight:850}.demo-account-card small{color:var(--muted);overflow-wrap:anywhere;font-weight:750}.job-detail-section{border-top:1px solid #2e3f321f;margin-top:24px;padding-top:18px}.job-detail-section ul,.job-detail-section ol{color:var(--muted);gap:10px;margin:12px 0 0;padding-left:20px;line-height:1.65;display:grid}.job-detail-section li::marker{color:var(--brand);font-weight:900}.application-list{gap:10px;margin-top:22px;display:grid}.application-row{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.application-row>span{min-width:0}.employee-login{align-items:center;min-height:calc(100dvh - 130px)}.employee-dashboard{padding-top:24px}.employee-hero{margin-bottom:24px}.employee-hero-compact{grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);align-items:end;gap:24px;margin-bottom:18px;display:grid}.employee-hero-compact h1{font-size:clamp(34px,5vw,58px)}.employee-hero-compact p{margin-bottom:0}.employee-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.employee-hero-stats span,.employee-kpi-card{background:#ffffff0d;border:1px solid #25f3ed1f;border-radius:12px;min-width:0;padding:12px}.employee-hero-stats strong,.employee-kpi-card strong{color:#fff;display:block}.employee-hero-stats small,.employee-kpi-card small{color:#9bb0c1;margin-top:4px;display:block}.employee-kpi-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.employee-kpi-card{min-height:118px}.employee-kpi-card svg{color:var(--cyan)}.employee-kpi-card span{color:#9bb0c1;margin-top:12px;font-size:12px;font-weight:800;display:block}.employee-kpi-card strong{margin-top:4px;font-size:28px}.employee-dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px;display:grid}.employee-module{min-width:0;padding:18px}.employee-module.wide{grid-column:1/-1}.module-head{justify-content:space-between;align-items:flex-start;gap:12px;min-height:38px;margin-bottom:10px;display:flex}.module-head h2{margin-bottom:0;font-size:20px}.mini-form{grid-template-columns:1fr;gap:10px;margin-bottom:10px;display:grid}.mini-form .button{grid-column:1/-1}.compact-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.employee-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}@media (width<=1050px){.site-nav,.template-hero,.category-section,.testimonial-section,.about-split,.access-panel,.site-footer,.workspace{width:min(100% - 32px,1120px)}.site-nav{grid-template-columns:1fr auto;padding-left:18px}.site-nav nav{grid-area:2/1/auto/-1;justify-content:flex-start;padding-bottom:14px;overflow-x:auto}.category-grid,.metrics-grid,.department-grid,.payroll-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-split,.access-panel,.two-column,.training-layout,.systems-layout,.career-grid,.applicant-layout,.employee-login,.employee-hero-compact,.app-shell{grid-template-columns:1fr}.employee-kpi-grid,.systems-summary-grid,.employee-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-grid{grid-template-columns:1fr}.sidebar{z-index:20;width:min(320px,88vw);transition:transform .18s;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:22px 0 60px #0000004d}.sidebar.open{transform:translate(0)}.mobile-only{display:inline-flex}}@media (width<=720px){.site-nav{width:100%;margin-top:0;box-shadow:0 8px 20px #1530281f}.nav-login{min-height:58px;padding:0 22px}.hero-copy h1{font-size:42px}.hero-cover{margin-top:34px}.category-grid,.metrics-grid,.department-grid,.directory-grid,.payroll-grid,.systems-summary-grid,.training-module-grid,.training-board,.export-grid,.employee-kpi-grid,.employee-dashboard-grid,.employee-hero-stats,.compact-list-grid,.employee-grid,.form-grid,.site-footer{grid-template-columns:1fr}.workspace-top{flex-wrap:wrap;align-items:flex-start}.top-actions{justify-content:stretch;width:100%}.top-actions .button{flex:1}.person-card,dl,.payroll-card dl{grid-template-columns:1fr}.footer-bottom{display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:#f6f7f4}.app-shell,.portal-shell{color:#26312e;background:linear-gradient(#f2f6f0eb,#f7f8f5fa),#f6f7f4}.sidebar{background:#fffffceb;border-right:1px solid #dce4dc;box-shadow:12px 0 36px #2c3e340f}.company-chip,.side-nav button,.workspace-top h1,.panel h2,.person-card h2,.payroll-card h2,.metric-card strong,.timeline-row strong,.list-row strong,.mini-card strong,.department-card strong,.profile-summary strong,.application-row strong,.employee-hero-stats strong,.employee-kpi-card strong,.career-about h2,.job-card h2,.portal-card h2,.job-detail h2,.employee-hero h1,.employee-login h1,.careers-hero h1,.job-detail h1{color:#23312d}.company-chip,.stage-column,.training-module-card,.export-tile,.application-state,.employee-hero-stats span,.employee-kpi-card{background:#f7f9f6;border-color:#dce4dc}.workspace-top{border-bottom:1px solid #dce4dc}.eyebrow{color:#2f7d5f}.button.quiet,.button.ghost,.pill-button.outline{color:#2f5f4e;background:#fff;border:1px solid #d6e0d7}.button.quiet:hover,.button.ghost:hover,.pill-button.outline:hover{color:#1f6f49;border-color:#8fb79c}.button.primary,.pill-button.primary,.nav-login{color:#fff;background:#2f7d5f;box-shadow:0 10px 22px #2f7d5f2e}.metric-card,.panel,.person-card,.payroll-card,.mini-card,.department-card,.career-about,.job-card,.portal-card,.job-detail,.employee-hero,.employee-hero-stats span,.employee-kpi-card,.auth-card,.access-panel{background:#fff;border:1px solid #dce4dc;box-shadow:0 18px 42px #28382f14}.metric-card,.panel,.person-card,.payroll-card,.mini-card,.department-card,.career-about,.job-card,.portal-card,.job-detail,.employee-hero{border-radius:10px}.metric-card svg,.avatar{color:#2f7d5f;background:#e6f2ea}.metric-card p,.training-module-card p,.application-tile p,.empty-state,.portal-loading{color:#65746e}dd{color:#26312e}.employee-page-tabs{background:#fff;border:1px solid #dce4dc;border-radius:12px;flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:8px;display:flex;box-shadow:0 12px 28px #28382f0f}.employee-page-tabs button{color:#596963;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding:0 13px;font-weight:850;display:inline-flex}.employee-page{gap:16px;display:grid}.employee-two-column{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.link-row{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border-bottom:0;border-left:0;border-right:0}.profile-dl{grid-template-columns:repeat(3,minmax(0,1fr))}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.company-directory-section{width:min(1120px,100% - 64px);margin:0 auto;padding:48px 0}.company-directory-section h2{color:#29363c;margin:0;font-size:clamp(30px,4vw,46px)}.company-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.company-profile-card{background:#fff;border:1px solid #dce4dc;border-radius:10px;align-content:start;gap:12px;min-height:230px;padding:22px;display:grid;box-shadow:0 18px 42px #28382f14}.company-profile-card span{color:#65746e;font-size:12px;font-weight:850}.company-profile-card h3{color:#23312d;margin:0;font-size:24px}.company-profile-card p{color:#65746e;margin:0;line-height:1.55}@media (width<=1050px){.employee-two-column,.company-directory-grid{grid-template-columns:1fr}}@media (width<=720px){.workspace,.company-directory-section{width:min(100% - 28px,1120px)}.section-heading-row{display:grid}.employee-page-tabs{flex-wrap:nowrap;overflow-x:auto}.profile-dl{grid-template-columns:1fr}}:root{--brand:#1f6b4c;--brand-dark:#0f3f2e;--brand-soft:#dcebdd;--ink:#14241d;--muted:#66746a;--line:#d7ddcf;--paper:#fbf6ea;--paper-strong:#fffaf0;--canvas:#f2efe3;--canvas-deep:#e8eadc;--sage:#b9c8ad;--gold:#a87817;--danger:#9d352d}body,.site-shell,.app-shell,.portal-shell{color:var(--ink);background:radial-gradient(circle at 13% 10%, #b9c8ad61, transparent 30%), radial-gradient(circle at 88% 4%, #1f6b4c14, transparent 34%), linear-gradient(180deg, var(--canvas) 0%, #f8f4e9 54%, var(--canvas-deep) 100%)}.site-nav,.sidebar,.portal-nav,.employee-page-tabs,.metric-card,.panel,.person-card,.payroll-card,.mini-card,.department-card,.career-about,.job-card,.portal-card,.job-detail,.employee-hero,.employee-hero-stats span,.employee-kpi-card,.auth-card,.access-panel,.company-profile-card,.stage-column,.training-module-card,.application-state,.export-tile{border-color:var(--line);background:var(--paper-strong);box-shadow:0 18px 46px #1f3f2e14}.site-nav{border:1px solid #d7ddcfe6;border-top:0}.app-shell{grid-template-columns:248px minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:linear-gradient(#fffaf0fa,#eef0e0f5);box-shadow:10px 0 34px #1f3f2e12}.company-chip{border:1px solid var(--line);color:var(--ink);background:#eef2e5}.company-chip small,.side-nav button,.metric-card span,.mini-card span,.department-card span,.timeline-row p,.list-row p,.panel p,.person-card p,.payroll-card p,.portal-card p,.career-about p,.job-card p,.employee-hero p,.employee-login p,.careers-hero>p,.job-detail>p,.profile-summary small,.application-row small,.employee-hero-stats small,.employee-kpi-card small,dt{color:var(--muted)}.side-nav button{color:#33483c;border-radius:10px}.side-nav button.active,.side-nav button:hover{color:var(--brand-dark);background:#dcebdd;transform:translate(0)}.side-nav button.active{box-shadow:inset 4px 0 0 var(--brand)}.workspace{width:min(1320px,100% - 56px)}.workspace-top{border-bottom-color:#cdd6c8}.workspace-top h1,.hero-copy h1,.company-directory-section h2,.careers-hero h1,.job-detail h1,.employee-login h1,.employee-hero h1,.panel h2,.person-card h2,.payroll-card h2,.portal-card h2,.career-about h2,.job-card h2,.metric-card strong,.timeline-row strong,.list-row strong,.mini-card strong,.department-card strong,.profile-summary strong,.application-row strong,.employee-hero-stats strong,.employee-kpi-card strong,dd{color:var(--ink)}.eyebrow,.product-label,.metric-card svg,.employee-kpi-card svg,.export-tile svg,.check-row svg{color:var(--brand)}.button.primary,.pill-button.primary,.nav-login{background:var(--brand);color:#fffdf6;box-shadow:0 12px 24px #1f6b4c33}.button.primary:hover,.pill-button.primary:hover,.nav-login:hover{background:var(--brand-dark)}.button.quiet,.button.ghost,.pill-button.outline{color:var(--brand-dark);background:#f9f3e6;border-color:#cbd8c7}.button.quiet:hover,.button.ghost:hover,.pill-button.outline:hover{color:var(--brand-dark);background:#edf3e7;border-color:#9ab393}.metric-card svg,.avatar,.icon-button{background:var(--brand-soft);color:var(--brand)}.status-pill{color:var(--brand-dark);background:#edf3e7}.status-pill.draft,.status-pill.needs-data,.status-pill.review,.status-pill.sent,.status-pill.submitted,.status-pill.eligible,.status-pill.scheduled,.status-pill.needs-setup,.status-pill.open,.status-pill.paused{color:var(--gold);background:#fff4cc}.status-pill.declined,.status-pill.rejected,.status-pill.blocked,.status-pill.offboarding,.status-pill.expired,.status-pill.overdue,.status-pill.risk,.status-pill.error{color:var(--danger);background:#fbe1dc}.status-pill.closed,.status-pill.inactive,.status-pill.paid,.status-pill.done,.status-pill.hired,.status-pill.ready,.status-pill.approved,.status-pill.signed,.status-pill.filed,.status-pill.enrolled,.status-pill.completed,.status-pill.complete,.status-pill.connected,.status-pill.active{color:var(--brand-dark);background:#dcebdd}.small-button{color:var(--brand-dark);background:#e5eee0}.small-button:hover{background:#d7e6d0}.small-button.danger{color:var(--danger);background:#fbe1dc}.check-row,.list-row,.timeline-row,.application-row{border-top-color:#dfe4d9}.app-shell input,.app-shell select,.app-shell textarea,.portal-card input,.portal-card select,.portal-card textarea,.employee-login input,.employee-login select,.employee-login textarea{color:var(--ink);background:#fffdf6;border-color:#cbd8c7}.app-shell input:focus,.app-shell select:focus,.app-shell textarea:focus,.portal-card input:focus,.portal-card select:focus,.portal-card textarea:focus,.employee-login input:focus,.employee-login select:focus,.employee-login textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1f6b4c1f}.app-shell label,.portal-card label,.employee-login label{color:#2c3f35}.portal-shell{padding:28px min(5vw,64px) 70px}.portal-nav{min-height:64px;box-shadow:none;background:0 0;border:0;padding:0 4px}.employee-dashboard{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;width:min(1180px,100%);padding-top:24px;display:grid}.employee-dashboard>.portal-error,.employee-dashboard>.portal-loading{grid-column:1/-1}.employee-dashboard .employee-hero{grid-column:2;margin:0}.employee-dashboard .employee-page,.employee-dashboard .employee-two-column{grid-column:2}.employee-page-tabs{background:linear-gradient(#fffaf0,#f0f3e7);border-radius:14px;grid-area:1/1/span 2;align-content:start;gap:6px;margin:0;padding:14px;display:grid;position:sticky;top:24px}.employee-menu-title{border-bottom:1px solid var(--line);margin-bottom:6px;padding:10px 10px 14px}.employee-menu-title span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:850;display:block}.employee-menu-title strong{color:var(--ink);margin-top:4px;font-size:18px;display:block}.employee-page-tabs button{color:#344a3e;border-radius:10px;justify-content:flex-start;width:100%;min-height:44px;padding:0 12px}.employee-page-tabs button.active,.employee-page-tabs button:hover{color:var(--brand-dark);background:#dcebdd}.employee-page-tabs button.active{box-shadow:inset 4px 0 0 var(--brand)}.employee-hero{background:linear-gradient(135deg,#fffaf0f5,#e8eedbe6)}.employee-hero-compact{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);align-items:center}.employee-hero-stats span,.employee-kpi-card{background:#f6f1e4}.employee-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.employee-two-column{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.portal-error,.error-banner{color:#7d241d;background:#fbe1dc;border-color:#e6aca4}.empty-state,.portal-loading{color:var(--muted)}.company-profile-card,.metric-card,.panel,.portal-card,.employee-module{border-radius:12px}@media (width<=1050px){.employee-dashboard{grid-template-columns:1fr}.employee-dashboard .employee-hero,.employee-dashboard .employee-page,.employee-dashboard .employee-two-column,.employee-page-tabs{grid-column:1}.employee-page-tabs{flex-wrap:nowrap;align-items:center;display:flex;position:static;overflow-x:auto}.employee-menu-title{border-bottom:0;border-right:1px solid var(--line);min-width:190px;margin-bottom:0;padding:8px 14px 8px 6px}.employee-page-tabs button{white-space:nowrap;width:auto}.employee-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.portal-shell{padding:18px 14px 44px}.employee-hero-compact,.employee-hero-stats,.employee-kpi-grid,.employee-two-column{grid-template-columns:1fr}.employee-page-tabs{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;display:grid;overflow:visible}.employee-menu-title{border-right:0;border-bottom:1px solid var(--line);grid-column:1/-1;min-width:0;padding:4px 4px 12px}.employee-page-tabs button{white-space:normal;justify-content:flex-start;width:100%}}.portal-shell.employee-portal{padding:28px clamp(24px,3vw,48px) 72px}.employee-portal .portal-nav,.employee-dashboard{width:min(1760px,100%)}.employee-dashboard{grid-template-columns:300px minmax(0,1fr);gap:clamp(24px,2.4vw,42px)}.employee-page{gap:22px}.employee-dashboard .employee-hero,.employee-dashboard .employee-page,.employee-dashboard .employee-two-column{min-width:0}.employee-dashboard .employee-page .employee-two-column{grid-column:auto}.employee-dashboard>.employee-hero,.employee-dashboard>.employee-page,.employee-dashboard>.employee-two-column{grid-column:2}.employee-hero-compact{grid-template-columns:minmax(0,1fr) minmax(420px,.68fr);gap:clamp(24px,3vw,48px)}.employee-hero-stats{grid-template-columns:repeat(3,minmax(140px,1fr))}.employee-hero-stats span{min-height:86px;padding:18px}.employee-home-page .employee-kpi-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px}.employee-kpi-card{min-height:170px;padding:20px}.employee-kpi-card strong{font-size:36px}.employee-home-page .employee-two-column{grid-template-columns:minmax(520px,1.15fr) minmax(560px,.85fr);gap:22px}.employee-home-page .employee-module{min-height:320px}.profile-dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-dl>div{border:1px solid var(--line);background:#f6f1e4;border-radius:10px;min-width:0;padding:14px}.profile-dl dt{font-size:12px;font-weight:850}.profile-dl dd{overflow-wrap:anywhere;margin-top:6px;font-size:17px;line-height:1.25}.application-row,.application-row>span{min-width:0}.application-row strong,.application-row small{overflow-wrap:anywhere}.employee-page-card{min-height:min(620px,100dvh - 310px)}@media (width>=1500px){.employee-home-page .employee-kpi-grid{grid-template-columns:repeat(8,minmax(130px,1fr))}.employee-kpi-card{min-height:190px}}@media (width<=1280px){.employee-dashboard{grid-template-columns:280px minmax(0,1fr)}.employee-hero-compact,.employee-home-page .employee-two-column{grid-template-columns:1fr}}@media (width<=1050px){.employee-dashboard{grid-template-columns:1fr}.employee-home-page .employee-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.portal-shell.employee-portal{padding:18px 14px 44px}.employee-home-page .employee-kpi-grid,.profile-dl{grid-template-columns:1fr}}@media (width<=1050px){.employee-dashboard>.employee-hero,.employee-dashboard>.employee-page,.employee-dashboard>.employee-two-column,.employee-dashboard>.employee-page-tabs{grid-area:auto/1}.employee-page-tabs{width:100%;position:static}}@media (width<=720px){.employee-dashboard{gap:18px;width:100%}.employee-hero-compact,.employee-hero-stats,.employee-home-page .employee-kpi-grid,.employee-home-page .employee-two-column,.profile-dl{grid-template-columns:1fr}.employee-hero-stats span,.employee-kpi-card{min-width:0}}:root{--paper:#fff8ea;--paper-strong:#fffdf4;--canvas:#f5f0e2;--canvas-deep:#ebe8d8;--brand:#176043;--brand-dark:#0f3d2c;--brand-soft:#dfe9d7;--line:#d8d5c5;--muted:#687066;--glass-surface:linear-gradient(150deg, #ffffffd9, #f7f0e199);--glass-surface-strong:linear-gradient(150deg, #ffffffeb, #f4eedfd1);--glass-border:#2e3f3233;--glass-shadow-soft:0 16px 40px #1c2b1f29;--glass-shadow-strong:0 26px 60px #1c2b1f38;--glass-blur:14px}body,.site-shell,.app-shell,.portal-shell{background:radial-gradient(circle at 14% 9%,#dfe9d79e,#0000 28%),linear-gradient(#f7f2e6 0%,#fdf8ef 48%,#eceada 100%)}.site-nav,.portal-nav,.auth-card,.panel,.metric-card,.person-card,.payroll-card,.mini-card,.department-card,.job-card,.company-profile-card,.portal-card,.employee-page-tabs,.employee-hero,.employee-kpi-card,.employee-hero-stats span,.profile-dl>div{background:var(--glass-surface);border-color:var(--glass-border);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--glass-shadow-soft);transition:transform .22s,box-shadow .22s,background .22s}.employee-kpi-card:hover,.metric-card:hover,.panel:hover,.person-card:hover,.payroll-card:hover,.mini-card:hover,.department-card:hover,.job-card:hover,.company-profile-card:hover,.portal-card:hover,.employee-page-tabs:hover,.employee-hero:hover{box-shadow:var(--glass-shadow-strong);transform:translateY(-2px)}.employee-menu-button{color:var(--brand-dark);background:linear-gradient(160deg,#fffaeeeb,#efe8d8bf);border-color:#0f3d2c38;display:none}.employee-menu-backdrop,.employee-menu-close{display:none}.employee-menu-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.employee-page-tabs,.employee-hero,.portal-card,.employee-kpi-card,.employee-hero-stats span,.profile-dl>div{background:var(--glass-surface)}.employee-page-tabs{border-color:#d8d5c5}.employee-page-tabs button.active,.employee-page-tabs button:hover{background:#dde8d7}@media (width<=1050px){.employee-menu-button{display:inline-flex}.employee-menu-backdrop{z-index:49;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#0f1e183d;border:0;display:block;position:fixed;inset:0}.employee-page-tabs{z-index:50;transform-origin:0;width:min(360px,100vw - 28px);max-width:100%;max-height:100dvh;box-shadow:var(--glass-shadow-strong);background:var(--glass-surface-strong);-webkit-backdrop-filter:blur(var(--glass-blur));border-color:#0f3d2c42;border-radius:0 18px 18px 0;grid-template-columns:1fr;align-content:start;gap:8px;margin:0;padding:18px;transition:transform .22s cubic-bezier(.16,1,.3,1);display:grid;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-104%)}.employee-dashboard>.employee-page-tabs{position:fixed;left:0}.employee-page-tabs.open{transform:translate(0,0);box-shadow:0 24px 66px #0d1f163d}.employee-dashboard>.employee-page-tabs.open{position:fixed;left:0}.employee-menu-close{width:38px;height:38px;color:var(--brand-dark);background:#eef2e5;border-radius:10px;display:inline-flex}.employee-menu-title{border-right:0;border-bottom:1px solid var(--line);min-width:0;margin-bottom:8px;padding:8px 4px 14px}.employee-page-tabs button{white-space:normal;border-radius:12px;justify-content:flex-start;width:100%}.employee-page-tabs button.active,.employee-page-tabs button:hover{background:#d0dfcce0}}@media (width<=720px){.portal-shell.employee-portal{padding:16px 14px 42px}.employee-portal .portal-nav{grid-template-columns:1fr;align-items:start;gap:14px;display:grid}.employee-portal .portal-nav>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.employee-portal .portal-nav .button{gap:6px;min-height:42px;padding:0 10px;font-size:13px}.employee-dashboard{padding-top:16px}.employee-dashboard>.employee-hero{order:1}.employee-dashboard>.employee-page-tabs{order:0}.employee-dashboard>.employee-page,.employee-dashboard>.employee-two-column{order:2}.employee-hero,.portal-card,.employee-kpi-card,.employee-hero-stats span{border-radius:14px}}.hero-copy h1,.workspace-top h1,.employee-hero h1,.auth-route-content h1,.auth-route-card h2,.testimonial-item p,.portal-card h2{text-wrap:balance}.site-footer{color:var(--ink);background:linear-gradient(160deg,#fffbf3eb,#f0ecdedb);border:1px solid #2e3f3229;box-shadow:0 24px 56px #1f3f2e1a}.site-footer h3,.site-footer a,.site-footer p,.footer-bottom{color:var(--ink)}.footer-contact{background:#ffffff75;border:1px solid #2e3f321f}.footer-bottom{border-top-color:#2e3f321f}.access-cta-card h3{color:var(--ink);margin:0 0 10px;font-size:30px;line-height:1.04}.access-cta-card>p:not(.eyebrow):not(.error-text){color:var(--muted);margin:0 0 18px;line-height:1.7}.access-cta-stack,.access-note-list,.auth-route-list,.employee-rail-links{gap:12px;display:grid}.access-note-list{margin-top:18px}.access-note-list span{color:var(--ink);align-items:center;gap:10px;font-weight:600;display:inline-flex}.access-note-list svg{color:var(--brand)}.auth-route-shell{min-height:100dvh;padding-bottom:48px}.auth-route-nav{-webkit-backdrop-filter:blur(14px);background:linear-gradient(150deg,#ffffffc7,#f4efe2a8);border:1px solid #2e3f3229;border-radius:20px;width:min(1260px,100%);min-height:76px;padding:8px 14px;box-shadow:0 18px 44px #1f3f2e1a}.auth-route-layout{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:stretch;gap:28px;width:min(1260px,100%);margin:28px auto 0;display:grid}.auth-route-content{align-content:start;gap:18px;padding:24px 4px;display:grid}.auth-route-content h1,.auth-route-card h2{color:var(--ink);letter-spacing:-.02em;margin:0;font-size:clamp(42px,5vw,72px);line-height:.98}.auth-route-card h2{letter-spacing:-.01em;font-size:34px;line-height:1.04}.auth-route-content>p:not(.eyebrow),.auth-route-card>p:not(.eyebrow):not(.error-text){max-width:64ch;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.auth-route-kpis,.employee-module-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.auth-route-kpi,.employee-module-stat{background:linear-gradient(150deg,#ffffffa3,#f0ebdd85);border:1px solid #2e3f3224;border-radius:16px;min-width:0;padding:18px;box-shadow:inset 0 1px #fff9}.auth-route-kpi strong,.employee-module-stat strong{color:var(--ink);font-size:clamp(24px,3vw,34px);line-height:1;display:block}.auth-route-kpi span,.employee-module-stat span{color:var(--ink);margin-top:8px;font-size:14px;font-weight:700;display:block}.auth-route-kpi small,.employee-module-stat small{color:var(--muted);margin-top:4px;line-height:1.5;display:block}.auth-route-list-item{background:linear-gradient(160deg,#ffffffb3,#efeadb8a);border:1px solid #2e3f321f;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex;box-shadow:0 16px 34px #1f3f2e14}.auth-route-list-item strong,.employee-rail-link strong,.employee-rail-card h3{color:var(--ink)}.auth-route-list-item small,.employee-rail-link small{color:var(--muted);margin-top:5px;line-height:1.55;display:block}.auth-route-card{align-self:start;padding:26px}.auth-route-card .segmented{margin-bottom:22px}.auth-route-card form{margin-top:14px}.employee-access-shell .auth-route-card{gap:16px;display:grid}.employee-dashboard{grid-template-columns:300px minmax(0,1fr)}.employee-company-chip{background:linear-gradient(155deg,#dfe9d7e0,#f8f3e7c2);border-radius:14px;width:100%;margin-bottom:8px;box-shadow:inset 0 1px #ffffff8f}.employee-module-layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:start;gap:22px}.employee-page-card{grid-column:2;min-height:0}.employee-module-stats{margin-bottom:18px}.employee-rail{grid-column:1;gap:16px;display:grid;position:sticky;top:24px}.employee-rail-card{padding:20px}.employee-rail-card h3{margin:0 0 14px;font-size:22px}.employee-rail-contact{gap:14px;margin:0;display:grid}.employee-rail-contact dt{color:var(--muted);font-size:12px;font-weight:700}.employee-rail-contact dd{color:var(--ink);margin:6px 0 0;font-size:16px;line-height:1.35}.employee-rail-link{border-top:1px solid #2e3f321a;width:100%;padding:12px 0}.employee-rail-link:first-child{border-top:0;padding-top:0}.employee-rail-link:last-child{padding-bottom:0}.employee-portal .portal-nav>div{gap:12px}.employee-page-tabs .employee-menu-close{display:none}@media (width<=1050px){.auth-route-layout,.employee-module-layout{grid-template-columns:1fr}.auth-route-content,.auth-route-card{padding-left:0;padding-right:0}.employee-module-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.employee-page-card,.employee-rail{grid-column:auto}.employee-rail{position:static}}@media (width<=720px){.auth-route-nav{border-radius:18px;padding:10px 12px}.auth-route-nav>div,.employee-portal .portal-nav>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.auth-route-layout{gap:22px;margin-top:18px}.auth-route-card{order:1}.auth-route-content{order:2}.auth-route-content h1,.auth-route-card h2{font-size:clamp(34px,10vw,46px)}.auth-route-kpis,.employee-module-stats{grid-template-columns:1fr}.auth-route-list-item{display:grid}.site-footer{grid-template-columns:1fr;padding:28px}.footer-contact{padding:20px}}
