:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--enamel:#121715;--panel:#1b211e;--bubble:#262d2a;--well:#0c100e;--ink:#e6ebe8;--graphite:#94a19b;--seam:#2b3430;--signal:#d9dedb;--signal-ink:#111513;--chrome:linear-gradient(180deg, #fbfcfb 0%, #dfe3e1 38%, #a3a9a6 52%, #c7ccca 72%, #eef0ef 100%);--chrome-text:linear-gradient(180deg, #fff 0%, #eef1f0 30%, #c3c9c6 49%, #8e9592 52%, #b9bfbc 70%, #eef1f0 100%);--fault:#ff8f7e;--fault-wash:#3a1b16;--scrim:#0009;--lift:0 1px 2px #0000004d, 0 12px 30px -14px #000000b3;--code-keyword:#c9a2e6;--code-string:#9fd3a8;--code-number:#f0c071;--code-comment:#74807b;--code-title:#8fc0f5;--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-face:var(--font-body);--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--radius-s:8px;--radius-m:14px;--radius-l:22px;--bar-height:52px;--column:46rem;--gutter:16px;--ease:cubic-bezier(.2, .7, .2, 1)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body{overscroll-behavior:none;height:100%;margin:0;overflow:hidden}body{background:var(--enamel);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-size:1rem;line-height:1.5}h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;touch-action:manipulation;background:0 0;border:0;margin:0;padding:0}button:disabled{cursor:default}a{color:inherit}:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}::selection{background:var(--signal);color:var(--signal-ink)}.label{font-family:var(--font-face);color:var(--graphite);font-size:.8125rem;font-weight:600;line-height:1.3}.mono{font-family:var(--font-mono);letter-spacing:-.01em;font-size:.8125rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.lamp{border:1.5px solid var(--graphite);background:0 0;border-radius:50%;flex:none;width:8px;height:8px}.lamp[data-state=on],.lamp[data-state=busy]{border-color:var(--signal);background:var(--signal);box-shadow:0 0 0 3px color-mix(in srgb, var(--signal) 22%, transparent)}.lamp[data-state=busy]{animation:1.4s ease-in-out infinite lamp-pulse}.lamp[data-state=fault]{border-color:var(--fault)}@keyframes lamp-pulse{50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--signal) 0%, transparent);opacity:.55}}.icon-button{width:44px;height:44px;color:var(--ink);border-radius:50%;flex:none;place-items:center;transition:background-color .15s;display:inline-grid}.icon-button:active{background:var(--well)}@media (hover:hover){.icon-button:hover{background:color-mix(in srgb, var(--well) 70%, transparent)}}.button{border-radius:var(--radius-m);border:1px solid var(--seam);background:var(--panel);justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:600;transition:background-color .15s,transform .1s;display:inline-flex}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{opacity:.5}.button[data-kind=primary]{border-color:var(--ink);background:var(--ink);color:var(--enamel)}.button[data-kind=danger]{border-color:var(--fault);background:var(--fault);color:var(--enamel)}.field{border:1px solid var(--seam);border-radius:var(--radius-s);background:var(--well);width:100%;min-height:46px;padding:11px 13px;font-size:1rem;display:block}.field:focus-visible{outline-offset:0;border-color:var(--ink)}textarea.field{resize:vertical;min-height:120px;line-height:1.45}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.app{width:100%;height:var(--app-height,100dvh);transform:translateY(var(--app-top,0px));background:var(--enamel);display:flex;position:fixed;top:0;left:0}.main{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}:root{--clear-top:calc(env(safe-area-inset-top) + min(12px, env(safe-area-inset-top)))}.topbar{min-height:calc(var(--bar-height) + var(--clear-top));padding:var(--clear-top) max(4px, env(safe-area-inset-right)) 0 max(4px, env(safe-area-inset-left));flex:none;align-items:center;gap:2px;display:flex}.topbar-title{flex:1;justify-content:center;min-width:0;display:flex}.drawer{z-index:30;width:min(86vw,330px);padding:var(--clear-top) 0 env(safe-area-inset-bottom) env(safe-area-inset-left);border-right:1px solid var(--seam);background:var(--panel);transition:transform .28s var(--ease);touch-action:pan-y;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-102%)}.drawer[data-open=true]{box-shadow:var(--lift);transform:translate(0)}.drawer[data-dragging=true]{transition:none}.scrim{z-index:20;background:var(--scrim);opacity:0;pointer-events:none;transition:opacity .28s var(--ease);position:absolute;inset:0}.scrim[data-open=true]{opacity:1;pointer-events:auto}.drawer-head{min-height:var(--bar-height);justify-content:space-between;align-items:center;padding:0 6px 0 18px;display:flex}.brand-mark,.brand-lockup{flex:none;display:block}.login-logo{align-self:center;margin-bottom:12px}.empty .brand-mark{align-self:center;margin-bottom:20px}.drawer-search{margin:4px 12px 8px;position:relative}.drawer-search svg{color:var(--graphite);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.drawer-search .field{border-radius:21px;min-height:42px;padding-left:38px}.drawer-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:0 8px 12px;overflow-y:auto}.drawer-group{padding:16px 10px 6px}.chat-row{border-radius:var(--radius-s);align-items:center;display:flex}.chat-row[data-active=true]{background:var(--well)}.chat-link{text-align:left;flex:1;align-items:center;gap:8px;min-width:0;min-height:44px;padding:0 4px 0 10px;display:flex}.chat-title{text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;overflow:hidden}.chat-more{width:40px;height:40px;color:var(--graphite)}.drawer-empty{color:var(--graphite);padding:28px 18px;font-size:.9375rem}.drawer-foot{border-top:1px solid var(--seam);align-items:center;gap:2px;min-height:60px;margin:0 8px;display:flex}.account-button{border-radius:var(--radius-s);text-align:left;flex:1;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 8px 0 4px;display:flex}.account-button:active{background:var(--well)}.account-text{flex-direction:column;min-width:0;display:flex}.account-meta{color:var(--graphite);font-size:.8125rem;line-height:1.3}.account-name{text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.avatar{background:var(--ink);width:32px;height:32px;color:var(--enamel);font-family:var(--font-face);border-radius:50%;flex:none;place-items:center;font-size:.875rem;font-weight:700;line-height:1;display:inline-grid}.transcript{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;position:relative;overflow:hidden auto}.thread{width:100%;max-width:var(--column);padding:8px max(var(--gutter), env(safe-area-inset-right)) 28px max(var(--gutter), env(safe-area-inset-left));margin:0 auto}.turn-user{flex-direction:column;align-items:flex-end;margin:22px 0 18px;display:flex}.bubble-media{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:82%;margin-bottom:6px;display:flex}.bubble-media-item{background:var(--well);border-radius:18px;width:min(220px,60vw);position:relative;overflow:hidden}.bubble-media-item img{object-fit:cover;width:100%;height:auto;max-height:320px;display:block}.bubble-media:has(>:nth-child(2)) .bubble-media-item{width:112px;height:112px}.bubble-media:has(>:nth-child(2)) .bubble-media-item img{height:100%}.media-out{margin:6px 0 14px}.media-out img,.media-out video{background:var(--well);border-radius:16px;width:100%;max-width:440px;height:auto;display:block}.bubble{background:var(--bubble);overflow-wrap:anywhere;white-space:pre-wrap;border-radius:22px;max-width:82%;padding:10px 16px}.turn-assistant{margin:0 0 8px}.turn-avatar{margin-bottom:8px;display:block}.trace{margin:0 0 8px}.trace-row{width:100%;min-height:34px;color:var(--graphite);text-align:left;align-items:center;gap:6px;padding:5px 0;font-size:.9375rem;display:flex}.trace-target{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.trace-meta{color:var(--graphite);flex:none;font-size:.8125rem}.trace-chevron{color:var(--graphite);transition:transform .2s var(--ease);flex:none;align-self:center}.trace-row[aria-expanded=true] .trace-chevron{transform:rotate(90deg)}.trace-item[data-state=running] .trace-target{background:linear-gradient(90deg, var(--graphite) 0%, var(--ink) 40%, var(--graphite) 80%) 0 0 / 200% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:1.8s linear infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.trace-detail{padding:0 0 12px}.thinking-text{border-radius:var(--radius-s);background:var(--well);max-height:16rem;color:var(--graphite);overflow-wrap:anywhere;white-space:pre-wrap;padding:10px 12px;font-size:.875rem;line-height:1.5;overflow-y:auto}.hit-list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.hit{border-radius:var(--radius-s);padding:8px 10px;text-decoration:none;display:block}.hit:active{background:var(--well)}.hit-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.hit-domain{color:var(--graphite);margin-top:2px;display:block}.hit-snippet{color:var(--graphite);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.tool-error{border-radius:var(--radius-s);background:var(--fault-wash);color:var(--fault);padding:8px 12px;font-size:.875rem}.prose{overflow-wrap:anywhere;font-size:1.0313rem;line-height:1.62}.prose-plain{white-space:pre-wrap}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose p,.prose ul,.prose ol,.prose blockquote,.prose .code-block,.prose .table-scroll{margin:0 0 .9em}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--font-face);letter-spacing:-.01em;margin:1.5em 0 .5em;font-weight:700;line-height:1.2}.prose h1{font-size:1.3rem}.prose h2{font-size:1.16rem}.prose h3,.prose h4{font-size:1.03rem}.prose ul,.prose ol{padding-left:1.3em}.prose li{margin:.25em 0}.prose li::marker{color:var(--graphite)}.prose a{text-decoration:underline;-webkit-text-decoration-color:var(--graphite);text-decoration-color:var(--graphite);text-underline-offset:3px;text-decoration-thickness:1px}.prose strong{font-weight:700}.prose blockquote{border-left:3px solid var(--seam);color:var(--graphite);margin-left:0;padding:2px 0 2px 14px}.prose blockquote>:last-child,.prose li>:last-child{margin-bottom:0}.prose hr{background:var(--seam);border:0;height:1px;margin:1.4em 0}.prose :not(pre)>code{background:var(--well);font-family:var(--font-mono);border-radius:5px;padding:.12em .36em;font-size:.86em}.code-block{border:1px solid var(--seam);border-radius:var(--radius-s);background:var(--well);overflow:hidden}.code-head{border-bottom:1px solid var(--seam);justify-content:space-between;align-items:center;min-height:34px;padding:0 4px 0 12px;display:flex}.code-copy{min-height:34px;color:var(--graphite);align-items:center;gap:6px;padding:0 8px;font-size:.8125rem;display:inline-flex}.code-block pre{font-family:var(--font-mono);tab-size:2;-webkit-overflow-scrolling:touch;margin:0;padding:12px;font-size:.8125rem;line-height:1.55;overflow-x:auto}.code-block code{font-family:inherit}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-built_in,.hljs-type{color:var(--code-keyword)}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attr{color:var(--code-string)}.hljs-number,.hljs-symbol,.hljs-variable,.hljs-meta{color:var(--code-number)}.hljs-comment,.hljs-quote,.hljs-deletion{color:var(--code-comment);font-style:italic}.hljs-title,.hljs-section,.hljs-name,.hljs-function{color:var(--code-title)}.table-scroll{border:1px solid var(--seam);border-radius:var(--radius-s);-webkit-overflow-scrolling:touch;overflow-x:auto}.prose table{border-collapse:collapse;width:100%;font-size:.9rem}.prose th,.prose td{border-bottom:1px solid var(--seam);text-align:left;white-space:nowrap;padding:8px 12px}.prose th{background:var(--well);font-weight:700}.prose tr:last-child td{border-bottom:0}.prose[data-live=true]>:last-child:after{background:var(--signal);vertical-align:text-bottom;content:"";border-radius:1px;width:.5em;height:1.05em;margin-left:2px;animation:1s steps(2,start) infinite caret;display:inline-block}@keyframes caret{to{visibility:hidden}}.turn-error{border-radius:var(--radius-s);background:var(--fault-wash);color:var(--fault);margin:8px 0 0;padding:11px 14px;font-size:.9375rem;line-height:1.45}.sources{flex-wrap:wrap;align-items:center;gap:6px;margin-top:14px;display:flex}.sources .label{margin-right:4px}.source-chip{border:1px solid var(--seam);border-radius:15px;align-items:center;min-height:30px;padding:0 10px;text-decoration:none;display:inline-flex}.source-chip:active{background:var(--well)}.turn-foot{min-height:40px;color:var(--graphite);align-items:center;gap:2px;margin:4px 0 0 -10px;display:flex}.turn-foot .icon-button{width:40px;height:40px;color:var(--graphite)}.turn-stats{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:auto;font-size:.75rem;overflow:hidden}.jump{z-index:5;pointer-events:none;justify-content:center;height:0;display:flex;position:sticky;bottom:10px}.jump button{border:1px solid var(--seam);background:var(--panel);width:40px;height:40px;box-shadow:var(--lift);pointer-events:auto;border-radius:50%;transform:translateY(-40px)}.empty{width:100%;max-width:var(--column);min-height:100%;padding:24px max(var(--gutter), env(safe-area-inset-right)) 32px max(var(--gutter), env(safe-area-inset-left));flex-direction:column;justify-content:center;margin:0 auto;display:flex}.chrome-text{background:var(--chrome-text);color:#0000;-webkit-box-decoration-break:clone;box-decoration-break:clone;-webkit-background-clip:text;background-clip:text}.greeting{text-align:center;max-width:11em;font-family:var(--font-face);letter-spacing:-.02em;align-self:center;font-size:clamp(1.75rem,7.6vw,2.5rem);font-weight:700;line-height:1.1}.setup-card{border:1px solid var(--seam);border-radius:var(--radius-m);background:var(--panel);margin-top:28px;padding:16px}.setup-card h2{margin-bottom:6px;font-size:1rem;font-weight:700}.setup-card p{color:var(--graphite);margin-bottom:14px;font-size:.9375rem;line-height:1.45}.usage-note{color:var(--graphite);text-align:center;margin:0 8px 6px;font-size:.8125rem}.composer-dock{width:100%;max-width:var(--column);padding:0 max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));flex:none;margin:0 auto}:root[data-keyboard=open] .composer-dock{padding-bottom:8px}.composer{border:1px solid var(--seam);border-radius:var(--radius-l);background:var(--panel);box-shadow:var(--lift);transition:border-color .15s}.composer:focus-within{border-color:var(--graphite)}.composer-input{resize:none;background:0 0;border:0;outline:0;width:100%;max-height:38vh;padding:14px 16px 4px;font-size:1.0313rem;line-height:1.45;display:block}.composer-input::placeholder{color:var(--graphite)}.composer-row{justify-content:space-between;align-items:center;padding:4px 6px 6px 8px;display:flex}.composer-add{width:36px;height:36px;color:var(--ink);border-radius:50%;flex:none;place-items:center;display:grid}.composer-add:active:not(:disabled){background:var(--well)}.composer-add:disabled{opacity:.4}.composer-tools{align-items:center;gap:2px;min-width:0;display:flex}.picker{white-space:nowrap;border-radius:8px;align-items:center;gap:3px;min-height:32px;padding:0 7px;font-size:.8125rem;font-weight:600;display:inline-flex}.picker svg{color:var(--graphite)}.picker:active{background:var(--well)}.composer-tools .send{margin-left:4px}.composer-attachments{gap:8px;padding:10px 12px 0;display:flex;overflow-x:auto}.attachment-thumb{background:var(--well);border-radius:12px;flex:none;width:64px;height:64px;position:relative;overflow:hidden}.attachment-thumb img{object-fit:cover;width:100%;height:100%}.attachment-thumb[data-busy=true]{animation:1.1s ease-in-out infinite alternate attachment-busy}@keyframes attachment-busy{to{opacity:.45}}.attachment-remove{color:#fff;background:#000000a6;border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:4px;right:4px}.attachment-badge{color:#fff;background:#000000a6;border-radius:8px;padding:1px 6px;font-size:.6875rem;font-weight:600;position:absolute;bottom:4px;left:4px}@media (prefers-reduced-motion:reduce){.attachment-thumb[data-busy=true]{opacity:.6;animation:none}}.send{background:var(--chrome);width:40px;height:40px;color:var(--signal-ink);border-radius:50%;place-items:center;transition:transform .1s;display:grid;box-shadow:inset 0 1px #ffffffbf,inset 0 -1px #00000040,0 1px 3px #00000080}.send:active:not(:disabled){transform:scale(.92)}.send:disabled{background:var(--well);color:var(--graphite);box-shadow:none}.send[data-mode=stop]{background:var(--ink);color:var(--enamel)}.sheet-scrim{z-index:40;background:var(--scrim);animation:fade-in .2s var(--ease);justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.sheet{width:100%;max-width:34rem;max-height:calc(100% - 28px - env(safe-area-inset-top));border-radius:var(--radius-l) var(--radius-l) 0 0;background:var(--panel);box-shadow:var(--lift);animation:sheet-up .3s var(--ease);flex-direction:column;display:flex}.sheet:focus{outline:none}.sheet-head{flex:none;justify-content:space-between;align-items:center;padding:10px 6px 4px 20px;display:flex}.sheet-title{font-family:var(--font-face);letter-spacing:-.01em;font-size:1.125rem;font-weight:720}.sheet-body{overscroll-behavior:contain;padding:6px 20px calc(20px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.sheet-foot{padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--seam);flex:none;gap:10px;display:flex}.sheet-foot .button{flex:1}@keyframes sheet-up{0%{opacity:0;transform:translateY(24px)}}@keyframes fade-in{0%{opacity:0}}.option{border-bottom:1px solid var(--seam);text-align:left;align-items:center;gap:12px;width:100%;min-height:52px;padding:8px 4px;display:flex}.option:last-child{border-bottom:0}.option-name{overflow-wrap:anywhere;flex:1;min-width:0;line-height:1.3}.option svg{flex:none}.option[data-danger=true]{color:var(--fault)}.install-steps{gap:12px;margin:4px 0 8px;padding-left:1.4em;line-height:1.45;display:grid}.install-steps svg{vertical-align:-3px;display:inline-block}.icon-upright{display:inline-block;transform:rotate(90deg)}.sheet-note{color:var(--graphite);margin:4px 0 14px;font-size:.9375rem;line-height:1.45}.form-section{margin-top:26px}.form-section:first-child{margin-top:8px}.form-section>.label{border-bottom:1px solid var(--seam);margin-bottom:12px;padding-bottom:8px;display:block}.form-row{margin-bottom:16px}.form-row>label,.form-row>.form-label{margin-bottom:6px;font-size:.9375rem;font-weight:600;display:block}.form-help{color:var(--graphite);margin-top:6px;font-size:.8438rem;line-height:1.4}.check-result{border-radius:var(--radius-s);background:var(--well);margin-top:10px;padding:10px 12px;font-size:.9rem;line-height:1.4}.check-result[data-ok=false]{background:var(--fault-wash);color:var(--fault)}.range-row{align-items:center;gap:14px;display:flex}.range-row input[type=range]{height:44px;accent-color:var(--ink);flex:1}.range-value{text-align:right;min-width:2.6em}.segmented{border-radius:var(--radius-m);background:var(--well);grid-auto-columns:1fr;grid-auto-flow:column;gap:4px;padding:4px;display:grid}.segmented button{min-height:38px;color:var(--graphite);border-radius:10px;font-size:.9375rem;font-weight:600}.segmented button[aria-pressed=true]{background:var(--panel);color:var(--ink);box-shadow:0 1px 2px #0000001f}.login{width:100%;max-width:24rem;padding:calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));flex-direction:column;flex:1;justify-content:center;margin:0 auto;display:flex}.login>p{color:var(--graphite);margin:14px 0 26px;line-height:1.5}.login form{gap:18px;display:grid}.login .form-row{margin-bottom:0}.login-title{font-family:var(--font-face);letter-spacing:-.01em;margin-top:22px;font-size:1.25rem;font-weight:720;line-height:1.2}.login .login-title+p{margin-top:8px}.login .login-help{margin:22px 0 0;font-size:.875rem}.login-actions{gap:10px;display:grid}.password-field{position:relative}.password-field .field{font-family:var(--font-mono);letter-spacing:.04em;padding-right:68px}.password-toggle{min-height:36px;color:var(--graphite);border-radius:6px;padding:0 10px;font-size:.8125rem;font-weight:600;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.form-error{color:var(--fault);font-size:.9375rem;line-height:1.4}.invite-button{width:100%;margin-top:4px}.person{border-bottom:1px solid var(--seam);text-align:left;align-items:center;gap:12px;width:100%;min-height:58px;padding:6px 0;display:flex}button.person:active{background:var(--well)}.person>svg{color:var(--graphite);flex:none}.person .icon-button{width:40px;height:40px;color:var(--graphite)}.person-text{flex-direction:column;flex:1;min-width:0;display:flex}.person-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.person-meta,.option-sub{color:var(--graphite);font-size:.8438rem;line-height:1.35}.option-sub{margin-top:2px;display:block}.option:disabled{opacity:.5}.link-box{border:1px solid var(--seam);border-radius:var(--radius-s);background:var(--well);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;margin:0 0 14px;padding:12px 14px;line-height:1.45}.link-actions{gap:10px;display:flex}.link-actions .button{flex:1}.model-search{margin:0 0 6px}.login-switch{margin:22px 0 20px}.share-address{width:100%;margin-top:12px}.guest-form{gap:8px;margin:16px 0 4px;display:flex}.guest-form .field{flex:1;min-width:0}.credit-figure{font-family:var(--font-face);letter-spacing:-.01em;margin:2px 0 6px;font-size:2rem;font-weight:720;line-height:1.1}.name-row{gap:8px;display:flex}.name-row .field{flex:1;min-width:0}.name-row .button{flex:none;width:auto}.usage-bar{background:var(--well);border-radius:3px;height:6px;margin:4px 0 10px;overflow:hidden}.usage-bar span{border-radius:inherit;background:var(--chrome);height:100%;display:block}.credit-figure span{color:var(--graphite);font-family:var(--font-body);letter-spacing:0;font-size:1rem;font-weight:600}.price-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.price-row label{white-space:nowrap;align-items:center;gap:8px;min-width:0;font-weight:600;display:flex}.price-row .field{flex:1;min-width:0}.temp-password{letter-spacing:.08em;text-align:center;font-size:1.25rem}.toast{z-index:60;right:16px;bottom:calc(96px + env(safe-area-inset-bottom));border-radius:var(--radius-m);background:var(--ink);max-width:30rem;color:var(--enamel);box-shadow:var(--lift);text-align:center;animation:sheet-up .25s var(--ease);margin:0 auto;padding:12px 16px;font-size:.9375rem;line-height:1.4;position:absolute;left:16px}@media (width>=960px){.drawer{width:290px;box-shadow:none;flex:none;transition:none;position:static;transform:none}.scrim,.menu-button{display:none}.sheet-scrim{align-items:center}.sheet{border-radius:var(--radius-l);max-height:min(44rem,100% - 64px)}.bubble{max-width:75%}}.copy .button{flex:none;min-height:38px;padding:0 14px}.rollback-form{border-bottom:1px solid var(--seam);padding:12px 0 16px}.rollback-form>label{margin-bottom:6px;font-size:.9375rem;font-weight:600;display:block}.rollback-form .link-actions{margin-top:12px}.copy-now{margin-top:14px}
