@font-face {
  font-family: 'Public Sans';
  src: url('assets/fonts/PublicSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('assets/fonts/PublicSans-SemiBold.woff2') format('woff2');
  font-weight: 600 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #f7f8fc;
  --paper: #ffffff;
  --ink: #19213b;
  --muted: #657087;
  --accent: #535bd5;
  --line: #e0e4f0;
  --soft: #eef0f8;
  --green: #287660;
  --header: rgba(247, 248, 252, .9);
  --diagram: #f2f4fa;
}

:root[data-theme='dark'] {
  color-scheme: dark;
  --canvas: #0b1020;
  --paper: #131b30;
  --ink: #eef1ff;
  --muted: #abb5cc;
  --accent: #b1b5ff;
  --line: #2b3550;
  --soft: #1c2742;
  --green: #91d3bc;
  --header: rgba(11, 16, 32, .94);
  --diagram: #0f172a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 15px/1.6 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
svg { display: inline-block; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
::selection { background: #d9dcff; color: #19213b; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon.small { width: 16px; height: 16px; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 110px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--paper); border: 2px solid var(--accent); }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--header); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(1280px, calc(100% - 80px)); height: 80px; margin-inline: auto; display: flex; align-items: center; gap: 54px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 23px; letter-spacing: -.8px; font-weight: 600; line-height: 1; }
.brand img { border-radius: 10px; }
.desktop-nav, .nav-actions { display: flex; align-items: center; gap: 30px; }
.desktop-nav { font-size: 13px; color: var(--muted); }
.desktop-nav a { display: inline-flex; align-items: center; gap: 7px; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--accent); }
.nav-actions { margin-left: auto; gap: 26px; font-size: 13px; }
.github-link { display: inline-flex; align-items: center; gap: 8px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 12px 23px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.5; transition: background .16s, box-shadow .16s; }
.button-primary { color: #fff; background: #535bd5; border-color: #535bd5; box-shadow: 0 3px 6px #303bb21c, inset 0 1px 0 #ffffff30; }
.button-primary:hover { background: #444bbe; box-shadow: 0 5px 16px #303bb22b; }
.button-ink { color: var(--paper); background: var(--ink); }
.button-ink:hover { opacity: .85; }
.button-paper { background: var(--paper); border-color: var(--line); }
.button-paper:hover { background: var(--soft); }
.button-small { min-height: 38px; padding: 8px 15px; border-radius: 6px; font-size: 12px; }
.icon-button { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border-radius: 6px; }
.icon-button:hover { background: var(--soft); }
.menu-toggle { display: none; }
.mobile-nav { padding: 14px 24px 24px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 11px 0; }

.hero { position: relative; overflow: hidden; padding-top: 74px; }
.hero-copy { position: relative; text-align: center; z-index: 1; }
.release-link { display: inline-flex; align-items: center; gap: 10px; padding: 6px 11px; font-size: 11px; line-height: 1.5; border: 1px solid var(--line); background: var(--paper); border-radius: 30px; color: var(--muted); }
.release-link .icon { color: var(--ink); margin-left: 3px; width: 13px; }
.release-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
h1 { margin-top: 24px; font-size: clamp(54px, 6.5vw, 86px); line-height: 1.05; letter-spacing: -.067em; }
.hero-description { margin-top: 25px; font-size: 17px; line-height: 1.75; color: var(--muted); letter-spacing: -.2px; }
.mobile-break { display: none; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.platform-note { margin-top: 17px; font-size: 11px; color: var(--muted); }
.platform-note span { padding-inline: 9px; color: #a0a8be; }
.orbital-art { position: absolute; top: 100px; left: 50%; width: 1420px; height: 620px; transform: translateX(-50%); pointer-events: none; }
.orbit { position: absolute; border: 1px solid #d8def0; border-radius: 50%; opacity: .65; transform: rotate(-16deg); }
.orbit-one { width: 1500px; height: 445px; left: -40px; top: 105px; }
.orbit-two { width: 1430px; height: 410px; left: -5px; top: 118px; opacity: .4; }
.orbital-art::after { content: ''; position: absolute; inset: -120px 230px 50px; background: radial-gradient(ellipse, var(--canvas) 40%, transparent 70%); }
.star { position: absolute; z-index: 1; color: #858bcc; font-size: 29px; }
.star-one { top: 260px; left: 140px; }
.star-two { top: 40px; right: 190px; font-size: 21px; }
.star-three { top: 118px; left: 260px; font-size: 17px; }
:root[data-theme='dark'] .orbit { border-color: #384466; }
.product-showcase { position: relative; z-index: 2; padding-top: 55px; }
.showcase-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding-inline: 3px; font-size: 11px; }
.preview-label { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #479b83; flex-shrink: 0; }
.view-switch { display: inline-flex; padding: 3px; border-radius: 7px; background: var(--soft); border: 1px solid var(--line); gap: 3px; }
.view-button { border-radius: 4px; padding: 5px 13px; font-size: 11px; line-height: 1.5; color: var(--muted); background: transparent; }
.view-button.active { color: var(--ink); background: var(--paper); box-shadow: 0 1px 3px #19213b13; }
.product-frame { padding: 7px; border-radius: 14px; background: #1d2740; border: 1px solid #35415d; box-shadow: 0 36px 70px -25px #26385d50, 0 0 0 5px #b8c0df1a; }
.screenshot-button { display: block; width: 100%; padding: 0; position: relative; overflow: hidden; background: #090909; border-radius: 8px; aspect-ratio: 1920 / 1044; }
.screenshot-button img { width: 100%; height: 100%; object-fit: contain; }
.zoom-hint { position: absolute; bottom: 18px; right: 18px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border: 1px solid #ffffff20; border-radius: 6px; background: #202940ec; color: #e5eafd; font-size: 10px; opacity: 0; transition: opacity .15s; }
.screenshot-button:hover .zoom-hint, .screenshot-button:focus-visible .zoom-hint { opacity: 1; }
.showcase-caption { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; color: var(--muted); font-size: 10px; }
.showcase-caption span:first-child { display: inline-flex; align-items: center; gap: 8px; }

.agent-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 18px; margin-top: 5px; border-bottom: 1px solid var(--line); }
.agent-strip > p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.agent-wordmark { display: flex; align-items: center; gap: 13px; font-size: 23px; font-weight: 600; letter-spacing: -.9px; }
.claude-mark { color: #aa6d51; font-size: 32px; line-height: 1; }
.codex-mark { font-size: 27px; font-weight: 600; letter-spacing: -3px; font-family: monospace; }
.agent-join { color: #b1b8ca; font-size: 23px; font-weight: 400; }
.agent-note { color: var(--muted); font-size: 11px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px; }
.section-kicker { color: var(--accent); font-size: 12px; font-weight: 600; margin-bottom: 16px; }
h2 { font-size: 43px; letter-spacing: -.055em; line-height: 1.15; }
.section-heading > p { font-size: 14px; color: var(--muted); margin-bottom: 4px; }
.feature-wide { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); overflow: hidden; }
.feature-copy { padding: 45px; }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 39px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; color: var(--accent); margin-bottom: 24px; }
h3 { font-size: 26px; line-height: 1.23; letter-spacing: -.9px; }
.feature-copy > p, .feature-card > p { font-size: 13px; color: var(--muted); line-height: 1.85; max-width: 400px; margin-top: 17px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; color: var(--accent); background: transparent; padding: 0; min-height: 34px; }
.text-button:hover { text-decoration: underline; text-underline-offset: 5px; }
.feature-copy > .text-button { margin-top: 27px; }
.rolling-visual { margin: 24px; border-radius: 11px; background: var(--diagram); border: 1px solid var(--line); padding: 34px 30px 26px; align-self: center; }
.session-chip { display: flex; align-items: center; gap: 8px; font-size: 10px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.session-vendor { color: var(--muted); margin-left: auto; font-size: 9px; }
.account-flow { display: flex; align-items: center; padding-block: 24px 20px; }
.account-card { flex: 1; min-width: 0; padding: 17px 14px; border-radius: 9px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 5px 10px #111e3b05; }
.account-avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: var(--soft); color: var(--muted); font-size: 11px; font-weight: 600; margin-bottom: 12px; }
.account-card strong { display: block; font-size: 11px; }
.account-status { display: flex; align-items: center; gap: 5px; color: #997235; font-size: 9px; margin-top: 4px; }
.account-ready { border-color: #a6b1ee; }
.account-ready .account-avatar { background: #e9ecff; color: #535bd5; }
.account-ready .account-status { color: var(--green); }
.usage-track { height: 4px; background: var(--soft); border-radius: 4px; margin-top: 17px; overflow: hidden; }
.usage-track i { display: block; width: 100%; height: 100%; background: #bd9863; }
.account-ready .usage-track i { width: 24%; background: #8386d6; }
.usage-label { display: flex; justify-content: space-between; color: var(--muted); margin-top: 5px; font-size: 8px; }
.flow-connector { width: 63px; display: flex; align-items: center; flex-direction: column; gap: 5px; color: var(--accent); }
.flow-connector > span { font-size: 8px; }
.continuity-note { display: flex; justify-content: center; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; }
.continuity-note .icon { color: var(--green); }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.feature-card { padding: 40px 44px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: flex-start; flex-direction: column; }
.feature-card > .feature-icon { margin-bottom: 21px; }
.feature-card > .text-button { margin-top: 18px; }
.job-visual, .schedule-visual { width: 100%; margin-top: 30px; }
.job-visual { background: var(--diagram); border: 1px solid var(--line); border-radius: 9px; padding: 7px 14px 0; }
.job-row { display: flex; align-items: center; gap: 12px; padding: 13px 0; font-size: 11px; border-bottom: 1px solid var(--line); }
.job-row small { display: block; color: var(--muted); font-size: 9px; margin-top: 2px; }
.job-symbol { width: 25px; font-size: 24px; }
.job-state { margin-left: auto; display: flex; gap: 5px; align-items: center; font-size: 9px; color: var(--green); }
.job-proof { padding-block: 13px; display: flex; align-items: center; gap: 7px; font-size: 9px; color: var(--muted); }
.proof-label { margin-left: auto; color: var(--green); padding: 2px 5px; border: 1px solid var(--line); border-radius: 3px; font-size: 8px; }
.schedule-visual { background: var(--diagram); border: 1px solid var(--line); border-radius: 9px; padding: 18px; flex: 1; min-height: 194px; }
.schedule-time { display: flex; align-items: center; gap: 8px; font-size: 10px; color: var(--muted); }
.schedule-time > strong { margin-left: auto; color: var(--ink); font-size: 18px; letter-spacing: -.5px; }
.notification { margin-top: 20px; display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); box-shadow: 0 3px 8px #19213b08; }
.slack-mark { display: grid; place-items: center; background: var(--soft); border-radius: 6px; width: 27px; height: 27px; font-size: 25px; color: #557489; font-weight: 600; }
.notification strong { font-size: 10px; }
.notification strong span { margin-left: 3px; font-weight: 400; font-size: 8px; color: var(--muted); }
.notification p { color: var(--muted); font-size: 9px; margin-top: 4px; line-height: 1.7; }
.notification-time { margin-left: auto; font-size: 8px; color: var(--muted); }
.illustration-note { text-align: right; color: var(--muted); font-size: 10px; margin-top: 14px; }

.workflow-section { position: relative; overflow: hidden; background: #19213b; color: #f0f2ff; }
.workflow-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; padding-block: 82px; }
.workflow-intro { position: relative; }
.workflow-intro .section-kicker { color: #b6bcfc; }
.workflow-intro > p:not(.section-kicker) { font-size: 13px; color: #b0bad3; margin-top: 22px; }
.workflow-intro > .text-button { color: #c3c8ff; margin-top: 24px; }
.constellation-mark { position: absolute; right: -8px; top: 8px; font-size: 50px; font-weight: 400; color: #66729c; }
.workflow-steps { list-style: none; padding: 0; margin: 0; }
.workflow-steps li { position: relative; display: flex; gap: 22px; padding-bottom: 31px; }
.workflow-steps li:last-child { padding-bottom: 0; }
.workflow-steps li:not(:last-child)::after { content: ''; position: absolute; left: 18px; top: 40px; bottom: 3px; width: 1px; background: #3a4667; }
.step-number { width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center; background: #242f4b; border: 1px solid #445173; border-radius: 50%; color: #bfc7ee; font-size: 10px; }
.workflow-steps h3 { font-size: 16px; letter-spacing: -.4px; padding-top: 8px; }
.workflow-steps p { font-size: 12px; line-height: 1.8; color: #adb8d1; margin-top: 9px; }
.workspace-section { border-bottom: 1px solid var(--line); }
.workspace-heading { text-align: center; }
.workspace-heading > p:last-child { color: var(--muted); font-size: 14px; margin-top: 19px; }
.workspace-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px; margin-top: 55px; }
.workspace-features article > .icon { color: var(--accent); width: 25px; height: 25px; }
.workspace-features h3 { font-size: 17px; letter-spacing: -.5px; margin-top: 18px; }
.workspace-features p { font-size: 12px; color: var(--muted); line-height: 1.8; margin-top: 11px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-section .text-button { margin-top: 22px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > .icon { width: 16px; height: 16px; color: var(--muted); transition: transform .15s; }
.faq-list details[open] summary > .icon { transform: rotate(45deg); }
.faq-list details > p { padding-bottom: 22px; font-size: 12px; line-height: 1.85; color: var(--muted); }
.faq-list details a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
/* Night in both themes. The page opens on the sky and closes on it, and against the deepest
   surface on the page the download button becomes the brightest thing on it. Because the section
   does not follow the theme, its text colours are fixed here rather than taken from the tokens. */
.download-section { position: relative; isolation: isolate; text-align: center; padding: 104px 25px 92px; overflow: hidden; color: #eef1ff; background: radial-gradient(120% 80% at 50% 118%, #7d86ff2e, #7d86ff00 62%), linear-gradient(#070b18cc, #070b18e8), url('assets/banner.jpg') center top / auto 147% no-repeat, #070b18; border: 1px solid #ffffff14; border-radius: 20px; }
.download-section h2 { font-size: 50px; }
.download-section > p { margin-top: 18px; font-size: 14px; color: #9ea9c7; }
.download-section > .button { margin-top: 26px; }
.download-section .button-primary { color: #11172c; background: #aeb4ff; border-color: #aeb4ff; box-shadow: 0 4px 26px #8d98ff33, inset 0 1px 0 #ffffff40; }
.download-section .button-primary:hover { background: #c4c9ff; }
.download-platforms { display: flex; justify-content: center; gap: 20px; color: #8e99b8; font-size: 10px; margin-top: 18px; }
.install-link { display: inline-flex; align-items: center; gap: 6px; color: #8e99b8; font-size: 10px; margin-top: 14px; }
.install-link:hover { color: #c3c8ff; }
.site-footer { padding-block: 56px 30px; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.site-footer .brand { font-size: 20px; }
.site-footer > div:first-child > p { color: var(--muted); font-size: 10px; margin-top: 12px; }
.footer-links { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 11px; color: var(--muted); }
.theme-toggle { display: flex; gap: 7px; align-items: center; background: transparent; color: var(--muted); font-size: 11px; padding: 0; min-height: 32px; }
.footer-note { width: 100%; color: var(--muted); font-size: 9px; padding-top: 20px; border-top: 1px solid var(--line); }

dialog { width: min(1240px, calc(100% - 40px)); max-height: calc(100dvh - 48px); border: 1px solid var(--line); border-radius: 12px; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px #0006; }
dialog::backdrop { background: #0b132aca; backdrop-filter: blur(5px); }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px 10px 24px; }
.dialog-toolbar h2 { font-size: 15px; letter-spacing: -.2px; }
#media-content { background: #090909; }
#media-content img, #media-content video { display: block; width: 100%; max-height: calc(100dvh - 125px); object-fit: contain; }
.video-error { padding: 18px; background: var(--paper); color: var(--ink); }
.video-error a { text-decoration: underline; }

:root[data-theme='dark'] .hero { background: radial-gradient(ellipse 65% 40% at 50% 58%, #1b265555, transparent 85%); }
:root[data-theme='dark'] .star { color: #adb5f5; text-shadow: 0 0 25px #939eff70; }
:root[data-theme='dark'] .product-frame { border-color: #4a5579; box-shadow: 0 30px 100px -30px #0009, 0 0 50px #7785ee12; }
:root[data-theme='dark'] .button-primary { background: #aeb4ff; border-color: #aeb4ff; color: #11172c; box-shadow: 0 4px 22px #8d98ff20, inset 0 1px 0 #ffffff40; }
:root[data-theme='dark'] .button-primary:hover { background: #c4c9ff; }
:root[data-theme='dark'] .account-limited .account-status { color: #deb87b; }
:root[data-theme='dark'] .account-ready { border-color: #5c6eac; }
:root[data-theme='dark'] .account-ready .account-avatar { background: #2a355a; color: #c5cbff; }
:root[data-theme='dark'] .claude-mark { color: #ce997e; }
:root[data-theme='dark'] .slack-mark { color: #9bc2d7; }
:root[data-theme='dark'] .workflow-section { background: #10182e; border-block: 1px solid var(--line); }

@media (min-width: 1000px) and (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: first-paint .65s ease-out both; }
  @keyframes first-paint { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1000px) {
  .nav-shell { gap: 24px; }
  .desktop-nav { gap: 20px; }
  .nav-actions { gap: 12px; }
  .github-link span { display: none; }
  .section { padding-block: 80px; }
  .hero { padding-top: 60px; }
  .feature-copy, .feature-card { padding: 30px; }
  .rolling-visual { margin: 16px; padding: 26px 15px; }
  .session-vendor { display: none; }
  .account-card { padding: 15px 10px; }
  .flow-connector { width: 45px; }
  .agent-strip { gap: 20px; padding-inline: 0; }
  .agent-wordmark { font-size: 20px; }
  .agent-note { display: none; }
  .workflow-inner, .faq-section { gap: 50px; }
  .workspace-features { gap: 30px; }
  h2 { font-size: 37px; }
  h3 { font-size: 24px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .nav-shell { width: calc(100% - 40px); height: 68px; gap: 20px; }
  .brand { font-size: 21px; }
  .desktop-nav, .github-link { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-actions { gap: 8px; }
  .hero { padding-top: 51px; }
  .release-link { font-size: 9px; gap: 7px; }
  h1 { font-size: clamp(48px, 9vw, 64px); margin-top: 26px; letter-spacing: -.06em; }
  .hero-description { font-size: 14px; line-height: 1.8; max-width: 500px; margin-inline: auto; }
  .hero-actions { margin-top: 25px; }
  .button { font-size: 12px; padding: 11px 17px; min-height: 48px; }
  .button-small { font-size: 11px; padding: 7px 11px; min-height: 35px; }
  .platform-note { font-size: 9px; }
  .product-showcase { padding-top: 38px; }
  .product-frame { padding: 4px; border-radius: 9px; }
  .screenshot-button { border-radius: 5px; }
  .showcase-toolbar { font-size: 9px; }
  .view-button { font-size: 9px; padding: 4px 9px; }
  .showcase-caption { font-size: 8px; }
  .showcase-caption span:last-child { display: none; }
  .agent-strip { justify-content: center; flex-wrap: wrap; column-gap: 30px; row-gap: 17px; padding-block: 39px; }
  .agent-strip > p { width: 100%; text-align: center; font-size: 11px; }
  .agent-strip > p br { display: none; }
  .agent-wordmark { font-size: 18px; gap: 8px; }
  .claude-mark { font-size: 25px; }
  .codex-mark { font-size: 24px; }
  .agent-join { font-size: 17px; }
  .section { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 18px; font-size: 12px; }
  .section-kicker { font-size: 11px; margin-bottom: 13px; }
  h2 { font-size: 34px; }
  h3 { font-size: 25px; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-copy { padding: 28px 26px 0; }
  .feature-copy > p, .feature-card > p { max-width: none; font-size: 12px; }
  .feature-icon { margin-bottom: 19px; }
  .feature-copy > .text-button { margin-top: 17px; }
  .rolling-visual { margin: 24px 18px 18px; padding: 21px 18px; }
  .session-vendor { display: block; }
  .account-card { padding: 17px 15px; }
  .flow-connector { width: 65px; }
  .feature-pair { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .feature-card { padding: 28px 26px; }
  .schedule-visual { min-height: 180px; }
  .illustration-note { text-align: left; font-size: 9px; }
  .workflow-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 57px; }
  .workflow-intro { max-width: 500px; }
  .constellation-mark { right: 18px; top: 44px; font-size: 42px; }
  .workflow-intro > p:not(.section-kicker) { font-size: 12px; }
  .workflow-steps h3 { font-size: 15px; }
  .workspace-heading { text-align: left; }
  .workspace-heading h2 { max-width: 370px; }
  .workspace-heading > p:last-child { font-size: 12px; }
  .workspace-features { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .workspace-features article { padding-left: 46px; position: relative; }
  .workspace-features article > .icon { position: absolute; left: 0; top: 0; }
  .workspace-features h3 { margin-top: 0; }
  .workspace-features p { margin-top: 8px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .faq-section h2 br { display: none; }
  .faq-section .text-button { margin-top: 15px; }
  .faq-list summary { font-size: 12px; padding-block: 19px; }
  .download-section { padding-block: 62px; }
  .download-section h2 { font-size: 41px; }
  .download-section > p { font-size: 12px; }
  .site-footer { gap: 24px; padding-top: 39px; }
  .footer-links { width: 100%; margin-left: 0; justify-content: space-between; gap: 12px; font-size: 10px; }
  .footer-note { padding-top: 17px; }
}

@media (max-width: 380px) {
  .container, .nav-shell { width: calc(100% - 32px); }
  .nav-shell { gap: 10px; }
  .nav-actions { gap: 4px; }
  .nav-actions .icon-button { width: 30px; flex-shrink: 0; }
  .brand { font-size: 19px; gap: 7px; }
  .brand img { width: 29px; height: 29px; }
  h1 { font-size: 46px; }
  .release-link { font-size: 8px; }
  .hero-description { font-size: 12px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { padding: 11px 13px; font-size: 11px; }
  .hero-actions .icon { width: 17px; }
  .preview-label { font-size: 8px; gap: 5px; }
  .view-button { font-size: 8px; }
  .agent-strip { column-gap: 20px; }
  .agent-wordmark { font-size: 16px; }
  .rolling-visual { padding-inline: 12px; margin-inline: 12px; }
  .account-card { padding-inline: 10px; }
  .flow-connector { width: 44px; }
  .continuity-note { font-size: 8px; }
  .session-chip { font-size: 9px; }
  .session-vendor { font-size: 8px; }
  .notification { padding: 10px; gap: 7px; }
  .notification-time { display: none; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; gap: 17px; }
}

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