/* AEXGrid Docs — quiet, open, native reading. No animation framework or fonts. */
:root { color-scheme: dark; --d-text: #f0f0f5; --d-body: #b9bac7; --d-muted: #9293a4; --d-line: #ffffff15; --d-cyan: #43e5ee; --d-violet: #ac86ff; --d-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace; --d-sans: Inter, 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif; }
* { box-sizing: border-box; }
html { background: #000; scrollbar-color: #3c3c44 #000; scrollbar-width: thin; scroll-padding-top: 80px; }
body { margin: 0; font-family: var(--d-sans); color: var(--d-text); background: #000; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; } button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; } button { cursor: pointer; } button:disabled { cursor: default; opacity: .5; }
:focus-visible { outline: 2px solid var(--d-cyan); outline-offset: 4px; border-radius: 2px; }
.d-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.d-skip { position: fixed; top: 10px; left: 12px; transform: translateY(-200%); z-index: 110; padding: 12px 20px; background: #0d0d0f; border: 1px solid var(--d-cyan); }
.d-skip:focus { transform: none; }
.d-icon { width: 19px; height: 19px; flex: 0 0 auto; }
.d-grid { position: fixed; inset: 0; pointer-events: none; background: #000; z-index: 0; }
.d-grid::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, #00dae9 4%, #247eff 37%, #8957f0 65%, #e655bb 95%); mask-image: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to bottom, #000 1px, transparent 1px); mask-size: 64px 64px; opacity: .13; }
.d-grid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #000b, #0008 22%, #000f 27%, #000e 75%, #000b 83%, #000a), linear-gradient(#0009, #0002 40%, #000d); }
.d-header { height: 78px; position: sticky; top: 0; z-index: 30; background: #000; border-bottom: 1px solid var(--d-line); display: flex; align-items: center; padding: 0 40px; gap: 25px; }
.d-header::after { content: ''; position: absolute; bottom: -1px; left: 40px; right: 40px; height: 1px; background: linear-gradient(90deg, #31ddea44, #985cff33 50%, transparent); }
.d-brand { display: flex; min-height: 44px; align-items: center; }
.d-brand svg { width: 171px; height: 36px; }
.d-docs-word { font: 11px var(--d-mono); letter-spacing: .18em; color: #c0c0d0; border-left: 1px solid #35353d; padding: 15px 0 15px 25px; }
.d-header-right { margin-left: auto; display: flex; align-items: center; gap: 35px; }
.d-search-trigger { color: #aeafc0; border: 1px solid #303036; background: #09090b; border-radius: 5px; padding: 0 12px; height: 42px; display: flex; align-items: center; gap: 12px; font-size: 12px; }
.d-search-trigger:hover { border-color: #7e7396; background: #101013; }
kbd { font: 10px var(--d-mono); border: 1px solid #46464d; border-radius: 3px; padding: 3px 5px; color: #c0c0d0; }
.d-search-trigger kbd { margin-left: 32px; }
.d-product-link { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #d6d6df; min-height: 44px; }
.d-product-link .d-icon { width: 16px; }
.d-progress { position: fixed; top: 77px; height: 1px; left: 0; width: 100%; z-index: 40; pointer-events: none; }
.d-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #17ddeb, #8567ff, #ed78d0); transform: scaleX(0); transform-origin: left; }
.d-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 208px minmax(0, 740px) 172px; gap: 54px; max-width: 1450px; padding: 0 40px; margin: auto; align-items: start; }
.d-sidebar { position: sticky; top: 110px; height: calc(100dvh - 130px); display: flex; flex-direction: column; overflow: hidden; padding: 0 16px 0 0; }
.d-sidebar > nav { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: thin; }
.d-sidebar-heading { font: 9px var(--d-mono); letter-spacing: .1em; color: #9b9baa; margin: 22px 0 17px; flex-shrink: 0; display: flex; gap: 14px; }
.d-sidebar-heading span { color: #777785; font-size: 8px; }
.d-nav-group { margin: 0 0 15px; }
.d-nav-group h2 { font-size: 11px; color: #dddde8; margin: 0 0 9px 12px; font-weight: 550; }
.d-nav-group a { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 37px; color: #a9a9b8; font-size: 12px; padding: 7px 10px 7px 13px; border-left: 1px solid #ffffff16; }
.d-nav-group a:hover { color: #ededf5; background: #ffffff04; }
.d-nav-group a[aria-current] { color: var(--d-cyan); border-left-color: #38d9e7; background: linear-gradient(90deg, #2cc9df14, transparent); }
.d-nav-group a i { width: 4px; height: 4px; border: 1px solid #cfb584; margin-left: 9px; flex-shrink: 0; }
.d-sidebar-bottom { flex-shrink: 0; margin-top: 16px; display: flex; align-items: center; gap: 13px; padding: 14px 0 0 9px; border-top: 1px solid var(--d-line); font-size: 10px; color: var(--d-muted); }
.d-sidebar-bottom strong { display: block; font-weight: 500; font-size: 11px; color: #d8d8e4; }
.d-company-mark svg { width: 28px; height: 28px; opacity: .9; }
.d-main { min-width: 0; padding-top: 33px; outline: none; }
.d-breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--d-muted); margin-bottom: 45px; }
.d-breadcrumb a { color: #c7c7d2; }
.d-breadcrumb .d-icon { width: 11px; height: 11px; color: #64646f; }
.d-article-header { padding-bottom: 32px; border-bottom: 1px solid var(--d-line); position: relative; }
.d-kicker { display: flex; align-items: center; gap: 10px; font: 9px var(--d-mono); letter-spacing: .16em; color: #989eaf; margin-bottom: 22px; }
.d-kicker > span { display: inline-block; width: 16px; height: 1px; background: linear-gradient(90deg, var(--d-cyan), var(--d-violet)); }
h1 { font-weight: 530; font-size: clamp(34px, 3.3vw, 47px); line-height: 1.15; letter-spacing: -.05em; margin: 0; max-width: 670px; outline: none; }
.d-article-header--home h1 { font-size: clamp(40px, 3.8vw, 56px); max-width: 545px; line-height: 1.09; }
h1 span { color: #b6c6ed; background: linear-gradient(100deg, #56dfed, #96bbff 41%, #b99bea 70%, #e794cf); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.d-lead { font-size: 16px; line-height: 1.8; color: #abaebb; margin: 22px 0 23px; max-width: 580px; }
.d-article-header--home .d-lead { max-width: 510px; }
.d-meta { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; color: #90909f; font-size: 10px; }
.d-meta-rule { width: 1px; height: 11px; background: #39393f; }
.d-status { display: inline-flex; align-items: center; gap: 7px; color: #b3afc7; }
.d-status i { width: 4px; height: 4px; background: #8c94a9; }
.d-status--overview, .d-status--website { color: #87cfda; }
.d-status--overview i, .d-status--website i { background: var(--d-cyan); }
.d-status--pending { color: #d7bc88; }
.d-status--pending i { background: #d7bc88; }
.d-hero-orbit { position: absolute; right: 0; top: 55px; width: 145px; height: 160px; pointer-events: none; opacity: .9; }
.d-hero-orbit .emblem { position: absolute; top: 20px; left: 30px; width: 90px; height: 90px; filter: drop-shadow(0 0 18px #3be7ed14); }
.d-hero-orbit > span { position: absolute; left: 0; top: 15px; right: 0; height: 126px; border: 1px solid #a794ff24; clip-path: polygon(0 0, 50% 0, 50% 1%, 1% 1%, 1% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 50% 100%, 50% 99%, 99% 99%, 99% 0); }
.d-hero-orbit::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #00d8ea33, #8464e933, #e678bd33) 0 65% / 100% 1px no-repeat, linear-gradient(#b07af530, #46dbf420) 50% 0 / 1px 100% no-repeat; }
.d-hero-orbit i, .d-hero-orbit b { position: absolute; width: 4px; height: 4px; border: 1px solid #51d6e0; top: 102px; left: -2px; }
.d-hero-orbit b { left: auto; right: -2px; border-color: #c484e5; }
.d-section { scroll-margin-top: 0; padding-top: 36px; }
.d-section h2 { font-size: 23px; font-weight: 530; letter-spacing: -.035em; line-height: 1.35; margin: 0 0 18px; display: flex; align-items: center; gap: 7px; }
.d-heading-anchor { display: inline-flex; min-width: 28px; height: 30px; align-items: center; justify-content: center; color: #79768a; opacity: .15; }
.d-heading-anchor .d-icon { width: 14px; height: 14px; }
.d-section h2:hover .d-heading-anchor, .d-heading-anchor:focus-visible { opacity: 1; color: var(--d-cyan); }
.d-section p { font-size: 15px; color: var(--d-body); line-height: 1.93; margin: 0 0 18px; overflow-wrap: anywhere; }
.d-link-list { display: flex; flex-direction: column; margin: 4px 0 17px; }
.d-link-list a { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 21px 2px; border-bottom: 1px solid var(--d-line); min-height: 70px; }
.d-link-list a:first-child { border-top: 1px solid var(--d-line); }
.d-link-list strong { display: block; font-size: 14px; font-weight: 530; margin-bottom: 4px; color: #e5e5ee; }
.d-link-list a > span > span { color: var(--d-muted); font-size: 12px; line-height: 1.7; display: block; }
.d-link-list a > .d-icon { width: 19px; color: #9e8fd0; transition: transform 150ms ease, color 150ms ease; }
.d-link-list a:hover > .d-icon { transform: translateX(4px); color: var(--d-cyan); }
.d-link-list a:hover strong { color: var(--d-cyan); }
.d-note { display: flex; gap: 16px; border-left: 1px solid #4eb9d882; padding: 13px 18px; margin: 20px 0 23px; background: linear-gradient(90deg, #33d8ed08, transparent); }
.d-note--pending { border-left-color: #d1ac5a88; background: linear-gradient(90deg, #e7b65b07, transparent); }
.d-note strong { color: #bfced9; font-weight: 530; font-size: 13px; }
.d-note--pending strong { color: #deca9b; }
.d-note .d-note-mark { flex: 0 0 auto; margin-top: 8px; width: 5px; height: 5px; border: 1px solid #72bfdb; }
.d-note--pending .d-note-mark { border-color: #d8b676; }
.d-note p { font-size: 12.5px; line-height: 1.85; margin: 6px 0 0; color: #abacba; }
.d-list { padding-left: 22px; margin: 10px 0 23px; color: var(--d-body); font-size: 14px; }
.d-list li { padding: 5px 0 5px 7px; line-height: 1.85; }
.d-list li::marker { color: #8a7ca7; font-size: 11px; }
ol.d-list li::marker { font-family: var(--d-mono); }
.d-table-wrap { margin: 20px 0 24px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 12.5px; text-align: left; }
thead th { color: #a4a4b3; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .075em; padding: 13px 16px; border-bottom: 1px solid #ffffff30; }
thead th:first-child, tbody th { padding-left: 0; }
tbody th { color: #dfdfe9; width: 29%; font-weight: 480; padding: 17px 18px 17px 0; vertical-align: top; }
tbody td { color: #aaadbc; padding: 17px 16px; line-height: 1.8; vertical-align: top; overflow-wrap: anywhere; }
tr { border-bottom: 1px solid var(--d-line); }
.d-diagram { margin: 25px 0 24px; padding: 16px 0 0; border-top: 1px solid var(--d-line); border-bottom: 1px solid var(--d-line); }
.d-diagram-label { font: 8px var(--d-mono); letter-spacing: .12em; color: #bbb9cc; display: flex; justify-content: space-between; gap: 10px; }
.d-diagram-label span { color: #8b8b9d; font-size: 7px; }
.d-tree { width: min(100%, 470px); margin: 28px auto 10px; }
.d-tree-root { display: flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid #36d9db50; background: #030706; width: 198px; margin: 0 auto; padding: 12px; position: relative; }
.d-tree-root .emblem { width: 36px; height: 36px; }
.d-tree-root strong { font-size: 12px; font-weight: 500; }
.d-tree-root span { display: block; font-size: 9px; color: #94a7b3; }
.d-tree-root::after { content: ''; position: absolute; top: 100%; left: 50%; width: 1px; height: 21px; background: #54989970; }
.d-tree-rooms { display: flex; gap: 58px; position: relative; margin-top: 40px; }
.d-tree-rooms::before { content: ''; position: absolute; left: 23%; right: 23%; height: 20px; border: 1px solid #578c975d; border-bottom: 0; top: -20px; }
.d-tree-room { flex: 1; border-top: 1px solid #5ed9c840; padding-top: 10px; }
.d-tree-room:last-child { border-top-color: #ad76ff55; }
.d-room-label { display: block; text-align: center; color: #8ba9a5; font: 7px var(--d-mono); letter-spacing: .1em; }
.d-tree-room:last-child .d-room-label { color: #ba9adc; }
.d-tree-manager { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 7px 0; }
.d-tree-manager svg { width: 40px; height: 50px; }
.d-tree-manager strong { font-size: 11px; font-weight: 500; }
.d-tree-manager span { display: block; font-size: 8px; color: #98a1aa; }
.d-tree-workers { display: flex; gap: 20px; justify-content: center; }
.d-tree-workers span { display: flex; align-items: center; flex-direction: column; font: 8px var(--d-mono); color: #9ca4b4; }
.d-tree-workers svg { width: 30px; height: 42px; }
.d-diagram figcaption { color: #9394a5; font-size: 10px; padding: 12px 0; text-align: center; }
.d-connection-flow { display: flex; align-items: center; padding: 32px 0; justify-content: center; }
.d-connection-flow > div { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 0 0 26%; }
.d-connection-flow .d-icon { width: 30px; height: 30px; margin: 9px 0; color: #9d94d8; }
.d-connection-flow strong { font-size: 11px; font-weight: 500; }
.d-connection-flow span:not(.d-connection-line) { color: #9597a6; font-size: 9px; }
.d-connection-brand svg { width: 60px; height: 60px; }
.d-connection-line { height: 1px; width: 65px; background: linear-gradient(90deg, #36dde57a, #9672ed7a); }
.d-right-rail { position: sticky; top: 135px; padding-top: 37px; }
.d-rail-label { display: block; font: 9px var(--d-mono); letter-spacing: .12em; color: #a5a5b6; margin-bottom: 16px; }
.d-right-rail nav a, .d-mobile-toc nav a { display: block; font-size: 11.5px; line-height: 1.6; color: #9697aa; padding: 7px 0 7px 12px; border-left: 1px solid #ffffff19; }
.d-right-rail nav a[aria-current], .d-mobile-toc nav a[aria-current] { color: #ade3eb; border-left-color: #37cddb; }
.d-right-rail nav a:hover { color: #eeeef9; }
.d-article-tools { margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--d-line); }
.d-article-tools button, .d-mobile-tools button { background: transparent; border: 0; color: #b5b4c4; display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 6px 0; font-size: 11px; }
.d-article-tools .d-icon { width: 15px; height: 15px; }
.d-article-tools button:hover { color: var(--d-cyan); }
.d-scope-note { margin-top: 21px; padding-top: 18px; border-top: 1px solid var(--d-line); }
.d-scope-note span { font: 8px var(--d-mono); letter-spacing: .09em; color: #a197b8; }
.d-scope-note p { font-size: 10px; color: #9293a5; line-height: 1.85; }
.d-article-end { margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--d-line); }
.d-related { display: flex; flex-wrap: wrap; gap: 13px 20px; }
.d-related a { font-size: 12px; color: #ada1d7; padding: 6px 0; }
.d-related a::after { content: ' ↗'; color: #858192; margin-left: 6px; }
.d-related a:hover { color: var(--d-cyan); }
.d-prev-next { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin: 30px 0 38px; }
.d-prev-next a { padding: 18px 0; border-top: 1px solid var(--d-line); min-width: 0; }
.d-prev-next a:last-child { text-align: right; }
.d-prev-next a > span { display: block; font: 8px var(--d-mono); letter-spacing: .1em; color: #9693ab; }
.d-prev-next strong { font-size: 13px; display: block; margin-top: 6px; font-weight: 500; }
.d-prev-next a:hover strong { color: var(--d-cyan); }
.d-footer { display: flex; justify-content: space-between; gap: 15px; font-size: 10px; color: #9090a0; padding: 20px 0 36px; border-top: 1px solid var(--d-line); }
.d-footer i { color: #666676; margin: 0 6px; }
.d-footer div { display: flex; gap: 18px; }
.d-footer a:hover { color: #dedee9; }
.d-mobile-nav, .d-mobile-toc, .d-mobile-tools { display: none; }
.d-search-dialog { background: #08080b; color: #ededf6; border: 1px solid #65607b; border-radius: 9px; width: min(720px, calc(100vw - 32px)); padding: 0; margin: 14vh auto auto; max-height: 75dvh; box-shadow: 0 18px 130px #000; }
.d-search-dialog::backdrop, .d-copy-dialog::backdrop { background: #000c; backdrop-filter: blur(4px); }
.d-search-input-row { display: flex; align-items: center; gap: 15px; padding: 12px 20px; border-bottom: 1px solid #ffffff1c; }
.d-search-input-row > .d-icon { color: #b697ea; }
.d-search-input-row input { flex: 1; min-width: 0; background: transparent; color: #eeeefa; border: none; height: 45px; font-size: 15px; outline: none; }
.d-search-input-row input::placeholder { color: #8b879b; }
.d-icon-button { background: transparent; border: 0; width: 44px; height: 44px; color: #aeabbd; display: flex; align-items: center; justify-content: center; }
.d-search-meta { font: 9px var(--d-mono); color: #aba3c5; letter-spacing: .03em; padding: 17px 20px 10px; display: flex; justify-content: space-between; gap: 15px; }
.d-search-meta > span:last-child { color: #8d94a5; font-size: 8px; }
.d-search-results { max-height: calc(75dvh - 170px); overflow-y: auto; padding: 0 10px 10px; }
.d-search-result { display: block; position: relative; padding: 15px 40px 15px 12px; margin-bottom: 3px; border: 1px solid transparent; border-bottom-color: #ffffff09; border-radius: 4px; }
.d-search-result:hover, .d-search-result.is-highlighted, .d-search-result:focus { background: #ffffff05; border-color: #9280ad45; outline-offset: -1px; }
.d-result-group { display: block; font: 8px var(--d-mono); color: #a8a0b9; letter-spacing: .035em; margin-bottom: 6px; }
.d-search-result strong { display: block; font-size: 13px; line-height: 1.6; font-weight: 500; }
.d-result-snippet { display: block; font-size: 12px; line-height: 1.8; color: #a7a5b7; margin-top: 6px; }
.d-result-arrow { position: absolute; right: 15px; top: 29px; font-size: 17px; color: #9a88c2; }
mark { background: #83dbec18; color: #9ce7f0; border-radius: 1px; }
.d-search-empty { padding: 30px 18px 40px; font-size: 13px; color: #b4b0c5; }
.d-search-footer { border-top: 1px solid #ffffff19; padding: 12px 20px; display: flex; justify-content: space-between; gap: 10px; color: #9491a4; font-size: 9px; }
.d-search-footer kbd { font-size: 8px; margin-right: 3px; padding: 2px 4px; }
.d-copy-dialog { width: min(520px, calc(100vw - 32px)); padding: 26px; border: 1px solid #86739d; border-radius: 5px; background: #0c0b0e; color: #eeeef8; }
.d-copy-dialog h2 { font-size: 21px; margin-top: 0; }
.d-copy-dialog p { font-size: 13px; color: #b4b0c6; }
.d-copy-dialog input { width: 100%; padding: 12px; background: #050506; border: 1px solid #3f394c; color: #ddddee; font-size: 12px; }
.d-copy-dialog button { margin-top: 20px; padding: 8px 20px; border: 1px solid #7960a0; background: #20172c; color: #eeeef6; }
.d-toast { position: fixed; z-index: 100; bottom: 28px; left: 50%; transform: translate(-50%, 12px); opacity: 0; pointer-events: none; font-size: 12px; background: #0c0c10; border: 1px solid #5b517a; border-radius: 4px; padding: 12px 20px; transition: opacity .18s, transform .18s; }
.d-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.d-faq details { padding: 16px 0; border-bottom: 1px solid var(--d-line); }
.d-faq summary { cursor: pointer; font-size: 14px; }
.d-faq p { margin-top: 15px; }
@media (max-width: 1350px) {
  .d-layout { grid-template-columns: 190px minmax(0, 720px) 150px; gap: 35px; padding: 0 30px; }
  .d-header { padding: 0 30px; }
  .d-hero-orbit { display: none; }
  .d-nav-group a { font-size: 11.5px; }
  .d-sidebar-heading span { display: none; }
}
@media (max-width: 1100px) {
  .d-layout { grid-template-columns: 187px minmax(0, 760px); gap: 35px; }
  .d-right-rail { display: none; }
  .d-mobile-toc { display: block; border-bottom: 1px solid var(--d-line); font-size: 12px; }
  .d-mobile-toc > summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 14px 0; color: #bdb8d0; }
  .d-mobile-toc nav { padding-bottom: 18px; }
  .d-mobile-toc .d-rail-label { display: none; }
  .d-mobile-toc .d-icon { width: 12px; height: 12px; transform: rotate(90deg); }
  .d-mobile-toc[open] .d-icon { transform: rotate(-90deg); }
  .d-mobile-tools { display: flex; justify-content: center; gap: 35px; position: relative; padding-bottom: 25px; z-index: 1; }
}
@media (max-width: 740px) {
  .d-header { height: 68px; padding: 0 20px; gap: 13px; }
  .d-header::after { left: 20px; right: 20px; }
  .d-brand svg { width: 141px; height: 31px; }
  .d-docs-word { padding-left: 14px; font-size: 9px; }
  .d-header-right { gap: 10px; }
  .d-search-trigger { width: 44px; height: 44px; justify-content: center; background: transparent; border-color: #ffffff15; padding: 0; }
  .d-search-trigger span, .d-search-trigger kbd, .d-product-link { display: none; }
  .d-progress { top: 67px; }
  .d-layout { display: block; padding: 0 24px; }
  .d-sidebar { display: none; }
  .d-mobile-nav { display: block; margin: 0 -24px; padding: 0 24px; background: #030303; border-bottom: 1px solid var(--d-line); }
  .d-mobile-nav > details > summary { display: flex; align-items: center; gap: 11px; cursor: pointer; color: #b8b6c8; height: 49px; font-size: 11px; }
  .d-mobile-nav > details > summary .d-icon:first-child { width: 15px; height: 15px; }
  .d-mobile-nav > details > summary .d-icon:last-child { margin-left: auto; width: 12px; height: 12px; transform: rotate(90deg); }
  .d-mobile-nav details[open] > summary .d-icon:last-child { transform: rotate(-90deg); }
  .d-mobile-nav nav { padding-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 15px; }
  .d-mobile-nav a { min-height: 44px; font-size: 11px; padding-left: 10px; }
  .d-nav-group { margin-bottom: 18px; }
  .d-main { padding-top: 22px; }
  .d-breadcrumb { margin-bottom: 31px; font-size: 10px; }
  .d-kicker { margin-bottom: 19px; font-size: 8px; }
  h1 { font-size: 38px; line-height: 1.16; }
  .d-article-header--home h1 { font-size: 43px; }
  .d-lead { font-size: 14px; line-height: 1.9; margin: 22px 0 20px; }
  .d-meta { font-size: 9px; gap: 9px; }
  .d-article-header { padding-bottom: 25px; }
  .d-section { padding-top: 29px; scroll-margin-top: 0; }
  .d-section h2 { font-size: 21px; margin-bottom: 16px; }
  .d-heading-anchor { opacity: .5; min-width: 30px; height: 36px; }
  .d-section p { font-size: 14px; line-height: 1.95; }
  .d-link-list a { padding: 19px 0; gap: 14px; }
  .d-link-list strong { font-size: 13px; }
  .d-link-list a > span > span { font-size: 11px; }
  .d-note { padding: 12px 13px; gap: 11px; }
  .d-note p { font-size: 12px; }
  .d-note strong { font-size: 12px; }
  .d-list { font-size: 13px; }
  .d-tree-rooms { gap: 22px; }
  .d-tree-root { width: 166px; }
  .d-tree-workers { gap: 20px; }
  .d-diagram-label { font-size: 7px; }
  .d-diagram-label span { font-size: 6px; }
  .d-diagram figcaption { font-size: 9px; }
  table { font-size: 11px; }
  thead th { font-size: 8px; }
  tbody th { width: 31%; padding-right: 10px; }
  tbody td { padding: 15px 4px 15px 10px; }
  .d-footer { flex-direction: column; gap: 14px; }
  .d-prev-next { gap: 22px; }
  .d-prev-next strong { font-size: 11px; }
  .d-search-dialog { margin-top: 7dvh; max-height: 86dvh; }
  .d-search-input-row { padding: 10px 12px; gap: 10px; }
  .d-search-input-row input { font-size: 13px; }
  .d-search-meta { padding: 14px 15px; font-size: 8px; }
  .d-search-results { max-height: calc(86dvh - 158px); }
  .d-search-footer { padding: 12px; }
  .d-search-footer > span:last-child { display: none; }
  .d-result-snippet { font-size: 10px; }
  .d-search-result strong { font-size: 12px; }
}
@media (max-height: 510px) and (min-width: 741px) {
  .d-sidebar { max-height: calc(100dvh - 115px); }
  .d-search-dialog { margin-top: 4dvh; max-height: 91dvh; }
  .d-search-results { max-height: calc(91dvh - 170px); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
@media print {
  :root { color-scheme: light; }
  html, body { background: #fff; color: #111; }
  .d-grid, .d-header, .d-sidebar, .d-right-rail, .d-mobile-nav, .d-mobile-toc, .d-mobile-tools, .d-progress, .d-hero-orbit, .d-heading-anchor, .d-prev-next, .d-article-end, .d-toast, dialog { display: none !important; }
  .d-layout { display: block; max-width: none; padding: 0; }
  .d-main { padding: 0; }
  .d-breadcrumb { margin-bottom: 15px; }
  h1, h1 span { color: #111; background: none; -webkit-text-fill-color: #111; }
  .d-section p, .d-lead, .d-list, td, tbody td, tbody th, .d-link-list strong, .d-link-list a > span > span { color: #222; }
  .d-note { break-inside: avoid; background: none; border-color: #555; }
  .d-note strong, .d-note p, .d-meta, .d-status, .d-footer, .d-kicker, .d-breadcrumb { color: #333; }
  .d-diagram { break-inside: avoid; }
  .d-connection-flow strong, .d-tree strong, .d-tree span, .d-diagram-label, .d-diagram-label span, .d-diagram figcaption { color: #222; }
  .d-tree-root { background: #fff; border-color: #888; }
  .d-section { padding-top: 22px; }
  h2 { break-after: avoid; }
  .d-link-list a[href^='https']::after { content: attr(href); font-size: 9px; color: #555; overflow-wrap: anywhere; }
  .d-footer { padding-bottom: 0; }
}

/* Refinement after desktop inspection: larger quiet text and real touch targets. */
.d-heading-anchor { min-width: 44px; height: 44px; }
.d-related a { min-height: 44px; display: inline-flex; align-items: center; }
.d-article-tools button, .d-mobile-tools button { min-height: 44px; }
.d-docs-word { min-height: 44px; }
@media (max-width: 740px) {
  .d-mobile-toc nav a { min-height: 44px; display: flex; align-items: center; }
  .d-footer a { display: inline-flex; min-height: 44px; align-items: center; }
}
@media print { thead th, .d-table-wrap, .d-related a { color: #333; } }

.d-dashboard-link { display: inline-flex; align-items: center; min-height: 44px; color: #20d9ee; font-size: 12px; white-space: nowrap; }
@media (max-width: 420px) { .d-header-right { gap: 8px; } .d-dashboard-link { font-size: 11px; } }
@media (max-width: 420px) {
  .d-header { padding-left: 12px; padding-right: 12px; gap: 8px; }
  .d-brand svg { width: 100px; }
  .d-docs-word { padding-left: 7px; letter-spacing: .1em; }
}
