.studio-page #main-content{background:#f7f7fb}
.studio-page .main-bleed{min-height:calc(100vh - 58px)}
.sc{
  --sc-ink:#1d1726;--sc-muted:#655c72;--sc-faint:#8d8497;--sc-canvas:#f7f7fb;
  --sc-surface:#fff;--sc-soft:#f1eef6;--sc-line:#e2dee8;--sc-line-strong:#cbc4d5;
  --sc-primary:#7b2fbe;--sc-primary-soft:#f1e6fb;--sc-success:#087a4f;--sc-error:#a81431;
  min-height:calc(100vh - 58px);background:var(--sc-canvas);color:var(--sc-ink);font-family:'Poppins',system-ui,sans-serif
}
.sc *{box-sizing:border-box}.sc [hidden]{display:none!important}
.sc button,.sc textarea,.sc input{font:inherit}.sc button{cursor:pointer}
.sc button:focus-visible,.sc a:focus-visible,.sc textarea:focus-visible,.sc input:focus-visible,.sc select:focus-visible{outline:3px solid rgba(123,47,190,.72)!important;outline-offset:3px!important}
.sc-stage{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:22px 0 80px}
.sc-stage-head{min-height:44px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.sc-wordmark{display:flex;align-items:center;gap:8px;color:var(--sc-ink);font-size:.82rem;font-weight:700;text-decoration:none}.sc-wordmark>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--sc-primary-soft);color:var(--sc-primary)}
.sc-balance,.sc-session{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--sc-line);border-radius:10px;background:var(--sc-surface);color:var(--sc-ink);font-size:.72rem;text-decoration:none}.sc-balance svg{color:var(--sc-primary)}.sc-balance strong{font-size:.78rem}.sc-session{font-weight:700}
.sc-mode-tabs{width:max-content;display:flex;align-items:center;margin:18px auto 24px;padding:3px;border:1px solid var(--sc-line-strong);border-radius:999px;background:rgba(255,255,255,.72)}
.sc-mode-tab{min-height:38px;display:flex;align-items:center;gap:7px;padding:7px 14px;border:0;border-radius:999px;background:transparent;color:var(--sc-muted);font-size:.78rem;font-weight:650}.sc-mode-tab.is-active{background:var(--sc-primary-soft);color:var(--sc-primary)}
.sc-composer{position:relative;width:min(760px,100%);min-height:176px;margin:0 auto;border:1px solid var(--sc-line);border-radius:20px;background:var(--sc-surface);box-shadow:0 18px 44px rgba(36,25,49,.1);animation:sc-compose-in .5s cubic-bezier(.16,1,.3,1) both}
@keyframes sc-compose-in{from{transform:translateY(12px);filter:blur(3px);box-shadow:0 6px 20px rgba(36,25,49,.05)}to{transform:none;filter:none;box-shadow:0 18px 44px rgba(36,25,49,.1)}}
.sc-composer textarea{width:100%;min-height:116px;display:block;padding:23px 24px 14px;border:0;border-radius:20px 20px 0 0;background:transparent;color:var(--sc-ink);font-size:.9rem;line-height:1.55;resize:none}.sc-composer textarea::placeholder{color:var(--sc-muted)!important;opacity:1}.sc-composer textarea:focus:not(:focus-visible){outline:none}
.sc-references{display:flex;gap:8px;padding:0 20px 10px;overflow-x:auto}.sc-reference{position:relative;flex:0 0 58px;width:58px;height:58px;border-radius:10px;background:var(--sc-soft)}.sc-reference img{width:100%;height:100%;display:block;border-radius:10px;object-fit:cover}.sc-reference button{position:absolute;top:-6px;right:-6px;width:23px;height:23px;border:2px solid var(--sc-surface);border-radius:50%;background:#332a3d}.sc-reference button::before,.sc-reference button::after{content:'';position:absolute;top:9px;left:5px;width:9px;height:1.5px;border-radius:2px;background:#fff;transform:rotate(45deg)}.sc-reference button::after{transform:rotate(-45deg)}
.sc-toolbar{min-height:58px;display:flex;align-items:center;gap:5px;padding:7px 12px 11px}
.sc-tool{min-height:40px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:0;border-radius:10px;background:transparent;color:var(--sc-ink);font-size:.73rem;font-weight:650;white-space:nowrap}.sc-tool:hover,.sc-tool[aria-expanded=true]{background:var(--sc-soft)}.sc-tool--icon{width:40px;justify-content:center;padding:0;font-size:1rem}.sc-tool--model{max-width:210px;background:var(--sc-primary-soft);color:var(--sc-primary)}.sc-tool--model span{overflow:hidden;text-overflow:ellipsis}.sc-tool--model.is-unavailable{background:var(--sc-soft);color:var(--sc-faint)}
.sc-mode-trigger-icon{display:inline-flex}.sc-mode-trigger-icon--image{display:none}.sc-tool[data-modality=image] .sc-mode-trigger-icon--video{display:none}.sc-tool[data-modality=image] .sc-mode-trigger-icon--image{display:inline-flex}
.sc-toolbar-spacer{flex:1}.sc-create{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--sc-primary);color:#fff;box-shadow:0 8px 18px rgba(123,47,190,.24)}.sc-create:hover:not(:disabled){background:#6822aa}.sc-create:disabled{cursor:not-allowed;background:#d6d1dc;color:#9c95a5;box-shadow:none}
.sc-menu-anchor{position:relative}.sc-menu-anchor--settings{position:static}
.sc-mini-menu,.sc-skills,.sc-settings{z-index:30;border:1px solid var(--sc-line);background:var(--sc-surface);box-shadow:0 22px 55px rgba(32,24,40,.16)}
.sc-mini-menu{position:absolute;top:calc(100% + 10px);left:0;width:240px;padding:7px;border-radius:14px}.sc-mini-menu--right{right:0;left:auto}.sc-mini-menu>button{width:100%;min-height:54px;display:flex;align-items:center;gap:10px;padding:9px 10px;border:0;border-radius:9px;background:transparent;color:var(--sc-ink);text-align:left}.sc-mini-menu>button:hover{background:var(--sc-soft)}.sc-mini-menu>button>span{min-width:0}.sc-mini-menu strong,.sc-mini-menu small{display:block}.sc-mini-menu strong{font-size:.73rem}.sc-mini-menu small{margin-top:3px;color:var(--sc-muted);font-size:.64rem;line-height:1.35}
.sc-settings{position:absolute;top:calc(100% - 1px);left:50%;width:min(560px,calc(100% - 28px));max-height:min(630px,calc(100vh - 150px));padding:15px;border-radius:18px;overflow:auto;transform:translateX(-50%)}
.sc-panel-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--sc-muted);font-size:.68rem}.sc-panel-head>span{display:flex;align-items:center;gap:6px}.sc-panel-head>button{width:34px;height:34px;display:none;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--sc-muted)}
.sc-setting-group+.sc-setting-group{margin-top:15px}.sc-setting-pair{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:9px}.sc-setting-pair:has(>[hidden]){grid-template-columns:1fr}.sc-setting-pair .sc-setting-group+.sc-setting-group{margin-top:0}.sc-setting-label{display:block;margin-bottom:7px;color:var(--sc-muted);font-size:.69rem}
.sc-models{min-width:0}.sc-model-select{width:100%;height:42px;padding:7px 10px;border:1px solid transparent;border-radius:10px;background:var(--sc-soft);color:var(--sc-ink);font-size:.67rem;font-weight:650}.sc-model-select:focus{border-color:rgba(123,47,190,.42)}.sc-model-select:focus:not(:focus-visible){outline:none}.sc-model-price{display:block;margin-top:5px;overflow:hidden;color:var(--sc-primary);font-size:.59rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.sc-empty-setting{margin:0;padding:12px;border-radius:10px;background:var(--sc-soft);color:var(--sc-muted);font-size:.7rem}
.sc-choice-row{display:flex;gap:6px;overflow-x:auto}.sc-choice{min-width:52px;min-height:38px;padding:6px 10px;border:1px solid transparent;border-radius:9px;background:var(--sc-soft);color:var(--sc-muted);font-size:.68rem}.sc-choice:hover{border-color:var(--sc-line-strong)}.sc-choice.is-selected{border-color:rgba(123,47,190,.34);background:var(--sc-primary-soft);color:var(--sc-primary);font-weight:700}
.sc-ratios{display:grid;grid-template-columns:repeat(auto-fit,minmax(56px,1fr));gap:5px;padding:4px;border-radius:11px;background:var(--sc-soft)}.sc-ratio{min-width:0;min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:5px 2px;border:0;border-radius:8px;background:transparent;color:var(--sc-muted);font-size:.62rem}.sc-ratio:hover,.sc-ratio.is-selected{background:var(--sc-surface);color:var(--sc-ink)}.sc-ratio.is-selected{box-shadow:0 2px 8px rgba(32,24,40,.08)}.sc-ratio i{width:15px;height:11px;display:block;border:1.5px solid currentColor;border-radius:2px}.sc-ratio i[data-ratio="21:9"],.sc-ratio i[data-ratio="9:21"]{width:19px;height:8px}.sc-ratio i[data-ratio="16:9"]{width:18px;height:10px}.sc-ratio i[data-ratio="4:3"]{width:16px;height:12px}.sc-ratio i[data-ratio="1:1"]{width:12px;height:12px}.sc-ratio i[data-ratio="3:4"]{width:10px;height:14px}.sc-ratio i[data-ratio="9:16"]{width:8px;height:15px}
.sc-field{display:block;margin-top:0}.sc-field .sc-setting-label small{font-weight:400}.sc-field input{width:100%;height:38px;padding:7px 10px;border:1px solid transparent;border-radius:9px;background:var(--sc-soft);color:var(--sc-ink);font-size:.68rem}.sc-field input:focus{border-color:rgba(123,47,190,.42)}
.sc-compression{display:grid;gap:8px;margin-top:15px;padding:10px;border-radius:10px;background:var(--sc-soft)}.sc-compression>span{display:flex;justify-content:space-between;gap:12px}.sc-compression strong{font-size:.7rem}.sc-compression small{color:var(--sc-primary);font-size:.64rem;font-weight:700}.sc-compression input{width:100%;accent-color:var(--sc-primary)}
.sc-audio{min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;padding:8px 10px;border-radius:10px;background:var(--sc-soft)}.sc-audio:has(input:focus-visible){outline:3px solid rgba(123,47,190,.72);outline-offset:3px}.sc-audio strong,.sc-audio small{display:block}.sc-audio strong{font-size:.7rem}.sc-audio small{margin-top:2px;color:var(--sc-muted);font-size:.61rem}.sc-audio input{position:absolute;opacity:0;pointer-events:none}.sc-audio i{position:relative;width:38px;height:22px;flex:0 0 38px;border-radius:999px;background:#c8c2cf;transition:background .16s ease}.sc-audio i::after{content:'';position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(30,24,36,.18);transition:transform .16s ease}.sc-audio input:checked+i{background:var(--sc-primary)}.sc-audio input:checked+i::after{transform:translateX(16px)}.sc-audio.is-disabled{opacity:.5}
.sc-live-estimate{display:grid;grid-template-columns:1fr auto;gap:2px 14px;margin-top:15px;padding:11px 12px;border:1px solid rgba(123,47,190,.2);border-radius:11px;background:var(--sc-primary-soft)}.sc-live-estimate>span{align-self:center;color:var(--sc-muted);font-size:.64rem}.sc-live-estimate>strong{color:var(--sc-primary);font-size:.84rem}.sc-live-estimate>small{grid-column:1/-1;color:var(--sc-muted);font-size:.59rem;line-height:1.4}.sc-toolbar-cost{flex:0 0 auto;color:var(--sc-primary);font-size:.65rem;font-weight:750;white-space:nowrap}
.sc-skills{position:absolute;top:calc(100% + 10px);left:0;width:330px;max-height:410px;padding:13px;border-radius:14px;overflow:auto}.sc-skills>div:first-child{padding:2px 3px 10px}.sc-skills>div:first-child strong,.sc-skills>div:first-child small{display:block}.sc-skills>div:first-child strong{font-size:.76rem}.sc-skills>div:first-child small{margin-top:3px;color:var(--sc-muted);font-size:.64rem}.sc-skills-list{display:grid}.sc-skills-list button{width:100%;padding:9px 3px;border:0;border-top:1px solid var(--sc-line);background:transparent;color:var(--sc-ink);text-align:left}.sc-skills-list button:hover{color:var(--sc-primary)}.sc-skills-list strong,.sc-skills-list small{display:block}.sc-skills-list strong{font-size:.7rem}.sc-skills-list small{margin-top:3px;color:var(--sc-muted);font-size:.61rem;line-height:1.4}
.sc-quote{width:min(760px,100%);display:flex;align-items:center;justify-content:space-between;gap:20px;margin:13px auto 0;padding:13px 15px;border:1px solid rgba(123,47,190,.22);border-radius:13px;background:var(--sc-primary-soft)}.sc-quote span,.sc-quote strong,.sc-quote small{display:block}.sc-quote span{color:var(--sc-muted);font-size:.62rem}.sc-quote strong{margin-top:2px;font-size:.92rem}.sc-quote small{margin-top:2px;color:var(--sc-muted);font-size:.61rem}.sc-confirm{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 15px;border:0;border-radius:9px;background:var(--sc-primary);color:#fff;font-size:.72rem;font-weight:700;text-decoration:none}.sc-confirm:hover:not(:disabled){background:#6822aa}.sc-confirm:disabled{cursor:not-allowed;opacity:.48}
.sc-message{width:min(760px,100%);margin:12px auto 0;padding:10px 12px;border-radius:10px;background:#edf5ff;color:#1c4e7a;font-size:.7rem;line-height:1.45}.sc-message--error{background:#fdecef;color:var(--sc-error)}
.sc-output,.sc-projects{width:min(980px,100%);margin:64px auto 0}.sc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.sc-section-head h1,.sc-section-head h2{margin:0;font-size:1.2rem;letter-spacing:-.02em}.sc-section-head p{margin:5px 0 0;color:var(--sc-muted);font-size:.7rem}
.sc-result{display:grid;grid-template-columns:minmax(240px,440px) minmax(0,1fr);gap:28px;align-items:center;padding:18px;border-radius:16px;background:var(--sc-surface);box-shadow:0 14px 36px rgba(36,25,49,.08)}.sc-result video,.sc-result img{width:100%;max-height:560px;display:block;border-radius:11px;background:#17121d;object-fit:contain}.sc-result>div strong,.sc-result>div span{display:block}.sc-result>div strong{font-size:.9rem}.sc-result>div span{margin-top:5px;color:var(--sc-muted);font-size:.7rem}.sc-result .sc-confirm{margin-top:15px}
.sc-waiting{min-height:90px;display:flex;align-items:center;gap:14px;padding:18px;border-radius:14px;background:var(--sc-surface)}.sc-waiting>span{width:12px;height:12px;flex:0 0 12px;border-radius:50%;background:var(--sc-primary);box-shadow:0 0 0 7px var(--sc-primary-soft);animation:sc-pulse 1.4s ease-in-out infinite}.sc-waiting strong,.sc-waiting small{display:block}.sc-waiting strong{font-size:.78rem}.sc-waiting small{margin-top:3px;color:var(--sc-muted);font-size:.67rem}.sc-waiting>button{margin-left:auto;border:0;background:transparent;color:var(--sc-error);font-size:.68rem;font-weight:700}@keyframes sc-pulse{50%{box-shadow:0 0 0 3px var(--sc-primary-soft);opacity:.65}}
.sc-project-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sc-project{min-width:0;min-height:82px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px;align-items:center;padding:10px;border:0;border-radius:13px;background:var(--sc-surface);color:var(--sc-ink);text-align:left}.sc-project:hover{box-shadow:0 10px 25px rgba(36,25,49,.08)}.sc-project-visual{position:relative;width:58px;height:58px;display:block;border-radius:9px;background:#2f2440}.sc-project-visual::after{position:absolute;right:6px;bottom:5px;color:#fff;font-size:.52rem;font-weight:700}.sc-project-visual--video::after{content:'VIDEO'}.sc-project-visual--image::after{content:'IMG'}.sc-project>span:last-child{min-width:0}.sc-project strong,.sc-project small{display:block}.sc-project strong{display:-webkit-box;overflow:hidden;font-size:.68rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sc-project small{margin-top:5px;overflow:hidden;color:var(--sc-muted);font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.sc-empty-projects{grid-column:1/-1;margin:0;padding:18px;border-radius:12px;background:var(--sc-surface);color:var(--sc-muted);font-size:.7rem}
html[data-theme=dark] .studio-page #main-content{background:#1f1928}html[data-theme=dark] .sc{--sc-ink:#f4eff8;--sc-muted:#c1b8cb;--sc-faint:#8e8498;--sc-canvas:#1f1928;--sc-surface:#2a2233;--sc-soft:#352b40;--sc-line:#463a52;--sc-line-strong:#5b4d69;--sc-primary:#c07af5;--sc-primary-soft:#422755;--sc-success:#27e19d;--sc-error:#ff7890}html[data-theme=dark] .sc-mode-tabs{background:rgba(42,34,51,.78)}html[data-theme=dark] .sc-create{color:#22132d}html[data-theme=dark] .sc-message{background:#253b53;color:#d7eaff}html[data-theme=dark] .sc-message--error{background:#512637;color:#ffd7df}
@media(prefers-reduced-motion:reduce){.sc *{scroll-behavior:auto!important}.sc-composer{animation:none}.sc-waiting>span{animation:none}.sc-audio i,.sc-audio i::after{transition:none}}
@media(max-width:760px){
  .studio-page:has(.sc[data-open-panel=settings]) .gf-bt,.studio-page:has(.sc[data-open-panel=skills]) .gf-bt{visibility:hidden;pointer-events:none}
  .sc-stage{width:min(100% - 20px,1180px);padding:12px 0 96px}.sc-stage-head{margin:0 3px}.sc-mode-tabs{margin:14px auto 18px}.sc-composer{min-height:220px;border-radius:17px}.sc-composer textarea{min-height:156px;padding:19px 17px 10px;border-radius:17px 17px 0 0;font-size:.84rem}.sc-toolbar{flex-wrap:wrap;gap:3px;padding:7px 8px 9px}.sc-tool{min-height:42px;padding:7px 8px}.sc-tool--model{max-width:150px}.sc-toolbar-spacer{display:none}.sc-menu-anchor--director{margin-left:auto}.sc-create{width:44px;height:44px;flex-basis:44px}
  .sc-settings,.sc-skills{position:absolute;z-index:80;right:0;bottom:auto;left:0;top:calc(100% + 8px);width:auto;border-radius:17px;transform:none}.sc-settings{max-height:72vh;padding:14px;overflow:auto}.sc-panel-head>button{display:grid}.sc-menu-anchor--skills{position:static}.sc-skills{padding:13px;max-height:62vh}.sc-mini-menu{max-width:calc(100vw - 20px)}.sc-setting-pair{grid-template-columns:1fr}.sc-setting-pair .sc-setting-group+.sc-setting-group,.sc-setting-pair .sc-field{margin-top:15px}.sc-ratios{grid-template-columns:repeat(4,minmax(0,1fr))}.sc[data-open-panel] .sc-composer{z-index:51}.sc[data-open-panel=settings] .sc-composer{margin-bottom:min(74vh,650px)}.sc[data-open-panel=skills] .sc-composer{margin-bottom:440px}.sc-quote{align-items:stretch;flex-direction:column;padding:13px}.sc-confirm{width:100%}
  .sc-output,.sc-projects{margin-top:44px}.sc-result{grid-template-columns:1fr;padding:13px}.sc-project-list{grid-template-columns:1fr}.sc-section-head h1,.sc-section-head h2{font-size:1.05rem}.sc-section-head p{line-height:1.45}.sc-wordmark{font-size:.76rem}.sc-balance span{display:none}
}
@media(max-width:390px){.sc-tool--model{max-width:116px}.sc-tool span{font-size:.68rem}.sc-toolbar{gap:1px}.sc-toolbar-cost{font-size:.59rem}.sc-mode-tabs{margin-top:10px}.sc-stage-head{min-height:40px}}
