:root{--studio-bg:#0d0e16;--studio-panel:#171925;--studio-raised:#202230;--studio-line:#343748;--studio-text:#f4f3fb;--studio-muted:#b8bac9;--studio-accent:#acaaff;--studio-error:#ffb4b4;--studio-success:#78e3b1;--creator-motion-select:.18s;--creator-motion-panel:.2s;--creator-motion-focus:.22s;--creator-ease-out:cubic-bezier(.22, 1, .36, 1)}.page-creator-studio{background:var(--studio-bg);color:var(--studio-text);margin:0}.studio{max-width:1480px;min-height:700px;margin:0 auto;padding:24px clamp(16px,3vw,40px) 64px;font:14px/1.5 Segoe UI Variable,Segoe UI,Inter,system-ui,sans-serif}.studio button,.studio input,.studio select,.studio textarea{font:inherit}.studio button,.studio a,.studio input,.studio select,.studio textarea{outline:none}.studio :focus-visible{outline:3px solid color-mix(in srgb, var(--studio-accent) 78%, white);outline-offset:2px}.studio button{border:1px solid var(--studio-line);background:var(--studio-raised);min-height:40px;color:var(--studio-text);cursor:pointer;transition:border-color var(--creator-motion-select) var(--creator-ease-out), background-color var(--creator-motion-select) var(--creator-ease-out), color var(--creator-motion-select) var(--creator-ease-out), opacity var(--creator-motion-select) var(--creator-ease-out), transform var(--creator-motion-select) var(--creator-ease-out);border-radius:9px}.studio button:hover{border-color:#686b85}.studio button:disabled{cursor:not-allowed;opacity:.48}.studio-primary{border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex;background:var(--studio-accent)!important;color:#11121d!important;border:0!important}.studio-topbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.studio-topbar h1{letter-spacing:-.025em;margin:2px 0 0;font-size:24px}.studio-topbar a{color:var(--studio-muted);text-decoration:none}.studio-actions,.studio-publish{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.studio-new{grid-template-columns:minmax(190px,230px) minmax(180px,210px) auto;align-items:end;gap:10px;display:grid}.studio-new .studio-primary{white-space:nowrap;align-self:end;min-height:44px}.studio-actions button{padding:0 12px}.studio-account{color:var(--studio-muted)}.studio-alert{border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:12px 14px;display:flex}.studio-alert.error{color:var(--studio-error);background:#321d25}.studio-alert.success{color:var(--studio-success);background:#173126}.studio-alert button{background:0 0;border:0;min-width:36px;min-height:36px}.studio-dashboard{border:1px solid var(--studio-line);background:var(--studio-panel);border-radius:14px;padding:clamp(20px,4vw,48px)}.studio-dashboard-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.studio-dashboard h2,.studio-section h2{letter-spacing:-.025em;margin:0;font-size:24px}.studio-dashboard p,.studio-section header p{max-width:70ch;color:var(--studio-muted);margin:6px 0 0}.creator-select{color:#d9dae5;gap:7px;min-width:0;font-weight:600;display:grid;position:relative}.creator-select-label{color:#d9dae5;font-size:14px;line-height:1.4}.studio-new .creator-select{gap:4px}.studio-new .creator-select-label{color:var(--studio-muted);font-size:12px}.creator-select-trigger{border:1px solid var(--studio-line);width:100%;min-height:44px;color:var(--studio-text);text-align:left;background:#10121c;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:flex}.creator-select-trigger:hover{border-color:#686b85}.creator-select.open .creator-select-trigger{border-color:var(--studio-accent);background:#151724}.creator-select-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--studio-accent) 78%, white);outline-offset:2px}.creator-select-trigger:disabled{cursor:not-allowed;opacity:.52}.creator-select-trigger .placeholder{color:#bfc1d0}.creator-select-trigger svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:16px;height:16px;transition:transform var(--creator-motion-select) var(--creator-ease-out);flex:0 0 16px}.creator-select.open .creator-select-trigger svg{transform:rotate(180deg)}.creator-select-menu{z-index:70;box-sizing:border-box;animation:creator-select-in var(--creator-motion-select) var(--creator-ease-out);background:#202230;border-radius:10px;padding:6px;overflow:auto;box-shadow:0 6px 8px #0000006b}.creator-select-menu button{color:#e6e6ef;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:42px;padding:8px 10px;font:14px/1.35 Segoe UI Variable,Segoe UI,Inter,system-ui,sans-serif;display:flex}.creator-select-menu button:hover,.creator-select-menu button:focus-visible{background:#303247;outline:none}.creator-select-menu button.selected{color:#fff;background:#383a52}.creator-select-menu button:disabled{cursor:not-allowed;opacity:.45}.creator-select-menu button>span{min-width:0;display:grid}.creator-select-menu strong{text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.creator-select-menu small{color:#bfc1d0;font-size:11px;font-weight:400}.creator-select-menu svg{fill:none;width:16px;height:16px;stroke:var(--studio-accent);stroke-width:2px;flex:0 0 16px}@keyframes creator-select-in{0%{opacity:.7;transform:translateY(-4px)}}.studio-project-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}.studio-project-list button{text-align:left;min-height:126px;padding:16px;display:grid}.studio-project-list strong{align-self:center;font-size:18px}.studio-project-list span{color:var(--studio-muted)}.studio-project-list .project-game{color:var(--studio-accent);font-size:12px}.studio-empty{text-align:center;padding:60px 20px}.studio-workspace{grid-template-columns:218px minmax(0,1fr);align-items:start;gap:16px;display:grid}.studio-rail{background:#131520;border-radius:12px;min-height:calc(100vh - 32px);padding:14px;position:sticky;top:16px}.studio-back{text-align:left;justify-content:flex-start;width:100%;color:var(--studio-muted)!important;background:0 0!important;border:0!important}.studio-project-title{gap:3px;margin:14px 5px 18px;display:grid}.studio-project-title strong{text-overflow:ellipsis;overflow:hidden}.studio-project-title span{color:var(--studio-muted);font-size:12px}.studio-rail nav{gap:3px;display:grid}.studio-rail nav button{text-align:left;background:0 0;border-color:#0000;justify-content:space-between;align-items:center;padding:0 10px;display:flex}.studio-rail nav button.active{color:#fff;background:#292b3d}.studio-rail nav b{width:20px;height:20px;color:var(--studio-error);background:#6d2735;border-radius:50%;place-items:center;font-size:12px;display:grid}.studio-save{color:var(--studio-muted);margin-top:18px;padding:10px;font-size:12px}.studio-save[data-state=error]{color:var(--studio-error)}.studio-editor{background:var(--studio-panel);border-radius:12px;min-width:0}.studio-editor-bar{border-bottom:1px solid var(--studio-line);justify-content:space-between;align-items:center;min-height:58px;padding:8px 18px;display:flex}.studio-editor-bar>div{color:var(--studio-muted);gap:8px;font-size:12px;display:flex}.studio-editor-bar button{padding:0 14px}.studio-section>header{margin-bottom:26px}.studio-fields{gap:18px;display:grid}.studio label{color:#d9dae5;gap:7px;font-weight:600;display:grid}.studio input,.studio select,.studio textarea{box-sizing:border-box;border:1px solid var(--studio-line);width:100%;min-height:42px;color:var(--studio-text);background:#10121c;border-radius:9px;padding:9px 11px}.studio textarea{resize:vertical;line-height:1.55}.studio input:disabled{color:var(--studio-muted)}.studio-slug{border:1px solid var(--studio-line);background:#10121c;border-radius:9px;align-items:center;min-height:42px;display:flex;overflow:hidden}.studio-slug span{color:var(--studio-muted);white-space:nowrap;padding-left:10px;font-weight:400}.studio-slug input{border:0}.studio-focus-bar{min-height:52px;animation:studio-focus-in var(--creator-motion-focus) var(--creator-ease-out);background:#242637;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:-8px 0 18px;padding:8px 12px;display:flex}.studio-focus-bar span{color:var(--studio-accent);font-weight:700}.studio-focus-exit{padding-inline:14px}.studio-skill{border-top:1px solid var(--studio-line);padding:22px 0}.studio-skill-head{grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:14px;display:grid}.studio-skill-head strong{font-size:16px}.studio-scaling-tools{background:#12141f;border-radius:10px;margin-top:14px;padding:14px}.studio-formula{grid-template-columns:1fr repeat(3,minmax(90px,.55fr));gap:10px;display:grid}.studio-scaling-tools button,.studio details button{margin-top:10px;padding:0 14px}.studio-scale-preview{flex-wrap:wrap;align-items:end;gap:12px 20px;margin:14px 0;display:flex}.studio-scale-preview label{min-width:min(360px,100%)}.studio-scale-preview input[type=range]{min-height:24px;accent-color:var(--studio-accent);padding:0}.studio-scale-preview span{color:var(--studio-accent)}.studio-table-wrap{border:1px solid var(--studio-line);border-radius:10px;max-height:360px;overflow:auto}.studio table{border-collapse:collapse;width:100%}.studio th,.studio td{text-align:left;border-bottom:1px solid #292b3a;padding:7px}.studio thead{z-index:1;background:#252738;position:sticky;top:0}.studio td input{min-width:110px;min-height:36px;padding:6px 8px}.studio details{margin-top:12px}.studio details summary{cursor:pointer;min-height:40px;color:var(--studio-muted)}.studio-reference-note{border:1px solid var(--studio-line);border-radius:10px;margin-top:22px;padding:18px}.studio-reference-note span{color:var(--studio-accent);margin:6px 0;display:block}.studio-reference-note p{color:var(--studio-muted)}.studio-build-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.studio-build-columns>div{min-width:0}.studio-build-columns label{margin:12px 0}.studio-subhead{justify-content:space-between;align-items:center;gap:10px;display:flex}.studio-subhead h3{margin:0;font-size:16px}.studio-subhead button{min-height:34px;padding:0 10px}.studio-source-tabs{gap:4px;margin-bottom:18px;display:flex;overflow-x:auto}.studio-source-tabs button{text-transform:capitalize;white-space:nowrap;padding:0 14px}.studio-source-tabs button.active{border-color:var(--studio-accent);color:var(--studio-accent)}.studio-upload-controls{grid-template-columns:minmax(150px,.6fr) minmax(240px,1.4fr) minmax(180px,.7fr);align-items:end;gap:12px;display:grid}.studio-file{background:var(--studio-accent);cursor:pointer;border-radius:9px;place-items:center;min-height:42px;color:#11121d!important}.studio-file input{opacity:0;width:1px;height:1px;min-height:1px;position:absolute}.studio-inline-note{color:var(--studio-muted);background:#242635;border-radius:9px;grid-column:1/-1;margin:0;padding:12px}.studio progress{width:100%;accent-color:var(--studio-accent);margin-top:14px}.studio-library{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:18px;display:grid}.studio-library button{text-align:left;height:auto;padding:8px}.studio-library img{aspect-ratio:1;object-fit:cover;border-radius:7px;width:100%}.studio-library span{color:var(--studio-muted);margin-top:7px;font-size:12px;display:block}.studio-attached{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.studio-attached article{background:#11131d;border-radius:10px;align-items:center;gap:12px;width:min(320px,100%);padding:9px;display:flex}.studio-attached img{object-fit:cover;border-radius:7px;width:72px;height:72px}.studio-attached p{color:var(--studio-muted);margin:3px 0 0;font-size:12px}.studio-review{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:24px;margin-bottom:22px;display:grid}.studio-review>div{background:#11131d;border-radius:10px;padding:22px}.studio-review h3{margin:8px 0;font-size:26px}.studio-review p{color:var(--studio-muted)}.studio-review code{color:var(--studio-accent)}.studio-review ul{margin:0;padding:0;list-style:none}.studio-review li+li{margin-top:6px}.studio-review li button{width:100%;color:var(--studio-error);text-align:left;justify-content:flex-start;padding:8px 10px}.studio-ready{align-self:center;color:var(--studio-success)!important}.studio-publish a{color:var(--studio-accent)}.studio-workspace.preview-docked{grid-template-columns:218px minmax(0,1fr) minmax(360px,400px)}.studio-preview{z-index:30;width:auto;max-height:calc(100vh - 32px);animation:studio-preview-in var(--creator-motion-focus) var(--creator-ease-out);background:#11131e;border-radius:12px;padding:12px;position:sticky;top:16px;overflow:auto;box-shadow:0 6px 8px #00000057}.studio-preview header{justify-content:space-between;align-items:center;display:flex}.studio-preview header button{width:38px}.studio-preview .creator-public{padding:10px 0 0}.studio-preview .creator-public-hero{grid-template-columns:1fr;min-height:0}.studio-preview .creator-public-art{min-height:260px}.studio-preview .creator-public-identity{padding:22px 16px}.studio-preview .creator-public-identity h1{font-size:32px}.studio-preview .creator-public-layout{grid-template-columns:1fr}.studio-preview .creator-public .tab-sidenav{display:flex;position:static;overflow-x:auto}.studio-preview .creator-public .tab-sidenav button{flex:none}.studio-preview .creator-public-panel{padding:18px 12px}.preview-identity{background:#202232;border-radius:10px;margin:20px 0;padding:20px}.preview-identity h2{margin:4px 0;font-size:28px}.preview-identity p,.preview-identity span,.studio-preview>p{color:var(--studio-muted)}.studio-preview nav{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.studio-preview nav span{background:#292b3d;border-radius:999px;padding:5px 8px;font-size:12px}.studio-gate{text-align:center;max-width:720px;margin:10vh auto;padding:40px}.studio-gate h1{letter-spacing:-.035em;text-wrap:balance;margin:8px 0 24px;font-size:36px}.studio-skeleton{gap:12px;padding:60px;display:grid}.studio-skeleton span{background:#1a1c29;border-radius:10px;height:70px;animation:1.2s ease-in-out infinite alternate studio-pulse}.scaling-focus .studio-rail,.scaling-focus .studio-editor-bar,.scaling-focus .studio-preview{display:none}.scaling-focus .studio-workspace{grid-template-columns:minmax(0,1fr)}.scaling-focus .studio-editor{animation:studio-focus-in var(--creator-motion-focus) var(--creator-ease-out);grid-column:1/-1}@keyframes studio-pulse{to{opacity:.55}}@keyframes studio-focus-in{0%{opacity:.7;transform:translateY(8px)}}@keyframes studio-preview-in{0%{opacity:.7;transform:translate(8px)}}.studio-material-editor{background:#11131d;border-radius:10px;margin-bottom:28px;padding:18px}.studio-material-editor .studio-subhead p{color:var(--studio-muted);margin:4px 0 0}.studio-material-editor fieldset{border:1px solid var(--studio-line);border-radius:10px;margin:16px 0;padding:16px}.studio-material-editor legend{color:var(--studio-accent);padding-inline:6px;font-weight:700}.studio-custom-materials{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.studio-custom-materials article{min-width:220px;animation:studio-focus-in var(--creator-motion-panel) var(--creator-ease-out);background:#202230;border-radius:9px;align-items:center;gap:10px;padding:9px;display:flex}.studio-custom-materials img{object-fit:contain;border-radius:7px;width:48px;height:48px}.studio-custom-materials span{color:var(--studio-muted);font-size:12px;display:block}@media (width<=1199px){.studio-workspace.preview-docked{grid-template-columns:218px minmax(0,1fr)}.studio-preview{width:min(420px,100vw - 40px);position:fixed;inset:78px 20px 20px auto}}@media (width<=900px){.studio-workspace{grid-template-columns:1fr}.studio-rail{min-height:auto;position:static}.studio-rail nav{display:flex;overflow-x:auto}.studio-rail nav button{flex:none;padding:0 12px}.studio-save{margin-top:8px}.studio-build-columns{grid-template-columns:1fr}}@media (width<=680px){.studio{padding-inline:10px}.studio-topbar,.studio-dashboard-head{flex-direction:column;align-items:flex-start}.studio-new{grid-template-columns:1fr;width:100%}.studio-new .creator-select,.studio-new button{width:100%}.studio-fields.two,.studio-review{grid-template-columns:1fr}.studio-fields .wide{grid-column:auto}.studio-section{padding:20px 14px 28px}.studio-skill-head,.studio-formula,.studio-upload-controls{grid-template-columns:1fr}.studio-preview{border-radius:0;width:auto;max-height:none;inset:0}.studio-slug{flex-direction:column;align-items:stretch}.studio-slug span{padding-top:8px}}@media (prefers-reduced-motion:reduce){.studio *,.studio :before,.studio :after,.creator-select-menu,.creator-select-menu *{scroll-behavior:auto!important;transition-duration:0s!important;animation:none!important}}.page-creator-studio>.navbar,.page-creator-studio>.footer{display:none}.creator-studio-shell{min-height:100vh}.studio{max-width:none;min-height:100vh;padding:0}.studio-topbar{z-index:60;border-bottom:1px solid var(--studio-line);background:#10111a;min-height:58px;margin:0;padding:0 18px;position:sticky;top:0}.studio-topbar h1{font-size:18px}.studio-alert{z-index:90;width:min(420px,100vw - 36px);margin:0;position:fixed;bottom:18px;right:18px;box-shadow:0 6px 8px #00000075}.studio-dashboard{background:#0d0e16;border:0;border-radius:0;min-height:calc(100vh - 58px);padding:34px clamp(18px,4vw,64px) 64px}.studio-new{grid-template-columns:minmax(160px,.8fr) minmax(150px,.7fr) minmax(210px,1fr) auto}.studio-project-filters{background:#141620;border-radius:12px;grid-template-columns:minmax(230px,1.4fr) repeat(3,minmax(150px,.7fr));gap:10px;margin:26px 0 18px;padding:14px;display:grid}.studio-project-filters label{color:var(--studio-muted);gap:4px;font-size:12px}.studio-project-list{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.studio-project-list button{background:#171925;border-color:#0000;gap:4px;min-height:168px;padding:18px}.studio-project-list button:hover{background:#1d1f2d;border-color:#5c6078}.studio-project-list small{color:var(--studio-muted)}.project-state{align-items:center;gap:7px;display:flex}.project-state i{background:#8e91a6;border-radius:50%;width:8px;height:8px}.project-state i.published{background:var(--studio-success)}.project-complete{background:#303342;border-radius:999px;height:4px;margin-top:8px;overflow:hidden}.project-complete i{border-radius:inherit;background:var(--studio-accent);height:100%;display:block}.studio-workspace,.studio-workspace.preview-docked{grid-template-columns:210px minmax(480px,1fr) clamp(360px,27vw,480px);align-items:stretch;gap:0;min-height:calc(100vh - 58px);display:grid}.studio-rail{box-sizing:border-box;border-right:1px solid var(--studio-line);background:#11131c;border-radius:0;height:calc(100vh - 58px);min-height:0;position:sticky;top:58px}.studio-rail nav button{min-height:44px}.studio-canvas{background:#090a10;min-width:0;height:calc(100vh - 58px);overflow:auto}.studio-canvas-bar{z-index:20;background:#11131d;border-bottom:1px solid #292c3a;justify-content:space-between;align-items:center;min-height:48px;padding:0 18px;display:flex;position:sticky;top:0}.studio-canvas-bar>div{align-items:baseline;gap:10px;display:flex}.studio-canvas-bar span{color:var(--studio-muted);font-size:12px}.studio-canvas-bar a{color:var(--studio-accent);text-decoration:none}.studio-editor{border-left:1px solid var(--studio-line);background:#171925;border-radius:0;height:calc(100vh - 58px);position:sticky;top:58px;overflow:auto}.studio-editor-bar{z-index:20;background:#171925;position:sticky;top:0}.studio-editor-bar>div{align-items:center}.studio-inspector-close{display:none}.studio-section{padding:24px 20px 56px}.studio-section h2{font-size:21px}.studio-fields.two{grid-template-columns:1fr}.studio-fields .wide{grid-column:auto}.studio-skill-head,.studio-formula,.studio-upload-controls,.studio-build-columns,.studio-review{grid-template-columns:1fr}.studio-stat-row{grid-template-columns:70px repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.studio-inspector-divider{border-top:1px solid var(--studio-line);margin:28px 0 12px;padding-top:22px}.studio-inspector-divider p{color:var(--studio-muted);margin:3px 0 0;font-size:12px}.studio-upgrade-editor{border-top:1px solid var(--studio-line);grid-template-columns:32px 1fr;gap:10px;padding:14px 0;display:grid}.studio-upgrade-editor>strong{width:28px;height:28px;color:var(--studio-accent);background:#303347;border-radius:50%;place-items:center;display:grid}.studio-upgrade-editor label:last-child{grid-column:2}@media (width<=1180px){.studio-workspace,.studio-workspace.preview-docked{grid-template-columns:196px minmax(0,1fr) 380px}.studio-project-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.studio-workspace,.studio-workspace.preview-docked{grid-template-columns:1fr;padding-bottom:64px}.studio-rail{z-index:55;border:0;border-top:1px solid var(--studio-line);height:64px;padding:7px;display:flex;position:fixed;inset:auto 0 0}.studio-rail .studio-back,.studio-rail .studio-project-title,.studio-rail .studio-save{display:none}.studio-rail nav{width:100%;display:flex;overflow-x:auto}.studio-rail nav button{flex:none}.studio-canvas{height:calc(100vh - 122px)}.studio-editor{z-index:70;background:#171925;border:0;height:auto;position:fixed;inset:58px 0 0;transform:translateY(0)}.studio-editor:not(.open){pointer-events:none;transform:translateY(100%)}.studio-inspector-close{display:block}.studio-dashboard-head{flex-direction:column;align-items:stretch}.studio-new{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.studio-topbar{padding-inline:12px}.studio-account{display:none}.studio-dashboard{padding:22px 12px 48px}.studio-new,.studio-project-filters{grid-template-columns:1fr}.studio-stat-row{grid-template-columns:repeat(2,1fr)}}
