@font-face{font-family:Jersey;src:url(/fonts/Jersey25Charted-Regular.ttf)format("truetype");font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--paper:#f4f4f1;--ink:#20211f;--muted:#62645f;--rule:#d4d5cf;--pane:#ffffff80;--fill:#e7e8e2}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:40px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::selection{background:var(--ink);color:var(--paper)}a{color:inherit;text-underline-offset:5px;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}:is(a:focus-visible,button:focus-visible){outline:2px solid var(--ink);outline-offset:6px}main{max-width:1440px;margin:auto;padding:0 64px}header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;height:112px;display:flex}.wordmark{font-family:Jersey;font-size:48px;line-height:1}nav{align-items:center;gap:32px;display:flex}nav a{align-items:center;gap:7px;font-size:14px;display:flex}nav a:hover{text-decoration:underline}.hero{grid-template-columns:1.15fr 1fr;align-items:center;gap:30px;min-height:690px;padding:68px 0 86px;display:grid}h1,h2,h3,p{margin:0}h1,h2{font-family:Jersey;font-weight:400}h1{letter-spacing:-.025em;font-size:clamp(64px,6.6vw,96px);line-height:.99}p{font-size:18px;line-height:1.65}.hero p{color:var(--muted);margin-top:30px}.button{border-radius:10px;align-items:center;gap:28px;min-height:50px;padding:16px 22px;font-size:14px;transition:background .2s,transform .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.primary{background:var(--ink);color:var(--paper);margin-top:32px}.download-note{color:var(--muted);margin-top:14px;font-size:11px;display:block}.hero-art{text-align:center}.giant{font-size:150px}.hero-art p{font-size:12px}.intro{border-top:1px solid var(--rule);grid-template-columns:1fr 1fr;gap:80px;padding:80px 0 54px;display:grid}h2{font-size:58px;line-height:1.05}.intro p{max-width:420px;color:var(--muted);align-self:center}@media (prefers-color-scheme:dark){:root{--paper:#171816;--ink:#f0f1e9;--muted:#a5a89f;--rule:#393b35;--pane:#ffffff05;--fill:#2b2d27}}@media (max-width:760px){main{padding:0 24px}header{height:88px}nav{gap:22px}.hero{grid-template-columns:1fr;gap:48px;min-height:0;padding:64px 0 52px}.hero-art{min-height:200px}.hero p{font-size:17px}.intro{grid-template-columns:1fr;gap:26px;padding-top:52px}h2{font-size:46px}.desktop{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.ascii{width:100%;height:340px;display:block}.hero{position:relative}.hero-art{justify-self:center;width:100%;max-width:510px}.art-caption{color:var(--muted);justify-content:center;align-items:center;gap:12px;margin-top:10px;font-size:12px;display:flex}.icon-button{background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.icon-button:hover{border-color:var(--rule);background:var(--fill)}.scroll-cue{color:var(--muted);align-items:center;gap:14px;font-size:12px;display:flex;position:absolute;bottom:26px}.skip{z-index:10;background:var(--ink);color:var(--paper);padding:15px;position:fixed;top:-100px;left:20px}.skip:focus{top:10px}.demo-layout{grid-template-columns:.85fr 1.15fr;gap:80px;padding:22px 0 100px;display:grid}.demo-choices{padding-top:28px}.demo-choices button{text-align:left;border:0;border-bottom:1px solid var(--rule);width:100%;color:var(--muted);background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:17px;display:flex}.demo-choices button svg{opacity:0;transition:all .25s;transform:translate(-8px)}.demo-choices button.selected{color:var(--ink)}.demo-choices button.selected svg,.demo-choices button:hover svg{opacity:1;transform:none}.demo-choices p{max-width:275px;color:var(--muted);margin:32px 0 18px;font-size:14px}.example-label{color:var(--muted);font-size:11px}.chat-pane{background:var(--pane);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--rule);border-radius:14px;flex-direction:column;min-height:395px;display:flex;overflow:hidden}.chat-title{justify-content:space-between;align-items:center;height:52px;padding:0 18px;display:flex}.chat-title .wordmark{font-size:25px}.traffic{gap:5px;display:flex}.traffic i{border:1px solid var(--rule);border-radius:50%;width:7px;height:7px}.messages{flex:1;padding:28px 30px}.user-message{background:var(--fill);border-radius:14px;max-width:88%;margin-left:auto;padding:13px 17px;font-size:14px;line-height:1.6;animation:.55s both message-in}.activity{color:var(--muted);align-items:center;gap:8px;margin-top:28px;font-size:11px;display:flex}.status-dot{background:currentColor;border-radius:50%;width:4px;height:4px}.assistant-message{margin-top:15px;animation:.55s both message-in}.assistant-message p{font-size:14px;line-height:1.75}.shimmer{animation:2s infinite breathe}.composer{color:var(--muted);border:1px solid var(--rule);border-radius:10px;align-items:center;gap:10px;margin:0 18px 18px;padding:12px 14px;font-size:12px;display:flex}.send{margin-left:auto;display:flex}.principles{border-top:1px solid var(--rule);grid-template-columns:1fr 1fr;gap:80px;padding:90px 0 105px;display:grid}.principles h2{max-width:500px}.principle-list{flex-direction:column;gap:38px;display:flex}.principle-list article{gap:20px;display:flex}.small-ascii{color:var(--muted);flex:0 0 55px;margin-top:4px;font-family:monospace;font-size:13px}h3{font-size:17px;font-weight:500;line-height:1.5}.principle-list p{color:var(--muted);margin-top:10px;font-size:14px}.closing{border-top:1px solid var(--rule);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:620px;padding:30px 0 80px;display:flex;position:relative}.closing-art{width:230px;height:185px}.closing-art .ascii{height:185px}.closing-content p{color:var(--muted);margin-top:18px;font-size:16px}.invitation{border:1px solid var(--rule);background:var(--fill);margin-top:28px}.invitation:disabled{cursor:wait}.is-ready .closing-art{height:0}.replay-link{color:var(--muted);background:0 0;border:0;align-items:center;gap:8px;margin:24px auto 0;padding:10px;font-size:11px;display:flex}.arrival{animation:.55s both message-in}footer{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;gap:20px;min-height:120px;display:flex}footer .wordmark{font-size:38px}footer p{color:var(--muted);font-size:12px}footer>a:last-child{align-items:center;gap:8px;font-size:12px;display:flex}footer a:hover{text-decoration:underline}@keyframes message-in{0%{opacity:.3;filter:blur(4px);transform:translateY(6px)}to{opacity:1;filter:blur();transform:none}}@keyframes breathe{50%{opacity:.5}}@media (max-width:1024px){main{padding:0 40px}.demo-layout,.principles{gap:40px}.hero{min-height:630px}h1{font-size:76px}.ascii{height:290px}.messages{padding:24px 22px}}@media (max-width:760px){main{padding:0 24px}.hero{gap:30px;min-height:0;padding-bottom:80px}h1{font-size:clamp(60px,11.7vw,88px)}.hero-art{max-width:340px}.ascii{height:245px}.demo-layout{grid-template-columns:1fr;gap:28px;padding:0 0 65px}.demo-choices{padding-top:0}.demo-choices button{padding:18px 0;font-size:15px}.demo-choices p{max-width:none;margin:23px 0 10px}.chat-pane{min-height:390px}.principles{grid-template-columns:1fr;gap:40px;padding:60px 0}.principle-list{gap:30px}.small-ascii{flex-basis:42px}.closing{min-height:550px;padding-bottom:60px}footer{flex-wrap:wrap;gap:18px;padding:30px 0}footer p{order:3;width:100%}.intro{gap:24px}.hero p{margin-top:25px}.download-note{font-size:10px}}@media (prefers-reduced-motion:reduce){.ascii{opacity:1}}html{scrollbar-color:var(--muted) var(--paper)}.arrival{position:relative}.typed{text-align:center;position:absolute;inset:0}.hero>div:first-child>p{max-width:440px}.hero-nudge{text-align:left;background:var(--pane);border:1px solid var(--rule);border-radius:12px;grid-template-columns:1fr auto;gap:9px 18px;max-width:340px;margin:22px auto 0;padding:18px 20px;font-size:13px;line-height:1.5;display:grid}.hero-nudge:hover{background:var(--fill)}.nudge-sender{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.nudge-sender .wordmark{font-size:26px}.nudge-sender>span:last-child{color:var(--muted);font-size:10px}.hero-nudge>svg{align-self:end}.watch-context{border-top:1px solid var(--rule);color:var(--muted);align-items:center;gap:8px;padding:16px 28px;font-size:11px;display:flex}.watch-timeline{border-bottom:1px solid var(--rule);margin:0 28px;padding:3px 0 18px}.watch-timeline>div{color:var(--muted);align-items:center;gap:12px;padding:10px 0;font-size:11px;line-height:1.5;display:flex;position:relative}.timeline-dot{border:1px solid var(--muted);border-radius:50%;flex:0 0 5px;width:5px;height:5px}.watch-timeline>div:not(:last-child):after{content:"";background:var(--rule);width:1px;height:calc(100% - 12px);position:absolute;top:calc(50% + 6px);left:2px}.watch-timeline .current{color:var(--ink)}.current .timeline-dot,.passed .timeline-dot{background:var(--ink);border-color:var(--ink)}.proactive-messages{flex-direction:column;justify-content:center;min-height:230px;display:flex}.quiet-state{color:var(--muted);align-items:center;gap:10px;font-size:12px;display:flex}.proactive-reply{margin-top:0}.reply-byline{align-items:center;gap:14px;margin-bottom:12px;display:flex}.reply-byline .wordmark{font-size:29px}.reply-byline>span:last-child{color:var(--muted);font-size:10px}.unprompted-note{color:var(--muted);margin-top:18px;font-size:10px;display:block}@media (max-width:760px){.hero-nudge{margin-top:12px}.watch-context{padding:16px 22px}.watch-timeline{margin:0 22px}.proactive-messages{min-height:250px}}.flow-explainer{padding:20px 0 0 36px}.example-context{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}.replay-example{color:var(--muted);background:0 0;border:0;align-items:center;gap:8px;padding:10px 0 10px 10px;font-size:12px;display:inline-flex}.replay-example:hover{color:var(--ink)}.example-sequence{margin:0;padding:20px 0 0;list-style:none}.example-sequence li{color:var(--muted);align-items:center;gap:20px;padding:16px 0;display:flex;position:relative}.example-sequence li p{font-size:15px;line-height:1.6}.sequence-point{border:1px solid var(--muted);border-radius:50%;flex:0 0 7px;width:7px;height:7px}.example-sequence li:not(:last-child):after{content:"";background:var(--rule);width:1px;height:calc(100% - 16px);position:absolute;top:calc(50% + 8px);left:3px}.example-sequence .current{color:var(--ink)}.example-sequence .current .sequence-point,.example-sequence .passed .sequence-point{background:var(--ink);border-color:var(--ink)}.example-outcome{border-top:1px solid var(--rule);min-height:240px;margin:26px 0 0 27px;padding:26px 0 0}.waiting-explanation{color:var(--muted);max-width:32ch;font-size:17px}.revealed-outcome{animation:.55s both message-in}.revealed-outcome h3{font-family:Jersey;font-size:34px;font-weight:400}.revealed-outcome blockquote{margin:18px 0;padding:0;font-size:18px;line-height:1.65}.outcome-caption{color:var(--muted);font-size:12px}@media (max-width:760px){.flow-explainer{padding:0}.example-context{gap:12px}.example-sequence li p{font-size:14px}.example-outcome{min-height:270px}.revealed-outcome blockquote{font-size:17px}}.draft-context{color:var(--muted);margin-top:16px;font-size:14px;line-height:1.65}.computer-use{border-top:1px solid var(--rule);grid-template-columns:1fr 1.1fr;gap:80px;padding:90px 0 100px;display:grid}.computer-intro>p{max-width:38ch;color:var(--muted);margin-top:28px}.computer-intro .computer-permissions{max-width:43ch;margin-top:22px;font-size:14px}.computer-request{max-width:34ch;font-size:18px;line-height:1.5}.action-illustration{grid-template-columns:90px 1fr;align-items:center;min-height:290px;margin:20px 0;display:grid}.action-origin{align-items:center;gap:15px;display:flex}.action-origin .wordmark{font-size:32px}.action-connection{background:var(--rule);flex:1;height:1px}.action-document{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);min-height:248px;padding:18px 20px;position:relative}.document-top{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.action-target{background:var(--fill);border-radius:4px;padding:5px 8px}.reading-frame{border:1px dashed var(--muted);opacity:0;pointer-events:none;position:absolute;inset:9px}.stage-0 .reading-frame{opacity:.6}.action-pointer{fill:var(--paper);opacity:0;position:absolute;top:48px;right:8%}.stage-1 .action-pointer{opacity:1;animation:.6s ease-out both pointer-arrive}.stage-1 .action-target{background:var(--ink);color:var(--paper)}.note-content{visibility:hidden;margin-top:28px}.note-content strong{margin-bottom:18px;font-size:17px;font-weight:500;display:block}.note-line{align-items:center;gap:9px;margin:5px 0;font-size:13px;line-height:1.7;display:flex}.note-line>span{border:1px solid var(--muted);width:9px;height:9px}.stage-2 .note-content,.stage-3 .note-content{visibility:visible}.stage-2 .note-line{animation:.5s ease-out both note-type}.stage-2 .line-two{animation-delay:.25s}.stage-2 .line-three{animation-delay:.5s}.action-result{visibility:hidden;align-items:center;gap:8px;margin-top:22px;font-size:11px;display:flex}.stage-3 .action-result{visibility:visible;animation:.4s both message-in}.computer-stages{border-top:1px solid var(--rule);grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.computer-stages button{color:var(--muted);background:0 0;border:0;border-top:2px solid #0000;justify-content:center;align-items:center;gap:9px;margin-top:-1px;padding:18px 3px;font-size:13px;display:flex}.computer-stages button[aria-pressed=true]{border-top-color:var(--ink);color:var(--ink)}.computer-stages button:hover{background:var(--fill)}.computer-explanation{color:var(--muted);min-height:56px;margin-top:14px;font-size:14px}.computer-caption{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:15px;font-size:10px;display:flex}@keyframes pointer-arrive{0%{transform:translate(-55px,55px)}to{transform:translate(0)}}@keyframes note-type{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@media (max-width:1024px){.computer-use{gap:40px}}@media (max-width:760px){.computer-use{grid-template-columns:1fr;gap:40px;padding:60px 0}.computer-intro>p{max-width:100%}.action-illustration{grid-template-columns:60px 1fr}.action-origin{gap:8px}.action-origin .wordmark{font-size:27px}.action-document{padding:18px 14px}.computer-stages button{gap:6px;font-size:12px}.computer-stages button svg{width:15px}}
