#root{min-height:100vh}::selection{background:color-mix(in srgb, var(--accent) 28%, transparent);color:var(--ink)}:root{--canvas-bg:#e8f1f4;--page-bg:#f5f7f7;--surface:#fbfdfce6;--surface-solid:#fbfdfc;--surface-soft:#edf2f1;--ink:#162321;--ink-muted:#405651;--ink-faint:#586b66;--border:#1d363224;--accent:#256a64;--accent-soft:#2f7f781a;--shadow-sm:0 4px 14px #18312d14;--shadow-lg:0 24px 70px #162c2929, 0 6px 18px #162c2914;--header-height:72px;--ease:cubic-bezier(.23, 1, .32, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--canvas-bg:#121a1d;--page-bg:#101617;--surface:#182022eb;--surface-solid:#182123;--surface-soft:#222d2f;--ink:#eef6f3;--ink-muted:#bdcbc7;--ink-faint:#91a19c;--border:#d5e7e126;--accent:#79c9bd;--accent-soft:#79c9bd21;--shadow-sm:0 4px 16px #0000003d;--shadow-lg:0 28px 78px #0000007a, 0 7px 20px #00000040;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:84px}body{background:var(--page-bg);min-width:320px;min-height:100vh;color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;overflow-x:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{color:inherit}.app-shell{background:var(--page-bg);min-height:100vh}.skip-link{z-index:1000;background:var(--ink);color:var(--page-bg);opacity:0;pointer-events:none;border-radius:10px;padding:12px 16px;position:fixed;top:10px;left:10px;transform:translateY(-8px)}.skip-link:focus{opacity:1;pointer-events:auto;transform:none}.command-bar{z-index:100;min-height:var(--header-height);border-bottom:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(18px)saturate(145%);backdrop-filter:blur(18px)saturate(145%);grid-template-columns:minmax(0,1fr) minmax(340px,520px) minmax(0,1fr);align-items:center;gap:20px;padding:0 max(16px,50% - 660px);display:grid;position:sticky;top:0;box-shadow:0 1px 10px #162c290a}.brand-context{align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.brand{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;justify-self:start;align-items:center;gap:10px;min-width:0;min-height:44px;padding:4px 10px 4px 4px;display:inline-flex}.brand:hover{background:var(--surface-soft)}.brand__mark{width:38px;height:38px;box-shadow:var(--shadow-sm), inset 0 0 0 1px #12313e1f;background:#b9e3ed;border-radius:11px;flex:none;display:block;overflow:hidden}.brand__mark img{object-fit:cover;width:100%;height:100%;display:block}:root[data-theme=dark] .brand__mark{background:#19333b;box-shadow:0 0 0 1px #d7ecf233}:root[data-theme=dark] .brand__mark img{filter:brightness(.86)saturate(.92)}.brand>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.brand strong{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.brand small{color:var(--ink-faint);white-space:nowrap;font-size:.62rem}.command-center{min-width:0;display:block}.breadcrumbs{min-width:0;max-width:100%;height:44px;color:var(--ink-muted);scrollbar-width:none;justify-content:flex-start;align-items:center;gap:2px;font-size:.66rem;display:flex;overflow-x:auto}.breadcrumbs button{cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:44px;padding:0 6px}.breadcrumbs button:hover{background:var(--surface-soft)}.breadcrumbs button,.breadcrumbs span{text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;display:inline-flex;overflow:hidden}.breadcrumbs__separator{color:var(--ink-faint);flex:none}.breadcrumbs--mobile,.mobile-search-trigger{display:none}.breadcrumbs--desktop{flex:auto}.search-console{border:1px solid var(--border);background:var(--surface-solid);border-radius:13px;flex:0 0 44px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;height:44px;min-height:44px;padding:0 10px 0 14px;display:grid;position:relative;box-shadow:0 2px 8px #162c290f}.search-console>svg{width:17px;height:17px;color:var(--ink-faint)}.search-console input{width:100%;min-width:0;height:40px;color:var(--ink);background:0 0;border:0;outline:0;padding:0 10px;font-size:.8rem}.search-console>button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.search-console>button:hover{background:var(--surface-soft)}.search-console>button svg{width:15px;height:15px}.search-shortcut{border:1px solid var(--border);background:var(--surface-soft);min-width:34px;color:var(--ink-faint);text-align:center;border-radius:7px;padding:3px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.58rem;line-height:1}.search-results{border:1px solid var(--border);background:var(--surface-solid);box-shadow:var(--shadow-lg);border-radius:14px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.search-results button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;width:100%;min-height:50px;padding:0;display:block}.search-results button:hover,.search-results button:focus-visible,.search-results button.is-active{background:var(--accent-soft)}.search-results svg{width:18px;height:18px;color:inherit}.search-result__icon{place-items:center;display:grid}.search-results strong,.search-results small{display:block}.search-results strong{font-size:.78rem}.search-results small,.search-results button>span:last-child{color:var(--ink-faint);font-size:.65rem}.search-results.search-empty{color:var(--ink-muted);text-align:center;padding:18px;font-size:.75rem}.command-actions{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 70%, transparent);border-radius:15px;justify-self:end;align-items:center;gap:3px;padding:3px;display:flex}.icon-button,.mode-switch{cursor:pointer;min-height:44px;transition:background-color .14s var(--ease), transform 90ms var(--ease);background:0 0;border:1px solid #0000;border-radius:11px}.icon-button{place-items:center;width:44px;padding:0;display:grid}.icon-button svg{width:18px;height:18px}.mode-switch{color:var(--ink-muted);align-items:center;gap:7px;padding:0 11px;font-size:.72rem;font-weight:650;display:inline-flex}.mode-switch svg{width:17px;height:17px}.icon-button:hover,.mode-switch:hover{background:var(--surface-soft);border-color:#0000}.icon-button:active,.mode-switch:active,.service-card button:active{transform:scale(.96)}.system-banner{color:#fff;text-align:center;background:#9a4f09;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 16px;font-size:.75rem;font-weight:650;display:flex}.system-banner--neutral{background:var(--accent)}.system-banner svg{width:17px;height:17px}.spatial-stage{height:min(760px, calc(100vh - var(--header-height)));border-bottom:1px solid var(--border);background:var(--canvas-bg);min-height:600px;position:relative;overflow:hidden}.spatial-stage--2d{height:310px;min-height:310px}.spatial-stage--2d .hero-copy{top:42px}.spatial-stage--2d .hero-copy h1{font-size:clamp(2.2rem,4vw,3.5rem)}.spatial-stage--2d .hero-copy>p:last-child{max-width:420px;margin-top:12px;font-size:.78rem}.spatial-stage--2d .region-legend{bottom:18px}.scene-canvas{position:absolute;inset:0}.scene-canvas canvas{touch-action:none;width:100%;height:100%;display:block}.scene-loading{z-index:2;color:var(--ink-muted);justify-content:center;align-items:center;gap:10px;font-size:.78rem;display:flex;position:absolute;inset:0}.scene-loading span{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.two-d-backdrop{background:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px), var(--canvas-bg);opacity:.6;background-size:48px 48px;position:absolute;inset:0;overflow:hidden}.two-d-backdrop span{border:1px solid var(--border);border-radius:50%;width:28vw;height:28vw;position:absolute}.two-d-backdrop span:first-child{top:12%;left:6%}.two-d-backdrop span:nth-child(2){bottom:-10%;right:35%}.two-d-backdrop span:nth-child(3){top:4%;right:4%}.hero-copy{z-index:3;pointer-events:none;width:min(430px,38vw);position:absolute;top:11%;left:max(28px,50% - 590px)}.hero-brand-mark{width:64px;height:64px;box-shadow:var(--shadow-sm);background:#b9e3ed;border:1px solid #22495224;border-radius:18px;margin-bottom:10px;display:block;overflow:hidden}.hero-brand-mark img{object-fit:cover;width:100%;height:100%;display:block}:root[data-theme=dark] .hero-brand-mark{background:#19333b;border-color:#d5e7e133}:root[data-theme=dark] .hero-brand-mark img{filter:brightness(.84)saturate(.9)}.eyebrow{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;margin:0;font-size:.68rem;font-weight:760;display:inline-flex}.eyebrow svg{width:14px;height:14px}.hero-copy h1{letter-spacing:-.065em;margin:12px 0 0;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:680;line-height:.96}.hero-copy h1 span{white-space:nowrap;display:block}.hero-copy>p:last-child{max-width:390px;color:var(--ink-muted);margin:20px 0 0;font-size:.9rem;line-height:1.65}.region-legend{z-index:4;grid-template-columns:repeat(3,1fr);gap:9px;width:min(720px,62vw);display:grid;position:absolute;bottom:28px;right:max(24px,50% - 590px)}.region-legend button{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:88px;box-shadow:var(--shadow-sm);cursor:pointer;text-align:left;transition:border-color .16s var(--ease), background-color .16s var(--ease), transform 90ms var(--ease);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:15px;grid-template-columns:auto 1fr;column-gap:10px;padding:14px;display:grid}.region-legend button:hover,.region-legend button.is-active{border-color:var(--legend-accent);background:color-mix(in srgb, var(--legend-accent) 9%, var(--surface-solid))}.region-legend button>span:first-child{color:var(--ink-muted);font-variant-numeric:tabular-nums;grid-row:1/3;font-size:.65rem;font-weight:760}.region-legend strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.region-legend small{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;line-height:1.35;overflow:hidden}.gesture-hint{z-index:3;pointer-events:none;align-items:center;gap:7px;height:28px;display:flex;position:absolute;bottom:135px;left:max(28px,50% - 590px)}.gesture-hint span{border:1px solid var(--border);background:var(--surface);height:28px;color:var(--ink-muted);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;flex:none;align-items:center;padding:6px 8px;font-size:.6rem;display:inline-flex}.directory-jump{z-index:5;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);color:var(--ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px;padding:9px 13px;font-size:.7rem;font-weight:700;text-decoration:none;position:absolute;top:92px;right:max(24px,50% - 590px)}.scene-region-label{color:#18312d;text-align:center;min-width:136px;transition:transform .16s var(--ease);background:#f8fcfae6;border:1px solid #465f5b33;border-radius:12px;padding:8px 12px;font-family:inherit;box-shadow:0 8px 24px #122b2724}:root[data-theme=dark] .scene-region-label{color:#eff8f5;background:#182123eb;border-color:#d2e5df33}.scene-region-label.is-active{transform:scale(1.05)}.scene-region-label strong,.scene-region-label span{display:block}.scene-region-label strong{font-size:.7rem}.scene-region-label span{color:#667b76;margin-top:2px;font-size:.52rem}.scene-node-hud{color:#18312d;pointer-events:none;text-align:center;transform-origin:50% 100%;background:#f9fcfbf0;border:1px solid #48625e38;border-radius:11px;min-width:142px;padding:8px 11px;box-shadow:0 10px 28px #122b2729}:root[data-theme=dark] .scene-node-hud{color:#eff8f5;background:#182123f2;border-color:#d2e5df38}.scene-node-hud span,.scene-node-hud strong{display:block}.scene-node-hud span{color:#526c66;letter-spacing:.04em;font-size:.52rem}:root[data-theme=dark] .scene-node-hud span{color:#b8cac5}.scene-node-hud strong{margin-top:3px;font-size:.68rem}.scene-node-hud.is-selected{border-color:var(--accent)}.scene-quality{border:1px solid var(--border);background:var(--surface);color:var(--ink-faint);border-radius:6px;padding:4px 6px;font-size:.55rem;position:absolute;bottom:12px;right:12px}.directory{background:var(--page-bg);padding:76px max(24px,50% - 590px) 90px;position:relative}.directory__intro{max-width:620px}.directory__intro h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(1.7rem,3vw,2.6rem)}.directory__intro>p:last-child{color:var(--ink-muted);margin:12px 0 0;line-height:1.6}.directory__regions{margin-top:34px}.directory-region{border-top:1px solid var(--border);padding:20px 0 30px}.directory-region.is-active{border-top-color:var(--region-accent)}.directory-region__heading{cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;min-height:54px;padding:0;display:grid}.region-index{color:var(--ink-muted);font-size:.68rem;font-weight:760}.directory-region__heading>span:nth-child(2){flex-direction:column;gap:4px;display:flex}.directory-region__heading strong{font-size:1rem}.directory-region__heading small,.directory-region__heading>span:last-child{color:var(--ink-muted);font-size:.7rem}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:13px;display:grid}.service-card{border:1px solid var(--border);background:var(--surface-solid);min-width:0;min-height:146px;transition:border-color .16s var(--ease), box-shadow .16s var(--ease), transform .1s var(--ease);border-radius:16px;display:flex;position:relative;overflow:hidden}.service-card:hover,.service-card.is-selected{border-color:var(--region-accent,var(--accent));box-shadow:var(--shadow-sm);transform:translateY(-1px)}.service-card__main{cursor:pointer;text-align:left;background:0 0;border:0;flex:1;width:100%;min-width:0;padding:0;display:block}.service-card-face{grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:14px;width:100%;padding:22px 18px;display:grid}.service-card.has-recent .service-card-face{padding-right:98px}.service-card-face__icon{background:color-mix(in srgb, var(--service-icon-color,var(--accent)) 10%, var(--surface-solid));width:48px;height:48px;color:var(--service-icon-color,var(--accent));border-radius:12px;place-items:center;display:grid}.service-card-face__icon svg{width:25px;height:25px}.service-card-face__copy{flex-direction:column;gap:7px;min-width:0;display:flex}.service-card-face__copy strong{color:var(--ink);font-size:.92rem;line-height:1.35}.service-card-face__copy>span{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.73rem;line-height:1.55;display:-webkit-box;overflow:hidden}.service-card-face__arrow{width:16px;height:16px;color:var(--ink-faint)}.service-card-face--search{grid-template-columns:30px minmax(0,1fr);gap:9px;padding:6px 8px}.service-card-face--search .service-card-face__icon{border-radius:8px;width:30px;height:30px}.service-card-face--search .service-card-face__icon svg{width:17px;height:17px}.service-card-face--search .service-card-face__copy{gap:2px}.service-card-face--search .service-card-face__copy strong{font-size:.78rem}.service-card-face--search .service-card-face__copy>span{-webkit-line-clamp:1;font-size:.65rem}.service-card-face--detail{grid-column:1/-1;padding:0}.service-card__meta{align-items:center;gap:4px;display:flex;position:absolute;top:12px;right:42px}.service-card__recent{color:var(--ink-faint);align-items:center;gap:3px;font-size:.57rem;display:inline-flex}.service-card__recent svg{width:11px;height:11px}.personal-index{z-index:20;border:1px solid var(--border);background:var(--surface);width:fit-content;max-width:100%;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;gap:10px;margin:28px auto 0;padding:8px;display:flex;position:sticky;bottom:14px;overflow-x:auto}.personal-index>div{align-items:center;gap:5px;display:flex}.personal-index span{color:var(--ink-faint);padding:0 6px;font-size:.62rem;font-weight:700}.personal-index button{border:1px solid var(--border);background:var(--surface-solid);cursor:pointer;border-radius:9px;min-height:36px;padding:0 9px;font-size:.67rem}.site-footer{border-top:1px solid var(--border);background:var(--surface-soft);color:var(--ink-muted);grid-template-columns:1fr auto;gap:18px;padding:32px max(24px,50% - 590px);font-size:.7rem;display:grid}.site-footer>div{flex-direction:column;gap:3px;display:flex}.site-footer nav{flex-wrap:wrap;grid-area:1/2/3;justify-content:flex-end;align-items:center;gap:8px 16px;display:flex}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--accent)}.modal{width:min(520px,100% - 24px);max-height:calc(100dvh - 24px);color:var(--ink);background:0 0;border:0;padding:0}.modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08101194}.modal__surface{border:1px solid var(--border);background:var(--surface-solid);max-height:calc(100dvh - 24px);box-shadow:var(--shadow-lg);border-radius:18px;padding:20px;overflow-y:auto}.modal__header{grid-template-columns:1fr auto;align-items:start;gap:12px;display:grid}.modal__header h2{letter-spacing:-.03em;margin:6px 0 0;font-size:1.35rem}.service-detail{grid-template-columns:auto 1fr;gap:14px;margin-top:20px;display:grid}.service-detail dl{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 0;display:grid}.service-detail dl>div{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;padding:10px}.service-detail dt{color:var(--ink-faint);font-size:.62rem}.service-detail dd{word-break:break-all;margin:4px 0 0;font-size:.75rem}.modal__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.modal__actions button,.modal__actions a,.help-confirm{border:1px solid var(--border);background:var(--surface-solid);min-height:44px;color:inherit;cursor:pointer;transition:transform 90ms var(--ease);border-radius:11px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:.75rem;font-weight:670;text-decoration:none;display:inline-flex}.modal__actions button:active,.modal__actions a:active,.help-confirm:active{transform:scale(.97)}.primary-action{border-color:var(--ink)!important;background:var(--ink)!important;color:var(--page-bg)!important}.primary-action:disabled{cursor:not-allowed;opacity:.5}.help-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;display:grid}.help-grid>div{border:1px solid var(--border);background:var(--surface-soft);border-radius:11px;min-height:126px;padding:12px}.help-grid span{color:var(--accent);font-size:.65rem;font-weight:760}.help-grid strong{margin-top:10px;font-size:.78rem;display:block}.help-grid p{color:var(--ink-muted);margin:6px 0 0;font-size:.68rem;line-height:1.5}.shortcut-list{grid-template-columns:repeat(5,1fr);gap:6px;margin:14px 0 0;display:grid}.shortcut-list>div{border:1px solid var(--border);text-align:center;border-radius:9px;padding:8px}.shortcut-list dt{font-family:ui-monospace,monospace;font-size:.75rem;font-weight:760}.shortcut-list dd{color:var(--ink-faint);margin:4px 0 0;font-size:.58rem}.help-confirm{margin-top:14px;margin-left:auto}:where(button,a,input):focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 48%, transparent);outline-offset:3px}@media (width<=1100px){.breadcrumbs--desktop{display:none}.breadcrumbs--mobile{z-index:99;top:var(--header-height);border-bottom:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(16px)saturate(140%);backdrop-filter:blur(16px)saturate(140%);padding:0 12px;display:flex;position:sticky}}@media (width<=980px){.command-bar{grid-template-columns:auto 1fr auto;gap:12px;padding:0 12px}.hero-copy{width:min(430px,56vw)}.region-legend{width:min(660px,70vw)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){:root{--header-height:60px}.scene-canvas canvas{touch-action:pan-y}.hero-brand-mark{border-radius:14px;width:48px;height:48px}.command-bar{grid-template-columns:auto 1fr auto;gap:6px;min-height:60px;padding:0 8px}.brand-context{grid-column:1;min-width:44px}.brand__copy,.mode-switch span{display:none}.mode-switch{justify-content:center;width:44px;padding:0}.mobile-search-trigger{border:1px solid var(--border);background:var(--surface-solid);width:44px;height:44px;color:var(--ink-muted);cursor:pointer;border-radius:12px;grid-area:1/2;justify-self:center;place-items:center;padding:0;display:grid}.mobile-search-trigger svg{width:18px;height:18px}.command-center{display:none}.command-center.is-mobile-open{grid-area:2/1/auto/-1;width:100%;padding:0 0 8px;display:block}.command-bar.is-search-open{grid-template-rows:60px auto}.search-console{width:100%}.search-shortcut,.theme-button{display:none}.command-actions{grid-area:1/3;gap:1px;padding:2px}.breadcrumbs--mobile{position:relative;top:auto}.spatial-stage{height:650px;min-height:650px}.spatial-stage--2d{height:230px;min-height:230px}.spatial-stage--2d .hero-copy{top:28px}.spatial-stage--2d .hero-copy h1{font-size:1.8rem}.spatial-stage--2d .hero-copy>p:last-child{display:none}.spatial-stage--2d .region-legend{bottom:10px}.hero-copy{width:calc(100% - 32px);top:72px;left:16px}.hero-copy h1{font-size:clamp(2.2rem,12vw,3.8rem)}.hero-copy>p:last-child{max-width:330px;font-size:.78rem}.region-legend{gap:6px;width:auto;bottom:16px;left:12px;right:12px}.region-legend button{min-height:74px;padding:10px}.region-legend small{display:none}.gesture-hint{bottom:102px;left:16px}.gesture-hint span:nth-child(2){display:none}.directory-jump{top:auto;bottom:108px;right:14px}.directory{padding:54px 14px 72px}.service-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;padding:26px 16px}.site-footer nav{grid-area:auto;justify-content:flex-start}.help-grid{grid-template-columns:1fr}.help-grid>div{min-height:auto}.shortcut-list{grid-template-columns:repeat(5,minmax(48px,1fr));overflow-x:auto}}@media (width<=390px){.command-bar{grid-template-columns:auto minmax(0,1fr) auto;gap:4px;padding:0 5px}.brand__mark{width:34px;height:34px}.search-console{min-width:0;padding-left:10px}.command-actions .help-button{width:44px;display:inline-flex}.command-actions .theme-button{display:none}.hero-copy h1{font-size:2.35rem}.hero-brand-mark{border-radius:12px;width:42px;height:42px;margin-bottom:6px}.region-legend button{text-align:center;grid-template-columns:1fr}.region-legend button>span:first-child{display:none}.region-legend strong{font-size:.7rem}.service-detail,.service-detail dl{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.scene-loading span{border-top-color:var(--border)}}@media (prefers-reduced-transparency:reduce){.command-bar,.command-actions,.search-console,.breadcrumbs--mobile,.mobile-search-trigger,.region-legend button,.gesture-hint span,.personal-index{background:var(--surface-solid);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-contrast:more){:root{--border:#0000008a;--ink-muted:#334b46;--ink-faint:#4c625d}:root[data-theme=dark]{--border:#ffffff94;--ink-muted:#e1ebe7;--ink-faint:#c8d6d2}.service-card,.command-actions,.region-legend button,.search-console{border-width:2px}}
