:root{
  --bg:#eef5fb;--surface:#fff;--surface-2:#f7fafc;--text:#16324a;--muted:#61768a;
  --blue:#0b4f8a;--blue-2:#1168b1;--blue-soft:#e7f2fb;--green:#16785d;--green-2:#23936f;
  --line:#d9e5ef;--shadow:0 22px 55px rgba(22,50,74,.12);--radius:28px;--font-scale:1;
}
*{box-sizing:border-box}html{font-size:calc(16px * var(--font-scale));background:var(--bg);overscroll-behavior:none}
body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:linear-gradient(145deg,#f8fbfe 0%,#edf5fb 48%,#e9f2f9 100%);overflow-x:hidden;-webkit-tap-highlight-color:transparent}
button,a{font:inherit}button{color:inherit}.skip-link{position:fixed;left:12px;top:-100px;z-index:99;background:#111;color:#fff;padding:12px 18px;border-radius:12px}.skip-link:focus{top:12px}
.ambient{position:fixed;border-radius:50%;filter:blur(2px);pointer-events:none;opacity:.45}.ambient-a{width:460px;height:460px;right:-180px;top:-210px;background:radial-gradient(circle,#b9dffb 0%,rgba(185,223,251,0) 70%)}.ambient-b{width:360px;height:360px;left:-180px;bottom:-190px;background:radial-gradient(circle,#bfe4d8 0%,rgba(191,228,216,0) 72%)}
.topbar{height:108px;padding:20px clamp(24px,4vw,54px);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:4}.brand{display:flex;align-items:center;gap:15px}.brand-mark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#0b65ad);box-shadow:0 12px 26px rgba(11,79,138,.25)}.brand-mark svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-size:1.35rem;line-height:1}.brand-copy span{font-size:.82rem;color:var(--muted);font-weight:650;margin-top:5px}.access-trigger{min-height:54px;padding:0 18px;border:1px solid var(--line);background:rgba(255,255,255,.86);border-radius:18px;display:flex;align-items:center;gap:10px;font-weight:750;color:var(--blue);box-shadow:0 8px 24px rgba(22,50,74,.06);cursor:pointer}.access-trigger svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:32px 0 34px;position:relative;z-index:2}.hero{text-align:center;max-width:820px;margin:20px auto 44px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:#edf8f4;color:var(--green);font-size:.82rem;font-weight:800;border:1px solid #cbe9df}.pulse{width:9px;height:9px;border-radius:50%;background:var(--green-2);box-shadow:0 0 0 6px rgba(35,147,111,.10)}.hero h1{font-size:clamp(2.3rem,5.6vw,4.15rem);letter-spacing:-.05em;line-height:.98;margin:20px 0 14px;color:#123a59}.hero p{margin:0;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem);font-weight:560}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.category-card{position:relative;min-height:250px;border:1px solid #cfe0ee;border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,251,255,.98));padding:32px;text-align:left;display:grid;grid-template-columns:88px 1fr 58px;align-items:center;gap:22px;cursor:pointer;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.category-card:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(var(--blue-2),var(--blue))}.category-card:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-110px;top:-120px;background:radial-gradient(circle,rgba(17,104,177,.10),rgba(17,104,177,0) 68%)}.category-card--green:before{background:linear-gradient(var(--green-2),var(--green))}.category-card--green:after{background:radial-gradient(circle,rgba(35,147,111,.10),rgba(35,147,111,0) 68%)}.category-card:hover,.category-card:focus-visible{transform:translateY(-4px);box-shadow:0 28px 65px rgba(22,50,74,.17);border-color:#aac9df;outline:none}.category-card:active{transform:scale(.985)}.category-icon{width:88px;height:88px;border-radius:24px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.category-card--green .category-icon{background:#e7f5f0;color:var(--green)}.category-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.category-content{display:flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;z-index:1}.category-content small{font-size:.79rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:800}.category-content strong{font-size:2.3rem;line-height:1;color:var(--blue);letter-spacing:-.035em}.category-card--green .category-content strong{color:var(--green)}.category-content>span{color:var(--muted);font-size:.95rem;line-height:1.45;max-width:390px;font-weight:560}.category-arrow{width:56px;height:56px;border-radius:18px;background:var(--blue);display:grid;place-items:center;color:#fff;position:relative;z-index:1;box-shadow:0 10px 24px rgba(11,79,138,.2)}.category-card--green .category-arrow{background:var(--green);box-shadow:0 10px 24px rgba(22,120,93,.2)}.category-arrow svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.help-strip{margin-top:24px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.72);padding:17px 20px;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--muted);backdrop-filter:blur(12px)}.help-strip>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.help-strip strong{color:var(--text)}.help-icon{width:38px;height:38px;border-radius:12px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue);flex:0 0 auto}.help-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer{height:64px;padding:0 clamp(24px,4vw,54px);display:flex;align-items:center;justify-content:center;color:#72879a;font-size:.8rem;font-weight:650;position:relative;z-index:2}.footer-home{margin-left:auto;border:0;background:var(--blue);color:#fff;border-radius:14px;padding:10px 16px;font-weight:800}
.service-screen{position:fixed;inset:0;z-index:10;background:linear-gradient(145deg,#f8fbfe,#edf5fb);overflow:auto}.service-screen__inner{width:min(1180px,calc(100% - 44px));margin:0 auto;padding:32px 0 44px}.service-head{display:grid;grid-template-columns:150px 1fr 120px;align-items:center;gap:26px;margin-bottom:28px}.back-button{height:58px;border:1px solid var(--line);background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;color:var(--blue);cursor:pointer;box-shadow:0 8px 24px rgba(22,50,74,.06)}.back-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.service-title-wrap{text-align:center}.service-title-wrap>span{text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;color:var(--muted);font-weight:800}.service-title-wrap h2{margin:4px 0 6px;font-size:2.45rem;color:var(--blue);letter-spacing:-.04em}.service-title-wrap p{margin:0;color:var(--muted);font-weight:560}.service-count{justify-self:end;width:72px;height:72px;border-radius:22px;background:var(--blue-soft);display:grid;place-items:center;font-size:1.35rem;font-weight:900;color:var(--blue)}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card{min-height:180px;border:1px solid #d5e3ee;background:#fff;border-radius:24px;padding:23px;display:grid;grid-template-columns:68px 1fr 50px;gap:18px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 15px 34px rgba(22,50,74,.08);transition:.18s ease}.service-card:hover,.service-card:focus-visible{border-color:#9fc4de;box-shadow:0 20px 45px rgba(22,50,74,.13);transform:translateY(-2px);outline:none}.service-card__icon{width:68px;height:68px;border-radius:20px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.service-card__icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card__copy small{display:block;color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}.service-card__copy strong{display:block;font-size:1.15rem;line-height:1.15;margin-bottom:8px}.service-card__copy p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.42}.service-card__arrow{width:46px;height:46px;border-radius:16px;background:#f2f7fb;color:var(--blue);display:grid;place-items:center}.service-card__arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.modal-backdrop,.access-backdrop,.idle-warning{position:fixed;inset:0;z-index:30;background:rgba(9,30,47,.55);display:grid;place-items:center;padding:24px;backdrop-filter:blur(8px)}.modal-backdrop[hidden],.access-backdrop[hidden],.idle-warning[hidden]{display:none}.modal{width:min(620px,100%);background:#fff;border-radius:30px;padding:34px;box-shadow:0 35px 90px rgba(9,30,47,.32);position:relative;text-align:center}.modal-close{position:absolute;right:18px;top:18px;width:46px;height:46px;border-radius:15px;border:1px solid var(--line);background:#f6f9fb;font-size:1.65rem;line-height:1;cursor:pointer;color:var(--muted)}.modal-icon{width:80px;height:80px;margin:4px auto 18px;border-radius:24px;background:var(--blue-soft);display:grid;place-items:center;color:var(--blue)}.modal-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.modal-label{display:block;color:var(--blue);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.modal h2{font-size:1.8rem;margin:6px 0 10px;letter-spacing:-.03em}.modal>p{margin:0 auto 18px;max-width:500px;color:var(--muted);line-height:1.5}.modal-hint,.privacy-note{display:flex;align-items:flex-start;gap:12px;text-align:left;padding:14px 16px;border-radius:16px;background:#f6f9fb;color:var(--muted);font-size:.88rem;margin-top:10px}.modal-hint svg,.privacy-note svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.privacy-note{background:#f0f8f5}.privacy-note svg{stroke:var(--green)}.modal-actions{display:grid;grid-template-columns:1fr 1.45fr;gap:12px;margin-top:22px}.modal-actions button,.modal-actions a{min-height:58px;border-radius:17px;font-weight:850;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.secondary-button{border:1px solid var(--line);background:#fff;color:var(--text)}.primary-button{border:0;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 12px 28px rgba(11,79,138,.22)}
.access-panel{width:min(560px,100%);background:#fff;border-radius:30px;padding:28px;position:relative;box-shadow:0 35px 90px rgba(9,30,47,.32)}.access-head{display:flex;justify-content:space-between;align-items:flex-start;padding-right:55px;margin-bottom:20px}.access-head span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:850}.access-head h2{margin:4px 0 0;font-size:1.8rem}.access-options{display:grid;gap:10px}.access-options button{border:1px solid var(--line);background:#f9fbfd;border-radius:18px;padding:14px;text-align:left;display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;cursor:pointer}.access-option-icon{width:52px;height:52px;border-radius:16px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:1.1rem}.access-options strong{display:block}.access-options small{display:block;color:var(--muted);margin-top:3px}.reset-access{margin-top:15px;width:100%;min-height:52px;border:0;border-radius:16px;background:#edf3f7;color:var(--blue);font-weight:850;cursor:pointer}.idle-card{width:min(430px,100%);background:#fff;border-radius:28px;padding:30px;text-align:center;box-shadow:0 35px 90px rgba(9,30,47,.32)}.idle-clock{width:86px;height:86px;border-radius:50%;margin:0 auto 18px;background:var(--blue-soft);display:grid;place-items:center;font-size:2.1rem;color:var(--blue);font-weight:900}.idle-card h2{font-size:1.7rem;margin:0 0 8px}.idle-card p{color:var(--muted);line-height:1.5}.idle-card button{width:100%;min-height:58px;border:0;border-radius:17px;background:var(--blue);color:#fff;font-weight:900;font-size:1rem;margin-top:10px}
body.high-contrast{--bg:#000;--surface:#000;--surface-2:#000;--text:#fff;--muted:#fff;--blue:#ffeb00;--blue-2:#ffeb00;--blue-soft:#1b1b1b;--green:#00ff9d;--green-2:#00ff9d;--line:#fff;background:#000;color:#fff}.high-contrast .category-card,.high-contrast .service-card,.high-contrast .modal,.high-contrast .access-panel,.high-contrast .idle-card,.high-contrast .access-trigger,.high-contrast .back-button{background:#000;color:#fff;border-color:#fff}.high-contrast .category-content strong,.high-contrast .service-title-wrap h2,.high-contrast .service-card__copy small,.high-contrast .access-trigger,.high-contrast .back-button{color:#ffeb00}.high-contrast .primary-button,.high-contrast .idle-card button{background:#ffeb00;color:#000}.high-contrast .help-strip{background:#000;border-color:#fff;color:#fff}.reduce-motion *,@media(prefers-reduced-motion:reduce){animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(max-width:860px){.topbar{height:auto;padding:18px 20px}.brand-mark{width:52px;height:52px}.brand-copy strong{font-size:1.14rem}.brand-copy span{font-size:.74rem}.access-trigger span{display:none}.access-trigger{width:52px;padding:0;justify-content:center}.shell{width:min(100% - 30px,720px);padding-top:10px}.hero{margin:18px auto 30px}.hero h1{font-size:clamp(2.1rem,8.5vw,3.4rem)}.category-grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:180px;grid-template-columns:72px 1fr 48px;padding:23px;gap:16px}.category-icon{width:72px;height:72px;border-radius:20px}.category-icon svg{width:40px;height:40px}.category-content strong{font-size:1.9rem}.category-content>span{font-size:.89rem}.category-arrow{width:48px;height:48px;border-radius:15px}.help-strip{align-items:flex-start;justify-content:flex-start}.help-strip>div:last-child{display:block}.help-strip span{display:block;margin-top:3px}.footer{padding:0 20px;text-align:center}.service-screen__inner{width:calc(100% - 30px);padding-top:18px}.service-head{grid-template-columns:110px 1fr;gap:14px;align-items:start}.back-button{height:52px}.service-title-wrap{text-align:left}.service-title-wrap h2{font-size:2rem}.service-count{display:none}.service-grid{grid-template-columns:1fr}.service-card{min-height:148px;grid-template-columns:58px 1fr 42px;padding:18px;gap:14px}.service-card__icon{width:58px;height:58px}.service-card__copy strong{font-size:1.05rem}.modal{padding:28px 20px 22px}.modal-actions{grid-template-columns:1fr}.modal-actions .primary-button{grid-row:1}.modal-actions .secondary-button{grid-row:2}}
@media(max-width:520px){.brand-copy span{max-width:180px}.category-card{grid-template-columns:64px 1fr;padding:20px}.category-icon{width:64px;height:64px}.category-arrow{display:none}.category-content strong{font-size:1.68rem}.service-head{grid-template-columns:1fr}.back-button{width:120px}.service-title-wrap{order:2}.service-card{grid-template-columns:52px 1fr}.service-card__arrow{display:none}.service-card__icon{width:52px;height:52px;border-radius:16px}.footer{font-size:.72rem}}
