:root{--background: #08111f;--foreground: #eaf3ff;--card: #0c1b2c;--card-foreground: #eaf3ff;--primary: #61dafb;--primary-foreground: #08111f;--secondary: #10263a;--secondary-foreground: #c9d8e8;--muted: #0d2032;--muted-foreground: #7890aa;--border: #1d3854;--input: #274761;--ring: #62d7e6;--destructive: #a94a43;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eaf3ff;background:#08111f;font-synthesis:none}*{box-sizing:border-box}[data-slot=button]{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 14px;border:1px solid transparent;border-radius:9px;font:650 13px/1 inherit;white-space:nowrap;cursor:pointer;transition:border-color .15s,background .15s,color .15s,transform .15s,box-shadow .15s}[data-slot=button]:focus-visible,[data-slot=input]:focus-visible,[data-slot=select-trigger]:focus-visible,[data-slot=textarea]:focus-visible{outline:2px solid color-mix(in srgb,var(--ring) 70%,transparent);outline-offset:2px}[data-slot=button]:active:not(:disabled){transform:translateY(1px)}[data-slot=button]:disabled{pointer-events:none;opacity:.45}.ui-button-default{background:var(--primary);color:var(--primary-foreground);box-shadow:0 10px 24px #61dafb1f}.ui-button-default:hover{background:#87e5ff}.ui-button-outline{border-color:var(--border);background:#0a1725;color:var(--secondary-foreground)}.ui-button-outline:hover{border-color:#37617f;background:#10263a;color:#fff}.ui-button-ghost{background:transparent;color:var(--muted-foreground)}.ui-button-ghost:hover{background:var(--muted);color:var(--foreground)}.ui-button-destructive{background:var(--destructive);color:#fff}.ui-button-sm{height:32px;padding:0 11px;font-size:12px}.ui-button-icon{width:36px;padding:0}[data-slot=card]{border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--card) 96%,#14334a),#091522);color:var(--card-foreground);box-shadow:0 18px 50px #0000001c}.ui-card-header,.ui-card-content,.ui-card-footer{padding:18px 20px}.ui-card-title{font-weight:700}.ui-card-description{color:var(--muted-foreground);font-size:13px}[data-slot=badge]{display:inline-flex;width:fit-content;min-height:20px;flex:0 0 auto;align-items:center;justify-content:center;gap:4px;overflow:hidden;padding:2px 8px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:500;line-height:1;white-space:nowrap}.ui-switch{position:relative;display:inline-flex;width:2rem;height:1.15rem;flex:0 0 auto;align-items:center;overflow:hidden;padding:0;border:1px solid transparent;border-radius:999px;background:var(--input);box-shadow:0 1px 2px #0002;cursor:pointer;transition:background .15s,box-shadow .15s}.ui-switch[data-state=checked]{background:var(--primary)}.ui-switch:focus-visible{outline:2px solid color-mix(in srgb,var(--ring) 70%,transparent);outline-offset:2px}.ui-switch:disabled{cursor:not-allowed;opacity:.5}.ui-switch [data-slot=switch-thumb]{display:block;width:1rem;height:1rem;border-radius:50%;background:var(--foreground);transition:transform .15s}.ui-switch[data-state=checked] [data-slot=switch-thumb]{background:var(--primary-foreground);transform:translate(calc(100% - 2px))}.ui-badge-default{background:var(--primary);color:var(--primary-foreground)}.ui-badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-badge-outline{border:1px solid var(--border);color:#9fb2c8}.ui-badge-success{border:1px solid #2c5b43;background:#102b22;color:#9fe3bd}.ui-badge-destructive{border:1px solid #6b2f2c;background:#2d1818;color:#ffb4ae}.status-badge{height:20px;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1}.status-unconfigured,.status-stopped{border-color:#d7e0e6;background:#edf2f5;color:#6b7c88}.status-configured{border-color:#bcc9d1;background:#fbfcfa;color:#435463}.status-verified{border-color:#cedcff;background:#f2f5ff;color:#133a9e}.status-enabled{border-color:#a1bbff;background:#e4ecff;color:#0e2970}.status-error{border-color:#fecaca;background:#fef2f2;color:#dc2626}[data-slot=input],[data-slot=select-trigger]{width:100%;height:38px;margin-top:6px;padding:0 12px;border:1px solid var(--input);border-radius:9px;background:#07111c;color:var(--foreground);font:inherit}[data-slot=textarea]{width:100%;min-height:88px;margin-top:6px;padding:10px 12px;resize:vertical;border:1px solid var(--input);border-radius:9px;background:#07111c;color:var(--foreground);font:inherit;line-height:1.5}.ui-label{color:inherit;font-size:12px;font-weight:700}[data-slot=select-trigger]{display:flex;align-items:center;justify-content:space-between}[data-slot=select-content]{z-index:70;min-width:var(--radix-select-trigger-width);padding:5px;border:1px solid #284963;border-radius:10px;background:#0c1b2c;color:var(--foreground);box-shadow:0 20px 60px #000a}[data-slot=select-item]{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 9px;border-radius:7px;outline:0;font-size:13px;cursor:default}[data-slot=select-item][data-highlighted]{background:#15334a}[data-slot=dialog-overlay]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#030912c7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-slot=dialog-content]{position:fixed;top:50%;left:50%;z-index:61;width:min(680px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;transform:translate(-50%,-50%);border:1px solid #284963;border-radius:18px;background:color-mix(in srgb,var(--card) 96%,transparent);color:var(--foreground);box-shadow:0 30px 100px #000b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ui-dialog-close{position:absolute;top:16px;right:16px;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted-foreground);cursor:pointer}.ui-dialog-close:hover{background:var(--muted);color:var(--foreground)}.ui-dialog-header{padding-right:38px}.ui-dialog-title{margin:0;font-size:20px;font-weight:750}.ui-dialog-description{margin-top:7px;color:var(--muted-foreground);font-size:12px;line-height:1.55}.ui-dialog-footer{display:flex;justify-content:flex-end;gap:9px}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 78% 10%,#14375a 0,transparent 34%),#08111f}main{width:min(1120px,calc(100% - 40px));margin:0 auto;padding-bottom:72px}nav{height:76px;display:flex;align-items:center;gap:12px;color:#b9c9dc;letter-spacing:.04em}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#61dafb;color:#08111f;font-weight:900;letter-spacing:-.08em}.hero{padding:92px 0 72px;max-width:870px}h1{margin:22px 0;font-size:clamp(44px,7vw,82px);line-height:1.02;letter-spacing:-.055em}.lead{max-width:740px;color:#9fb2c8;font-size:clamp(18px,2vw,22px);line-height:1.7}.status{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:10px 14px;border:1px solid #23415e;border-radius:999px;color:#c9d8e8;background:#0b1929cc}.dot{width:9px;height:9px;border-radius:50%;background:#47df91;box-shadow:0 0 16px #47df91}.dot.error{background:#ff746c;box-shadow:0 0 16px #ff746c}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}article{min-height:190px;padding:28px;border:1px solid #1d3854;border-radius:18px;background:linear-gradient(145deg,#0c1b2c,#0a1523);display:flex;flex-direction:column}article b{color:#fff;font-size:34px;letter-spacing:-.04em}article span{margin-top:auto;font-size:17px}article small{margin-top:7px;color:#7890aa}.boundary{margin-top:60px;padding-top:28px;border-top:1px solid #1d3854}.boundary h2{font-size:24px}.boundary div{display:grid;grid-template-columns:48px 1fr;align-items:baseline;border-bottom:1px solid #132b42}.boundary div>span{color:#61dafb;font-family:ui-monospace,monospace}.boundary p{color:#9fb2c8;line-height:1.6}.boundary strong{color:#eaf3ff;margin-right:10px}@media (max-width: 720px){main{width:min(100% - 28px,1120px)}.hero{padding:60px 0 48px}h1{font-size:44px}.grid{grid-template-columns:1fr}article{min-height:150px}}.review-workbench{margin-top:34px;min-height:680px;overflow:hidden;border:1px solid #1d3854;border-radius:18px;background:#091522}.review-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid #1d3854}.review-header span{color:#5dc9d8;font:600 10px ui-monospace,monospace;letter-spacing:.13em}.review-header h1{margin:5px 0 3px;font-size:22px;letter-spacing:-.03em}.review-header p{margin:0;color:#748ba0;font-size:12px}.review-header-actions{display:flex;align-items:center;gap:10px}.aspect-switch{display:flex;padding:3px;border:1px solid #28445d;border-radius:9px;background:#07121e}.aspect-switch button{padding:6px 9px;border:0;border-radius:6px;background:transparent;color:#7890aa;font-size:11px;cursor:pointer}.aspect-switch button.active{background:#16405a;color:#ecfbff}.aspect-switch small{color:#65d9e7;font-size:9px}.review-badge{padding:6px 10px;border:1px solid #35516a;border-radius:999px;color:#a7bdd0;font-size:12px}.review-badge.review-requested{border-color:#726538;color:#ead891}.review-badge.frozen{border-color:#37755a;color:#9fe3bd}.review-grid{display:grid;min-height:600px;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)}.sentence-list{min-height:0;max-height:680px;overflow-y:auto;border-right:1px solid #1d3854}.sentence-list ol{margin:0;padding:0;list-style:none}.sentence-list li{padding:12px;border-bottom:1px solid #142c42}.sentence-list li.selected{background:#10283a;box-shadow:inset 2px 0 #61dafb}.sentence-select{display:block;width:100%;padding:4px;border:0;background:transparent;color:#dbe9f7;text-align:left;cursor:pointer}.sentence-select time{display:block;margin-bottom:6px;color:#5dbdca;font:10px ui-monospace,monospace}.sentence-select span{font-size:13px;line-height:1.65}.edit-sentence{margin:7px 0 0 4px;padding:3px 0;border:0;background:transparent;color:#7890aa;font-size:11px;cursor:pointer}.edit-sentence:disabled{opacity:.4}.sentence-editor textarea{width:100%;min-height:76px;margin:8px 0;padding:9px;border:1px solid #31516d;border-radius:8px;background:#07101a;color:#eef6ff;font:inherit;line-height:1.55}.composition-review{min-width:0;display:flex;flex-direction:column;background:#07111c}.composition-frame{position:relative;min-height:360px;flex:1;display:grid;place-items:center;overflow:hidden;padding:20px;background:radial-gradient(circle at 50% 34%,#163b54,#07111c 68%)}.composition-frame iframe{height:min(490px,66vh);aspect-ratio:9 / 16;border:1px solid #35536a;border-radius:14px;background:#071422;box-shadow:0 22px 70px #000a}.composition-frame.landscape iframe{width:min(680px,94%);height:auto;aspect-ratio:16 / 9}.composition-frame.landscape .review-caption{right:20%;left:20%}.review-caption{pointer-events:none;position:absolute;right:24%;bottom:9%;left:24%;display:flex;flex-direction:column;align-items:center}.review-caption span{padding:5px 8px;border-radius:5px;background:#02070de8;color:#fff;font-size:12px;font-weight:700;text-align:center}.review-transport{padding:14px 16px 16px;border-top:1px solid #1d3854;background:#0b1928}.review-transport audio{display:none}.transport-row,.tts-review-row,.review-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.transport-row time{margin-left:auto;color:#7890aa;font:11px ui-monospace,monospace}.btn.active{border-color:#4a8b96;color:#9ce7e4;background:#123044}.tts-review-row{margin-top:10px}.tts-review-row span{color:#7890aa;font-size:11px}.review-notice{margin-top:10px;color:#8ea5b9;font-size:11px;line-height:1.5}.review-actions{display:grid;grid-template-columns:repeat(3,1fr);margin-top:12px}@media (max-width: 760px){.review-header{align-items:flex-start;flex-direction:column}.review-grid{grid-template-columns:1fr}.sentence-list{max-height:290px;border-right:0;border-bottom:1px solid #1d3854}.composition-frame iframe{height:440px}.review-caption{right:16%;left:16%}.review-actions{grid-template-columns:1fr}}.ui-sidebar-provider{position:relative;display:flex;width:100%;height:100dvh;min-width:0;overflow:hidden;background:var(--background)}.ui-sidebar{z-index:50;width:264px;height:100dvh;flex:0 0 264px;display:flex;flex-direction:column;border-right:1px solid #193149;background:linear-gradient(180deg,#0b1b2b,#08131f 66%,#07101a);box-shadow:12px 0 36px #02060b24}.ui-sidebar-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 14px 13px;border-bottom:1px solid #173047}.app-sidebar-brand{min-width:0;display:flex;align-items:center;gap:11px;color:var(--foreground);text-decoration:none}.app-sidebar-brand>span:last-child{min-width:0;display:grid;gap:3px}.app-sidebar-brand strong{font-size:14px;letter-spacing:.08em}.app-sidebar-brand small{color:#648097;font-size:9px;letter-spacing:.08em}.app-sidebar-close{display:none}.ui-sidebar-content{min-height:0;flex:1;overflow-y:auto;padding:14px 10px}.ui-sidebar-group{display:grid;gap:5px;margin-bottom:18px}.ui-sidebar-group-label{min-height:25px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#5f7890;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.ui-sidebar-group-label svg{width:13px;height:13px}.ui-sidebar-menu{display:grid;gap:3px}[data-slot=button].app-nav-item{width:100%;height:42px;justify-content:flex-start;padding:0 11px;border-radius:9px;color:#8fa6bb;font-weight:650;text-decoration:none}[data-slot=button].app-nav-item svg{width:17px;height:17px;flex:0 0 auto}[data-slot=button].app-nav-item:hover{background:#10283a;color:#e9f5ff}[data-slot=button].app-nav-item.active{background:#14334a;color:#f1fbff;box-shadow:inset 3px 0 #62d7e6,0 8px 24px #0002}.ui-sidebar-footer{padding:11px 10px;border-top:1px solid #173047;background:#07111c99}.app-sidebar-account{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:7px;border:1px solid #1d3854;border-radius:11px;background:#0b1a28}.app-sidebar-avatar{display:grid;width:34px;height:34px;place-items:center;border:1px solid #31536b;border-radius:9px;background:#17364d;color:#dffaff;font-size:12px;font-weight:850}.app-sidebar-identity{min-width:0;display:grid;gap:4px}.app-sidebar-identity>span{min-width:0;display:flex;align-items:center;gap:6px}.app-sidebar-identity strong{min-width:0;overflow:hidden;color:#e8f3fd;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-identity [data-slot=badge]{min-height:17px;padding:1px 5px;font-size:8px}.app-sidebar-identity small{overflow:hidden;color:#647e94;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-account [data-slot=button]{width:34px;height:34px;color:#738ba1}.app-sidebar-account [data-slot=button]:hover{color:#ffb4ae;background:#321c20}.app-sidebar-account svg,.app-sidebar-login svg{width:15px;height:15px}.app-sidebar-login{width:100%}.ui-sidebar-inset{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.app-main-content{min-width:0;min-height:0;flex:1;overflow-y:auto}.app-main-content>.web-welcome,.app-main-content>.billing-page{width:min(1120px,calc(100% - 64px));margin:0 auto}.app-main-content.studio{overflow:hidden}.app-mobile-header,.app-sidebar-scrim{display:none}.session-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:#89a0b6}.auth-page{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 440px;margin:0;padding:0;background:#07111c}.auth-brand-panel{min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:48px clamp(42px,7vw,112px);overflow:hidden;background:radial-gradient(circle at 15% 20%,#1c5273 0,transparent 32%),linear-gradient(145deg,#0b2235,#07111d 67%,#12263a)}.auth-brand{display:inline-flex;width:fit-content;align-items:center;gap:12px;color:#edf8ff;text-decoration:none}.auth-brand>span:last-child{display:grid}.auth-brand strong{font-size:15px;letter-spacing:.08em}.auth-brand small{margin-top:3px;color:#7895ad;font-size:10px}.auth-brand-panel>div{max-width:720px}.auth-brand-panel h1{margin:24px 0 20px;font-size:clamp(46px,5.5vw,76px);line-height:1.04}.auth-brand-panel p{max-width:640px;color:#9cb2c6;font-size:17px;line-height:1.75}.auth-brand-panel ul{display:flex;gap:12px;margin:0;padding:0;list-style:none}.auth-brand-panel li{padding:9px 12px;border:1px solid #25465e;border-radius:8px;background:#0b1c2aa8;color:#95afc4;font-size:11px}.auth-form-panel{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:42px;background:#f4f7f9;color:#13212f}.auth-form-panel form{width:100%;max-width:350px}[data-slot=card].auth-card{width:100%;max-width:350px;display:grid;gap:18px;padding:30px;border-color:#d9e2e8;background:#fff;color:#13212f;box-shadow:0 22px 60px #21374d14}.auth-card h2{margin:2px 0 -8px;color:#102234;font-size:32px;letter-spacing:-.04em}.auth-card>p{margin:0 0 6px;color:#667787;font-size:13px;line-height:1.65}.auth-field,.auth-card label,.llm-config-form label{display:grid;gap:7px;color:#405260;font-size:12px;font-weight:700}.auth-card input,.llm-config-form input{width:100%;height:42px;margin:0;padding:0 12px;border:1px solid #cdd8df;border-radius:9px;outline:0;background:#fff;color:#102234;font:inherit}.auth-card input:focus,.llm-config-form input:focus{border-color:#248ba0;box-shadow:0 0 0 3px #36a9bd1c}.auth-submit{width:100%;height:42px}.auth-submit:disabled{cursor:wait}.auth-card .notice{margin:0}.auth-invite-only{color:#7d8c98;line-height:1.5;text-align:center}.auth-page.compact{display:flex;align-items:stretch;justify-content:center;background:#f4f7f9}.auth-page.compact .auth-form-panel{width:min(100%,560px)}.auth-brand.compact{margin-bottom:20px;color:#13212f}.device-detail{display:grid;gap:8px;padding:15px;border:1px solid #d8e1e7;border-radius:10px;background:#fff}.device-detail span{display:flex;justify-content:space-between;gap:18px;color:#71808d;font-size:12px}.device-detail strong{color:#233746}.system-settings-page{padding:38px 0 70px}.settings-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-bottom:26px;border-bottom:1px solid #17324a}.settings-page-head h1{margin:10px 0 7px;font-size:34px}.settings-page-head p{margin:0;color:#8da3b7}.settings-security-note{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid #285267;border-radius:10px;background:#0b1d2b}.settings-security-note svg{width:19px;color:#62d7e6}.settings-security-note span{display:grid}.settings-security-note strong{font-size:12px}.settings-security-note small{margin-top:3px;color:#718ca2;font-size:10px}.system-settings-content{min-width:0;padding-top:26px}.llm-admin-page>header{padding:3px 0 20px}.llm-admin-page>header h2{margin:8px 0;font-size:28px;letter-spacing:-.035em}.llm-admin-page>header p{max-width:760px;margin:0;color:#88a0b5;font-size:13px;line-height:1.7}.llm-config-card .ui-card-content{padding:0}.llm-config-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.llm-form-heading{grid-column:1 / -1;display:flex;align-items:baseline;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #18344b}.llm-form-heading small{color:#6e879e}.llm-config-form label{color:#9ab0c3}.llm-config-form label.wide{grid-column:1 / -1}.llm-config-form input{border-color:#294761;background:#07111c;color:#eaf3ff}.llm-config-form button{width:fit-content;align-self:end;justify-self:end;cursor:pointer}.llm-admin-page>.notice{margin:14px 0 0}.llm-config-list{margin-top:28px}.llm-list-head{display:flex;justify-content:space-between;padding:0 2px 12px;border-bottom:1px solid #18334a}.llm-list-head span{color:#6f879d;font-size:12px}.llm-config-item{min-height:0;display:grid;grid-template-columns:8px minmax(0,1fr) auto auto;gap:14px;align-items:center;margin-top:10px;padding:16px;border-radius:12px}.llm-config-item>div{min-width:0;display:grid;gap:5px}.llm-config-item strong{font-size:14px}.llm-config-item span{overflow:hidden;color:#8fa5b9;font:11px ui-monospace,monospace;text-overflow:ellipsis;white-space:nowrap}.llm-config-item small{color:#5f7a91}.config-status{width:7px;height:7px;border-radius:50%;background:#65798b}.config-status.online{background:#58dd98;box-shadow:0 0 9px #58dd9888}.empty-config{padding:28px 4px;color:#6f879c;font-size:13px}@media (max-width: 860px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:28px}.system-settings-layout{grid-template-columns:1fr}.system-settings-nav{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.system-settings-nav>span{grid-column:1 / -1}.settings-page-head{align-items:flex-start;flex-direction:column}}@media (max-width: 620px){.product-nav{height:auto;min-height:68px;flex-wrap:wrap;padding:12px 0}.tabs{order:3;width:100%;margin-left:0;overflow-x:auto}.account-menu>span{display:none}.system-settings-nav,.llm-config-form{grid-template-columns:1fr}.llm-config-form label.wide,.llm-form-heading{grid-column:1}}.tabs{display:flex;gap:6px;margin-left:22px}.tab{padding:7px 14px;border:1px solid transparent;border-radius:999px;background:transparent;color:#9fb2c8;font-size:14px;cursor:pointer}.tab:hover{color:#eaf3ff}.tab.active{background:#0b1929cc;border-color:#23415e;color:#eaf3ff}.key-input{margin-left:auto;width:250px;padding:8px 12px;border-radius:9px;border:1px solid #1d3854;background:#0b1929cc;color:#eaf3ff;font-size:13px}.key-input::placeholder{color:#5c7288}.identity-chip{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:6px 10px;border:1px solid #23415e;border-radius:999px;color:#7890aa;font-size:12px;white-space:nowrap}.identity-chip+.key-input{margin-left:0}.identity-chip i{width:6px;height:6px;border-radius:50%;background:#7890aa}.identity-chip.admin{border-color:#2f6f78;color:#9ce7e4}.identity-chip.admin i{background:#62e6d7;box-shadow:0 0 10px #62e6d7}.auth-notice{margin-top:8px}.page-head{padding:48px 0 18px;border-bottom:1px solid #17324a}.page-eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#75c9d3;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;text-transform:uppercase}.signal-pulse{position:relative;width:7px;height:7px;border-radius:50%;background:#62e6d7;box-shadow:0 0 12px #62e6d7}.page-head h2{margin:0 0 10px;font-size:34px;letter-spacing:-.04em}.page-lead{margin:0;max-width:780px;color:#9fb2c8;line-height:1.7}.settings-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:start;padding-top:30px}.settings-sidebar{position:sticky;top:20px;padding:14px;border:1px solid #1d3854;border-radius:16px;background:#091726cc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.settings-sidebar-title{padding:4px 10px 12px;color:#5f7891;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.settings-nav-item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:11px 10px;border:0;border-radius:10px;background:transparent;color:#91a6ba;font:inherit;font-size:13px;cursor:pointer;text-align:left}.settings-nav-item>span{display:flex;align-items:center;gap:9px}.settings-nav-item small{display:grid;min-width:22px;height:22px;place-items:center;border-radius:7px;background:#0d2032;color:#638099}.settings-nav-item:hover{color:#eaf3ff;background:#0d2032}.settings-nav-item.active{background:#123047;color:#f2fbff;box-shadow:inset 2px 0 #62d7e6}.nav-signal{width:6px;height:6px;border-radius:50%;background:#496078}.nav-signal.online{background:#5ee29c;box-shadow:0 0 8px #5ee29c99}.nav-signal.configured{background:#d7a84c;box-shadow:0 0 8px #d7a84c66}.settings-sidebar-note{margin:14px 10px 2px;padding-top:14px;border-top:1px solid #17324a;color:#5f7891;font-size:11px;line-height:1.65}.settings-content{min-width:0}.provider-family-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;padding-top:30px;align-items:start}.provider-family-index{position:sticky;top:20px;padding:12px;border:1px solid #1d3854;border-radius:16px;background:#091726cc}.provider-family-index-item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:13px 12px;border:0;border-radius:11px;background:transparent;color:#91a6ba;cursor:pointer;text-align:left}.provider-family-index-item:hover,.provider-family-index-item.active{background:#123047;color:#f2fbff}.provider-family-index-item.active{box-shadow:inset 2px 0 #62d7e6}.provider-family-index-item span,.provider-family-index-item b,.provider-family-index-item small{display:block;min-width:0}.provider-family-index-item b{font-size:14px}.provider-family-index-item small{margin-top:4px;overflow:hidden;color:#6f869d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-family-index>p{margin:14px 10px 2px;padding-top:14px;border-top:1px solid #17324a;color:#5f7891;font-size:11px;line-height:1.6}.provider-family-detail{min-width:0}.provider-family{min-width:0;padding:20px;border:1px solid #1d3854;border-radius:18px;background:#091726b8}.provider-family.doubao{border-color:#493725}.provider-family-prompt{margin:15px 0 0;color:#9fb2c8;font-size:12px;font-weight:650}.provider-family-form{display:grid;gap:20px}.provider-family-head{align-items:center}.provider-family-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.provider-family-heading-copy{min-width:0}.provider-family-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.provider-family-title-line .status-badge{margin-top:0}.provider-family-heading-copy>span{display:block;margin-top:5px;color:#7890aa;font-size:13px}.provider-enabled-switch{display:inline-flex;height:32px;padding:0 6px;border-radius:8px;align-items:center;gap:8px;color:var(--muted-foreground);font-size:12px;font-weight:600}.provider-enabled-switch>span{display:inline-block;min-width:48px;margin-top:0;text-align:right}.provider-switch-spinner{display:block;width:14px;height:14px;margin-left:auto}.provider-family-endpoint{display:grid;gap:5px;padding:12px 14px;border:1px solid #1d3854;border-radius:12px;background:#081522}.provider-family-endpoint>span{color:#7f98af;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.provider-family-endpoint code{color:#dbeaff;font-size:13px;overflow-wrap:anywhere}.provider-family-endpoint small{color:#66839d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;overflow-wrap:anywhere}.provider-family-key{display:grid;gap:7px;color:#a9bdd1;font-size:12px;font-weight:650}.provider-family-key small{color:#60788e;font-size:11px;font-weight:400}.provider-family-credentials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.provider-family-key .secret-input{position:relative}.secret-input-field{margin-top:0}.provider-family-key .secret-input input{padding-right:44px}.secret-input-actions{position:absolute;top:50%;right:4px;display:flex;align-items:center;gap:1px;transform:translateY(-50%)}.provider-family-key .secret-input-toggle{width:34px;height:34px;padding:0}.provider-capability-actions{display:flex;align-items:center;gap:8px;margin-top:-6px}.provider-capability-actions [data-slot=button]{min-width:116px}.provider-capability-actions svg{width:16px;height:16px}.provider-message-slot{display:grid;min-height:76px;gap:5px;padding:12px 14px;border:1px solid #1d3854;border-radius:12px;background:#081522;color:#9fb2c8}.provider-message-slot strong{color:#dbeaff;font-size:13px}.provider-message-slot p{margin:0;font-size:12px;line-height:1.55;white-space:pre-line;overflow-wrap:anywhere}.provider-message-slot small{color:#66839d;font:10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.provider-message-slot.loading{border-color:#365a73;background:#0a1a29}.provider-message-slot.loading strong{color:#9edee7}.provider-message-slot.success{border-color:#2c5b43;background:#0c211c}.provider-message-slot.success strong{color:#9fe3bd}.provider-message-slot.error{border-color:#7a342f;background:#281817}.provider-message-slot.error strong,.provider-message-slot.error p{color:#ffb4ae}.provider-message-slot.error small{color:#d58f8a}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.provider-family-models{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.provider-family-models.single{grid-template-columns:minmax(0,1fr)}.provider-family-models>label{display:grid;gap:9px;padding:15px;border:1px solid #1d3854;border-radius:13px;background:#0a1928}.provider-family-models>label>span{display:flex;align-items:center;justify-content:space-between;color:#dbeaff;font-size:13px}.provider-family-models input[type=checkbox]{width:auto;margin:0;accent-color:#62d7e6}.provider-family-models select{margin:0}.model-control-row{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,36px);gap:8px}.notice{margin-top:18px;padding:12px 16px;border:1px solid #23415e;border-radius:12px;background:#0b1929cc;color:#c9d8e8;font-size:14px;line-height:1.6}.notice.error{border-color:#6b2f2c;color:#ffb4ae}.notice.ok{border-color:#2c5b43;color:#9fe3bd}.cap-section{margin-top:0}.cap-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #1d3854}.cap-head h3{margin:0;font-size:19px}.audio-provider-onboarding{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.audio-provider-entry{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:17px;border:1px solid #21445f;border-radius:14px;background:linear-gradient(145deg,#0b1d2e,#091521)}.audio-provider-entry .audio-provider-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#173b55;color:#79e8f6;font:800 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.audio-provider-entry.seed{border-color:#513b2a}.audio-provider-entry.seed .audio-provider-mark{background:#3c291d;color:#ff9b62}.audio-provider-entry strong{display:block;color:#edf7ff;font-size:14px}.audio-provider-entry p{margin:5px 0 0;color:#7890aa;font-size:12px;line-height:1.55}.audio-provider-entry [data-slot=button]{grid-column:1 / -1;justify-self:start}[data-slot=button].seed-action{border-color:#b75b2d;background:#3a2118;color:#ffb184;font-weight:700}[data-slot=button].seed-action:hover:not(:disabled){border-color:#ff8642;color:#ffd1b6}.audio-provider-security{grid-column:1 / -1;margin:0 2px;color:#60788e;font-size:11px}.llm-provider-onboarding{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.llm-provider-intro{grid-column:1 / -1;padding:15px 17px;border:1px solid #24465e;border-radius:13px;background:#0a1928}.llm-provider-intro strong{color:#eaf5ff;font-size:14px}.llm-provider-intro p{margin:5px 0 0;color:#7890aa;font-size:12px;line-height:1.6}.llm-provider-entry{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid #1d3854;border-radius:12px;background:linear-gradient(145deg,#0b1b2a,#091521);color:inherit;cursor:pointer;text-align:left}.llm-provider-entry:hover:not(:disabled){border-color:#3a6886;background:#0e2234}.llm-provider-entry:disabled{opacity:.45;cursor:not-allowed}.llm-provider-entry span{min-width:0}.llm-provider-entry strong,.llm-provider-entry small{display:block}.llm-provider-entry strong{color:#e8f4ff;font-size:13px}.llm-provider-entry small{margin-top:4px;color:#6f869d;font-size:11px}.llm-provider-entry b{flex:0 0 auto;color:#72dce9;font-size:12px;font-weight:650}.btn{padding:7px 14px;border:1px solid #23415e;border-radius:9px;background:#0b1929;color:#c9d8e8;font-size:13px;cursor:pointer}.btn:hover:not(:disabled){border-color:#35608a;color:#fff}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:#61dafb;border-color:#61dafb;color:#08111f;font-weight:700}.btn.danger{border-color:#6b2f2c;color:#ffb4ae}.empty{margin-top:14px;padding:22px;border:1px dashed #1d3854;border-radius:14px;color:#5c7288;font-size:14px;text-align:center}.provider-card{margin-top:14px;padding:18px 20px;border:1px solid #1d3854;border-radius:14px;background:linear-gradient(145deg,#0c1b2c,#0a1523)}.provider-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.provider-title strong{font-size:16px}.badge{padding:3px 9px;border:1px solid #23415e;border-radius:999px;color:#9fb2c8;font-size:12px}.badge-local{border-color:#2c5b43;color:#9fe3bd}.badge-remote{border-color:#35608a;color:#9ecbf2}.badge-service{color:#7890aa}.badge-on{border-color:#2c5b43;color:#9fe3bd}.badge-off{border-color:#6b2f2c;color:#ffb4ae}.provider-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:8px 26px;margin:14px 0 0}.provider-meta>div{display:flex;gap:10px;font-size:13px}.provider-meta dt{min-width:62px;color:#5c7288}.provider-meta dd{margin:0;color:#c9d8e8;word-break:break-all}.provider-notes{grid-column:1 / -1}.ok-text{color:#9fe3bd}.err-text{color:#ffb4ae}.provider-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.tts-test-panel{margin-top:16px;padding:16px;border:1px solid #284966;border-radius:12px;background:#08131f}.tts-test-panel label{display:block;margin-bottom:8px;color:#c4d4e5;font-size:13px}.tts-test-panel textarea{box-sizing:border-box;width:100%;resize:vertical;min-height:80px;padding:10px 12px;border:1px solid #31516d;border-radius:9px;background:#07101a;color:#eef6ff;font:inherit;line-height:1.55}.tts-test-actions,.tts-test-result{display:flex;align-items:center;gap:12px;margin-top:10px;flex-wrap:wrap}.tts-test-actions span{color:#7890a7;font-size:12px}.tts-test-result audio{flex:1 1 320px;max-width:100%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px;background:#08111fd9;overflow-y:auto}.modal{width:min(680px,100%);padding:26px 28px;border:1px solid #23415e;border-radius:18px;background:#0c1b2c}.modal h3{margin:0 0 6px;font-size:20px}.modal label{display:block;margin-top:14px;font-size:13px;color:#9fb2c8}.modal select,.modal input{display:block;width:100%;margin-top:6px;padding:9px 12px;border:1px solid #1d3854;border-radius:9px;background:#08111f;color:#eaf3ff;font-size:14px}.modal input::placeholder{color:#5c7288}.modal .secret-input{position:relative;margin-top:6px}.modal .secret-input input{margin-top:0;padding-right:46px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.modal .secret-input-toggle{position:absolute;top:50%;right:5px;width:34px;height:34px;margin:0;padding:0;transform:translateY(-50%);color:#7f96ad}.modal .secret-input-toggle:hover{color:#eaf3ff;background:#173049}.modal .secret-input-toggle:disabled{opacity:.45}.modal .secret-input-toggle svg{width:17px;height:17px}.modal small{display:block}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-hint{margin:8px 0 0;font-size:12.5px;color:#7890aa}.form-check{display:flex;align-items:center;gap:8px}.form-check input{display:inline;width:auto;margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}@media (max-width: 720px){.form-row-2{grid-template-columns:1fr}.key-input{width:150px}.tabs{margin-left:10px}nav{flex-wrap:wrap;height:auto;padding:14px 0}.identity-chip{order:3;margin-left:0}.settings-layout{grid-template-columns:1fr;gap:18px}.provider-family-shell{grid-template-columns:1fr}.provider-family-index{position:static}.provider-family-models,.provider-family-credentials{grid-template-columns:1fr}.provider-family-head{align-items:flex-start;flex-direction:column}.provider-family-head-actions{justify-content:flex-start}.settings-sidebar{position:static;display:flex;overflow-x:auto;gap:5px;padding:8px}.settings-sidebar-title,.settings-sidebar-note{display:none}.settings-nav-item{width:auto;flex:0 0 auto}.audio-provider-onboarding{grid-template-columns:1fr}.audio-provider-security{grid-column:1}.llm-provider-onboarding{grid-template-columns:1fr}.llm-provider-intro{grid-column:1}}.migrated-workbench{margin-top:18px;overflow:hidden;border:1px solid #20344b;border-radius:16px;background:#050913;box-shadow:0 30px 90px #02050bb3}.studio-surface{--workbench-h5-action-rail: 90px;width:100%;height:100%;margin:0;padding:0;overflow:hidden}.studio-surface .migrated-workbench{position:relative;display:flex;flex-direction:column;height:100vh;margin:0;border:0;border-radius:0;box-shadow:none}.studio-surface .migrated-workbench.is-compact{width:min(1180px,calc(100vw - 32px));height:calc(100vh - 32px);margin:16px auto;border:1px solid #20344b;border-radius:16px;box-shadow:0 24px 80px #02050bb3}.studio-surface .workbench-frame{flex:1;height:auto;min-height:0}.workbench-shell-bar{min-height:48px;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:7px 12px;border-bottom:1px solid #203044;background:#090f1b}.studio-surface .workbench-shell-bar{position:absolute;z-index:12;top:3px;right:var(--workbench-h5-action-rail);max-width:calc(100% - 300px);min-height:38px;padding:0;border:0;background:transparent}.studio-surface .workbench-shell-actions{height:38px}.workbench-title{min-width:0;display:flex;align-items:baseline;gap:12px}.workbench-title>span{color:#62d7e6;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em}.workbench-title>strong{color:#f3f7fc;font-size:17px;letter-spacing:-.02em}.workbench-title>small{overflow:hidden;color:#71839a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.workbench-shell-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto}.workbench-template-select{width:184px;height:34px;margin-top:0;background:#0b1421;font-size:11px;font-weight:750}.workbench-generate-audio{flex:0 0 34px;width:34px;height:34px;border-color:#30465e;background:#0b1421}.workbench-generate-audio>svg{display:block;width:15px;height:15px;flex:none}.workbench-generate-audio.is-generating{color:#82e7f2;animation:workbench-generation-breathe 1.55s ease-in-out infinite}.workbench-generate-audio>.workbench-generation-spinner{width:17px;height:17px;animation:workbench-generation-spin .9s linear infinite}@keyframes workbench-generation-breathe{0%,to{border-color:#30465e;box-shadow:0 0 #62d7e614}50%{border-color:#62d7e6;box-shadow:0 0 0 4px #62d7e624,0 0 18px #62d7e638}}@keyframes workbench-generation-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion: reduce){.workbench-generate-audio.is-generating,.workbench-generate-audio>.workbench-generation-spinner{animation:none}}.tts-shell-button{padding:8px 11px;border:1px solid #2c7181;border-radius:8px;background:#103044;color:#c9f7fa;font-size:11px;font-weight:800;cursor:pointer}.tts-shell-button:hover:not(:disabled){border-color:#62d7e6;background:#164158}.tts-shell-button:disabled{opacity:.42;cursor:not-allowed}.voice-picker{max-width:190px;padding:8px 28px 8px 10px;border:1px solid #30465e;border-radius:8px;background:#0b1421;color:#dbe7f5;font-size:11px;font-weight:750;cursor:pointer}.voice-picker:focus{outline:2px solid #3b8298;outline-offset:1px}.voice-select{position:relative;width:184px;flex:0 0 auto}.voice-select-trigger{width:100%;height:34px;display:grid;grid-template-columns:auto minmax(0,1fr) 14px;align-items:center;gap:8px;padding:0 9px;border:1px solid #30465e;border-radius:9px;background:#0b1421;color:#dbe7f5;cursor:pointer;text-align:left}.voice-select-trigger:hover,.voice-select-trigger[aria-expanded=true]{border-color:#4a7894;background:#0e1c2b}.voice-select-value{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.voice-select-value strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.voice-select-value small{color:#71869c;font:9px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.voice-select-chevron{width:14px;height:14px;display:block;align-self:center;color:#8ba0b6;transition:transform .16s ease}.voice-select-trigger[aria-expanded=true] .voice-select-chevron{transform:rotate(180deg)}.voice-pulse{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#173449;color:#65d8e6;transform:rotate(90deg)}.voice-select-menu{z-index:76;max-width:calc(100vw - 24px);overflow:hidden;border:1px solid #294159;border-radius:12px;background:#080e18;color:#dce8f6;box-shadow:0 22px 70px #000d}.voice-select-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:11px 12px;border-bottom:1px solid #1c3044}.voice-select-heading strong{font-size:12px}.voice-select-heading small{color:#667b91;font-size:9px}.voice-options{max-height:min(440px,calc(100vh - 130px));overflow-y:auto;overscroll-behavior:contain;padding:5px}.voice-option{display:grid;grid-template-columns:minmax(0,1fr) 30px 52px;align-items:center;gap:7px;min-width:0;padding:8px;border:1px solid transparent;border-radius:8px}.voice-option:hover{background:#0d1724}.voice-option.selected{border-color:#28586c;background:#0d1d2b;box-shadow:inset 2px 0 #62d7e6}.voice-option-copy{min-width:0;display:grid;gap:2px}.voice-option-copy strong{color:#e9f2fb;font-size:11px}.voice-option-copy span{overflow:hidden;color:#8fa3b7;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.voice-option-copy small{overflow:hidden;color:#5f7890;font:8px ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.voice-option-preview,.voice-option-use{height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #2b4b62;border-radius:7px;background:#0d1d2c;color:#bcd7e8;cursor:pointer}.voice-option-preview{width:30px;padding:0}.voice-option-preview svg{width:12px;height:12px}.voice-option-use{gap:3px;padding:0 7px;font-size:9px;white-space:nowrap}.voice-option-use svg{width:10px;height:10px}.voice-option-preview:hover:not(:disabled),.voice-option-use:hover:not(:disabled){border-color:#5dcbd8;color:#dffcff}.voice-option-preview:disabled,.voice-option-use:disabled{opacity:.34;cursor:not-allowed}.voice-option.selected .voice-option-use{opacity:1;border-color:transparent;background:transparent;color:#66d9e4}.voice-record-option{width:100%;display:flex;align-items:center;gap:10px;padding:10px 13px;border:0;border-top:1px solid #1b2b3c;background:#07101a;color:#6ddae4;cursor:pointer;text-align:left}.voice-record-option:hover{background:#0c1926}.voice-record-option>svg{width:15px;height:15px}.voice-record-option>span{display:grid;gap:2px}.voice-record-option strong{font-size:10px}.voice-record-option small{color:#64798e;font-size:8px}.provider-indicator{display:inline-flex;align-items:center;gap:6px;color:#6f8198;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.provider-indicator:before{width:6px;height:6px;border-radius:50%;background:#617086;content:""}.provider-indicator.ready{color:#8ee7dd}.provider-indicator.ready:before{background:#62e6d7;box-shadow:0 0 10px #62e6d7}.voice-recorder-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#02050bd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.voice-recorder{width:min(620px,100%);overflow:hidden;border:1px solid #294159;border-radius:16px;background:#080e18;color:#dce8f6;box-shadow:0 28px 100px #000c}.voice-recorder>header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #1c3044}.voice-recorder>header span{color:#7188a2;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}.voice-recorder h3{margin:4px 0 0;color:#f5f9ff;font-size:22px}.voice-recorder-close{border:0;background:transparent;color:#718399;font-size:26px;cursor:pointer}.voice-recorder-close:hover{color:#fff}.voice-meter{min-height:86px;display:flex;align-items:center;justify-content:center;gap:5px;margin:18px 20px 8px;padding:12px 84px 12px 18px;position:relative;border:1px solid #20384d;border-radius:12px;background:#050a12}.voice-meter i{width:4px;min-height:8px;border-radius:4px;background:#476077;transition:height 80ms linear,background .2s}.voice-meter.live i{background:linear-gradient(#ff9c88,#e64f5f);box-shadow:0 0 8px #e64f5f55}.voice-meter strong{position:absolute;right:18px;color:#b8cadc;font:14px ui-monospace,SFMono-Regular,Menlo,monospace}.voice-recorder-message{margin:0 20px 14px;color:#91a5b9;font-size:12px}.voice-recorder-message.error{color:#ff9e9e}.voice-recorder audio{width:calc(100% - 40px);margin:0 20px 14px;height:36px}.voice-recorder label{display:grid;gap:7px;margin:0 20px;color:#c9d7e5;font-size:12px;font-weight:750}.voice-recorder textarea{resize:vertical;min-height:88px;border:1px solid #294158;border-radius:10px;padding:10px 12px;background:#060b13;color:#edf5ff;font:13px/1.7 ui-sans-serif,system-ui,sans-serif}.voice-recorder textarea:focus{outline:2px solid #3f8199;outline-offset:1px}.voice-recorder label small{color:#71869c;font-weight:500}.voice-recorder-actions{display:flex;align-items:center;gap:9px;padding:16px 20px}.voice-recorder-actions .record{border-color:#9d4653;background:#4a1822;color:#ffdbe0}.voice-recorder-actions .stop{border-color:#e96f75;background:#9c2837;color:#fff}.voice-recorder-actions .disabled{pointer-events:none;opacity:.4}.voice-recorder>footer{padding:11px 20px;border-top:1px solid #1b2b3c;color:#687c90;background:#060b13;font-size:11px}.workbench-status-line{padding:7px 16px;border-bottom:1px solid #17273a;background:#07101c;color:#71839a;font-size:10px}.studio-surface .workbench-status-line{position:absolute;z-index:20;top:48px;left:12px;right:12px;overflow:hidden;padding:7px 12px;border:1px solid #294159;border-radius:8px;background:#07101ce8;box-shadow:0 8px 24px #0008;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.workbench-frame{position:relative;width:100%;height:min(760px,calc(100vh - 190px));min-height:620px;overflow:hidden;background:#050913}.workbench-frame iframe{display:block;width:100%;height:100%;border:0;background:#050913}.workbench-load-state{display:grid;width:100%;height:100%;place-items:center;padding:32px;color:#8fa4bd;background:#050913;text-align:center}.workbench-frame.landscape{background:radial-gradient(ellipse at center,#10283b 0,#050913 62%)}@media (max-width: 900px){.ui-sidebar{position:fixed;inset:0 auto 0 0;width:min(284px,calc(100vw - 52px));transform:translate(-102%);transition:transform .2s ease}.ui-sidebar.open{transform:translate(0)}.app-sidebar-close{display:inline-flex}.app-mobile-header{min-height:54px;display:flex;align-items:center;gap:10px;padding:7px 12px;border-bottom:1px solid #193149;background:#091725e8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-mobile-brand{display:flex;align-items:center;gap:8px;color:var(--foreground);text-decoration:none}.app-mobile-brand .mark{width:28px;height:28px;border-radius:7px;font-size:11px}.app-mobile-brand strong{font-size:13px;letter-spacing:.08em}[data-slot=button].app-sidebar-scrim{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:#02070db8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-main-content>.web-welcome,.app-main-content>.billing-page{width:min(100% - 32px,1120px)}.app-main-content.studio{height:calc(100dvh - 54px)}.workbench-shell-bar{flex-direction:row;align-items:center;overflow-x:auto}.studio-surface .workbench-shell-bar{right:var(--workbench-h5-action-rail);max-width:calc(100% - 102px)}.workbench-shell-actions{width:max-content;align-items:center;flex-direction:row;flex-wrap:nowrap}.studio-surface .workbench-frame{height:auto;min-height:0}}.brand-link{display:inline-flex;align-items:center;gap:10px;color:#eaf3ff;text-decoration:none;font-weight:800}.tabs a{text-decoration:none}.web-welcome{min-height:calc(100vh - 150px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:72px;padding:72px 0 96px}.surface-label{color:#62d7e6;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.17em}.welcome-copy h1,.billing-page h1,.admin-gate h1{max-width:760px;margin:20px 0;font-size:clamp(42px,6vw,74px);line-height:1.04;letter-spacing:-.055em}.welcome-copy p,.billing-page>p,.admin-gate p{max-width:690px;color:#9fb2c8;font-size:18px;line-height:1.75}.welcome-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.surface-cta{display:inline-flex;padding:11px 17px;border:1px solid #284966;border-radius:10px;background:#0a1828;color:#cbdced;font-weight:800;text-decoration:none}.surface-cta.primary{border-color:#62d7e6;background:#62d7e6;color:#06111d}.welcome-preview{display:grid;grid-template-columns:auto 1fr;gap:18px 24px;padding:34px;border:1px solid #203b55;border-radius:18px;background:linear-gradient(145deg,#0c1d30,#07121f);box-shadow:0 26px 80px #0008}.welcome-preview span{color:#5d7993;font:10px ui-monospace,monospace;letter-spacing:.1em}.welcome-preview strong{padding-bottom:18px;border-bottom:1px solid #17324a;font-size:20px}.billing-page,.admin-gate{max-width:850px;padding:92px 0}.billing-boundary{display:grid;gap:8px;margin:32px 0;padding:22px;border-left:3px solid #ff9b5a;background:#151a23}.billing-boundary span{color:#9fb2c8;line-height:1.6}.codex-surface{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;background:#050913}.codex-surface iframe{display:block;width:100%;height:100%;border:0}.template-management-page{padding:54px 0 40px}.template-management-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.template-management-head h1{margin:12px 0 8px;font-size:clamp(38px,5vw,58px)}.template-management-head p{margin:0;color:var(--muted-foreground);font-size:15px}.admin-section-nav{display:inline-flex;height:38px;gap:4px;padding:3px;border:1px solid var(--border);border-radius:10px;background:#07111c}.admin-section-nav a{display:inline-flex;align-items:center;padding:0 12px;border-radius:7px;color:var(--muted-foreground);font-size:12px;font-weight:700;text-decoration:none}.admin-section-nav a:hover,.admin-section-nav a.active{background:var(--secondary);color:var(--foreground)}.template-boundary-note{display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;align-items:start;margin:24px 0;padding:15px 17px;border:1px solid #294159;border-radius:12px;background:#091725;color:#90a6bc;font-size:12px;line-height:1.65}.template-boundary-note svg{width:18px;height:18px;color:var(--primary)}.template-catalog-panel{display:grid;gap:16px}.template-catalog-state{min-height:96px;display:grid;place-items:center;gap:6px;padding:24px;border:1px dashed var(--border);border-radius:14px;color:var(--muted-foreground)}.template-catalog-state.error{place-items:start;border-style:solid;border-color:#6b2f2c;background:#2d1818;color:#ffb4ae}.template-record{overflow:hidden}.template-record-head{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}.template-record-head [data-slot=button] svg{width:14px;height:14px}.template-record-title-line{display:flex;align-items:center;gap:8px}.template-record-title-line [data-slot=card-title]{font-size:20px}.template-record-head [data-slot=card-description]{margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.template-record-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:24px 42px}.template-record-content>p{margin:0;color:#c4d3e2;line-height:1.7}.template-record-content dl{display:grid;gap:8px;margin:0}.template-record-content dl div{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px}.template-record-content dt{color:var(--muted-foreground);font-size:12px}.template-record-content dd{min-width:0;margin:0;color:#c7d7e7;font-size:12px}.template-record-content code{color:#80ddec;font:11px ui-monospace,SFMono-Regular,Menlo,monospace}.template-profile-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-profile-list>span{display:grid;gap:5px;padding:13px 15px;border:1px solid var(--border);border-radius:10px;background:#081522}.template-profile-list strong{font:750 14px ui-monospace,SFMono-Regular,Menlo,monospace}.template-profile-list small{color:var(--muted-foreground)}@media (max-width: 760px){.web-welcome{grid-template-columns:1fr;gap:36px;padding-top:44px}.welcome-copy h1,.billing-page h1,.admin-gate h1{font-size:42px}.voice-recorder-backdrop{align-items:end;padding:0}.voice-recorder{border-radius:16px 16px 0 0}.voice-meter{padding-right:68px;gap:3px}.voice-select{width:184px}.template-management-head{align-items:flex-start;flex-direction:column}.template-record-head,.template-record-content{grid-template-columns:1fr;align-items:flex-start;flex-direction:column}.template-profile-list{grid-column:1;grid-template-columns:1fr}}
