:root {
  --bg: #fbfaf8;
  --bg-raised: rgba(255, 255, 255, 0.76);
  --surface: rgba(255, 255, 255, 0.64);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --surface-muted: rgba(30, 28, 26, 0.045);
  --text: #171614;
  --text-2: #68635f;
  --text-3: #918a84;
  --line: rgba(30, 26, 23, 0.09);
  --accent-warm: #d46b42;
  --accent-warm-dark: #b95332;
  --accent-soft: rgba(212, 107, 66, 0.12);
  --agent-codex: #2e8c87;
  --agent-codex-soft: rgba(46, 140, 135, 0.12);
  --success: #2f8a57;
  --danger: #c44c46;
  --shadow-sm: 0 8px 28px rgba(45, 34, 26, 0.06);
  --shadow-lg: 0 32px 90px rgba(45, 34, 26, 0.13);
  --card-radius: 14px;
  --row-radius: 10px;
  --field-radius: 24px;
  --shell: min(1180px, calc(100vw - 40px));
  --ease: cubic-bezier(.22, .8, .2, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 8%, rgba(212, 107, 66, 0.08), transparent 28rem),
    radial-gradient(circle at 14% 35%, rgba(46, 140, 135, 0.055), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
code { padding: .16em .42em; border-radius: 6px; background: var(--surface-muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: .9em; }

.skip-link {
  position: fixed; z-index: 200; left: 16px; top: 12px; padding: 10px 14px;
  transform: translateY(-160%); border-radius: 10px; background: var(--text); color: var(--bg);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent-warm) 72%, white); outline-offset: 3px; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 76%, transparent);
  border-color: var(--line);
  box-shadow: 0 6px 24px rgba(40, 30, 24, .035);
  -webkit-backdrop-filter: saturate(1.35) blur(22px);
  backdrop-filter: saturate(1.35) blur(22px);
}
.nav-shell { width: var(--shell); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 680; letter-spacing: -.02em; }
.brand img { border-radius: 9px; box-shadow: 0 5px 16px rgba(0,0,0,.08); }
.release-chip { padding: 3px 6px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-2); font-size: 9px; font-weight: 760; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--text-2); font-size: 13px; font-weight: 550; }
.site-nav a { transition: color .18s ease; }
.site-nav a:hover { color: var(--text); }
.nav-cta { padding: 10px 15px; border-radius: 999px; background: var(--text); color: var(--bg) !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px; }
.nav-toggle span { display: block; width: 19px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero { min-height: 900px; padding-top: 154px; display: grid; grid-template-columns: minmax(500px, .95fr) minmax(0, 1.05fr); gap: 32px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 80px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--text-2); font-size: 11px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--agent-codex); box-shadow: 0 0 0 5px var(--agent-codex-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 23px 0 24px; font-size: clamp(48px, 4.45vw, 63px); line-height: 1.02; letter-spacing: -.052em; font-weight: 660; }
.hero-title-line { display: block; color: var(--text-2); white-space: nowrap; }
.hero-title-primary { color: var(--text); }
.hero-lede { max-width: 580px; color: var(--text-2); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--field-radius); font-size: 14px; font-weight: 640; transition: transform .2s var(--ease), background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-warm); color: #fff; box-shadow: 0 12px 28px rgba(212, 107, 66, .24); }
.button-primary:hover { background: var(--accent-warm-dark); }
.button-secondary { border: 1px solid var(--line); background: var(--surface); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: var(--text-3); font-size: 11px; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.symbol { color: var(--accent-warm); font-style: normal; font-weight: 700; }

.hero-visual { position: relative; min-height: 690px; }
.ambient { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.ambient-one { width: 400px; height: 400px; right: 3%; top: 4%; background: rgba(212, 107, 66, .11); }
.ambient-two { width: 330px; height: 330px; left: 3%; bottom: 6%; background: rgba(46, 140, 135, .08); }
.glass-card {
  border: 1px solid color-mix(in srgb, white 75%, var(--line));
  background: color-mix(in srgb, var(--surface-strong) 87%, transparent);
  -webkit-backdrop-filter: saturate(1.25) blur(28px); backdrop-filter: saturate(1.25) blur(28px);
  box-shadow: var(--shadow-lg);
}
.mac-window { position: absolute; width: 720px; height: 500px; left: 0; top: 40px; overflow: hidden; border-radius: 21px; transform: perspective(1200px) rotateY(-3deg) rotateX(1.2deg); transform-origin: left center; }
.window-bar { height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: 11px; }
.traffic { display: flex; gap: 6px; }
.traffic span { width: 9px; height: 9px; border-radius: 50%; background: #d7d3cf; }
.window-state { justify-self: end; color: var(--success); }
.dashboard-grid { height: calc(100% - 46px); display: grid; grid-template-columns: 177px 1fr; }
.dashboard-sidebar { padding: 18px 12px; border-right: 1px solid var(--line); background: rgba(246,244,241,.56); }
.sidebar-title { display: flex; justify-content: space-between; margin: 2px 6px 13px; font-size: 13px; font-weight: 720; }
.sidebar-title b { color: var(--text-3); }
.search-pill { height: 34px; padding: 8px 10px; margin-bottom: 9px; border: 1px solid var(--line); border-radius: var(--row-radius); background: var(--surface-strong); color: var(--text-3); font-size: 9px; }
.sidebar-selection { height: 36px; display: flex; align-items: center; gap: 9px; margin-bottom: 12px; padding: 0 10px; border-radius: var(--row-radius); background: var(--accent-soft); color: var(--accent-warm-dark); font-size: 10px; font-weight: 680; }
.mini-session { position: relative; display: flex; gap: 9px; padding: 10px 6px; border-radius: var(--row-radius); }
.mini-session i { width: 3px; height: 29px; border-radius: 3px; background: var(--agent-codex); }
.mini-session:nth-of-type(5) i { background: var(--accent-warm); }
.mini-session b, .mini-session small { display: block; max-width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mini-session b { font-size: 9px; }
.mini-session small { margin-top: 4px; color: var(--text-3); font-size: 7px; }
.dashboard-main { padding: 21px 22px; background: rgba(250,249,247,.52); }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; }
.dashboard-heading small { color: var(--text-3); font-size: 8px; }
.dashboard-heading h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.035em; }
.dashboard-heading button { padding: 9px 13px; border: 0; border-radius: 10px; background: var(--accent-warm); color: white; font-size: 9px; font-weight: 650; }
.remote-banner { height: 56px; margin-top: 18px; padding: 0 13px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--surface); }
.shield { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--accent-soft); color: var(--accent-warm); font-weight: 760; }
.remote-banner b, .remote-banner small { display: block; }
.remote-banner b { font-size: 9px; }
.remote-banner small { margin-top: 3px; color: var(--text-3); font-size: 7px; }
.remote-banner .online { margin-left: auto; color: var(--success); font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 11px; }
.metric-row div { padding: 11px; border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--surface); }
.metric-row small, .metric-row b { display: block; }
.metric-row small { color: var(--text-3); font-size: 8px; }
.metric-row b { margin-top: 8px; font-size: 19px; }
.metric-row .teal b { color: var(--agent-codex); }
.task-list { display: grid; gap: 8px; margin-top: 14px; }
.task-row { min-height: 55px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--surface); }
.task-row > i, .phone-session > i { width: 4px; height: 32px; border-radius: 4px; }
.codex { background: var(--agent-codex); }.claude { background: var(--accent-warm); }
.task-row b, .task-row small { display: block; }.task-row b { font-size: 9px; }.task-row small { margin-top: 4px; color: var(--text-3); font-size: 7px; }
.task-row > span { margin-left: auto; color: var(--agent-codex); font-size: 8px; }.task-row .working { color: var(--success); }.task-row .attention { color: var(--accent-warm); }

.phone-frame { position: absolute; z-index: 4; width: 238px; height: 486px; right: -18px; bottom: 5px; overflow: hidden; padding: 30px 13px 14px; border: 6px solid #1c1b1a; border-radius: 39px; background: var(--bg); box-shadow: 0 28px 70px rgba(28,22,18,.23); transform: rotate(3.2deg); }
.dynamic-island { position: absolute; top: 10px; left: 50%; width: 72px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #111; }
.phone-status { display: flex; justify-content: space-between; padding: 0 7px; font-size: 7px; font-weight: 700; }
.phone-header { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; }
.phone-header small { color: var(--text-3); font-size: 7px; }.phone-header h3 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.035em; }.phone-header > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-muted); font-size: 12px; }
.phone-card { margin-top: 14px; border: 1px solid var(--line); border-radius: var(--card-radius); background: var(--surface-strong); }
.machine-card { min-height: 55px; padding: 10px; display: flex; align-items: center; gap: 8px; }
.device-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--surface-muted); font-size: 12px; }.machine-card b,.machine-card small { display: block; }.machine-card b { font-size: 9px; }.machine-card small { margin-top: 3px; color: var(--text-3); font-size: 7px; }.machine-card em { margin-left:auto; color:var(--success); font-size:7px; font-style:normal; }
.phone-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 8px; }.phone-metrics div { padding: 8px 5px; text-align:center; border-radius: 10px; background:var(--surface-muted); }.phone-metrics b,.phone-metrics small { display:block; }.phone-metrics b { font-size:14px; }.phone-metrics small { margin-top:3px;color:var(--text-3);font-size:6px; }
.phone-section-title { display:flex;justify-content:space-between;margin:16px 2px 7px;color:var(--text-2);font-size:8px;font-weight:700;letter-spacing:.04em; }.phone-section-title span{color:var(--text-3);font-weight:500;}
.phone-session { min-height:52px;display:flex;align-items:center;gap:8px;padding:8px 9px;margin-bottom:7px;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface-strong); }.phone-session b,.phone-session small{display:block;max-width:145px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.phone-session b{font-size:8px}.phone-session small{margin-top:4px;color:var(--text-3);font-size:6px}.phone-session>span{margin-left:auto;color:var(--text-3)}
.phone-home { position:absolute;bottom:8px;left:50%;width:72px;height:3px;transform:translateX(-50%);border-radius:4px;background:var(--text);opacity:.72; }

.feature-section, .security-section, .cloud-section, .faq-section { padding-block: 130px; }
.section-heading { max-width: 680px; }
.section-heading.centered { margin-inline:auto;text-align:center; }.section-heading.centered .eyebrow{justify-content:center}
.section-heading h2 { margin: 19px 0 20px; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -.05em; font-weight: 640; }
.section-heading p { color: var(--text-2); font-size: 16px; line-height: 1.75; }
.feature-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:58px; }
.feature-card { min-height:290px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px); }
.feature-icon { width:42px;height:42px;display:grid;place-items:center;border-radius:13px;font-weight:720; }.feature-icon.warm{background:var(--accent-soft);color:var(--accent-warm)}.feature-icon.teal{background:var(--agent-codex-soft);color:var(--agent-codex)}
.feature-card h3 { margin:30px 0 12px;font-size:21px;letter-spacing:-.025em}.feature-card p{color:var(--text-2);font-size:14px;line-height:1.75}.feature-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.feature-meta span{padding:6px 9px;border-radius:999px;background:var(--surface-muted);color:var(--text-2);font-size:10px;font-weight:620}

.route-section { padding-block:130px;background:linear-gradient(180deg,transparent,rgba(30,28,26,.035),transparent); }
.split-layout { display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center; }.route-stack{display:grid;gap:12px}.route-card{display:grid;grid-template-columns:44px 1fr auto;gap:15px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.route-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--surface-muted);color:var(--text-3);font-size:10px;font-weight:720}.route-card h3{margin:0 0 5px;font-size:16px}.route-card p{margin:0;color:var(--text-2);font-size:12px;line-height:1.55}.route-card em{padding:6px 9px;border-radius:999px;background:var(--surface-muted);color:var(--text-3);font-size:9px;font-style:normal}.route-card.active{border-color:rgba(212,107,66,.24);background:linear-gradient(135deg,var(--surface-strong),rgba(212,107,66,.055))}.route-card.active>span,.route-card.active em{background:var(--accent-soft);color:var(--accent-warm-dark)}

.security-card { display:grid;grid-template-columns:1.12fr .88fr;gap:70px;padding:64px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,var(--surface-strong),rgba(255,255,255,.48));box-shadow:var(--shadow-lg); }.security-copy h2{margin:20px 0;font-size:clamp(38px,4vw,58px);letter-spacing:-.05em}.security-copy>p{color:var(--text-2);line-height:1.75}.check-list{display:grid;gap:13px;margin:30px 0 0;padding:0;list-style:none;color:var(--text-2);font-size:13px}.check-list li{display:flex;gap:10px}.check-list span{color:var(--success);font-weight:780}.confirm-demo{align-self:center;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface-strong);box-shadow:var(--shadow-sm)}.confirm-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent-warm);font-weight:800}.confirm-demo small{display:block;margin-top:24px;color:var(--text-3);font-size:10px}.confirm-demo h3{margin:8px 0 10px;font-size:21px}.confirm-demo>p{color:var(--text-2);font-size:12px;line-height:1.6}.confirm-detail{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;padding:15px;margin-top:18px;border-radius:12px;background:var(--surface-muted);font-size:11px}.confirm-detail span{color:var(--text-3)}.confirm-detail b{text-align:right}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.confirm-actions button{height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong);font-weight:650}.confirm-actions .allow{border-color:transparent;background:var(--accent-warm);color:white}

.cloud-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:58px}.cloud-card{min-height:220px;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.cloud-card>span{color:var(--accent-warm);font-size:10px;font-weight:740}.cloud-card h3{margin:52px 0 12px;font-size:18px}.cloud-card p{color:var(--text-2);font-size:12px;line-height:1.65}
.status-section{padding:60px 0 130px}.status-card{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;padding:54px;border:1px solid var(--line);border-radius:26px;background:var(--text);color:var(--bg);box-shadow:var(--shadow-lg)}.status-card h2{margin:18px 0;font-size:38px;letter-spacing:-.04em}.status-card>div>p{color:rgba(255,255,255,.62);line-height:1.7}.status-card .eyebrow{color:rgba(255,255,255,.55)}.status-list{display:grid;gap:8px}.status-list>div{display:flex;align-items:center;gap:12px;padding:12px;border-radius:13px;background:rgba(255,255,255,.075)}.status-list span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px}.status-list .ok{background:rgba(70,190,120,.15);color:#70d59a}.status-list .pending{background:rgba(255,255,255,.08);color:rgba(255,255,255,.5)}.status-list p,.status-list b,.status-list small{margin:0;display:block}.status-list b{font-size:12px}.status-list small{margin-top:3px;color:rgba(255,255,255,.5);font-size:9px}
.faq-section{padding-top:80px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:38px}.faq-grid details{padding:21px 22px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.faq-grid summary{cursor:pointer;font-size:14px;font-weight:650}.faq-grid p{margin:15px 0 0;color:var(--text-2);font-size:12px;line-height:1.7}
.site-footer{border-top:1px solid var(--line)}.footer-inner{min-height:120px;display:flex;align-items:center;gap:24px;color:var(--text-3);font-size:11px}.footer-brand{color:var(--text)}.footer-inner>p:nth-child(2){margin-right:auto}.footer-inner p{margin-top:0;margin-bottom:0}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-title-line { white-space: normal; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .hero-visual { width: min(820px, 100%); margin: 0 auto; }
  .mac-window { width: calc(100% - 50px); }
  .phone-frame { right: 0; }
  .cloud-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); }
  .nav-shell { height: 64px; }
  .nav-toggle { display:block; }
  .site-nav { position:absolute;left:14px;right:14px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--bg) 92%,transparent);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px) }
  .site-nav.open { display:flex; }.site-nav a{padding:12px;border-radius:10px}.nav-cta{text-align:center;margin-top:4px}
  .nav-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.25px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
  .hero { min-height:auto;padding-top:120px;gap:55px }.hero-copy{padding-bottom:0}h1{font-size:clamp(36px,10.2vw,48px);letter-spacing:-.045em}.hero-title-line{white-space:nowrap}.hero-lede{font-size:15px}.trust-row{gap:12px}
  .hero-visual{min-height:610px}.mac-window{left:-65px;width:720px;transform:scale(.74) perspective(1200px) rotateY(-3deg);transform-origin:left top}.phone-frame{right:-2px;bottom:0;transform:scale(.9) rotate(3deg);transform-origin:right bottom}
  .feature-section,.security-section,.cloud-section,.faq-section,.route-section{padding-block:94px}.section-heading h2{font-size:39px}.feature-grid,.split-layout,.security-card,.status-card,.faq-grid{grid-template-columns:1fr}.feature-card{min-height:240px}.split-layout{gap:46px}.security-card{gap:44px;padding:28px}.cloud-grid{grid-template-columns:1fr 1fr}.status-card{gap:40px;padding:30px}.status-card h2{font-size:31px}.footer-inner{padding:28px 0;flex-wrap:wrap}.footer-inner>p:nth-child(2){width:100%;order:3}
}

@media (max-width: 470px) {
  .hero-actions{display:grid}.button{width:100%}.hero-visual{min-height:560px}.mac-window{left:-110px;transform:scale(.64) perspective(1200px) rotateY(-3deg)}.phone-frame{right:-12px;transform:scale(.82) rotate(3deg)}.cloud-grid{grid-template-columns:1fr}.cloud-card{min-height:180px}.cloud-card h3{margin-top:36px}.route-card{grid-template-columns:38px 1fr}.route-card em{display:none}.feature-card{padding:22px}.status-section{padding-bottom:90px}
}

@media (max-width: 340px) {
  h1 { font-size: 33px; }
  .hero-title-line { white-space: normal; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #111110; --bg-raised: rgba(35,34,32,.82); --surface: rgba(255,255,255,.055); --surface-strong: rgba(255,255,255,.085); --surface-muted: rgba(255,255,255,.07);
    --text: #f4f2ef; --text-2: #aaa49e; --text-3: #77716c; --line: rgba(255,255,255,.105); --accent-warm: #e67d52; --accent-warm-dark: #f08a60; --accent-soft: rgba(230,125,82,.14); --agent-codex:#5cb8b0; --agent-codex-soft:rgba(92,184,176,.14); --success:#59b77d; --danger:#e06f69;
    --shadow-sm:0 8px 30px rgba(0,0,0,.18);--shadow-lg:0 35px 100px rgba(0,0,0,.34)
  }
  body{background:radial-gradient(circle at 78% 8%,rgba(230,125,82,.075),transparent 28rem),radial-gradient(circle at 14% 35%,rgba(92,184,176,.055),transparent 25rem),var(--bg)}
  .dashboard-sidebar{background:rgba(0,0,0,.14)}.dashboard-main{background:rgba(0,0,0,.06)}.traffic span{background:#4f4c49}.phone-frame{border-color:#050505}.status-card{background:#f0ede8;color:#171614}.status-card>div>p,.status-card .eyebrow{color:rgba(23,22,20,.6)}.status-list>div{background:rgba(23,22,20,.07)}.status-list small{color:rgba(23,22,20,.5)}
}

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

/* Dynamic unsigned-preview distribution */
.download-section{padding-block:112px 88px}.distribution-state{display:inline-flex;align-items:center;min-height:34px;margin-top:20px;padding:7px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-3);font-size:11px;box-shadow:var(--shadow-sm)}.distribution-state::before{content:"";width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--text-3)}.distribution-state.ready::before{background:#34c759;box-shadow:0 0 0 4px color-mix(in srgb,#34c759 14%,transparent)}.distribution-state.error::before{background:#ff9f0a}.download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:42px}.download-card{display:flex;min-height:470px;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(155deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-2) 84%,transparent));box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%)}.download-card.available{border-color:color-mix(in srgb,var(--agent-codex) 22%,var(--line))}.download-card-head{display:flex;gap:17px;align-items:flex-start}.download-card-head h3{margin:7px 0 6px;font-size:25px;letter-spacing:-.035em}.download-card-head p{margin:0;color:var(--text-2);font-size:12px;line-height:1.65}.platform-icon{display:grid;flex:0 0 50px;width:50px;height:50px;place-items:center;border:1px solid var(--line);border-radius:15px;background:var(--surface);font-size:23px;box-shadow:var(--shadow-sm)}.platform-icon.phone{font-size:30px}.preview-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--accent-warm) 14%,transparent);color:var(--accent-warm);font-size:9px;font-weight:750;letter-spacing:.08em}.release-facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:26px 0 18px;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:var(--line)}.release-facts>div{min-width:0;padding:13px 14px;background:var(--surface)}.release-facts dt{margin-bottom:5px;color:var(--text-3);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.release-facts dd{margin:0;font-size:12px;font-weight:650}.release-facts .hash-fact{grid-column:1/-1}.hash-fact code{display:block;overflow-wrap:anywhere;color:var(--text-2);font-size:10px;line-height:1.5}.release-notes{min-height:52px;margin:0 0 18px;color:var(--text-2);font-size:12px;line-height:1.65;white-space:pre-line}.download-button{width:100%;margin-top:auto}.download-button[aria-disabled="true"]{pointer-events:none;background:var(--surface-2);color:var(--text-3);box-shadow:none}.install-note{margin:15px 0 0;color:var(--text-3);font-size:10px;line-height:1.6}.install-note strong{color:var(--text-2)}.connection-default{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);gap:28px;align-items:center;margin-top:14px;padding:24px 26px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}.connection-default h3{margin:6px 0;font-size:18px}.connection-default p{margin:0;color:var(--text-3);font-size:11px;line-height:1.6}.connection-value{display:flex;min-width:0;gap:8px;align-items:center;padding:7px;border:1px solid var(--line);border-radius:13px;background:var(--surface-2)}.connection-value code{min-width:0;flex:1;padding-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-2);font-size:10px}.connection-value button{height:34px;padding:0 13px;border:0;border-radius:9px;background:var(--text);color:var(--bg);font:600 11px/1 -apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif;cursor:pointer}.connection-value button:disabled{cursor:not-allowed;opacity:.45}
@media (max-width: 760px){.download-section{padding-block:92px 72px}.download-grid{grid-template-columns:1fr}.download-card{min-height:0;padding:22px}.connection-default{grid-template-columns:1fr;padding:21px}.connection-value{width:100%}}
@media (max-width: 470px){.release-facts{grid-template-columns:1fr}.release-facts .hash-fact{grid-column:auto}.download-card-head{gap:13px}.platform-icon{flex-basis:44px;width:44px;height:44px}.connection-value{align-items:stretch;flex-direction:column}.connection-value code{padding:7px;white-space:normal;overflow-wrap:anywhere}}
