:root{--blue: #2f65d7;--blue-strong: #2356c9;--blue-soft: #eaf1ff;--mint: #c8f4e6;--purple: #d7b7f7;--ink: #111111;--muted: #62666d;--line: #e6e7eb;--paper: #ffffff;--panel: #111213;--panel-2: #191a1c;--panel-3: #25272a;--green: #2fd27c;--red: #ff5d68}[data-astro-cid-clep7c3g]{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#050505;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink)}body{display:grid;place-items:stretch}.demo[data-astro-cid-clep7c3g]{width:100vw;height:100vh;display:grid;grid-template-columns:minmax(500px,39.5fr) minmax(760px,60.5fr);background:var(--panel)}.codex[data-astro-cid-clep7c3g]{position:relative;overflow:hidden;padding:26px 28px;background:radial-gradient(circle at 14% 12%,rgba(47,101,215,.16),transparent 24%),linear-gradient(180deg,#141516,#0d0e0f);color:#f8fafc;border-right:1px solid #2a2c30}.codex-top[data-astro-cid-clep7c3g]{display:flex;align-items:center;justify-content:space-between;gap:20px;height:56px;margin-bottom:24px}.app-title[data-astro-cid-clep7c3g]{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:650;letter-spacing:0}.cube[data-astro-cid-clep7c3g]{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#f8fafc 0 20%,#b7bcc5 20% 48%,#565b65 48% 72%,#1f2228 72%),#111;box-shadow:0 0 0 1px #ffffff14,0 14px 35px #00000059}.run-chip[data-astro-cid-clep7c3g]{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 13px;border-radius:999px;color:#cbd5e1;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:600}.run-dot[data-astro-cid-clep7c3g]{width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 #2fd27c80;animation:pulse-dot 1.5s ease-out infinite}.prompt-card[data-astro-cid-clep7c3g]{display:flex;flex-direction:column;gap:20px;padding:24px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);border-radius:18px;box-shadow:0 20px 70px #0000003d}.prompt-label[data-astro-cid-clep7c3g],.block-label[data-astro-cid-clep7c3g]{color:#96a0ae;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.prompt-text[data-astro-cid-clep7c3g]{margin:0;color:#fff;font-size:clamp(21px,1.9vw,34px);line-height:1.34;letter-spacing:0}.prompt-text[data-astro-cid-clep7c3g] span[data-astro-cid-clep7c3g]{display:block}.activity[data-astro-cid-clep7c3g]{display:flex;flex-direction:column;gap:14px;margin-top:24px}.status[data-astro-cid-clep7c3g]{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;min-height:44px;padding:10px 12px;border-radius:12px;color:#a6adba;background:transparent;opacity:.42;transition:opacity .26s ease,background .26s ease,color .26s ease}html[data-stage=read] .status[data-astro-cid-clep7c3g].read,html[data-stage=edit] .status[data-astro-cid-clep7c3g].edit,html[data-stage=refresh] .status[data-astro-cid-clep7c3g].refresh,html[data-stage=done] .status[data-astro-cid-clep7c3g].done{color:#f8fafc;background:#ffffff12;opacity:1}html[data-stage=done] .status[data-astro-cid-clep7c3g].read,html[data-stage=done] .status[data-astro-cid-clep7c3g].edit,html[data-stage=done] .status[data-astro-cid-clep7c3g].refresh{opacity:.72}.status-icon[data-astro-cid-clep7c3g]{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#cbd5e1;background:#ffffff14;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px}.status-text[data-astro-cid-clep7c3g]{font-size:17px;line-height:1.25}.status-time[data-astro-cid-clep7c3g]{color:#8d96a3;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.diff[data-astro-cid-clep7c3g]{margin-top:22px;padding:18px;border-radius:16px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);opacity:0;transform:translateY(14px);transition:opacity .26s ease,transform .26s ease}html[data-stage=edit] .diff[data-astro-cid-clep7c3g],html[data-stage=refresh] .diff[data-astro-cid-clep7c3g],html[data-stage=done] .diff[data-astro-cid-clep7c3g]{opacity:1;transform:translateY(0)}.diff-head[data-astro-cid-clep7c3g]{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.changed[data-astro-cid-clep7c3g]{display:inline-flex;align-items:center;gap:10px;color:#d9dee7;font-size:18px;font-weight:650}.changed[data-astro-cid-clep7c3g] strong[data-astro-cid-clep7c3g]{color:var(--green);font-weight:700}.review[data-astro-cid-clep7c3g]{height:34px;padding:0 14px;border-radius:999px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700}.diff-row[data-astro-cid-clep7c3g]{display:grid;grid-template-columns:112px 1fr;gap:10px;padding:9px 0;border-top:1px solid rgba(255,255,255,.08);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.35}.diff-key[data-astro-cid-clep7c3g]{color:#9ca3af}.minus[data-astro-cid-clep7c3g]{color:#ff8a92;text-decoration:line-through}.plus[data-astro-cid-clep7c3g]{color:#7ee2aa}.input-bar[data-astro-cid-clep7c3g]{position:absolute;left:28px;right:28px;bottom:28px;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-radius:24px;background:#2b2d30;border:1px solid rgba(255,255,255,.08);color:#9ca3af;box-shadow:0 20px 70px #0000004d}.input-copy[data-astro-cid-clep7c3g]{font-size:18px}.stop[data-astro-cid-clep7c3g]{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:#fff}.stop[data-astro-cid-clep7c3g]:before{content:"";width:16px;height:16px;border-radius:4px;background:#222}.site[data-astro-cid-clep7c3g]{position:relative;overflow:hidden;background:var(--paper)}.browser-bar[data-astro-cid-clep7c3g]{height:74px;display:flex;align-items:center;gap:14px;padding:0 22px;background:#121314;border-bottom:1px solid #242629}.nav-arrow[data-astro-cid-clep7c3g],.refresh-icon[data-astro-cid-clep7c3g]{position:relative;width:26px;height:26px;border-radius:8px;color:#7d838d;display:grid;place-items:center;font-size:22px}.refresh-icon[data-astro-cid-clep7c3g]{color:#d7dbe2;animation:none}.refresh-icon[data-astro-cid-clep7c3g]:before{content:"";width:15px;height:15px;border:2px solid currentColor;border-left-color:transparent;border-radius:999px}.refresh-icon[data-astro-cid-clep7c3g]:after{content:"";position:absolute;top:5px;right:3px;border-left:6px solid currentColor;border-top:4px solid transparent;border-bottom:4px solid transparent;transform:rotate(-20deg)}html[data-stage=refresh] .refresh-icon[data-astro-cid-clep7c3g]{animation:spin .65s linear infinite}.url-pill[data-astro-cid-clep7c3g]{min-width:270px;height:42px;display:flex;align-items:center;gap:10px;padding:0 16px;margin-left:10px;border-radius:16px;background:#242629;color:#f8fafc;font-size:15px;font-weight:650}.globe[data-astro-cid-clep7c3g]{width:20px;height:20px;border:2px solid #fff;border-radius:999px;position:relative}.globe[data-astro-cid-clep7c3g]:before,.globe[data-astro-cid-clep7c3g]:after{content:"";position:absolute;inset:3px 6px;border-left:1px solid #fff;border-right:1px solid #fff;border-radius:999px}.globe[data-astro-cid-clep7c3g]:after{inset:8px 2px;border:0;border-top:1px solid #fff}.website[data-astro-cid-clep7c3g]{height:calc(100vh - 74px);overflow:hidden;background:#fff}.site-nav[data-astro-cid-clep7c3g]{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;border-bottom:1px solid var(--line)}.logo[data-astro-cid-clep7c3g]{display:flex;align-items:center;gap:8px;color:#101010;font-size:30px;font-weight:750;letter-spacing:-.02em}.logo-mark[data-astro-cid-clep7c3g]{width:24px;height:24px;border-radius:999px;border:2px solid #7eddd0;box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 7px #b7b4ff}.nav-links[data-astro-cid-clep7c3g]{display:flex;align-items:center;gap:32px;color:#222;font-size:14px}.nav-cta[data-astro-cid-clep7c3g]{display:flex;align-items:center;gap:10px}.nav-button[data-astro-cid-clep7c3g]{height:38px;padding:0 18px;border-radius:10px;border:1px solid #151515;color:#111;background:#fff;font-size:13px;font-weight:650}.nav-button[data-astro-cid-clep7c3g].dark{color:#fff;background:#151515}.hero-wrap[data-astro-cid-clep7c3g]{position:relative;height:calc(100% - 70px);display:grid;place-items:start center;padding:70px 50px 32px;overflow:hidden}.orbital[data-astro-cid-clep7c3g]{position:absolute;top:-410px;left:50%;width:980px;height:980px;transform:translate(-50%);border-radius:999px;border:10px solid rgba(17,17,17,.035)}.orbital[data-astro-cid-clep7c3g]:before,.orbital[data-astro-cid-clep7c3g]:after{content:"";position:absolute;border-radius:999px}.orbital[data-astro-cid-clep7c3g]:before{inset:160px;border:8px solid rgba(17,17,17,.04)}.orbital[data-astro-cid-clep7c3g]:after{top:350px;right:180px;width:130px;height:130px;background:var(--purple);opacity:.75}.mint-a[data-astro-cid-clep7c3g],.mint-b[data-astro-cid-clep7c3g],.mint-c[data-astro-cid-clep7c3g]{position:absolute;border-radius:999px;background:var(--mint);opacity:.8}.mint-a[data-astro-cid-clep7c3g]{top:92px;left:160px;width:52px;height:52px}.mint-b[data-astro-cid-clep7c3g]{top:285px;right:140px;width:64px;height:64px}.mint-c[data-astro-cid-clep7c3g]{bottom:110px;right:280px;width:86px;height:86px}.hero-state[data-astro-cid-clep7c3g]{position:absolute;inset:70px 50px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:1;transform:translateY(0);transition:opacity .48s ease,transform .48s ease,filter .48s ease}.hero-state[data-astro-cid-clep7c3g].after{opacity:0;transform:translateY(18px) scale(.985);filter:blur(4px)}html[data-preview=after] .hero-state[data-astro-cid-clep7c3g].before{opacity:0;transform:translateY(-18px) scale(.985);filter:blur(4px)}html[data-preview=after] .hero-state[data-astro-cid-clep7c3g].after{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.eyebrow[data-astro-cid-clep7c3g]{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;margin:24px 0 26px;border-radius:999px;color:var(--blue-strong);background:var(--blue-soft);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-title[data-astro-cid-clep7c3g]{width:min(840px,100%);margin:0;color:#111;font-size:clamp(48px,5.3vw,78px);line-height:.98;letter-spacing:-.018em;font-weight:820}.hero-title[data-astro-cid-clep7c3g] strong[data-astro-cid-clep7c3g]{color:var(--blue);font-weight:inherit}.hero-copy[data-astro-cid-clep7c3g]{width:min(720px,100%);margin:26px 0 0;color:#5b5f66;font-size:18px;line-height:1.5}.hero-copy[data-astro-cid-clep7c3g] strong[data-astro-cid-clep7c3g]{color:var(--blue);font-weight:800}.hero-form[data-astro-cid-clep7c3g]{display:flex;align-items:center;gap:12px;width:min(530px,100%);margin-top:30px}.fake-input[data-astro-cid-clep7c3g]{flex:1;height:48px;display:flex;align-items:center;padding:0 18px;border-radius:9px;color:#9aa0a8;background:#fbfbfc;border:1px solid var(--line);font-size:14px;text-align:left}.hero-button[data-astro-cid-clep7c3g]{height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:11px;color:#fff;background:var(--blue);font-size:15px;font-weight:700;white-space:nowrap;box-shadow:0 16px 35px #2f65d72e}.microcopy[data-astro-cid-clep7c3g]{margin-top:18px;color:#8b9098;font-size:12px}.microcopy[data-astro-cid-clep7c3g] strong[data-astro-cid-clep7c3g]{color:#111}.proof-grid[data-astro-cid-clep7c3g]{width:min(900px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:46px}.proof-card[data-astro-cid-clep7c3g]{min-height:116px;padding:18px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;box-shadow:0 18px 50px #141e320a}.proof-icon[data-astro-cid-clep7c3g]{width:30px;height:30px;display:grid;place-items:center;margin-bottom:10px;border-radius:8px;color:var(--blue);background:var(--blue-soft);font-size:16px;font-weight:900}.proof-card[data-astro-cid-clep7c3g] h3[data-astro-cid-clep7c3g]{margin:0 0 7px;color:var(--blue-strong);font-size:14px;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.proof-card[data-astro-cid-clep7c3g] p[data-astro-cid-clep7c3g]{margin:0;color:#636872;font-size:13px;line-height:1.45}.audit-note[data-astro-cid-clep7c3g]{width:min(900px,100%);display:flex;align-items:center;gap:16px;margin-top:18px;padding:15px 18px;border-radius:10px;color:#4b5563;background:var(--blue-soft);border:1px solid #c8d8ff;font-size:13px;text-align:left}.audit-note[data-astro-cid-clep7c3g] strong[data-astro-cid-clep7c3g]{color:var(--blue-strong);text-transform:uppercase;letter-spacing:.05em}.refresh-wash[data-astro-cid-clep7c3g]{position:absolute;inset:74px 0 0;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.78) 45%,transparent 72%);transform:translate(-115%);pointer-events:none;opacity:0}html[data-stage=refresh] .refresh-wash[data-astro-cid-clep7c3g]{opacity:1;animation:wash .85s ease-in-out}.ready-overlay[data-astro-cid-clep7c3g]{position:fixed;inset:0;display:none;align-items:center;justify-content:center;color:#fff;background:#0000008f;z-index:20;font-size:26px;font-weight:700}html[data-armed=true]:not([data-running=true]) .ready-overlay[data-astro-cid-clep7c3g]{display:flex}@keyframes pulse-dot{to{box-shadow:0 0 0 10px #2fd27c00}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes wash{0%{transform:translate(-115%)}to{transform:translate(115%)}}
