:root {
  --navy-950: #050b14;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1c30;
  --ink: #0b1320;
  --muted: #5e6a7d;
  --paper: #f7f9fd;
  --white: #fff;
  --line: rgba(15, 36, 64, .12);
  --line-dark: rgba(255, 255, 255, .12);
  --blue: #2878ff;
  --blue-strong: #1263ef;
  --violet: #7657ff;
  --cyan: #43d8ff;
  --green: #2dd4a7;
  --shadow: 0 28px 80px rgba(8, 28, 61, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.section-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--blue); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; min-height: 76px; padding: 0 max(24px, calc((100vw - 1220px) / 2)); color: white; background: rgba(5, 11, 20, .88); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(20px); }
.site-header.compact { position: relative; grid-template-columns: 1fr auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; }
.brand-accent { color: #6fcfff; }
.brand-mark { width: 38px; height: 38px; padding: 5px; overflow: hidden; background: white; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; box-shadow: 0 8px 24px rgba(40,120,255,.18); }
.brand-mark img { display: block; width: 100%; height: 100%; border-radius: 8px; object-fit: cover; transform: scale(1.72); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 28px; color: #bac7d8; font-size: 14px; font-weight: 650; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: white; }
.header-actions, .hero-actions, .final-cta > div:last-child { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 12px 30px rgba(40,120,255,.24); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(40,120,255,.34); }
.button-quiet { color: #d9e4f2; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.button-glass { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-large { min-height: 52px; padding-inline: 22px; border-radius: 14px; font-size: 15px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line-dark); border-radius: 10px; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: 54px; align-items: center; min-height: 710px; padding-block: 72px; color: white; }
.hero::before { content: ""; position: absolute; z-index: -2; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 72% 22%, rgba(40,120,255,.28), transparent 30%), radial-gradient(circle at 45% 92%, rgba(118,87,255,.15), transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 52%, #08192d); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 72%); }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; color: #cfdaea; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 12px; font-weight: 700; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(45,212,167,.12); }
.eyebrow { margin: 24px 0 14px; color: #54bdff; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0 0 25px; font-size: clamp(50px, 5.8vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #fff 5%, #7fd7ff 48%, #a896ff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 610px; margin: 0 0 30px; color: #aebdce; font-size: 18px; line-height: 1.8; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 26px 0 0; padding: 0; color: #9eafc3; list-style: none; font-size: 13px; font-weight: 650; }
.trust-list i { display: inline-grid; width: 19px; height: 19px; place-items: center; margin-right: 5px; color: var(--green); border: 1px solid rgba(45,212,167,.3); border-radius: 50%; font-style: normal; font-size: 11px; }
.hero-stage { position: relative; min-height: 540px; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: rgba(255,255,255,.06); box-shadow: 0 40px 100px rgba(0,0,0,.32); transform: perspective(1400px) rotateY(-3deg); }
.hero-image { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); object-fit: cover; border-radius: 24px; opacity: .92; }
.hero-stage::after { content: ""; position: absolute; inset: 18px; border-radius: 24px; background: linear-gradient(180deg, rgba(7,17,31,.04), rgba(7,17,31,.38)); }
.route-card, .endpoint-card { position: absolute; z-index: 2; display: flex; align-items: center; color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(5,14,27,.72); box-shadow: 0 18px 45px rgba(4,13,27,.25); backdrop-filter: blur(18px); }
.route-card { gap: 12px; min-width: 190px; padding: 13px 15px; border-radius: 16px; }
.route-card small { display: block; margin-bottom: 3px; color: #8ca0b8; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.route-card strong { font-size: 13px; }
.route-card-top { top: 48px; right: -28px; }
.route-card-bottom { right: 24px; bottom: 45px; min-width: 245px; }
.route-card-bottom b { margin-left: auto; color: var(--green); font-size: 11px; }
.route-icon { display: grid; width: 36px; height: 36px; place-items: center; color: #9adfff; border: 1px solid rgba(67,216,255,.3); border-radius: 11px; background: rgba(40,120,255,.18); font-size: 11px; font-weight: 850; }
.route-pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(45,212,167,.12); }
.endpoint-card { left: -36px; bottom: 78px; flex-direction: column; align-items: stretch; gap: 12px; width: 300px; padding: 14px 16px 17px; border-radius: 15px; }
.endpoint-card code { font-size: 12px; }
.endpoint-card em { color: var(--green); font-style: normal; font-weight: 850; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #ff6680; }
.window-dots span:nth-child(2) { background: #ffc34c; }
.window-dots span:nth-child(3) { background: var(--green); }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: linear-gradient(90deg, #0c1a2c, #0b1e37); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal-strip div { min-width: 0; padding: 23px 28px; border-right: 1px solid var(--line-dark); }
.signal-strip span, .signal-strip strong { display: block; }
.signal-strip span { margin-bottom: 7px; color: #7188a5; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.signal-strip strong { overflow: hidden; color: #dce8f7; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }

.content-section { padding-block: 105px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(320px, .68fr); gap: 80px; align-items: end; margin-bottom: 42px; }
.section-heading .eyebrow, .quickstart-copy .eyebrow, .security-card .eyebrow, .final-cta .eyebrow, .docs-content > .eyebrow, .legal-page > .eyebrow { margin-top: 0; }
.section-heading h2, .quickstart h2, .security-card h2, .final-cta h2 { margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p, .security-card > p, .final-cta p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 310px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 50px rgba(15,36,64,.05); }
.feature-card-accent { color: white; background: linear-gradient(155deg, #1263ef, #5548df); }
.feature-card h3 { margin: 58px 0 13px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-card-accent p { color: rgba(255,255,255,.75); }
.feature-number { color: #8a97a9; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.feature-card-accent .feature-number { color: #9bddff; }
.tag { position: absolute; bottom: 24px; left: 26px; padding: 7px 10px; color: #647287; border: 1px solid var(--line); border-radius: 8px; font: 700 11px "SFMono-Regular", Consolas, monospace; }
.feature-card-accent .tag { color: white; border-color: rgba(255,255,255,.25); }

.models-section { color: white; background: var(--navy-900); }
.section-heading.light > p { color: #8fa1b8; }
.model-panel { border: 1px solid var(--line-dark); border-radius: 28px; background: linear-gradient(135deg, rgba(40,120,255,.14), rgba(118,87,255,.08)); overflow: hidden; }
.model-main { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 34px; }
.model-logo { display: grid; width: 76px; height: 76px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(135deg, #1971ff, #7657ff); font-size: 18px; font-weight: 900; }
.model-main small { color: #6dcfff; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.model-main h3 { margin: 7px 0 8px; font: 700 30px "SFMono-Regular", Consolas, monospace; }
.model-main p { margin: 0; color: #94a6ba; line-height: 1.65; }
.model-meta { display: grid; grid-template-columns: .8fr .6fr 1.4fr; border-top: 1px solid var(--line-dark); }
.model-meta span { padding: 20px 28px; color: #7188a4; border-right: 1px solid var(--line-dark); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.model-meta strong { display: block; margin-top: 6px; overflow-wrap: anywhere; color: #dce7f5; font: 650 13px "SFMono-Regular", Consolas, monospace; text-transform: none; }
.model-meta .online { color: var(--green); }

.quickstart { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: center; }
.steps { display: grid; gap: 24px; margin: 34px 0 30px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; }
.steps li > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue); border: 1px solid rgba(40,120,255,.25); border-radius: 11px; background: rgba(40,120,255,.07); font-size: 12px; font-weight: 850; }
.steps strong { display: block; margin: 1px 0 5px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps code { color: var(--blue-strong); }
.text-link { color: var(--blue-strong); font-weight: 750; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.code-window { min-width: 0; overflow: hidden; color: #c6d5e7; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: #07111f; box-shadow: var(--shadow); }
.code-toolbar { display: flex; align-items: center; gap: 16px; min-height: 54px; padding: 0 18px; color: #7289a5; border-bottom: 1px solid var(--line-dark); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.copy-button { margin-left: auto; padding: 6px 9px; color: #9fb1c8; border: 1px solid var(--line-dark); border-radius: 7px; background: rgba(255,255,255,.05); cursor: pointer; font-size: 11px; }
.copy-button:hover { color: white; border-color: rgba(255,255,255,.25); }
.code-window pre, .doc-code pre { margin: 0; overflow: auto; }
.code-window pre { min-height: 350px; padding: 28px; font-size: 13px; line-height: 1.9; }
.code-window code b { color: var(--cyan); }
.code-window code mark { color: #b8a8ff; background: transparent; }
.code-result { padding: 16px 20px; color: #66819f; border-top: 1px solid var(--line-dark); background: #050c16; font: 700 11px "SFMono-Regular", Consolas, monospace; }
.code-result span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(45,212,167,.65); }
.code-result b { margin-inline: 6px; color: #334963; }

.security-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.security-card { padding: 38px; color: white; border-radius: 28px; background: linear-gradient(145deg, #0c1b30, #0a1221); box-shadow: var(--shadow); }
.security-card h2 { margin-bottom: 20px; }
.security-card > p { color: #91a2b7; }
.security-list { display: grid; }
.security-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.security-list article:first-child { border-top: 1px solid var(--line); }
.security-list span { color: var(--blue); font: 800 12px "SFMono-Regular", Consolas, monospace; }
.security-list h3 { margin: 0 0 7px; font-size: 18px; }
.security-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; margin-bottom: 90px; padding: 55px; color: white; border-radius: 30px; background: radial-gradient(circle at 85% 0, rgba(118,87,255,.28), transparent 42%), linear-gradient(135deg, #07111f, #0d2038); box-shadow: var(--shadow); }
.final-cta p { margin-top: 12px; color: #8fa1b8; }

.site-footer { color: #a2b0c1; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 65px; }
.footer-brand { color: white; }
.footer-main > div:first-child > p { max-width: 320px; color: #6f8198; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links section { display: grid; align-content: start; gap: 11px; font-size: 13px; }
.footer-links strong { margin-bottom: 5px; color: white; }
.footer-links a:hover, .simple-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; color: #5f7187; border-top: 1px solid var(--line-dark); font-size: 12px; }

/* Documentation and legal pages */
.docs-body, .legal-body { background: #fff; }
.docs-layout { display: grid; grid-template-columns: 210px minmax(0, 820px); gap: 68px; justify-content: center; padding-block: 72px 110px; }
.docs-nav { position: sticky; top: 30px; display: grid; align-content: start; gap: 12px; height: max-content; padding: 20px 0; color: #617087; border-right: 1px solid var(--line); font-size: 13px; }
.docs-nav span { margin-bottom: 8px; color: var(--ink); font-size: 15px; font-weight: 800; }
.docs-nav a:hover { color: var(--blue-strong); }
.docs-content > h1, .legal-page > h1 { margin: 0 0 18px; font-size: clamp(46px, 6vw, 70px); letter-spacing: -.05em; }
.docs-lead, .legal-page > p, .legal-page section p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.docs-content section, .legal-page section { padding-top: 42px; scroll-margin-top: 24px; }
.docs-content section + section, .legal-page section + section { margin-top: 42px; border-top: 1px solid var(--line); }
.docs-content h2, .legal-page h2 { margin: 0 0 18px; font-size: 29px; letter-spacing: -.025em; }
.docs-content h3 { margin: 26px 0 12px; font-size: 17px; }
.docs-content p, .docs-content li { color: #526176; line-height: 1.75; }
.docs-content :not(pre) > code { padding: 2px 6px; color: #175fc9; border-radius: 5px; background: #eef5ff; font-size: .9em; }
.info-table { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.info-table div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.info-table div:last-child { border: 0; }
.info-table span { color: #66758a; font-size: 13px; }
.info-table code { overflow-wrap: anywhere; color: #184e9e; font-size: 13px; }
.note { padding: 13px 15px; border-left: 3px solid var(--blue); background: #f2f7ff; }
.doc-code { overflow: hidden; color: #c9d7e8; border: 1px solid #132844; border-radius: 15px; background: #07111f; }
.doc-code > div { display: flex; align-items: center; min-height: 44px; padding: 0 14px; color: #6f849e; border-bottom: 1px solid var(--line-dark); font-size: 11px; font-weight: 750; }
.doc-code pre { padding: 20px; font-size: 12.5px; line-height: 1.75; }
.error-list { display: grid; gap: 10px; }
.error-list article { display: grid; grid-template-columns: 60px 1fr; gap: 15px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.error-list article > code { color: var(--blue); font-size: 16px; font-weight: 850; }
.error-list strong { display: block; }
.error-list p { margin: 4px 0 0; font-size: 14px; }
.simple-footer { display: flex; justify-content: space-between; padding-block: 24px; color: #7b8798; border-top: 1px solid var(--line); font-size: 13px; }
.simple-footer span:last-child { display: flex; gap: 18px; }
.legal-page { max-width: 840px; padding-block: 72px 110px; }
.legal-date { font-size: 13px !important; }
.error-page { display: grid; min-height: 100vh; place-items: center; color: white; background: radial-gradient(circle at 70% 20%, rgba(40,120,255,.28), transparent 30%), var(--navy-950); }
.error-page main { width: min(560px, calc(100% - 40px)); text-align: center; }
.error-page main > span { color: #65c9ff; font: 850 18px "SFMono-Regular", Consolas, monospace; }
.error-page h1 { margin: 14px 0; font-size: clamp(36px, 7vw, 64px); }
.error-page p { margin-bottom: 28px; color: #93a6be; line-height: 1.7; }
.error-page main div { display: flex; justify-content: center; gap: 10px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto 1fr; gap: 20px; }
  .site-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line-dark); border-radius: 16px; background: rgba(5,11,20,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .menu-button { display: block; order: 2; }
  .header-actions { justify-self: end; order: 3; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { width: min(760px, 96%); justify-self: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section-shell { width: min(100% - 34px, 1220px); }
  .site-header { padding-inline: 17px; }
  .site-header .header-actions .button-quiet { display: none; }
  .hero { min-height: auto; padding-block: 56px 70px; }
  .hero-stage { min-height: 450px; transform: none; }
  .route-card-top { right: -8px; }
  .endpoint-card { left: -8px; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); }
  .content-section { padding-block: 78px; }
  .section-heading, .quickstart, .security-grid, .footer-main, .docs-layout { grid-template-columns: 1fr; gap: 34px; }
  .model-meta { grid-template-columns: 1fr; }
  .model-meta span { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .model-meta span:last-child { border-bottom: 0; }
  .code-window pre { min-height: auto; }
  .final-cta { grid-template-columns: 1fr; }
  .docs-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .docs-nav span { width: 100%; }
}

@media (max-width: 560px) {
  .brand { font-size: 19px; }
  .brand-mark { width: 35px; height: 35px; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header .header-actions .button-primary { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .menu-button { width: 38px; height: 38px; }
  .hero h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { gap: 10px; }
  .hero-stage { min-height: 365px; width: 100%; }
  .hero-image, .hero-stage::after { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
  .endpoint-card { right: 16px; bottom: 24px; left: 16px; width: auto; }
  .route-card-top { top: 26px; right: 18px; }
  .route-card-bottom { display: none; }
  .signal-strip, .feature-grid { grid-template-columns: 1fr; }
  .signal-strip div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .feature-card { min-height: 260px; }
  .model-main { grid-template-columns: 1fr; padding: 26px; }
  .model-main h3 { font-size: 23px; }
  .quickstart { gap: 48px; }
  .code-window pre { padding: 20px; font-size: 11px; }
  .security-card, .final-cta { padding: 28px; }
  .final-cta > div:last-child { align-items: stretch; flex-direction: column; }
  .footer-main { padding-block: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom, .simple-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .docs-layout, .legal-page { padding-block: 52px 80px; }
  .info-table div { grid-template-columns: 1fr; gap: 6px; }
  .doc-code pre { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
