:root {
  color-scheme: light;
  --paper: #f8fbff;
  --paper-warm: #fffaf4;
  --ink: #16213d;
  --ink-soft: #53617b;
  --line: rgba(39, 69, 128, .14);
  --blue: #5b8ff9;
  --blue-dark: #315fc5;
  --blue-night: #122753;
  --sky: #dff3ff;
  --lavender: #e9e8ff;
  --lavender-deep: #8179db;
  --mint: #70d9c4;
  --pink: #ff91a8;
  --yellow: #ffd16f;
  --shadow: 0 30px 90px rgba(53, 82, 147, .13);
  --shell: min(1200px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; padding-top: 104px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
img { max-width: 100%; }
::selection { color: #fff; background: var(--blue-dark); }

.page-texture { position: fixed; z-index: 1000; inset: 0; pointer-events: none; opacity: .18; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E"); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 12px; left: 50%; display: flex; align-items: center; width: var(--shell); height: 80px; margin: 0; padding-inline: 16px; background: rgba(248,251,255,.78); border: 1px solid rgba(39,69,128,.13); border-radius: 20px; box-shadow: 0 10px 34px rgba(43,68,120,.07); backdrop-filter: blur(20px) saturate(1.16); transform: translateX(-50%); transition: top .25s ease, height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { top: 8px; width: var(--shell); height: 70px; padding-inline: 16px; background: rgba(248,251,255,.93); box-shadow: 0 17px 48px rgba(43,68,120,.14); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; }
.brand-mark img { display: block; width: 42px; height: 42px; object-fit: contain; }
.brand > span:last-child { display: grid; gap: 0; }
.brand strong { font-size: 15px; font-weight: 900; letter-spacing: -.03em; }
.brand small { color: #77839a; font: 600 8px "DM Mono", monospace; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: 31px; margin-left: auto; }
.desktop-nav a, .login-link, .status-link { position: relative; color: #5e6c84; font-size: 11px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--blue-dark); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: 34px; }
.account-entry { display: inline-flex; align-items: center; gap: 10px; min-width: 152px; max-width: 205px; padding: 6px 9px 6px 7px; background: rgba(255,255,255,.78); border: 1px solid rgba(49,95,197,.14); border-radius: 15px; box-shadow: 0 8px 25px rgba(48,76,133,.07); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.account-entry:hover { border-color: rgba(49,95,197,.3); box-shadow: 0 11px 30px rgba(48,76,133,.12); transform: translateY(-1px); }
.account-avatar { --avatar-hue: 218; display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; overflow: hidden; color: #fff; background: linear-gradient(145deg, hsl(var(--avatar-hue) 70% 58%), hsl(calc(var(--avatar-hue) + 35) 67% 48%)); border: 1px solid rgba(27,53,102,.1); border-radius: 50%; font: 700 9px "Outfit", "Noto Sans SC"; }
.account-avatar.use-brand-avatar { background-color: #eef5ff; background-image: url("./assets/cat-logo.png"); background-position: center; background-repeat: no-repeat; background-size: 88%; }
.account-meta { display: grid; min-width: 0; gap: 1px; }
.account-meta small { color: #8a96a9; font-size: 7px; font-weight: 500; }
.account-meta strong { overflow: hidden; color: #273754; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.account-arrow { margin-left: auto; color: var(--blue-dark); font-size: 10px; }
.status-link { display: inline-flex; align-items: center; gap: 7px; color: #64718a; font-size: 9px; }
.status-link i { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(112, 217, 196, .15); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 0 19px; font-size: 11px; font-weight: 700; border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; color: #fff; background: var(--blue-night); border-radius: 12px; box-shadow: 0 8px 24px rgba(18, 39, 83, .13); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-dark), #6b78e8); box-shadow: 0 12px 28px rgba(49, 95, 197, .25); }
.button-primary:hover { box-shadow: 0 17px 35px rgba(49, 95, 197, .3); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; min-height: 770px; padding: 58px 0 105px; overflow: clip; }
.hero::before { content: ""; position: absolute; z-index: -2; width: 800px; height: 800px; right: -260px; top: -160px; background: radial-gradient(circle at 45% 45%, rgba(171, 223, 255, .58), rgba(218, 220, 255, .36) 40%, transparent 69%); border-radius: 48% 52% 58% 42%; }
.hero::after { content: ""; position: absolute; z-index: -3; width: 340px; height: 340px; left: -260px; bottom: 30px; background: var(--paper-warm); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 218, 224, .2); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #61718e; font: 500 9px "DM Mono", monospace; letter-spacing: .08em; }
.eyebrow span { padding: 7px 10px; color: var(--blue-dark); background: #e8f2ff; border: 1px solid #d2e5ff; border-radius: 50px; }
.eyebrow i { width: 4px; height: 4px; background: var(--pink); border-radius: 50%; }
.eyebrow b { font: 600 9px "Noto Sans SC"; }
.hero h1 { max-width: 650px; margin: 26px 0; font-size: clamp(64px, 6.1vw, 94px); font-weight: 900; line-height: 1.02; letter-spacing: -.075em; }
.hero h1 em { position: relative; color: var(--blue-dark); font-style: normal; }
.hero h1 em::before { content: ""; position: absolute; z-index: -1; inset: 52% -8px 3px; background: #cfeaff; border-radius: 9px; transform: rotate(-1.5deg); }
.hero-description { max-width: 590px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 33px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #4f607e; font-size: 11px; font-weight: 700; border-bottom: 1px solid rgba(79, 96, 126, .35); padding-bottom: 4px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-assurance { display: flex; gap: 21px; margin-top: 50px; color: #7b879c; font-size: 9px; }
.hero-assurance span { display: inline-flex; gap: 6px; align-items: center; }
.hero-assurance i { display: grid; place-items: center; width: 16px; height: 16px; color: var(--blue-dark); background: #e6f2ff; border-radius: 50%; font-size: 8px; font-style: normal; }

.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.character-orbit { position: absolute; inset: 2% 2% 0 6%; }
.character-orbit::before { content: ""; position: absolute; inset: 7% 4% 4% 8%; background: linear-gradient(145deg, rgba(226, 245, 255, .8), rgba(233, 231, 255, .82)); border: 1px solid rgba(102, 139, 210, .14); border-radius: 48% 52% 44% 56% / 53% 40% 60% 47%; transform: rotate(-5deg); box-shadow: var(--shadow); }
.orbit { position: absolute; border: 1px solid rgba(76, 119, 199, .17); border-radius: 50%; }
.orbit-a { inset: -3% 0 2% 2%; transform: rotate(12deg); }
.orbit-b { inset: 10% 9% 8% 11%; border-style: dashed; transform: rotate(-10deg); }
.spark { position: absolute; z-index: 3; color: var(--blue); font-size: 28px; }
.spark-a { right: 5%; top: 9%; animation: float 3.3s ease-in-out infinite; }
.spark-b { left: 7%; bottom: 15%; color: var(--pink); font-size: 20px; animation: float 3.3s .8s ease-in-out infinite; }
.paw { position: absolute; color: rgba(91, 143, 249, .2); font-size: 30px; }
.paw::before, .paw::after { content: "●"; position: absolute; top: -10px; font-size: 10px; }.paw::before { left: -3px; }.paw::after { right: -3px; }
.paw-a { left: 3%; top: 19%; transform: rotate(-25deg); }.paw-b { right: 5%; bottom: 10%; transform: rotate(25deg); }
@keyframes float { 50% { transform: translateY(-9px) rotate(8deg); } }
.character-card { position: absolute; inset: 7% 8% 5% 10%; margin: 0; }
.character-frame { position: absolute; inset: 0; overflow: hidden; background: rgba(255,255,255,.84); border: 8px solid rgba(255,255,255,.8); border-radius: 46% 54% 48% 52% / 48% 43% 57% 52%; box-shadow: 0 30px 80px rgba(74, 103, 170, .17); transform: rotate(2.5deg); }
.character-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transform: scale(1.04) rotate(-2.5deg); mix-blend-mode: multiply; }
.character-card figcaption { position: absolute; right: 2%; bottom: 4%; display: grid; gap: 3px; padding: 12px 15px; color: var(--blue-night); background: rgba(255,255,255,.84); border: 1px solid rgba(72, 110, 185, .16); border-radius: 15px; box-shadow: 0 12px 35px rgba(57, 83, 145, .12); backdrop-filter: blur(12px); }
.character-card figcaption span { color: #8a98af; font: 500 7px "DM Mono"; }.character-card figcaption b { font-size: 10px; }
.floating-card { position: absolute; z-index: 5; display: grid; gap: 3px; min-width: 170px; padding: 13px 14px; background: rgba(255,255,255,.88); border: 1px solid rgba(74, 112, 188, .16); border-radius: 16px; box-shadow: 0 15px 40px rgba(54, 80, 139, .12); backdrop-filter: blur(14px); }
.floating-card span { color: #8c99ad; font: 500 7px "DM Mono"; letter-spacing: .06em; }
.floating-card b { font: 700 10px "Outfit", "Noto Sans SC"; }
.floating-card i { position: absolute; right: 12px; top: 12px; color: #3aa486; font: 500 6px "DM Mono"; font-style: normal; }
.model-card-a { left: -2%; top: 22%; transform: rotate(-5deg); animation: float-card 5s ease-in-out infinite; }
.model-card-b { right: -2%; top: 52%; transform: rotate(5deg); animation: float-card 5s .8s ease-in-out infinite; }
@keyframes float-card { 50% { translate: 0 -7px; } }
.endpoint-card { right: 11%; bottom: -3%; grid-template-columns: 1fr auto; min-width: 310px; transform: rotate(-1deg); }
.endpoint-card span { grid-column: 1 / 3; }.endpoint-card code { color: var(--blue-dark); font: 500 9px "DM Mono"; }.endpoint-card button { align-self: center; padding: 0; color: var(--blue-dark); background: transparent; border: 0; }.endpoint-card svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-index { position: absolute; left: -45px; bottom: 128px; display: flex; align-items: center; gap: 11px; color: #8d99ac; font: 500 7px "DM Mono"; letter-spacing: .1em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-index span { color: var(--blue-dark); font-size: 10px; }.hero-index i { width: 1px; height: 44px; background: var(--line); }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr) auto; width: 100%; min-height: 94px; padding-inline: max(32px, calc((100vw - 1200px) / 2)); color: #e7efff; background: var(--blue-night); }
.signal-strip > div { display: grid; align-content: center; gap: 6px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.12); }
.signal-strip > div + div { padding-left: 22px; }
.signal-strip small { color: #7488b1; font: 500 7px "DM Mono"; letter-spacing: .1em; }
.signal-strip strong { font: 600 10px "Outfit", "Noto Sans SC"; }
.signal-strip > span { display: grid; align-items: center; padding-left: 28px; color: #6177a2; font: 500 8px "DM Mono"; }

.capabilities { padding-top: 150px; padding-bottom: 165px; }
.section-heading { display: grid; grid-template-columns: 180px 1fr minmax(230px, 340px); align-items: end; gap: 45px; margin-bottom: 60px; }
.section-heading > div, .section-label { display: flex; align-items: center; gap: 12px; color: #8390a6; font: 500 8px "DM Mono"; letter-spacing: .08em; }
.section-heading > div span, .section-label span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue-dark); background: #e7f2ff; border-radius: 50%; font-size: 10px; }
.section-heading h2, .model-intro h2, .quickstart h2, .status-copy h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 4.5vw, 64px); font-weight: 900; line-height: 1.16; letter-spacing: -.065em; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.capability-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.capability-card { position: relative; min-height: 285px; padding: 30px; overflow: hidden; background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 18px 60px rgba(64, 87, 139, .07); }
.capability-card::after { content: "↗"; position: absolute; right: 22px; top: 22px; display: grid; place-items: center; width: 27px; height: 27px; color: #8996aa; background: #f2f6fb; border-radius: 50%; font-size: 10px; transition: .25s ease; }
.capability-card:hover::after { color: #fff; background: var(--blue-dark); transform: rotate(45deg); }
.card-large { grid-row: 1 / 3; min-height: 584px; background: linear-gradient(160deg, rgba(229, 242, 255, .9), rgba(255,255,255,.9)); }
.capability-card > small { display: block; margin-top: 105px; color: #8392aa; font: 500 7px "DM Mono"; letter-spacing: .09em; }
.card-large > small { margin-top: 275px; }
.capability-card h3 { margin: 11px 0 9px; font-size: 22px; letter-spacing: -.04em; }
.capability-card p { margin: 0; color: #68768d; font-size: 11px; line-height: 1.85; }
.capability-card a { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--blue-dark); font-size: 9px; font-weight: 700; }
.capability-card > code { display: block; margin-top: 31px; padding: 12px; color: #d8e6ff; background: var(--blue-night); border-radius: 10px; font: 500 9px "DM Mono"; }
.card-icon { position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: 95px; }
.card-large .card-icon { height: 250px; }
.route-icon { background-image: radial-gradient(rgba(55, 94, 174, .25) 1px, transparent 1px); background-size: 18px 18px; border: 1px solid rgba(59, 96, 173, .1); border-radius: 18px; }
.route-icon span { position: absolute; top: 50%; display: grid; place-items: center; width: 63px; height: 63px; background: #fff; border: 1px solid #cadcf6; border-radius: 19px; box-shadow: 0 10px 30px rgba(62, 92, 154, .1); transform: translateY(-50%); }
.route-icon span::before { content: ""; width: 16px; height: 16px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 7px #e6f1ff; }
.route-icon span:nth-child(1) { left: 7%; }.route-icon span:nth-child(2) { left: 50%; background: var(--blue-night); transform: translate(-50%,-50%) rotate(45deg); }.route-icon span:nth-child(2)::before { background: var(--mint); box-shadow: 0 0 0 7px rgba(112,217,196,.16); }.route-icon span:nth-child(3) { right: 7%; }
.route-icon i { position: absolute; left: 20%; right: 20%; top: 50%; height: 1px; background: repeating-linear-gradient(90deg, var(--blue) 0 7px, transparent 7px 13px); }
.ledger-icon { display: flex; align-items: end; gap: 9px; padding: 14px 18px; background: #f0f7ff; border-radius: 17px; }
.ledger-icon i { flex: 1; background: #a9cdfa; border-radius: 7px 7px 2px 2px; }.ledger-icon i:nth-child(1) { height: 31%; }.ledger-icon i:nth-child(2) { height: 55%; background: #799ff0; }.ledger-icon i:nth-child(3) { height: 42%; }.ledger-icon i:nth-child(4) { height: 78%; background: var(--blue-dark); }
.key-icon { display: grid; place-items: center; background: #f5f2ff; border-radius: 17px; }
.key-icon span { position: relative; display: block; width: 63px; height: 63px; border: 10px solid var(--lavender-deep); border-radius: 50%; }.key-icon span::after { content: ""; position: absolute; left: 47px; top: 18px; width: 48px; height: 10px; background: var(--lavender-deep); border-radius: 0 5px 5px 0; box-shadow: 23px 8px 0 -2px var(--lavender-deep); }.key-icon i { position: absolute; width: 18px; height: 18px; background: #fff; border-radius: 50%; }
.card-accent { grid-column: 2 / 4; color: #fff; background: linear-gradient(135deg, #4f7fe5, #7b79dc); }
.card-accent::before { content: ""; position: absolute; width: 350px; height: 350px; right: -120px; top: -165px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.05), 0 0 0 100px rgba(255,255,255,.035); }
.card-accent::after { color: var(--blue-dark); background: rgba(255,255,255,.9); }
.card-accent > small { margin-top: 28px; color: #d9e2ff; }.card-accent p { max-width: 520px; color: #e1e8ff; }.card-accent a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 3px; }
.accent-cat { position: absolute; right: 55px; bottom: 45px; color: #fff; font: 600 36px "DM Mono"; text-shadow: 0 12px 25px rgba(31,53,113,.2); }

.model-section { padding-top: 40px; padding-bottom: 165px; }
.model-intro { display: grid; grid-template-columns: 180px 1fr; gap: 45px; align-items: start; margin-bottom: 56px; }
.model-browser { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.model-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.model-tabs button { position: relative; padding: 22px; color: #7a879d; background: transparent; border: 0; border-right: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.model-tabs button:last-child { border-right: 0; }
.model-tabs button::after { content: ""; position: absolute; right: 25%; bottom: -1px; left: 25%; height: 2px; background: var(--blue-dark); transform: scaleX(0); transition: transform .25s ease; }
.model-tabs button.active { color: var(--blue-dark); background: #f7fbff; }
.model-tabs button.active::after { transform: scaleX(1); }
.model-panel { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 500px; }
.model-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.model-panel-copy > small { color: var(--blue-dark); font: 500 8px "DM Mono"; letter-spacing: .12em; }
.model-panel-copy h3 { max-width: 500px; margin: 18px 0; font-size: 36px; line-height: 1.25; letter-spacing: -.055em; }
.model-panel-copy p { max-width: 520px; margin: 0; color: #66758d; font-size: 12px; line-height: 1.9; }
.model-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.model-tags span { padding: 8px 10px; color: #5f7190; background: #f1f6fc; border: 1px solid #e4edf7; border-radius: 50px; font-size: 8px; }
.model-panel-copy a { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-top: 35px; color: var(--blue-dark); font-size: 10px; font-weight: 700; }
.model-panel-visual { position: relative; overflow: hidden; background-color: #edf6ff; background-image: radial-gradient(rgba(59, 100, 181, .25) .7px, transparent .7px); background-size: 18px 18px; border-left: 1px solid var(--line); }
.model-panel-visual::after { content: ""; position: absolute; width: 430px; height: 430px; right: -180px; bottom: -180px; background: rgba(135, 127, 223, .14); border-radius: 50%; }
.model-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 190px; height: 190px; color: #fff; background: linear-gradient(145deg, var(--blue-dark), var(--lavender-deep)); border: 10px solid rgba(255,255,255,.7); border-radius: 44% 56% 51% 49%; box-shadow: 0 25px 60px rgba(47,82,160,.28); transform: translate(-50%,-50%) rotate(-4deg); }
.model-core span { position: absolute; top: 43px; color: #bcd2ff; font: 500 7px "DM Mono"; }.model-core strong { font: 800 47px "Outfit"; letter-spacing: -.03em; }.model-core i { position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.model-route { position: absolute; z-index: 3; display: grid; grid-template-columns: 24px 1fr; align-items: center; width: 135px; padding: 10px; color: #526581; background: rgba(255,255,255,.88); border: 1px solid #d5e3f4; border-radius: 12px; box-shadow: 0 10px 28px rgba(66,91,145,.1); backdrop-filter: blur(10px); }
.model-route span { grid-row: 1 / 3; display: grid; place-items: center; width: 17px; height: 17px; color: #fff; background: var(--blue); border-radius: 50%; font: 500 7px "DM Mono"; }.model-route b { font: 600 7px "DM Mono"; }.route-1 { left: 7%; top: 16%; transform: rotate(-5deg); }.route-2 { right: 5%; top: 25%; transform: rotate(5deg); }.route-3 { right: 17%; bottom: 12%; transform: rotate(-3deg); }

.quickstart { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 690px; overflow: hidden; color: #eaf1ff; background: var(--blue-night); border-radius: 32px; box-shadow: 0 35px 100px rgba(18,39,83,.22); }
.quickstart-copy { position: relative; padding: 70px 64px; }
.quickstart-copy::before { content: ""; position: absolute; width: 380px; height: 380px; left: -210px; bottom: -210px; border: 1px solid rgba(125,155,219,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(125,155,219,.04), 0 0 0 100px rgba(125,155,219,.03); }
.section-label.light { color: #8195be; }.section-label.light span { color: #b8cefa; background: rgba(146,177,235,.12); }
.quickstart h2 { margin-top: 35px; }
.quickstart-copy > p { max-width: 450px; margin: 24px 0 0; color: #91a2c3; font-size: 12px; line-height: 1.9; }
.quickstart ol { display: grid; gap: 0; margin: 48px 0 0; padding: 0; list-style: none; }
.quickstart li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.11); }
.quickstart li > b { color: #6980ab; font: 500 9px "DM Mono"; }.quickstart li span { display: grid; gap: 4px; }.quickstart li strong { font-size: 11px; }.quickstart li small { color: #7f92b5; font-size: 9px; }
.code-window { align-self: center; margin: 45px; overflow: hidden; background: #0b1937; border: 1px solid rgba(159,187,239,.22); border-radius: 20px; box-shadow: 0 28px 70px rgba(4,12,30,.3); }
.code-window header, .code-window footer { display: flex; align-items: center; min-height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(167,191,237,.16); }
.code-window header > span { display: flex; gap: 6px; }.code-window header > span i { width: 7px; height: 7px; background: #35496f; border-radius: 50%; }.code-window header > div { display: flex; gap: 3px; margin: auto; padding: 3px; background: rgba(255,255,255,.04); border-radius: 8px; }.code-window header button { padding: 5px 9px; color: #6e82a9; background: transparent; border: 0; border-radius: 6px; font: 500 8px "DM Mono"; }.code-window header button.active { color: #d9e7ff; background: #253b68; }.code-window header em { color: #5e739c; font: 500 7px "DM Mono"; font-style: normal; }
.code-window pre { min-height: 400px; margin: 0; padding: 37px 30px; overflow: auto; color: #b8c9e8; font: 400 10px/2.1 "DM Mono"; }
.code-window pre .line-number { display: inline-block; width: 32px; color: #3c527d; user-select: none; }.code-window pre .pink { color: #ff8eb8; }.code-window pre .green { color: #75ddc4; }
.code-window footer { border-top: 1px solid rgba(167,191,237,.16); border-bottom: 0; gap: 12px; }.code-window footer > span { color: #526992; font: 500 7px "DM Mono"; }.code-window footer > code { color: #a9bee3; font: 500 8px "DM Mono"; }.copy-code { display: flex; align-items: center; gap: 7px; margin-left: auto; padding: 0; color: #7f99c8; background: transparent; border: 0; font-size: 8px; }.copy-code svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.status-section { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-top: 170px; padding-bottom: 170px; }
.status-board { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.status-board > header { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; border-bottom: 1px solid var(--line); }.status-board > header span { display: flex; align-items: center; gap: 9px; color: #7b899f; font: 500 8px "DM Mono"; }.status-board > header span i { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(112,217,196,.15); }.status-board > header b { font-size: 9px; }
.status-main { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; min-height: 270px; padding: 34px; }.status-main > div:first-child small { display: block; color: #8996aa; font-size: 8px; }.status-main > div:first-child strong { display: block; margin-top: 7px; color: #2d9a7f; font-size: 28px; letter-spacing: -.04em; }.status-main > div:first-child p { color: #8390a4; font-size: 9px; }
.status-wave { position: relative; }.status-wave svg { width: 100%; height: 145px; overflow: visible; }.status-wave path { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 7px 8px rgba(91,143,249,.2)); }.status-wave span { position: absolute; right: 0; top: 0; color: var(--blue-dark); font: 500 7px "DM Mono"; }
.status-items { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.status-items > span { display: grid; gap: 8px; padding: 18px 20px; border-right: 1px solid var(--line); }.status-items > span:last-child { border: 0; }.status-items small { color: #8794a8; font: 500 7px "DM Mono"; }.status-items b { display: flex; align-items: center; gap: 7px; font: 600 9px "Outfit"; }.status-items b i { width: 6px; height: 6px; background: var(--mint); border-radius: 50%; }
.status-copy .section-label { margin-bottom: 32px; }.status-copy > p { max-width: 460px; margin: 25px 0 28px; color: #66758d; font-size: 12px; line-height: 1.9; }

.final-cta { position: relative; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 45px; min-height: 330px; margin-bottom: 90px; padding: 45px 60px; overflow: hidden; background: linear-gradient(135deg, #e5f4ff, #eeebff 55%, #fff2f4); border: 1px solid rgba(66,105,183,.13); border-radius: 32px; }
.final-cta::before { content: ""; position: absolute; right: -100px; top: -220px; width: 420px; height: 420px; border: 1px solid rgba(69,109,190,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.18), 0 0 0 110px rgba(255,255,255,.1); }
.cta-character { position: relative; z-index: 1; width: 180px; height: 220px; overflow: hidden; background: rgba(255,255,255,.75); border: 7px solid #fff; border-radius: 48% 52% 44% 56% / 45% 45% 55% 55%; box-shadow: 0 20px 50px rgba(55,89,158,.14); transform: rotate(-4deg); }.cta-character img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transform: scale(1.25) rotate(4deg); mix-blend-mode: multiply; }
.cta-copy { position: relative; z-index: 1; }.cta-copy > small { color: var(--blue-dark); font: 500 8px "DM Mono"; letter-spacing: .12em; }.final-cta h2 { margin-top: 12px; font-size: clamp(37px, 4vw, 54px); }.cta-copy p { margin: 15px 0 0; color: #66758d; font-size: 11px; }
.cta-actions { position: relative; z-index: 1; display: grid; justify-items: center; gap: 15px; }.cta-actions > a:not(.button-primary):last-child { color: #536481; font-size: 9px; border-bottom: 1px solid #9eabc0; }
.cta-actions > .button-primary { color: #fff; font-size: 11px; border-bottom: 0; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 60px 0 30px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 16px 0 0; color: #7c899e; font-size: 10px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links > div { display: grid; align-content: start; gap: 11px; }.footer-links strong { margin-bottom: 5px; font-size: 10px; }.footer-links a { width: max-content; color: #7b889d; font-size: 9px; }.footer-links a:hover { color: var(--blue-dark); }
.footer-bottom { grid-column: 1 / 3; display: flex; align-items: center; margin-top: 55px; padding-top: 22px; color: #94a0b2; border-top: 1px solid var(--line); font-size: 8px; }.footer-bottom code { margin: auto; font: 500 8px "DM Mono"; }.footer-bottom a { color: #64738b; }

.toast { position: fixed; z-index: 1001; left: 50%; bottom: 28px; padding: 10px 16px; color: #fff; background: var(--blue-night); border-radius: 10px; box-shadow: 0 15px 40px rgba(18,39,83,.3); font-size: 10px; opacity: 0; transform: translate(-50%, 20px); transition: .25s ease; pointer-events: none; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: reveal-in .58s cubic-bezier(.2,.8,.2,1) both; }
.reveal-delay-1.visible { animation-delay: .08s; }
.reveal-delay-2.visible { animation-delay: .15s; }
@keyframes reveal-in { from { opacity: .15; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  :root { --shell: min(940px, calc(100vw - 48px)); }
  .desktop-nav { gap: 18px; }.status-link { display: none; }.header-actions { margin-left: 24px; }
  .hero { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: 66px; }.hero-visual { min-height: 520px; }.floating-card { min-width: 145px; }.endpoint-card { min-width: 275px; }
  .section-heading { grid-template-columns: 125px 1fr 260px; gap: 25px; }.capability-card { padding: 24px; }.card-icon { left: 24px; top: 24px; width: calc(100% - 48px); }.accent-cat { right: 25px; }
  .quickstart-copy { padding: 60px 42px; }.code-window { margin: 32px; }.status-section { gap: 40px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 36px); }
  body { padding-top: 86px; }
  .site-header { top: 8px; height: 70px; padding-inline: 11px; }.site-header.is-scrolled { top: 6px; height: 66px; padding-inline: 11px; }
  .desktop-nav { display: none; }.header-actions { display: flex; margin-left: auto; }.header-actions .account-entry { min-width: 135px; max-width: 165px; }
  .menu-button { display: grid; gap: 5px; place-content: center; flex: 0 0 auto; width: 42px; height: 42px; margin-left: 8px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
  .menu-button span { display: block; width: 17px; height: 1.5px; background: var(--ink); transition: .2s ease; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 86px 14px auto; display: grid; gap: 0; padding: 10px 18px 22px; background: rgba(248,251,255,.97); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 25px 50px rgba(39,63,116,.12); backdrop-filter: blur(20px); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: .22s ease; }.mobile-menu.open { opacity: 1; transform: translateY(0); visibility: visible; }.mobile-menu a { padding: 15px 4px; color: #52617a; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }.mobile-menu a:last-child { margin-top: 10px; color: #fff; text-align: center; background: var(--blue-night); border: 0; border-radius: 12px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 70px 0 80px; }.hero h1 { font-size: clamp(53px, 15vw, 75px); }.hero-description { font-size: 13px; }.hero-visual { min-height: 630px; margin-top: 40px; }.hero-index { display: none; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); padding: 0 18px; }.signal-strip > div { min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.1); }.signal-strip > div:nth-child(2) { border-right: 0; }.signal-strip > div + div { padding-left: 15px; }.signal-strip > span { display: none; }
  .capabilities { padding: 100px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading > div { order: -1; }.section-heading h2, .model-intro h2, .quickstart h2, .status-copy h2 { font-size: 43px; }.capability-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.card-large { grid-row: auto; grid-column: 1 / 3; min-height: 520px; }.card-large > small { margin-top: 240px; }.card-accent { grid-column: 1 / 3; }
  .model-section { padding: 30px 0 100px; }.model-intro { grid-template-columns: 1fr; gap: 25px; }.model-panel { grid-template-columns: 1fr; }.model-panel-copy { padding: 45px; }.model-panel-visual { min-height: 430px; border-top: 1px solid var(--line); border-left: 0; }
  .quickstart { grid-template-columns: 1fr; }.code-window { margin: 0 36px 50px; }.status-section { grid-template-columns: 1fr; padding: 110px 0; }.status-copy { grid-row: 1; }.final-cta { grid-template-columns: 145px 1fr; gap: 28px; padding: 35px; }.cta-character { width: 140px; height: 180px; }.cta-actions { grid-column: 1 / 3; display: flex; justify-content: center; align-items: center; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .brand-mark, .brand-mark img { width: 38px; height: 38px; }.brand strong { font-size: 14px; }
  .header-actions .account-entry { min-width: 0; max-width: 130px; }.header-actions .account-meta small { display: none; }.header-actions .account-meta strong { max-width: 66px; }
  .hero { padding-top: 52px; }.eyebrow b, .eyebrow i { display: none; }.hero h1 { margin: 22px 0; font-size: 53px; line-height: 1.04; }.hero-description { font-size: 12px; line-height: 1.9; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.hero-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; }
  .hero-visual { min-height: 485px; margin-top: 35px; }.character-card { inset: 7% 2% 3% 2%; }.character-frame { border-width: 5px; }.character-card figcaption { display: none; }.model-card-a { left: -2%; top: 13%; }.model-card-b { right: -2%; top: 59%; }.floating-card { min-width: 135px; padding: 11px; }.floating-card b { font-size: 9px; }.floating-card i { display: none; }.endpoint-card { right: 4%; bottom: -3%; min-width: 275px; }
  .signal-strip { grid-template-columns: 1fr 1fr; }.signal-strip > div { padding-right: 8px; }.signal-strip strong { font-size: 8px; }
  .capabilities { padding-top: 90px; }.section-heading h2, .model-intro h2, .quickstart h2, .status-copy h2 { font-size: 37px; }.section-heading > p { font-size: 11px; }.capability-grid { grid-template-columns: 1fr; }.capability-card, .card-large, .card-accent { grid-column: auto; min-height: 300px; }.card-large { min-height: 480px; }.card-large > small { margin-top: 225px; }.card-accent { min-height: 315px; }.card-accent > small { margin-top: 28px; }.accent-cat { right: 18px; bottom: 18px; font-size: 25px; }
  .model-tabs { grid-template-columns: 1fr 1fr; }.model-tabs button:nth-child(2) { border-right: 0; }.model-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.model-panel-copy { padding: 35px 25px; }.model-panel-copy h3 { font-size: 29px; }.model-panel-visual { min-height: 370px; }.model-core { width: 150px; height: 150px; }.model-core strong { font-size: 39px; }.model-route { width: 112px; }.route-1 { left: 4%; }.route-2 { right: 3%; }.route-3 { right: 8%; }
  .quickstart { width: 100%; border-radius: 0; }.quickstart-copy { padding: 60px 28px 40px; }.code-window { margin: 0 14px 35px; border-radius: 15px; }.code-window pre { min-height: 350px; padding: 25px 18px; font-size: 8px; }.code-window header em { display: none; }.code-window footer > code { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.copy-code span { display: none; }
  .status-section { padding: 95px 0; }.status-main { grid-template-columns: 1fr; padding: 28px; }.status-wave { margin-top: 20px; }.status-items { grid-template-columns: 1fr; }.status-items > span { border-right: 0; border-bottom: 1px solid var(--line); }.status-items > span:last-child { border-bottom: 0; }
  .final-cta { grid-template-columns: 1fr; min-height: auto; padding: 28px; }.cta-character { width: 120px; height: 145px; }.final-cta h2 { font-size: 36px; }.cta-actions { grid-column: auto; display: grid; justify-items: start; justify-content: start; }
  .site-footer { grid-template-columns: 1fr; }.footer-links { margin-top: 45px; gap: 18px; }.footer-bottom { grid-column: auto; flex-wrap: wrap; gap: 15px; }.footer-bottom code { order: 3; width: 100%; margin: 0; }
}

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

/* V2 — product-focused homepage */
.hero h1 { max-width: 670px; font-size: clamp(58px, 5.7vw, 88px); }
.hero h1 em::before { inset: 58% -8px 1px; }
.hero-visual { min-height: 560px; }
.character-card { inset: 4% 8% 1% 10%; }
.model-card-a { top: 25%; }
.model-card-b { top: 58%; }

.gateway-section { color: #eaf1ff; background: var(--blue-night); }
.gateway-inner { display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: auto auto; gap: 22px 65px; align-items: center; min-height: 250px; padding-top: 44px; padding-bottom: 44px; }
.gateway-copy { grid-row: 1 / 3; }
.gateway-copy h2 { margin: 0; font-size: 29px; letter-spacing: -.045em; }
.gateway-copy p { max-width: 390px; margin: 12px 0 0; color: #8fa2c6; font-size: 11px; line-height: 1.8; }
.base-url-card { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 16px 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(175,200,246,.18); border-radius: 15px; }
.base-url-card span { grid-column: 1 / 3; color: #7187b0; font-size: 8px; }
.base-url-card code { color: #dce8ff; font: 500 11px "DM Mono"; }
.base-url-card button { padding: 0; color: #89a9e8; background: transparent; border: 0; }
.base-url-card svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.protocol-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.protocol-list div { display: grid; gap: 6px; padding: 12px 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(175,200,246,.12); border-radius: 12px; }
.protocol-list span { color: #7f93b9; font: 500 7px "DM Mono"; }
.protocol-list code { color: #d2dff8; font: 500 9px "DM Mono"; }

.capabilities { padding-top: 130px; padding-bottom: 145px; }
.section-heading { grid-template-columns: 1fr minmax(280px, 390px); gap: 70px; margin-bottom: 52px; }
.section-heading h2 { max-width: 750px; }
.section-heading > p { align-self: end; }
.capability-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.capability-grid-v2 .capability-card { display: block; min-height: 380px; padding: 32px; color: var(--ink); }
.capability-grid-v2 .capability-card h3 { margin-top: 215px; }
.capability-grid-v2 .capability-card p { max-width: 510px; }
.capability-grid-v2 .capability-card > a, .capability-grid-v2 .capability-card > strong { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--blue-dark); font-size: 9px; font-weight: 700; }
.gateway-diagram { position: absolute; left: 32px; right: 32px; top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: center; height: 155px; padding: 24px; background: #eff7ff; border: 1px solid #dceafb; border-radius: 20px; }
.gateway-diagram::before, .gateway-diagram::after { content: ""; position: absolute; top: 50%; height: 1px; width: 26%; background: repeating-linear-gradient(90deg, #93b6ef 0 6px, transparent 6px 11px); }
.gateway-diagram::before { left: 21%; }.gateway-diagram::after { right: 21%; }
.gateway-diagram span { z-index: 1; display: grid; place-items: center; height: 45px; color: #637491; background: #fff; border: 1px solid #d6e4f5; border-radius: 12px; box-shadow: 0 8px 22px rgba(72,96,147,.08); font: 600 8px "DM Mono"; }
.gateway-diagram b { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 67px; height: 67px; color: #fff; background: linear-gradient(145deg, var(--blue-dark), var(--lavender-deep)); border: 6px solid rgba(255,255,255,.75); border-radius: 21px; box-shadow: 0 12px 28px rgba(45,82,164,.22); font: 700 9px "Outfit"; transform: translate(-50%,-50%) rotate(45deg); }
.gateway-diagram b::first-line { transform: rotate(-45deg); }
.inline-endpoints { display: flex; gap: 7px; margin-top: 17px; }
.inline-endpoints code { padding: 6px 8px; color: #60708a; background: #edf4fb; border-radius: 7px; font: 500 8px "DM Mono"; }
.usage-preview { position: absolute; left: 32px; right: 32px; top: 30px; display: flex; align-items: end; gap: 10px; height: 155px; padding: 25px 30px 22px; background-color: #edf5ff; background-image: linear-gradient(rgba(65,101,177,.08) 1px, transparent 1px); background-size: 100% 25%; border: 1px solid #dce9fa; border-radius: 20px; }
.usage-preview span { flex: 1; height: var(--h); background: #8cb5f5; border-radius: 7px 7px 2px 2px; }
.usage-preview span:nth-child(2n) { background: var(--blue-dark); }
.usage-link strong, .model-link strong { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--blue-dark); font-size: 9px; }
.key-visual { position: absolute; left: 32px; right: 32px; top: 30px; display: grid; place-items: center; height: 155px; background: #f3f1ff; border: 1px solid #e5e0fa; border-radius: 20px; }
.key-visual span { position: relative; width: 61px; height: 61px; border: 10px solid var(--lavender-deep); border-radius: 50%; }
.key-visual span::after { content: ""; position: absolute; left: 45px; top: 16px; width: 58px; height: 10px; background: var(--lavender-deep); border-radius: 0 6px 6px 0; box-shadow: 28px 10px 0 -2px var(--lavender-deep); }
.key-visual i { position: absolute; width: 17px; height: 17px; background: #fff; border-radius: 50%; }
.model-list-preview { position: absolute; left: 32px; right: 32px; top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: 155px; padding: 18px; background: #eef8f6; border: 1px solid #d7ece7; border-radius: 20px; }
.model-list-preview span { display: flex; align-items: center; gap: 9px; padding: 0 13px; color: #526c6a; background: rgba(255,255,255,.8); border: 1px solid #d6e9e5; border-radius: 11px; font: 600 8px "DM Mono"; }
.model-list-preview i { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(112,217,196,.15); }

.model-intro { grid-template-columns: minmax(0,1000px); justify-content: center; justify-items: center; align-items: center; gap: 18px; text-align: center; }
.model-intro h2 { max-width: 1000px; text-wrap: balance; }
.model-intro > p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; text-wrap: balance; }
.model-panel-v2 { grid-template-columns: repeat(2,minmax(0,1fr)); min-height: 560px; }
.task-showcase { min-width: 0; overflow: hidden; background: #edf5ff; border-left: 1px solid var(--line); }
.task-ui { min-height: 100%; padding: 28px; }
.task-ui-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: #71819a; font: 500 8px "DM Mono"; }
.task-ui-header span:last-child { display: flex; align-items: center; gap: 7px; color: #3a9b82; }
.task-ui-header i { width: 6px; height: 6px; background: var(--mint); border-radius: 50%; }
.reasoning-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.task-pane { min-height: 440px; padding: 20px; background: rgba(255,255,255,.88); border: 1px solid #d8e5f5; border-radius: 17px; box-shadow: 0 12px 30px rgba(68,93,146,.07); }
.task-pane > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #e6edf6; }
.task-pane > header b { font-size: 10px; }.task-pane > header span { color: #8290a4; font: 500 7px "DM Mono"; }
.prompt-block { margin-top: 17px; padding: 13px; color: #53637d; background: #f1f6fc; border-radius: 11px; font-size: 9px; line-height: 1.7; }
.response-block { margin-top: 14px; color: #4e5e76; font-size: 9px; line-height: 1.9; }
.response-block strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 11px; }
.stream-cursor { display: inline-block; width: 6px; height: 11px; margin-left: 3px; background: var(--blue-dark); animation: blink .8s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.reason-steps { display: grid; gap: 10px; margin-top: 17px; }
.reason-step { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 9px; padding: 11px; background: #f5f7fc; border-radius: 10px; }
.reason-step i { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--blue); border-radius: 50%; font: 500 7px "DM Mono"; font-style: normal; }.reason-step b { font-size: 8px; }.reason-step span { color: #7d8a9f; font: 500 7px "DM Mono"; }
.reason-result { margin-top: 13px; padding: 13px; color: #376a60; background: #eaf8f4; border: 1px solid #d4eee8; border-radius: 11px; font-size: 9px; }
.vision-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 13px; }
.vision-image { position: relative; min-height: 465px; overflow: hidden; background: #fff; border: 1px solid #d7e4f5; border-radius: 18px; }
.vision-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; }
.vision-image span { position: absolute; padding: 6px 8px; color: #fff; background: rgba(28,57,113,.82); border-radius: 7px; font: 500 7px "DM Mono"; backdrop-filter: blur(5px); }.vision-image .v1 { left: 12%; top: 13%; }.vision-image .v2 { right: 8%; top: 35%; }.vision-image .v3 { left: 18%; bottom: 12%; }
.vision-results { display: grid; align-content: start; gap: 10px; }
.vision-results > div { padding: 16px; background: rgba(255,255,255,.88); border: 1px solid #d7e4f5; border-radius: 14px; }.vision-results small { color: #8290a4; font: 500 7px "DM Mono"; }.vision-results b { display: block; margin: 6px 0; font-size: 10px; }.vision-results p { margin: 0; color: #69788f; font-size: 8px; line-height: 1.7; }
.confidence { height: 6px; margin-top: 10px; overflow: hidden; background: #e5edf7; border-radius: 5px; }.confidence i { display: block; height: 100%; width: var(--value); background: var(--blue); border-radius: inherit; }
.image-layout { display: grid; grid-template-columns: 1.22fr .78fr; gap: 12px; }
.generated-main { position: relative; min-height: 465px; overflow: hidden; background: #fff; border: 1px solid #d7e4f5; border-radius: 18px; }.generated-main img { width: 100%; height: 100%; object-fit: cover; }.generated-main footer { position: absolute; inset: auto 12px 12px; display: flex; justify-content: space-between; padding: 10px 12px; color: #fff; background: rgba(21,46,96,.72); border-radius: 10px; font: 500 7px "DM Mono"; backdrop-filter: blur(8px); }
.generation-side { display: grid; grid-template-rows: 1fr 1fr auto; gap: 10px; }.generation-thumb { overflow: hidden; background: #fff; border: 1px solid #d7e4f5; border-radius: 14px; }.generation-thumb img { width: 100%; height: 100%; object-fit: cover; }.generation-thumb:first-child img { object-position: 20% 30%; }.generation-thumb:nth-child(2) img { object-position: 78% 34%; }.generation-meta { padding: 14px; background: #fff; border: 1px solid #d7e4f5; border-radius: 14px; }.generation-meta span { display: flex; justify-content: space-between; padding: 5px 0; color: #76859a; font: 500 7px "DM Mono"; }.generation-meta b { color: var(--ink); }
.video-layout { display: grid; gap: 12px; }
.video-player { position: relative; height: 350px; overflow: hidden; background: #101d37; border-radius: 18px; }.video-player img { width: 100%; height: 100%; object-fit: cover; opacity: .68; filter: saturate(.9) contrast(1.05); }.video-player::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(8,18,39,.72)); }.play-button { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: rgba(49,95,197,.88); border: 5px solid rgba(255,255,255,.6); border-radius: 50%; transform: translate(-50%,-50%); }.play-button::before { content: ""; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #fff; }
.video-controls { position: absolute; z-index: 3; right: 17px; bottom: 14px; left: 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; color: #fff; font: 500 7px "DM Mono"; }.video-progress { height: 4px; overflow: hidden; background: rgba(255,255,255,.3); border-radius: 4px; }.video-progress i { display: block; width: 42%; height: 100%; background: #fff; }
.storyboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.storyboard span { height: 92px; overflow: hidden; border: 2px solid transparent; border-radius: 10px; }.storyboard span.active { border-color: var(--blue); }.storyboard img { width: 100%; height: 100%; object-fit: cover; }.storyboard span:nth-child(2) img { object-position: 25% 25%; }.storyboard span:nth-child(3) img { object-position: 80% 35%; }.storyboard span:nth-child(4) img { object-position: 55% 80%; }

.quickstart { margin-top: 20px; }
.quickstart-copy > p code { color: #b9cdf2; font: 500 10px "DM Mono"; }
.protocol-notes { display: grid; gap: 8px; margin-top: 35px; }
.protocol-notes > div { display: grid; gap: 5px; padding: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; }
.protocol-notes strong { font-size: 9px; }.protocol-notes code { color: #88a7e1; font: 500 8px "DM Mono"; }
.code-window header > div { gap: 4px; }
.status-callout { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-top: 130px; margin-bottom: 45px; padding: 46px 52px; color: #e9f0ff; background: var(--blue-night); border-radius: 27px; box-shadow: 0 25px 70px rgba(18,39,83,.2); }
.status-callout h2 { margin: 0; font-size: 34px; letter-spacing: -.045em; }.status-callout p { max-width: 690px; margin: 9px 0 0; color: #91a4c7; font-size: 11px; line-height: 1.8; }.status-callout .button-primary { flex: 0 0 auto; background: #fff; color: var(--blue-night); box-shadow: none; }
.final-cta { grid-template-columns: 160px 1fr auto; }.final-cta h2 { margin: 0; }

@media (max-width: 820px) {
  .gateway-inner { grid-template-columns: 1fr; grid-template-rows: auto; gap: 16px; padding: 38px 0; }.gateway-copy { grid-row: auto; }.protocol-list { grid-template-columns: 1fr; }
  .section-heading, .model-intro { grid-template-columns: 1fr; gap: 20px; }.capability-grid-v2 { grid-template-columns: 1fr; }.capability-grid-v2 .capability-card { min-height: 370px; }
  .model-panel-v2 { grid-template-columns: 1fr; }.task-showcase { min-height: 550px; border-left: 0; border-top: 1px solid var(--line); }
  .status-callout { align-items: flex-start; flex-direction: column; gap: 25px; }.final-cta { grid-template-columns: 135px 1fr; }.final-cta .cta-actions { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 48px; }.hero-visual { min-height: 440px; }.floating-card { min-width: 125px; }.model-card-a { left: 0; }.model-card-b { right: 0; }
  .gateway-copy h2 { font-size: 25px; }.base-url-card code { font-size: 9px; }
  .capabilities { padding-top: 85px; padding-bottom: 100px; }.section-heading h2, .model-intro h2 { font-size: 36px; }.capability-grid-v2 .capability-card { min-height: 360px; padding: 24px; }.capability-grid-v2 .capability-card h3 { margin-top: 205px; }.gateway-diagram, .usage-preview, .key-visual, .model-list-preview { left: 24px; right: 24px; }.gateway-diagram { padding: 15px; }.gateway-diagram span { font-size: 6px; }.gateway-diagram b { width: 57px; height: 57px; font-size: 7px; }.inline-endpoints { flex-wrap: wrap; }
  .model-section { padding-bottom: 80px; }.model-tabs button { padding: 17px 8px; }.model-panel-copy { padding: 30px 23px; }.task-ui { padding: 13px; }.reasoning-layout, .vision-layout, .image-layout { grid-template-columns: 1fr; }.task-pane { min-height: auto; }.vision-image { min-height: 330px; }.generated-main { min-height: 390px; }.generation-side { grid-template-columns: 1fr 1fr; grid-template-rows: 145px auto; }.generation-meta { grid-column: 1 / 3; }.video-player { height: 310px; }.storyboard span { height: 70px; }
  .quickstart { margin-top: 0; }.quickstart-copy { padding-top: 50px; }.code-window header > div { overflow-x: auto; margin-left: auto; }.code-window header button { white-space: nowrap; }.status-callout { width: calc(100% - 28px); margin-top: 90px; padding: 32px 27px; }.status-callout h2 { font-size: 29px; }.final-cta { grid-template-columns: 1fr; }.final-cta .cta-actions { grid-column: auto; }
}
