:root{color:#171a17;font-synthesis:none;--bg:#eef0ee;--surface:#fff;--surface-2:#f5f6f3;--border:#dde1dc;--text:#171a17;--dim:#5d645d;--faint:#939b92;--accent:#ff5c39;--accent-soft:#fff0ec;--danger:#d93a3a;--success:#198d58;background:#cfd3cd;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{background:#cfd3cd;min-height:100%;margin:0}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{background:var(--bg);border-radius:38px;width:390px;max-width:100%;min-height:844px;margin:24px auto;position:relative;overflow:hidden;box-shadow:0 32px 72px #1d251d40}.screen{min-height:844px;padding:20px 18px 110px}.topbar,.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.brand{align-items:center;gap:9px;font-size:16px;font-weight:750;display:flex}.brand-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ff5c391a}.balance-pill,.count-pill{border:1px solid var(--border);background:var(--surface);color:var(--dim);border-radius:99px;padding:7px 11px;font:12px ui-monospace,SFMono-Regular,Menlo,monospace}.balance-pill{cursor:pointer;align-items:center;gap:6px;display:flex}.balance-pill strong{color:var(--text)}.coin{color:var(--accent)}.composer{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:16px}.attachment-row{border-bottom:1px solid #edf0ec;align-items:center;gap:11px;padding-bottom:15px;display:flex}.attachment-tile{background:var(--surface-2);width:56px;height:56px;color:var(--faint);cursor:pointer;border:1px dashed #cbd1ca;border-radius:13px;place-items:center;display:grid}.attachment-copy{flex-direction:column;gap:3px;display:flex}.attachment-copy strong{font-size:13.5px}.attachment-copy span{color:var(--faint);font-size:11.5px}textarea{resize:none;width:100%;height:116px;color:var(--text);background:0 0;border:0;outline:0;padding:17px 1px 10px;font-size:15.5px;line-height:1.5}textarea::placeholder{color:#9ba29a}.control-row{gap:8px;display:flex}.control-chip,.model-chip{border:1px solid var(--border);background:var(--surface-2);color:var(--dim);cursor:pointer;border-radius:99px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;display:flex}.model-chip{background:var(--accent-soft);color:var(--accent);border-color:#ff5c3952;font-weight:700}.model-chip span{text-transform:uppercase;background:#fff;border:1px solid #ff5c3952;border-radius:99px;padding:1px 5px;font-size:8px}.cost-row{color:var(--faint);justify-content:space-between;padding:11px 3px 0;font-size:11.5px;display:flex}.cost-row strong{color:var(--dim);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.generate-button,.buy-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:15px;justify-content:center;align-items:center;gap:8px;width:100%;margin:14px 0 0;padding:15px;font-weight:750;display:flex}.generate-button:disabled{color:#9ca39b;cursor:not-allowed;background:#e1e4df}.quick-start{margin-top:27px}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:11px;display:flex}.section-heading h2{margin:0;font-size:14px}.section-heading span{color:var(--faint);font-size:11px}.quick-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.quick-card{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:15px;flex-direction:column;align-items:flex-start;min-height:118px;padding:13px;display:flex}.quick-card:hover{border-color:#ff5c3973}.quick-icon{color:var(--accent);margin-bottom:11px;font-size:20px}.quick-card strong{font-size:13px}.quick-card small{color:var(--faint);margin-top:4px;font-size:10.5px}.page-header{align-items:flex-end}.page-header p{color:var(--faint);text-transform:uppercase;letter-spacing:.07em;margin:0 0 4px;font-size:11px}.page-header h1{letter-spacing:-.04em;margin:0;font-size:24px}.count-pill{text-align:center;min-width:32px}.history-list{flex-direction:column;gap:10px;display:flex}.history-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;align-items:center;gap:12px;padding:10px;display:flex}.history-thumbnail{color:#fff;background:linear-gradient(135deg,#ea936f,#8e493b);border-radius:11px;flex:0 0 66px;place-items:center;width:66px;height:66px;display:grid}.history-thumbnail.blue{background:linear-gradient(135deg,#769cb9,#374b68)}.history-thumbnail.gray{color:var(--dim);background:#eaede8}.history-thumbnail.red{color:var(--danger);background:#fbedeb;font-size:22px;font-weight:700}.history-copy{flex:1;min-width:0}.history-copy h2{text-overflow:ellipsis;white-space:nowrap;margin:6px 0 4px;font-size:13.5px;overflow:hidden}.history-copy time{color:var(--faint);font:10.5px ui-monospace,SFMono-Regular,Menlo,monospace}.status-badge{border-radius:99px;align-items:center;gap:5px;padding:2px 7px;font-size:9.5px;font-weight:700;display:inline-flex}.status-badge.generated{color:var(--success);background:#e9f6ef}.status-badge.processing{color:var(--dim);background:#f0f1ee}.status-badge.failed{color:var(--danger);background:#fbedeb}.spinner,.mini-spinner{border:2px solid #d6dad5;border-top-color:var(--accent);border-radius:50%;width:17px;height:17px;animation:.8s linear infinite spin;display:block}.mini-spinner{border-width:1px;width:7px;height:7px}@keyframes spin{to{transform:rotate(360deg)}}.static-note{text-align:center;max-width:270px;color:var(--faint);margin:22px auto 0;font-size:10.5px;line-height:1.5}.dev-badge{color:var(--faint);border:1px dashed #c8cec7;border-radius:99px;padding:5px 8px;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.identity-card{border:1px solid var(--border);background:var(--surface);border-radius:21px;align-items:center;gap:14px;padding:19px;display:flex}.avatar{background:linear-gradient(135deg,var(--accent),#9c4938);color:#fff;border-radius:50%;place-items:center;width:55px;height:55px;font-weight:800;display:grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.identity-card h2{margin:0 0 4px;font-size:16px}.identity-card p{color:var(--faint);margin:0;font-size:12px}.stat-grid{grid-template-columns:1fr 1fr;gap:10px;margin:12px 0;display:grid}.stat-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;padding:14px;display:grid}.stat-card>span{color:var(--accent);grid-row:1/3}.stat-card strong{font:700 20px ui-monospace,SFMono-Regular,Menlo,monospace}.stat-card small{color:var(--faint);font-size:10.5px}.buy-button{margin:0 0 25px}.account-section>h2{color:var(--faint);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:10.5px}.account-row{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--dim);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:14px 4px;display:flex}.account-row span{align-items:center;gap:10px;font-size:13.5px;display:flex}.bottom-nav{z-index:10;padding:10px 15px calc(13px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-top:1px solid #d9ddd8;gap:4px;display:flex;position:absolute;bottom:0;left:0;right:0}.nav-item{color:var(--faint);cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:4px;padding:4px;font-size:10.5px;font-weight:650;display:flex}.nav-item.active{color:var(--accent)}@media (width<=430px){html,body,#root{background:var(--bg)}.app-shell{width:100%;min-height:100dvh;box-shadow:none;border-radius:0;margin:0}.screen{min-height:100dvh;padding-top:max(18px,env(safe-area-inset-top))}}@media (width<=350px){.screen{padding-left:14px;padding-right:14px}.attachment-copy span{max-width:190px}.quick-grid{grid-template-columns:1fr}}.payment-history-screen{background:#efeeec}.payment-history-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.payment-history-header h1{letter-spacing:-.2px;margin:0;font-size:18px}.payment-history-back{background:var(--surface);width:34px;height:34px;color:var(--text);cursor:pointer;border:1px solid #e7e6e3;border-radius:50%;flex:0 0 34px;place-items:center;display:grid}.payment-history-back svg{transform:rotate(180deg)}.payment-history-list{flex-direction:column;gap:10px;display:flex}.payment-history-row{background:var(--surface);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 16px;display:grid}.payment-history-primary,.payment-history-secondary{flex-direction:column;gap:4px;min-width:0;display:flex}.payment-history-secondary{text-align:right;align-items:flex-end}.payment-provider{color:#8e8e93;font-size:13px;font-weight:500}.payment-credits{white-space:nowrap;font-size:14px;font-weight:650}.payment-amount{white-space:nowrap;font-size:15px}.payment-meta{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.payment-meta time{color:#b4b4b8;font-size:12px}.payment-history-status{white-space:nowrap;flex:none;font-size:12px;font-weight:600}.payment-history-status.succeeded{color:#2fae5a}.payment-history-status.processing{color:#c98a1f}.payment-history-status.not_completed{color:#6b6b70}.payment-history-message{text-align:center;color:var(--faint);margin:80px 20px;font-size:13px}.payment-history-state h2{color:var(--text);margin:0 0 6px;font-size:14px}@media (width<=430px){.payment-meta{flex-direction:column;align-items:flex-end;gap:2px}}.history-thumbnail{overflow:hidden}.history-thumbnail img{object-fit:cover;width:100%;height:100%}.generation-error{color:var(--danger);margin:8px 3px 0;font-size:12px}.active-generation-list{flex-direction:column;gap:5px;margin:8px 3px 0;display:flex}.active-generation-row{min-height:18px;color:var(--dim);font-variant-numeric:tabular-nums;align-items:center;gap:7px;font-size:11.5px;display:flex}.cost-value{text-align:right;flex-direction:column;align-items:flex-end;gap:3px;display:flex}.cost-insufficient{justify-content:flex-end;align-items:baseline;gap:4px;font-size:10.5px;line-height:1.2;display:flex}.cost-insufficient em{color:var(--danger);font-style:normal}.cost-insufficient i{color:var(--faint);font-style:normal}.cost-insufficient button{color:var(--accent);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;-webkit-text-decoration:underline #ff5c3966;text-decoration:underline #ff5c3966}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.attachment-row{flex-wrap:wrap}.attachment-preview{border-radius:13px;flex:0 0 56px;width:56px;height:56px;position:relative;overflow:visible}.attachment-preview img{object-fit:cover;border-radius:13px;width:100%;height:100%}.attachment-preview button{color:#fff;cursor:pointer;background:#272b27;border:0;border-radius:50%;width:20px;height:20px;padding:0;font-size:16px;line-height:20px;position:absolute;top:-6px;right:-6px}.image-feedback{width:100%;color:var(--danger);margin:8px 0 0;font-size:11px}.composer textarea{box-sizing:border-box;caret-color:var(--text);border-radius:8px;margin:7px 0 9px;padding:6px 9px 10px;transition:background-color .15s,box-shadow .15s}.composer textarea:focus{background:#fafbf9;box-shadow:inset 0 0 0 1px #d9ddd8}.kbd-diagnostics{right:10px;bottom:calc(76px + env(safe-area-inset-bottom));z-index:1000;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;position:fixed}.kbd-diagnostics button{color:#fff;font:inherit;cursor:pointer;background:#222822;border:1px solid #697169;border-radius:7px}.kbd-diagnostics-toggle{float:right;opacity:.82;padding:7px 9px}.kbd-diagnostics-panel{clear:both;color:#171a17;background:#f8faf7f5;border:1px solid #697169;border-radius:10px;width:min(360px,100vw - 20px);margin-bottom:6px;padding:9px;box-shadow:0 8px 28px #0004}.kbd-diagnostics-heading,.kbd-diagnostics-actions{justify-content:space-between;align-items:center;gap:7px;display:flex}.kbd-diagnostics-actions{justify-content:flex-start;margin:7px 0}.kbd-diagnostics-actions button{padding:5px 8px}.kbd-diagnostics-panel small{color:#5d645d;margin-bottom:5px;display:block}.kbd-diagnostics-output{color:#171a17;resize:vertical;background:#fff;border:1px solid #cbd1ca;border-radius:6px;width:100%;height:150px;margin:0;padding:6px;font:9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.history-model{float:right;max-width:92px;color:var(--faint);text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.detail-model{color:var(--dim);margin:0 0 12px;font-size:12px;font-weight:700}.action-error{color:var(--danger);text-align:center;margin:10px 0 0;font-size:12px}.detail-actions .share-action.share-success{color:#fff;background:#18864b;border-color:#18864b}html,body,#root{height:100%;overflow:hidden}.app-shell{grid-template-rows:minmax(0,1fr) auto;height:min(844px,100dvh - 48px);min-height:0;display:grid}.screen{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:24px;scroll-padding-block:16px;overflow:hidden auto}.bottom-nav{padding-bottom:calc(13px + env(safe-area-inset-bottom));position:static}@media (width<=430px){.app-shell{height:var(--tg-viewport-height,100dvh);min-height:0}.screen{min-height:0;padding-bottom:24px}}.brand{white-space:nowrap;flex:0 auto;min-width:0;height:32px;position:relative}.brand-main-row{align-items:center;gap:7px;min-width:0;height:32px;display:flex}.brand-dot{width:6px;height:6px;box-shadow:none;flex:0 0 6px;position:relative}.brand-dot:after{background:var(--accent);content:"";opacity:0;pointer-events:none;border-radius:50%;animation:2.2s cubic-bezier(.2,.65,.35,1) infinite brand-pulse;position:absolute;inset:-1px}.brand-main-row strong{text-overflow:clip;white-space:nowrap;font-size:13.5px;font-weight:625;line-height:1.15;overflow:hidden}.brand>small{color:var(--faint);font-size:10.5px;font-weight:400;line-height:1.1;position:absolute;top:23px;left:13px}.topbar-account{flex:none}@keyframes brand-pulse{0%{opacity:0;transform:scale(1)}14%{opacity:.2;transform:scale(1.08)}76%,to{opacity:0;transform:scale(2.7)}}@media (prefers-reduced-motion:reduce){.brand-dot:after{opacity:0;animation:none}}.quick-card{border-width:1.5px}.quick-card.selected{border-color:var(--accent);background:var(--accent-soft)}.history-card{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;grid-template-columns:66px minmax(0,1fr) 18px;align-items:center;column-gap:12px;display:grid}.history-copy{grid-template-rows:auto auto auto;row-gap:4px;min-width:0;display:grid;container-type:inline-size}.history-meta-row,.history-timing{grid-template-columns:max-content minmax(0,1fr);align-items:center;column-gap:8px;min-width:0;display:grid}.history-meta-row .status-badge{white-space:nowrap}.history-model{min-width:0;color:var(--faint);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;line-height:1.35;overflow:hidden}.history-copy .history-prompt{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13.5px;line-height:1.35;overflow:hidden}.history-timing{color:var(--faint);grid-template-columns:minmax(0,1fr) max-content}.history-timing time,.history-timing .retention-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10.5px;line-height:1.35;overflow:hidden}.history-timing .retention-label{text-align:right;margin:0}.history-chevron{flex:none;place-items:center;width:18px;display:grid}.history-chevron svg{display:block}.history-card.noninteractive{cursor:default}.history-card:disabled{color:var(--text);opacity:1}@container (width<=245px){.history-timing{grid-template-columns:minmax(0,1fr);row-gap:1px}.history-timing .retention-label{text-align:left}}@media (width<=350px){.history-card{column-gap:10px}}.history-empty{min-height:112px;color:var(--faint);text-align:center;background:#ffffff3d;border:1px dashed #c8cec7;border-radius:15px;place-items:center;padding:20px;display:grid}.history-empty p{margin:0;font-size:12px;line-height:1.5}.app-overlay-root{z-index:20;pointer-events:none;position:absolute;inset:0}.sheet-backdrop{pointer-events:auto;overscroll-behavior:contain;background:#0009;align-items:flex-end;display:flex;position:absolute;inset:0;overflow:hidden}.bottom-sheet{width:100%;max-height:min(calc(100% - 12px), calc(var(--tg-viewport-height,100dvh) - 12px));overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:20px 18px calc(24px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);border-radius:24px 24px 0 0;overflow-y:auto;box-shadow:0 -12px 40px #0003}.history-detail-sheet{max-height:min(80%, calc(var(--tg-viewport-height,100dvh) - 24px));overflow:hidden}.history-detail-content{flex-direction:column;min-height:0;display:flex;overflow:hidden}.history-detail-sheet .detail-image{max-height:clamp(120px,24dvh,220px)}.history-detail-sheet .detail-failed{aspect-ratio:auto;height:clamp(120px,24dvh,180px)}.history-detail-content.prompt-expanded .detail-image,.history-detail-content.prompt-expanded .detail-failed{max-height:120px}.history-detail-content.prompt-expanded .detail-failed{height:120px}.sheet-handle{background:var(--border);border-radius:99px;width:36px;height:4px;margin:0 auto 16px}.sheet-close{z-index:2;float:right;border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--dim);cursor:pointer;border-radius:50%;place-items:center;margin:-8px -6px -34px 0;padding:0;display:grid;position:sticky;top:0}.sheet-close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}.bottom-sheet.buy-credits-sheet{flex-direction:column;padding-bottom:0;display:flex;overflow:hidden}.buy-credits-sheet>.sheet-close{align-self:flex-end}.buy-sheet-content,.buy-sheet-select{flex-direction:column;flex:auto;min-height:0;display:flex}.buy-sheet-header{flex:none}.buy-sheet-scroll{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:calc(24px + env(safe-area-inset-bottom));overflow:hidden auto}.buy-sheet-scroll .sheet-cta{scroll-margin-bottom:calc(24px + env(safe-area-inset-bottom))}.detail-failed{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-2);border-radius:16px;width:100%}.detail-image{border:1px solid var(--border);background:var(--surface-2);object-fit:contain;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:clamp(180px,30dvh,260px);margin:0 auto;display:block}.detail-failed{color:var(--danger);background:#fbedeb;place-items:center;font-size:34px;font-weight:700;display:grid}.detail-status-row{justify-content:space-between;align-items:center;margin:14px 0;display:flex}.detail-status-row time{color:var(--faint);font:11.5px ui-monospace,SFMono-Regular,Menlo,monospace}.detail-label,.payment-label{color:var(--faint);text-transform:uppercase;letter-spacing:.05em;margin:0 0 6px;font-size:11px}.detail-prompt-card{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;flex-direction:column;flex:0 auto;min-height:0;margin-bottom:16px;padding:12px 14px;display:flex;overflow:hidden}.detail-prompt-viewport{min-height:0;position:relative}.detail-prompt-viewport.expanded{overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:auto;max-height:240px;overflow-y:auto}.detail-prompt-viewport.expanded::-webkit-scrollbar{display:none}.detail-prompt-viewport.collapsed.has-overflow:after{background:linear-gradient(transparent, var(--surface-2));pointer-events:none;content:"";height:30px;position:absolute;bottom:0;left:0;right:0}.detail-prompt{margin:0;font-size:14px;line-height:1.5}.detail-prompt-viewport.collapsed .detail-prompt{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.detail-prompt-toggle{color:var(--accent);cursor:pointer;background:0 0;border:0;margin:7px 0 0;padding:0;font-size:12px;font-weight:650}@media (height<=700px){.history-detail-sheet{max-height:min(calc(100% - 12px), calc(var(--tg-viewport-height,100dvh) - 12px))}.history-detail-sheet .detail-image,.history-detail-sheet .detail-failed{max-height:18dvh}.history-detail-sheet .detail-image{height:auto}.history-detail-sheet .detail-failed{height:18dvh}.history-detail-content.prompt-expanded .detail-image,.history-detail-content.prompt-expanded .detail-failed{max-height:80px}.history-detail-content.prompt-expanded .detail-failed{height:80px}.detail-prompt-viewport.expanded{max-height:160px}}@media (width<=430px) and (pointer:coarse){.history-detail-sheet{max-height:min(calc(100% - 8px), calc(var(--tg-viewport-height,100dvh) - 8px));padding-top:14px;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.history-detail-sheet .sheet-handle{margin-bottom:10px}.history-detail-sheet .detail-image{max-height:clamp(88px,14dvh,120px)}.history-detail-sheet .detail-failed{height:clamp(88px,14dvh,120px);max-height:clamp(88px,14dvh,120px)}.history-detail-sheet .detail-status-row{margin:10px 0}.history-detail-sheet .detail-model,.history-detail-sheet .detail-actions{margin-bottom:8px}.history-detail-sheet .detail-prompt-card{margin-bottom:12px;padding:10px 12px}.history-detail-content.prompt-expanded .detail-image,.history-detail-content.prompt-expanded .detail-failed{max-height:72px}.history-detail-content.prompt-expanded .detail-failed{height:72px}.detail-prompt-viewport.expanded{max-height:clamp(100px,20dvh,160px)}}.detail-actions{gap:8px;margin-bottom:10px;display:flex}.retention-notice,.retention-label{color:var(--faint);margin:7px 2px 0;font-size:10.5px;line-height:1.35}.composer{border-color:color-mix(in srgb, var(--accent) 30%, transparent);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 5%, transparent)}.attachment-tile{border-color:color-mix(in srgb, var(--accent) 38%, transparent)}.attachment-tile:hover,.attachment-tile:active,.attachment-tile:focus-visible{border-color:color-mix(in srgb, var(--accent) 58%, transparent)}.create-meta{text-align:center;margin-top:24px}.create-meta .retention-notice{margin:0}.owner-version{color:var(--faint);margin-top:5px;font:9.5px ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;display:inline-block}.owner-version:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}.history-copy .retention-label{margin:3px 0 0;display:block}.history-thumbnail.expired{background:var(--surface-2);color:var(--faint)}.detail-retention{margin:-4px 0 10px}.detail-expired{background:var(--surface-2);min-height:150px;color:var(--faint);text-align:center;border-radius:16px;align-content:center;place-items:center;gap:8px;display:grid}.detail-expired strong{color:var(--dim)}.detail-expired p{margin:0;font-size:12px}.detail-actions button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:12px;flex:1;padding:12px;font-weight:600}.detail-actions .share-action,.reuse-action{justify-content:center;align-items:center;gap:8px;display:flex}.action-icon{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.action-icon svg{stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}.share-action .action-icon svg,.reuse-action .action-icon svg{transform:translateY(-1px)}.sheet-cta{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:14px;width:100%;padding:16px;font-weight:700}.profile-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.profile-header h1{letter-spacing:-.02em;margin:0;font-size:20px}.user-avatar{background:linear-gradient(135deg, var(--accent), #9c4938);color:#fff;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar{width:55px;height:55px}.topbar-account{align-items:center;gap:8px;display:flex}.header-avatar-button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:32px;height:32px;padding:0}.header-avatar{width:32px;height:32px;font-size:11px}.stat-card,.stat-card strong{display:block}.buy-button{margin-bottom:20px}.account-row .row-value{color:var(--faint);gap:2px}.sheet-title{margin:0 0 4px;font-size:17px}.sheet-subtitle{color:var(--faint);margin:0 0 18px;font-size:13px}.package-list{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.package-option{border:1px solid var(--border);background:var(--surface-2);color:var(--text);text-align:left;cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.package-option.selected{border-color:var(--accent);background:var(--accent-soft)}.package-option:disabled,.package-option.unavailable{cursor:not-allowed;opacity:.58}.package-option:disabled.selected{border-color:var(--border);background:var(--surface-2)}.package-option span{flex-direction:column;gap:3px;display:flex}.package-option .package-title{flex-direction:row;align-items:center;gap:7px}.package-savings{color:var(--success);white-space:nowrap;background:#e9f6ef;border-radius:99px;padding:2px 6px;font-size:9.5px;font-style:normal;font-weight:700;line-height:1.25}.package-option strong{font-size:14.5px}.package-option small{color:var(--faint);font-size:11.5px}.package-option>b{color:var(--accent);font:700 14px ui-monospace,SFMono-Regular,Menlo,monospace}.language-list{flex-direction:column;gap:8px;margin-top:18px;display:flex}.language-option{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;border-radius:13px;justify-content:space-between;align-items:center;padding:15px;display:flex}.language-option b{color:#0000}.language-option.selected{border-color:var(--accent);background:var(--accent-soft)}.language-option.selected b{color:var(--accent)}.payment-label{text-transform:none;letter-spacing:0;margin-bottom:10px;font-size:13px}.payment-methods{gap:8px;margin-bottom:20px;display:flex}.payment-method{border:1px solid var(--border);background:var(--surface-2);color:var(--dim);cursor:pointer;border-radius:14px;flex:1;padding:14px;font-weight:600}.payment-method.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.payment-method small{color:var(--faint);margin-top:2px;font-size:10.5px;font-weight:400;display:block}.payment-email{color:var(--dim);margin:-6px 0 16px;font-size:12px;font-weight:600;display:block}.payment-email input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:12px;outline:none;margin-top:7px;padding:12px 13px}.payment-email input:focus{border-color:var(--accent)}.payment-email input[aria-invalid=true]{border-color:var(--danger)}.payment-email small{color:var(--danger);margin-top:5px;font-weight:400;display:block}.demo-decline{border:1px dashed var(--border);color:var(--faint);cursor:pointer;background:0 0;border-radius:99px;margin:10px auto 0;padding:4px 10px;font-size:11px;display:block}.payment-result{text-align:center;flex-direction:column;align-items:center;padding:20px 8px 6px;display:flex}.payment-result .result-icon{border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:14px;font-size:26px;display:grid}.payment-result.success .result-icon{color:var(--success);background:#e9f6ef}.payment-result.failure .result-icon{color:var(--danger);background:#fbedeb}.payment-result h2{margin:0 0 6px;font-size:17px}.payment-result p{color:var(--faint);margin:0 0 20px;font-size:13.5px}.payment-result .sheet-cta{align-self:stretch}.compact-select{position:relative}.selector-trigger{border:1px solid var(--accent-line,#ff5c3952);background:var(--accent-soft);min-height:31px;color:var(--accent);cursor:pointer;border-radius:99px;justify-content:center;align-items:center;gap:0;padding:6px 9px;display:flex;position:relative}.selector-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:700;overflow:hidden}.ratio-trigger{width:92px}.model-trigger{grid-template-columns:18px max-content 16px;column-gap:8px;width:max-content;min-width:160px;max-width:190px;display:inline-grid}.model-trigger .model-icon{place-items:center;width:18px;display:grid;position:static}.model-trigger .select-caret{position:static}.model-icon{font-size:14px;line-height:1;position:absolute;left:9px}.model-icon img,.openai-model-mark{object-fit:contain;width:17px;height:17px;display:block}.popover-option>.popover-model-content{flex-direction:row;align-items:center;gap:9px}.popover-model-emoji{text-align:center;flex:0 0 17px;width:17px}.model-option-copy{flex-direction:column;gap:2px;display:flex}.model-variant-option{background:#ffffff6b;padding-left:38px}.ratio-trigger>svg{position:absolute;left:9px}.aspect-ratio-icon rect{stroke:currentColor;stroke-width:1.35px}.select-caret{opacity:1;transform-origin:50%;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin:0;padding:0;transition:transform .15s;display:flex;position:absolute;right:7px;transform:translateY(1px)rotate(0)}.select-caret svg{flex:none;display:block}.selector-trigger[aria-expanded=true] .select-caret{transform:translateY(1px)rotate(180deg)}.compact-popover{z-index:25;border:1px solid var(--border);background:#eaece7;border-radius:14px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 16px 32px #00000029}.ratio-popover{width:190px}.model-popover{overscroll-behavior:contain;background:var(--surface);-webkit-overflow-scrolling:touch;width:276px;max-width:calc(100vw - 44px);max-height:316px;left:auto;right:0;overflow-y:auto}.model-family-row{width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:11px 12px;display:flex}.model-popover>.model-family-row:not(:first-child){border-top:1px solid var(--border)}.model-family-row.expanded{background:#fff0ec6b}.model-family-icon{border-radius:9px;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:16px;display:grid}.model-family-icon.nano{background:#fff4d9}.model-family-icon.gpt{background:#eaf2fc}.model-family-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.model-family-copy strong{font-size:14px}.model-family-copy small{color:var(--faint);font-size:11.5px}.model-expand-zone{width:30px;height:30px;color:var(--accent);background:#f3f2f0;border-radius:50%;flex:0 0 30px;place-items:center;transition:transform .18s,background .18s;display:grid}.model-family-row.expanded .model-expand-zone{background:var(--accent-soft);transform:rotate(180deg)}.model-variants{background:#faf9f8;max-height:0;transition:max-height .2s;overflow:hidden}.model-variants.open{max-height:180px}.model-variant-tree{padding-left:40px;position:relative}.model-variant-tree:before{background:var(--border);content:"";width:1px;position:absolute;top:0;bottom:0;left:26px}.model-variant-row{width:100%;min-height:42px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:9px 12px 9px 0;font-size:13.5px;font-weight:500;display:flex;position:relative}.model-variant-row:before{background:var(--border);content:"";width:12px;height:1px;position:absolute;top:50%;left:-14px}.model-radio{border:1.6px solid var(--faint);border-radius:50%;flex:0 0 16px;width:16px;height:16px;position:relative}.model-variant-row.selected{color:var(--accent);font-weight:700}.model-variant-row.selected .model-radio{border-color:var(--accent)}.model-variant-row.selected .model-radio:after{background:var(--accent);content:"";border-radius:50%;position:absolute;inset:2.5px}.popover-option{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:11px 12px;display:flex}.popover-option:last-child{border-bottom:0}.popover-option.selected{background:var(--accent-soft)}.popover-option>span{flex-direction:column;gap:2px;display:flex}.popover-option strong{font-size:13px}.popover-option small{color:var(--faint);font-size:11px}.popover-option>b{color:var(--accent);opacity:0;font-size:13px}.popover-option.selected>b{opacity:1}
