/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}:root{--paper:#f1efe6;--ink:#10110f;--muted:#77776f;--line:#c9c6ba;--signal:#ff5a2d;--acid:#c7ff4a;--panel:#e8e5da;--white:#fbfaf5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial Narrow,Microsoft YaHei UI,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.landing-shell{color:#f2efe6;background:#101310;min-height:100vh;overflow:hidden}.landing-nav{border-bottom:1px solid #343a35;justify-content:space-between;align-items:center;width:min(1480px,100% - 64px);height:88px;margin:0 auto;display:flex}.brand-mark{letter-spacing:-.04em;align-items:center;gap:12px;font-size:20px;font-weight:900;display:inline-flex}.brand-mark sup{color:var(--signal);letter-spacing:.12em;margin-left:4px;font-size:9px}.brand-glyph{background:var(--ink);width:34px;height:34px;color:var(--paper);place-items:center;font-family:Georgia,Microsoft YaHei,serif;font-size:17px;display:grid;transform:rotate(-3deg)}.nav-links{letter-spacing:.08em;align-items:center;gap:34px;font-size:12px;font-weight:700;display:flex}.nav-links>a:not(.nav-cta){color:#9da39d;transition:color .2s}.nav-links>a:not(.nav-cta):hover{color:#f2efe6}.nav-cta,.primary-action{background:var(--signal);color:#11130f;justify-content:space-between;align-items:center;gap:34px;min-height:44px;padding:0 20px;transition:background .2s,transform .2s;display:inline-flex}.nav-cta:hover,.primary-action:hover{background:var(--acid);transform:translateY(-2px)}.hero-section{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(48px,7vw,120px);width:min(1480px,100% - 64px);min-height:720px;margin:0 auto;padding:72px 0 84px;display:grid}.eyebrow,.section-index{letter-spacing:.14em;color:#858c85;font-family:Consolas,Courier New,monospace;font-size:11px}.eyebrow{align-items:center;gap:10px;display:flex}.eyebrow span{background:var(--signal);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #ff5a2d21}.hero-copy h1{letter-spacing:-.075em;margin:28px 0 30px;font-family:Georgia,STSong,serif;font-size:clamp(58px,6.4vw,102px);font-weight:500;line-height:.98}.hero-copy h1 em,.principle-copy em{color:var(--signal);font-style:italic}.hero-lede{color:#a1a8a1;max-width:540px;font-size:clamp(17px,1.3vw,21px);line-height:1.8}.hero-actions{align-items:center;gap:28px;margin-top:38px;display:flex}.primary-action{min-width:170px;min-height:52px;font-size:14px;font-weight:800}.text-action{border-bottom:1px solid #f2efe6;padding:8px 0;font-size:13px}.trust-strip{border-top:1px solid #343a35;grid-template-columns:repeat(3,1fr);margin-top:62px;padding-top:18px;display:grid}.trust-strip div{flex-direction:column;gap:7px;display:flex}.trust-strip strong{letter-spacing:.09em;font-family:Consolas,monospace;font-size:10px}.trust-strip span{color:#848b84;font-size:12px}.hero-console{color:var(--white);background:#191d1a;border:1px solid #39413c;position:relative;transform:rotate(.45deg);box-shadow:30px 35px #29312d}.hero-console:before{content:"";background:var(--acid);z-index:-1;width:86px;height:86px;position:absolute;top:-22px;right:-22px}.console-topbar,.console-footer{letter-spacing:.11em;color:#85877e;border-bottom:1px solid #33342f;justify-content:space-between;align-items:center;height:46px;padding:0 18px;font:9px/1 Consolas,monospace;display:flex}.console-topbar b{color:var(--acid)}.window-dots{gap:6px;display:flex}.window-dots i{background:#494a45;border-radius:50%;width:7px;height:7px}.window-dots i:first-child{background:var(--signal)}.console-body{flex-direction:column;min-height:544px;padding:clamp(28px,4vw,54px);display:flex}.console-status{color:#a5a69f;letter-spacing:.1em;align-items:center;gap:8px;font:9px Consolas,monospace;display:flex}.console-status small{color:#6f706b;margin-left:auto}.pulse-dot{background:var(--acid);border-radius:50%;width:6px;height:6px;animation:1.7s infinite pulse}@keyframes pulse{50%{opacity:.5}}.assistant-mark{width:42px;height:42px;color:var(--acid);border:1px solid #51524c;place-items:center;margin-top:45px;font-family:Georgia,serif;display:grid}.console-body h2{letter-spacing:-.035em;margin:18px 0 8px;font-family:Georgia,STSong,serif;font-size:clamp(28px,2.7vw,43px);font-weight:500}.console-body>p{color:#8d8f87;margin:0 0 28px;font-size:13px}.prompt-stack{border-top:1px solid #353631;flex-direction:column;display:flex}.prompt-row{border-bottom:1px solid #30312d;grid-template-columns:36px 1fr 20px;align-items:center;min-height:48px;transition:background .2s;display:grid}.prompt-row:hover{background:#1b1c19}.prompt-row span{color:var(--signal);font:9px Consolas,monospace}.prompt-row p{color:#c4c5bf;margin:0;font-size:12px}.prompt-row b{color:#696a64;font-weight:400}.composer-preview{color:#6d6e68;border:1px solid #42433e;justify-content:space-between;align-items:center;height:58px;margin-top:auto;padding-left:18px;font-size:12px;display:flex}.composer-preview button{background:var(--acid);width:44px;height:44px;color:var(--ink);cursor:pointer;border:0;margin:6px;font-size:18px}.console-footer{border-top:1px solid #33342f;border-bottom:0;height:36px}.capabilities-section{background:#18201d;border-top:1px solid #343d38;padding:110px max(32px,50vw - 740px)}.section-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:64px;margin:24px 0 62px;display:grid}.section-heading h2{letter-spacing:-.055em;margin:0;font-family:Georgia,STSong,serif;font-size:clamp(42px,5vw,74px);font-weight:500;line-height:1.05}.section-heading p{color:#9ba29c;max-width:440px;margin:0 0 7px auto;line-height:1.8}.capability-grid{border:1px solid #404b45;grid-template-columns:1.2fr 1fr 1fr;display:grid}.capability-card{background:#202925;border-right:1px solid #404b45;flex-direction:column;min-height:430px;padding:30px;display:flex;position:relative}.capability-card:last-child{border:0}.capability-card.featured{color:var(--white);background:#0d0f0d}.capability-card>span{color:var(--signal);font:10px Consolas,monospace}.card-symbol{color:var(--signal);margin-top:46px;font:42px Georgia,serif}.capability-card h3{margin:24px 0 13px;font-family:Georgia,STSong,serif;font-size:29px;font-weight:500}.capability-card>p{color:#9ca39d;max-width:330px;font-size:14px;line-height:1.75}.featured>p{color:#9b9d94}.mini-transcript{color:#8e9088;grid-template-columns:28px 1fr;gap:8px 12px;margin-top:auto;font-size:10px;display:grid}.mini-transcript i{width:25px;height:25px;color:var(--acid);background:#282925;place-items:center;font-style:normal;display:grid}.mini-transcript b{border-bottom:1px solid #32332f;align-self:center;padding-bottom:8px;font-weight:400}.model-meter{border-top:3px solid #48534d;margin-top:auto;padding-top:14px;position:relative}.model-meter i{background:var(--signal);height:3px;position:absolute;top:-3px;left:0}.model-meter small{color:#77776f;font:9px Consolas,monospace}.capability-card code{color:var(--acid);background:#111512;border:1px solid #424c46;margin-top:auto;padding:15px;font:11px Consolas,monospace}.principles-section{background:var(--signal);grid-template-columns:1fr 1fr;min-height:640px;display:grid}.principle-copy{flex-direction:column;justify-content:space-between;padding:90px 70px 90px max(42px,50vw - 740px);display:flex}.principle-copy>span{letter-spacing:.12em;font:10px Consolas,monospace}.principle-copy h2{letter-spacing:-.065em;margin:0;font:500 clamp(52px,6vw,88px)/.98 Georgia,STSong,serif}.principle-copy em{color:var(--paper)}.principle-list{background:var(--ink);color:var(--white);flex-direction:column;justify-content:center;padding:70px max(42px,50vw - 740px) 70px 70px;display:flex}.principle-list>div{border-bottom:1px solid #343530;grid-template-columns:50px 160px 1fr;align-items:baseline;gap:20px;padding:31px 0;display:grid}.principle-list b{color:var(--signal);font:10px Consolas,monospace}.principle-list h3{margin:0;font:500 20px Georgia,STSong,serif}.principle-list p{color:#92948b;margin:0;font-size:13px;line-height:1.7}.landing-footer{color:var(--white);background:#090a09;border-top:1px solid #2c2d29;justify-content:space-between;align-items:center;min-height:130px;padding:0 max(32px,50vw - 740px);display:flex}.brand-mark.light .brand-glyph{background:var(--white);color:var(--ink)}.landing-footer p{color:#63655e;letter-spacing:.12em;font:10px Consolas,monospace}.landing-footer>a:last-child{color:var(--acid);font-size:13px}.studio-shell{color:#f1efe7;background:#11120f;grid-template-columns:270px 1fr;height:100vh;display:grid;overflow:hidden}.studio-sidebar{background:#181915;border-right:1px solid #30312b;flex-direction:column;min-width:0;padding:20px 16px;display:flex}.studio-brand{justify-content:space-between;align-items:center;padding:2px 6px 22px;display:flex}.studio-brand .brand-mark{color:var(--white)}.studio-brand .brand-glyph{background:var(--signal);color:var(--ink)}.sidebar-toggle{color:#77786f;cursor:pointer;background:0 0;border:0;font-size:17px}.new-chat{color:#f4f2ea;cursor:pointer;background:#22231f;border:1px solid #3b3c36;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:0 14px;font-weight:700;transition:border-color .2s;display:flex}.new-chat:hover{border-color:var(--signal)}.sidebar-label{color:#686961;letter-spacing:.13em;margin:30px 9px 12px;font:9px Consolas,monospace}.sidebar-tools{flex-direction:column;margin-top:12px;display:flex}.conversation-search{color:#f1efe7;background:#11120f;border:1px solid #3c3d37;outline:none;width:calc(100% - 8px);height:38px;margin:10px 4px 0;padding:0 11px;font-size:11px}.conversation-search:focus{border-color:var(--signal)}.conversation-empty{color:#5f6059;padding:11px 10px;font-size:11px}.conversation-list{flex-direction:column;gap:3px;min-height:0;display:flex;overflow:auto}.conversation-button{text-align:left;color:#8f9088;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;min-height:42px;padding:0 10px;font-size:12px;overflow:hidden}.conversation-button:hover,.conversation-button.active{color:#f2f0e8;background:#23241f}.sidebar-bottom{border-top:1px solid #30312b;margin-top:auto;padding-top:12px}.sidebar-link{color:#9d9e95;cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;width:100%;height:40px;padding:0 9px;font-size:12px;display:flex}.sidebar-link:hover,.sidebar-link.active{color:var(--white);background:#22231f}.user-chip{border-top:1px solid #30312b;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;margin-top:9px;padding:12px 8px 4px;display:grid}.user-avatar{background:var(--acid);width:32px;height:32px;color:var(--ink);place-items:center;font-weight:900;display:grid}.user-chip b,.user-chip small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-chip b{font-size:11px}.user-chip small{color:#65675f;margin-top:3px;font-size:9px}.studio-main{color:#f2f0e8;background:#202824;flex-direction:column;min-width:0;display:flex;position:relative}.studio-topbar{border-bottom:1px solid #36403b;flex:none;justify-content:space-between;align-items:center;height:64px;padding:0 26px;display:flex}.model-select{color:#f2f0e8;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.status-badge{letter-spacing:.08em;color:#696b63;align-items:center;gap:7px;font:9px Consolas,monospace;display:flex}.status-badge i{background:#5dce6b;border-radius:50%;width:7px;height:7px}.chat-workspace{flex-direction:column;flex:1;display:flex;overflow-y:auto}.empty-state{width:min(820px,100% - 48px);margin:auto;padding:50px 0 120px}.empty-kicker{color:var(--signal);letter-spacing:.12em;font:10px Consolas,monospace}.empty-state h1{letter-spacing:-.06em;margin:16px 0 17px;font:500 clamp(42px,5.5vw,76px)/1.03 Georgia,STSong,serif}.empty-state>p{color:#a3aaa4;font-size:15px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:38px;display:grid}.quick-card{color:#f1efe8;text-align:left;cursor:pointer;background:#27312c;border:1px solid #44504a;flex-direction:column;justify-content:space-between;min-height:120px;padding:17px;transition:transform .18s,border-color .18s;display:flex}.quick-card:hover{border-color:var(--signal);transform:translateY(-4px)}.quick-card span{color:var(--signal);font:9px Consolas,monospace}.quick-card b{font-size:12px;font-weight:600;line-height:1.5}.message-list{width:min(860px,100% - 48px);margin:0 auto;padding:45px 0 150px}.message{grid-template-columns:34px 1fr;gap:17px;padding:20px 0;display:grid}.message+.message{border-top:1px solid #39433e}.message-role{background:#3a4640;place-items:center;width:32px;height:32px;font:700 11px Georgia,serif;display:grid}.message.assistant .message-role{background:var(--signal);color:#171815}.message-content{white-space:pre-wrap;font-size:14px;line-height:1.8}.message-label{color:#828a84;letter-spacing:.1em;margin-bottom:8px;font:9px Consolas,monospace;display:block}.typing-dots{color:var(--acid);letter-spacing:.25em;animation:1.4s infinite pulse}.chat-composer-wrap{background:linear-gradient(#0000,#202824 28%);padding:35px 24px 20px;position:absolute;bottom:0;left:0;right:0}.chat-composer{background:#28332d;border:1px solid #4b5851;align-items:flex-end;width:min(860px,100%);min-height:64px;margin:auto;display:flex;box-shadow:0 16px 45px #00000040}.chat-composer textarea{resize:none;color:#f2f0e8;background:0 0;border:0;outline:0;flex:1;min-height:62px;max-height:150px;padding:20px 8px;font-size:14px}.chat-composer textarea::placeholder{color:#7e8781}.attach-button{color:#adb4af;cursor:pointer;background:0 0;border:0;flex:0 0 44px;height:50px;margin:6px 0 6px 6px;font-size:20px}.send-button{background:var(--signal);height:50px;color:var(--ink);cursor:pointer;border:0;flex:0 0 50px;margin:6px;font-size:20px;transition:filter .2s}.send-button:disabled{cursor:not-allowed;background:#d2cfc4}.send-button:not(:disabled):hover{filter:brightness(.92)}.composer-note{text-align:center;color:#768079;margin:8px 0 0;font:9px Consolas,monospace}.settings-page{padding:54px max(28px,6vw) 90px;overflow-y:auto}.settings-header{border-bottom:1px solid #3c4741;justify-content:space-between;align-items:end;padding-bottom:30px;display:flex}.settings-header span{color:var(--signal);letter-spacing:.12em;font:10px Consolas,monospace}.settings-header h1{letter-spacing:-.05em;margin:10px 0 0;font:500 clamp(38px,4.5vw,64px) Georgia,STSong,serif}.settings-header p{color:#9ca49f;max-width:380px;font-size:13px;line-height:1.7}.settings-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:28px;display:grid}.settings-card{background:#27312c;border:1px solid #414d47;min-height:250px;padding:26px}.settings-card.wide{grid-column:1/-1}.card-head{justify-content:space-between;align-items:start;gap:20px;display:flex}.card-head h2{margin:0 0 8px;font:500 24px Georgia,STSong,serif}.card-head p{color:#9aa29d;margin:0;font-size:12px}.key-create{background:var(--signal);color:#151613;cursor:pointer;border:0;min-height:42px;padding:0 16px;font-weight:700}.key-list{border-top:1px solid #435049;margin-top:25px}.key-row{border-bottom:1px solid #435049;grid-template-columns:1fr 140px 76px;align-items:center;gap:16px;min-height:62px;font-size:12px;display:grid}.key-row code{color:#65665f}.key-row small{color:#898a82}.key-row button{color:var(--signal);cursor:pointer;background:0 0;border:0}.empty-keys{color:#82837b;padding:24px 0;font-size:12px}.usage-number{margin:38px 0 8px;font:500 54px Georgia,serif}.usage-number small{color:#77786f;margin-left:6px;font:12px Arial,sans-serif}.usage-bar{background:#45514b;height:5px}.usage-bar i{background:var(--signal);width:12%;height:100%;display:block}.setup-status{background:#1d2421;margin-top:36px;padding:15px;font-size:11px;line-height:1.6}.setup-status strong{color:var(--signal)}.toast{background:var(--ink);color:var(--white);box-shadow:8px 8px 0 var(--signal);z-index:20;padding:14px 18px;font-size:12px;position:fixed;bottom:24px;right:24px}.auth-shell{color:#f4f1e8;background-color:#111612;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:52px 52px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;min-height:100svh;padding:104px 24px 86px;display:grid;position:relative;overflow:hidden}.auth-shell:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 42%,#344d4061,#0000 36%);position:absolute;inset:0}.auth-brand{letter-spacing:-.03em;z-index:2;align-items:center;gap:10px;font-size:15px;font-weight:900;display:flex;position:absolute;top:34px;left:50%;transform:translate(-50%)}.auth-brand sup{color:var(--signal);margin-left:3px;font:8px Consolas,monospace}.auth-glyph,.auth-panel-mark{background:var(--signal);color:#11130f;place-items:center;font-family:Georgia,STSong,serif;display:grid;transform:rotate(-3deg)}.auth-glyph{width:29px;height:29px;font-size:14px}.auth-panel{z-index:2;width:min(100%,392px);animation:.62s cubic-bezier(.2,.8,.2,1) both auth-in;position:relative}@keyframes auth-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.auth-panel-mark{color:#181a16;width:42px;height:42px;margin:0 auto 24px;box-shadow:8px 8px #29362f}.auth-panel h1{text-align:center;letter-spacing:-.045em;margin:0;font:500 36px/1.15 Georgia,STSong,serif}.auth-intro{text-align:center;color:#9da59f;min-height:25px;margin:13px 0 30px;font-size:13px;line-height:1.7}.auth-email-back{color:var(--signal);cursor:pointer;background:0 0;border:0;margin-right:7px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field>span{color:#8f9791;letter-spacing:.1em;text-transform:uppercase;font:9px Consolas,monospace}.auth-field>input,.password-wrap{color:#f4f1e8;background:#1a211d;border:1px solid #46524b;outline:none;width:100%;height:56px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-field>input{padding:0 17px}.auth-field>input::placeholder,.password-wrap input::placeholder{color:#667069}.auth-field>input:focus,.password-wrap:focus-within{border-color:var(--signal);background:#1d2621;box-shadow:0 0 0 3px #ff5a2d1a}.password-wrap{align-items:center;display:flex}.password-wrap input{color:#f4f1e8;background:0 0;border:0;outline:0;flex:1;min-width:0;height:54px;padding:0 17px}.password-wrap button{color:#aeb5b0;cursor:pointer;background:0 0;border:0;padding:0 15px;font-size:11px}.auth-submit{background:var(--signal);color:#151712;cursor:pointer;border:0;justify-content:center;align-items:center;gap:12px;width:100%;height:56px;font-weight:900;transition:background .2s,transform .2s;display:flex}.auth-submit:hover{background:var(--acid);transform:translateY(-2px)}.auth-submit span{font-size:17px}.auth-divider{color:#6f7871;align-items:center;gap:14px;height:52px;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#364039;flex:1;height:1px}.provider-stack{flex-direction:column;gap:10px;display:flex}.provider-stack button{text-align:left;color:#deded7;cursor:pointer;background:#171d19;border:1px solid #414c45;grid-template-columns:28px 1fr 20px;align-items:center;height:52px;padding:0 14px;font-size:12px;transition:border-color .2s,background .2s;display:grid}.provider-stack button:hover{background:#1d2520;border-color:#79847d}.provider-stack button>span{color:#6f7871;text-align:right}.provider-stack i{place-items:center;width:22px;height:22px;font-size:11px;font-style:normal;font-weight:900;display:grid}.provider-google{color:#f2c94c}.provider-microsoft{color:#fff;background:#2f78d0}.provider-apple{color:#e8e7e0;font-size:9px!important}.auth-notice{border-left:3px solid var(--signal);color:#aeb6b0;background:#1e2722;margin-top:15px;padding:12px 14px;font-size:11px;line-height:1.55}.auth-notice b{color:var(--signal);letter-spacing:.12em;margin-bottom:4px;font:8px Consolas,monospace;display:block}.auth-switch{text-align:center;color:#979f99;margin:25px 0 0;font-size:12px}.auth-switch a{color:var(--signal);margin-left:7px;font-weight:800}.auth-footer{z-index:2;color:#606a63;letter-spacing:.08em;justify-content:space-between;align-items:center;font:9px Consolas,monospace;display:flex;position:absolute;bottom:24px;left:30px;right:30px}.auth-footer div{align-items:center;gap:12px;display:flex}.auth-footer i{background:var(--signal);border-radius:50%;width:3px;height:3px}.auth-footer a:hover{color:#f4f1e8}.auth-index{color:#515b54;letter-spacing:.12em;font:9px Consolas,monospace;position:absolute;top:36px;right:36px}.auth-orbit{pointer-events:none;border:1px solid #ffffff0e;position:absolute;transform:rotate(45deg)}.auth-orbit-one{width:330px;height:330px;top:20%;left:-190px}.auth-orbit-two{border-color:#c7ff4a17;width:230px;height:230px;bottom:10%;right:-120px}.auth-modal-page{background:#17201b;padding:0;display:block}.auth-product-preview{color:#e9e8e2;background:#202824;grid-template-columns:252px 1fr;display:grid;position:absolute;inset:0}.preview-sidebar{background:#151915;border-right:1px solid #3a433e;flex-direction:column;gap:4px;padding:20px 16px;display:flex}.preview-logo{align-items:center;gap:10px;margin:2px 5px 26px;display:flex}.preview-logo>span{background:var(--signal);color:#171915;place-items:center;width:30px;height:30px;font-family:Georgia,STSong,serif;display:grid;transform:rotate(-3deg)}.preview-logo b{font-size:15px}.preview-logo sup{color:var(--signal);margin-left:3px;font:7px Consolas,monospace}.preview-nav{color:#a9b0aa;align-items:center;gap:12px;min-height:44px;padding:0 10px;font-size:12px;display:flex}.preview-nav:first-of-type{color:#f2f0e9;background:#232b26}.preview-nav i{color:#858e87;width:18px;font-style:normal}.preview-spacer{border-bottom:1px solid #343d37;flex:1;margin-bottom:8px}.preview-app-main{min-width:0;position:relative}.preview-app-main header{border-bottom:1px solid #3b4540;justify-content:space-between;align-items:center;height:66px;padding:0 28px;font-size:12px;display:flex}.preview-app-main header div{align-items:center;gap:10px;display:flex}.preview-app-main header span,.preview-app-main header strong{border:1px solid #56615a;padding:11px 18px;font-weight:700}.preview-app-main header span{color:#181a17;background:#f2f0e8}.preview-app-main section{text-align:center;place-content:center;display:grid;position:absolute;inset:0}.preview-app-main section h2{margin:0;font:500 40px Georgia,STSong,serif}.preview-app-main section p{color:#9da59f;font-size:13px}.preview-composer{color:#7f8982;background:#28322d;border:1px solid #58645d;grid-template-columns:46px 1fr 48px;align-items:center;width:min(760px,100% - 80px);height:62px;padding:0 8px;font-size:12px;display:grid;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.preview-composer i{text-align:center;font-size:19px;font-style:normal}.preview-composer b{color:#282b27;background:#d3d0c6;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.auth-screen-dim{z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#050806ba;position:absolute;inset:0}.auth-modal{z-index:3;background:#151b17;border:1px solid #46524b;border-radius:22px;width:min(448px,100% - 28px);max-height:calc(100svh - 32px);padding:31px 40px 27px;animation:.35s cubic-bezier(.2,.8,.2,1) both modal-rise;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 30px 90px #00000094,10px 12px #ff5a2d21}@keyframes modal-rise{0%{opacity:0;transform:translate(-50%,calc(15px - 50%))scale(.985)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.auth-close{color:#9aa39c;place-items:center;width:32px;height:32px;font-size:22px;display:grid;position:absolute;top:15px;right:18px}.auth-close:hover{color:#f2f0e8}.auth-modal-brand{justify-content:center;align-items:center;gap:8px;margin-bottom:16px;display:flex}.auth-modal-brand>span{background:var(--signal);color:#151713;place-items:center;width:27px;height:27px;font:14px Georgia,STSong,serif;display:grid;transform:rotate(-3deg)}.auth-modal-brand b{font-size:13px}.auth-modal-brand sup{color:var(--signal);margin-left:3px;font:7px Consolas,monospace}.auth-flow-index{text-align:center;color:#59635d;letter-spacing:.12em;margin-bottom:10px;font:8px Consolas,monospace}.auth-modal h1{text-align:center;letter-spacing:-.035em;margin:0;font:500 28px/1.2 Georgia,STSong,serif}.auth-modal .auth-intro{max-width:330px;min-height:22px;margin:10px auto 22px;font-size:12px;line-height:1.6}.auth-modal .auth-intro strong{color:#d8d9d3}.auth-provider-stack{gap:9px}.auth-provider-stack button{border-radius:24px;grid-template-columns:27px 1fr 18px;height:48px;padding:0 16px}.provider-phone{color:var(--acid)}.auth-modal .auth-divider{height:42px}.auth-modal .auth-form{gap:11px}.auth-modal .auth-field>input,.auth-modal .password-wrap{border-radius:9px;height:52px}.auth-modal .password-wrap input{height:50px}.auth-field-compact>span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.auth-modal .auth-submit{border-radius:25px;height:50px;margin-top:1px}.auth-modal .auth-submit span{font-size:13px}.auth-modal .auth-submit b{font-size:16px}.auth-alt-action{color:var(--signal);cursor:pointer;background:0 0;border:0;padding:5px;font-size:10px}.auth-alt-action:hover{text-decoration:underline}.auth-modal .auth-method-divider{height:25px;margin:1px 0}.auth-method-action{color:#eceee8;cursor:pointer;background:0 0;border:1px solid #46524b;border-radius:23px;width:100%;height:46px;font-size:12px;transition:border-color .2s,color .2s,background .2s}.auth-method-action:hover{border-color:var(--signal);color:var(--signal);background:#c3ff360a}.auth-code-input{text-align:center;letter-spacing:.55em;padding-left:calc(17px + .55em)!important;font:700 23px Consolas,monospace!important}.profile-fields{gap:11px;display:grid}.profile-fields input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.auth-complete-link{text-decoration:none}.auth-modal .auth-notice{margin-top:12px}.auth-modal-legal{text-align:center;color:#667069;margin-top:17px;font-size:9px;line-height:1.6}.auth-modal-legal a{color:#aab1ac;text-decoration:underline}.legal-shell{color:#f4f1e8;background:#111612;min-height:100svh;padding:125px 24px 80px}.legal-shell .auth-brand{position:fixed}.legal-paper{border-top:1px solid #46524b;width:min(760px,100%);margin:0 auto;padding-top:28px}.legal-paper>span{color:var(--signal);letter-spacing:.12em;font:9px Consolas,monospace}.legal-paper h1{letter-spacing:-.05em;margin:18px 0 22px;font:500 clamp(42px,6vw,72px)/1 Georgia,STSong,serif}.legal-lede{color:#a4aba6;max-width:650px;font-size:16px;line-height:1.8}.legal-paper section{border-bottom:1px solid #333d36;grid-template-columns:180px 1fr;gap:30px;padding:28px 0;display:grid}.legal-paper section h2{margin:0;font:500 20px Georgia,STSong,serif}.legal-paper section p{color:#969e98;margin:0;font-size:13px;line-height:1.8}.legal-back{color:var(--signal);margin-top:32px;font-size:12px;display:inline-block}@media (max-width:980px){.hero-section{grid-template-columns:1fr;padding-top:54px}.hero-copy,.hero-console{max-width:760px}.capability-grid{grid-template-columns:1fr}.capability-card{border-bottom:1px solid #bdbbb1;border-right:0;min-height:350px}.section-heading{grid-template-columns:1fr}.section-heading p{margin:0}.principles-section{grid-template-columns:1fr}.principle-copy{min-height:470px}.studio-shell{grid-template-columns:220px 1fr}.settings-grid{grid-template-columns:1fr}.settings-card.wide{grid-column:auto}}@media (max-width:680px){.landing-nav,.hero-section{width:min(100% - 32px,1480px)}.landing-nav{height:72px}.nav-links>a:not(.nav-cta){display:none}.nav-cta{gap:12px;min-height:38px;padding:0 13px}.hero-section{gap:55px;padding:46px 0 68px}.hero-copy h1{font-size:clamp(50px,15vw,76px)}.hero-actions{flex-direction:column;align-items:stretch}.primary-action{width:100%}.text-action{width:max-content}.trust-strip{gap:8px}.trust-strip strong{font-size:8px}.trust-strip span{font-size:10px}.hero-console{box-shadow:12px 15px #29312d}.console-body{min-height:500px;padding:28px 22px}.prompt-row p{font-size:11px}.capabilities-section{padding:78px 16px}.section-heading{margin-bottom:38px}.capability-card{padding:24px}.principle-copy,.principle-list{padding:55px 24px}.principle-list>div{grid-template-columns:34px 1fr}.principle-list p{grid-column:2}.landing-footer{flex-wrap:wrap;gap:20px;padding:32px 16px}.landing-footer p{order:3;width:100%}.studio-shell{display:block}.studio-sidebar{z-index:30;border-top:1px solid #30312b;border-right:0;flex-direction:row;align-items:center;height:62px;padding:7px 12px;position:fixed;bottom:0;left:0;right:0}.studio-brand,.new-chat,.sidebar-label,.conversation-list,.user-chip{display:none}.sidebar-bottom{border:0;justify-content:space-around;width:100%;margin:0;padding:0;display:flex}.sidebar-link{width:auto}.studio-main{height:calc(100vh - 62px)}.quick-grid{grid-template-columns:1fr}.quick-card{min-height:82px}.empty-state{padding-bottom:150px}.settings-page{padding:32px 18px 100px}.settings-header{display:block}.settings-header p{margin-top:18px}.key-row{grid-template-columns:1fr auto}.key-row small{display:none}.auth-shell{place-items:start center;padding:94px 20px 88px;overflow-y:auto}.auth-brand{top:26px}.auth-index,.auth-orbit{display:none}.auth-panel{margin-top:30px}.auth-panel h1{font-size:32px}.auth-footer{justify-content:center;position:absolute;bottom:20px;left:20px;right:20px}.auth-footer>span{display:none}.auth-product-preview{grid-template-columns:1fr}.preview-sidebar{display:none}.preview-app-main header{padding:0 16px}.preview-app-main header div{gap:6px}.preview-app-main header span,.preview-app-main header strong{padding:9px 11px}.preview-app-main section h2{font-size:30px}.preview-composer{width:calc(100% - 30px);bottom:25px}.auth-modal{border-radius:18px;width:calc(100% - 20px);max-height:calc(100svh - 20px);padding:28px 22px 24px}.auth-modal h1{font-size:26px}.legal-paper section{grid-template-columns:1fr;gap:10px}}
