@charset "UTF-8";
:root{
  --navy:#263b63;--navy-deep:#172846;--blue:#30499a;--blue-2:#4865c4;--cyan:#36b9df;--cyan-soft:#dff7ff;--red:#ed2631;--red-deep:#c51e28;
  --ink:#17223a;--muted:#6e7b94;--soft:#f3f7fd;--soft-blue:#edf4ff;--line:#dce5f2;--white:#fff;--success:#19a56f;--warning:#e49927;
  --shadow:0 18px 55px rgba(31,61,108,.11);--shadow-soft:0 10px 35px rgba(31,61,108,.08);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:12px;
  --ease:cubic-bezier(.22,1,.36,1);--sidebar:272px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--soft);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:var(--font)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{display:block;max-width:100%}svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}button,a,input,select,textarea{outline-offset:3px}:focus-visible{outline:3px solid rgba(54,185,223,.34)}[hidden]{display:none!important}.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:var(--ink);color:#fff;padding:12px 16px;border-radius:12px}.skip-link:focus{top:16px}.glass-panel{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.92);box-shadow:var(--shadow);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.overview-date-filter{margin:14px 0;padding:10px 14px;border-radius:18px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.overview-date-filter label{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:760;color:var(--navy)}.overview-date-filter input{min-height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 10px;color:var(--ink)}
.button{min-height:44px;border:0;border-radius:14px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;font-weight:760;cursor:pointer;transition:.22s var(--ease);white-space:nowrap}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 62%,var(--blue-2) 100%);box-shadow:0 12px 26px rgba(48,73,154,.22)}.button--primary:hover{box-shadow:0 15px 32px rgba(48,73,154,.3)}.button--soft{background:rgba(239,244,252,.92);color:var(--navy);border:1px solid var(--line)}.button--soft:hover{background:#e8f0fb}.button--ghost{background:transparent;color:var(--navy);border:1px solid var(--line)}.button--quiet{background:var(--soft-blue);color:var(--navy);border:1px solid #d9e6fb}.icon-button{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.8);display:inline-grid;place-items:center;cursor:pointer;transition:.2s var(--ease);flex:0 0 auto}.icon-button:hover{background:#fff;transform:translateY(-1px);box-shadow:var(--shadow-soft)}.icon-button svg{width:18px;height:18px}.icon-button--accent{background:var(--navy);color:#fff;border-color:transparent}.text-button{border:0;background:transparent;padding:0;color:var(--blue);font-size:.78rem;font-weight:760;cursor:pointer}.text-button:hover{text-decoration:underline}.text-button--danger{color:var(--red)}
.toast{margin:0 0 16px;padding:13px 16px;border-radius:16px;display:flex;align-items:center;gap:10px;font-weight:650;box-shadow:var(--shadow-soft)}.toast span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:900}.toast--success{background:#e9f9f2;color:#116b4c;border:1px solid #c9efdf}.toast--success span{background:#c7efdd}.toast--error{background:#fff0f1;color:#a8212a;border:1px solid #f4c7cb}.toast--error span{background:#f6ced1}
/* Public website */
.public-shell{background:#f8fbff}.public-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.public-header{position:sticky;top:0;z-index:50;padding:14px 0;background:rgba(248,251,255,.84);backdrop-filter:blur(20px);border-bottom:1px solid rgba(220,229,242,.7)}.public-header__inner{min-height:64px;display:flex;align-items:center;gap:34px}.public-brand{width:184px;flex:0 0 auto}.public-brand img{width:100%;height:62px;object-fit:contain}.public-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.public-nav a{font-size:.83rem;font-weight:680;color:#54617a}.public-nav a:hover{color:var(--blue)}.public-nav .nav-login{display:none}.public-header__actions{display:flex;align-items:center;gap:10px}.nav-toggle{display:none}.public-hero{padding:70px 0 90px;overflow:hidden;background:radial-gradient(circle at 90% 8%,rgba(54,185,223,.14),transparent 34%),radial-gradient(circle at 10% 65%,rgba(48,73,154,.09),transparent 35%)}.public-hero__grid{display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center}.public-hero__copy h1,.service-hero-public h1{font-size:clamp(2.9rem,5.3vw,5.35rem);line-height:.99;letter-spacing:-.055em;max-width:780px;margin:20px 0 22px;color:var(--navy-deep)}.public-hero__copy>p,.service-hero-public__grid>div>p{font-size:1.12rem;line-height:1.75;color:var(--muted);max-width:650px}.live-indicator{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.live-indicator i{width:8px;height:8px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 6px rgba(54,185,223,.13)}.public-hero__actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.public-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.public-proof div{border-left:2px solid #dfe8f5;padding-left:15px}.public-proof strong{display:block;font-size:1.08rem;color:var(--navy)}.public-proof span{font-size:.75rem;color:var(--muted)}.public-hero__visual{padding:12px;border-radius:36px;position:relative}.public-hero__visual>img{width:100%;height:590px;object-fit:cover;border-radius:27px}.hero-service-console{position:absolute;left:-45px;right:25px;bottom:25px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.96);box-shadow:0 22px 60px rgba(21,48,90,.18);backdrop-filter:blur(18px);border-radius:24px;padding:18px}.hero-service-console header{padding:2px 4px 12px}.hero-service-console header span{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.hero-service-console header strong{font-size:.92rem;color:var(--navy)}.hero-service-console a{display:grid;grid-template-columns:32px 1fr 24px;gap:10px;align-items:center;padding:12px 5px;border-top:1px solid var(--line)}.hero-service-console a>span{font-size:.65rem;color:var(--cyan);font-weight:850}.hero-service-console a div{display:grid}.hero-service-console a strong{font-size:.82rem}.hero-service-console a small{font-size:.68rem;color:var(--muted)}.hero-service-console a b{color:var(--blue)}.public-service-band,.public-process,.public-coverage,.service-catalogue{padding:100px 0}.public-service-band{background:#fff}.public-section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:50px}.public-section-head span,.process-intro>span,.coverage-grid>div>span,.service-hero-public__grid>div>span{font-size:.69rem;text-transform:uppercase;letter-spacing:.13em;font-weight:850;color:var(--blue)}.public-section-head h2,.process-intro h2,.coverage-grid h2{font-size:clamp(2.25rem,4vw,4rem);line-height:1.04;letter-spacing:-.045em;margin:10px 0 0;color:var(--navy-deep)}.public-section-head>p,.process-intro>p,.coverage-grid>div>p{color:var(--muted);line-height:1.75;margin:0}.public-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.public-service-grid article{padding:34px;border-radius:26px;background:linear-gradient(155deg,#f7faff,#fff);border:1px solid var(--line);min-height:310px;display:flex;flex-direction:column;transition:.25s var(--ease)}.public-service-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.public-service-grid article>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--soft-blue);color:var(--blue);font-size:.7rem;font-weight:900}.public-service-grid h3{font-size:1.5rem;line-height:1.15;margin:30px 0 12px;color:var(--navy)}.public-service-grid p{font-size:.88rem;color:var(--muted);line-height:1.7}.public-service-grid a{margin-top:auto;color:var(--blue);font-weight:780;font-size:.8rem}.public-process{background:linear-gradient(135deg,#172846 0%,#263b63 58%,#30499a 100%);color:#fff}.public-process .process-intro>span,.public-process .process-intro h2{color:#fff}.public-process .process-intro>p{color:#cbd7ea}.process-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.process-list{list-style:none;margin:0;padding:0;display:grid}.process-list li{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:24px 0;border-top:1px solid rgba(255,255,255,.15)}.process-list li>span{width:38px;height:38px;border-radius:13px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-weight:850;color:#9ee6fa}.process-list h3{margin:0 0 6px;font-size:1rem}.process-list p{margin:0;color:#cbd7ea;font-size:.83rem}.public-coverage{background:radial-gradient(circle at 85% 20%,rgba(54,185,223,.16),transparent 35%),#f6f9fd}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.coverage-grid .button{margin-top:24px}.coverage-map-card{border-radius:32px;padding:28px;display:grid;gap:12px}.coverage-map-card>div{padding:20px;border-radius:18px;background:rgba(245,249,255,.8);border:1px solid #e3ebf6}.coverage-map-card strong{display:block;font-size:.86rem;color:var(--navy)}.coverage-map-card span{font-size:.76rem;color:var(--muted)}.public-footer{background:#182845;color:#fff;padding:65px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,.75fr);gap:50px}.footer-brand img{width:210px;height:105px;object-fit:contain;background:#fff;border-radius:18px;padding:8px}.footer-brand p{color:#aebcd2;font-size:.82rem;max-width:330px}.footer-grid>div{display:grid;align-content:start;gap:9px}.footer-grid h2{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:#8edff6}.footer-grid a,.footer-grid span{font-size:.78rem;color:#bdc8d9}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;color:#8292aa;font-size:.7rem}.mobile-actions{display:none}.service-hero-public{padding:70px 0 85px}.service-hero-public__grid{display:grid;grid-template-columns:1fr .88fr;gap:70px;align-items:center}.service-hero-public figure{margin:0;padding:12px;border-radius:34px}.service-hero-public figure img{height:500px;width:100%;object-fit:cover;border-radius:26px}.service-hero-public figcaption{padding:15px 10px 5px;display:grid}.service-hero-public figcaption strong{font-size:.86rem;color:var(--navy)}.service-hero-public figcaption span{font-size:.73rem;color:var(--muted)}.service-catalogue{background:#fff}.service-catalogue__list{display:grid}.service-catalogue__list article{display:grid;grid-template-columns:46px 1fr 170px 46px;gap:22px;align-items:center;padding:25px 0;border-top:1px solid var(--line)}.service-catalogue__list article>span{font-size:.68rem;color:var(--cyan);font-weight:900}.service-catalogue__list h3{margin:0 0 5px;font-size:1rem;color:var(--navy)}.service-catalogue__list p{margin:0;color:var(--muted);font-size:.79rem}.service-catalogue__list article>strong{text-align:right;font-size:.78rem;color:var(--blue)}.public-process--blue{background:linear-gradient(135deg,#edf5ff,#f8fbff);color:var(--ink)}.public-process--blue .process-intro>span{color:var(--blue)}.public-process--blue .process-intro h2{color:var(--navy-deep)}.public-process--blue .process-intro>p{color:var(--muted)}.requirement-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.requirement-list article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px}.requirement-list strong{display:block;color:var(--navy);font-size:.9rem}.requirement-list p{margin:7px 0 0;color:var(--muted);font-size:.77rem}.request-page{padding:42px 0 90px;background:radial-gradient(circle at 15% 12%,rgba(54,185,223,.14),transparent 30%),#f4f8fd}.request-layout{display:grid;grid-template-columns:390px 1fr;gap:24px;align-items:start}.request-aside{position:sticky;top:110px;border-radius:32px;padding:30px}.request-aside>img{width:215px;height:118px;object-fit:contain;margin-bottom:45px}.request-aside>div>span{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.request-aside h1{font-size:2.4rem;line-height:1.04;letter-spacing:-.045em;margin:10px 0 18px;color:var(--navy-deep)}.request-aside p{color:var(--muted);font-size:.83rem}.request-emergency-note{margin:28px 0;padding:18px;border-radius:18px;background:#fff1f2;border:1px solid #f3ccd0}.request-emergency-note strong{color:var(--red-deep);font-size:.82rem}.request-emergency-note p{margin:5px 0 0;color:#9d5158;font-size:.73rem}.request-aside dl{display:grid;gap:12px;margin:0}.request-aside dl div{display:flex;justify-content:space-between;gap:15px;padding-top:12px;border-top:1px solid var(--line)}.request-aside dt{font-size:.69rem;color:var(--muted)}.request-aside dd{margin:0;text-align:right;font-size:.7rem;font-weight:750;color:var(--navy)}.request-form{border-radius:32px;padding:34px}.request-form__head{display:flex;justify-content:space-between;align-items:start;gap:20px}.request-form__head span:first-child{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.request-form__head h2{font-size:2rem;letter-spacing:-.035em;margin:5px 0;color:var(--navy-deep)}.request-form__head>span:last-child{font-size:.7rem;color:var(--muted);background:var(--soft-blue);padding:8px 11px;border-radius:12px}.form-progress{height:5px;background:#e3eaf4;border-radius:999px;margin:24px 0 16px;overflow:hidden}.form-progress i{display:block;height:100%;width:33.333%;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:inherit;transition:width .3s var(--ease)}.form-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:28px}.form-steps span{font-size:.66rem;color:#99a4b7}.form-steps span.is-active{color:var(--blue);font-weight:800}.form-section{padding:22px 0;border-top:1px solid var(--line)}.form-section h3{font-size:.86rem;color:var(--navy);margin-bottom:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span-2{grid-column:1/-1}.stack-form{display:grid;gap:15px}.form-grid label,.stack-form label,.report-toolbar label{display:grid;gap:7px;color:#4f5d75;font-size:.71rem;font-weight:720}.form-grid input,.form-grid select,.form-grid textarea,.stack-form input,.stack-form select,.stack-form textarea,.quick-resource-form input,.quick-resource-form select,.report-toolbar input,.table-toolbar input,.table-toolbar select,.drawer select,.drawer textarea{width:100%;border:1px solid #d7e1ef;border-radius:13px;background:rgba(255,255,255,.88);color:var(--ink);padding:12px 13px;font-size:.8rem;transition:.18s}.form-grid textarea,.stack-form textarea,.drawer textarea{resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.quick-resource-form input:focus,.quick-resource-form select:focus,.report-toolbar input:focus,.table-toolbar input:focus,.table-toolbar select:focus,.drawer select:focus,.drawer textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(54,185,223,.11);outline:0}.form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.review-intro span{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.review-intro h3{font-size:1.45rem;margin:8px 0}.review-intro p{font-size:.8rem;color:var(--muted)}.review-panel{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:20px 0}.review-panel>div{background:#f6f9fd;border:1px solid #e2e9f3;border-radius:15px;padding:13px}.review-panel strong{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:#8894a7}.review-panel span{font-size:.78rem;color:var(--ink)}.check-card{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:11px;padding:13px;border:1px solid #dce5f2;border-radius:15px;background:#f8fbff;cursor:pointer}.check-card input{width:17px!important;height:17px;margin:2px 0 0;accent-color:var(--blue);flex:0 0 auto}.check-card span{display:grid;gap:2px}.check-card strong{font-size:.76rem;color:var(--navy)}.check-card small{font-size:.65rem;color:var(--muted);font-weight:500}.consent-card{margin-top:20px}.confirmation-page{min-height:72vh;display:grid;place-items:center;padding:70px 20px;background:radial-gradient(circle at center,rgba(54,185,223,.13),transparent 45%),#f5f9fe}.confirmation-card{max-width:650px;border-radius:34px;padding:45px;text-align:center}.confirmation-card>img{width:210px;height:115px;object-fit:contain;margin:0 auto 18px}.confirmation-check{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e6f8f1;color:var(--success);font-size:1.4rem;font-weight:900;margin:0 auto 16px}.confirmation-card>p:first-of-type{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.confirmation-card h1{font-size:2.5rem;color:var(--navy);margin:8px 0}.confirmation-card p{color:var(--muted)}.confirmation-actions{display:flex;justify-content:center;gap:10px;margin:26px 0}.confirmation-card>small{color:#8d98aa}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#f4f8fd}.login-visual{padding:50px 7vw;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 80% 15%,rgba(54,185,223,.25),transparent 32%),linear-gradient(145deg,#172846,#263b63 62%,#30499a);color:#fff}.login-brand{width:230px;background:#fff;border-radius:20px;padding:8px 13px}.login-brand img{height:102px;width:100%;object-fit:contain}.login-visual__copy{max-width:650px}.login-visual__copy .live-indicator{color:#9deaff}.login-visual__copy h1{font-size:clamp(3rem,5.4vw,5.6rem);line-height:.96;letter-spacing:-.055em;margin:20px 0}.login-visual__copy p{max-width:560px;color:#c5d1e3;font-size:1rem}.login-feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.login-feature-strip>div{border-top:1px solid rgba(255,255,255,.18);padding-top:14px;display:grid}.login-feature-strip strong{font-size:.78rem}.login-feature-strip span{font-size:.66rem;color:#aebdd1}.login-panel{display:grid;place-items:center;padding:35px}.login-panel form{width:min(460px,100%);border-radius:32px;padding:40px;display:grid;gap:17px}.form-heading span{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.form-heading h2{font-size:2.1rem;margin:7px 0;color:var(--navy-deep)}.form-heading p{font-size:.8rem;color:var(--muted)}.login-help{font-size:.68rem;color:var(--muted);text-align:center}
/* Dashboard shell */
.dashboard-shell{min-height:100vh;background:linear-gradient(145deg,#f4f8ff,#eef4fc 50%,#f8fbff);overflow-x:hidden}.ambient-orb{position:fixed;border-radius:50%;filter:blur(3px);pointer-events:none;z-index:0}.ambient-orb--one{width:420px;height:420px;right:-120px;top:-140px;background:radial-gradient(circle,rgba(54,185,223,.18),transparent 68%)}.ambient-orb--two{width:360px;height:360px;left:18%;bottom:-180px;background:radial-gradient(circle,rgba(48,73,154,.1),transparent 68%)}.ops-sidebar{position:fixed;z-index:60;inset:16px auto 16px 16px;width:var(--sidebar);border-radius:30px;padding:20px 16px;display:flex;flex-direction:column;overflow:auto}.ops-brand{display:grid;justify-items:center;border-bottom:1px solid var(--line);padding:0 8px 18px}.ops-brand img{width:205px;height:108px;object-fit:contain}.ops-brand span{font-size:.63rem;text-transform:uppercase;letter-spacing:.12em;color:#8490a3;font-weight:800;margin-top:-3px}.ops-sidebar__status{display:flex;align-items:center;gap:10px;padding:14px 10px}.ops-sidebar__status>span{width:9px;height:9px;background:var(--success);border-radius:50%;box-shadow:0 0 0 6px rgba(25,165,111,.11)}.ops-sidebar__status div{display:grid}.ops-sidebar__status strong{font-size:.7rem;color:var(--navy)}.ops-sidebar__status small{font-size:.61rem;color:var(--muted)}.ops-nav{display:grid;gap:4px;margin-top:3px}.ops-nav__label{font-size:.58rem;text-transform:uppercase;letter-spacing:.13em;color:#9aa5b7;font-weight:850;padding:15px 11px 5px}.ops-nav a{min-height:44px;padding:0 12px;border-radius:14px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;color:#68758d;font-size:.75rem;font-weight:700;transition:.2s var(--ease)}.ops-nav a svg{width:18px;height:18px}.ops-nav a em{font-style:normal;font-size:.54rem;text-transform:uppercase;letter-spacing:.08em;background:#e4f7fc;color:#2385a3;border-radius:999px;padding:3px 6px}.ops-nav a:hover{background:#f1f5fb;color:var(--navy)}.ops-nav a.is-active{background:linear-gradient(135deg,#e7eefc,#f2f7ff);color:var(--blue);box-shadow:inset 0 0 0 1px #d7e3f7}.ops-nav a.is-active svg{stroke-width:2.2}.ops-user-card{margin-top:auto;display:grid;grid-template-columns:40px 1fr 10px;gap:10px;align-items:center;padding:14px 8px 2px;border-top:1px solid var(--line)}.ops-avatar{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,var(--navy),var(--blue-2));color:#fff;display:grid;place-items:center;font-size:.76rem;font-weight:850}.ops-user-card div{display:grid}.ops-user-card strong{font-size:.7rem}.ops-user-card small{font-size:.6rem;color:var(--muted)}.presence-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(25,165,111,.1)}.ops-workspace{position:relative;z-index:1;margin-left:calc(var(--sidebar) + 32px);padding:16px 16px 40px 0;min-height:100vh}.ops-topbar{min-height:84px;border-radius:26px;padding:15px 20px;display:flex;align-items:center;gap:14px;position:sticky;top:16px;z-index:45}.sidebar-toggle{display:none}.ops-heading{display:grid}.ops-heading p{order:2;margin:3px 0 0;font-size:.68rem;color:var(--muted)}.ops-heading h1{order:1;font-size:1.5rem;line-height:1.1;letter-spacing:-.028em;margin:0;color:var(--navy-deep)}.ops-topbar__actions{margin-left:auto;display:flex;align-items:center;gap:8px}.ops-topbar__actions time{display:grid;text-align:right;margin-right:6px}.ops-topbar__actions time strong{font-size:.7rem;color:var(--navy)}.ops-topbar__actions time span{font-size:.61rem;color:var(--muted)}.ops-topbar__actions form{display:flex}.ops-main{padding:20px 2px 0}.overview-hero{border-radius:30px;padding:30px 34px;display:grid;grid-template-columns:1fr 290px;gap:40px;align-items:center;overflow:hidden;position:relative}.overview-hero:after{content:"";position:absolute;width:340px;height:340px;right:-90px;top:-130px;border-radius:50%;background:radial-gradient(circle,rgba(54,185,223,.22),transparent 67%)}.overview-hero__copy{position:relative;z-index:1}.overview-hero h2{font-size:clamp(2rem,3.6vw,3.6rem);line-height:1.02;letter-spacing:-.05em;max-width:760px;margin:14px 0;color:var(--navy-deep)}.overview-hero__copy>p{max-width:700px;color:var(--muted);font-size:.86rem}.overview-hero__actions{display:flex;gap:10px;margin-top:22px}.overview-pulse{position:relative;z-index:1;display:flex;align-items:center;gap:16px;background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.9);border-radius:24px;padding:18px}.pulse-ring{width:90px;height:90px;border-radius:50%;display:grid;place-content:center;text-align:center;background:conic-gradient(var(--cyan) 0 72%,#dce8f4 72% 100%);position:relative}.pulse-ring:before{content:"";position:absolute;inset:7px;border-radius:50%;background:#fff}.pulse-ring span,.pulse-ring small{position:relative;z-index:1}.pulse-ring span{font-size:1.8rem;font-weight:850;color:var(--navy)}.pulse-ring small{font-size:.56rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.pulse-caption{display:grid}.pulse-caption strong{font-size:.78rem;color:var(--navy)}.pulse-caption span{font-size:.64rem;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.metric-card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.98);border-radius:22px;padding:18px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;box-shadow:var(--shadow-soft)}.metric-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;font-weight:850}.metric-icon svg{width:20px;height:20px}.metric-icon--blue{background:#e8eefc;color:var(--blue)}.metric-icon--cyan{background:#e2f8fd;color:#168bad}.metric-icon--red{background:#fff0f1;color:var(--red)}.metric-icon--green{background:#e9f9f2;color:var(--success)}.metric-card div{display:grid}.metric-card small{font-size:.62rem;color:var(--muted)}.metric-card strong{font-size:1.75rem;line-height:1.1;color:var(--navy-deep)}.metric-card p{margin:3px 0 0;font-size:.61rem;color:#8995a8}.metric-card__small-value{font-size:1.06rem!important}.overview-grid,.integration-grid,.report-grid{display:grid;grid-template-columns:1.25fr 1.25fr .85fr;gap:14px}.surface-card{background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.98);border-radius:26px;padding:22px;box-shadow:var(--shadow-soft)}.surface-card--span-2{grid-column:span 2}.surface-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:16px;border-bottom:1px solid var(--line)}.surface-head>div{display:grid}.surface-head>div>span{font-size:.59rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.surface-head h2{font-size:1.03rem;margin:3px 0 0;color:var(--navy-deep)}.surface-head>a{font-size:.66rem;color:var(--blue);font-weight:750}.surface-head>a b{font-size:.9rem}.surface-head>small{font-size:.62rem;color:var(--muted)}.empty-state{display:flex;align-items:center;gap:13px;padding:25px}.empty-state>span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eef8f4;color:var(--success);font-weight:900}.empty-state div{display:grid}.empty-state strong{font-size:.78rem}.empty-state p{margin:2px 0 0;font-size:.66rem;color:var(--muted)}.empty-state--soft{background:#f7faff;border-radius:18px;margin-top:15px}.priority-list{display:grid}.priority-list button,.priority-list a{width:100%;border:0;background:transparent;text-align:left;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-top:1px solid var(--line);cursor:pointer}.priority-list button:first-child,.priority-list a:first-child{border-top:0}.priority-marker{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;font-size:.65rem;font-weight:900}.priority-marker--critical{background:#ffe3e6;color:var(--red-deep)}.priority-marker--urgent{background:#fff0d8;color:#ae6614}.priority-marker--priority{background:#e8eefc;color:var(--blue)}.priority-marker--routine{background:#e7f8f1;color:var(--success)}.priority-list button>div:nth-child(2){display:grid}.priority-list strong{font-size:.74rem}.priority-list small{font-size:.62rem;color:var(--muted)}.priority-meta{display:grid;text-align:right}.priority-meta span{font-size:.63rem;color:var(--blue);font-weight:750}.fleet-mini{display:grid}.fleet-mini>div{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.fleet-mini>div:first-child{border-top:0}.unit-dot{width:8px;height:8px;border-radius:50%;background:#9ca8ba}.unit-dot--available{background:var(--success)}.unit-dot--assigned,.unit-dot--en_route,.unit-dot--on_scene,.unit-dot--transporting{background:var(--cyan)}.unit-dot--maintenance,.unit-dot--offline{background:var(--red)}.fleet-mini>div>div{display:grid}.fleet-mini strong{font-size:.72rem}.fleet-mini small{font-size:.59rem;color:var(--muted)}.fleet-mini em{font-style:normal;font-size:.59rem;color:var(--muted)}.request-feed{display:grid}.request-feed a{display:grid;grid-template-columns:8px 1fr auto 95px;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.request-feed a:first-child{border-top:0}.request-urgency{display:inline-block;width:7px;height:7px;border-radius:50%;background:#a7b2c2}.request-urgency--critical{background:var(--red)}.request-urgency--urgent{background:var(--warning)}.request-urgency--priority{background:var(--blue)}.request-urgency--routine{background:var(--success)}.request-feed a>div{display:grid}.request-feed strong{font-size:.72rem}.request-feed small{font-size:.6rem;color:var(--muted)}.request-feed time{font-size:.59rem;color:var(--muted);text-align:right}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 9px;border-radius:999px;background:#eef3fa;color:#627087;font-size:.57rem;font-weight:800;white-space:nowrap;text-transform:capitalize}.status-chip--new,.status-chip--triaged{background:#eef2fb;color:var(--blue)}.status-chip--assigned,.status-chip--en_route,.status-chip--on_scene,.status-chip--transporting,.status-chip--at_destination{background:#e4f8fd;color:#197f9e}.status-chip--completed,.status-chip--available{background:#e7f8f0;color:#13805b}.status-chip--cancelled,.status-chip--maintenance,.status-chip--offline{background:#fff0f1;color:#b42b34}.integration-summary{display:flex;flex-direction:column}.queue-ring{width:120px;height:120px;border-radius:50%;margin:22px auto 15px;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 35% 30%,#fff,#eef6ff);border:8px solid #e1ecf8;box-shadow:inset 0 0 0 1px #d2e2f3}.queue-ring span{font-size:1.75rem;font-weight:850;color:var(--navy)}.queue-ring small{font-size:.55rem;color:var(--muted)}.queue-summary{display:grid;gap:8px;margin-top:auto}.queue-summary>div{display:grid;grid-template-columns:8px 1fr auto;gap:8px;align-items:center;font-size:.66rem}.queue-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.queue-dot--pending{background:var(--warning)}.queue-dot--retry{background:var(--cyan)}.queue-dot--failed{background:var(--red)}.queue-dot--delivered{background:var(--success)}
/* Dispatch board */
.dispatch-controls{border-radius:22px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px}.filter-group{display:flex;gap:5px;background:#eef3fa;border:1px solid #e0e8f3;border-radius:15px;padding:4px}.filter-group button{min-height:34px;border:0;border-radius:11px;padding:0 12px;background:transparent;color:#7b879a;font-size:.66rem;font-weight:750;cursor:pointer}.filter-group button span{margin-left:4px}.filter-group button.is-active{background:#fff;color:var(--blue);box-shadow:0 5px 14px rgba(36,62,103,.09)}.dispatch-controls__actions{display:flex;align-items:center;gap:9px}.board-search{height:40px;min-width:200px;border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:13px;display:flex;align-items:center;gap:8px;padding:0 11px}.board-search svg{width:16px;height:16px;color:#93a0b3}.board-search input{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;min-width:0}.escalation-banner{margin:13px 0;padding:13px 16px;border-radius:20px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.94);box-shadow:var(--shadow-soft);display:flex;justify-content:space-between;align-items:center;gap:15px}.escalation-banner.has-escalations{background:linear-gradient(135deg,#fff3f4,#fff 72%);border-color:#f6d5d8}.escalation-banner__summary{display:flex;align-items:center;gap:12px}.pulse-dot{width:10px;height:10px;border-radius:50%;background:var(--success);box-shadow:0 0 0 6px rgba(25,165,111,.1)}.has-escalations .pulse-dot{background:var(--red);box-shadow:0 0 0 6px rgba(237,38,49,.1);animation:pulse 1.8s infinite}.escalation-banner__summary div{display:grid}.escalation-banner__summary strong{font-size:.74rem}.escalation-banner__summary small{font-size:.61rem;color:var(--muted)}.escalation-banner__items{display:flex;gap:8px}.escalation-banner__items button{border:1px solid #f1d9dc;background:#fff;border-radius:13px;padding:8px 11px;display:grid;text-align:left;cursor:pointer}.escalation-banner__items strong{font-size:.61rem;color:var(--red-deep)}.escalation-banner__items span{font-size:.56rem;color:#8a6b70}.board-guide{display:flex;justify-content:space-between;align-items:center;padding:5px 4px 10px;color:var(--muted)}.board-guide>div{display:flex;align-items:center;gap:8px}.board-guide p,.board-guide>span{margin:0;font-size:.6rem}.drag-symbol,.drag-handle{color:#9aa6b7;letter-spacing:-3px}.dispatch-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,1fr);gap:12px;overflow-x:auto;padding-bottom:15px;scrollbar-width:thin}.dispatch-column{background:rgba(236,242,250,.72);border:1px solid rgba(215,226,239,.9);border-radius:22px;min-height:560px;display:flex;flex-direction:column}.dispatch-column>header{padding:16px 15px 12px}.dispatch-column>header>div{display:grid;grid-template-columns:9px 1fr 26px;gap:8px;align-items:center}.column-dot{width:8px;height:8px;border-radius:50%;background:#a9b4c4}.column-dot--new{background:var(--blue)}.column-dot--triaged{background:#7f6ed3}.column-dot--assigned{background:var(--cyan)}.column-dot--en_route{background:#27a8cd}.column-dot--on_scene{background:var(--warning)}.column-dot--transporting{background:#db754a}.column-dot--at_destination{background:var(--success)}.dispatch-column h2{font-size:.76rem;margin:0;color:var(--navy)}.dispatch-column header strong{width:24px;height:24px;border-radius:9px;background:#fff;display:grid;place-items:center;font-size:.61rem;color:var(--muted)}.dispatch-column header p{font-size:.57rem;color:#8b97aa;margin:4px 0 0 17px}.dispatch-stack{padding:5px 8px 12px;display:flex;flex-direction:column;gap:9px;min-height:480px;border-radius:16px;transition:.2s}.dispatch-stack.is-over{background:rgba(54,185,223,.09);box-shadow:inset 0 0 0 2px rgba(54,185,223,.32)}.dispatch-card{background:#fff;border:1px solid #e0e8f3;border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(34,61,101,.07);cursor:pointer;transition:.22s var(--ease)}.dispatch-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(34,61,101,.12)}.dispatch-card.is-dragging{opacity:.45;transform:rotate(1.5deg)}.dispatch-card__top{display:flex;justify-content:space-between;align-items:center}.priority-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 8px;font-size:.54rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;background:#edf2f8;color:#65738a}.priority-pill i{width:6px;height:6px;border-radius:50%;background:currentColor}.priority-pill--critical{background:#fff0f1;color:var(--red)}.priority-pill--urgent{background:#fff3df;color:#b36c16}.priority-pill--priority{background:#ebf0fc;color:var(--blue)}.priority-pill--routine{background:#eaf8f2;color:var(--success)}.dispatch-card__time{display:flex;justify-content:space-between;align-items:end;margin:14px 0 8px}.dispatch-card__time time{font-size:1.35rem;line-height:1;font-weight:820;letter-spacing:-.04em;color:var(--navy-deep)}.dispatch-card__time small{font-size:.56rem;color:var(--muted)}.dispatch-card h3{font-size:.82rem;line-height:1.25;margin:0 0 5px;color:var(--navy)}.dispatch-card__caller{font-size:.63rem;color:var(--muted);margin-bottom:12px}.dispatch-card__caller span{color:#c1c8d3}.route-mini{display:grid;gap:7px;padding:11px;border-radius:13px;background:#f7f9fc;border:1px solid #e9eef5}.route-mini span{display:grid;grid-template-columns:12px 1fr;gap:6px;font-size:.59rem;color:#5e6b81;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-mini i{font-style:normal;color:var(--cyan);font-size:.58rem}.route-mini span:last-child i{color:var(--red)}.dispatch-card footer{display:flex;justify-content:space-between;margin-top:11px;padding-top:10px;border-top:1px solid #edf1f6}.dispatch-card footer strong{font-size:.59rem;color:var(--blue)}.dispatch-card footer span{font-size:.56rem;color:#94a0b1}.drop-placeholder{display:none;border:1px dashed rgba(54,185,223,.5);border-radius:16px;padding:20px;text-align:center;color:#2a8eaa;font-size:.64rem}.dispatch-stack.is-over .drop-placeholder{display:block}
/* Modal and drawer */
.modal,.drawer{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.modal-backdrop,.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(21,35,59,.34);backdrop-filter:blur(6px);cursor:pointer}.modal-card{position:relative;width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:30px;padding:26px}.modal-card--compact{width:min(520px,100%)}.modal-card>header{display:flex;justify-content:space-between;gap:18px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--line)}.modal-card>header span,.drawer-head span{font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.modal-card>header h2,.drawer-head h2{font-size:1.35rem;margin:4px 0;color:var(--navy-deep)}.modal-card>header p{font-size:.7rem;color:var(--muted);margin:0}.modal-card form{padding-top:5px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.modal-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:22px}.drawer{place-items:stretch end;padding:10px}.drawer>aside{position:relative;width:min(590px,100%);height:100%;border-radius:28px;overflow:auto}.drawer-head{position:sticky;top:0;z-index:3;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);display:flex;justify-content:space-between;align-items:start;padding:22px;border-bottom:1px solid var(--line);border-radius:28px 28px 0 0}.drawer-body{padding:18px}.drawer-section{padding:17px 0;border-top:1px solid var(--line)}.drawer-section:first-child{border-top:0;padding-top:0}.drawer-section h3{font-size:.72rem;color:var(--navy);margin:0 0 12px}.drawer-data{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-data>div{padding:12px;border-radius:14px;background:#f6f9fd;border:1px solid #e5ebf4;display:grid}.drawer-data strong{font-size:.56rem;text-transform:uppercase;letter-spacing:.07em;color:#8c98aa}.drawer-data span,.drawer-data a{font-size:.72rem;color:var(--ink)}.drawer-assign{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drawer-actions{display:flex;flex-wrap:wrap;gap:7px}.drawer-actions .button{min-height:36px;padding:0 11px;font-size:.61rem}.dispatch-stepper{display:flex;gap:4px;overflow:auto;padding-bottom:4px}.dispatch-stepper button{border:1px solid var(--line);background:#f7f9fc;border-radius:11px;padding:8px 10px;font-size:.58rem;color:var(--muted);cursor:pointer;white-space:nowrap}.dispatch-stepper button.is-current{background:var(--navy);color:#fff;border-color:var(--navy)}.ops-checklist{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ops-checklist .check-card{padding:11px}.timeline{display:grid}.timeline>div{display:grid;grid-template-columns:1fr auto;gap:12px;padding:11px 0;border-top:1px solid var(--line)}.timeline>div:first-child{border-top:0}.timeline strong{font-size:.68rem;text-transform:capitalize}.timeline p{margin:2px 0 0;font-size:.61rem;color:var(--muted)}.timeline time{font-size:.56rem;color:#98a3b4}.save-state{font-size:.62rem;color:var(--success);margin-left:9px}
/* Fleet, services, tables, integrations */
.resource-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.resource-summary article{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.96);border-radius:22px;padding:17px;display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;box-shadow:var(--shadow-soft)}.resource-summary article div{display:grid}.resource-summary small{font-size:.61rem;color:var(--muted)}.resource-summary strong{font-size:1.55rem;color:var(--navy)}.resource-summary p{font-size:.6rem;color:#8d98aa;margin:0}.resource-toolbar{border-radius:22px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.tab-switch{display:flex;background:#eef3fa;border-radius:14px;padding:4px}.tab-switch button{border:0;background:transparent;border-radius:10px;padding:9px 13px;font-size:.66rem;color:var(--muted);font-weight:760;cursor:pointer}.tab-switch button.is-active{background:#fff;color:var(--blue);box-shadow:0 5px 13px rgba(36,62,103,.08)}.resource-toolbar__actions{display:flex;gap:8px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.resource-card{background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.98);border-radius:24px;padding:19px;box-shadow:var(--shadow-soft)}.resource-card.is-inactive,.crew-table article.is-inactive,.service-sort-list article.is-inactive{opacity:.56}.resource-card header{display:flex;justify-content:space-between;align-items:center}.unit-badge{display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:850;color:var(--navy)}.resource-card h2{font-size:1.05rem;margin:24px 0 5px;color:var(--navy-deep)}.resource-card>p{font-size:.7rem;color:var(--muted);min-height:34px}.resource-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.resource-card dl div{background:#f6f9fd;border-radius:13px;padding:10px;display:grid}.resource-card dt{font-size:.52rem;text-transform:uppercase;letter-spacing:.07em;color:#99a4b5}.resource-card dd{margin:2px 0 0;font-size:.65rem;color:var(--navy);font-weight:700}.quick-resource-form{display:grid;grid-template-columns:1fr 1.3fr 42px;gap:7px}.quick-resource-form input,.quick-resource-form select{padding:9px;font-size:.65rem}.resource-card>.text-button{margin-top:13px}.crew-directory{padding:20px}.crew-table{display:grid}.crew-table article{display:grid;grid-template-columns:42px 1.1fr 1fr 1.3fr auto 42px;gap:12px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.crew-table article:first-child{border-top:0}.crew-table article>div{display:grid}.crew-table strong{font-size:.7rem}.crew-table span{font-size:.65rem}.crew-table small{font-size:.58rem;color:var(--muted)}.catalog-intro{border-radius:28px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:14px}.catalog-intro>div{max-width:760px}.catalog-intro span{font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:850}.catalog-intro h2{font-size:1.7rem;letter-spacing:-.035em;margin:6px 0;color:var(--navy-deep)}.catalog-intro p{font-size:.75rem;color:var(--muted);margin:0}.service-manager{padding:22px}.service-sort-list{display:grid}.service-sort-list article{display:grid;grid-template-columns:34px 44px 1fr 150px 44px;gap:13px;align-items:center;padding:14px 0;border-top:1px solid var(--line);cursor:grab}.service-sort-list article:first-child{border-top:0}.service-sort-list article.is-dragging{opacity:.45}.service-order{width:38px;height:38px;border-radius:13px;background:#eef3fb;display:grid;place-items:center;font-size:.61rem;font-weight:850;color:var(--blue)}.service-manager__copy{display:grid}.service-manager__copy strong{font-size:.75rem;color:var(--navy)}.service-manager__copy p{font-size:.62rem;color:var(--muted);margin:2px 0}.service-manager__price{display:grid;text-align:right}.service-manager__price span{font-size:.67rem;font-weight:760;color:var(--blue)}.service-manager__price small{font-size:.56rem;color:var(--muted)}.table-toolbar{border-radius:22px;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.table-toolbar form{display:flex;gap:8px;align-items:center;flex:1}.board-search--wide{min-width:330px;max-width:520px;flex:1}.table-toolbar select{width:auto;min-width:160px;padding:10px}.table-card{padding:20px}.responsive-table{overflow:auto}.responsive-table table{width:100%;border-collapse:collapse;min-width:960px}.responsive-table th{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);font-size:.56rem;text-transform:uppercase;letter-spacing:.08em;color:#98a3b5}.responsive-table td{padding:13px 10px;border-bottom:1px solid #e9eef5;font-size:.69rem;color:#435168;vertical-align:middle}.responsive-table td>strong,.responsive-table td>small{display:block}.responsive-table td>strong{color:var(--navy);font-size:.7rem}.responsive-table td>small{font-size:.57rem;color:var(--muted);margin-top:2px}.responsive-table td .request-urgency{margin-right:5px}.record-banner{border-radius:28px;padding:22px 25px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px}.record-banner__lead h2{font-size:1.8rem;margin:8px 0 2px;color:var(--navy-deep)}.record-banner__lead p{font-size:.68rem;color:var(--muted);margin:0}.record-actions{display:flex;gap:8px;flex-wrap:wrap}.record-grid{display:grid;grid-template-columns:1.6fr .7fr;gap:14px}.record-main,.record-workflow{padding:22px}.record-section{padding:19px 0;border-top:1px solid var(--line)}.record-section h3{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:12px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.detail-list div{background:#f7f9fc;border-radius:14px;padding:12px}.detail-list dt{font-size:.54rem;text-transform:uppercase;letter-spacing:.07em;color:#98a3b4}.detail-list dd{font-size:.7rem;color:var(--navy);font-weight:700;margin:3px 0 0}.route-detail{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;gap:10px}.route-detail>div{background:#f7f9fc;border-radius:15px;padding:14px;display:grid}.route-detail span{font-size:.55rem;color:var(--muted)}.route-detail strong{font-size:.71rem;color:var(--navy)}.route-detail>i{height:2px;background:linear-gradient(90deg,var(--cyan),var(--red));position:relative}.payload-detail{display:grid;grid-template-columns:1fr 1fr;gap:9px}.payload-detail>div{padding:12px;border-radius:14px;background:#f7f9fc}.payload-detail strong{font-size:.56rem;color:var(--blue);text-transform:uppercase}.payload-detail p{font-size:.67rem;color:#4f5c72;margin:3px 0 0}.record-workflow .stack-form{padding-top:18px}.linked-record{margin-top:20px;padding:16px;border-radius:17px;background:#eef5ff;border:1px solid #dce9fa;display:grid}.linked-record span{font-size:.57rem;text-transform:uppercase;color:var(--blue);font-weight:850}.linked-record strong{font-size:.8rem;color:var(--navy)}.linked-record small{font-size:.61rem;color:var(--muted)}.linked-record a{font-size:.65rem;color:var(--blue);font-weight:760;margin-top:8px}.report-toolbar{border-radius:20px;padding:10px 13px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.report-toolbar form{display:flex;align-items:end;gap:9px}.report-toolbar label{gap:3px}.report-toolbar input{padding:8px 10px}.report-toolbar>span{font-size:.64rem;color:var(--muted)}.report-metrics{margin-top:0}.report-grid{grid-template-columns:1.25fr 1.25fr .85fr}.bar-chart{height:270px;display:flex;align-items:flex-end;gap:8px;overflow-x:auto;padding:22px 5px 0}.bar-chart>div{height:100%;min-width:34px;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.bar-chart i{display:block;width:64%;height:var(--bar);min-height:4px;border-radius:9px 9px 3px 3px;background:linear-gradient(180deg,var(--cyan),var(--blue))}.bar-chart strong{font-size:.58rem;color:var(--navy)}.bar-chart span{font-size:.53rem;color:var(--muted);white-space:nowrap}.donut-summary,.rank-list{display:grid}.donut-summary>div,.rank-list>div{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--line)}.donut-summary>div:first-child,.rank-list>div:first-child{border-top:0}.donut-summary>div>div,.rank-list>div>div{display:grid}.donut-summary strong,.rank-list strong{font-size:.67rem}.donut-summary small,.rank-list small{font-size:.57rem;color:var(--muted)}.donut-summary em,.rank-list em{font-style:normal;font-size:.68rem;color:var(--blue);font-weight:800}.rank-list>div>span{width:30px;height:30px;border-radius:10px;background:#eef3fa;display:grid;place-items:center;font-size:.6rem;color:var(--blue);font-weight:850}.status-distribution{display:grid;gap:12px;padding-top:16px}.status-distribution>div{display:grid;grid-template-columns:120px 1fr 32px;gap:10px;align-items:center}.status-distribution span{font-size:.62rem;color:#5d6a80}.status-distribution>div>div{height:8px;border-radius:999px;background:#e9eef5;overflow:hidden}.status-distribution i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--blue))}.status-distribution strong{font-size:.62rem;text-align:right}.integration-grid{grid-template-columns:1.35fr 1.35fr .8fr}.panel-intro{font-size:.72rem;color:var(--muted);line-height:1.7}.integration-list{display:grid}.integration-list>article{display:grid;grid-template-columns:44px 1fr auto;gap:13px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.integration-logo{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#e5edfc,#eef9fd);display:grid;place-items:center;color:var(--blue);font-weight:900}.integration-list article>div:nth-child(2){display:grid}.integration-list small{font-size:.54rem;text-transform:uppercase;color:var(--blue);font-weight:850}.integration-list h3{font-size:.74rem;margin:2px 0}.integration-list p{font-size:.58rem;color:var(--muted);margin:0;word-break:break-all}.integration-list article>div:nth-child(2)>span{font-size:.55rem;color:#94a0b2}.integration-state{display:grid;justify-items:end;gap:8px}.integration-state>div{display:flex;gap:7px}.integration-state form{display:flex}.queue-health__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0}.queue-health__grid>div{border-radius:16px;background:#f7f9fc;border:1px solid #e6ecf4;padding:13px;display:grid;grid-template-columns:8px 1fr;align-items:center}.queue-health__grid strong{grid-column:2;font-size:1.15rem;color:var(--navy)}.queue-health__grid small{grid-column:2;font-size:.57rem;color:var(--muted)}.stack-actions{display:grid;gap:8px}.stack-actions form,.stack-actions .button{width:100%}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.choice-fieldset{border:0;padding:0;margin:0;display:grid;gap:8px}.choice-fieldset legend{font-size:.68rem;color:#4f5d75;font-weight:720;margin-bottom:8px}.export-list{display:grid;margin-top:18px}.export-list a{display:grid;grid-template-columns:43px 1fr 20px;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--line)}.file-icon{width:38px;height:38px;border-radius:12px;background:#eef3fb;color:var(--blue);display:grid;place-items:center;font-size:.53rem;font-weight:900}.export-list a>div{display:grid}.export-list strong{font-size:.65rem}.export-list small{font-size:.55rem;color:var(--muted)}.export-list a>span:last-child{color:var(--blue)}.cron-card{margin-top:14px}.code-block{display:grid;gap:8px;padding-top:16px}.code-block code{background:#1d2d4a;color:#d6f6ff;border-radius:13px;padding:12px;overflow:auto;font-size:.64rem}.cron-card>p{font-size:.64rem;color:var(--muted);margin:12px 0 0}.staff-list{display:grid;margin-top:20px}.staff-list article{display:grid;grid-template-columns:40px 1fr auto auto;gap:10px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.staff-list article>div{display:grid}.staff-list strong{font-size:.68rem}.staff-list small{font-size:.57rem;color:var(--muted)}
@keyframes pulse{0%,100%{box-shadow:0 0 0 5px rgba(237,38,49,.1)}50%{box-shadow:0 0 0 10px rgba(237,38,49,0)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:1180px){:root{--sidebar:238px}.public-hero__grid,.service-hero-public__grid{grid-template-columns:1fr .8fr;gap:40px}.public-header__actions .button--soft{display:none}.overview-grid,.integration-grid,.report-grid{grid-template-columns:1fr 1fr}.surface-card--span-2{grid-column:span 1}.resource-grid{grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:1fr 1fr}.record-grid{grid-template-columns:1.3fr .8fr}.crew-table article{grid-template-columns:42px 1fr 1fr auto 42px}.crew-table article>div:nth-of-type(3){display:none}.service-sort-list article{grid-template-columns:28px 38px 1fr 130px 42px}}
@media(max-width:920px){.public-header__actions{display:none}.nav-toggle{display:grid;margin-left:auto}.public-nav{position:fixed;left:18px;right:18px;top:84px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:15px;display:none;flex-direction:column;align-items:stretch;gap:2px}.public-nav.is-open{display:flex}.public-nav a{padding:10px 12px;border-radius:11px}.public-nav a:hover{background:#f3f6fb}.public-nav .nav-login{display:block}.public-hero__grid,.service-hero-public__grid,.coverage-grid,.process-layout,.request-layout{grid-template-columns:1fr}.public-hero__visual{max-width:700px}.hero-service-console{left:20px}.public-section-head{grid-template-columns:1fr;gap:20px}.public-service-grid{grid-template-columns:1fr}.public-service-grid article{min-height:0}.process-layout{gap:45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.request-aside{position:relative;top:auto}.login-page{grid-template-columns:1fr}.login-visual{min-height:58vh}.login-panel{padding:45px 20px}.ops-sidebar{transform:translateX(calc(-100% - 22px));transition:transform .25s var(--ease)}.ops-sidebar.is-open{transform:none}.ops-workspace{margin-left:0;padding-left:16px}.sidebar-toggle{display:grid}.overview-grid,.integration-grid,.report-grid,.settings-grid{grid-template-columns:1fr}.overview-hero{grid-template-columns:1fr}.overview-pulse{max-width:320px}.resource-grid{grid-template-columns:1fr}.record-grid{grid-template-columns:1fr}.resource-toolbar{align-items:stretch;flex-direction:column}.resource-toolbar__actions{justify-content:flex-end}.catalog-intro{align-items:flex-start;flex-direction:column}.dispatch-board{grid-auto-columns:300px}.table-toolbar{align-items:stretch;flex-direction:column}.table-toolbar form{flex-wrap:wrap}.board-search--wide{min-width:250px;max-width:none}.record-banner{align-items:flex-start;flex-direction:column}.record-actions{width:100%}.record-actions .button{flex:1}.service-sort-list article{grid-template-columns:28px 38px 1fr 42px}.service-manager__price{display:none}}
@media(max-width:640px){body{font-size:14px}.public-container{width:min(100% - 24px,1180px)}.public-header{padding:7px 0}.public-header__inner{min-height:58px}.public-brand{width:145px}.public-brand img{height:50px}.public-hero{padding:45px 0 65px}.public-hero__copy h1,.service-hero-public h1{font-size:2.85rem}.public-hero__copy>p,.service-hero-public__grid>div>p{font-size:.96rem}.public-proof{grid-template-columns:1fr;margin-top:30px}.public-hero__visual>img{height:420px}.hero-service-console{position:relative;inset:auto;margin:-70px 10px 0}.public-service-band,.public-process,.public-coverage,.service-catalogue{padding:70px 0}.public-section-head h2,.process-intro h2,.coverage-grid h2{font-size:2.5rem}.requirement-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{display:grid;gap:6px}.mobile-actions{position:fixed;z-index:70;left:9px;right:9px;bottom:9px;display:grid;grid-template-columns:1fr 1fr;background:rgba(255,255,255,.93);border:1px solid #dce5f2;border-radius:16px;padding:6px;box-shadow:0 15px 40px rgba(22,45,78,.2);backdrop-filter:blur(14px)}.mobile-actions a{padding:11px;text-align:center;font-size:.68rem;font-weight:850;border-radius:11px}.mobile-actions a:first-child{background:#eef3fa;color:var(--navy)}.mobile-actions a:last-child{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff}.public-footer{padding-bottom:90px}.service-catalogue__list article{grid-template-columns:34px 1fr 42px}.service-catalogue__list article>strong{grid-column:2;text-align:left}.service-catalogue__list article>a{grid-column:3;grid-row:1/3}.request-page{padding-top:20px}.request-aside,.request-form{padding:22px;border-radius:24px}.request-aside h1{font-size:2.1rem}.form-grid,.review-panel{grid-template-columns:1fr}.span-2{grid-column:auto}.form-actions{display:grid;grid-template-columns:1fr 1fr}.request-form__head h2{font-size:1.55rem}.login-visual{padding:35px 24px}.login-visual__copy h1{font-size:3rem}.login-feature-strip{grid-template-columns:1fr}.login-panel form{padding:28px 22px}.ops-workspace{padding:9px}.ops-topbar{top:9px;min-height:72px;border-radius:21px;padding:12px}.ops-heading p{display:none}.ops-heading h1{font-size:1.15rem}.ops-topbar__actions time{display:none}.ops-main{padding-top:12px}.overview-hero{padding:24px;border-radius:24px}.overview-hero h2{font-size:2.15rem}.overview-hero__actions{display:grid}.overview-pulse{display:none}.metric-grid,.resource-summary{grid-template-columns:1fr 1fr;gap:9px}.metric-card,.resource-summary article{grid-template-columns:40px 1fr;padding:13px}.metric-icon{width:40px;height:40px;border-radius:13px}.metric-card strong{font-size:1.4rem}.overview-grid{gap:9px}.surface-card{border-radius:22px;padding:17px}.request-feed a{grid-template-columns:7px 1fr auto}.request-feed .status-chip{display:none}.request-feed time{grid-column:2;text-align:left}.dispatch-controls{align-items:stretch;flex-direction:column}.dispatch-controls__actions{display:grid;grid-template-columns:1fr auto}.board-search{min-width:0}.escalation-banner{align-items:flex-start;flex-direction:column}.escalation-banner__items{width:100%;overflow:auto}.board-guide>span{display:none}.drawer{padding:0}.drawer>aside{width:100%;border-radius:0}.drawer-head{border-radius:0}.drawer-data,.drawer-assign,.ops-checklist{grid-template-columns:1fr}.modal{padding:8px}.modal-card{border-radius:22px;padding:20px}.modal-choice{grid-template-columns:1fr}.resource-toolbar__actions{display:grid}.crew-table article{grid-template-columns:38px 1fr auto 38px}.crew-table article>div:nth-of-type(2),.crew-table article>div:nth-of-type(3){display:none}.service-sort-list article{grid-template-columns:25px 34px 1fr 40px}.service-order{width:32px;height:32px}.table-toolbar form{display:grid;grid-template-columns:1fr 1fr}.table-toolbar .board-search{grid-column:1/-1;min-width:0}.table-toolbar>a{width:100%}.record-actions{display:grid;grid-template-columns:1fr 1fr}.record-actions .button--primary{grid-column:1/-1}.detail-list,.payload-detail{grid-template-columns:1fr}.route-detail{grid-template-columns:1fr}.route-detail>i{height:30px;width:2px;margin-left:20px}.report-toolbar{align-items:stretch;flex-direction:column}.report-toolbar form{display:grid;grid-template-columns:1fr 1fr}.report-toolbar .button{grid-column:1/-1}.staff-list article{grid-template-columns:38px 1fr auto}.staff-list article>form{grid-column:2}.integration-list>article{grid-template-columns:40px 1fr}.integration-state{grid-column:2;justify-items:start}.status-distribution>div{grid-template-columns:95px 1fr 26px}}

.request-form>input[name="website"]{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;margin:-1px!important;padding:0!important;border:0!important}

/* Dispatch detail drawer refinements */
.drawer-body{padding:20px 22px 30px}
.drawer-loading{min-height:260px;display:grid;place-items:center;align-content:center;gap:14px;color:var(--navy)}
.drawer-loading>span{width:42px;height:42px;border:3px solid #dce8f7;border-top-color:var(--blue);border-radius:50%;animation:affirm-spin .8s linear infinite}
.drawer-loading>strong{font-size:.72rem;letter-spacing:.01em}
@keyframes affirm-spin{to{transform:rotate(360deg)}}
.dispatch-detail-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px;border:1px solid #dce7f5;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(236,245,255,.92));box-shadow:0 18px 42px rgba(34,62,104,.08)}
.dispatch-detail-hero>div{min-width:0}
.dispatch-detail-hero h3{margin:10px 0 5px;color:var(--navy-deep);font-size:1.12rem;line-height:1.2}
.dispatch-detail-hero p{margin:0;color:var(--muted);font-size:.68rem}
.dispatch-detail-hero a:not(.button){color:var(--blue);font-weight:800}
.drawer-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.drawer-section__head>div>span{display:block;margin-bottom:3px;color:var(--blue);font-size:.54rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.drawer-section__head h3{margin:0;color:var(--navy-deep);font-size:.8rem}
.drawer-section__head>strong{align-self:center;padding:7px 10px;border:1px solid #d9e4f2;border-radius:10px;background:#f3f7fd;color:var(--navy);font-size:.58rem;text-transform:capitalize}
.drawer-section__head>small{align-self:center;color:var(--muted);font-size:.56rem}
.dispatch-stepper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow:visible;padding:0}
.dispatch-stepper .dispatch-step{display:flex;align-items:center;gap:8px;min-width:0;padding:9px 10px;border:1px solid #dfe7f2;border-radius:13px;background:rgba(247,250,254,.96);color:var(--muted);font-size:.59rem;font-weight:760;line-height:1.2;text-align:left;white-space:normal;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}
.dispatch-stepper .dispatch-step:hover:not(:disabled){transform:translateY(-1px);border-color:#c4d5ea;background:#fff;box-shadow:0 8px 20px rgba(34,62,104,.08)}
.dispatch-stepper .dispatch-step i{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;border-radius:7px;background:#e6edf7;color:var(--navy);font-size:.53rem;font-style:normal;font-weight:900}
.dispatch-stepper .dispatch-step span{min-width:0;overflow:hidden;text-overflow:ellipsis}
.dispatch-stepper .dispatch-step.is-complete{border-color:#cbe7e0;background:#f1fbf8;color:#2c7063}
.dispatch-stepper .dispatch-step.is-complete i{background:#d8f2eb;color:#23685b}
.dispatch-stepper .dispatch-step.is-current{border-color:transparent;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;box-shadow:0 10px 24px rgba(48,73,154,.18)}
.dispatch-stepper .dispatch-step.is-current i{background:rgba(255,255,255,.18);color:#fff}
.dispatch-stepper .dispatch-step:disabled{cursor:default;opacity:.82}
.ops-checklist{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ops-check{position:relative;display:block;cursor:pointer}
.ops-check>input{position:absolute;opacity:0;pointer-events:none}
.ops-check>span{display:flex;align-items:center;gap:9px;min-height:52px;padding:10px 11px;border:1px solid #dfe7f2;border-radius:14px;background:#f8fbff;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}
.ops-check>span>i{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border:1px solid #cad7e8;border-radius:8px;background:#fff;color:transparent;font-size:.58rem;font-style:normal;font-weight:900}
.ops-check>span>strong{font-size:.61rem;line-height:1.35;color:var(--ink)}
.ops-check:hover>span{transform:translateY(-1px);border-color:#c6d6ea;box-shadow:0 8px 20px rgba(34,62,104,.06)}
.ops-check>input:checked+span{border-color:#b8dfef;background:linear-gradient(145deg,#f5fdff,#eef8ff)}
.ops-check>input:checked+span>i{border-color:transparent;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#fff}
.ops-check>input:focus-visible+span{outline:3px solid rgba(54,185,223,.22);outline-offset:2px}
.drawer-operations{display:grid;gap:10px;margin-top:12px;padding:14px;border:1px solid #e0e8f3;border-radius:17px;background:linear-gradient(145deg,rgba(249,252,255,.98),rgba(241,247,255,.94))}
.drawer-operations label,.drawer-assign label{display:grid;gap:6px;color:var(--navy);font-size:.58rem;font-weight:820}
.drawer-operations input,.drawer-operations textarea,.drawer-assign select{width:100%;border:1px solid #d8e2ef;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-size:.67rem;padding:10px 11px;outline:0;transition:border-color .16s ease,box-shadow .16s ease}
.drawer-operations textarea{resize:vertical;min-height:92px;line-height:1.45}
.drawer-operations input:focus,.drawer-operations textarea:focus,.drawer-assign select:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(54,185,223,.14)}
.timeline{display:grid;gap:0}
.timeline-item{position:relative;display:grid!important;grid-template-columns:18px 1fr!important;gap:11px!important;padding:0 0 16px!important;border:0!important}
.timeline-item:last-child{padding-bottom:0!important}
.timeline-item>span{position:relative;display:block;width:10px;height:10px;margin-top:4px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 0 0 4px #edf6fc}
.timeline-item:not(:last-child)>span:after{content:"";position:absolute;left:4px;top:13px;width:2px;height:calc(100% + 8px);background:#dce7f3}
.timeline-item strong{display:block;color:var(--navy-deep);font-size:.65rem;text-transform:capitalize}
.timeline-item p{margin:3px 0;color:var(--muted);font-size:.61rem;line-height:1.4}
.timeline-item small{color:#94a0b3;font-size:.55rem}
@media(max-width:640px){.drawer-body{padding:16px 15px 28px}.dispatch-detail-hero{display:grid;padding:16px;border-radius:18px}.dispatch-detail-hero .button{width:100%}.dispatch-stepper{grid-template-columns:1fr 1fr}.dispatch-stepper .dispatch-step{padding:8px;font-size:.56rem}.ops-checklist{grid-template-columns:1fr}.drawer-section__head{display:grid;gap:7px}.drawer-section__head>strong,.drawer-section__head>small{justify-self:start}.drawer-operations{padding:12px}}
/* v2.1 operational controls */
.password-field{position:relative;display:flex;align-items:center}.password-field input{padding-right:4.5rem;width:100%}.password-field button{position:absolute;right:.55rem;border:0;background:transparent;color:var(--accent,#1976d2);font-weight:700;cursor:pointer}.request-form select[multiple],.drawer-assign select[multiple]{min-height:9rem}.dispatch-controls form label{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700}.dispatch-controls input[type=date]{min-width:9.5rem}
/* Accounting public experience */
.accounting-hero{padding:88px 0 72px;background:linear-gradient(145deg,#f8fbff 0%,#eef5ff 62%,#e8f8fb 100%)}.accounting-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:72px;align-items:center}.accounting-hero__copy h1{max-width:780px;margin:0;color:var(--navy-deep);font-size:clamp(2.7rem,5.4vw,5.4rem);line-height:.98;letter-spacing:-.055em}.accounting-hero__copy p{max-width:700px;margin:24px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.75}.accounting-service-list{display:grid;border:1px solid rgba(255,255,255,.95);border-radius:28px;padding:12px 28px;background:rgba(255,255,255,.72);box-shadow:var(--shadow-soft);backdrop-filter:blur(18px)}.accounting-service-list span{padding:18px 4px;border-top:1px solid var(--line);color:var(--navy);font-size:.83rem;font-weight:760}.accounting-service-list span:first-child{border-top:0}
.accounting-value{padding:80px 0;background:#fff}.accounting-value header{max-width:760px}.accounting-value h2,.accounting-consultation h2{font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.05;letter-spacing:-.045em;color:var(--navy-deep);margin:0}.accounting-value header p,.accounting-consultation>div>div>p{color:var(--muted);line-height:1.7}.accounting-value__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:42px;border-block:1px solid var(--line)}.accounting-value__grid article{background:#fff;padding:34px 34px 38px}.accounting-value__grid strong{color:var(--navy);font-size:1rem}.accounting-value__grid p{color:var(--muted);font-size:.78rem;line-height:1.7}
.accounting-consultation{padding:88px 0;background:#f4f8fd}.consultation-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:68px;align-items:start}.consultation-grid dl{display:grid;gap:0;margin-top:34px}.consultation-grid dl div{display:grid;grid-template-columns:62px 1fr;gap:16px;padding:18px 0;border-top:1px solid var(--line)}.consultation-grid dt{color:var(--blue);font-size:.67rem;font-weight:850;text-transform:uppercase}.consultation-grid dd{margin:0;color:var(--navy);font-size:.76rem;line-height:1.55}.accounting-form{border-radius:28px;padding:30px}.accounting-form fieldset{border:0;margin:26px 0;padding:0}.accounting-form legend{font-size:.72rem;font-weight:800;color:var(--navy);margin-bottom:12px}.service-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-check-grid label{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);background:#fff;border-radius:13px;font-size:.69rem;color:var(--navy);cursor:pointer}.service-check-grid input{width:16px;height:16px;accent-color:var(--blue)}.accounting-form>.button{width:100%;margin-top:18px}
@media(max-width:900px){.accounting-hero__grid,.consultation-grid{grid-template-columns:1fr;gap:38px}.accounting-value__grid{grid-template-columns:1fr}.accounting-hero{padding:60px 0}.accounting-value,.accounting-consultation{padding:62px 0}}@media(max-width:560px){.accounting-hero__copy h1{font-size:2.65rem}.accounting-form{padding:20px}.service-check-grid{grid-template-columns:1fr}.accounting-value__grid article{padding:25px 4px}}

/* v4 patient care run sheet and protected vault */
.button--danger{color:#fff;background:linear-gradient(135deg,#a51f2b,var(--red));box-shadow:0 12px 26px rgba(180,38,49,.2)}
.system-repair-hero{border:1px solid #dce6f3}.system-repair-grid{align-items:start}.repair-table-list{display:grid;margin-top:14px}.repair-table-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.repair-table-list code{font-size:.7rem;color:var(--navy);word-break:break-all}.repair-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}.repair-metrics>div{padding:15px;border-radius:16px;background:#f5f8fc;border:1px solid #e5ebf3;display:grid;gap:3px}.repair-metrics strong{font-size:1.15rem;color:var(--navy)}.repair-metrics span{font-size:.6rem;color:var(--muted)}.repair-warning{margin:16px 0}.repair-global-alert{display:flex;align-items:center;gap:10px;margin-bottom:14px}.repair-global-alert>div{display:flex;gap:5px;flex-wrap:wrap}.repair-global-alert a{text-decoration:underline;font-weight:850}.system-repair-hero form{margin:0}@media(max-width:640px){.repair-metrics{grid-template-columns:1fr}.system-repair-hero .record-actions{width:100%}.system-repair-hero form,.system-repair-hero .button{width:100%}}
.run-sheet-vault-hero{border-radius:28px;padding:28px 32px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:16px}.run-sheet-vault-hero>div:first-child>span,.run-sheet-header__identity>div>span{color:var(--blue);font-size:.6rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.run-sheet-vault-hero h2{margin:6px 0;color:var(--navy-deep);font-size:1.65rem}.run-sheet-vault-hero p{max-width:760px;margin:0;color:var(--muted);font-size:.72rem}.vault-stats{min-width:120px;text-align:center;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff}.vault-stats strong{display:block;color:var(--navy);font-size:2rem}.vault-stats span{color:var(--muted);font-size:.6rem}.run-sheet-state{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;font-size:.57rem;font-weight:850}.run-sheet-state--draft{background:#fff0dc;color:#9a5c10}.run-sheet-state--ready{background:#e6f7ff;color:#177b9c}.run-sheet-state--handed_over{background:#e8f8f1;color:#127653}.table-card td .run-sheet-state+small{display:block;margin-top:5px}
.run-sheet-header{border-radius:28px;padding:22px 26px;display:grid;grid-template-columns:minmax(360px,1fr) auto auto;gap:22px;align-items:center}.run-sheet-header__identity{display:grid;grid-template-columns:112px 1fr;gap:17px;align-items:center}.run-sheet-header__identity>img{width:112px;height:66px;object-fit:contain;padding:5px;border:1px solid var(--line);border-radius:14px;background:#fff}.run-sheet-header h2{margin:5px 0 3px;color:var(--navy-deep);font-size:1.55rem}.run-sheet-header p{margin:0;color:var(--muted);font-size:.68rem}.run-sheet-header__status{display:grid;justify-items:end;gap:4px}.run-sheet-header__status>strong{color:var(--navy);font-size:1.3rem}.run-sheet-header__status>small{color:var(--muted);font-size:.56rem}.run-sheet-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.run-sheet-header__actions .button{min-height:38px;padding:0 12px;font-size:.65rem}.run-sheet-gate{margin:14px 0;padding:16px 20px;border:1px solid #efc98f;border-radius:18px;background:#fff8eb;color:#80501b}.run-sheet-gate strong{font-size:.78rem}.run-sheet-gate p{margin:3px 0 0;font-size:.65rem}.run-sheet-gate--ready{border-color:#a8d8e8;background:#effaff;color:#176b87}.run-sheet-gate--locked{border-color:#b9dfd0;background:#effaf5;color:#17684e}
.run-sheet-msp{display:block;margin-top:3px;color:var(--muted);font-size:.52rem;font-weight:800;letter-spacing:.09em}
.run-sheet-form{display:grid;gap:14px}.run-sheet-form>fieldset{display:grid;gap:14px;border:0;padding:0;margin:0;min-width:0}.run-sheet-section{padding:26px}.run-sheet-section>header{display:flex;gap:13px;align-items:center;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--line)}.run-sheet-section>header>span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--navy);color:#fff;font-size:.65rem;font-weight:900}.run-sheet-section>header h2{margin:0;color:var(--navy-deep);font-size:1.05rem}.run-sheet-section>header p{margin:3px 0 0;color:var(--muted);font-size:.62rem}.run-sheet-section>label,.run-trip-grid label,.run-assessment-grid label{display:grid;gap:6px;color:var(--navy);font-size:.64rem;font-weight:780}.run-sheet-section input,.run-sheet-section select,.run-sheet-section textarea{width:100%;border:1px solid #d6e1ef;border-radius:12px;background:#fff;color:var(--ink);padding:10px 11px;font:inherit;font-size:.7rem;outline:0}.run-sheet-section input:focus,.run-sheet-section select:focus,.run-sheet-section textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(54,185,223,.13)}.run-sheet-section textarea{resize:vertical;line-height:1.5}.run-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.run-choice{min-width:0;margin:0;padding:15px;border:1px solid #dfe7f2;border-radius:16px;background:#f8fbff}.run-choice legend{padding:0 6px;color:var(--navy);font-size:.67rem;font-weight:850}.run-choice legend small{color:var(--muted);font-weight:600}.run-choice__options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.run-choice__options label{position:relative;cursor:pointer}.run-choice__options input{position:absolute;opacity:0;pointer-events:none}.run-choice__options span{display:block;padding:7px 9px;border:1px solid #d9e3ef;border-radius:10px;background:#fff;color:#627087;font-size:.58rem;font-weight:750}.run-choice__options input:checked+span{border-color:#84c9df;background:#eaf9fe;color:#126d8a;box-shadow:inset 0 0 0 1px #84c9df}.run-choice>label{display:grid;gap:5px;color:var(--muted);font-size:.57rem;font-weight:700}.run-choice textarea{min-height:58px}.run-trip-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.run-trip-grid article{display:grid;gap:10px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.run-trip-grid h3{margin:0;color:var(--blue);font-size:.75rem}.run-vitals table{min-width:1100px}.run-vitals th,.run-vitals td{padding:6px}.run-vitals input{min-width:90px;padding:8px;border-radius:9px}.run-assessment-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.run-assessment-grid fieldset{display:grid;gap:10px;margin:0;padding:18px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.run-assessment-grid legend{padding:0 7px;color:var(--navy);font-size:.74rem;font-weight:850}.run-sheet-actions{position:sticky;bottom:12px;z-index:40;display:flex;justify-content:flex-end;gap:9px;padding:12px;border-radius:18px}.run-sheet-audit{margin-top:14px}.run-sheet-audit code{display:block;margin-top:5px;color:#68758d;font-size:.55rem;word-break:break-all}
@media(max-width:1050px){.run-sheet-header{grid-template-columns:1fr auto}.run-sheet-header__actions{grid-column:1/-1;justify-content:flex-start}.run-choice-grid{grid-template-columns:1fr}.run-sheet-vault-hero{align-items:flex-start}}@media(max-width:760px){.run-sheet-header{grid-template-columns:1fr}.run-sheet-header__status{justify-items:start}.run-trip-grid,.run-assessment-grid{grid-template-columns:1fr}.run-sheet-vault-hero{display:grid;padding:22px}.vault-stats{justify-self:start}.run-sheet-section{padding:18px}.run-sheet-actions{display:grid;position:static}.run-sheet-actions .button{width:100%}}
.run-sheet-attachment{display:flex;align-items:center;justify-content:space-between;gap:14px}.run-sheet-attachment>div:last-child,.run-sheet-drawer{display:flex;align-items:center;gap:8px}.run-sheet-drawer{padding:13px;border:1px solid var(--line);border-radius:16px;background:#f8fbff}.run-sheet-drawer>div{margin-right:auto}.run-sheet-drawer span{color:var(--navy);font-size:.67rem;font-weight:850}.run-sheet-drawer p{margin:3px 0 0;color:var(--muted);font-size:.58rem}@media(max-width:700px){.run-sheet-attachment,.run-sheet-drawer{display:grid}.run-sheet-attachment>div:last-child{display:grid}}

/* v4.0.3 subtle managed-service attribution */
.vayu-credit{display:inline-flex;align-items:center;color:inherit;font-size:.58rem;font-weight:650;letter-spacing:.055em;line-height:1.4;opacity:.46;text-decoration:none;transition:opacity .18s ease,color .18s ease}.vayu-credit:hover,.vayu-credit:focus-visible{color:inherit;opacity:.82}.footer-bottom .vayu-credit{color:#aab5c7}.ops-footer{display:flex;justify-content:flex-end;min-height:34px;padding:0 28px 15px}.ops-footer .vayu-credit{color:#68758d}.run-sheet-msp{width:max-content;text-decoration:none;opacity:.58}.run-sheet-msp:hover,.run-sheet-msp:focus-visible{color:var(--blue);opacity:.9}@media(max-width:640px){.footer-bottom{align-items:flex-start;gap:9px;flex-direction:column}.ops-footer{justify-content:center;padding:2px 18px 18px}}@media print{.ops-footer{display:flex;position:fixed;right:10mm;bottom:6mm;padding:0;background:transparent}.ops-footer .vayu-credit{color:#5d6675;opacity:.55}}

/* v4.1 — public ambulance liquid-glass experience */
.public-shell{
  --liquid-navy:#0b2d67;--liquid-blue:#1656d8;--liquid-cyan:#38bde8;--liquid-aqua:#13b9b1;--liquid-red:#f0202d;
  --liquid-ice:#eef8ff;--liquid-white:rgba(255,255,255,.68);--liquid-line:rgba(119,177,230,.30);
  background:linear-gradient(180deg,#f7fbff 0%,#eef8ff 42%,#f9fcff 100%);color:#10213d;overflow-x:hidden
}
.public-shell .liquid-glass{position:relative;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(240,249,255,.56));border:1px solid rgba(255,255,255,.9);box-shadow:0 24px 70px rgba(11,45,103,.13),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(26px) saturate(145%);-webkit-backdrop-filter:blur(26px) saturate(145%)}
.public-shell .liquid-glass:before{content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.6),transparent 26%,transparent 70%,rgba(56,189,232,.08));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;padding:1px}
.public-shell .button{min-height:50px;border-radius:18px;padding:0 22px;letter-spacing:-.01em}
.public-shell .button--primary{background:linear-gradient(135deg,var(--liquid-navy),var(--liquid-blue));box-shadow:0 13px 30px rgba(22,86,216,.24)}
.public-shell .button--emergency{color:#fff;background:linear-gradient(135deg,#ff3341,var(--liquid-red) 65%,#c81020);box-shadow:0 14px 32px rgba(240,32,45,.25)}
.public-shell .button--emergency:hover{box-shadow:0 18px 42px rgba(240,32,45,.34)}
.public-shell .button--glass{color:var(--liquid-navy);background:rgba(255,255,255,.62);border:1px solid rgba(101,159,218,.28);box-shadow:inset 0 1px 0 #fff,0 8px 22px rgba(11,45,103,.07);backdrop-filter:blur(14px)}
.public-header{background:transparent;border:0;padding:15px 0;backdrop-filter:none}
.public-header__inner{min-height:72px;border-radius:27px;padding:6px 9px 6px 16px;gap:25px}
.public-brand{width:184px;position:relative;z-index:1}.public-brand img{height:58px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(11,45,103,.08))}
.public-nav{gap:23px}.public-nav a{color:#405573;font-size:.78rem;font-weight:720}.public-nav a:hover{color:var(--liquid-blue)}.public-nav .nav-secondary{opacity:.7}
.public-header__actions .button{min-height:45px;border-radius:16px;padding-inline:16px;font-size:.75rem}
.glass-kicker{display:block;color:var(--liquid-blue);font-size:.67rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.liquid-hero{position:relative;min-height:780px;padding:85px 0 130px;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(56,189,232,.24),transparent 29%),radial-gradient(circle at 7% 42%,rgba(22,86,216,.11),transparent 30%),linear-gradient(165deg,#f9fcff 0%,#eef8ff 64%,#f7fcff 100%)}
.liquid-hero:before{content:"";position:absolute;width:580px;height:580px;right:-260px;top:10px;border:1px solid rgba(56,189,232,.22);border-radius:43% 57% 49% 51%/56% 43% 57% 44%;box-shadow:0 0 0 60px rgba(255,255,255,.13),0 0 0 120px rgba(56,189,232,.035);animation:liquid-drift 12s ease-in-out infinite alternate;z-index:-1}
.liquid-orb{position:absolute;border-radius:45% 55% 59% 41%/54% 44% 56% 46%;filter:blur(1px);pointer-events:none;z-index:-1}.liquid-orb--one{width:260px;height:260px;right:9%;top:14%;background:linear-gradient(145deg,rgba(56,189,232,.18),rgba(255,255,255,.04));animation:liquid-drift 9s ease-in-out infinite alternate}.liquid-orb--two{width:180px;height:180px;left:4%;bottom:13%;background:rgba(22,86,216,.07);animation:liquid-drift 11s ease-in-out infinite alternate-reverse}
@keyframes liquid-drift{to{transform:translate3d(14px,-18px,0) rotate(8deg);border-radius:58% 42% 45% 55%/40% 58% 42% 60%}}
.liquid-hero__grid{display:grid;grid-template-columns:1.03fr .97fr;gap:78px;align-items:center}
.liquid-hero__copy h1{max-width:720px;color:var(--liquid-navy);font-size:clamp(3.7rem,6vw,6.35rem);line-height:.94;letter-spacing:-.066em;margin:0 0 28px}.liquid-hero__copy>p{max-width:650px;color:#526780;font-size:1.1rem;line-height:1.75}.liquid-hero__copy .public-hero__actions{margin-top:32px}
.hero-trust-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:38px;color:#60728a;font-size:.72rem;font-weight:720}.hero-trust-row span{display:flex;align-items:center;gap:8px}.hero-trust-row i{width:8px;height:8px;border-radius:50%;background:#14af7a;box-shadow:0 0 0 6px rgba(20,175,122,.12)}
.care-navigator{border-radius:44px 54px 42px 58px/48px 42px 58px 52px;padding:34px;overflow:hidden}.care-navigator:after{content:"";position:absolute;width:180px;height:180px;right:-55px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,232,.22),transparent 70%);pointer-events:none}.care-navigator header{padding:4px 4px 22px;position:relative}.care-navigator h2{color:var(--liquid-navy);font-size:2rem;line-height:1.08;letter-spacing:-.04em;margin:8px 0 7px}.care-navigator header p{color:#6c7d93;font-size:.8rem;margin:0}.care-choice-list{display:grid;gap:10px}.care-choice{width:100%;display:grid;grid-template-columns:46px 1fr 24px;gap:14px;align-items:center;text-align:left;padding:15px;border:1px solid rgba(119,177,230,.27);border-radius:22px;background:rgba(255,255,255,.46);cursor:pointer;transition:.28s var(--ease)}.care-choice:hover{transform:translateX(4px);background:rgba(255,255,255,.78)}.care-choice.is-active{background:linear-gradient(135deg,rgba(11,45,103,.96),rgba(22,86,216,.9));border-color:transparent;color:#fff;box-shadow:0 17px 35px rgba(11,45,103,.2)}.care-choice__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:17px;background:rgba(56,189,232,.13);color:var(--liquid-blue);font-weight:900;font-size:1.3rem}.care-choice.is-active .care-choice__icon{color:#fff;background:rgba(255,255,255,.15)}.care-choice>span:nth-child(2){display:grid}.care-choice strong{font-size:.9rem}.care-choice small{color:#718399;font-size:.69rem;line-height:1.4}.care-choice.is-active small{color:#cddcf0}.care-choice b{color:var(--liquid-cyan)}
.care-start{position:relative;display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:16px 18px;border-radius:21px;background:linear-gradient(120deg,rgba(56,189,232,.14),rgba(19,185,177,.11));border:1px solid rgba(56,189,232,.22);color:var(--liquid-navy)}.care-start span{display:grid}.care-start small{font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;color:#6e829c}.care-start strong,.care-start b{font-size:.75rem}.care-start b{color:var(--liquid-blue)}
.liquid-wave{position:absolute;left:-5%;right:-5%;bottom:-85px;height:170px;border-radius:50% 50% 0 0/100% 100% 0 0;background:#fff;z-index:-1}
.care-finder{padding:105px 0 120px;background:#fff;position:relative}.liquid-section-head{align-items:start}.liquid-section-head h2{color:var(--liquid-navy)}.liquid-section-head>p{color:#60728b}
.service-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:9px;margin:0 0 18px;border-radius:25px;background:#edf7ff;border:1px solid #dceefb}.service-rail__item{min-height:78px;display:grid;grid-template-columns:30px 1fr;align-items:center;text-align:left;gap:9px;padding:10px 13px;border:0;border-radius:19px;background:transparent;color:#52708f;cursor:pointer;transition:.25s var(--ease)}.service-rail__item span{font-size:.59rem;color:#80a8c8}.service-rail__item strong{font-size:.76rem}.service-rail__item:hover{background:rgba(255,255,255,.7)}.service-rail__item.is-active{color:#fff;background:linear-gradient(135deg,var(--liquid-navy),var(--liquid-blue));box-shadow:0 13px 28px rgba(22,86,216,.22)}.service-rail__item.is-active span{color:#9ee9fb}
.finder-workspace{border-radius:46px 52px 44px 58px/45px 50px 55px 51px;display:grid;grid-template-columns:.93fr 1.07fr;gap:28px;padding:28px;overflow:hidden}.finder-result{padding:34px;border-radius:32px;background:linear-gradient(145deg,#0b2d67,#164fbe 72%,#159ac5);color:#fff;position:relative;overflow:hidden}.finder-result:after{content:"";position:absolute;width:220px;height:220px;right:-100px;top:-95px;border:1px solid rgba(255,255,255,.18);border-radius:46% 54% 42% 58%;box-shadow:0 0 0 36px rgba(255,255,255,.035)}.finder-result .glass-kicker{color:#8ee7fb}.finder-result__icon{width:60px;height:60px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.13);font-size:1.8rem;margin:25px 0}.finder-result h3{font-size:2.2rem;line-height:1.05;letter-spacing:-.04em;margin-bottom:13px}.finder-result p{color:#cddbf0;font-size:.86rem;min-height:48px}.finder-result ul{padding:17px 0 20px;margin:0 0 20px;list-style:none;border-top:1px solid rgba(255,255,255,.14)}.finder-result li{position:relative;padding:6px 0 6px 22px;color:#d8e4f5;font-size:.72rem}.finder-result li:before{content:"✓";position:absolute;left:0;color:#8ee7fb}.finder-result .button{background:#fff;color:var(--liquid-navy);box-shadow:none}.finder-result.is-changing h3,.finder-result.is-changing p{animation:finder-in .35s var(--ease)}@keyframes finder-in{from{opacity:.25;transform:translateY(7px)}}
.finder-questions{padding:30px 22px}.finder-questions h3{font-size:1.6rem;color:var(--liquid-navy);margin:7px 0 23px}.helper-question{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:17px 0;border-top:1px solid #dfeaf4}.helper-question>span{display:grid}.helper-question strong{font-size:.8rem;color:#233d61}.helper-question small{font-size:.66rem;color:#7b8da2}.helper-question>div{display:flex;gap:6px}.helper-question button{min-width:47px;height:35px;border-radius:12px;border:1px solid #d6e5f2;background:rgba(255,255,255,.7);color:#52708f;font-size:.67rem;font-weight:800;cursor:pointer}.helper-question button.is-active{background:var(--liquid-blue);color:#fff;border-color:transparent}.helper-status{padding:13px 15px;margin:14px 0 0;border-radius:15px;background:#e9f7ff;color:#406384;font-size:.68rem}
.liquid-process{padding:105px 0;background:radial-gradient(circle at 85% 20%,rgba(56,189,232,.16),transparent 30%),linear-gradient(140deg,#082657,#103d87 65%,#155dc5)}.liquid-process .liquid-section-head{margin-bottom:55px}.liquid-process .liquid-section-head h2,.liquid-process .liquid-section-head span{color:#fff}.liquid-process .liquid-section-head p{color:#c2d4ed}.liquid-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.liquid-steps li{min-height:210px;padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:34px 38px 30px 42px;background:rgba(255,255,255,.07);backdrop-filter:blur(16px)}.liquid-steps li>span{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(56,189,232,.14);color:#8fe8fa;font-size:.68rem;font-weight:900}.liquid-steps h3{margin:42px 0 8px;font-size:1.05rem}.liquid-steps p{color:#bdcde4;font-size:.77rem;margin:0}
.liquid-coverage{padding:120px 0;background:radial-gradient(circle at 12% 35%,rgba(56,189,232,.12),transparent 33%),#f1f9ff}.coverage-visual{border-radius:45px 55px 45px 55px/52px 44px 56px 48px;padding:11px;overflow:hidden}.coverage-visual>img{height:470px;width:100%;object-fit:cover;border-radius:36px 47px 36px 47px/42px 35px 48px 41px}.coverage-float{position:absolute;left:30px;right:30px;bottom:30px;padding:17px 19px;border-radius:19px;background:rgba(255,255,255,.88);box-shadow:0 18px 38px rgba(11,45,103,.18);backdrop-filter:blur(18px);display:grid}.coverage-float strong{font-size:.82rem;color:var(--liquid-navy)}.coverage-float span{font-size:.67rem;color:#687d96}
.public-cta{padding:45px 0 95px;background:#f1f9ff}.public-cta__inner{min-height:210px;border-radius:50px 62px 45px 66px/50px 44px 62px 56px;padding:45px 52px;display:flex;align-items:center;justify-content:space-between;gap:35px;overflow:hidden}.public-cta__inner:after{content:"";position:absolute;width:260px;height:260px;right:9%;top:-160px;border-radius:50%;background:rgba(56,189,232,.15)}.public-cta h2{max-width:740px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.03;letter-spacing:-.048em;color:var(--liquid-navy);margin:8px 0 0}.public-cta .button{z-index:1}
.liquid-service-hero{position:relative;padding:95px 0 110px;overflow:hidden;background:radial-gradient(circle at 87% 15%,rgba(56,189,232,.21),transparent 31%),linear-gradient(165deg,#f9fcff,#edf8ff)}.liquid-service-hero .service-hero-public__grid{position:relative}.liquid-service-hero h1{font-size:clamp(3.4rem,5.7vw,5.7rem);color:var(--liquid-navy)}.liquid-service-hero figure{border-radius:48px 58px 44px 61px/52px 46px 58px 48px;padding:11px}.liquid-service-hero figure img{height:530px;border-radius:38px 48px 35px 51px/42px 38px 49px 45px}.liquid-service-hero figcaption{padding:16px 15px 8px}
.liquid-catalogue{background:#fff;padding:110px 0}.service-explorer{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:stretch}.service-explorer__nav{display:grid;gap:7px}.service-explorer__nav button{display:grid;grid-template-columns:36px 1fr 25px;gap:12px;align-items:center;min-height:67px;padding:11px 15px;text-align:left;border:1px solid #e0ebf4;border-radius:19px;background:#f7fbfe;color:#526f8f;cursor:pointer;transition:.22s var(--ease)}.service-explorer__nav button span{font-size:.59rem;color:#8baac5}.service-explorer__nav button strong{font-size:.77rem}.service-explorer__nav button b{color:var(--liquid-cyan)}.service-explorer__nav button:hover{transform:translateX(3px);background:#eef8ff}.service-explorer__nav button.is-active{color:#fff;background:linear-gradient(135deg,var(--liquid-navy),var(--liquid-blue));border-color:transparent;box-shadow:0 14px 30px rgba(22,86,216,.2)}.service-explorer__panels{min-height:100%;border-radius:48px 57px 43px 62px/47px 42px 58px 53px;overflow:hidden}.service-explorer__panels article{height:100%;padding:48px;animation:finder-in .35s var(--ease)}.service-symbol{width:67px;height:67px;display:grid;place-items:center;margin:27px 0;border-radius:24px;background:linear-gradient(135deg,#e9f8ff,#d8f2ff);color:var(--liquid-blue);font-size:2rem}.service-explorer__panels h3{font-size:2.6rem;line-height:1.05;letter-spacing:-.045em;color:var(--liquid-navy);margin-bottom:14px}.service-explorer__panels p{color:#63768e;max-width:580px}.service-explorer__panels dl{margin:30px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.service-explorer__panels dl div{padding:14px;border-radius:16px;background:#eff8ff}.service-explorer__panels dt{font-size:.57rem;color:#7890a8;text-transform:uppercase;letter-spacing:.07em}.service-explorer__panels dd{margin:4px 0 0;font-size:.68rem;font-weight:760;color:var(--liquid-navy)}
.liquid-readiness{padding:110px 0}.liquid-readiness .process-intro .button{margin-top:22px}.liquid-readiness .requirement-list article{border-radius:27px;padding:25px}.liquid-readiness .requirement-list article>span{color:var(--liquid-cyan);font-size:.6rem;font-weight:900}
.liquid-request-page{position:relative;padding:58px 0 105px;background:radial-gradient(circle at 7% 12%,rgba(56,189,232,.19),transparent 25%),linear-gradient(160deg,#eef8ff,#f8fbff 60%,#edf7ff);overflow:hidden}.liquid-request-page .request-layout{grid-template-columns:370px 1fr;gap:22px}.liquid-request-page .request-aside{border-radius:46px 55px 43px 58px/49px 43px 57px 51px;padding:28px}.request-logo-surface{display:block;width:230px;padding:10px 12px;margin-bottom:34px;border-radius:22px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.92)}.request-logo-surface img{width:100%;height:102px;object-fit:contain;filter:drop-shadow(0 6px 13px rgba(11,45,103,.08))}.liquid-request-page .request-aside h1{font-size:2.5rem;color:var(--liquid-navy)}.request-emergency-note a{display:inline-flex;margin-top:8px;color:var(--liquid-red);font-size:.72rem;font-weight:850}.liquid-request-page .request-form{border-radius:47px 55px 44px 61px/46px 50px 56px 51px;padding:37px}.liquid-request-page .request-form__head h2{color:var(--liquid-navy)}.form-steps--four{grid-template-columns:repeat(4,1fr)}
.choice-fieldset{border:0;padding:0;margin:21px 0 0}.choice-fieldset legend{margin-bottom:9px;color:#4f5d75;font-size:.71rem;font-weight:720}.choice-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.choice-card-grid--four{grid-template-columns:repeat(4,1fr)}.choice-card{position:relative;display:block;cursor:pointer}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-card>span{display:grid;min-height:76px;padding:13px;border:1px solid #d8e6f1;border-radius:17px;background:rgba(255,255,255,.56);transition:.2s var(--ease)}.choice-card strong{font-size:.72rem;color:#35506f}.choice-card small{font-size:.59rem;color:#7d90a5}.choice-card input:checked+span{background:linear-gradient(135deg,#e5f5ff,#f2fbff);border-color:#73c7ea;box-shadow:0 0 0 3px rgba(56,189,232,.1)}.choice-card input:focus-visible+span{outline:3px solid rgba(56,185,223,.34)}
.route-builder{margin-top:20px;padding:18px;border-radius:23px;background:rgba(231,246,255,.62);border:1px solid #d8ebf7}.route-builder__head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px}.route-builder__head>div{display:grid}.route-builder__head strong{font-size:.78rem;color:var(--liquid-navy)}.route-builder__head small{font-size:.62rem;color:#758ba2}.route-builder__head .button{min-height:38px;border-radius:13px;padding-inline:13px;font-size:.65rem}.route-row{display:grid;grid-template-columns:32px 1fr 34px;gap:9px;align-items:center;padding:8px 0;border-top:1px solid rgba(122,177,221,.22)}.route-row>span{width:30px;height:30px;border-radius:11px;display:grid;place-items:center;background:#fff;color:var(--liquid-blue);font-size:.63rem;font-weight:900}.route-row label{display:grid;gap:5px}.route-row label b{font-size:.6rem;color:#6b8099}.route-row input{width:100%;height:45px;border:1px solid #d4e4f0;border-radius:13px;background:rgba(255,255,255,.86);padding:0 12px;color:#192f4d;font-size:.76rem}.route-row>button{width:32px;height:32px;border:0;border-radius:11px;background:#fff;color:#9a6070;cursor:pointer}.route-row>button:disabled{opacity:.25;cursor:not-allowed}.route-row.is-new{animation:route-in .35s var(--ease)}@keyframes route-in{from{opacity:0;transform:translateY(-8px)}}.route-finish{margin-top:14px}
.form-help{font-size:.7rem;color:#75879c;margin-top:-8px}.support-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.support-choice{position:relative;cursor:pointer}.support-choice input{position:absolute;opacity:0}.support-choice span{display:flex;align-items:center;min-height:54px;padding:12px 14px 12px 42px;border:1px solid #d9e7f2;border-radius:17px;background:rgba(255,255,255,.55);position:relative}.support-choice span:before{content:"";position:absolute;left:14px;width:17px;height:17px;border:1px solid #abc2d7;border-radius:6px;background:#fff}.support-choice input:checked+span{border-color:#6bc7e8;background:#e8f8ff}.support-choice input:checked+span:before{content:"✓";display:grid;place-items:center;background:var(--liquid-blue);border-color:var(--liquid-blue);color:#fff;font-size:.64rem}.support-choice strong{font-size:.69rem;color:#3d5876}.privacy-notice{margin:14px 0 0;padding:14px 16px;border-radius:16px;background:#f0f7fc;color:#70849b;font-size:.64rem}.privacy-notice strong{color:#405c79}.liquid-request-page .form-progress i{background:linear-gradient(90deg,var(--liquid-cyan),var(--liquid-aqua),var(--liquid-blue))}
.public-footer{position:relative;background:radial-gradient(circle at 10% 0,rgba(56,189,232,.12),transparent 24%),#071e44;padding-top:72px}.footer-logo-surface{display:block;width:225px;padding:10px 12px;border-radius:22px;background:rgba(255,255,255,.93);box-shadow:0 12px 32px rgba(0,0,0,.14)}.footer-brand img{width:100%;height:102px;object-fit:contain;background:none;border-radius:0;padding:0}.footer-grid h2{color:#8ee7fb}.footer-grid a,.footer-grid span{color:#b9cae0}.footer-bottom .vayu-credit{color:#c0cee1}
.motion-ready [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.motion-ready [data-reveal].is-revealed{opacity:1;transform:none}
@media(max-width:1050px){.liquid-hero__grid{gap:40px}.liquid-hero__copy h1{font-size:4.6rem}.service-rail{grid-template-columns:repeat(2,1fr)}.choice-card-grid--four{grid-template-columns:repeat(2,1fr)}.liquid-request-page .request-layout{grid-template-columns:320px 1fr}.public-nav{gap:15px}}
@media(max-width:920px){.public-header__inner{border-radius:23px}.public-nav{top:98px;background:rgba(245,251,255,.96);border:1px solid rgba(119,177,230,.3);backdrop-filter:blur(24px)}.liquid-hero{padding-top:60px}.liquid-hero__grid,.finder-workspace,.service-explorer,.liquid-request-page .request-layout{grid-template-columns:1fr}.care-navigator{max-width:680px}.liquid-steps{grid-template-columns:1fr}.liquid-steps li{min-height:170px}.service-explorer__panels{min-height:540px}.liquid-request-page .request-aside{position:relative;top:auto}.request-logo-surface{margin-bottom:20px}}
@media(max-width:640px){.public-header{padding:8px 0}.public-header__inner{min-height:64px;padding:5px 8px 5px 12px}.public-brand{width:148px}.public-brand img{height:48px}.liquid-hero{min-height:auto;padding:55px 0 105px}.liquid-hero__copy h1{font-size:3.55rem}.liquid-hero__copy>p{font-size:.94rem}.liquid-hero__copy .public-hero__actions{display:grid}.liquid-hero__copy .button{width:100%}.hero-trust-row{gap:12px 18px}.care-navigator{padding:20px;border-radius:31px 37px 29px 41px}.care-navigator h2{font-size:1.6rem}.care-choice{grid-template-columns:40px 1fr 18px;padding:11px;border-radius:17px}.care-choice__icon{width:40px;height:40px;border-radius:14px}.care-choice small{display:none}.care-start{align-items:flex-end}.liquid-wave{bottom:-60px;height:120px}.care-finder,.liquid-process,.liquid-coverage,.liquid-catalogue,.liquid-readiness{padding:72px 0}.service-rail{grid-template-columns:1fr 1fr}.service-rail__item{min-height:68px}.finder-workspace{padding:10px;border-radius:31px}.finder-result{padding:26px;border-radius:25px}.finder-result h3{font-size:1.9rem}.finder-questions{padding:24px 16px}.helper-question{grid-template-columns:1fr}.helper-question>div button{flex:1}.public-cta{padding:20px 0 75px}.public-cta__inner{min-height:auto;display:grid;padding:29px 23px;border-radius:34px}.public-cta h2{font-size:2.25rem}.public-cta .button{width:100%}.coverage-visual>img{height:370px}.coverage-float{left:18px;right:18px;bottom:18px}.liquid-service-hero{padding:60px 0 75px}.liquid-service-hero h1{font-size:3.25rem}.liquid-service-hero figure img{height:400px}.service-explorer__nav{max-height:440px;overflow:auto;padding-right:4px}.service-explorer__panels{min-height:480px}.service-explorer__panels article{padding:29px 24px}.service-explorer__panels h3{font-size:2.1rem}.service-explorer__panels dl{grid-template-columns:1fr}.liquid-request-page{padding:22px 0 85px}.liquid-request-page .request-aside,.liquid-request-page .request-form{padding:21px;border-radius:30px}.liquid-request-page .request-aside h1{font-size:2.2rem}.request-logo-surface{width:190px}.request-logo-surface img{height:82px}.form-steps--four{display:flex;overflow:auto;gap:16px;padding-bottom:5px}.form-steps--four span{white-space:nowrap}.choice-card-grid,.choice-card-grid--four,.support-choice-grid{grid-template-columns:1fr}.route-builder{padding:12px}.route-builder__head{align-items:flex-start;flex-direction:column}.route-builder__head .button{width:100%}.route-row{grid-template-columns:27px 1fr 30px}.route-row>span{width:27px;height:27px}.liquid-request-page .form-actions{grid-template-columns:1fr}.liquid-request-page .form-actions .button{width:100%}.footer-logo-surface{width:195px}}
@media(prefers-reduced-motion:reduce){.liquid-hero:before,.liquid-orb{animation:none!important}.motion-ready [data-reveal]{opacity:1;transform:none}.care-choice:hover,.service-explorer__nav button:hover{transform:none}}

/* v4.2 — exact approved public-interface fidelity */
:root{--ref-navy:#06265d;--ref-blue:#0d54d7;--ref-blue-2:#183f98;--ref-red:#f11b24;--ref-cyan:#42c7ee;--ref-aqua:#06aaa8;--ref-ice:#edf8ff;--ref-border:#b9d6ee;--ref-shadow:0 20px 55px rgba(24,77,130,.14)}
.svg-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.public-shell{overflow-x:hidden;background:#fff;color:var(--ref-navy)}
.public-container{width:min(1468px,calc(100% - 64px))}
.button svg{width:23px;height:23px;flex:0 0 auto}
.public-header{position:relative;top:auto;padding:24px 0 0;background:transparent;z-index:80}
.public-header__inner{min-height:132px;padding:10px 29px 10px 42px;gap:42px;border:1px solid rgba(255,255,255,.96);border-radius:52px 52px 52px 52px/54px 54px 38px 54px;background:linear-gradient(120deg,rgba(255,255,255,.9),rgba(247,251,255,.68));box-shadow:0 20px 44px rgba(40,90,137,.13),inset 0 0 0 1px rgba(178,213,240,.3),inset 0 8px 24px rgba(255,255,255,.9);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px)}
.public-brand{width:295px}.public-brand img{height:116px;width:100%;object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 8px rgba(13,46,92,.07))}.public-shell:not(.public-shell--services) .public-header__inner{min-height:145px}.public-shell:not(.public-shell--services) .public-brand img{height:128px;padding-left:10px}
.public-nav{gap:52px}.public-nav a{font-size:1.03rem;font-weight:520;color:#061942;white-space:nowrap}.public-nav a:hover,.public-nav a.is-current{color:#073ec0}.public-nav a.is-current{font-weight:750;position:relative}.public-nav a.is-current:after{content:"";position:absolute;left:0;right:0;bottom:-23px;height:2px;background:#194ee2}
.public-header__actions .button{min-height:60px;border-radius:22px;padding:0 28px;font-size:1.02rem;font-weight:650}.button--nav-request{min-width:242px}.button--nav-call{color:#fff;background:linear-gradient(135deg,#16479e,#071f63);box-shadow:0 13px 24px rgba(8,42,105,.2)}
.button--emergency{color:#fff;background:linear-gradient(180deg,#ff242c,#ed101a);box-shadow:0 14px 30px rgba(239,20,30,.26)}
.button--outline-blue{color:#0753cd;background:rgba(255,255,255,.58);border:1.5px solid #1764ee;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}
.button--outline-red{color:#ed2029;background:rgba(255,255,255,.74);border:1.5px solid #ed2029}
.button--blue-flow{min-height:51px;color:#fff;background:linear-gradient(180deg,#1a62e1,#0845c2);border:1px solid #073fb7;box-shadow:inset 0 0 0 2px rgba(255,255,255,.35),0 9px 20px rgba(13,75,194,.2)}

/* Approved homepage */
.reference-home-hero{position:relative;min-height:760px;margin-top:-169px;padding:226px 0 65px;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 71% 27%,rgba(78,186,255,.22),transparent 27%),radial-gradient(circle at 13% 48%,rgba(77,154,224,.13),transparent 31%),linear-gradient(165deg,#fff 0%,#f2f9ff 54%,#dff3ff 100%)}
.reference-home-ambient i{position:absolute;display:block;border:1px solid rgba(98,190,241,.2);border-radius:50%;z-index:-1}.reference-home-ambient i:nth-child(1){width:730px;height:730px;right:-230px;top:70px;box-shadow:0 0 0 55px rgba(255,255,255,.14),0 0 0 125px rgba(65,180,242,.025)}.reference-home-ambient i:nth-child(2){width:650px;height:440px;left:-320px;top:300px}.reference-home-ambient i:nth-child(3){width:420px;height:420px;left:30%;bottom:-280px;box-shadow:0 0 0 75px rgba(255,255,255,.28)}
.reference-home-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:54px;align-items:center;position:relative;z-index:2}
.reference-home-copy{padding:52px 0 36px 52px}.reference-home-copy h1{font-size:clamp(4.1rem,4.7vw,4.7rem);line-height:.97;letter-spacing:-.062em;color:var(--ref-navy);margin:0 0 20px;font-weight:790}.reference-home-copy p{font-size:1.42rem;line-height:1.42;color:#4c6486;margin:0}
.reference-home-actions{display:flex;align-items:center;gap:30px;margin-top:43px}.reference-home-actions .button{min-height:69px;border-radius:28px;padding:0 29px;font-size:1.2rem;font-weight:610}.reference-home-actions .button:first-child{min-width:282px}.reference-home-actions .button:last-child{min-width:246px}.reference-glow-button{border:2px solid rgba(255,255,255,.85);box-shadow:0 0 0 3px rgba(241,27,36,.15),0 0 0 14px rgba(255,255,255,.3),0 0 0 24px rgba(244,43,52,.07),0 17px 32px rgba(241,27,36,.23)}
.home-care-blob{position:relative;min-height:600px;margin-top:-38px;padding:10px;border:2px solid rgba(116,196,243,.74);border-radius:38% 49% 36% 44%/28% 38% 31% 42%;background:linear-gradient(145deg,rgba(255,255,255,.36),rgba(219,242,255,.38));box-shadow:0 0 0 5px rgba(255,255,255,.52),0 16px 55px rgba(31,102,166,.18),inset 0 0 50px rgba(255,255,255,.8);backdrop-filter:blur(24px);animation:ref-blob-float 8s ease-in-out infinite alternate}
.home-care-blob:before,.home-care-blob:after{content:"";position:absolute;pointer-events:none;border-radius:inherit}.home-care-blob:before{inset:7px;border:1px solid rgba(255,255,255,.94);filter:drop-shadow(0 0 8px #fff)}.home-care-blob:after{inset:-6px;border:1px solid rgba(28,137,237,.35);box-shadow:inset -12px 0 18px rgba(0,112,220,.12)}
.blob-edge{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 11px 3px #fff,0 0 20px 7px rgba(73,191,255,.65);z-index:3}.blob-edge--one{top:18px;right:23%}.blob-edge--two{bottom:7px;right:17%}
.home-care-blob__inner{width:min(490px,82%);margin:0 auto;padding:82px 0 48px}.home-care-blob h2{font-size:2rem;line-height:1.1;letter-spacing:-.036em;text-align:center;margin:0 0 24px;color:var(--ref-navy)}
.home-care-options{display:grid;gap:12px}.home-care-option{width:100%;min-height:92px;display:grid;grid-template-columns:84px 1fr 30px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.95);border-radius:27px;padding:0 20px 0 14px;background:rgba(255,255,255,.75);color:var(--ref-navy);box-shadow:0 8px 18px rgba(28,78,126,.08),inset 0 0 0 1px rgba(190,220,242,.36);cursor:pointer;transition:.3s var(--ease)}.home-care-option:hover{transform:translateX(5px);background:#fff}.home-care-option.is-active{border-color:#ff4650;box-shadow:0 0 0 2px rgba(255,255,255,.78),0 0 22px rgba(241,27,36,.2),inset 0 0 20px rgba(255,233,235,.36)}.home-care-option__icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:#1265dd;background:#ddebff}.home-care-option__icon svg{width:42px;height:42px;stroke-width:1.7}.home-care-option:nth-child(3) .home-care-option__icon{color:var(--ref-aqua);background:#d5f7f5}.home-care-option.is-active .home-care-option__icon{color:var(--ref-red);background:#ffe1e3}.home-care-option strong{font-size:1.18rem;font-weight:680}.home-care-option__chevron{width:24px;height:24px;stroke-width:3}
.home-care-start{min-height:68px;margin-top:14px;border-radius:25px;display:grid;grid-template-columns:1fr 24px;align-items:center;padding:0 28px;color:#fff;background:linear-gradient(180deg,#fb242c,#ec111b);box-shadow:0 13px 25px rgba(232,17,27,.22);font-size:1.25rem;font-weight:650}.home-care-start span:first-child{text-align:center}.home-care-start svg{width:22px;height:22px;stroke-width:3}
@keyframes ref-blob-float{to{transform:translateY(-5px) rotate(.25deg)}}
.reference-wave{position:absolute;left:-5%;right:-5%;bottom:-1px;height:135px;overflow:hidden;z-index:1}.reference-wave:before,.reference-wave i{content:"";position:absolute;left:0;right:0;border-radius:50% 50% 0 0/100% 100% 0 0}.reference-wave:before{height:145px;top:25px;background:rgba(161,218,253,.4);transform:rotate(3deg)}.reference-wave i{height:110px;top:55px;background:#fff;transform:rotate(-2deg);box-shadow:0 -5px 0 rgba(255,255,255,.75)}
.trusted-ambulance{min-height:570px;display:grid;grid-template-columns:1fr 1.14fr;background:#fff;position:relative}.trusted-ambulance__media{min-height:570px;overflow:hidden;border-radius:0 52% 0 0/0 23% 0 0}.trusted-ambulance__media img{width:100%;height:100%;object-fit:cover;object-position:57% center;transform:scale(1.6);transform-origin:center bottom}.trusted-ambulance__copy{padding:65px 8vw 70px 55px}.trusted-ambulance__copy h2{font-size:clamp(3rem,4vw,4.25rem);line-height:1.04;letter-spacing:-.055em;color:var(--ref-navy);margin:0 0 25px}.trusted-ambulance__copy p{max-width:620px;font-size:1.08rem;color:#607491}.trusted-ambulance__copy .button{margin-top:15px;min-height:55px;border-radius:20px}
.reference-process{padding:90px 0 110px;background:linear-gradient(160deg,#f8fcff,#eaf6ff)}.reference-section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.reference-section-head h2{font-size:3.4rem;letter-spacing:-.05em;color:var(--ref-navy);margin:0}.reference-section-head p{max-width:610px;margin:0;color:#607491}.reference-process-rail,.reference-service-timeline{list-style:none;margin:0;padding:24px 45px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px;border:1px solid #bfd9ee;border-radius:50px;background:rgba(255,255,255,.7);box-shadow:var(--ref-shadow),inset 0 0 0 3px rgba(255,255,255,.62)}.reference-process-rail li,.reference-service-timeline li{display:grid;grid-template-columns:54px 65px 1fr;gap:14px;align-items:center;position:relative}.reference-process-rail li>span,.reference-service-timeline li>span{width:52px;height:52px;border:2px solid #0c5ad8;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;font-weight:760;background:#fff;color:var(--ref-navy)}.reference-process-rail li>svg,.reference-service-timeline li>svg{width:62px;height:62px;color:#0c4eb3}.reference-process-rail strong,.reference-service-timeline strong{font-size:.94rem}.reference-process-rail p,.reference-service-timeline p{font-size:.78rem;line-height:1.45;color:#607491;margin:6px 0 0}.reference-public-cta{background:#fff}.reference-public-cta .public-cta__inner p{margin:8px 0 0;color:#607491}

/* Approved service chooser */
.public-shell--services .public-header{padding-top:16px}.public-shell--services .public-header__inner{border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;padding-left:13px;padding-right:4px}.public-shell--services .public-brand{width:230px}.public-shell--services .public-brand img{height:116px}.public-shell--services .public-nav{margin-left:auto;gap:63px}.reference-services-page{position:relative;min-height:860px;padding:4px 0 50px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fafdff 42%,#f0f8ff 100%)}.reference-services-page>.public-container{width:min(1380px,calc(100% - 80px))}
.service-liquid-bg i{position:absolute;border-radius:50%;background:rgba(207,232,255,.5)}.service-liquid-bg i:first-child{width:650px;height:420px;left:-310px;top:70px;transform:rotate(21deg)}.service-liquid-bg i:last-child{width:520px;height:470px;right:-245px;top:155px}
.reference-services-heading{text-align:center;position:relative;z-index:2}.reference-services-heading h1{font-size:3.45rem;line-height:1;margin:0;color:var(--ref-navy);letter-spacing:-.045em}.reference-services-heading h1 span{color:var(--ref-red)}.reference-services-heading p{margin:13px 0 0;color:#69778e;font-size:1.28rem}
.reference-service-workspace.service-explorer{display:block;position:relative;z-index:2;margin-top:-2px}.reference-service-rail.service-explorer__nav{display:grid;grid-template-columns:1.16fr 1fr 1fr 1fr 1.12fr;gap:0;min-height:202px;border:1px solid #b9d5ed;border-radius:44px 44px 38px 48px;padding:5px;background:rgba(255,255,255,.55);box-shadow:0 15px 35px rgba(37,99,154,.12),inset 0 0 0 3px rgba(255,255,255,.76);overflow:visible}
.reference-service-rail.service-explorer__nav .reference-service-tab{position:relative;min-height:190px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;place-items:center;gap:5px;border:0;border-right:1px solid #bdd4e7;border-radius:31px;background:rgba(255,255,255,.22);color:var(--ref-navy);padding:25px 17px 23px;text-align:center;cursor:pointer;overflow:visible;transition:.28s var(--ease)}.reference-service-rail.service-explorer__nav .reference-service-tab:last-child{border-right:0}.reference-service-tab>svg{width:70px;height:70px;stroke-width:1.55}.reference-service-tab strong{font-size:1rem;line-height:1.25;max-width:170px}.reference-service-tab i{position:absolute;width:13px;height:13px;border-radius:50%;background:#71a8ea;border:3px solid #fff;bottom:-13px;box-shadow:0 0 0 1px #bfd9ee}.reference-service-rail.service-explorer__nav .reference-service-tab.is-active{color:var(--ref-red);background:linear-gradient(160deg,rgba(255,244,245,.86),rgba(255,218,222,.7));border:1px solid #ffb9be;box-shadow:0 0 26px rgba(239,27,36,.16),inset 0 0 34px rgba(255,255,255,.85);transform:none}.reference-service-rail.service-explorer__nav .reference-service-tab.is-active:after{content:"";position:absolute;left:5px;right:5px;bottom:5px;height:73px;border-radius:43px 43px 25px 25px/37px 37px 20px 20px;background:linear-gradient(180deg,#fa2932,#e91620);z-index:-1;box-shadow:0 7px 19px rgba(232,22,32,.2)}.reference-service-rail.service-explorer__nav .reference-service-tab.is-active strong{color:#fff;z-index:1}.reference-service-tab.is-active i{background:#f31d27;box-shadow:0 0 0 1px #f7afb3,0 0 12px 5px rgba(241,27,36,.18)}
.reference-service-detail-row{display:grid;grid-template-columns:1.7fr .98fr;gap:16px;margin-top:29px}.reference-service-panels.service-explorer__panels{min-height:300px;border:1px solid #b9d5ed;border-radius:44px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(238,248,255,.65));box-shadow:var(--ref-shadow),inset 0 0 0 4px rgba(255,255,255,.75);overflow:hidden}.reference-service-panels.service-explorer__panels article{height:300px;display:grid;grid-template-columns:43% 57%;align-items:center;padding:25px 38px;background:linear-gradient(150deg,rgba(255,236,238,.42),transparent 48%)}.reference-service-illustration{height:100%;display:grid;place-items:center;color:#e5232d;position:relative}.reference-service-illustration:before{content:"";position:absolute;width:300px;height:120px;bottom:-25px;left:-55px;background:radial-gradient(ellipse,rgba(244,35,46,.23),transparent 65%);transform:rotate(9deg)}.reference-service-illustration svg{width:275px;height:220px;stroke-width:1.25;position:relative}.reference-service-copy h2{font-size:2.3rem;line-height:1.03;letter-spacing:-.045em;color:#df252d;margin:0 0 12px}.reference-service-copy>i{display:block;width:45px;height:3px;background:#e91d26;margin-bottom:13px}.reference-service-copy p{font-size:1rem;line-height:1.45;color:#32435f;max-width:590px;margin-bottom:20px}.reference-service-actions{display:flex;gap:18px}.reference-service-actions .button{min-height:51px;border-radius:17px;padding-inline:20px;font-size:.92rem}
.reference-care-guide{min-height:300px;padding:22px 31px 16px;border:1px solid #b9d5ed;border-radius:44px 58px 43px 48px/44px 48px 51px 46px;background:rgba(255,255,255,.7);box-shadow:var(--ref-shadow),inset 0 0 0 4px rgba(255,255,255,.7)}.reference-care-guide h2{font-size:1.05rem;margin:0 0 8px}.reference-care-guide button{width:100%;height:61px;display:grid;grid-template-columns:52px 1fr 22px;gap:10px;align-items:center;text-align:left;border:1px solid #c8dced;border-radius:31px;background:rgba(255,255,255,.58);padding:4px 13px 4px 7px;color:#0d3c9a;cursor:pointer;box-shadow:0 5px 11px rgba(33,83,129,.07);transition:.22s var(--ease)}.reference-care-guide button+button{margin-top:3px}.reference-care-guide button:hover{transform:translateX(3px);background:#fff}.reference-care-guide button>svg{width:21px;height:21px;color:#276bd2;stroke-width:2.4}.reference-care-guide button strong{font-size:.79rem;line-height:1.2}.guide-icon{width:49px;height:49px;border-radius:50%;display:grid;place-items:center;background:#e9f2ff;color:#104db3}.guide-icon svg{width:30px;height:30px}.guide-icon--red{background:#ffe4e6;color:#e91923;border:1px solid #ffccd0;font-size:1.65rem}.guide-icon--cyan{background:#e0f8fc;color:#008fac}.reference-care-guide button:first-of-type strong{color:#ed1c26}.reference-care-guide button:nth-of-type(3) strong{color:#058aa8}.reference-care-guide>p{display:flex;align-items:center;gap:10px;margin:11px 9px 0;color:#134aab;font-size:.76rem}.reference-care-guide>p svg{width:25px;height:25px}
.reference-service-timeline{margin-top:23px;min-height:164px;padding:17px 58px;border-radius:48px}.reference-service-timeline:after{content:"";position:absolute}.reference-service-timeline li{grid-template-columns:52px 64px 1fr}.reference-service-timeline li:after{content:"";position:absolute;height:4px;left:20px;right:-40px;bottom:-11px;background:#a8c6eb;z-index:-1}.reference-service-timeline li:first-child:after{background:linear-gradient(90deg,#104bbf 0 53%,#a8c6eb 53%)}.reference-service-timeline li:last-child:after{right:30px}.reference-service-timeline li>span{width:50px;height:50px;font-size:1.45rem}.reference-service-timeline li>svg{width:57px;height:57px}.reference-service-timeline strong{font-size:.82rem}.reference-service-timeline p{font-size:.72rem}

/* Approved request workflow */
.public-shell--request{background:#fff}.public-shell--request main{min-height:100vh}.reference-request-page{position:relative;min-height:100vh;padding:11px;overflow:hidden;background:#fff}.request-page-waves i{position:absolute;display:block;border-radius:50%;background:rgba(224,241,255,.55)}.request-page-waves i:first-child{width:760px;height:530px;left:-320px;bottom:-215px;transform:rotate(13deg)}.request-page-waves i:last-child{width:700px;height:380px;right:25%;top:120px;background:radial-gradient(ellipse,rgba(199,237,255,.46),transparent 66%)}
.reference-request-frame{position:relative;width:min(1510px,calc(100vw - 22px));min-height:calc(100vh - 22px);margin:auto;border:1px solid #abc9e7;border-radius:24px;background:rgba(255,255,255,.74);box-shadow:inset 0 0 0 2px rgba(255,255,255,.8);padding:18px 33px 14px;z-index:1}
.reference-request-header{height:96px;display:flex;align-items:flex-start;justify-content:space-between;padding:0 4px;position:relative}.reference-request-header>a:first-child{width:205px}.reference-request-header img{width:100%;height:92px;object-fit:contain}.urgent-help-top{min-height:50px!important;border-radius:16px!important;padding:0 20px!important;margin-top:12px;border:2px solid #fff;box-shadow:0 0 0 1px #e71923,0 8px 18px rgba(231,25,35,.18);font-size:.86rem!important}.request-mobile-menu,.request-mobile-popover{display:none}
.reference-request-layout{display:grid;grid-template-columns:330px minmax(620px,760px);gap:28px;align-items:start;justify-content:center}.reference-request-aside{padding:85px 15px 0 12px}.reference-request-aside h1{font-size:1.9rem;line-height:1.1;letter-spacing:-.05em;color:#0c224b;margin:0 0 20px}.reference-request-aside h1 span{white-space:nowrap}.reference-request-aside>div:first-child p{font-size:.93rem;line-height:1.55;color:#50627d;max-width:320px}
.request-vertical-steps{display:grid;margin:11px 0 30px}.request-vertical-steps span{position:relative;min-height:70px;display:flex;align-items:flex-start;gap:15px;font-size:.9rem;color:#244064}.request-vertical-steps span:not(:last-child):after{content:"";position:absolute;left:17px;top:38px;bottom:-2px;width:1px;background:#a9c2df}.request-vertical-steps b{width:36px;height:36px;border:1px solid #b7cbe2;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:1rem;font-weight:550;flex:0 0 auto}.request-vertical-steps span.is-active{color:#0647bd;font-weight:650}.request-vertical-steps span.is-active b{color:#fff;background:#1058d4;border-color:#1058d4}.request-vertical-steps span.is-complete b{color:#fff;background:#10a381;border-color:#10a381}
.request-safety-card{display:grid;grid-template-columns:36px 1fr;gap:8px;padding:21px 18px 16px;border:1px solid #bad5ed;border-radius:21px;background:rgba(255,255,255,.7);box-shadow:0 9px 22px rgba(31,83,128,.08)}.request-safety-card>svg{width:32px;height:32px;color:#0b58c9}.request-safety-card strong{font-size:.72rem}.request-safety-card p{font-size:.66rem;line-height:1.45;color:#5e718c;margin:4px 0}.request-safety-card .button{grid-column:1/-1;min-height:53px;margin-top:7px;border-radius:15px;font-size:.91rem}.request-safety-card small{grid-column:1/-1;text-align:center;color:#50627d;font-size:.66rem}
.reference-request-form{position:relative;padding:38px 48px 20px;border:2px solid rgba(178,217,240,.86);border-radius:14% 9% 8% 12%/8% 13% 9% 12%;background:linear-gradient(145deg,rgba(246,252,255,.76),rgba(232,247,255,.55));box-shadow:0 0 0 5px rgba(255,255,255,.68),0 18px 45px rgba(40,102,153,.12),inset 0 0 38px rgba(255,255,255,.86);backdrop-filter:blur(24px);min-width:0}.reference-request-form:before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.96);border-radius:inherit;pointer-events:none}.reference-request-form>section{position:relative}.request-mobile-steps{display:none}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}
.request-primary-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:55px;align-items:end}.reference-field{display:grid;gap:8px;color:#122a50;font-size:.76rem;font-weight:520}.reference-field input,.reference-field select,.reference-field textarea,.reference-request-form .form-grid input,.reference-request-form .form-grid select{width:100%;border:1px solid #9fb9dc;border-radius:10px;background:rgba(255,255,255,.82);color:#172944;padding:0 14px;font-size:.75rem;outline:0;transition:.2s var(--ease)}.reference-field input,.reference-field select,.reference-request-form .form-grid input,.reference-request-form .form-grid select{height:45px}.reference-field textarea{padding-top:13px;resize:vertical}.reference-field input:focus,.reference-field select:focus,.reference-field textarea:focus,.reference-request-form .form-grid input:focus,.reference-request-form .form-grid select:focus{border-color:#1b66e4;box-shadow:0 0 0 3px rgba(27,102,228,.1)}.reference-field--wide{margin-top:28px}
.reference-priority{border:0;padding:0;margin:0}.reference-priority legend{margin-bottom:8px;color:#122a50;font-size:.76rem}.reference-priority>div{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:7px}.reference-priority label{height:45px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #a9bfdc;border-radius:10px;background:rgba(255,255,255,.72);font-size:.68rem;cursor:pointer}.reference-priority label.is-selected,.reference-priority label:has(input:checked){border-color:#1359d6;color:#064bce;box-shadow:0 4px 12px rgba(20,85,203,.1)}.reference-priority input,.reference-journey input{position:absolute;opacity:0;pointer-events:none}.reference-priority i{width:7px;height:7px;border-radius:50%;border:2px solid #ff941d}.reference-priority i.check{width:10px;height:7px;border:0;border-left:2px solid #0c5ed8;border-bottom:2px solid #0c5ed8;border-radius:0;transform:rotate(-45deg);margin-top:-4px}.reference-priority i.dot-red{background:#ed1a25;border-color:#ed1a25}
.reference-route-builder{margin-top:28px}.reference-route-builder>strong{display:block;font-size:.76rem;font-weight:520;margin-bottom:9px}.reference-route-list{border:1px solid #b1c9e3;border-radius:10px;background:rgba(255,255,255,.42);overflow:hidden}.reference-route-row.route-row{position:relative;display:grid;grid-template-columns:22px 30px 1fr 145px;gap:8px;align-items:center;min-height:61px;padding:6px 14px 6px 8px;border:0;border-top:1px solid #c7d8e9}.reference-route-row.route-row:first-child{border-top:0}.reference-route-row.route-row .route-grip{width:auto;height:auto;background:none;border-radius:0;color:#5d7090;font-size:1rem}.reference-route-row.route-row .route-number{width:30px;height:30px;border-radius:50%;border:1px solid #c3d3e3;background:#fff;color:#324866;font-size:.75rem;font-weight:500}.reference-route-row label{display:grid;gap:0;position:relative;border:1px solid #b4c7df;border-radius:8px;background:#fff;padding:4px 38px 3px 11px}.reference-route-row label b{font-size:.57rem;color:#62728a;font-weight:500}.reference-route-row.route-row input{height:23px;border:0;border-radius:0;background:transparent;padding:0;font-size:.69rem}.reference-route-row.route-row input:focus{box-shadow:none}.reference-route-row .route-locate{width:145px;height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #1b65dd;border-radius:9px;color:#0752cc;background:rgba(255,255,255,.75);font-size:.58rem}.reference-route-row .route-locate svg{width:16px;height:16px}.reference-route-row .route-remove{position:absolute;right:171px;top:20px;width:25px;height:25px;border:0;background:transparent;color:#40506a;font-size:1.1rem}.reference-route-row .route-remove:disabled{display:none}.reference-add-route{width:100%;height:42px;margin-top:7px;border:1px dashed #7ea8df;border-radius:8px;background:rgba(255,255,255,.25);color:#0a4cc6;font-size:.67rem;cursor:pointer}.reference-add-route b{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;margin-right:9px;background:#0c55cf;color:#fff;font-size:.8rem}
.destination-mode-wrap{margin-top:20px}.destination-custom{margin-top:10px}.reference-journey{border:0;padding:0;margin:20px 0 0}.reference-journey legend{margin-bottom:8px;font-size:.76rem;color:#122a50}.reference-journey>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.reference-journey label{min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #aebfda;border-radius:11px;background:rgba(255,255,255,.54);cursor:pointer;color:#12376e;position:relative}.reference-journey label.is-selected,.reference-journey label:has(input:checked){border-color:#145bdd;color:#0853d2;box-shadow:0 5px 15px rgba(15,82,204,.11)}.reference-journey label:has(input:checked):after{content:"✓";position:absolute;right:7px;top:6px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#115bd5;color:#fff;font-size:.66rem}.reference-journey svg{width:35px;height:35px;margin-bottom:4px}.reference-journey strong{font-size:.63rem;font-weight:520}.reference-journey small{font-size:.54rem;color:#7a8496}.reference-request-actions{display:flex;justify-content:flex-end;margin-top:24px}.reference-request-actions .button--blue-flow{min-width:295px;border-radius:10px}.reference-request-actions--split{justify-content:space-between}.request-step-heading span{font-size:.65rem;text-transform:uppercase;letter-spacing:.09em;color:#0b57ce;font-weight:750}.request-step-heading h2{font-size:2.1rem;letter-spacing:-.04em;margin:5px 0;color:var(--ref-navy)}.request-step-heading p{color:#607491;font-size:.83rem}.reference-request-form .form-grid{margin:22px 0;gap:14px}.reference-request-form .form-grid label{font-size:.7rem;color:#314969}.reference-request-form .support-choice-grid{margin:20px 0}.request-security-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;color:#6e7990;font-size:.7rem;font-style:italic}.request-security-note svg{width:20px;height:20px;color:#133f90}.request-msp-credit{display:block;width:max-content;margin:8px auto 0;color:#9ba6b6;font-size:.55rem;letter-spacing:.04em}.request-mobile-urgent{display:none}
.request-phone-preview{display:none}.request-phone-preview>p{text-align:center;color:#66758c;font-size:.7rem}.request-phone-screen{height:690px;border:4px double #b8cae0;border-radius:49px;background:#fff;padding:20px 13px 13px;box-shadow:0 13px 30px rgba(31,68,115,.12);display:flex;flex-direction:column;color:#0d2d64;overflow:hidden}.request-phone-screen header{display:flex;align-items:center;justify-content:space-between}.request-phone-screen header img{width:118px;height:66px;object-fit:contain}.request-phone-screen header span{font-size:1.3rem;color:#1c4b83}.phone-step-dots{display:grid;grid-template-columns:25px 1fr 25px 1fr 25px 1fr 25px;align-items:center;margin-top:9px}.phone-step-dots b{width:24px;height:24px;border:1px solid #b8c8dc;border-radius:50%;display:grid;place-items:center;font-size:.57rem}.phone-step-dots b:first-child{background:#0e58d3;color:#fff}.phone-step-dots i{height:1px;background:#b8c8dc}.request-phone-screen>small{text-align:left;margin:5px 4px 13px;color:#0b51c2;font-size:.57rem}.request-phone-screen>label{display:grid;gap:5px;margin-bottom:12px;font-size:.58rem}.request-phone-screen>label span{display:block;min-height:32px;padding:9px;border:1px solid #b7c9df;border-radius:7px;font-size:.54rem;color:#485b78}.request-phone-screen>label:last-of-type span{margin-top:-1px;border-radius:5px}.request-phone-screen>button{min-height:31px;border:1px dashed #74a1dd;border-radius:6px;background:#f8fbff;color:#0e53c8;font-size:.52rem}.request-phone-screen .phone-continue{border:2px solid #fff;background:#0f56d2;color:#fff;box-shadow:0 0 0 1px #0f56d2;margin-top:auto}.request-phone-screen>a{min-height:42px;margin:13px -9px -8px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:8px;background:#ee111c;color:#fff;font-size:.66rem;font-weight:700}.request-phone-screen>a svg{width:18px;height:18px}
@media(min-width:1410px){.reference-request-layout{grid-template-columns:330px minmax(620px,760px) 300px;gap:28px}.request-phone-preview{display:block;padding-top:72px;transform:translateX(28px)}.reference-request-frame{padding-inline:33px}.reference-request-aside{padding-left:12px}.reference-request-form{padding-inline:48px;transform:translateX(28px)}}

@media(max-width:1200px){.public-nav{gap:25px}.public-nav a{font-size:.86rem}.public-brand{width:210px}.public-header__actions .button{padding-inline:18px}.button--nav-request{min-width:190px}.reference-home-grid{gap:28px}.reference-home-copy{padding-left:10px}.home-care-blob__inner{width:85%}.reference-service-copy h2{font-size:1.9rem}.reference-service-panels.service-explorer__panels article{padding-inline:24px}.reference-service-timeline{padding-inline:28px}.reference-request-layout{grid-template-columns:285px minmax(0,760px);gap:20px}.reference-request-aside h1{font-size:2rem}}
@media(max-width:980px){.public-header__inner{min-height:90px;border-radius:32px;padding:7px 15px}.public-brand{width:180px}.public-brand img{height:78px}.nav-toggle{display:grid;margin-left:auto}.public-header__actions{margin-left:auto}.public-header__actions .button{min-height:50px}.public-nav{display:none;position:absolute;left:32px;right:32px;top:105px;margin:0;padding:14px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--ref-shadow);gap:4px}.public-nav.is-open{display:grid}.public-nav a{padding:12px;border-radius:13px}.public-nav a.is-current:after{display:none}.reference-home-hero{margin-top:-114px;padding-top:165px}.reference-home-grid{grid-template-columns:1fr}.reference-home-copy{text-align:center;padding:35px 0 10px}.reference-home-copy p{font-size:1.15rem}.reference-home-actions{justify-content:center}.home-care-blob{width:min(680px,100%);margin:15px auto 0}.trusted-ambulance{grid-template-columns:1fr}.trusted-ambulance__media{height:460px;min-height:0;border-radius:0}.reference-process-rail,.reference-service-timeline{grid-template-columns:1fr}.reference-services-page{padding-top:22px}.reference-service-rail.service-explorer__nav{grid-template-columns:repeat(5,220px);overflow-x:auto;min-height:170px;border-radius:30px}.reference-service-rail.service-explorer__nav .reference-service-tab{min-height:158px}.reference-service-detail-row{grid-template-columns:1fr}.reference-service-panels.service-explorer__panels article{height:auto;min-height:350px}.reference-service-timeline li:after{display:none}.reference-request-layout{grid-template-columns:240px minmax(0,1fr)}.reference-request-aside{padding-left:0}.reference-request-form{padding-inline:28px}.request-primary-grid{gap:20px}.reference-route-row.route-row{grid-template-columns:18px 28px 1fr}.reference-route-row .route-locate{display:none}.reference-route-row .route-remove{right:14px}.reference-journey>div{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.public-container{width:calc(100% - 28px)}.public-header{padding:9px 0}.public-header__inner{min-height:74px;border-radius:24px;padding:5px 9px 5px 13px}.public-brand{width:142px}.public-brand img{height:62px}.public-header__actions{display:none}.nav-toggle{width:40px;height:40px}.public-nav{left:14px;right:14px;top:82px}.reference-home-hero{min-height:auto;margin-top:-92px;padding:135px 0 105px}.reference-home-copy{text-align:left;padding:20px 0}.reference-home-copy h1{font-size:3.6rem}.reference-home-copy p{font-size:1rem}.desktop-break{display:none}.reference-home-actions{display:grid;gap:12px}.reference-home-actions .button{min-width:0!important;width:100%;min-height:58px;font-size:1rem}.home-care-blob{min-height:480px;border-radius:34% 43% 31% 40%/25% 36% 29% 39%}.home-care-blob__inner{padding:55px 0 38px;width:88%}.home-care-blob h2{font-size:1.55rem}.home-care-option{min-height:72px;grid-template-columns:58px 1fr 24px;border-radius:20px}.home-care-option__icon{width:52px;height:52px}.home-care-option__icon svg{width:31px;height:31px}.home-care-option strong{font-size:.93rem}.home-care-start{min-height:58px;font-size:1rem}.reference-wave{height:85px}.trusted-ambulance__media{height:320px}.trusted-ambulance__copy{padding:55px 25px}.trusted-ambulance__copy h2{font-size:2.55rem}.reference-process{padding:65px 0}.reference-section-head{display:block}.reference-section-head h2{font-size:2.65rem}.reference-section-head p{margin-top:16px}.reference-process-rail{padding:28px 20px;border-radius:30px}.reference-process-rail li{grid-template-columns:45px 54px 1fr}.reference-process-rail li>span{width:43px;height:43px}.reference-process-rail li>svg{width:48px;height:48px}.public-shell--services .public-header__inner{padding-inline:13px}.public-shell--services .public-brand{width:145px}.reference-services-heading h1{font-size:2.55rem}.reference-services-heading p{font-size:1rem}.reference-service-rail.service-explorer__nav{grid-template-columns:repeat(5,175px);min-height:150px}.reference-service-rail.service-explorer__nav .reference-service-tab{min-height:140px;padding:17px 12px}.reference-service-tab>svg{width:52px;height:52px}.reference-service-tab strong{font-size:.8rem}.reference-service-detail-row{margin-top:22px}.reference-service-panels.service-explorer__panels{border-radius:30px}.reference-service-panels.service-explorer__panels article{grid-template-columns:1fr;padding:25px 22px}.reference-service-illustration{height:150px}.reference-service-illustration svg{width:135px;height:135px}.reference-service-copy h2{font-size:1.9rem}.reference-service-copy p{font-size:.88rem}.reference-service-actions{display:grid}.reference-service-actions .button{width:100%}.reference-care-guide{border-radius:30px;padding:22px 16px}.reference-service-timeline{padding:25px 20px;border-radius:30px}.reference-service-timeline li{grid-template-columns:44px 52px 1fr}.reference-service-timeline li>span{width:43px;height:43px}.reference-service-timeline li>svg{width:46px;height:46px}.reference-request-page{padding:0 0 70px}.reference-request-frame{width:100%;min-height:100vh;border:0;border-radius:0;padding:8px 14px 35px}.reference-request-header{height:82px;padding:0}.reference-request-header>a:first-child{width:145px}.reference-request-header img{height:72px}.urgent-help-top{display:none}.request-mobile-menu{display:grid;width:38px;height:38px;align-content:center;gap:4px;margin-top:18px;border:0;border-radius:9px;background:#f0f7fb;padding:9px}.request-mobile-menu span{height:2px;background:#315278;border-radius:2px}.reference-request-layout{display:block}.reference-request-aside,.request-phone-preview{display:none}.reference-request-form{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.reference-request-form:before{display:none}.request-mobile-steps{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;margin:4px 0 35px}.request-mobile-steps span{position:relative;display:grid;justify-items:center;color:#5f708b;font-size:.54rem;text-align:center}.request-mobile-steps span:after{content:"";position:absolute;left:50%;right:-50%;top:13px;height:1px;background:#b9c9dc;z-index:-1}.request-mobile-steps span:last-child:after{display:none}.request-mobile-steps b{width:27px;height:27px;border:1px solid #b7c7da;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:.58rem}.request-mobile-steps em{font-style:normal;margin-top:6px}.request-mobile-steps span.is-active{color:#0c4ec2}.request-mobile-steps span.is-active b{background:#0e58d3;color:#fff;border-color:#0e58d3}.request-mobile-steps span.is-complete b{background:#0ca57f;color:#fff}.request-primary-grid{grid-template-columns:1fr;gap:17px}.reference-field--wide{margin-top:18px}.reference-route-builder{margin-top:20px}.reference-route-row.route-row{grid-template-columns:16px 25px 1fr;min-height:62px;padding:5px 6px}.reference-route-row.route-row .route-number{width:24px;height:24px}.reference-route-row label{padding-right:26px}.reference-route-row .route-remove{right:9px;top:18px}.reference-add-route{height:35px}.destination-mode-wrap{margin-top:15px}.reference-journey>div{grid-template-columns:repeat(2,1fr);gap:8px}.reference-journey label{min-height:76px}.reference-request-actions{display:grid}.reference-request-actions .button{width:100%;min-width:0}.reference-request-actions--split{grid-template-columns:1fr;gap:8px}.request-step-heading h2{font-size:1.8rem}.reference-request-form .form-grid{grid-template-columns:1fr}.support-choice-grid{grid-template-columns:1fr}.review-panel{grid-template-columns:1fr}.request-security-note{margin:22px 0 0}.request-msp-credit{margin-top:7px}.request-mobile-urgent{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;min-height:48px;border:2px solid #fff;border-radius:23px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:#ec111b;box-shadow:0 0 0 1px #e31822,0 8px 25px rgba(227,24,34,.25);font-size:.8rem;font-weight:700}.request-mobile-urgent svg{width:20px;height:20px}}
@media(max-width:420px){.reference-home-copy h1{font-size:3.1rem}.home-care-blob__inner{width:91%}.home-care-option{padding-right:13px}.reference-services-heading h1{font-size:2.2rem}.reference-priority>div{gap:4px}.reference-priority label{font-size:.59rem}.reference-route-row label input{font-size:.61rem}.reference-request-frame{padding-inline:12px}}
@media(max-width:980px){.public-shell:not(.public-shell--services) .public-header__inner{min-height:90px}.public-shell:not(.public-shell--services) .public-brand img{height:78px;padding-left:3px}}
@media(max-width:720px){.public-shell:not(.public-shell--services) .public-header__inner{min-height:74px}.public-shell:not(.public-shell--services) .public-brand img{height:62px;padding-left:0}}
@media(max-width:720px){.request-mobile-popover:not([hidden]){position:absolute;right:0;top:67px;z-index:120;display:grid;min-width:180px;padding:9px;border:1px solid #bfd3e8;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 16px 34px rgba(22,61,104,.16)}.request-mobile-popover a{padding:10px 12px;border-radius:10px;color:#14365f;font-size:.75rem;font-weight:650}.request-mobile-popover a:hover{background:#eef7ff;color:#0b53c9}}
@media(prefers-reduced-motion:reduce){.home-care-blob{animation:none}.home-care-option,.reference-care-guide button{transition:none}}
