:root{--bg:#f7f7f4;--surface:#fff;--surface-soft:#f2f2ee;--line:#e4e4de;--ink:#171817;--muted:#676b67;--accent:#111311;--accent-soft:#e9ebe6;--good:#287a55;--warn:#996b1a;--danger:#b83d3d;--shadow:0 18px 48px #1214120e;--radius:22px;--sans:"Inter","Söhne","Segoe UI",Arial,sans-serif}*{box-sizing:border-box}.skip-link{z-index:100;color:#fff;background:#111311;border-radius:10px;padding:10px 14px;position:fixed;top:-60px;left:12px}.skip-link:focus{top:12px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1{letter-spacing:-.065em}h2,h3{letter-spacing:-.035em}p{line-height:1.58}.page{min-height:100vh}.surface{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.brand{letter-spacing:-.03em;align-items:center;gap:10px;font-weight:640;display:flex}.brand-mark{background:var(--ink);color:#fff;border-radius:10px;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.public-header,.app-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:20;background:#f7f7f4e0;justify-content:space-between;align-items:center;height:72px;padding:0 max(50vw - 620px,32px);display:flex;position:sticky;top:0}.public-nav{color:var(--muted);align-items:center;gap:28px;font-size:14px;display:flex}.public-nav a.active,.public-nav a:hover{color:var(--ink)}.header-actions,.app-header-actions{align-items:center;gap:12px;display:flex}.text-link{color:var(--muted);font-size:14px}.text-link:hover{color:var(--ink)}.text-link.arrow:after{content:" →"}.btn{border:1px solid var(--line);background:var(--surface);border-radius:13px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 20px;font-size:14px;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn:hover:not(:disabled){background:#fbfbf8;border-color:#c8cac3;transform:translateY(-1px)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover:not(:disabled){background:#292c29}.btn.soft{background:var(--surface-soft)}.btn.small{height:40px;padding:0 16px}.btn.full{width:100%}.pill{border:1px solid var(--line);background:var(--surface);height:34px;color:var(--muted);border-radius:99px;align-items:center;gap:8px;padding:0 13px;font-size:12px;display:inline-flex}.pill-success{color:var(--good);background:#eff8f2;border-color:#d7eadc}.pill-warning{color:var(--warn);background:#fff8e8;border-color:#eee1be}.status{background:var(--surface-soft);height:28px;color:var(--muted);border-radius:999px;align-items:center;padding:0 11px;font-size:12px;display:inline-flex}.status-good{color:var(--good);background:#eef7f1}.status-warn{color:var(--warn);background:#fff6e7}.status-danger{color:var(--danger);background:#fceeee}.hero{grid-template-columns:1fr 506px;align-items:center;gap:62px;max-width:1240px;margin:0 auto;padding:76px 32px 66px;display:grid}.hero-copy h1{margin:23px 0 22px;font-size:62px;line-height:1.03}.hero-copy p{color:var(--muted);max-width:530px;font-size:18px}.hero-actions{gap:10px;margin-top:34px;display:flex}.hero-trust{color:var(--muted);flex-wrap:wrap;gap:18px;margin-top:38px;font-size:12px;display:flex}.hero-trust span:not(:last-child):after{content:"•";padding-left:18px}.hero-board{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:30px;padding:14px}.board-header{height:42px;color:var(--muted);align-items:center;gap:14px;font-size:13px;display:flex}.board-main{object-fit:cover;background:var(--surface-soft);border-radius:19px;width:100%;height:395px}.board-actions{grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;padding:14px 2px 1px;display:grid}.board-actions small{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.board-actions strong{font-size:13px}.section{max-width:1240px;margin:0 auto;padding:66px 32px}.section.narrow{max-width:840px}.section-heading{max-width:660px;margin-bottom:34px}.section-heading.wide{max-width:760px}.section-heading.centered{text-align:center;margin:0 auto 46px}.section-heading h1{margin:20px 0 16px;font-size:54px;line-height:1.08}.section-heading h2,.section h2{margin-bottom:12px;font-size:38px}.section-heading p{color:var(--muted);font-size:17px}.outcome-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.outcome{border:1px solid var(--line);background:var(--surface);border-radius:20px;align-items:center;gap:14px;padding:15px;transition:all .16s;display:flex}.outcome:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.outcome img{object-fit:cover;background:var(--surface-soft);border-radius:14px;width:76px;height:76px}.outcome h3{margin-bottom:7px;font-size:17px}.outcome p{color:var(--muted);font-size:13px;line-height:1.42}.how{padding-top:24px}.step-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);min-height:182px;padding:28px}.step span{color:var(--muted);margin-bottom:36px;font-size:13px;display:block}.step h3{margin-bottom:10px;font-size:20px}.step p{color:var(--muted)}.cta-section{color:#fff;text-align:center;background:#111311;border-radius:32px;max-width:1176px;margin:34px auto 82px;padding:68px 24px}.cta-section h2{margin-bottom:12px;font-size:42px}.cta-section p{color:#c6cac5;margin-bottom:30px}.cta-section .btn.primary{color:#111311;background:#fff;border-color:#fff}.feature-sections{gap:14px;display:grid}.feature-row{background:var(--surface);border:1px solid var(--line);border-radius:28px;grid-template-columns:370px 1fr;align-items:center;gap:48px;padding:18px;display:grid}.feature-row img{object-fit:cover;border-radius:18px;width:100%;height:230px}.feature-row h2{margin-bottom:13px;font-size:31px}.feature-row p{color:var(--muted);max-width:480px;margin-bottom:22px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px;display:grid}.pricing-card{flex-direction:column;min-height:380px;padding:28px;display:flex}.pricing-card.featured{box-shadow:var(--shadow);border-color:#b6b9b1}.pricing-card h3{margin-bottom:28px;font-size:21px}.pricing-card .amount{letter-spacing:-.06em;margin-bottom:15px;font-size:42px;font-weight:570}.pricing-card .amount small{color:var(--muted);font-size:15px;font-weight:400}.pricing-card p{color:var(--muted);min-height:51px}.check-list{gap:12px;margin:25px 0 auto;padding-bottom:24px;font-size:14px;display:grid}.check-list span:before{content:"✓";color:var(--good);width:22px;display:inline-block}.notice{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:15px;margin-top:18px;padding:15px 18px;font-size:14px;line-height:1.5}.notice-success{color:var(--good);background:#eff8f2;border-color:#d7eadc}.notice-error{color:var(--danger);background:#fceeee;border-color:#f4cfcf}.example-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.example-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;overflow:hidden}.example-card img{object-fit:cover;background:var(--surface-soft);width:100%;height:245px}.example-copy{padding:18px}.example-copy h3{margin:12px 0 7px}.example-copy p{color:var(--muted);font-size:13px}.docs-layout{grid-template-columns:230px 1fr;gap:15px;display:grid}.docs-menu{align-content:start;gap:13px;height:max-content;padding:20px;display:grid;position:sticky;top:96px}.docs-menu h3{margin-bottom:9px}.docs-menu a{color:var(--muted);font-size:14px}.docs-content{gap:14px;display:grid}.docs-card{padding:28px}.docs-card h2{margin-bottom:13px;font-size:24px}.docs-card p{color:var(--muted);margin-bottom:20px}.code{color:#d9ddda;background:#101210;border-radius:16px;padding:20px;font:13px/1.6 Consolas,SFMono-Regular,monospace;overflow:auto}.workflow-list{display:grid}.row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:15px 0;display:flex}.row:last-child{border-bottom:0}.row small{color:var(--muted);margin-top:6px;display:block}.faq-list{gap:10px;display:grid}.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:0 20px}.faq-item summary{cursor:pointer;padding:22px 0;font-weight:530;list-style:none}.faq-item p{color:var(--muted);padding:0 0 22px}.auth-page{max-width:460px;margin:0 auto;padding:74px 26px}.auth-card{padding:38px}.auth-card h1{margin-bottom:12px;font-size:37px}.auth-card>p{color:var(--muted);margin-bottom:29px}.auth-form label,.field{color:var(--muted);gap:8px;font-size:13px;display:grid}.auth-form input,.field textarea,.text-box{border:1px solid var(--line);background:#fff;border-radius:13px;outline:0;width:100%;padding:13px 14px}.auth-form input{height:50px}.field textarea,.text-box{resize:vertical;min-height:122px}.auth-form input:focus,.field textarea:focus,.text-box:focus{border-color:#a6aaa2}.auth-back{background:0 0;border:0;margin:0 auto}.divider{color:var(--muted);align-items:center;gap:12px;margin:22px 0;font-size:12px;display:flex}.divider:before,.divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-small{color:var(--muted);text-align:center!important;margin-top:24px!important;margin-bottom:0!important;font-size:13px!important}.auth-small a{color:var(--ink)}.welcome-card{background:var(--surface-soft);border-radius:16px;gap:7px;margin-bottom:22px;padding:20px;display:grid}.welcome-card strong{letter-spacing:-.05em;font-size:30px}.welcome-card span{color:var(--muted);line-height:1.45}.footer{border-top:1px solid var(--line);align-items:center;gap:32px;max-width:1240px;margin:0 auto;padding:30px 32px 42px;display:flex}.footer p{color:var(--muted);flex:1;font-size:13px}.footer nav{color:var(--muted);gap:20px;font-size:13px;display:flex}.app-page{background:var(--bg);min-height:100vh}.avatar{border:1px solid var(--line);background:var(--surface);border-radius:50%;width:38px;height:38px;position:relative}.avatar:after{content:"";background:#c2c5bd;border-radius:50%;width:12px;height:12px;position:absolute;top:8px;left:12px;box-shadow:0 12px 0 4px #c2c5bd}.app-shell{grid-template-columns:240px minmax(0,1fr);min-height:calc(100vh - 72px);display:grid}.sidebar{border-right:1px solid var(--line);background:#f5f5f1;padding:26px 13px}.side-title{text-transform:uppercase;color:var(--muted);letter-spacing:.08em;padding:0 14px 14px;font-size:11px}.side-link{color:#454945;border-radius:13px;align-items:center;gap:11px;height:44px;padding:0 12px;font-size:14px;display:flex}.side-link:hover{background:#eeefea}.side-link.active{background:var(--surface);border:1px solid var(--line);color:var(--ink)}.side-dot{border:1px solid #c0c3bb;border-radius:6px;width:16px;height:16px}.side-divider{background:var(--line);height:1px;margin:19px 10px}.owner-link{margin-top:8px}.app-content{min-width:0;padding:34px 36px 56px}.app-title{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:26px;display:flex}.app-title h1{margin-bottom:9px;font-size:42px}.app-title p{color:var(--muted);font-size:15px}.app-action{flex:none}.studio-home-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.studio-home-card{border:1px solid var(--line);background:var(--surface);border-radius:22px;transition:all .15s;overflow:hidden}.studio-home-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.studio-home-card img{object-fit:cover;background:var(--surface-soft);width:100%;height:146px}.studio-home-card div{padding:17px}.studio-home-card h3{margin-bottom:8px;font-size:19px}.studio-home-card p{color:var(--muted);font-size:13px}.two-column{grid-template-columns:1.1fr .9fr;gap:14px;display:grid}.list-card,.account-summary{padding:24px}.section-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.section-row h2,.list-card h2,.account-summary h2{font-size:22px}.account-summary p{color:var(--muted);margin:14px 0 28px}.summary-actions,.button-row{align-items:center;gap:9px;display:flex}.button-row.wrap{flex-wrap:wrap}.empty-state{text-align:center;background:#fbfbf8;border:1px dashed #d6d8d1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:34px;display:flex}.empty-icon{background:var(--surface-soft);width:44px;height:44px;color:var(--muted);border-radius:13px;place-items:center;margin-bottom:16px;font-size:20px;display:grid}.empty-state h2{margin-bottom:9px;font-size:22px}.empty-state p{max-width:360px;color:var(--muted);margin-bottom:22px}.quick-upload{grid-template-columns:1fr 345px;align-items:center;gap:35px;padding:30px;display:grid}.quick-upload h2{margin:18px 0 12px;font-size:32px}.quick-upload p{color:var(--muted);margin-bottom:26px}.quick-upload img{object-fit:cover;background:var(--surface-soft);border-radius:17px;width:100%;height:258px}.quick-actions{grid-template-columns:repeat(5,1fr);gap:11px;margin-top:14px;display:grid}.quick-card{gap:20px;padding:18px;display:grid}.quick-card span{color:var(--muted);font-size:13px}.studio-experience{position:relative}.mode-tabs{border:1px solid var(--line);background:var(--surface);border-radius:999px;gap:4px;width:max-content;margin-bottom:14px;padding:4px;display:flex}.mode-tabs button{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:10px 17px;font-size:13px}.mode-tabs button.active{background:var(--surface-soft);color:var(--ink)}.workspace-grid{grid-template-columns:255px minmax(420px,1fr) 316px;gap:12px;display:grid}.material-panel{min-height:628px;padding:17px}.panel-title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.panel-title h3,.control-card h3{font-size:16px}.upload-control{margin-bottom:14px}.upload-control input{opacity:0;width:1px;height:1px;position:absolute}.material-card{border:1px solid var(--line);border-radius:13px;align-items:center;gap:10px;margin-bottom:12px;padding:9px;display:flex}.material-card.active{background:var(--surface-soft)}.material-icon{background:linear-gradient(135deg,#e8dfd4,#c8ae91);border-radius:10px;width:45px;height:45px}.material-icon.product{background:linear-gradient(135deg,#efede4,#cbbd9c)}.material-icon.video{background:#222a26}.material-icon.audio{background:linear-gradient(135deg,#232927,#617068)}.material-card small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.material-info{flex:1;min-width:0}.material-info strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.remove{color:var(--muted);background:0 0;border:0;font-size:20px;line-height:1}.material-tip{background:var(--surface-soft);color:var(--muted);border-radius:12px;padding:12px;font-size:12px;line-height:1.45}.layers{margin-top:20px}.layers h4{margin-bottom:10px;font-size:14px}.layer-card{border-top:1px solid var(--line);gap:7px;padding:12px 0;font-size:12px;display:grid}.layer-card label{color:#4a4d49;align-items:center;gap:7px;display:flex}.layer-card small{color:var(--muted)}.studio-canvas{flex-direction:column;min-height:628px;padding:14px;display:flex}.canvas-top{color:var(--muted);justify-content:space-between;align-items:center;padding:1px 2px 13px;font-size:13px;display:flex}.canvas-display{background:var(--surface-soft);border-radius:19px;flex:1;place-items:center;min-height:504px;display:grid;position:relative;overflow:hidden}.canvas-display img{object-fit:cover;width:100%;height:100%}.canvas-display .source-label{background:#ffffffe6;border:1px solid #e7e8e2cc;border-radius:10px;padding:8px 11px;font-size:12px;position:absolute;bottom:14px;left:14px}.right-controls{align-content:start;gap:11px;display:grid}.control-card,.control-card.compact{padding:17px}.workflow-options{gap:8px;margin-top:14px;display:grid}.workflow-options button{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:13px;gap:5px;padding:12px;display:grid}.workflow-options button.selected{background:var(--surface-soft);border-color:#c5c8c0}.workflow-options small{color:var(--muted);font-size:12px}.control-card .text-box{margin-top:13px}.range-row{color:var(--muted);gap:13px;margin-top:14px;font-size:13px;display:grid}.range-row strong{color:var(--ink)}.range-row input{width:100%}.segmented{gap:6px;margin-top:15px;display:flex}.segmented button{border:1px solid var(--line);height:36px;color:var(--muted);background:#fff;border-radius:10px;padding:0 13px}.segmented button.active{background:var(--surface-soft);color:var(--ink)}.consent{color:var(--muted);gap:10px;margin-top:16px;font-size:13px;line-height:1.48;display:flex}.timeline{gap:7px;padding-top:12px;display:flex}.timeline span{background:#dedfd9;border-radius:99px;flex:1;height:8px}.timeline span.active{background:#1a1d1b}.waveform{align-items:center;gap:6px;height:42px;margin-top:11px;padding:0 16px;display:flex}.waveform span{background:#505a55;border-radius:9px;width:4px}.waveform span:first-child{height:12px}.waveform span:nth-child(2){height:26px}.waveform span:nth-child(3){height:18px}.waveform span:nth-child(4){height:34px}.waveform span:nth-child(5){height:28px}.waveform span:nth-child(6){height:16px}.waveform span:nth-child(7){height:31px}.waveform span:nth-child(8){height:12px}.output-grid{grid-template-columns:repeat(3,1fr);gap:7px;padding-top:12px;display:grid}.output-grid span{background:var(--surface-soft);height:48px;color:var(--muted);border-radius:9px;place-items:center;font-size:11px;display:grid}.preview-grid{grid-template-columns:repeat(4,1fr);gap:6px;padding:12px 0 0;display:grid}.preview-variant{border:1px solid var(--line);background:var(--surface-soft);height:92px;color:var(--muted);border-radius:11px;padding:0;overflow:hidden}.preview-variant svg{background:var(--surface-soft);width:100%;height:100%;display:block}.preview-variant:hover{border-color:#adb2aa}.launch-bar{box-shadow:var(--shadow);grid-template-columns:250px 1fr auto;align-items:center;gap:18px;margin-top:12px;padding:14px 17px;display:grid;position:sticky;bottom:14px}.launch-meta{gap:4px;display:grid}.launch-meta small,.launch-meta span{color:var(--muted);font-size:12px}.launch-meta strong{letter-spacing:-.05em;font-size:26px}.launch-actions{justify-content:flex-end;gap:9px;display:flex}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.result-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:14px}.result-preview{background:var(--surface-soft);border-radius:14px;height:220px;margin-bottom:15px;padding:12px}.result-card h3{margin-bottom:6px;font-size:18px}.result-card p{color:var(--muted);margin-bottom:16px;font-size:13px}.library-card{padding:20px}.library-icon{background:var(--surface-soft);border-radius:14px;height:110px;margin-bottom:17px}.library-icon.personas{background:linear-gradient(135deg,#ede1d5,#d3b398)}.library-icon.voices{background:linear-gradient(135deg,#161a18,#596660)}.library-card h3{margin-bottom:9px}.library-card p{min-height:45px;color:var(--muted);margin-bottom:19px;font-size:13px}.support-card{gap:18px;max-width:690px;padding:26px;display:grid}.tabs{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:3px;width:max-content;height:52px;margin-bottom:14px;padding:4px;display:flex}.tabs button{color:var(--muted);background:0 0;border:0;border-radius:10px;padding:0 20px}.tabs button.active{background:var(--surface-soft);color:var(--ink)}.one-time-key{color:#fff;background:#101210;border-radius:14px;gap:9px;margin:15px 0;padding:15px;display:grid}.one-time-key small{color:#b5bbb7}.one-time-key code{word-break:break-all}.api-empty{padding:35px}.api-empty p{color:var(--muted);margin:12px 0 23px}.owner-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px;display:grid}.metric{gap:17px;padding:20px;display:grid}.metric span,.metric small{color:var(--muted);font-size:12px}.metric strong{letter-spacing:-.05em;font-size:30px}.owner-grid{grid-template-columns:1.3fr .7fr;gap:12px;display:grid}.owner-chart,.owner-alerts{padding:23px}.chart{align-items:flex-end;gap:12px;height:180px;padding-top:25px;display:flex}.chart span{background:#dfe3dc;border-radius:8px 8px 2px 2px;width:calc(16.666% - 10px)}.chart span:first-child{height:36%}.chart span:nth-child(2){height:54%}.chart span:nth-child(3){height:47%}.chart span:nth-child(4){background:#191b19;height:82%}.chart span:nth-child(5){height:62%}.chart span:nth-child(6){height:74%}.owner-surfaces{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px;display:grid}.owner-surface{padding:22px}.owner-surface h3{margin-bottom:9px}.owner-surface p{color:var(--muted);min-height:46px;margin-bottom:18px;font-size:13px}.app-loading{min-height:100vh;color:var(--muted);place-items:center;display:grid}@media (width<=1100px){.hero{grid-template-columns:1fr;gap:42px}.hero-board{max-width:550px}.workspace-grid{grid-template-columns:1fr}.material-panel{min-height:0}.studio-canvas{min-height:530px}.right-controls{grid-template-columns:repeat(2,1fr)}.launch-bar{grid-template-columns:1fr;position:static}.chat-layout{grid-template-columns:1fr}.chat-sidebar,.handoff-panel{min-height:0}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.public-header,.app-header{padding:0 18px}.public-nav{display:none}.hero,.section{padding-left:18px;padding-right:18px}.hero-copy h1{font-size:43px}.section-heading h1{font-size:40px}.outcome-grid,.step-grid,.pricing-grid,.example-grid,.studio-home-grid,.two-column,.gallery-grid,.library-grid,.owner-metrics,.owner-grid,.owner-surfaces,.feature-row{grid-template-columns:1fr}.feature-row{gap:20px}.docs-layout{grid-template-columns:1fr}.docs-menu{position:static}.footer{padding-left:18px;padding-right:18px;display:block}.footer p{margin:18px 0}.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);padding:10px;display:flex;overflow-x:auto}.side-title,.side-divider,.owner-link{display:none}.side-link{white-space:nowrap}.app-content{padding:22px 16px 40px}.app-title{display:block}.app-action{margin-top:15px}.app-title h1{font-size:34px}.quick-upload{grid-template-columns:1fr;padding:20px}.quick-upload img{order:-1}.right-controls{grid-template-columns:1fr}.canvas-display{min-height:380px}.mode-tabs{max-width:100%;overflow:auto}.launch-actions{justify-content:stretch}.launch-actions .btn{flex:1}.cta-section{margin-left:18px;margin-right:18px}.board-main{height:310px}.chat-center{min-height:580px}}.inline-input{border:1px solid var(--line);background:var(--surface);min-width:260px;font:inherit;color:var(--text);border-radius:12px;flex:1;padding:11px 13px}.hidden-input{display:none}.attachment-chip{text-overflow:ellipsis;white-space:nowrap;background:var(--surface-subtle);border:1px solid var(--line);max-width:170px;color:var(--muted);border-radius:999px;padding:8px 10px;font-size:12px;line-height:1;overflow:hidden}.preview-variant.selected{border-color:var(--text);background:var(--text);color:var(--surface)}.owner-detail{margin-top:20px;padding:22px}.referral-link{border:1px solid var(--line);background:var(--surface-subtle);text-overflow:ellipsis;white-space:nowrap;border-radius:12px;padding:14px;display:block;overflow:hidden}.telegram-login-widget{justify-content:center;align-items:center;min-height:48px;margin-top:10px;display:flex}.auth-hint{color:var(--muted);text-align:center!important;margin:12px 0 0!important;font-size:12px!important}.recommended-tag{color:#305c44;vertical-align:middle;background:#e8f0e8;border-radius:999px;margin-left:8px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:600}.scene-usage-summary{color:var(--muted);gap:6px;margin-top:10px;font-size:12px;display:grid}.scene-usage-summary b{color:var(--ink)}.inline-input.full{width:100%;min-width:0}.layer-card .text-link{text-align:left;margin-top:7px;font-size:12px}.final-result-card{border:1px solid var(--border);background:var(--surface-elevated,#fff);border-radius:18px;gap:12px;margin-top:16px;padding:14px;display:grid}.final-result-card img,.final-result-card video{object-fit:contain;background:var(--surface-muted,#f6f5f2);border-radius:14px;width:100%;max-height:420px;display:block}.final-result-card audio{width:100%}.material-manage .material-info{flex:1;min-width:0}.material-role-select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:10px;margin-top:8px;padding:8px 10px;font-size:12px}.layer-instruction{color:var(--muted);gap:6px;margin-top:10px;font-size:12px;display:grid}.layer-instruction textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);width:100%;min-height:68px;font:inherit;color:var(--text);border-radius:10px;padding:9px 10px}:root{--reference-blue:#3e72ed;--reference-purple:#5a42ef;--reference-blue-soft:#edf3ff;--reference-green:#20b87d;--reference-green-soft:#eaf9f2;--reference-orange:#f29440;--reference-orange-soft:#fff2e7;--reference-purple-soft:#f1edff;--reference-cyan:#20a4dc;--reference-cyan-soft:#eaf8ff;--reference-line:#e8edf6;--reference-muted:#8390aa;--reference-ink:#101627}.reference-page{color:var(--reference-ink);background:#fff;min-height:100vh}.reference-header{background:#fff;border-bottom:1px solid #f0f2f8;height:74px;padding:0 34px}.reference-brand{letter-spacing:.23em;color:#11182b;font-size:25px;font-weight:750;line-height:1;text-decoration:none}.reference-brand .brand-mark,.reference-header .public-nav{display:none}.reference-header .header-actions{align-items:center;gap:14px;display:flex}.reference-header .btn{border-radius:10px;place-items:center;min-width:98px;height:46px;padding:0 22px;font-weight:600;display:grid}.auth-secondary{border:1px solid var(--reference-line);color:#121827;background:#fff}.auth-primary{box-shadow:0 9px 20px #553fe738;color:#fff!important;background:linear-gradient(135deg,#6048f0,#4a38df)!important;border:0!important}.reference-footer{color:#75819b;background:#fff;border-top:1px solid #eff2f8}.reference-footer .reference-brand{font-size:18px}.reference-home{grid-template-columns:260px minmax(760px,1fr);gap:28px;max-width:1480px;min-height:calc(100vh - 74px);margin:0 auto;padding:36px 32px 44px;display:grid}.reference-drop{background:#fff;border:1px dashed #cfdafb;border-radius:14px;flex-direction:column;min-height:686px;padding:26px 20px 22px;display:flex}.drop-action{color:var(--reference-ink);font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:9px;padding:68px 0 76px;display:flex}.drop-cloud{color:#8899e6;border-radius:50%;place-items:center;width:57px;height:57px;margin-bottom:12px;font-size:40px;font-weight:300;line-height:1;display:grid}.drop-action strong{font-size:16px;font-weight:650}.drop-action small{color:var(--reference-muted);font-size:13px}.format-panel{border-top:1px solid #eff2f8;gap:19px;padding-top:26px;display:grid}.format-panel>span{color:#7b879e;margin-bottom:2px;font-size:12px;font-weight:600}.format-panel div{grid-template-columns:22px 1fr;gap:3px 8px;display:grid}.format-panel b{color:#5d55ec;grid-row:1/3;font-size:18px}.format-panel strong{color:#56617b;font-size:12px;font-weight:650}.format-panel small{color:#8993aa;font-size:10px}.privacy-note{text-align:center;color:#9aa4b6;margin-top:auto;font-size:11px;line-height:1.65}.reference-landing{flex-direction:column;align-items:center;min-width:0;padding:3px 0 0;display:flex}.start-tabs{background:#fff;border:1px solid #dde3f1;border-radius:12px;width:420px;height:58px;margin-bottom:26px;padding:3px;display:flex}.start-tabs button,.start-tabs a{color:#31405c;font:inherit;background:0 0;border:0;border-radius:9px;flex:1;place-items:center;font-weight:530;text-decoration:none;display:grid}.start-tabs .active{color:#5646ed;background:linear-gradient(135deg,#eef0ff,#f4f2ff)}.reference-landing h1{letter-spacing:-.05em;color:#101625;text-align:center;margin:0 0 14px;font-size:45px;font-weight:720;line-height:1.17}.reference-subtitle{color:#8894aa;margin:0 0 38px;font-size:18px}.reference-studio-grid{grid-template-columns:repeat(6,minmax(145px,1fr));gap:14px;width:100%;display:grid}.reference-mode-card{border:1px solid var(--reference-line);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-height:316px;padding:27px 16px 21px;display:flex;box-shadow:0 8px 22px #1e253f0b}.mode-icon{border-radius:50%;place-items:center;width:68px;height:68px;margin-bottom:34px;font-size:29px;font-weight:600;display:grid}.reference-mode-card h2{color:#121827;letter-spacing:-.03em;margin:0 0 12px;font-size:22px}.reference-mode-card p{color:#8a95aa;min-height:62px;margin:0 auto 25px;font-size:13px;line-height:1.6}.mode-open{border-radius:9px;place-items:center;width:100%;height:47px;margin-top:auto;font-size:14px;font-weight:600;text-decoration:none;display:grid}.reference-mode-card.orange .mode-icon{background:var(--reference-orange-soft);color:var(--reference-orange)}.reference-mode-card.orange .mode-open{background:var(--reference-orange-soft);color:#c96826;border:1px solid #f7e3d3}.reference-mode-card.blue .mode-icon{background:var(--reference-blue-soft);color:var(--reference-blue)}.reference-mode-card.blue .mode-open{background:var(--reference-blue-soft);color:var(--reference-blue);border:1px solid #dce7ff}.reference-mode-card.green .mode-icon,.reference-mode-card.mint .mode-icon{background:var(--reference-green-soft);color:var(--reference-green)}.reference-mode-card.green .mode-open,.reference-mode-card.mint .mode-open{background:var(--reference-green-soft);color:var(--reference-green);border:1px solid #daf2e6}.reference-mode-card.purple .mode-icon{background:var(--reference-purple-soft);color:var(--reference-purple)}.reference-mode-card.purple .mode-open{background:var(--reference-purple-soft);color:var(--reference-purple);border:1px solid #e5ddff}.reference-mode-card.cyan .mode-icon{background:var(--reference-cyan-soft);color:var(--reference-cyan)}.reference-mode-card.cyan .mode-open{background:var(--reference-cyan-soft);color:var(--reference-cyan);border:1px solid #d6effb}.trust-strip{color:#8490a7;border:1px solid #e7ebf5;border-radius:12px;align-items:center;height:53px;margin-top:33px;font-size:13px;display:flex}.trust-strip span{border-right:1px solid #edf0f7;padding:0 31px}.trust-strip span:last-child{border:0}.reference-section{max-width:1140px;margin:0 auto;padding-top:70px}.reference-section .section-heading{text-align:center;max-width:720px;margin:0 auto 45px}.reference-section .section-heading h1{color:var(--reference-ink);font-size:46px}.reference-feature-list{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.reference-feature{border:1px solid var(--reference-line);color:var(--reference-ink);background:#fff;border-radius:16px;align-items:center;gap:19px;padding:22px;text-decoration:none;display:flex}.reference-feature .mode-icon{flex:none;width:52px;height:52px;margin:0;font-size:20px}.reference-feature div{flex:1}.reference-feature h2{margin:0 0 6px;font-size:19px}.reference-feature p{color:var(--reference-muted);margin:0;font-size:13px}.reference-feature b{color:#bac3d5;font-size:22px}.auth-reference-page .reference-header,.auth-reference-page .reference-footer{display:none}.auth-reference{max-width:1000px;margin:0 auto;padding:25px 26px 36px}.auth-title{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:35px;display:flex}.auth-title .reference-brand{margin-bottom:2px;font-size:25px}.auth-title h1{letter-spacing:-.045em;margin:4px 0 0;font-size:37px}.auth-title p{color:#8190aa;margin:0;font-size:15px}.auth-title .pill{color:#6556ef;background:#f1edff;border:0}.auth-reference-grid{grid-template-columns:1.08fr .78fr;align-items:start;gap:34px;display:grid}.auth-form{gap:12px;display:grid}.reference-input{color:#8a96b0;background:#fff;border:1px solid #dfe6f3;border-radius:9px;align-items:center;gap:13px;height:55px;padding:0 17px;display:flex}.reference-input:focus-within{border-color:#8aa8fa;box-shadow:0 0 0 3px #4476ed17}.reference-input input{height:100%;font:inherit;color:#172139;background:0 0;border:0;outline:0;flex:1}.reference-input input::placeholder{color:#93a0b9}.consent{color:#6f7c96;align-items:center;gap:10px;margin:4px 0;font-size:12px;display:flex}.consent input{width:16px;height:16px}.consent a{color:#3f73ef}.reference-submit{border-radius:9px;height:54px;margin-top:2px;color:#fff!important;background:#3775ec!important;border:0!important}.text-retry{color:#3d71e8;background:0 0;border:0;padding:8px}.social-auth{text-align:center;color:#8390aa;margin-top:20px;font-size:12px}.social-auth>span{margin-bottom:17px;display:block;position:relative}.social-buttons{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.social-btn{color:#344157;background:#fff;border:1px solid #e5ebf6;border-radius:9px;justify-content:center;align-items:center;height:48px;font-size:14px;text-decoration:none;display:flex}.social-btn.vk{color:#2574d9;font-weight:650}.email-static{color:#52617e}.social-disabled{color:#8a96b0;cursor:not-allowed;background:#f8faff}.social-auth .notice{text-align:left;margin-top:12px}.auth-benefits{border:1px solid #e7edf7;border-radius:10px;gap:28px;min-height:410px;padding:30px;display:grid}.auth-benefits>div{gap:18px;display:flex}.benefit-icon{border-radius:12px;flex:none;place-items:center;width:52px;height:52px;font-size:23px;display:grid}.benefit-icon.purple{color:#6551e7;background:#f0eaff}.benefit-icon.green{color:#1caa79;background:#e4f7f0}.benefit-icon.blue{color:#3577ee;background:#eaf2ff}.auth-benefits h3{margin:0 0 7px;font-size:15px;line-height:1.38}.auth-benefits p{color:#8190a8;margin:0;font-size:13px;line-height:1.52}.auth-start-note{background:#eff4ff;border-radius:10px;padding:19px;color:#7b88a4!important;margin-top:auto!important;font-size:12px!important}.auth-switch{text-align:center;color:#6f7c96;margin-top:25px;font-size:14px}.auth-switch a{color:#3575ed;font-weight:600}.reference-app{background:#fbfbfd}.reference-app-header{background:#fff;border-bottom:1px solid #edf1f8;height:68px}.reference-sidebar{background:#fff;border-right:1px solid #edf1f8}.reference-sidebar .chat-first-link{font-weight:650}.reference-sidebar .chat-first-link .side-dot{background:#f18d3b}.reference-sidebar .chat-first-link.active{color:#bb5c1b;background:#fff3e8}.true-chat-layout{background:#fff;border:1px solid #eef1f7;border-radius:18px;grid-template-columns:286px minmax(560px,1fr);min-height:calc(100vh - 184px);display:grid;overflow:hidden}.true-chat-sidebar{background:#f8f9fc;border-right:1px solid #eef1f7;flex-direction:column;gap:13px;padding:16px;display:flex}.new-chat{border-radius:11px;height:47px;color:#fff!important;background:#11182a!important}.chat-search{color:#8a95ab;background:#fff;border:1px solid #e6ebf5;border-radius:11px;align-items:center;gap:8px;height:43px;padding:0 11px;display:flex}.chat-search input{width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:13px}.chat-view-tabs{background:#eef1f7;border-radius:10px;height:38px;padding:3px;display:flex}.chat-view-tabs button{color:#78849c;font:inherit;background:0 0;border:0;border-radius:8px;flex:1;font-size:13px}.chat-view-tabs .active{color:#172139;background:#fff;box-shadow:0 1px 4px #141b2d0f}.thread-list{flex-direction:column;gap:6px;display:flex;overflow:auto}.chat-thread-row{border-radius:10px;align-items:center;min-height:58px;display:flex}.chat-thread-row.active{background:#fff;border:1px solid #e8edf6}.thread-open{text-align:left;color:#172139;background:0 0;border:0;flex:1;gap:4px;min-width:0;padding:11px 10px;display:grid}.thread-open strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.thread-open small{color:#8895aa;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.thread-actions{gap:2px;padding-right:6px;display:flex}.thread-actions button{color:#8591a6;background:0 0;border:0;width:30px;height:30px}.chat-empty-list{color:#8a95aa;text-align:center;padding:34px 10px;font-size:13px}.true-chat-main{flex-direction:column;min-width:0;display:flex}.chat-conversation-head{border-bottom:1px solid #eff2f7;justify-content:space-between;align-items:center;height:70px;padding:0 24px;display:flex}.chat-conversation-head h2{margin:0 0 3px;font-size:17px}.chat-conversation-head p{color:#8a95aa;margin:0;font-size:12px}.conversation-actions button{color:#56627a;height:35px;font:inherit;background:#fff;border:1px solid #e5eaf3;border-radius:8px;padding:0 11px;font-size:12px}.true-chat-scroll{flex-direction:column;flex:1;gap:20px;padding:28px max(32px,50% - 380px);display:flex;overflow:auto}.true-chat-welcome{text-align:center;max-width:570px;margin:auto}.true-chat-welcome h2{letter-spacing:-.045em;margin-bottom:12px;font-size:35px}.true-chat-welcome p{color:#7c89a2;font-size:15px;line-height:1.55}.chat-suggestions{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:27px;display:flex}.chat-suggestions button{color:#3a465e;background:#fff;border:1px solid #e5eaf4;border-radius:22px;height:42px;padding:0 18px}.true-bubble{gap:8px;max-width:780px;display:grid}.true-bubble span{color:#77839b;font-size:12px;font-weight:650}.true-bubble p{color:#14203a;white-space:pre-wrap;background:#f4f6fa;border-radius:16px;margin:0;padding:14px 17px;line-height:1.55}.true-bubble.user{margin-left:auto}.true-bubble.user p{color:#fff;background:#316ee5}.true-bubble.thinking p{color:#7d88a1}.true-composer{width:min(800px,100% - 40px);margin:0 auto 18px}.composer-line{background:#fff;border:1px solid #e2e8f4;border-radius:20px;align-items:flex-end;padding:9px;display:flex;box-shadow:0 6px 20px #1e28480b}.composer-line textarea{resize:none;font:inherit;background:0 0;border:0;outline:0;flex:1;min-height:45px;max-height:160px;padding:12px 8px}.composer-attach,.send-message{border:0;border-radius:13px;width:44px;height:44px;font-size:22px}.composer-attach{color:#5f6d86;background:#f3f5fa}.send-message{color:#fff;background:#3675eb}.send-message:disabled{opacity:.45}.true-composer>small{text-align:center;color:#98a2b7;margin-top:10px;font-size:11px;display:block}.chat-file-chip{color:#55627d;border:1px solid #e5eaf4;border-radius:11px;align-items:center;gap:10px;height:37px;margin-bottom:9px;padding:0 11px;font-size:12px;display:inline-flex}.chat-file-chip button{color:#8c97ae;background:0 0;border:0}@media (width<=1240px){.reference-home{grid-template-columns:230px 1fr;padding:26px 18px}.reference-studio-grid{grid-template-columns:repeat(3,1fr)}.reference-mode-card{min-height:265px}.trust-strip{flex-wrap:wrap;height:auto;padding:12px}.trust-strip span{padding:8px 15px}.true-chat-layout{grid-template-columns:250px 1fr}}@media (width<=820px){.reference-header{height:62px;padding:0 16px}.reference-brand{font-size:20px}.reference-header .header-actions .btn{min-width:0;height:41px;padding:0 13px}.reference-home{padding:18px 14px 30px;display:block}.reference-drop{min-height:auto;margin-bottom:24px}.drop-action{padding:30px 0}.format-panel,.privacy-note{display:none}.start-tabs{width:100%;height:53px;margin-bottom:22px}.reference-landing h1{font-size:33px}.reference-subtitle{text-align:center;margin-bottom:26px;font-size:15px}.reference-studio-grid{grid-template-columns:repeat(2,1fr);gap:10px}.reference-mode-card{min-height:235px;padding:19px 11px 13px}.mode-icon{width:53px;height:53px;margin-bottom:19px;font-size:22px}.reference-mode-card h2{font-size:18px}.reference-mode-card p{min-height:55px;margin-bottom:15px;font-size:12px}.trust-strip{display:none}.reference-section{padding-top:40px}.reference-feature-list{grid-template-columns:1fr}.auth-reference{padding:17px 16px 30px}.auth-reference-grid{display:block}.auth-benefits{min-height:0;margin-top:27px;padding:22px}.social-buttons{grid-template-columns:1fr}.true-chat-layout{flex-direction:column;min-height:calc(100vh - 170px);display:flex}.true-chat-sidebar{border-bottom:1px solid #eef1f7;border-right:0;max-height:250px}.true-chat-main{min-height:540px}.chat-conversation-head{padding:0 14px}.conversation-actions button:first-child,.conversation-actions button:nth-child(2){display:none}.true-chat-scroll{padding:22px 15px}.true-chat-welcome h2{font-size:28px}}.result-preview.media{place-items:center;padding:0;display:grid;overflow:hidden}.result-preview.media img,.result-preview.media video{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.result-preview.media.audio{height:auto;min-height:96px;padding:18px}.result-preview.media.audio audio{width:100%}.result-preview.pending{align-items:flex-start;display:flex}.recent-results{gap:8px;display:grid}.recent-result{background:var(--surface-soft);border-radius:12px;padding:12px;text-decoration:none}.recent-result span{color:var(--muted);font-size:13px}.balance-number{letter-spacing:-.05em;margin-top:16px;font-size:34px;font-weight:600}.balance-number small{color:var(--muted);letter-spacing:0;font-size:15px;font-weight:400}.continue-task{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:18px 20px;display:flex}.continue-task p{color:var(--muted);margin-top:6px}.owner-signals{gap:4px;display:grid}.owner-signals .row small{color:var(--muted);margin-top:4px;display:block}@media (width<=820px){.continue-task{display:grid}}.sr-status{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}button:disabled,.btn:disabled{cursor:not-allowed;opacity:.55}.disabled{pointer-events:none;opacity:.58}.canvas-display{position:relative}.canvas-overlay{z-index:2;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#28344b;background:#f8faffd6;border-radius:18px;place-items:center;padding:28px;display:grid;position:absolute;inset:0}.canvas-overlay strong{margin-top:13px;font-size:16px;display:block}.canvas-overlay small{color:#6e7b94;margin-top:6px;line-height:1.45;display:block}.spinner{border:3px solid #e4eaf7;border-top-color:#376fe6;border-radius:50%;width:36px;height:36px;margin:0 auto;animation:.86s linear infinite aifotexSpin}@keyframes aifotexSpin{to{transform:rotate(360deg)}}.material-info progress,.chat-file-chip progress{accent-color:#3775ec;width:100%;height:5px;display:block}.material-tip{color:#66748d;font-size:12px;line-height:1.5}.material-role-select:disabled{opacity:.6}.analysis-summary{background:#f4f7ff;border:1px solid #e1e9ff;border-radius:13px;padding:13px 15px;line-height:1.5}.scene-usage-summary{border:1px solid #e7edf7;border-radius:13px;gap:9px;margin-top:12px;padding:13px 15px;display:grid}.scene-usage-summary strong{font-size:13px}.scene-usage-summary span{color:#68758d;font-size:12px}.segmented.triple{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.check-option{color:#4e5c74;align-items:flex-start;gap:9px;padding:6px 0;font-size:13px;line-height:1.45;display:flex}.check-option input{margin-top:3px}.pro-explanation{color:#52448c;background:#f5f1ff;border-radius:12px;margin-bottom:12px;padding:12px 14px;font-size:13px;line-height:1.55}.typing-line{align-items:center;gap:10px;display:flex!important}.typing-dots{align-items:center;gap:5px;display:inline-flex!important}@keyframes aifotexTyping{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-file-chip.pending{gap:7px;height:auto;min-height:44px;padding:9px 12px;display:grid}.inline-retry{font:inherit;color:inherit;background:0 0;border:1px solid;border-radius:8px;margin-left:12px;padding:5px 9px;font-size:12px}.continue-task strong{font-size:16px}@media (width<=820px){.segmented.triple{grid-template-columns:1fr}.canvas-overlay{padding:18px}.scene-usage-summary{padding:11px 12px}.typing-line{align-items:flex-start}}.conversion-start{flex-direction:column;align-items:stretch;gap:16px;padding:22px;display:flex}.conversion-start h2{font-size:25px;line-height:1.15}.conversion-start>p{color:var(--muted);font-size:14px}.conversion-actions{gap:9px;display:grid}.conversion-studios{background:var(--surface-soft);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:6px;padding:5px;display:grid}.conversion-studios button{height:38px;color:var(--muted);background:0 0;border:0;border-radius:9px;font-size:13px}.conversion-studios button.active{color:var(--ink);background:#fff;box-shadow:0 1px 6px #141e140f}.upload-progress{color:var(--muted);gap:8px;font-size:12px;display:grid}.upload-progress progress{width:100%;accent-color:var(--accent)}.reference-landing>.pill{margin-bottom:16px}.reference-landing .hero-actions{margin:26px 0 32px}.studio-purpose-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.purpose-card{align-items:center;gap:13px;min-height:92px;padding:17px;transition:transform .15s,box-shadow .15s;display:flex}.purpose-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.purpose-mark{background:linear-gradient(135deg,#e9ecff,#f7f3e9);border-radius:13px;flex-shrink:0;width:39px;height:39px}.purpose-card h3{margin-bottom:5px;font-size:16px}.purpose-card p{color:var(--muted);font-size:12px}.purpose-card>span{color:var(--muted);margin-left:auto}.last-results{border-top:1px solid var(--line);gap:8px;margin-top:22px;padding-top:18px;display:grid}.last-results h3{font-size:14px}.last-results span{color:var(--muted);font-size:13px}.quick-studio-tabs{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:15px;display:grid}.quick-studio-tabs button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:15px;gap:4px;padding:14px;display:grid}.quick-studio-tabs button.active{background:var(--accent-soft);border-color:#bcc6bc}.quick-studio-tabs strong{font-size:15px}.quick-studio-tabs small{color:var(--muted);font-size:12px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1618165c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.product-modal{width:min(460px,100%);padding:23px;box-shadow:0 28px 82px #0a0c0a2e}.product-modal h2{font-size:21px}.modal-close{background:var(--surface-soft);width:35px;height:35px;color:var(--muted);border:0;border-radius:9px;font-size:23px}.modal-body{color:var(--muted);padding:18px 0}.modal-actions{justify-content:flex-end}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn.danger:hover:not(:disabled){background:#a63232;border-color:#a63232}.project-context input{margin-top:7px}.photo-tools .button-row{margin-top:12px}.revision-list{border-top:1px solid var(--line);gap:8px;margin-top:15px;padding-top:12px;display:grid}.revision-list strong{color:var(--muted);font-size:12px}.revision-list button{text-align:left;background:0 0;border:0;padding:0}.text-box.small{min-height:70px}@media (width<=1000px){.studio-purpose-grid,.quick-studio-tabs{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.conversion-studios{grid-template-columns:repeat(2,1fr)}.studio-purpose-grid,.quick-studio-tabs{grid-template-columns:1fr}}.result-set-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.result-set-grid article{border:1px solid var(--line);background:var(--surface-soft);border-radius:15px;gap:9px;padding:11px;display:grid}.result-set-grid article strong{font-size:13px}.result-set-grid img,.result-set-grid video{object-fit:cover;background:#eef1f4;border-radius:11px;width:100%;height:128px}.result-set-grid audio{width:100%}.result-set-grid .btn{justify-content:center;min-height:36px}.seller-output-list{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;gap:4px;margin:11px 0 15px;padding:12px;display:grid}.seller-output-list>strong{margin-bottom:4px;font-size:13px}.expectation-box{background:#f6f8fc;border:1px solid #e5ebf5;border-radius:12px;gap:5px;margin-top:13px;padding:11px 12px;display:grid}.expectation-box strong{font-size:13px}.expectation-box span{color:var(--muted);font-size:12px;line-height:1.48}@media (width<=820px){.result-set-grid{grid-template-columns:1fr}.result-set-grid img,.result-set-grid video{height:auto;max-height:240px}}.canvas-empty{text-align:center;height:100%;min-height:420px;color:var(--muted);background:radial-gradient(circle,#faf8f4 0%,#f5f1eb 62%,#efe9e0 100%);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:36px;display:flex}.canvas-empty strong{color:var(--ink);max-width:420px;font-size:24px;line-height:1.2}.canvas-empty span{max-width:350px;line-height:1.5}.canvas-empty input{opacity:0;width:1px;height:1px;position:absolute}.text-result{border:1px solid var(--line);background:var(--surface-soft);min-height:150px;color:var(--ink);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.text-result span{color:var(--muted);font-size:13px}.top-gap{margin-top:24px}.top-gap-small{margin-top:12px}.wrap{flex-wrap:wrap}.muted{color:var(--muted)}.studio-command-center{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;gap:18px;margin-bottom:22px;display:grid}.command-hero{background:linear-gradient(135deg,#fff 0%,#f4f3ee 54%,#ecefe7 100%);flex-direction:column;justify-content:space-between;gap:18px;padding:32px;display:flex}.command-hero h1{max-width:680px;font-size:42px;line-height:1.05}.command-hero p{max-width:720px;color:var(--muted)}.command-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.command-metrics article,.command-side article{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;padding:16px}.command-metrics span,.command-side span{color:var(--muted);margin-bottom:7px;font-size:12px;display:block}.command-metrics strong,.command-side strong{letter-spacing:-.04em;font-size:22px}.command-side{background:#fff;gap:12px;padding:20px;display:grid}.studio-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.studio-entry{gap:16px;min-height:210px;padding:22px;transition:transform .16s,box-shadow .16s;display:grid}.studio-entry:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.studio-entry h3{font-size:23px}.studio-entry p{color:var(--muted);font-size:14px}.studio-entry footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.product-section{padding:24px}.product-section header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.product-section h2{font-size:26px}.mini-result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.mini-result,.media-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding:12px;display:grid}.mini-result-preview,.media-thumb{background:var(--surface-soft);height:138px;color:var(--muted);text-align:center;border-radius:14px;place-items:center;font-size:13px;display:grid;overflow:hidden}.mini-result-preview img,.media-thumb img,.media-thumb video{object-fit:cover;width:100%;height:100%}.mini-result strong,.media-card strong{font-size:14px}.mini-result span,.media-meta{color:var(--muted);font-size:12px;line-height:1.45}.media-meta{gap:3px;display:grid}.library-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.media-card{min-height:258px}.media-card .button-row{margin-top:auto}.tabs{flex-wrap:wrap;gap:8px;margin:12px 0 20px;display:flex}.tabs button{border:1px solid var(--line);height:38px;color:var(--muted);background:#fff;border-radius:999px;padding:0 14px}.tabs button.active{background:var(--ink);border-color:var(--ink);color:#fff}.simple-list{gap:10px;display:grid}.simple-list article{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.simple-list article p{color:var(--muted);margin-top:5px;font-size:13px}.button-row{align-items:center;gap:10px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.api-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.api-card{padding:20px}.api-card h3{margin-bottom:8px;font-size:18px}.api-card p{color:var(--muted);font-size:13px}.api-sample{margin-top:14px}.empty-state{text-align:center;color:var(--muted);border:1px dashed var(--line);background:var(--surface-soft);border-radius:20px;padding:34px}@media (width<=1120px){.studio-card-grid,.library-grid,.mini-result-grid{grid-template-columns:repeat(2,1fr)}.studio-command-center,.api-card-grid,.account-grid{grid-template-columns:1fr}}@media (width<=720px){.command-hero h1{font-size:33px}.command-metrics,.studio-card-grid,.library-grid,.mini-result-grid,.form-grid{grid-template-columns:1fr}.product-section header{display:grid}.button-row{flex-wrap:wrap}.button-row .btn{width:100%}.media-thumb,.mini-result-preview{height:190px}}.btn-like-embed{color:#344157;background:#fff;border:1px solid #dfe6f3;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:6px 10px;display:flex}.telegram-account-link{place-items:center;gap:4px;min-width:132px;display:grid}.telegram-account-link small{color:#6f7c96;text-align:center;max-width:180px;font-size:11px;line-height:1.25}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px;display:grid}.scope-option{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;grid-template-columns:18px 1fr;align-items:start;gap:10px;padding:11px;font-size:12px;display:grid}.scope-option input{margin-top:2px}.scope-option strong{color:var(--ink);margin-bottom:3px;font-size:12px;display:block}.scope-option small{color:var(--muted);line-height:1.35;display:block}.api-key-card{border:1px solid var(--line);background:#fff;border-radius:16px;gap:12px;padding:14px;display:grid}.scope-chip-row{flex-wrap:wrap;gap:7px;display:flex}.scope-chip{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px}.scope-chip.active{background:var(--accent-soft);color:var(--ink);border-color:#cfd8cf}.one-time-key code{word-break:break-all;white-space:pre-wrap}@media (width<=820px){.scope-grid{grid-template-columns:1fr}}.owner-hero{background:linear-gradient(135deg,#fff 0%,#f5f7f2 56%,#eef1ea 100%);justify-content:space-between;align-items:flex-start;gap:18px;padding:28px;display:flex}.owner-hero h2{margin-bottom:8px;font-size:28px}.owner-hero p{color:var(--muted);max-width:760px}.owner-control-grid{grid-template-columns:1.1fr .9fr;gap:12px;margin-bottom:14px;display:grid}.owner-plane-list{gap:10px;display:grid}.owner-plane-list div{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;padding:13px}.owner-plane-list strong{margin-bottom:4px;display:block}.owner-plane-list small{color:var(--muted);line-height:1.45}.owner-summary-card small{line-height:1.35}.owner-metrics.compact{grid-template-columns:repeat(3,1fr);margin-top:16px}.owner-surface.active{background:#f7faf5;border-color:#aeb9ad}.owner-surface .section-row{margin-bottom:8px}.owner-action-row small{color:var(--muted);max-width:560px;margin-top:3px;line-height:1.35;display:block}.owner-detail-panel{margin-top:14px;padding:24px}.owner-detail-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;display:grid}.owner-detail-grid h3{margin-bottom:10px;font-size:18px}.owner-detail-grid .row{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:8px;padding:12px}.owner-alerts .row{border-bottom:1px solid var(--line);padding:11px 0}.owner-alerts .row:last-child{border-bottom:0}.owner-surface button{justify-self:start}@media (width<=1120px){.owner-control-grid,.owner-detail-grid{grid-template-columns:1fr}.owner-metrics.compact{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.owner-hero{display:grid}.owner-metrics.compact{grid-template-columns:1fr}}.studio-mini-page{color:#14203a;background:linear-gradient(#f8faff 0%,#fff 42%);min-height:100vh}.studio-mini-top{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30;background:#ffffffeb;border-bottom:1px solid #edf1f8;justify-content:space-between;align-items:center;height:74px;padding:0 28px;display:flex;position:sticky;top:0}.studio-mini-brand{align-items:baseline;gap:16px;min-width:0;display:flex}.studio-mini-brand p{color:#7c89a2;white-space:nowrap;text-overflow:ellipsis;max-width:56vw;margin:0;font-size:13px;overflow:hidden}.studio-mini-nav{align-items:center;gap:9px;display:flex}.studio-mini-content{width:min(1420px,100% - 42px);margin:0 auto;padding:28px 0 46px}.studio-mini-title{margin-bottom:18px}.studio-switch{position:relative}.studio-switch summary{cursor:pointer;color:#526078;background:#fff;border:1px solid #e1e7f2;border-radius:10px;align-items:center;height:36px;padding:0 12px;font-size:13px;list-style:none;display:flex}.studio-switch summary::-webkit-details-marker{display:none}.studio-switch div{background:#fff;border:1px solid #e4eaf4;border-radius:14px;gap:4px;min-width:170px;padding:8px;display:grid;position:absolute;top:44px;right:0;box-shadow:0 20px 50px #1e28461f}.studio-switch a{color:#25314a;border-radius:10px;padding:9px 10px;text-decoration:none}.studio-switch a:hover{background:#f5f7fb}.true-chat-layout{grid-template-columns:286px minmax(520px,1fr) 270px;min-height:calc(100vh - 176px)}.chat-tools-panel{background:#fbfcff;border-left:1px solid #eef1f7;flex-direction:column;gap:14px;padding:16px;display:flex}.chat-tools-panel section{background:#fff;border:1px solid #e8eef7;border-radius:16px;gap:10px;padding:14px;display:grid}.chat-tools-panel strong{font-size:14px}.chat-tools-panel p{color:#7c89a2;margin:0;font-size:12px;line-height:1.45}.button-row.vertical{grid-template-columns:1fr;gap:8px;display:grid}.handoff-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.bubble-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.bubble-meta>div{opacity:0;gap:5px;transition:opacity .15s;display:flex}.true-bubble:hover .bubble-meta>div{opacity:1}.bubble-meta button{color:#65728a;font:inherit;background:#fff;border:1px solid #e3e8f2;border-radius:8px;height:27px;padding:0 8px;font-size:11px}.true-bubble p span{white-space:pre-wrap}.chat-code-block{color:#e8eef7;background:#111827;border-radius:12px;margin:8px 0;padding:13px;font-size:12px;line-height:1.55;overflow:auto}.chat-code-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (width<=1280px){.true-chat-layout{grid-template-columns:250px minmax(0,1fr)}.chat-tools-panel,.studio-mini-brand p{display:none}}@media (width<=820px){.studio-mini-top{flex-direction:column;align-items:flex-start;gap:10px;height:auto;min-height:70px;padding:14px 16px}.studio-mini-nav{width:100%;padding-bottom:2px;overflow:auto}.studio-mini-content{width:calc(100% - 24px);padding-top:18px}.true-chat-layout{flex-direction:column;display:flex}.bubble-meta>div{opacity:1}}.media-filter-tabs{flex-wrap:wrap;gap:.5rem}.media-use-row{margin-top:.5rem}.media-detail{grid-template-columns:minmax(220px,360px) 1fr;align-items:start;gap:1rem;display:grid}.media-detail-info dl{grid-template-columns:1fr 1fr;gap:.6rem;margin:1rem 0;display:grid}.media-detail-info dt{color:#667085;font-size:.78rem}.media-detail-info dd{margin:0;font-weight:700}.btn.danger{color:#be123c;background:#fff1f2;border-color:#fecaca}.btn.soft.small{padding:.48rem .7rem;font-size:.78rem}.library-picker-row{text-align:left;background:#fff;border:1px solid #0f172a1a;border-radius:16px;gap:.25rem;width:100%;margin:.35rem 0;padding:.85rem;display:grid}.library-picker-row:hover{border-color:#2f6fed59;box-shadow:0 8px 20px #0f172a14}@media (width<=760px){.media-detail,.media-detail-info dl{grid-template-columns:1fr}}.studio-start{grid-template-columns:minmax(260px,.75fr) 1.25fr;align-items:stretch;gap:18px;margin-bottom:16px;display:grid}.studio-start h2{letter-spacing:-.04em;margin:10px 0 8px;font-size:clamp(24px,3vw,38px)}.studio-start p{color:var(--muted);margin:0;line-height:1.55}.studio-start-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.studio-start-actions button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:20px;padding:15px;box-shadow:0 10px 24px #1e28460f}.studio-start-actions button strong{margin-bottom:7px;display:block}.studio-start-actions button small{color:var(--muted);line-height:1.35}.studio-start-actions button.selected{border-color:#1f5eff8c;box-shadow:0 0 0 4px #1f5eff14,0 14px 30px #1f5eff14}.studio-start-actions button:disabled{opacity:.45;cursor:not-allowed}.developer-task-card{border-style:dashed}.developer-task-card .code.compact{max-height:230px;font-size:11px;overflow:auto}.developer-mode-card{background:linear-gradient(#fff,#f8fbff)}.developer-mode-card .check-option{margin:10px 0 6px}@media (width<=1180px){.studio-start,.studio-start-actions{grid-template-columns:1fr 1fr}}@media (width<=720px){.studio-start,.studio-start-actions{grid-template-columns:1fr}}.result-filter-tabs{flex-wrap:wrap;gap:.5rem}.result-center-card .output-strip{flex-wrap:wrap;gap:6px;margin:.6rem 0;display:flex}.output-strip span{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:.35rem .6rem;font-size:.78rem}.result-detail-modal{width:min(920px,100vw - 28px);max-width:none}.small-note{margin-top:.8rem;font-size:.82rem;line-height:1.45}.account-identity-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:.75rem}.status-danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studio-real-workspace{gap:18px;display:grid}.studio-app-grid{grid-template-columns:300px minmax(420px,1fr) 360px;align-items:start;gap:16px;display:grid}.studio-material-rail,.studio-settings-rail,.studio-main-canvas{border:1px solid var(--line);background:#fff;border-radius:24px;box-shadow:0 18px 46px #1e28460e}.studio-material-rail,.studio-settings-rail{gap:14px;max-height:calc(100vh - 118px);padding:16px;display:grid;position:sticky;top:92px;overflow:auto}.studio-panel-head,.studio-palette-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studio-panel-head small,.studio-palette-head p{color:var(--muted);font-size:12px;line-height:1.45}.studio-panel-head h3,.studio-palette-head h3,.studio-settings-card h3{letter-spacing:-.02em;margin:2px 0 0;font-size:17px}.studio-upload-stack{gap:9px;display:grid}.studio-material-list{gap:10px;display:grid}.studio-main-canvas{gap:14px;min-height:calc(100vh - 220px);padding:16px;display:grid}.studio-live-preview{background:linear-gradient(135deg,#f8fbff,#eef4ff);border:1px dashed #d6e0f3;border-radius:24px;place-items:center;min-height:470px;display:grid;position:relative;overflow:hidden}.studio-real-product .studio-live-preview{background:linear-gradient(135deg,#fff,#f6fbf4)}.studio-real-video .studio-live-preview{color:#fff;background:radial-gradient(circle at 20% 15%,#744dff29,#0000 32%),linear-gradient(135deg,#111827,#263044);border-color:#ffffff26}.studio-real-audio .studio-live-preview{background:linear-gradient(135deg,#f7fbff,#eefaf7)}.studio-live-preview.has-source{background:#f7f9fc;border-style:solid}.studio-live-preview img{object-fit:contain;border-radius:18px;max-width:100%;max-height:100%}.studio-live-preview .canvas-empty{text-align:center;place-items:center;gap:12px;max-width:520px;padding:38px;display:grid}.studio-live-preview .canvas-empty strong{letter-spacing:-.04em;font-size:clamp(24px,3vw,38px)}.studio-live-preview .canvas-empty span{color:var(--muted);line-height:1.55}.studio-tool-palette,.studio-settings-card,.scene-mode-card{border:1px solid var(--line);background:#fff;border-radius:20px;gap:12px;padding:14px;display:grid}.studio-real-product .studio-tool-palette{background:linear-gradient(#fff,#fbfff8)}.studio-real-video .studio-tool-palette{background:linear-gradient(#fff,#f7f5ff)}.studio-real-audio .studio-tool-palette{background:linear-gradient(#fff,#f6fffb)}.work-action-grid{gap:9px;display:grid}.work-action-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:16px;gap:5px;padding:13px;display:grid}.work-action-card strong{font-size:14px}.work-action-card span{color:var(--muted);font-size:12px;line-height:1.35}.work-action-card.selected{border-color:#5b7cfa;box-shadow:0 0 0 4px #1f5eff14}.work-action-card:disabled{opacity:.55;cursor:not-allowed}.studio-mode-tabs{margin:0}.studio-settings-card .text-box{min-height:110px}.video-slot-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.video-slot-grid div{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;padding:10px}.video-slot-grid strong{font-size:12px;display:block}.video-slot-grid small{color:var(--muted);font-size:11px}.seller-output-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:8px;padding:12px 0;display:grid}.studio-sticky-launch{z-index:20;border-color:#1f5eff29;position:sticky;bottom:14px;box-shadow:0 20px 60px #1e284629}.studio-real-video .canvas-top,.studio-real-video .source-label{color:#fff}.studio-real-video .canvas-empty span{color:#ffffffb8}.studio-real-video .canvas-overlay{color:#14203a}.studio-real-video .canvas-empty .btn:not(.primary){color:#fff;background:#ffffff1a;border-color:#ffffff38}@media (width<=1280px){.studio-app-grid{grid-template-columns:260px minmax(360px,1fr)}.studio-settings-rail{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;position:static}.studio-tool-palette{grid-column:1/-1}}@media (width<=860px){.studio-app-grid{grid-template-columns:1fr}.studio-material-rail,.studio-settings-rail{max-height:none;position:static}.studio-settings-rail{grid-template-columns:1fr}.studio-live-preview{min-height:360px}.video-slot-grid{grid-template-columns:1fr}.studio-sticky-launch{position:static}}.true-chat-layout.true-chat-clean{grid-template-columns:286px minmax(560px,1fr)!important}.true-chat-layout.true-chat-clean .true-chat-main{min-width:0}@media (width<=1240px){.true-chat-layout.true-chat-clean{grid-template-columns:250px minmax(0,1fr)!important}}@media (width<=820px){.true-chat-layout.true-chat-clean{flex-direction:column;display:flex!important}}.studio-app-grid.no-left-rail{grid-template-columns:minmax(460px,1fr) 360px}.clean-file-rail .small-copy,.small-copy{color:var(--muted);font-size:12px;line-height:1.45}.compact-field{gap:6px;margin-top:8px}.compact-field span{color:var(--muted);font-size:11px}.inline-upload{border:1px dashed var(--line);background:var(--surface-soft);border-radius:16px;padding:10px}.clean-empty .button-row{justify-content:center}.clean-empty strong{max-width:720px}.clean-empty span{max-width:620px}@media (width<=1280px){.studio-app-grid.no-left-rail{grid-template-columns:1fr}.studio-app-grid.no-left-rail .studio-settings-rail{grid-column:auto}}@media (width<=860px){.studio-app-grid.no-left-rail{grid-template-columns:1fr}}.studio-specific-workbench{flex-direction:column;gap:20px;min-height:calc(100vh - 170px);display:flex}.workbench-hero{background:linear-gradient(135deg,#fff,#f4f8ff);border-radius:28px;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:24px;padding:26px;display:grid}.workbench-hero h2{color:var(--text);margin:12px 0 10px;font-size:clamp(26px,3vw,42px);line-height:1.05}.workbench-hero p{max-width:720px;color:var(--muted);margin:0;font-size:16px}.workbench-price{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffd1;border-radius:24px;flex-direction:column;gap:6px;padding:18px;display:flex}.workbench-price span,.workbench-price small{color:var(--muted)}.workbench-price strong{color:var(--text);font-size:26px}.video-workbench-grid,.audio-workbench-grid{grid-template-columns:280px minmax(0,1fr) 300px;align-items:start;gap:18px;display:grid}.workbench-left,.workbench-center,.workbench-right{border-radius:28px;min-width:0;padding:20px}.scenario-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.scenario-list button{border:1px solid var(--border);text-align:left;cursor:pointer;color:var(--text);background:#fff;border-radius:18px;flex-direction:column;gap:5px;padding:14px;transition:all .18s;display:flex}.scenario-list button:hover{border-color:#376fed59;transform:translateY(-1px);box-shadow:0 14px 30px #11214214}.scenario-list button.active{background:linear-gradient(135deg,#eef4ff,#fff);border-color:#376fed8c;box-shadow:0 14px 34px #376fed21}.scenario-list button span,.scenario-list button small{color:var(--muted);line-height:1.35}.slot-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-top:14px;display:grid}.slot-card,.audio-file-card,.consent-card{border:1px solid var(--border);background:#fff;border-radius:22px;flex-direction:column;gap:12px;min-height:154px;padding:16px;display:flex}.slot-card.filled,.audio-file-card.filled{background:linear-gradient(135deg,#f2fff9,#fff);border-color:#12a77273}.slot-card h3,.audio-file-card h3,.consent-card h3{margin:0;font-size:16px}.slot-card p,.audio-file-card p,.consent-card p{color:var(--muted);margin:0;line-height:1.45}.button-row.vertical{flex-direction:column;align-items:stretch}.button-row.vertical .btn{width:100%}.result-ready-card{background:#f3fff8;border:1px solid #12a77259;border-radius:24px;padding:18px}.result-ready-card video,.result-ready-card audio{border-radius:16px;width:100%;margin-top:10px}.audio-workbench .text-box,.video-workbench .text-box{min-height:120px}.audio-workbench .text-box.small,.video-workbench .text-box.small{min-height:86px}@media (width<=1100px){.video-workbench-grid,.audio-workbench-grid,.workbench-hero{grid-template-columns:1fr}.workbench-left,.workbench-right{order:0}.workbench-center{order:1}.studio-specific-workbench .studio-sticky-launch{position:sticky;bottom:0}}@media (width<=640px){.workbench-hero,.workbench-left,.workbench-center,.workbench-right{border-radius:20px;padding:16px}.slot-grid{grid-template-columns:1fr}.scenario-list button{padding:12px}.workbench-price strong{font-size:22px}}.telegram-direct{color:#168acb;font-weight:650;background:#eef8ff!important;border-color:#cdeaff!important}.reference-home.public-only{max-width:1240px;min-height:calc(100vh - 74px);margin:0 auto;padding:58px 32px 74px;display:block}.reference-home.public-only .reference-landing{text-align:center;max-width:1120px;margin:0 auto}.reference-home.public-only .reference-landing .pill{margin:0 auto 22px}.reference-home.public-only .reference-landing h1{max-width:900px;margin:0 auto 18px}.reference-home.public-only .reference-subtitle{text-align:center;max-width:860px;margin:0 auto 34px}.reference-home.public-only .hero-actions{justify-content:center;margin:0 0 34px}.auth-reference-single{max-width:560px;margin:0 auto}.clean-auth-page .auth-title{margin-bottom:26px}.clean-auth-page .auth-title h1{font-size:34px}.clean-auth-page .auth-title p{display:none}.clean-social{margin-top:18px}.clean-social .social-buttons{grid-template-columns:repeat(2,1fr)}.clean-social .notice,.clean-social .email-static{display:none!important}.top-balance{border:1px solid var(--line);min-width:118px;min-height:40px;color:var(--muted);background:#fff;border-radius:13px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;display:flex}.top-balance strong{color:var(--ink);white-space:nowrap;font-size:13px}.top-balance span{font-size:11px}.app-header-actions .top-balance+.btn{height:40px}.studio-home-only{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:16px;padding:4px 0 38px;display:grid}.home-only-card{flex-direction:column;justify-content:space-between;min-height:190px;padding:24px;transition:all .16s;display:flex}.home-only-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.home-only-card h2{font-size:24px}.home-only-card p{color:var(--muted);margin-top:10px;font-size:14px;line-height:1.5}.home-only-card span{background:var(--surface-soft);border-radius:12px;justify-content:center;align-items:center;height:42px;margin-top:22px;font-weight:650;display:flex}.app-content:has(.studio-home-only){padding-top:28px}@media (width<=980px){.studio-home-only{grid-template-columns:repeat(2,minmax(0,1fr))}.top-balance span{display:none}.top-balance{min-width:92px}}@media (width<=640px){.reference-home.public-only{padding:30px 14px 48px}.studio-home-only,.clean-social .social-buttons{grid-template-columns:1fr}.app-header-actions .btn.soft.small{display:none}}.auth-social-status{text-align:center;color:#60708f;margin:12px 0 0;font-size:13px;line-height:1.45}.social-btn.telegram-direct{cursor:pointer;font:inherit}.social-btn.telegram-direct:disabled{opacity:.7;cursor:wait}.telegram-mark{flex:0 0 24px;place-items:center;width:24px;height:24px;display:inline-grid}.telegram-mark svg{width:24px;height:24px;display:block}.telegram-mark circle{fill:#2aabee}.telegram-mark path{fill:#fff}.social-btn.telegram-direct{justify-content:center;align-items:center;gap:0}.social-btn.telegram-direct.telegram-icon-only{font-size:0}.social-btn.telegram-direct.telegram-icon-only .telegram-mark{flex-basis:28px;width:28px;height:28px}.social-btn.telegram-direct.telegram-icon-only .telegram-mark svg{width:28px;height:28px}.telegram-code-hint{color:#31526f;background:#eef8ff;border-radius:12px;margin-top:8px;padding:8px 10px;display:inline-block}.telegram-code-hint b{letter-spacing:.08em;color:#0b70ad}.aifotex-chatgpt-page{--chat-sidebar:292px;color:#111827;grid-template-columns:var(--chat-sidebar) minmax(0,1fr);background:#fff;min-height:100vh;transition:grid-template-columns .28s cubic-bezier(.22,1,.36,1);display:grid;position:relative;overflow:hidden}.aifotex-chatgpt-page.sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.aifotex-chat-sidebar{z-index:45;will-change:transform,opacity;background:#f7f8fb;border-right:1px solid #e8edf5;flex-direction:column;gap:12px;height:100vh;padding:14px 12px;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s,box-shadow .28s;display:flex;overflow:auto}.aifotex-chatgpt-page.sidebar-hidden .aifotex-chat-sidebar{opacity:0;pointer-events:none;box-shadow:none;transform:translate(-104%)}.chat-side-brand{justify-content:space-between;align-items:center;gap:10px;min-height:38px;display:flex}.chat-side-logo{letter-spacing:.18em;text-transform:uppercase;color:#111827;font-size:16px;font-weight:760;text-decoration:none}.chat-side-collapse{color:#475467;background:#fff;border:1px solid #e5eaf3;border-radius:10px;place-items:center;width:32px;height:32px;font-size:22px;line-height:1;transition:all .16s;display:grid}.chat-side-collapse:hover{color:#111827;background:#eef2f7}.chat-sidebar-peek{z-index:55;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.12em;text-transform:uppercase;color:#111827;background:#ffffffeb;border:1px solid #e5eaf3;border-radius:14px;height:38px;padding:0 13px;font-size:12px;font-weight:750;transition:all .18s;position:fixed;top:14px;left:14px;box-shadow:0 12px 36px #1118271f}.chat-sidebar-peek:hover{transform:translateY(-1px);box-shadow:0 18px 45px #11182729}.aifotex-chatgpt-page.sidebar-visible .chat-sidebar-peek{display:none}.aifotex-chat-main{background:#fff;flex-direction:column;min-width:0;height:100vh;display:flex}.aifotex-chat-workspace{flex-direction:column;height:100%;min-height:0;display:flex}.chat-conversation-head.chatgpt-head{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-bottom:0;flex:none;gap:12px;height:58px;padding:0 22px}.chatgpt-head h2{letter-spacing:-.02em;font-size:17px}.chatgpt-head p{font-size:12px}.chat-head-right{align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex;position:relative}.chat-head-right .pill{white-space:nowrap}.conversation-actions{gap:8px;display:flex}.conversation-actions button,.studio-menu-trigger{color:#344054;white-space:nowrap;background:#fff;border:1px solid #dfe5ee;border-radius:10px;height:36px;padding:0 13px;font-size:13px}.conversation-actions button:hover,.studio-menu-trigger:hover{color:#111827;background:#f7f8fb}.conversation-actions button:last-child{color:#b42318;background:snow;border-color:#f2c7c3}.conversation-actions button:last-child:hover{background:#fff1f0}.chat-top-studio-menu{position:relative}.studio-menu-dropdown{z-index:70;background:#fff;border:1px solid #e5eaf3;border-radius:16px;gap:2px;min-width:178px;padding:7px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 60px #11182724}.studio-menu-dropdown a{color:#344054;border-radius:11px;align-items:center;height:36px;padding:0 10px;font-size:13px;text-decoration:none;display:flex}.studio-menu-dropdown a:hover{color:#111827;background:#f5f7fb}.chatgpt-scroll{background:#fff;flex:1;min-height:0;padding:24px max(28px,50% - 395px) 12px}.chatgpt-welcome{max-width:720px;margin:auto auto 22vh}.chatgpt-welcome h1{letter-spacing:-.035em;margin:0 0 14px;font-size:32px;line-height:1.08}.chatgpt-welcome p{color:#667085;max-width:640px;margin:0 auto;font-size:15px}.aifotex-chatgpt-page .true-bubble{width:min(790px,100%);max-width:none}.aifotex-chatgpt-page .true-bubble p{background:#f6f7f9;border-radius:18px;padding:15px 18px}.aifotex-chatgpt-page .true-bubble.user p{color:#fff;background:#111827}.aifotex-chatgpt-page .true-composer{flex:none;width:min(790px,100% - 34px);margin:0 auto 16px}.aifotex-chatgpt-page .composer-line{border-color:#dfe5ee;border-radius:22px;align-items:center;gap:8px;box-shadow:0 16px 50px #11182714}.aifotex-chatgpt-page .composer-line textarea{min-height:46px;max-height:160px}.aifotex-chatgpt-page .send-message{background:#111827}.aifotex-chatgpt-page .composer-attach{color:#475467;background:#f1f3f7;flex:none}.aifotex-chatgpt-page .notice,.aifotex-chatgpt-page .aifotex-chatgpt-page .sr-status{position:absolute;left:-10000px}.aifotex-chatgpt-page .library-picker-list{gap:8px;display:grid}.aifotex-chatgpt-page .library-picker-row{text-align:left;background:#fff;border:1px solid #e5eaf3;border-radius:14px;gap:4px;padding:12px;display:grid}.aifotex-chatgpt-page .library-picker-row small{color:#667085}.aifotex-chatgpt-page .chat-thread-row.active{box-shadow:none}.aifotex-chatgpt-page .thread-list{flex:1;min-height:80px}.aifotex-chatgpt-page .chat-search{background:#fff}.aifotex-chatgpt-page .new-chat{background:#111827!important}.aifotex-chatgpt-page .chat-view-tabs{background:#eceff5}.chat-thread-row{align-items:stretch;gap:6px;display:flex;position:relative}.chat-thread-row .thread-open{flex:1;min-width:0}.chat-thread-menu-wrap{align-items:center;padding-right:2px;display:flex;position:relative}.chat-thread-menu-button{color:#667085;opacity:0;background:0 0;border:0;border-radius:9px;width:30px;height:30px;font-size:19px;line-height:1;transition:all .14s;transform:translate(3px)}.chat-thread-row:hover .chat-thread-menu-button,.chat-thread-menu-button:focus,.chat-thread-row.active .chat-thread-menu-button{opacity:1;transform:translate(0)}.chat-thread-menu-button:hover{color:#111827;background:#eef2f7}.chat-thread-dropdown{z-index:65;background:#fff;border:1px solid #e5eaf3;border-radius:14px;gap:2px;width:160px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 48px #11182724}.chat-thread-dropdown button{text-align:left;color:#344054;background:#fff;border:0;border-radius:10px;height:34px;padding:0 10px;font-size:13px}.chat-thread-dropdown button:hover{color:#111827;background:#f5f7fb}.chat-thread-dropdown button.danger{color:#b42318}.chat-thread-dropdown button.danger:hover{color:#b42318;background:#fff1f0}.composer-attach-wrap{display:flex;position:relative}.attach-menu{z-index:60;background:#fff;border:1px solid #e5eaf3;border-radius:15px;gap:2px;width:160px;padding:6px;display:grid;position:absolute;bottom:calc(100% + 9px);left:0;box-shadow:0 20px 54px #11182724}.attach-menu button{text-align:left;color:#344054;background:#fff;border:0;border-radius:10px;height:36px;padding:0 10px;font-size:13px}.attach-menu button:hover{color:#111827;background:#f5f7fb}.chat-mobile-backdrop{display:none}@media (width<=980px){.aifotex-chatgpt-page,.aifotex-chatgpt-page.sidebar-hidden{display:block}.aifotex-chat-sidebar{width:min(86vw,320px);position:fixed;inset:0 auto 0 0;transform:translate(0);box-shadow:30px 0 60px #1118271f}.aifotex-chatgpt-page.sidebar-hidden .aifotex-chat-sidebar{transform:translate(-105%)}.chat-mobile-backdrop{z-index:40;background:#11182747;border:0;display:block;position:fixed;inset:0}.aifotex-chatgpt-page.sidebar-hidden .chat-mobile-backdrop{display:none}.chat-sidebar-peek{height:34px;font-size:11px;top:10px;left:10px}.chat-head-right{gap:6px}.conversation-actions{display:none!important}.studio-menu-trigger{height:34px;padding:0 10px}.studio-menu-dropdown{right:0}.aifotex-chat-main{height:100vh}.chat-conversation-head.chatgpt-head{padding:0 12px 0 96px}.chatgpt-head h2{text-overflow:ellipsis;white-space:nowrap;max-width:38vw;overflow:hidden}.chat-head-right .pill{text-overflow:ellipsis;max-width:45vw;overflow:hidden}.chatgpt-scroll{padding:18px 13px 8px}.chatgpt-welcome{margin:auto auto 16vh}.chatgpt-welcome h1{font-size:27px}.chat-suggestions{gap:7px}.chat-suggestions button{height:38px;padding:0 13px}.aifotex-chatgpt-page .true-composer{width:calc(100% - 20px);margin-bottom:10px}.aifotex-chatgpt-page .composer-line{border-radius:20px}}.chat-balance-chip{color:#111827;background:#fff;border:1px solid #e3e9f3;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:72px;height:36px;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #1118270b}.chat-balance-chip span{color:#667085;font-size:12px;line-height:1}.chat-balance-chip:hover{background:#f8fafc;border-color:#d8e1ee}.chat-head-right .pill.success{border-radius:999px}.aifotex-chat-workspace{position:relative}.aifotex-chat-workspace.drag-active:after{content:"";pointer-events:none;z-index:8;background:#ffffffbd;border:1.5px dashed #b8c4d8;border-radius:24px;position:absolute;inset:72px 26px 112px;box-shadow:0 22px 70px #11182714}.aifotex-chat-workspace.drag-active:before{content:"Отпустите файл";color:#fff;z-index:9;pointer-events:none;background:#111827;border-radius:999px;place-items:center;height:42px;padding:0 18px;font-size:13px;font-weight:700;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.aifotex-chatgpt-page .true-composer{width:min(720px,100% - 48px);margin-bottom:14px}.aifotex-chatgpt-page .composer-line{background:#fff;border:1px solid #dfe5ee;border-radius:28px;align-items:flex-end;min-height:58px;padding:7px 8px;box-shadow:0 18px 60px #11182713}.aifotex-chatgpt-page .composer-line textarea{color:#111827;min-height:44px;max-height:190px;padding:12px 6px 10px;font-size:15px;line-height:1.55;overflow:auto}.aifotex-chatgpt-page .composer-line textarea::placeholder{color:#7b8495}.aifotex-chatgpt-page .composer-attach,.aifotex-chatgpt-page .send-message{border-radius:16px;place-items:center;width:42px;min-width:42px;height:42px;line-height:1;transition:transform .14s,background .14s,box-shadow .14s;display:grid}.aifotex-chatgpt-page .composer-attach{color:#111827;background:#f3f5f8;padding:0 0 2px;font-size:26px;font-weight:360}.aifotex-chatgpt-page .composer-attach:hover{background:#e9edf4;transform:translateY(-1px)}.aifotex-chatgpt-page .send-message{color:#fff;background:#111827;padding-bottom:2px;font-size:23px;font-weight:700}.aifotex-chatgpt-page .send-message:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 24px #1118272e}.aifotex-chatgpt-page .send-message:disabled{color:#fff;opacity:1;background:#98a1ad}.chat-attachments-row{flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:0 4px;display:flex}.aifotex-chatgpt-page .chat-file-chip{background:#fff;border:1px solid #e1e7f0;border-radius:15px;align-items:center;gap:9px;max-width:260px;height:44px;margin:0;padding:0 9px 0 8px;display:flex;box-shadow:0 8px 24px #1118270d}.file-progress-ring{--file-progress:100%;background:conic-gradient(#111827 var(--file-progress),#e8edf5 0);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid;position:relative}.file-progress-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:3px}.file-progress-ring span{z-index:1;font-size:13px;position:relative}.chat-file-chip.pending .file-progress-ring span:after{content:"";background:#111827;border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite aifotexTyping;display:block}.file-chip-name{text-overflow:ellipsis;white-space:nowrap;color:#344054;min-width:0;font-size:13px;overflow:hidden}.chat-file-chip button{color:#475467;background:#f2f4f7;border-radius:50%;place-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:grid}.chat-file-chip button:hover{color:#fff;background:#111827}.attach-menu{border-radius:16px;bottom:calc(100% + 10px)}.aifotex-chatgpt-page .true-composer>small{color:#98a2b3;margin-top:8px}.aifotex-chatgpt-page .true-bubble .message-markdown{color:#14203a;white-space:normal;background:#f6f7f9;border-radius:18px;padding:15px 18px;line-height:1.58}.aifotex-chatgpt-page .true-bubble.user .message-markdown{color:#fff;background:#111827}.message-markdown p{white-space:pre-wrap;margin:0 0 10px}.message-markdown p:last-child{margin-bottom:0}.message-markdown h3,.message-markdown h4,.message-markdown h5{letter-spacing:-.02em;margin:12px 0 7px;line-height:1.25}.message-markdown h3:first-child,.message-markdown h4:first-child,.message-markdown h5:first-child{margin-top:0}.message-markdown ul,.message-markdown ol{margin:6px 0 10px 22px;padding:0}.message-markdown li{margin:4px 0}.message-markdown a{color:#2563eb;border-bottom:1px solid #2563eb4d;text-decoration:none}.true-bubble.user .message-markdown a{color:#dbeafe;border-color:#dbeafe73}.message-markdown strong{font-weight:760}.message-markdown em{font-style:italic}.chat-inline-code{background:#11182714;border-radius:7px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.true-bubble.user .chat-inline-code{background:#ffffff29}.message-markdown .chat-code-block{color:#e8eef7;background:#111827;border-radius:14px;margin:10px 0}.true-bubble.user .message-markdown .chat-code-block{color:#e8eef7;background:#0b1220}.aifotex-chatgpt-page .true-bubble>p{display:none}.aifotex-chatgpt-page .true-bubble.thinking p{background:#f6f7f9;border-radius:18px;padding:15px 18px;display:flex}.aifotex-chatgpt-page .true-bubble.thinking>p{display:flex}.typing-line{min-width:156px}.typing-dots i{background:#111827}@media (width<=980px){.aifotex-chatgpt-page.sidebar-hidden .chat-conversation-head.chatgpt-head{padding-left:118px}.chat-sidebar-peek{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.chat-balance-chip{min-width:58px;height:34px;padding:0 9px}.chat-head-right .pill{display:none}.aifotex-chatgpt-page .true-composer{width:calc(100% - 20px)}.aifotex-chatgpt-page .composer-line{border-radius:22px}.aifotex-chat-workspace.drag-active:after{inset:62px 12px 96px}.aifotex-chat-workspace.drag-active:before{top:48%}}.aifotex-chatgpt-page .chat-thread-tools{z-index:6;opacity:.78;align-items:center;gap:8px;transition:opacity .14s;display:flex;position:absolute;top:76px;right:26px}.aifotex-chatgpt-page .chat-thread-tools:hover,.aifotex-chatgpt-page .chat-thread-tools:focus-within{opacity:1}.chat-thread-tools label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #e5eaf3;border-radius:999px;align-items:center;gap:7px;width:210px;height:34px;padding:0 12px;display:flex;box-shadow:0 10px 30px #1118270e}.chat-thread-tools span{color:#98a2b3;font-size:13px}.chat-thread-tools input{width:100%;font:inherit;color:#111827;background:0 0;border:0;outline:0;font-size:12px}.chat-thread-tools button{color:#667085;background:#fff;border:1px solid #e5eaf3;border-radius:999px;height:30px;padding:0 10px;font-size:12px}.chat-message-dots{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-radius:999px;gap:7px;padding:8px;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 14px 40px #1118270f}.chat-message-dots button{background:0 0;border:0;border-radius:50%;place-items:center;width:13px;height:13px;padding:0;display:grid}.chat-message-dots span{background:#c3ccd9;border-radius:50%;width:6px;height:6px;transition:all .14s;display:block}.chat-message-dots button:hover span{background:#111827;width:9px;height:9px}.aifotex-chatgpt-page .true-bubble{position:relative}.aifotex-chatgpt-page .bubble-meta{opacity:0;justify-content:space-between;align-items:center;gap:10px;min-height:26px;transition:opacity .14s;display:flex}.aifotex-chatgpt-page .true-bubble:hover .bubble-meta,.aifotex-chatgpt-page .bubble-meta:focus-within{opacity:1}.bubble-meta span{align-items:center;gap:8px;display:flex}.bubble-meta small{color:#98a2b3;font-size:11px;font-weight:500}.bubble-meta div{gap:5px;display:flex}.bubble-meta button{color:#667085;background:#fff;border:1px solid #e5eaf3;border-radius:999px;height:28px;padding:0 9px;font-size:11px}.bubble-meta button:hover{color:#111827;background:#f8fafc;border-color:#cfd8e6}.true-bubble.user .bubble-meta button{color:#344054;background:#fff}.message-attachments{flex-wrap:wrap;gap:7px;margin:0 0 6px;display:flex}.message-attachments span{color:#667085;background:#fff;border:1px solid #e7edf6;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.true-bubble.user .message-attachments span{color:#e6edf8;background:#17233a;border-color:#ffffff26}.chat-code-shell{background:#111827;border:1px solid #1118271a;border-radius:16px;margin:11px 0;overflow:hidden;box-shadow:0 14px 34px #11182714}.chat-code-head{color:#cbd5e1;background:#0b1220;justify-content:space-between;align-items:center;height:38px;padding:0 12px;font-size:12px;display:flex}.chat-code-head span{text-transform:lowercase;color:#94a3b8;font-size:12px}.chat-code-head button{color:#e5e7eb;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;height:27px;padding:0 10px;font-size:11px}.chat-code-head button:hover{background:#ffffff1f}.message-markdown .chat-code-shell .chat-code-block{color:#e8eef7;background:#111827;border-radius:0;margin:0;padding:14px 16px;font-size:13px;line-height:1.55;overflow:auto}.message-markdown blockquote{color:#475467;background:#f8fafce6;border-left:3px solid #d0d8e7;border-radius:10px;margin:10px 0;padding:9px 12px}.true-bubble.user .message-markdown blockquote{color:#e6edf8;background:#ffffff1f;border-left-color:#ffffff61}.chat-table-wrap{background:#fff;border:1px solid #e5eaf3;border-radius:14px;margin:10px 0;overflow:auto}.chat-table-wrap table{border-collapse:collapse;width:100%;min-width:420px}.chat-table-wrap th,.chat-table-wrap td{text-align:left;vertical-align:top;border-bottom:1px solid #edf1f7;padding:9px 11px;font-size:13px}.chat-table-wrap th{color:#344054;background:#f8fafc;font-weight:760}.chat-table-wrap tr:last-child td{border-bottom:0}.chat-task-line{align-items:flex-start;gap:8px;display:flex}.chat-task-line span:first-child{border:1px solid #cdd6e4;border-radius:6px;flex:none;place-items:center;width:18px;height:18px;margin-top:2px;font-size:12px;display:inline-grid}.chat-task-line span:first-child.checked{color:#fff;background:#111827;border-color:#111827}.editing-strip{color:#344054;background:#f4f7ff;border:1px solid #dce7ff;border-radius:999px;justify-content:space-between;align-items:center;gap:10px;height:32px;margin:0 7px 8px;padding:0 10px;font-size:12px;display:flex}.editing-strip span{font-weight:700}.editing-strip button{color:#667085;background:#fff;border:0;border-radius:999px;height:24px;padding:0 10px;font-size:12px}.editing-strip button:hover{color:#111827}.chat-file-chip.error{background:#fff7f7;border-color:#fecaca}.chat-file-chip.error .file-progress-ring{color:#fff;background:#ef4444}.chat-file-chip.error .file-progress-ring:before{background:#ef4444}.file-chip-name{gap:1px;display:grid}.file-chip-name small{text-overflow:ellipsis;white-space:nowrap;color:#98a2b3;max-width:160px;font-size:10px;display:block;overflow:hidden}.chat-file-chip.error .file-chip-name small{color:#b42318}.send-message.stop{background:#111827;padding:0;font-size:14px}.aifotex-chatgpt-page .composer-line textarea{scrollbar-width:thin}@media (width<=980px){.aifotex-chatgpt-page .chat-thread-tools,.chat-message-dots{display:none}.aifotex-chatgpt-page .bubble-meta{opacity:1}.aifotex-chatgpt-page .message-markdown{font-size:14px}.chat-code-shell{border-radius:14px}.chat-code-head{height:36px}.chat-table-wrap table{min-width:360px}.message-attachments span{text-overflow:ellipsis;white-space:nowrap;max-width:80vw;overflow:hidden}}.aifotex-chatgpt-page{background:radial-gradient(circle at 50% 14%,#dbe7ff6b,#0000 34%),radial-gradient(circle at 16% 72%,#f1f4f894,#0000 28%),linear-gradient(#fbfcfe 0%,#f8fafc 100%)}.aifotex-chat-main,.aifotex-chat-workspace{background:0 0}.chatgpt-scroll{background:radial-gradient(circle at 50% 26%,#ffffffeb,#ffffff7a 36%,#0000 64%),repeating-linear-gradient(135deg,#11182705 0 1px,#0000 1px 12px)}.chat-sidebar-peek{letter-spacing:0;text-transform:none;color:#344054;border-radius:999px;place-items:center;width:42px;height:42px;padding:0;font-size:25px;font-weight:650;display:grid;top:14px;left:16px}.aifotex-chatgpt-page.sidebar-hidden .chat-conversation-head.chatgpt-head{padding-left:70px}.chatgpt-head p,.free-mobile{display:none}.chat-head-right .pill-success{white-space:nowrap;color:#087443;background:#ecfdf3;border-color:#bbf7d0;border-radius:999px;justify-content:center;align-items:center;height:34px;font-weight:700;display:inline-flex}.true-bubble.error .message-markdown{color:#b42318;border:1px solid #fecaca;background:#fff5f5!important}.true-bubble.error .bubble-meta{opacity:1}.message-error-actions{color:#b42318;background:#fff7f7;border:1px solid #fee2e2;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;font-size:13px;display:flex}.message-error-actions span{color:#b42318;font-size:13px;font-weight:600}.message-error-actions button{color:#b42318;background:#fff;border:1px solid #fca5a5;border-radius:999px;height:32px;padding:0 12px;font-size:12px;font-weight:700}.message-error-actions button:hover{background:#fff1f1}.true-bubble.sending .message-markdown{opacity:.88}.true-bubble.sending .message-markdown:after{content:"Отправка…";color:#98a2b3;margin-top:8px;font-size:11px;display:block}.aifotex-chatgpt-page .true-bubble.thinking .typing-line{color:#667085;background:#f6f7f9;border-radius:18px;align-items:center;gap:8px;padding:15px 18px;display:flex}@media (width<=980px){.aifotex-chatgpt-page.sidebar-hidden .chat-conversation-head.chatgpt-head{padding-left:58px}.chat-conversation-head.chatgpt-head{border:1px solid #e2e8f0b8;border-radius:18px;width:90%;height:52px;margin:6px auto 0;padding:0 10px;box-shadow:0 10px 30px #1118270b}.chatgpt-head h2{max-width:32vw;font-size:15px}.chat-head-right{gap:6px}.free-desktop{display:none}.free-mobile{display:inline}.chat-head-right .pill-success{width:34px;min-width:34px;height:30px;padding:0;font-size:13px}.chat-balance-chip{min-width:50px;height:30px;padding:0 8px;font-size:12px}.studio-menu-trigger{height:30px;padding:0 10px;font-size:12px}.chat-sidebar-peek{width:38px;height:38px;font-size:23px;top:10px;left:10px}.chatgpt-scroll{padding-top:18px}}.aifotex-chatgpt-page .chat-top-studio-menu{z-index:90;position:relative}.aifotex-chatgpt-page .studio-menu-dropdown{z-index:140}.aifotex-chatgpt-page .message-error-actions{max-width:100%}@media (width<=980px){.aifotex-chatgpt-page .true-bubble.error{max-width:92vw}.aifotex-chatgpt-page .message-error-actions{flex-direction:column;align-items:flex-start}.aifotex-chatgpt-page .message-error-actions button{justify-content:center;width:100%}}.aifotex-chatgpt-page .true-chat-scroll.chatgpt-scroll{--chat-user-max:760px;--chat-assistant-max:860px;align-items:stretch;gap:14px;padding-left:max(22px,50% - 480px);padding-right:max(22px,50% - 480px)}.aifotex-chatgpt-page .true-bubble{place-self:flex-start start;gap:5px;width:fit-content!important;max-width:min(var(--chat-assistant-max),92%)!important;min-width:0!important}.aifotex-chatgpt-page .true-bubble.user{place-self:flex-end end;width:fit-content!important;max-width:min(var(--chat-user-max),82%)!important;margin-left:auto!important}.aifotex-chatgpt-page .true-bubble .message-markdown{max-width:100%;display:block;box-shadow:0 10px 28px #1118270b;border-radius:20px!important;width:auto!important;padding:12px 16px!important}.aifotex-chatgpt-page .true-bubble.user .message-markdown{box-shadow:0 14px 34px #11182729;color:#fff!important;background:#111827!important;border-radius:20px!important;padding:12px 17px!important}.aifotex-chatgpt-page .true-bubble.user .message-markdown p,.aifotex-chatgpt-page .true-bubble.user .message-markdown{white-space:pre-wrap}.aifotex-chatgpt-page .true-bubble.error{align-self:flex-start;width:fit-content!important;max-width:min(620px,86%)!important}.aifotex-chatgpt-page .true-bubble.error .message-markdown{display:none!important}.aifotex-chatgpt-page .message-error-actions{max-width:100%;box-shadow:0 12px 30px #b423180e;background:#fff7f7!important;border:1px solid #fecaca!important;border-radius:18px!important;align-items:center!important;width:auto!important;margin:0!important;padding:10px 12px!important}.aifotex-chatgpt-page .message-error-actions span{max-width:420px;line-height:1.35}.aifotex-chatgpt-page .message-error-actions button{white-space:nowrap;flex:none;height:32px}.aifotex-chatgpt-page .true-bubble.thinking{max-width:min(360px,80%)!important}.aifotex-chatgpt-page .true-bubble.thinking .typing-line{min-width:118px;width:fit-content!important;padding:11px 15px!important}.aifotex-chatgpt-page .bubble-meta{padding:0 4px;min-height:20px!important}.aifotex-chatgpt-page .chat-top-studio-menu{z-index:300}.aifotex-chatgpt-page .studio-menu-dropdown{top:calc(100% + 8px);right:0;z-index:500!important;position:absolute!important;box-shadow:0 22px 60px #11182729!important}.aifotex-chatgpt-page .chat-thread-tools{z-index:20!important}.aifotex-chatgpt-page .chat-top-studio-menu:has(.studio-menu-dropdown)~.chat-thread-tools{opacity:.25;pointer-events:none}@media (width<=980px){.aifotex-chatgpt-page .true-chat-scroll.chatgpt-scroll{gap:12px;padding-left:12px;padding-right:12px}.aifotex-chatgpt-page .true-bubble{max-width:90vw!important}.aifotex-chatgpt-page .true-bubble.user{max-width:88vw!important}.aifotex-chatgpt-page .true-bubble .message-markdown{border-radius:18px!important;padding:10px 13px!important}.aifotex-chatgpt-page .message-error-actions{flex-direction:column;align-items:stretch!important;max-width:88vw!important}.aifotex-chatgpt-page .message-error-actions span{max-width:none}.aifotex-chatgpt-page .message-error-actions button{width:100%}}.aifotex-chatgpt-page{--premium-navy:#111827;--premium-ink:#162033;--premium-muted:#667085;--premium-border:#e6ebf3;--premium-soft:#f6f8fc;--premium-green:#098443;--premium-blue:#2563eb;--premium-violet:#7c3aed;--premium-emerald:#059669}.aifotex-chatgpt-page .aifotex-chat-main{background:0 0;grid-template-columns:minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden;display:grid!important}.chat-side-logo{letter-spacing:.16em;align-items:center;gap:10px;display:flex!important}.chat-brand-mark{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#1d4ed8,#0f172a);border-radius:12px;place-items:center;width:31px;height:31px;font-weight:900;display:inline-grid;box-shadow:0 12px 28px #2563eb2e}.chat-sidebar-account{border-top:1px solid #e9edf5;align-items:center;gap:10px;margin-top:auto;padding:14px 2px 2px;display:flex}.chat-sidebar-account>div{color:#111827;background:#eef2f7;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.chat-sidebar-account span{gap:3px;min-width:0;display:grid}.chat-sidebar-account strong{font-size:13px}.chat-sidebar-account small{color:#8a95a8;font-size:12px}.chat-sidebar-account button{color:#64748b;background:0 0;border:0;margin-left:auto;font-size:18px}.chat-title-wrap{align-items:center;gap:8px;min-width:0;display:flex}.chat-title-wrap h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.title-edit{color:#64748b;background:0 0;border:0;border-radius:9px;width:28px;height:28px}.title-edit:hover{color:#111827;background:#f1f5f9}.aifotex-chatgpt-page .chat-conversation-head.chatgpt-head{z-index:40;border-bottom:1px solid #e7ecf5b8;position:relative;box-shadow:0 8px 28px #0f172a09}.aifotex-chatgpt-page .studio-menu-dropdown{min-width:190px;padding:9px}.aifotex-chatgpt-page .studio-menu-dropdown a{gap:10px;height:40px;font-weight:650}.aifotex-chatgpt-page .true-chat-scroll.chatgpt-scroll{scroll-behavior:smooth;gap:18px;padding-bottom:22px}.true-chat-welcome .welcome-orb{color:#1d4ed8;background:linear-gradient(135deg,#eef6ff,#fff);border:1px solid #dbe7f7;border-radius:21px;place-items:center;width:54px;height:54px;margin:0 auto 16px;animation:4.8s ease-in-out infinite aifotexSoftFloat;display:grid;box-shadow:0 20px 55px #2563eb24}@keyframes aifotexSoftFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chatgpt-welcome h1{font-size:40px!important}.chatgpt-welcome p{line-height:1.58;font-size:16px!important}.chat-suggestions button{transition:transform .15s,box-shadow .15s,border-color .15s}.chat-suggestions button:hover{border-color:#cfd8e6;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14}.aifotex-chatgpt-page .true-bubble{animation:.22s cubic-bezier(.22,1,.36,1) both messageIn}.aifotex-chatgpt-page .true-bubble.user{animation-name:messageInRight}@keyframes messageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes messageInRight{0%{opacity:0;transform:translate(8px,6px)}to{opacity:1;transform:translate(0)}}.aifotex-chatgpt-page .true-bubble .message-markdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #e5eaf3e0;background:#fffffff0!important}.aifotex-chatgpt-page .true-bubble.user .message-markdown{background:linear-gradient(135deg,#111827,#17233b)!important;border-color:#ffffff14!important}.aifotex-chatgpt-page .true-bubble.user .bubble-meta{justify-content:flex-end}.aifotex-chatgpt-page .bubble-meta span{color:#708097;font-weight:760}.aifotex-chatgpt-page .true-bubble.user .bubble-meta span{color:#64748b}.aifotex-chatgpt-page .message-markdown p{margin:0 0 8px}.aifotex-chatgpt-page .message-markdown p:last-child{margin-bottom:0}.typing-dots{gap:4px;margin-left:3px;display:inline-flex}.typing-dots i{background:#94a3b8;border-radius:999px;width:5px;height:5px;animation:1.12s ease-in-out infinite typingDot;display:block}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,70%,to{opacity:.45;transform:translateY(0)}35%{opacity:1;transform:translateY(-4px)}}.message-attachments.rich,.chat-attachments-row.premium{flex-wrap:wrap;gap:10px;margin:0 0 8px;display:flex}.chat-attachments-row.premium{margin:0 4px 10px}.premium-attachment-card{background:#fffffff0;border:1px solid #e4eaf4;border-radius:16px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:230px;max-width:320px;min-height:58px;padding:9px 10px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 35px #0f172a0e}.premium-attachment-card.large{grid-template-columns:64px minmax(0,1fr);max-width:none}.premium-attachment-card.error{background:#fff7f7;border-color:#fecaca}.premium-attachment-thumb{color:#1d4ed8;background:#eff4ff;border-radius:12px;place-items:center;width:48px;height:42px;font-size:12px;font-weight:900;display:grid;overflow:hidden}.premium-attachment-card.large .premium-attachment-thumb{width:64px;height:54px}.premium-attachment-thumb img{object-fit:cover;width:100%;height:100%}.premium-attachment-info{gap:4px;min-width:0;display:grid}.premium-attachment-info strong{color:#182238;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.premium-attachment-info small{color:#7b879b;font-size:11px}.premium-attachment-card button{color:#64748b;background:#f1f5f9;border:0;border-radius:999px;width:26px;height:26px}.premium-attachment-card button:hover{color:#111827;background:#e2e8f0}.premium-attachment-progress{background:#edf2f7;height:3px;position:absolute;bottom:0;left:0;right:0}.premium-attachment-progress span{background:linear-gradient(90deg,#2563eb,#7c3aed);height:100%;transition:width .18s;display:block}.aifotex-chat-workspace.drag-active:after{z-index:120}.aifotex-chat-workspace.drag-active:before{z-index:121}.aifotex-chat-workspace.drag-active .true-composer{transform:translateY(-2px)}.true-composer{transition:transform .16s}.composer-line:focus-within{border-color:#b9c8dc!important;box-shadow:0 20px 70px #0f172a1f!important}.send-message{transition:transform .12s,box-shadow .12s}.send-message:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a29}@media (width<=1380px){.premium-attachment-card{min-width:210px}}@media (width<=980px){.chatgpt-welcome h1{font-size:31px!important}.premium-attachment-card{min-width:min(260px,88vw)}.chat-attachments-row.premium{flex-wrap:nowrap;overflow:auto}.aifotex-chatgpt-page .notice{width:calc(100% - 24px);top:62px}.chat-sidebar-account{background:#f7f8fb;position:sticky;bottom:0}}.aifotex-chatgpt-page .studio-menu-trigger,.aifotex-chatgpt-page .chat-balance-chip,.aifotex-chatgpt-page .studio-menu-dropdown a,.aifotex-chatgpt-page .message-action-btn,.studio-task-actions .btn{align-items:center;gap:8px;display:inline-flex}.aifotex-chatgpt-page svg{flex:none}.aifotex-chatgpt-page .studio-menu-trigger svg,.aifotex-chatgpt-page .chat-balance-chip svg{width:17px;height:17px}.aifotex-chatgpt-page .studio-menu-dropdown a svg{color:#52627a;width:18px;height:18px}.aifotex-chatgpt-page .studio-menu-dropdown a:hover svg{color:#111827}.aifotex-chatgpt-page .bubble-meta button.message-action-btn{padding:0 10px}.studio-task-icon svg{width:22px;height:22px}.studio-task-actions .btn svg{width:16px;height:16px}.aifotex-chatgpt-page .true-composer small{max-width:720px;margin-inline:auto}.aifotex-chatgpt-page .true-chat-scroll.chatgpt-scroll{align-items:stretch}.aifotex-chatgpt-page .true-bubble{align-self:flex-start;gap:6px!important;width:auto!important;max-width:min(760px,86%)!important}.aifotex-chatgpt-page .true-bubble.user{align-self:flex-end;width:auto!important;max-width:min(680px,74%)!important}.aifotex-chatgpt-page .true-bubble .message-markdown{color:#172033;width:fit-content;max-width:100%;display:block;background:#fffffff5!important;border:1px solid #dee4eef2!important;border-radius:22px!important;padding:13px 16px!important;box-shadow:0 14px 42px #0f172a0e!important}.aifotex-chatgpt-page .true-bubble.user .message-markdown{margin-left:auto;color:#162033!important;background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-color:#bfdbfe!important;box-shadow:0 12px 34px #2563eb1a!important}.aifotex-chatgpt-page .true-bubble .message-markdown p,.aifotex-chatgpt-page .true-bubble .message-markdown h3,.aifotex-chatgpt-page .true-bubble .message-markdown h4,.aifotex-chatgpt-page .true-bubble .message-markdown h5,.aifotex-chatgpt-page .true-bubble .message-markdown ul,.aifotex-chatgpt-page .true-bubble .message-markdown ol,.aifotex-chatgpt-page .true-bubble .message-markdown blockquote{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.aifotex-chatgpt-page .true-bubble .message-markdown p{color:inherit!important;border-radius:0!important}.aifotex-chatgpt-page .true-bubble.user .message-markdown p,.aifotex-chatgpt-page .true-bubble.user .message-markdown li,.aifotex-chatgpt-page .true-bubble.user .message-markdown strong,.aifotex-chatgpt-page .true-bubble.user .message-markdown em{color:#162033!important}.aifotex-chatgpt-page .bubble-meta{opacity:.82;min-height:26px}.aifotex-chatgpt-page .bubble-meta>div{opacity:0;gap:5px;transition:opacity .14s,transform .14s;transform:translateY(2px)}.aifotex-chatgpt-page .true-bubble:hover .bubble-meta>div,.aifotex-chatgpt-page .bubble-meta:focus-within>div{opacity:1;transform:translateY(0)}.aifotex-chatgpt-page .message-action-btn,.aifotex-chatgpt-page .bubble-meta button.message-action-btn{box-shadow:0 10px 24px #0f172a0f;color:#667085!important;background:#fffffff0!important;border:1px solid #e2e8f0!important;border-radius:11px!important;place-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;font-size:0!important;line-height:0!important;display:inline-grid!important}.aifotex-chatgpt-page .message-action-btn:hover{transform:translateY(-1px);color:#111827!important;border-color:#cbd5e1!important}.aifotex-chatgpt-page .message-action-btn.copied{color:#059669!important;background:#ecfdf5!important;border-color:#a7f3d0!important}.aifotex-chatgpt-page .message-action-btn svg{width:15px!important;height:15px!important}.message-version-row{background:#ffffffeb;border:1px solid #e4eaf4;border-radius:999px;align-self:flex-end;align-items:center;gap:6px;margin:0 0 4px auto;padding:3px;display:inline-flex;box-shadow:0 10px 26px #0f172a0e}.message-version-row button{color:#64748b;background:0 0;border:0;border-radius:999px;width:26px;height:24px;font-size:16px;line-height:1}.message-version-row button:not(:disabled):hover{color:#1d4ed8;background:#eff6ff}.message-version-row button:disabled{opacity:.35;cursor:not-allowed}.message-version-row span{text-align:center;min-width:34px;color:#2563eb!important;font-size:12px!important;font-weight:800!important}.aifotex-chatgpt-page .true-bubble.error{max-width:min(560px,82%)!important}.aifotex-chatgpt-page .message-error-actions{grid-template-columns:minmax(0,1fr) auto;background:linear-gradient(snow,#fff7f7)!important;border:1px solid #fecaca!important;border-radius:20px!important;gap:10px!important;padding:13px 14px!important;display:grid!important;box-shadow:0 16px 44px #b4231812!important}.aifotex-chatgpt-page .message-error-actions span{color:#9f1d14!important;font-size:13px!important;font-weight:680!important;line-height:1.45!important}.aifotex-chatgpt-page .message-error-actions button{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex;color:#b42318!important;background:#fff!important;border:1px solid #fca5a5!important;border-radius:999px!important;height:34px!important;padding:0 13px!important;font-weight:800!important}@media (width<=980px){.aifotex-chatgpt-page .true-bubble,.aifotex-chatgpt-page .true-bubble.user{max-width:92vw!important}.aifotex-chatgpt-page .bubble-meta>div{opacity:1;transform:none}.aifotex-chatgpt-page .message-error-actions{grid-template-columns:1fr!important}}.chat-code-head button{border-radius:10px;place-items:center;width:32px;height:28px;display:inline-grid;padding:0!important;font-size:0!important}.chat-code-head button svg{width:14px;height:14px}.chat-diagnostic-download{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.chat-diagnostic-download svg{width:15px;height:15px}.chat-model-bar{color:#141824a3;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px 6px;font-size:12px;display:flex}.chat-model-bar label{color:#141824b3;font-weight:700}.chat-model-bar select{min-height:30px;font:inherit;color:#141824db;background:#ffffffdb;border:1px solid #1418241f;border-radius:999px;padding:0 28px 0 12px;font-weight:700}.chat-model-bar span{background:#1418240b;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;display:inline-flex}.attachment-source-strip{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.attachment-source-strip span,.attachment-source-strip button{border:1px solid var(--border,#e4dfd5);background:var(--surface-muted,#f7f4ed);color:var(--text-muted,#6f685f);border-radius:999px;padding:3px 7px;font-size:11px}.attachment-source-strip button{cursor:pointer}.source-viewer-list{gap:10px;max-height:60vh;padding-right:4px;display:grid;overflow:auto}.source-viewer-card{border:1px solid var(--border,#e4dfd5);background:var(--surface-muted,#f7f4ed);border-radius:14px;gap:8px;padding:12px;display:grid}.source-viewer-card p{white-space:pre-wrap;color:var(--text,#25221e);margin:0;font-size:13px;line-height:1.45}
