:root{--ds-brand-50:#eef5ff;--ds-brand-100:#dceaff;--ds-brand-500:#1769e8;--ds-brand-600:#115acb;--ds-brand-700:#0d4aa8;--ds-navy-700:#123c68;--ds-navy-900:#0b2b55;--ds-text-primary:#12233f;--ds-text-secondary:#60718a;--ds-text-muted:#8b9aaf;--ds-text-disabled:#a8b4c4;--ds-page:#f5f8fc;--ds-surface:#ffffff;--ds-surface-soft:#f8fbff;--ds-surface-blue:#eef5ff;--ds-border:#e4ebf4;--ds-border-strong:#d5e0ed;--ds-success:#3b8e73;--ds-success-soft:#eaf6f1;--ds-warning:#b77824;--ds-warning-soft:#fff5e8;--ds-purple:#6657b7;--ds-purple-soft:#f2efff;--ds-radius-xs:8px;--ds-radius-control:11px;--ds-radius-card:16px;--ds-radius-large:20px;--ds-radius-pill:999px;--ds-shadow-surface:0 8px 28px rgba(18,43,78,.055);--ds-shadow-raised:0 12px 32px rgba(18,43,78,.09);--ds-shadow-popover:0 18px 44px rgba(18,43,78,.14);--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:20px;--ds-space-6:24px;--ds-space-8:32px;--ds-space-10:40px;--ds-space-12:48px;--ds-space-16:64px;--ds-font-sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",sans-serif;--ds-text-meta:12px;--ds-text-badge:13px;--ds-text-supporting:14px;--ds-text-body:15px;--ds-text-important:16px;--ds-text-nav:16px;--ds-text-card:18px;--ds-text-section:clamp(24px,1.7vw,28px);--ds-text-page:clamp(38px,2.65vw,42px);--ds-text-hero:clamp(44px,3.1vw,50px);--ds-leading-tight:1.18;--ds-leading-compact:1.38;--ds-leading-body:1.65;--ds-leading-supporting:1.58;--ds-weight-regular:400;--ds-weight-medium:550;--ds-weight-semibold:650;--ds-weight-bold:720;--ds-header-desktop:74px;--ds-header-mobile:64px;--ds-control-sm:36px;--ds-control-md:44px;--ds-control-lg:48px;--ds-focus-ring:0 0 0 3px rgba(23,105,232,.12);--ds-transition:160ms ease;--color-primary:var(--ds-brand-500);--color-primary-hover:var(--ds-brand-600);--color-primary-light:var(--ds-brand-50);--color-navy:var(--ds-navy-700);--color-dark:var(--ds-text-primary);--color-text-primary:var(--ds-text-primary);--color-text-secondary:var(--ds-text-secondary);--color-text-muted:var(--ds-text-muted);--color-text-disabled:var(--ds-text-disabled);--color-bg:var(--ds-page);--color-bg-card:var(--ds-surface);--color-bg-soft:var(--ds-surface-soft);--color-border:var(--ds-border-strong);--color-border-light:var(--ds-border);--color-success:var(--ds-success);--radius-card:var(--ds-radius-large);--shadow-card:var(--ds-shadow-surface);--ink:var(--ds-text-primary);--muted:var(--ds-text-muted);--blue:var(--ds-brand-500);--line:var(--ds-border);--paper:var(--ds-page)}@media (max-width:767px){:root{--ds-text-nav:15px;--ds-text-card:17px;--ds-text-section:clamp(18px,5vw,20px);--ds-text-page:clamp(26px,7vw,28px);--ds-text-hero:clamp(28px,7.6vw,30px)}}body,html{font-family:var(--ds-font-sans)}body{background:var(--ds-page);color:var(--ds-text-primary);font-size:var(--ds-text-body);line-height:var(--ds-leading-body)}button,input,select,textarea{font-family:inherit}button{-webkit-tap-highlight-color:transparent}.site-icon{display:block;width:1.15em;height:1.15em;flex:0 0 auto}.brand-button{padding:0;border:0;background:transparent;color:var(--ds-text-primary);cursor:pointer;text-align:left}.brand-button,.brand-logo{min-width:0;display:inline-flex;align-items:center}.brand-logo{gap:var(--ds-space-3)}.brand-button>.brand-logo{display:inline-flex!important;flex-direction:row!important;gap:var(--ds-space-3)!important}.brand-logo-symbol{position:relative;width:var(--brand-logo-size);height:var(--brand-logo-size);display:grid;place-items:center;flex:0 0 var(--brand-logo-size);overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:calc(var(--brand-logo-size) * .27);background:linear-gradient(145deg,#1677ef 0,var(--ds-brand-600) 54%,var(--ds-navy-900) 100%);color:#fff;box-shadow:0 5px 14px rgba(13,74,168,.14),inset 0 1px 0 rgba(255,255,255,.22)}.brand-logo-symbol:before{content:"";position:absolute;inset:1px;border:1px solid rgba(255,255,255,.12);border-radius:inherit}.brand-logo-symbol>strong{position:relative;z-index:2;margin-top:-3px;font-size:calc(var(--brand-logo-size) * .43);font-weight:720;letter-spacing:-.065em;line-height:1}.brand-logo-symbol svg{position:absolute;z-index:1;inset:0;width:100%;height:100%;color:rgba(255,255,255,.34)}.brand-logo-copy{min-width:0;display:grid;align-content:center;gap:3px;line-height:1}.brand-logo-copy>strong{overflow:hidden;color:var(--ds-text-primary);font-size:17px;font-weight:var(--ds-weight-bold);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.brand-logo-copy>small{color:var(--ds-text-muted);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-medium);letter-spacing:.035em;white-space:nowrap}.brand-logo-icon{gap:0}.ui-button{min-height:var(--ds-control-md);display:inline-flex;align-items:center;justify-content:center;gap:var(--ds-space-2);padding:0 var(--ds-space-4);border:1px solid transparent;border-radius:var(--ds-radius-control);cursor:pointer;font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-semibold);line-height:1;text-decoration:none;white-space:nowrap;transition:color var(--ds-transition),background var(--ds-transition),border-color var(--ds-transition),box-shadow var(--ds-transition),transform var(--ds-transition)}.ui-button:hover{transform:translateY(-1px)}.ui-button:focus-visible,.ui-input:focus-visible{outline:0;box-shadow:var(--ds-focus-ring)}.ui-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.ui-button-primary{background:var(--ds-brand-500);color:#fff}.ui-button-primary:hover{background:var(--ds-brand-600)}.ui-button-secondary{border-color:var(--ds-border-strong);background:var(--ds-surface);color:var(--ds-text-secondary)}.ui-button-secondary:hover{border-color:#b6c9df;background:var(--ds-surface-blue);color:var(--ds-brand-600)}.ui-button-ghost{background:transparent;color:var(--ds-text-secondary)}.ui-button-ghost:hover{background:var(--ds-surface-blue);color:var(--ds-brand-600)}.ui-button-icon{width:var(--ds-control-md);padding:0;border-color:var(--ds-border);background:var(--ds-surface);color:var(--ds-navy-700)}.ui-button-sm{min-height:var(--ds-control-sm);padding-inline:var(--ds-space-3);font-size:var(--ds-text-badge)}.ui-button-lg{min-height:var(--ds-control-lg);padding-inline:var(--ds-space-5);font-size:var(--ds-text-important)}.ui-input{min-width:0;min-height:var(--ds-control-md);padding:0 var(--ds-space-3);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-control);outline:0;background:var(--ds-surface);color:var(--ds-text-primary);font-size:var(--ds-text-supporting);line-height:var(--ds-leading-compact);transition:border-color var(--ds-transition),box-shadow var(--ds-transition),background var(--ds-transition)}.ui-input::placeholder{color:var(--ds-text-muted)}.ui-input:hover{border-color:#becfe2}.ui-input:focus{border-color:var(--ds-brand-500);background:var(--ds-surface);box-shadow:var(--ds-focus-ring)}.ui-surface-card{border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);box-shadow:var(--ds-shadow-surface);transition:border-color var(--ds-transition),box-shadow var(--ds-transition),transform var(--ds-transition)}.ui-surface-card:hover{border-color:#d5e2f0;box-shadow:var(--ds-shadow-raised)}.desktop-site-header{position:sticky;z-index:100;top:0;height:var(--ds-header-desktop);display:grid;grid-template-columns:auto minmax(0,1fr) clamp(248px,18vw,288px) auto;align-items:center;gap:clamp(10px,.9vw,14px);padding:0 clamp(14px,1.65vw,28px);border-bottom:1px solid var(--ds-border);background:rgba(255,255,255,.96);box-shadow:0 3px 14px rgba(18,43,78,.035);-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}.mobile-site-header{display:none}.desktop-site-header .header-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(16px,1.35vw,26px)}.desktop-site-header .header-more-menu>button,.desktop-site-header .header-nav>button{position:relative;height:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-nav);font-weight:var(--ds-weight-medium);line-height:1;white-space:nowrap;transition:color var(--ds-transition)}.desktop-site-header .header-more-menu>button:after,.desktop-site-header .header-nav>button:after{content:"";position:absolute;right:0;bottom:-16px;left:0;height:2px;border-radius:2px;background:var(--ds-brand-500);opacity:0;transform:scaleX(.4);transition:opacity var(--ds-transition),transform var(--ds-transition)}.desktop-site-header .header-more-menu>button.active,.desktop-site-header .header-more-menu>button:hover,.desktop-site-header .header-nav>button.active,.desktop-site-header .header-nav>button:hover{background:transparent;color:var(--ds-brand-600)}.desktop-site-header .header-more-menu>button.active:after,.desktop-site-header .header-nav>button.active:after{opacity:1;transform:scaleX(1)}.desktop-site-header .header-search{position:relative;width:100%;min-width:0;max-width:none;height:var(--ds-control-md);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;justify-self:stretch;padding:0 11px;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-control);background:var(--ds-surface-soft);transition:border-color var(--ds-transition),box-shadow var(--ds-transition),background var(--ds-transition)}.desktop-site-header .header-search:focus-within{border-color:var(--ds-brand-500);background:#fff;box-shadow:var(--ds-focus-ring)}.desktop-site-header .header-search>.site-icon{color:var(--ds-text-muted);font-size:18px}.desktop-site-header .header-search .ui-input{width:100%;min-height:0;height:38px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:var(--ds-text-supporting)}.desktop-site-header .header-search kbd{padding:4px 7px;border:1px solid var(--ds-border);border-radius:6px;background:#fff;color:var(--ds-text-muted);font-size:var(--ds-text-meta);box-shadow:0 1px 2px rgba(18,43,78,.04)}.desktop-site-header .header-actions{min-width:max-content;display:flex;align-items:center;justify-content:flex-end;gap:var(--ds-space-2)}.desktop-site-header .header-plan-button{min-width:104px}.desktop-site-header .header-plan-button>span{width:auto;height:auto;background:transparent;font-size:16px}.desktop-site-header .header-plan-button b{display:grid;place-items:center;color:var(--ds-text-muted)}.desktop-site-header .header-ai-button{min-width:140px;box-shadow:0 7px 18px rgba(23,105,232,.15)}.desktop-site-header .header-menu-button{display:none}.header-more-menu,.header-plan-menu{position:relative}.header-more-popover,.header-plan-popover,.header-search-results{border-color:var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover)}.header-more-popover button,.header-plan-popover>button,.header-search-results>button{border-radius:var(--ds-radius-xs)}.header-more-popover button:hover,.header-plan-popover>button:hover,.header-search-results>button:hover{background:var(--ds-surface-blue);color:var(--ds-brand-600)}@media (min-width:1280px){.desktop-site-header .header-nav>.nav-compact-hidden{display:inline-flex}.desktop-site-header .header-more-menu{display:none}}@media (min-width:1200px) and (max-width:1279px){.desktop-site-header{grid-template-columns:auto minmax(0,1fr) 210px auto;padding-inline:12px;gap:9px}.desktop-site-header .brand-logo-copy>strong{font-size:16px}.desktop-site-header .header-nav{gap:14px}.desktop-site-header .header-nav>.nav-compact-hidden{display:none}.desktop-site-header .header-more-menu{display:block}.desktop-site-header .header-actions{gap:6px}.desktop-site-header .header-plan-button{min-width:96px;padding-inline:10px}.desktop-site-header .header-ai-button{min-width:126px;padding-inline:11px}}@media (min-width:768px) and (max-width:1199px){.desktop-site-header{grid-template-columns:auto minmax(220px,1fr) auto;padding-inline:16px}.desktop-site-header .header-nav{position:fixed;z-index:120;top:calc(var(--ds-header-desktop) + 8px);right:16px;width:272px;display:none;align-items:stretch;flex-direction:column;gap:2px;padding:10px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover)}.desktop-site-header .header-nav.is-open{display:flex}.desktop-site-header .header-nav>button{min-height:44px;justify-content:flex-start;padding:0 12px;border-radius:var(--ds-radius-xs)}.desktop-site-header .header-nav>button:after{display:none}.desktop-site-header .header-nav>button.active{background:var(--ds-surface-blue)}.desktop-site-header .header-nav>.nav-compact-hidden{display:flex}.desktop-site-header .header-more-menu,.desktop-site-header .header-plan-menu{display:none}.desktop-site-header .nav-mobile-ai,.desktop-site-header .nav-mobile-plan{display:flex!important}.desktop-site-header .header-search{max-width:460px}.desktop-site-header .header-menu-button{display:inline-flex}.desktop-site-header .header-ai-button{display:none}}.nav-mobile-ai,.nav-mobile-plan{display:none!important}@media (max-width:767px){.app-header.desktop-site-header,.app-header.desktop-site-header .desktop-header-nav{display:none}.mobile-site-header{position:sticky;z-index:100;top:0;height:calc(var(--ds-header-mobile) + env(safe-area-inset-top));display:flex;align-items:flex-end;gap:var(--ds-space-2);padding:env(safe-area-inset-top) 13px 10px;border-bottom:1px solid var(--ds-border);background:rgba(255,255,255,.97);box-shadow:0 3px 14px rgba(18,43,78,.035);-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%)}.mobile-site-header>.brand-button{min-width:0;height:44px;flex:1 1 auto}.mobile-site-header .brand-logo{gap:9px}.mobile-site-header .brand-logo-copy>strong{font-size:16px}.mobile-site-header .header-actions{min-width:max-content;display:flex;align-items:center;gap:6px}.mobile-site-header .mobile-header-action{width:44px;height:44px;padding:0}.mobile-site-header .header-mobile-search{display:none}.mobile-site-header .header-menu-button{display:inline-flex}.mobile-site-header .header-menu-button .site-icon{width:20px;height:20px}.mobile-site-header .header-nav{position:fixed;z-index:120;top:calc(var(--ds-header-mobile) + env(safe-area-inset-top) + 8px);right:12px;left:12px;width:auto;display:none;align-items:stretch;flex-direction:column;gap:2px;padding:10px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover)}.mobile-site-header .header-nav.is-open{display:flex}.mobile-site-header .header-nav>button{min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border:0;border-radius:var(--ds-radius-xs);background:transparent;color:var(--ds-text-secondary);font-size:var(--ds-text-important);font-weight:var(--ds-weight-medium);text-align:left}.mobile-site-header .header-nav>button.active{background:var(--ds-surface-blue);color:var(--ds-brand-600)}.mobile-site-header .header-nav>.nav-compact-hidden{display:flex}.mobile-site-header .header-more-menu,.mobile-site-header .header-plan-menu{display:none}.mobile-site-header .nav-mobile-ai,.mobile-site-header .nav-mobile-plan{display:flex!important}.mobile-site-header .nav-mobile-plan{margin-top:5px;border-top:1px solid var(--ds-border)}.mobile-site-header .nav-mobile-ai{background:var(--ds-brand-500)!important;color:#fff!important}.home-app-shell>.mobile-site-header{display:flex!important}.home-app-shell>.desktop-site-header,.mobile-home-topbar{display:none!important}.mobile-home-content{padding-top:12px}.mobile-home-page input,.mobile-home-page select,.mobile-home-page textarea{font-size:16px}.ui-button:not(.ui-button-icon){font-size:15px}}@media (min-width:1680px){.desktop-site-header .brand-logo-copy>small{display:block}}@media (max-width:1679px){.desktop-site-header .brand-logo-copy>small{display:none}}@media (min-width:768px){.home-v3-page{height:calc(100dvh - var(--ds-header-desktop));display:block;overflow-x:hidden;overflow-y:auto;padding:0;background:radial-gradient(circle at 84% 4%,rgba(46,123,231,.075),transparent 22%),var(--ds-page);scrollbar-color:#c3d2e3 transparent;scrollbar-width:thin}.home-v3-container{width:min(100%,1584px);display:grid;gap:var(--ds-space-6);margin:0 auto;padding:28px clamp(28px,3vw,48px) 54px}.home-v3-hero{min-height:240px;display:grid;grid-template-columns:minmax(0,.98fr) minmax(410px,.72fr);align-items:center;gap:clamp(38px,5vw,82px);padding:20px clamp(34px,4vw,64px);overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-large);background:linear-gradient(120deg,#fff,#fbfdff 61%,#f2f7ff);box-shadow:var(--ds-shadow-surface)}.home-v3-hero-copy{position:relative;z-index:2;min-width:0}.home-v3-eyebrow{display:block;margin-bottom:6px;color:var(--ds-brand-600);font-size:var(--ds-text-badge);letter-spacing:.08em}.home-v3-eyebrow,.home-v3-hero h1{font-weight:var(--ds-weight-semibold)}.home-v3-hero h1{margin:0;color:var(--ds-text-primary);font-size:var(--ds-text-hero);letter-spacing:-.052em;line-height:1.08}.home-v3-hero-copy>p{max-width:660px;margin:8px 0 0;color:var(--ds-text-secondary);font-size:var(--ds-text-body);line-height:var(--ds-leading-body)}.home-v3-topics{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px}.home-v3-topics>span{margin-right:2px;color:var(--ds-text-muted);font-size:var(--ds-text-badge)}.home-v3-topics button{min-height:30px;padding:0 10px;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-pill);background:rgba(255,255,255,.78);color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-meta);transition:color var(--ds-transition),background var(--ds-transition),border-color var(--ds-transition)}.home-v3-topics button:hover{border-color:#b9cde5;background:var(--ds-brand-50);color:var(--ds-brand-600)}.home-v3-route-visual{position:relative;min-width:0;height:154px;display:grid;place-items:center}.home-v3-route-visual svg{position:absolute;inset:-28px -8px auto;width:calc(100% + 16px);height:202px;color:var(--ds-brand-500)}.home-v3-route-visual svg path{stroke:currentColor;stroke-width:1.4;stroke-linecap:round;opacity:.13}.home-v3-route-visual svg path+path{stroke-dasharray:5 9;opacity:.08}.home-v3-route-visual svg circle{fill:#fff;stroke:currentColor;stroke-width:2;opacity:.5}.route-orbit{position:absolute;border:1px solid rgba(23,105,232,.065);border-radius:50%}.route-orbit-one{right:-30px;width:196px;height:196px}.route-orbit-two{right:12px;width:108px;height:108px}.route-identity{position:relative;z-index:2;width:min(340px,94%);height:150px}.route-city{position:absolute;top:50%;left:52%;width:104px;height:104px;display:grid;place-content:center;justify-items:center;gap:2px;transform:translate(-50%,-50%);border:1px solid rgba(23,105,232,.12);border-radius:50%;background:rgba(255,255,255,.46)}.route-city .site-icon{width:18px;height:18px;color:rgba(17,90,203,.64)}.route-city strong{color:rgba(18,43,85,.82);font-size:var(--ds-text-important);font-weight:var(--ds-weight-semibold)}.route-city small{color:rgba(96,113,138,.72);font-size:var(--ds-text-meta)}.route-node{position:absolute;min-width:52px;min-height:29px;display:grid;place-items:center;padding:0 10px;border:1px solid rgba(23,105,232,.1);border-radius:var(--ds-radius-pill);background:rgba(255,255,255,.56);color:rgba(18,60,104,.68);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-medium)}.route-node-school{top:8px;left:12px}.route-node-policy{top:28px;right:2px}.route-node-plan{right:34px;bottom:3px}.route-caption{position:absolute;bottom:16px;left:8px;color:rgba(96,113,138,.58);font-size:var(--ds-text-meta);letter-spacing:.08em}.home-v3-decision{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);box-shadow:var(--ds-shadow-surface)}.home-v3-decision form{min-width:0;height:50px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:4px 4px 4px 15px;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-control);background:var(--ds-surface-soft)}.home-v3-decision form:focus-within{border-color:var(--ds-brand-500);background:#fff;box-shadow:var(--ds-focus-ring)}.home-v3-decision form>.site-icon{color:var(--ds-text-muted);font-size:19px}.home-v3-decision input{min-width:0;height:42px;padding:0 4px;border:0;outline:0;background:transparent;color:var(--ds-text-primary);font-size:var(--ds-text-body)}.home-v3-decision input::placeholder{color:var(--ds-text-muted)}.home-v3-decision form>button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:0;border-radius:9px;cursor:pointer;font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-semibold)}.home-v3-search-button{background:var(--ds-brand-500);color:#fff}.home-v3-search-button:disabled{cursor:not-allowed;background:#e2eaf3;color:var(--ds-text-disabled)}.home-v3-ai-button{background:var(--ds-navy-900);color:#fff}.home-v3-planner-chips{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.home-v3-planner-chips>span{margin-right:3px;color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-planner-chips button{min-height:31px;padding:0 10px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-pill);background:#fff;color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-meta)}.home-v3-planner-chips button:hover{border-color:#bfd0e3;background:var(--ds-brand-50);color:var(--ds-brand-600)}.home-v3-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-v3-stages .stage-column{height:auto;min-height:194px;display:flex;flex-direction:column;overflow:hidden;padding:15px 16px;border:1px solid rgba(213,224,237,.72);border-radius:var(--ds-radius-card);background:#fff;color:var(--ds-text-primary);box-shadow:var(--ds-shadow-surface)}.home-v3-stages .stage-column:after{display:none}.home-v3-stages .stage-blue{border-top:3px solid var(--ds-brand-500)}.home-v3-stages .stage-indigo{border-top:3px solid #6657b7}.home-v3-stages .stage-teal{border-top:3px solid #3b8e73}.home-v3-stages .stage-column-head{grid-template-columns:42px minmax(0,1fr) auto;gap:12px}.home-v3-stages .stage-card-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--ds-brand-50);color:var(--ds-brand-600);font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-bold)}.home-v3-stages .stage-indigo .stage-card-icon{background:var(--ds-purple-soft);color:var(--ds-purple)}.home-v3-stages .stage-teal .stage-card-icon{background:var(--ds-success-soft);color:var(--ds-success)}.home-v3-stages .stage-column-head>button{min-width:0;color:var(--ds-text-primary)}.home-v3-stages .stage-column-head strong{font-size:var(--ds-text-card);font-weight:var(--ds-weight-semibold)}.home-v3-stages .stage-column-head small{margin-top:4px;color:var(--ds-text-secondary);font-size:var(--ds-text-badge)}.home-v3-stages .stage-column-head>b{align-self:start;color:var(--ds-text-muted);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-medium)}.home-v3-stages .stage-submenu{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}.home-v3-stages .stage-submenu button{min-height:32px;padding:0 10px;border:1px solid rgba(213,224,237,.58);border-radius:9px;background:rgba(248,251,255,.68);color:var(--ds-text-secondary);font-size:var(--ds-text-badge)}.home-v3-stages .stage-submenu button:hover{border-color:#b9cfe9;background:var(--ds-brand-50);color:var(--ds-brand-600);transform:none}.home-v3-stages .stage-submenu .site-icon{color:var(--ds-text-muted);opacity:.55;transition:color var(--ds-transition),opacity var(--ds-transition)}.home-v3-stages .stage-submenu button:hover .site-icon{color:var(--ds-brand-500);opacity:1}.home-v3-stages .stage-view-all{min-height:30px;display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:auto;padding:2px 0 0;border:0;background:transparent;color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.home-v3-page .map-workspace-v3{height:clamp(620px,70dvh,700px);min-height:0;display:grid;grid-template-columns:238px minmax(410px,1fr) minmax(390px,440px);grid-template-rows:84px minmax(0,1fr);gap:0;margin:0;overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-large);background:var(--ds-surface);box-shadow:var(--ds-shadow-surface);scroll-margin-top:calc(var(--ds-header-desktop) + 12px)}.home-v3-page .map-workspace-v3>.map-panel-head{grid-column:1/-1;height:84px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;border-bottom:1px solid var(--ds-border);background:#fff}.map-v3-title{min-width:0;display:flex;align-items:center;gap:18px}.map-v3-title>span{flex:0 0 auto;color:var(--ds-brand-600);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold);letter-spacing:.04em}.map-v3-title>div{min-width:0}.map-v3-title h2{overflow:hidden;margin:0;color:var(--ds-text-primary);font-size:21px;font-weight:var(--ds-weight-semibold);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.map-v3-title small{display:block;margin-top:5px;color:var(--ds-text-muted);font-size:var(--ds-text-badge)}.map-head-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.home-v3-page .level-control{gap:10px}.home-v3-page .level-control>span{color:var(--ds-text-secondary);font-size:var(--ds-text-badge);letter-spacing:0}.home-v3-page .level-switch{gap:3px;padding:3px;border:1px solid var(--ds-border);border-radius:11px;background:#f0f4f9}.home-v3-page .level-switch button{min-width:58px;min-height:36px;padding:0 13px;border-radius:8px;color:var(--ds-text-secondary);font-size:var(--ds-text-badge)}.home-v3-page .level-switch button.active{background:var(--ds-brand-500);color:#fff;box-shadow:0 4px 12px rgba(23,105,232,.18);transform:none}.map-fullscreen-button{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-control);background:#fff;color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.home-v3-page .map-workspace-v3>.map-block-rail,.home-v3-page .map-workspace-v3>.map-canvas,.home-v3-page .map-workspace-v3>.school-panel{height:100%;min-height:0}.home-v3-page .map-block-rail{grid-column:1;grid-row:2;display:block;overflow-x:hidden;overflow-y:auto;padding:0 14px 18px;border-right:1px solid var(--ds-border);background:#f8fbff;scrollbar-color:#cbd8e7 transparent;scrollbar-width:thin}.home-v3-page .rail-heading{position:sticky;z-index:4;top:0;height:57px;display:flex;align-items:center;justify-content:space-between;margin:0 -14px 6px;padding:0 16px;border-bottom:1px solid var(--ds-border);background:rgba(248,251,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-v3-page .rail-heading span{color:var(--ds-text-primary);font-size:var(--ds-text-important);font-weight:var(--ds-weight-semibold)}.home-v3-page .rail-heading small{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-page .map-block-rail>section{margin-top:12px}.home-v3-page .map-block-rail>section>div:first-child{display:flex;justify-content:space-between;align-items:center;padding:0 7px 6px}.home-v3-page .map-block-rail>section>div:first-child strong{color:var(--ds-text-secondary);font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-semibold)}.home-v3-page .map-block-rail>section>div:first-child small{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-page .rail-buttons{display:grid;gap:2px}.home-v3-page .rail-buttons button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-supporting);text-align:left}.home-v3-page .rail-buttons button:hover{background:#eef4fb;color:var(--ds-brand-600)}.home-v3-page .rail-buttons button.active{background:var(--ds-brand-100);color:var(--ds-brand-700);font-weight:var(--ds-weight-semibold)}.home-v3-page .rail-buttons button b{color:var(--ds-text-muted);font-size:var(--ds-text-meta);font-weight:400}.home-v3-page .rail-buttons button.active b{color:var(--ds-brand-500)}.home-v3-page .rail-view-all{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 10px;border:1px dashed var(--ds-border-strong);border-radius:9px;background:#fff;color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-badge)}.home-v3-page .map-workspace-v3>.map-canvas{grid-column:2;grid-row:2;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px 16px;background:#f5f8fc}.home-v3-page .reference-map-frame{position:relative;max-width:650px}.home-v3-page .reference-map,.home-v3-page .reference-map-frame{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center}.home-v3-page .reference-map{overflow:hidden;border-radius:16px;background:#fff}.home-v3-page .reference-map-stage{position:relative;width:auto;height:min(100%,590px);aspect-ratio:1152/1366;flex:0 0 auto;transform-origin:center}.home-v3-page .reference-map-highlight,.home-v3-page .reference-map-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.home-v3-page .map-zoom-controls{position:absolute;z-index:8;top:14px;right:14px;display:grid;grid-template-columns:40px 58px 40px;overflow:hidden;border:1px solid var(--ds-border-strong);border-radius:11px;background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(24,55,92,.11);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-v3-page .map-zoom-controls button,.home-v3-page .map-zoom-controls span{height:40px;display:grid;place-items:center;border:0;border-right:1px solid var(--ds-border);background:transparent;color:var(--ds-navy-700);font-size:var(--ds-text-supporting)}.home-v3-page .map-zoom-controls button{cursor:pointer;font-size:20px}.home-v3-page .map-zoom-controls button:disabled{color:var(--ds-text-disabled);cursor:not-allowed}.home-v3-page .map-zoom-controls .reset{grid-column:1/-1;height:34px;border-top:1px solid var(--ds-border);border-right:0;color:var(--ds-brand-600);font-size:var(--ds-text-meta)}.home-v3-page .map-drag-hint{position:absolute;z-index:8;bottom:16px;left:50%;padding:7px 10px;transform:translateX(-50%);border:1px solid var(--ds-border);border-radius:var(--ds-radius-pill);background:rgba(255,255,255,.94);color:var(--ds-text-secondary);font-size:var(--ds-text-meta)}.home-v3-page .map-workspace-v3>.school-panel{grid-column:3;grid-row:2;display:flex;flex-direction:column;overflow:hidden;padding:20px;border:0;border-left:1px solid var(--ds-border);border-radius:0;background:#fff;box-shadow:none}.home-v3-page .school-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-v3-page .school-panel-head>span{overflow:hidden;color:var(--ds-brand-600);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold);text-overflow:ellipsis;white-space:nowrap}.home-v3-page .school-panel-head>b{padding:6px 9px;border-radius:var(--ds-radius-pill);background:var(--ds-brand-50);color:var(--ds-brand-600);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-semibold)}.home-v3-page .school-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:12px}.home-v3-page .school-title-row h2{margin:0;color:var(--ds-text-primary);font-size:26px;font-weight:var(--ds-weight-semibold);letter-spacing:-.035em}.home-v3-page .school-title-row strong{color:var(--ds-text-secondary);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.home-v3-page .school-panel>p{margin:8px 0 0;color:var(--ds-text-muted);font-size:var(--ds-text-meta);line-height:1.55}.home-v3-page .school-panel>p a{margin-left:5px;color:var(--ds-brand-600);text-decoration:none;white-space:nowrap}.home-v3-page .block-overview{margin-top:13px;padding:10px;border-radius:12px;background:var(--ds-surface-soft)}.home-v3-page .overview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.home-v3-page .overview-metrics>div{min-width:0;display:grid;gap:3px;padding:10px 7px;border:1px solid var(--ds-border);border-radius:10px;background:#fff;text-align:center}.home-v3-page .overview-metrics strong{overflow:hidden;color:var(--ds-navy-700);font-size:var(--ds-text-supporting);text-overflow:ellipsis;white-space:nowrap}.home-v3-page .overview-metrics small{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-page .school-list-wrap{position:relative;min-height:0;flex:1 1 auto;margin-top:10px}.home-v3-page .school-list{height:100%;min-height:0;overflow-y:auto;border-top:1px solid var(--ds-border);scrollbar-color:#c9d7e7 transparent;scrollbar-width:thin}.home-v3-page .school-list .school-list-item{width:100%;min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:5px 6px;border:0;border-bottom:1px solid var(--ds-border);background:transparent;color:var(--ds-text-primary);cursor:pointer;text-align:left}.home-v3-page .school-list .school-list-item:hover{background:var(--ds-surface-blue)}.home-v3-page .school-list .school-list-item>span{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-page .school-list .school-list-item>strong{overflow:hidden;font-size:var(--ds-text-important);font-weight:var(--ds-weight-medium);text-overflow:ellipsis;white-space:nowrap}.home-v3-page .school-list .school-list-item>b{display:inline-flex;align-items:center;gap:4px;color:var(--ds-text-muted);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-medium);transition:color var(--ds-transition)}.home-v3-page .school-list .school-list-item:hover>b{color:var(--ds-brand-600)}.home-v3-page .school-list-empty{height:100%;display:grid;place-content:center;justify-items:center;text-align:center}.home-v3-page .school-list-empty span{color:#d9e4f1;font-size:48px;font-weight:var(--ds-weight-semibold)}.home-v3-page .school-list-empty strong{margin-top:5px;font-size:var(--ds-text-important)}.home-v3-page .school-list-empty p{margin:7px 0 0;color:var(--ds-text-muted);font-size:var(--ds-text-badge)}.home-v3-page .school-scroll-hint{position:absolute;right:50%;bottom:7px;min-height:32px;padding:0 11px;transform:translateX(50%);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-pill);background:rgba(255,255,255,.94);color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-meta);box-shadow:0 6px 15px rgba(20,52,91,.08)}.home-v3-page .nearby-blocks{margin-top:10px}.home-v3-page .nearby-blocks>span{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.home-v3-page .nearby-blocks>div{display:flex;gap:7px;margin-top:7px}.home-v3-page .nearby-blocks button{min-width:0;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1 1;padding:0 10px;border:1px solid var(--ds-border);border-radius:9px;background:#fff;color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-badge)}.home-v3-page .nearby-blocks button b{color:var(--ds-brand-600)}.home-v3-page .all-schools{min-height:43px;display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:0 13px;border:0;border-radius:10px;background:var(--ds-navy-900);color:#fff;cursor:pointer;font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.home-v3-page .all-schools:disabled{cursor:not-allowed;background:#dce5ef;color:var(--ds-text-muted)}.home-v3-page .sample-note{display:block;margin-top:7px;color:var(--ds-text-muted);font-size:var(--ds-text-meta);line-height:1.45}.home-v3-page .map-workspace-v3.is-fullscreen{position:fixed;z-index:180;inset:10px;width:auto;height:auto;grid-template-columns:250px minmax(520px,1fr) minmax(430px,500px);margin:0;border-radius:18px;box-shadow:0 28px 80px rgba(5,24,48,.24)}body.public-map-fullscreen .desktop-site-header{opacity:0;pointer-events:none}.home-v3-secondary{display:grid;grid-template-columns:1fr 1fr .86fr;gap:14px}.home-v3-secondary-card{min-width:0;min-height:286px;padding:20px}.home-v3-section-header{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:13px;border-bottom:1px solid var(--ds-border)}.home-v3-section-header>div{min-width:0}.home-v3-section-header span{display:block;color:var(--ds-brand-600);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-semibold)}.home-v3-section-header h2{margin:5px 0 0;font-size:21px;font-weight:var(--ds-weight-semibold);letter-spacing:-.025em}.home-v3-section-header p{margin:5px 0 0;color:var(--ds-text-secondary);font-size:var(--ds-text-badge)}.home-v3-section-header>button{min-height:34px;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:0;border:0;background:transparent;color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.parent-focus-card>div:last-child,.policy-preview-card>div:last-child{display:grid}.parent-focus-card>div:last-child>button,.policy-preview-card>div:last-child>button{min-width:0;min-height:62px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 2px;border:0;border-bottom:1px solid var(--ds-border);background:transparent;color:var(--ds-text-primary);cursor:pointer;text-align:left}.parent-focus-card>div:last-child>button:hover,.policy-preview-card>div:last-child>button:hover{background:var(--ds-surface-blue)}.parent-focus-card>div:last-child>button>span{color:var(--ds-text-muted);font-size:var(--ds-text-meta)}.policy-preview-card>div:last-child>button>span{padding:5px 7px;border-radius:7px;background:var(--ds-brand-50);color:var(--ds-brand-600);font-size:var(--ds-text-meta);text-align:center}.home-v3-secondary-card button>div{min-width:0;display:grid;gap:4px}.home-v3-secondary-card button strong{overflow:hidden;font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-semibold);text-overflow:ellipsis;white-space:nowrap}.home-v3-secondary-card button small{overflow:hidden;color:var(--ds-text-muted);font-size:var(--ds-text-meta);text-overflow:ellipsis;white-space:nowrap}.home-v3-secondary-card button>.site-icon{color:var(--ds-brand-500)}.home-v3-ai-card{display:flex;flex-direction:column;background:linear-gradient(145deg,#f7fbff,#eef5ff)}.home-v3-ai-card-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--ds-brand-500);color:#fff}.home-v3-ai-card>span{margin-top:15px;color:var(--ds-brand-600);font-size:var(--ds-text-meta);font-weight:var(--ds-weight-semibold)}.home-v3-ai-card h2{margin:6px 0;font-size:22px;font-weight:var(--ds-weight-semibold);letter-spacing:-.03em}.home-v3-ai-card p{margin:0;color:var(--ds-text-secondary);font-size:var(--ds-text-badge);line-height:1.6}.home-v3-ai-card>div:not(.home-v3-ai-card-mark){display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.home-v3-ai-card>div:not(.home-v3-ai-card-mark) button{min-height:31px;padding:0 9px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-pill);background:#fff;color:var(--ds-text-secondary);cursor:pointer;font-size:var(--ds-text-meta)}.home-v3-ai-card-action{min-height:40px;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:0 12px;border:0;border-radius:10px;background:var(--ds-navy-900);color:#fff;cursor:pointer;font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}}@media (min-width:768px) and (max-width:1399px){.home-v3-container{padding-inline:24px}.home-v3-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.6fr);padding-inline:40px}.home-v3-decision{grid-template-columns:1fr}.home-v3-planner-chips{justify-content:flex-end}.home-v3-page .map-workspace-v3{height:clamp(580px,69dvh,640px);grid-template-columns:208px minmax(390px,1fr) minmax(370px,410px)}.home-v3-page .map-v3-title{gap:12px}.home-v3-page .map-v3-title small{display:none}.home-v3-page .school-list-item>b{font-size:0}.home-v3-page .school-list-item>b .site-icon{font-size:14px}}@media (min-width:1800px){.home-v3-container{width:min(100%,1720px);padding-top:32px}.home-v3-page .map-workspace-v3{height:clamp(680px,70dvh,730px);grid-template-columns:250px minmax(520px,1fr) minmax(430px,480px)}}@media (max-width:767px){.mobile-home-page{--mobile-ink:var(--ds-text-primary);--mobile-blue:var(--ds-brand-500);--mobile-soft:var(--ds-brand-50);--mobile-bottom-nav-height:66px;background:linear-gradient(180deg,#f9fbff 0,var(--ds-page) 340px,var(--ds-page) 100%)}.mobile-home-content{max-width:520px;padding:12px 14px calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 26px)}.mobile-search-hero{padding:18px 16px 16px;border-color:var(--ds-border);border-radius:19px;background:linear-gradient(145deg,#fff,#f3f7fd);box-shadow:0 8px 24px rgba(32,75,126,.065)}.mobile-search-hero>span{font-size:13px;font-weight:var(--ds-weight-semibold);letter-spacing:.045em}.mobile-search-hero h1{margin:5px 0 6px;font-size:clamp(27px,7vw,28px);font-weight:var(--ds-weight-semibold);line-height:1.12}.mobile-search-hero h1>span{display:block;white-space:nowrap}.mobile-search-hero>p{margin:0 0 13px;color:var(--ds-text-secondary);font-size:15px;line-height:1.55}.mobile-search-hero form{height:auto;display:grid;grid-template-columns:1fr;gap:8px;padding:8px;border-color:var(--ds-border-strong);border-radius:14px;background:#fff}.mobile-search-field{height:44px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:0 6px}.mobile-search-field>.site-icon{color:var(--ds-text-muted);font-size:18px}.mobile-search-hero .mobile-search-field input{height:44px;padding:0;font-size:16px}.mobile-search-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mobile-search-hero form .mobile-search-actions>button{min-width:0;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid var(--ds-brand-100);border-radius:10px;background:var(--ds-brand-50);color:var(--ds-brand-600);font-size:14px;font-weight:var(--ds-weight-semibold)}.mobile-search-hero form .mobile-search-actions>button:disabled{border-color:#e5ecf4;background:#edf2f7;color:var(--ds-text-disabled)}.mobile-search-hero form .mobile-search-actions>.mobile-ask-ai{border-color:var(--ds-brand-500);background:var(--ds-brand-500);color:#fff;box-shadow:0 5px 12px rgba(23,105,232,.16)}.mobile-search-suggestions{top:calc(100% + 8px)}.mobile-popular-questions{min-height:48px;padding-top:8px}.mobile-popular-questions button,.mobile-popular-questions>span{font-size:13px}.mobile-popular-questions button{min-height:34px}.mobile-section{margin-top:12px;padding:15px;border-color:var(--ds-border);border-radius:19px;box-shadow:0 7px 20px rgba(38,74,116,.045)}.mobile-section>header{margin-bottom:12px}.mobile-section>header span{font-size:12px}.mobile-section>header h2{font-size:20px;font-weight:var(--ds-weight-semibold)}.mobile-section>header>button{min-height:40px;font-size:13px}.mobile-focus-list>button{min-height:64px}.mobile-focus-list strong{font-size:15px}.mobile-focus-list small{font-size:13.5px}.mobile-ai-planner-card{margin-top:12px;padding:18px;border:1px solid #cfe0f4;border-radius:19px;background:linear-gradient(140deg,#3d7fce,#2869b3 66%,#20578e);box-shadow:0 10px 24px rgba(20,72,132,.13)}.mobile-ai-planner-card:after{opacity:.3}.mobile-ai-planner-card>div>span{width:32px;height:32px}.mobile-ai-planner-card>div small{font-size:12px}.mobile-ai-planner-card h2{font-size:22px;font-weight:var(--ds-weight-semibold)}.mobile-ai-planner-card p{font-size:14px}.mobile-ai-planner-card>button{min-height:46px;font-size:14px}.mobile-stage-tabs{width:calc(100% + 15px);gap:8px;margin-right:-15px;overflow-x:auto;padding:0 30px 5px 0;scroll-padding-right:30px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 30px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 30px),transparent)}.mobile-stage-tabs>button{width:108px;min-width:108px;min-height:62px;grid-template-columns:27px 1fr;gap:7px;padding:7px 9px;scroll-snap-align:start;border-radius:13px}.mobile-stage-tabs>button>span{width:27px;height:27px;font-size:12px}.mobile-stage-tabs>button strong{max-width:58px;font-size:13px}.mobile-stage-services>header strong{font-size:15px}.mobile-stage-services>header small,.mobile-stage-services>header>button{font-size:13px}.mobile-stage-services>div>button{min-height:44px;font-size:14px}.mobile-policy-section,.mobile-school-section,.mobile-subject-section,.mobile-tool-section{box-shadow:none}.mobile-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--ds-border);border-bottom:1px solid var(--ds-border)}.mobile-tool-grid>button{min-height:108px;padding:13px 11px;border:0;border-radius:0;background:transparent}.mobile-tool-grid>button:nth-child(odd){border-right:1px solid var(--ds-border)}.mobile-tool-grid>button:nth-child(n+3){border-top:1px solid var(--ds-border)}.mobile-tool-grid strong{font-size:16px}.mobile-tool-grid small{font-size:13.5px}.mobile-tool-grid em{font-size:12px}.mobile-school-list{gap:0}.mobile-school-list>article{overflow:visible;border:0;border-top:1px solid var(--ds-border);border-radius:0;background:transparent}.mobile-school-list>article:first-child{border-top:0}.mobile-school-main{padding:10px 2px 8px}.mobile-school-list>article>div{gap:6px;padding:0 0 10px 50px;border-top:0;background:transparent}.mobile-school-list>article>div>button{min-height:38px;border:0;border-radius:9px;background:var(--ds-surface-soft)}.mobile-school-list>article>div>button:first-child{border-left:0}.mobile-school-main strong{font-size:16px}.mobile-school-list>article>div>button,.mobile-school-main b,.mobile-school-main small{font-size:13px}.mobile-policy-section>div{gap:0;border-top:1px solid var(--ds-border)}.mobile-policy-section>div>button{min-height:76px;padding:11px 2px;border:0;border-bottom:1px solid var(--ds-border);border-radius:0;background:transparent}.mobile-policy-section>div>button:last-child{border-bottom:0}.mobile-subject-section>div{gap:0 10px}.mobile-subject-section>div>button{min-height:82px;padding:10px 2px;border:0;border-top:1px solid var(--ds-border);border-radius:0;background:transparent}.mobile-policy-section strong,.mobile-subject-section strong{font-size:16px}.mobile-policy-section small,.mobile-subject-section small{font-size:13.5px}.mobile-subject-section>p{font-size:14px}.mobile-bottom-nav>button>span{width:29px;height:29px}.mobile-bottom-nav>button>span .site-icon{width:18px;height:18px}.mobile-bottom-nav>button>small{font-size:12px}}@media (max-width:374px){.mobile-stage-tabs>button{width:103px;min-width:103px}}.stage-v3-page{min-height:calc(100dvh - var(--ds-header-desktop));padding:var(--ds-space-4) clamp(var(--ds-space-6),3vw,var(--ds-space-12)) var(--ds-space-12);background:var(--ds-page);color:var(--ds-text-primary)}.stage-v3-shell{width:100%;max-width:1520px;margin:0 auto;display:grid;gap:36px}.stage-v3-toolbar{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-4)}.stage-v3-toolbar .route-back-button{min-height:var(--ds-control-md);padding:0 var(--ds-space-4);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-control);background:var(--ds-surface);color:var(--ds-brand-600);cursor:pointer;font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-semibold);transition:color var(--ds-transition),background var(--ds-transition),border-color var(--ds-transition),box-shadow var(--ds-transition)}.stage-v3-toolbar .route-back-button:hover{border-color:var(--ds-brand-100);background:var(--ds-surface-blue)}.stage-mobile-bottom-nav button:focus-visible,.stage-v3-policy-row:focus-visible,.stage-v3-service-card:focus-visible,.stage-v3-timeline-step>button:focus-visible,.stage-v3-toolbar .route-back-button:focus-visible{outline:0;box-shadow:var(--ds-focus-ring)}.stage-v3-toolbar>div{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:var(--ds-space-2);color:var(--ds-text-muted);font-size:var(--ds-text-meta);line-height:var(--ds-leading-compact);text-align:right}.stage-v3-toolbar>div span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-v3-toolbar>div i{width:3px;height:3px;flex:0 0 auto;border-radius:var(--ds-radius-pill);background:var(--ds-text-muted)}.stage-v3-hero{position:relative;height:clamp(188px,14vw,210px);min-height:188px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:center;gap:var(--ds-space-10);overflow:hidden;padding:var(--ds-space-8) clamp(var(--ds-space-8),3vw,var(--ds-space-10));background:linear-gradient(135deg,var(--ds-surface) 0,var(--ds-surface-blue) 100%)}.stage-v3-hero.ui-surface-card:hover,.stage-v3-policy-preview.ui-surface-card:hover,.stage-v3-priority-card.ui-surface-card:hover,.stage-v3-school-entry.ui-surface-card:hover{border-color:var(--ds-border);box-shadow:var(--ds-shadow-surface)}.stage-v3-hero-copy{position:relative;z-index:1;min-width:0}.stage-v3-ai>div>span,.stage-v3-hero-copy>span,.stage-v3-school-entry>div>span,.stage-v3-section-heading>div>span{display:inline-flex;align-items:center;gap:var(--ds-space-2);color:var(--ds-brand-600);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold);letter-spacing:.04em;line-height:var(--ds-leading-compact)}.stage-v3-hero-copy h1{margin:var(--ds-space-2) 0 var(--ds-space-2);color:var(--ds-text-primary);font-size:clamp(36px,3vw,42px);font-weight:var(--ds-weight-bold);letter-spacing:-.045em;line-height:var(--ds-leading-tight)}.stage-v3-hero-copy p{max-width:650px;margin:0;color:var(--ds-text-secondary);font-size:var(--ds-text-important);line-height:var(--ds-leading-body)}.stage-v3-hero-visual{position:relative;min-width:0;height:118px;display:grid;align-items:center;color:var(--ds-brand-500);opacity:.72}.stage-v3-hero-visual svg{position:absolute;inset:5px 0 auto;width:100%;height:92px;overflow:visible}.stage-v3-hero-visual path{fill:none;stroke:currentColor;stroke-width:1.4;stroke-dasharray:3 5;opacity:.34}.stage-v3-hero-visual .stage-v3-hero-path-secondary{opacity:.16}.stage-v3-hero-visual circle{fill:var(--ds-surface);stroke:currentColor;stroke-width:2}.stage-v3-hero-visual ol{position:relative;z-index:1;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:var(--ds-space-2);list-style:none}.stage-v3-hero-visual li{min-width:0;display:grid;justify-items:center;gap:var(--ds-space-2);color:var(--ds-text-secondary)}.stage-v3-hero-visual li:nth-child(2){transform:translateY(-8px)}.stage-v3-hero-visual li:nth-child(3){transform:translateY(-28px)}.stage-v3-hero-visual li:nth-child(4){transform:translateY(-12px)}.stage-v3-hero-visual li i{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--ds-brand-100);border-radius:var(--ds-radius-pill);background:var(--ds-surface);color:var(--ds-brand-600);font-size:var(--ds-text-meta);font-style:normal;font-weight:var(--ds-weight-semibold);box-shadow:var(--ds-shadow-surface)}.stage-v3-hero-visual li strong{font-size:var(--ds-text-supporting);font-weight:var(--ds-weight-medium);white-space:nowrap}.stage-v3-section{min-width:0;scroll-margin-top:calc(var(--ds-header-desktop) + var(--ds-space-5))}.stage-v3-section-heading{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--ds-space-5);margin-bottom:var(--ds-space-5)}.stage-v3-section-heading>div{min-width:0}.stage-v3-ai h2,.stage-v3-school-entry h2,.stage-v3-section-heading h2{margin:var(--ds-space-1) 0 0;color:var(--ds-text-primary);font-size:clamp(22px,1.7vw,26px);font-weight:var(--ds-weight-semibold);letter-spacing:-.03em;line-height:var(--ds-leading-tight)}.stage-v3-ai p,.stage-v3-school-entry p,.stage-v3-section-heading p{max-width:760px;margin:var(--ds-space-2) 0 0;color:var(--ds-text-secondary);font-size:var(--ds-text-body);line-height:var(--ds-leading-body)}.stage-v3-section-heading .ui-button{flex:0 0 auto}.stage-v3-priority-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ds-space-3)}.stage-v3-priority-card{min-height:142px;padding:var(--ds-space-5);box-shadow:none}.stage-v3-priority-card>span{color:var(--ds-brand-500);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.stage-v3-priority-card h3{margin:var(--ds-space-4) 0 var(--ds-space-2);color:var(--ds-text-primary);font-size:17px;font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-compact)}.stage-v3-priority-card p{margin:0;color:var(--ds-text-secondary);font-size:var(--ds-text-supporting);line-height:var(--ds-leading-supporting)}.stage-v3-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ds-space-3)}.stage-v3-service-card{position:relative;min-width:0;min-height:112px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:var(--ds-space-4);padding:var(--ds-space-4) var(--ds-space-5);border:1px solid var(--ds-border);border-radius:var(--ds-radius-card);background:var(--ds-surface);color:var(--ds-text-primary);cursor:pointer;text-align:left;transition:color var(--ds-transition),background var(--ds-transition),border-color var(--ds-transition),box-shadow var(--ds-transition),transform var(--ds-transition)}.stage-v3-service-card:hover{transform:translateY(-2px);border-color:var(--ds-brand-100);background:var(--ds-surface-blue);box-shadow:var(--ds-shadow-raised)}.stage-v3-resource-icon,.stage-v3-service-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--ds-radius-control);background:var(--ds-surface-blue);color:var(--ds-brand-600);font-size:20px}.stage-v3-service-copy{min-width:0;display:grid;gap:var(--ds-space-1)}.stage-v3-service-copy strong{font-size:var(--ds-text-important);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-compact)}.stage-v3-service-copy small{color:var(--ds-text-secondary);font-size:var(--ds-text-supporting);line-height:var(--ds-leading-supporting)}.stage-v3-service-card>.site-icon{color:var(--ds-text-muted);font-size:16px;transition:color var(--ds-transition),transform var(--ds-transition)}.stage-v3-service-card:hover>.site-icon{color:var(--ds-brand-600);transform:translateX(2px)}.stage-v3-path{padding:var(--ds-space-6);border:1px solid var(--ds-border);border-radius:var(--ds-radius-large);background:var(--ds-surface);box-shadow:var(--ds-shadow-surface)}.stage-v3-timeline{position:relative;display:grid;gap:var(--ds-space-3)}.stage-v3-timeline[data-count="5"]{grid-template-columns:repeat(5,minmax(0,1fr))}.stage-v3-timeline[data-count="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}.stage-v3-timeline:before{content:"";position:absolute;z-index:0;top:18px;right:calc(100% / 12);left:calc(100% / 12);height:1px;background:var(--ds-border-strong)}.stage-v3-timeline-step{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:0 var(--ds-space-2) var(--ds-space-2)}.stage-v3-timeline-step>i{width:36px;height:36px;display:grid;place-items:center;margin-bottom:var(--ds-space-4);border:1px solid var(--ds-brand-100);border-radius:var(--ds-radius-pill);background:var(--ds-surface);font-style:normal}.stage-v3-timeline-step time,.stage-v3-timeline-step>i{color:var(--ds-brand-600);font-size:var(--ds-text-badge);font-weight:var(--ds-weight-semibold)}.stage-v3-timeline-step time{min-height:36px;line-height:var(--ds-leading-compact)}.stage-v3-timeline-step h3{margin:var(--ds-space-1) 0 var(--ds-space-2);color:var(--ds-text-primary);font-size:var(--ds-text-important);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-compact)}.stage-v3-timeline-step p{margin:0 0 var(--ds-space-3);line-height:var(--ds-leading-supporting)}.stage-v3-timeline-step p,.stage-v3-timeline-step>button{color:var(--ds-text-secondary);font-size:var(--ds-text-supporting)}.stage-v3-timeline-step>button{min-height:36px;display:inline-flex;align-items:center;gap:var(--ds-space-1);margin-top:auto;padding:0;border:0;background:transparent;cursor:pointer;font-weight:var(--ds-weight-medium)}.stage-v3-timeline-step>button:hover{color:var(--ds-brand-600)}.stage-v3-resources{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:var(--ds-space-4)}.stage-v3-policy-preview,.stage-v3-school-entry{min-width:0;padding:var(--ds-space-6);box-shadow:none}.stage-v3-school-entry{display:grid;grid-template-columns:44px minmax(0,1fr);align-content:start;gap:var(--ds-space-4)}.stage-v3-school-entry>ul{grid-column:1/-1;margin:0;padding:var(--ds-space-4) 0 0;display:flex;flex-wrap:wrap;gap:var(--ds-space-2);border-top:1px solid var(--ds-border);list-style:none}.stage-v3-school-entry>ul li{padding:6px 10px;border-radius:var(--ds-radius-pill);background:var(--ds-surface-soft);color:var(--ds-text-secondary);font-size:var(--ds-text-badge);line-height:var(--ds-leading-compact)}.stage-v3-school-entry>.ui-button{grid-column:1/-1;justify-self:start;margin-top:var(--ds-space-1)}.stage-v3-policy-preview .stage-v3-section-heading{align-items:center;margin-bottom:var(--ds-space-3)}.stage-v3-policy-preview .stage-v3-section-heading h2{font-size:22px}.stage-v3-policy-preview>div:last-child{border-top:1px solid var(--ds-border)}.stage-v3-policy-row{width:100%;min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-3) var(--ds-space-1);border:0;border-bottom:1px solid var(--ds-border);background:transparent;color:var(--ds-text-primary);cursor:pointer;text-align:left;transition:color var(--ds-transition),background var(--ds-transition)}.stage-v3-policy-row:last-child{border-bottom:0}.stage-v3-policy-row:hover{background:var(--ds-surface-blue);color:var(--ds-brand-600)}.stage-v3-policy-row>span{min-width:0;display:grid;gap:var(--ds-space-1)}.stage-v3-policy-row strong{font-size:var(--ds-text-body);font-weight:var(--ds-weight-semibold);line-height:var(--ds-leading-compact)}.stage-v3-policy-row small{overflow:hidden;line-height:var(--ds-leading-supporting);text-overflow:ellipsis}.stage-v3-policy-row em,.stage-v3-policy-row small{color:var(--ds-text-secondary);font-size:var(--ds-text-badge);white-space:nowrap}.stage-v3-policy-row em{padding:5px 9px;border-radius:var(--ds-radius-pill);background:var(--ds-surface-soft);font-style:normal}.stage-v3-policy-row>.site-icon{color:var(--ds-text-muted)}.stage-v3-ai{min-width:0;min-height:156px;display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-8);padding:var(--ds-space-8);border-radius:var(--ds-radius-large);background:var(--ds-navy-900);color:var(--ds-surface);box-shadow:var(--ds-shadow-raised)}.stage-v3-ai>div{min-width:0}.stage-v3-ai>div>span{color:var(--ds-brand-100)}.stage-v3-ai h2{color:var(--ds-surface)}.stage-v3-ai p{color:var(--ds-border-strong)}.stage-v3-ai .ui-button-secondary{flex:0 0 auto;border-color:var(--ds-surface);color:var(--ds-brand-600)}.stage-mobile-bottom-nav{display:none}.route-app-shell:has(.stage-v3-page) .route-context-bar{max-width:1520px}.route-app-shell:has(.stage-v3-page) .ai-floating-button{display:none}@media (min-width:768px) and (max-width:1180px){.stage-v3-hero{grid-template-columns:minmax(0,1fr) 350px}.stage-v3-timeline{overflow-x:auto;padding-bottom:var(--ds-space-2);scrollbar-width:thin}.stage-v3-timeline[data-count="5"]{grid-template-columns:repeat(5,minmax(180px,1fr))}.stage-v3-timeline[data-count="6"]{grid-template-columns:repeat(6,minmax(180px,1fr))}.stage-v3-timeline-step{padding-inline:var(--ds-space-1)}.stage-v3-timeline-step time{min-height:54px}}@media (max-width:767px){.route-app-shell:has(.stage-v3-page) .route-context-bar{display:none}.stage-v3-page{min-height:100dvh;padding:var(--ds-space-3) var(--ds-space-4) calc(66px + env(safe-area-inset-bottom) + var(--ds-space-6))}.stage-v3-shell{max-width:520px;gap:28px}.stage-v3-toolbar{gap:var(--ds-space-2)}.stage-v3-toolbar .route-back-button{min-height:44px;padding-inline:var(--ds-space-3);font-size:var(--ds-text-supporting)}.stage-v3-toolbar>div{flex:1 1 auto;justify-content:flex-end}.stage-v3-toolbar>div i,.stage-v3-toolbar>div span:first-child{display:none}.stage-v3-toolbar>div span:last-child{max-width:172px}.stage-v3-hero{height:auto;min-height:198px;grid-template-columns:1fr;gap:var(--ds-space-4);padding:var(--ds-space-5);border-radius:var(--ds-radius-large)}.stage-v3-hero-copy h1{font-size:clamp(26px,7.1vw,28px)}.stage-v3-hero-copy p{font-size:var(--ds-text-body)}.stage-v3-hero-visual{height:66px;opacity:.6}.stage-v3-hero-visual svg{top:-14px;height:62px}.stage-v3-hero-visual li{gap:var(--ds-space-1)}.stage-v3-hero-visual li:nth-child(2){transform:translateY(-4px)}.stage-v3-hero-visual li:nth-child(3){transform:translateY(-13px)}.stage-v3-hero-visual li:nth-child(4){transform:translateY(-6px)}.stage-v3-hero-visual li i{width:26px;height:26px;font-size:11px}.stage-v3-hero-visual li strong{font-size:var(--ds-text-badge)}.stage-v3-section{scroll-margin-top:calc(var(--ds-header-mobile) + var(--ds-space-4))}.stage-v3-section-heading{align-items:flex-start;flex-direction:column;gap:var(--ds-space-3);margin-bottom:var(--ds-space-4)}.stage-v3-ai h2,.stage-v3-school-entry h2,.stage-v3-section-heading h2{font-size:var(--ds-text-section)}.stage-v3-ai p,.stage-v3-school-entry p,.stage-v3-section-heading p{font-size:var(--ds-text-body)}.stage-v3-section-heading .ui-button{min-height:44px}.stage-v3-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-2)}.stage-v3-priority-card{min-height:154px;padding:var(--ds-space-4);border-radius:var(--ds-radius-card)}.stage-v3-priority-card h3{margin-top:var(--ds-space-3);font-size:var(--ds-text-important)}.stage-v3-priority-card p{font-size:var(--ds-text-supporting)}.stage-v3-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-2)}.stage-v3-service-card{min-height:148px;display:flex;align-items:flex-start;flex-direction:column;gap:var(--ds-space-2);padding:var(--ds-space-4)}.stage-v3-service-icon{width:40px;height:40px;font-size:19px}.stage-v3-service-copy{gap:var(--ds-space-1)}.stage-v3-service-copy strong{font-size:var(--ds-text-important)}.stage-v3-service-copy small{font-size:var(--ds-text-badge)}.stage-v3-service-card>.site-icon{position:absolute;top:var(--ds-space-4);right:var(--ds-space-4)}.stage-v3-path{padding:var(--ds-space-5)}.stage-v3-timeline,.stage-v3-timeline[data-count="5"],.stage-v3-timeline[data-count="6"]{grid-template-columns:1fr;gap:0}.stage-v3-timeline:before{top:18px;right:auto;bottom:18px;left:18px;width:1px;height:auto}.stage-v3-timeline-step{min-height:144px;display:grid;grid-template-columns:44px minmax(0,1fr);align-content:start;padding:0 0 var(--ds-space-5)}.stage-v3-timeline-step:last-child{min-height:0;padding-bottom:0}.stage-v3-timeline-step>i{grid-row:1/5;margin:0}.stage-v3-timeline-step h3,.stage-v3-timeline-step p,.stage-v3-timeline-step time,.stage-v3-timeline-step>button{grid-column:2}.stage-v3-timeline-step time{min-height:0;margin-bottom:var(--ds-space-1)}.stage-v3-timeline-step h3{margin-top:0}.stage-v3-timeline-step>button{min-height:44px;justify-self:start;margin-top:0}.stage-v3-resources{grid-template-columns:1fr;gap:var(--ds-space-3)}.stage-v3-policy-preview,.stage-v3-school-entry{padding:var(--ds-space-5)}.stage-v3-school-entry>.ui-button{width:100%;min-height:44px}.stage-v3-policy-preview .stage-v3-section-heading{align-items:flex-start}.stage-v3-policy-preview .stage-v3-section-heading h2{font-size:var(--ds-text-section)}.stage-v3-policy-row{min-height:78px;grid-template-columns:minmax(0,1fr) auto;padding-block:var(--ds-space-3)}.stage-v3-policy-row em{grid-column:1;justify-self:start}.stage-v3-policy-row>.site-icon{grid-column:2;grid-row:1/3}.stage-v3-policy-row small{white-space:normal}.stage-v3-ai{min-height:0;align-items:stretch;flex-direction:column;gap:var(--ds-space-5);padding:var(--ds-space-6)}.stage-v3-ai .ui-button{width:100%;min-height:48px}.stage-mobile-bottom-nav{position:fixed;z-index:90;right:0;bottom:0;left:0;height:calc(66px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px var(--ds-space-2) env(safe-area-inset-bottom);border-top:1px solid var(--ds-border);background:var(--ds-surface);box-shadow:var(--ds-shadow-raised)}.stage-mobile-bottom-nav>button{min-width:0;min-height:54px;display:grid;place-content:center;gap:3px;border:0;background:transparent;color:var(--ds-text-muted);cursor:pointer}.stage-mobile-bottom-nav>button>span{width:29px;height:29px;display:grid;place-items:center;justify-self:center}.stage-mobile-bottom-nav>button>span .site-icon{width:18px;height:18px}.stage-mobile-bottom-nav>button>small{font-size:var(--ds-text-meta);white-space:nowrap}}@media (max-width:374px){.stage-v3-priority-grid,.stage-v3-service-grid{grid-template-columns:1fr}.stage-v3-priority-card,.stage-v3-service-card{min-height:0}}