:root{--app-bg:#0e0e10;--panel:#18181b;--panel-soft:#1f1f23;--panel-muted:#232328;--panel-strong:#2d2d31;--line:#2d2d31;--line-soft:#2d2d31a3;--text:#f3f3f4;--text-soft:#99a1af;--text-dim:#7b8190;--accent-gold:#b39f75;--accent-violet:#ad46ff33;--accent-violet-line:#ad46ff80;--accent-blue:#2b7fff33;--accent-blue-line:#2b7fff80;--accent-discord:#5865f233;--accent-discord-line:#5865f280;--accent-olive:#596956;--accent-olive-line:#82a48b;--accent-paper:#c5c8d6;--accent-paper-line:#9ba5c4}html[data-studio-theme=light],body[data-studio-theme=light]{--app-bg:#ebe5d9;--panel:#f7f2e8;--panel-soft:#efe7d8;--panel-muted:#e8decd;--panel-strong:#dfd4c2;--line:#7c6b5242;--line-soft:#7c6b522e;--text:#252220;--text-soft:#675f56;--text-dim:#8e857a;--accent-gold:#9e8150;--accent-violet:#7f5cb729;--accent-violet-line:#7f5cb75c;--accent-blue:#2472cb24;--accent-blue-line:#2472cb57;--accent-discord:#5865f224;--accent-discord-line:#5865f252;--accent-olive:#7d8d76;--accent-olive-line:#647861;--accent-paper:#c7bca9;--accent-paper-line:#998f7d}*{box-sizing:border-box}html,body{min-height:100%;margin:0}html{background:var(--app-bg)}body{background:var(--app-bg);color:var(--text);font-family:var(--font-sans), var(--font-japanese), sans-serif}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{display:block}.studio-app{background:var(--app-bg);height:100vh;overflow:hidden}.studio-toast-stack{z-index:240;pointer-events:none;align-content:end;gap:10px;display:grid;position:fixed;bottom:20px;right:20px}.studio-toast{border:1px solid color-mix(in oklab, var(--line) 82%, white 18%);background:color-mix(in oklab, var(--panel) 92%, transparent 8%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-width:min(420px,100vw - 40px);max-width:min(520px,100vw - 40px);padding:12px 14px;display:grid;box-shadow:0 14px 30px #0000003d;box-shadow:0 14px 30px lab(0% 0 0/.24)}.studio-toast.tone-error{border-color:#d56b6b85;border-color:lab(58.2603% 42.526 20.4226/.52)}.studio-toast p{color:var(--text);margin:0;font-size:13px;line-height:1.5}.studio-toast-close{width:20px;height:20px;color:var(--text-soft);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0;line-height:1}.studio-toast-close:hover,.studio-toast-close:focus-visible{background:color-mix(in oklab, var(--panel-muted) 72%, transparent 28%);color:var(--text);outline:none}.studio-header{border-bottom:.667px solid var(--line);background:var(--panel);justify-content:space-between;align-items:center;height:48px;padding:6px 0 6px 8px;display:flex}.header-left,.header-right{align-items:center;display:flex}.header-left{gap:9px}.header-right{gap:8px;width:auto;height:36px;margin-right:0}.project-name-button,.header-tab,.attendance-button,.settings-button,.project-item,.service-chip{cursor:pointer;border:0}.project-name-button,.header-tab,.attendance-button,.service-chip,.settings-button{transition:background-color .16s,border-color .16s,color .16s,transform .16s}.project-name-button{background:0 0;border-radius:8px;align-items:center;gap:8px;width:239px;height:36px;padding:0 12px 0 7px;display:flex}.project-name-button:hover{background:#ffffff08}.project-name-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.project-name-icon img{width:24px;height:24px}.project-name-emoji{font-size:20px;line-height:1}.project-name-copy{color:var(--text-soft);white-space:nowrap;font-size:16px;font-weight:500;line-height:20px}.header-tabs{border:.667px solid var(--line-soft);background:linear-gradient(180deg, color-mix(in oklab, var(--panel-soft) 92%, transparent 8%) 0%, color-mix(in oklab, var(--panel) 86%, transparent 14%) 100%);border-bottom:0;border-radius:12px 12px 0 0;align-items:flex-end;gap:2px;height:36px;padding:4px 6px 0;display:flex;box-shadow:inset 0 1px #ffffff0d;box-shadow:inset 0 1px lab(100% -.0000298023 .0000119209/.05)}.header-tab{width:108px;height:32px;color:var(--text-dim);background:0 0;border:.667px solid #0000;border-bottom:0;border-radius:10px 10px 0 0;grid-template-columns:16px 1fr;place-items:center start;column-gap:6px;padding:0 10px 0 11px;font-size:12px;font-weight:500;line-height:16px;display:inline-grid;position:relative}.header-tab:after{content:"";background:0 0;height:1px;position:absolute;bottom:-1px;left:10px;right:10px}.header-tab[data-active=true]{background:var(--panel);border-color:var(--line);color:var(--text);box-shadow:0 -1px #ffffff0a;box-shadow:0 -1px lab(100% -.0000298023 .0000119209/.04)}.header-tab[data-active=true]:after{background:var(--panel)}.attendance-button{background:var(--panel-soft);width:104px;height:32px;color:var(--text-soft);cursor:pointer;border:0;border-radius:8px;grid-template-columns:16px 1fr;place-items:center start;column-gap:6px;padding:0 8px 0 10.667px;font-size:12px;font-weight:500;line-height:16px;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-grid;position:relative}.attendance-button-active{background:var(--panel);color:var(--text);box-shadow:inset 0 0 0 1px var(--line), 0 10px 28px #00000052}@supports (color:lab(0% 0 0)){.attendance-button-active{box-shadow:inset 0 0 0 1px var(--line), 0 10px 28px lab(0% 0 0/.32)}}.header-tab:hover,.header-tab:focus-visible,.attendance-button:hover,.service-chip:hover,.settings-button:hover,.studio-theme-toggle:hover{background:var(--panel-muted)}.header-tab:hover,.header-tab:focus-visible{color:var(--text-soft);outline:none}.header-tab[data-active=true]:hover,.header-tab[data-active=true]:focus-visible{background:var(--panel);color:var(--text)}.studio-theme-toggle{background:var(--panel-soft);height:32px;color:var(--text-soft);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.studio-theme-toggle-label{font-size:12px;line-height:16px}.studio-theme-toggle-track{background:var(--panel-strong);border-radius:999px;align-items:center;width:36px;height:20px;padding:2px;display:inline-flex}.studio-theme-toggle-thumb{background:var(--text);border-radius:999px;width:16px;height:16px;transition:transform .18s;transform:translate(0)}.studio-theme-toggle-dark .studio-theme-toggle-thumb{transform:translate(16px)}.studio-theme-toggle-dark .studio-theme-toggle-track{background:#6999ff66}.studio-theme-toggle-state{font-size:12px;font-weight:600;line-height:16px}.header-tab-label{min-width:0;display:inline-block}.header-tab-icon,.attendance-button-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.header-tab-icon{color:currentColor}.attendance-button-icon{color:var(--text-soft)}.attendance-button-active .attendance-button-icon{color:var(--text)}.header-tab-icon svg,.attendance-button-icon svg,.attendance-button-icon img{fill:currentColor;width:16px;height:16px}.attendance-popover-shell{position:relative}.attendance-popover-panel{z-index:40;width:min(360px,100vw - 32px);position:absolute;top:calc(100% + 12px);right:0}.attendance-popover-card{border:1px solid color-mix(in oklab, var(--line) 86%, white 14%);background:radial-gradient(circle at top right, #42d3921a, transparent 36%), color-mix(in oklab, var(--panel) 94%, black 6%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;gap:18px;padding:20px;display:grid;box-shadow:0 24px 60px #0000005c,inset 0 1px #ffffff14;box-shadow:0 24px 60px lab(0% 0 0/.36),inset 0 1px lab(100% -.0000298023 .0000119209/.08)}@supports (color:lab(0% 0 0)){.attendance-popover-card{background:radial-gradient(circle at top right, lab(75.8558% -51.2958 20.6774/.1), transparent 36%), color-mix(in oklab, var(--panel) 94%, black 6%)}}.attendance-popover-clock{text-align:center;gap:6px;display:grid}.attendance-popover-date,.attendance-popover-zone{color:var(--text-soft);font-size:12px;line-height:1.5}.attendance-popover-time{color:var(--text);margin-top:4px;font-size:clamp(20px,3vw,24px);font-weight:700;line-height:1.2}.attendance-popover-body{text-align:center;gap:14px;display:grid}.attendance-popover-primary{color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 16px;font-size:15px;font-weight:700;line-height:1;transition:transform .18s,filter .18s,box-shadow .18s;display:inline-flex}.attendance-popover-primary:hover,.attendance-popover-primary:focus-visible{filter:brightness(1.03);outline:none;transform:translateY(-1px)}.attendance-popover-primary:active{transform:translateY(0)}.attendance-popover-start{background:#16a34a;box-shadow:0 10px 22px #1f9c6138;box-shadow:0 10px 22px lab(56.9412% -44.8288 21.2222/.22)}.attendance-popover-stop{background:#ef4444;box-shadow:0 10px 22px #de434333;box-shadow:0 10px 22px lab(52.527% 60.6663 36.7142/.2)}.attendance-popover-status{color:#9ca3af;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:8px;min-height:20px;padding:0;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.attendance-popover-statusWorking{color:#22c55e}.attendance-popover-statusDot{width:10px;height:10px;display:inline-flex;position:relative}.attendance-popover-statusDotPulse,.attendance-popover-statusDotCore{border-radius:999px;position:absolute;inset:0}.attendance-popover-statusDotPulse{background:#29bf7852;background:lab(68.7378% -51.9631 24.5952/.32);animation:1.8s ease-out infinite attendance-pulse}.attendance-popover-statusDotCore{background:#29bf78;inset:2px}.attendance-popover-sessionShell{border-top:1px solid color-mix(in oklab, var(--line) 72%, transparent 28%);gap:14px;margin-top:4px;padding-top:20px;display:grid}.attendance-popover-summary{text-align:center;gap:4px;display:grid}.attendance-popover-links{justify-content:center;padding-top:4px;display:flex}.attendance-popover-link{border:1px solid color-mix(in oklab, var(--line) 78%, transparent 22%);background:color-mix(in oklab, var(--panel-soft) 86%, transparent 14%);min-height:34px;color:var(--text-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.attendance-popover-link:hover,.attendance-popover-link:focus-visible{background:color-mix(in oklab, var(--panel) 92%, transparent 8%);border-color:var(--line);color:var(--text);outline:none;transform:translateY(-1px)}.attendance-popover-sessionHeader{justify-content:flex-start;align-items:center;gap:10px;display:flex}.attendance-popover-sessionHeader h3{color:var(--text);margin:0;font-size:13px;font-weight:700;line-height:1.4}.attendance-popover-sessionAccent{background:#22c55e;border-radius:2px;width:8px;height:32px}.attendance-popover-session{background:#14532d2e;background:lab(30.6782% -27.9427 16.3248/.18);border-left:4px solid #22c55e;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:14px 16px;display:grid}.attendance-popover-sessionLabel{color:#9ca3af;font-size:12px;line-height:1.5}.attendance-popover-sessionValue{color:var(--text);margin-top:4px;font-size:16px;font-weight:500;line-height:1.2}.attendance-popover-sessionValueAccent{color:#4ade80}.attendance-popover-sessionFooter{border-top:1px solid color-mix(in oklab, var(--line) 64%, transparent 36%);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:14px 0 0;display:grid}.attendance-popover-sessionFooterValue,.attendance-popover-summaryValue{color:#60a5fa;font-size:14px;font-weight:500;line-height:1.4}.attendance-popover-sessionFooterValue{text-align:right}.attendance-popover-summaryValue{color:var(--text)}@keyframes attendance-pulse{0%{opacity:.6;transform:scale(.8)}70%{opacity:0;transform:scale(1.8)}to{opacity:0;transform:scale(1.8)}}.brand-mark,.brand-mark img{width:24px;height:32px}.member-stack{align-items:center;width:159px;margin-left:0;display:flex}.member-avatar{border:2px solid var(--panel);background:var(--panel-strong);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:999px;width:32px;height:32px;margin-left:-8px;overflow:hidden}.member-avatar:first-child{margin-left:0}.member-avatar-count{background:var(--panel-strong);color:#fff;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:inline-flex}.studio-body{height:calc(100vh - 48px);min-height:0;display:flex}.studio-sidebar{background:var(--panel-soft);border-right:.667px solid var(--line);flex-direction:column;width:240px;display:flex}.sidebar-scroll{flex-direction:column;flex:auto;gap:20px;padding:12px 12px 0;display:flex;overflow-y:auto}.sidebar-scroll::-webkit-scrollbar{width:0;height:0}.sidebar-projects,.sidebar-section{flex-direction:column;gap:8px;display:flex}.sidebar-section-header{align-items:center;gap:6px;display:flex}.sidebar-section-toggle,.sidebar-caption{color:var(--text-soft);letter-spacing:.05em;text-align:left;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:6px;padding:0 4px;font-size:10px;font-weight:700;line-height:15px;display:flex}.sidebar-section-toggle{cursor:pointer;flex:auto}.sidebar-section-toggle:hover .sidebar-section-heading-label{color:var(--text)}.sidebar-section-add{width:20px;height:20px;color:var(--text-soft);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:opacity .14s,background-color .14s,color .14s;display:inline-flex}.sidebar-section:hover .sidebar-section-add,.sidebar-section:focus-within .sidebar-section-add{opacity:1;pointer-events:auto}.sidebar-section-add:hover,.sidebar-section-add:focus-visible{color:var(--text);background:#ffffff0f;outline:none}.sidebar-section-add svg{fill:currentColor;width:12px;height:12px}.sidebar-section-heading-icon{width:14px;height:14px;color:var(--text-soft);justify-content:center;align-items:center;display:inline-flex}.sidebar-section-heading-icon svg{fill:currentColor;width:14px;height:14px;transition:transform .16s}.sidebar-section-toggle[aria-expanded=true] .sidebar-section-heading-icon svg{transform:rotate(90deg)}.sidebar-section-heading-label{display:inline-block}.project-list{flex-direction:column;gap:4px;display:flex;overflow:hidden}.project-item-row{border-radius:14px;align-items:center;gap:4px;display:flex}.project-item{text-align:left;background:0 0;border:0;border-radius:14px;flex:auto;align-items:center;gap:10px;min-height:50px;padding:8px;display:flex}.project-item-row:hover .project-item,.project-item-row:focus-within .project-item{background:#ffffff08}.project-item-row[data-active=true] .project-item{background:#ffffff0d}.project-item-row[data-active=true] .project-item-label{color:var(--text)}.project-item-row[data-active=true] .project-item-meta{color:color-mix(in oklab, var(--accent-gold) 82%, white 18%)}.project-item-gear{width:24px;height:24px;color:var(--text-soft);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background-color .12s,color .12s;display:inline-flex}.project-item-row:hover .project-item-gear,.project-item-row:focus-within .project-item-gear{opacity:1;pointer-events:auto}.project-item-gear:hover,.project-item-gear:focus-visible{color:var(--text);background:#ffffff0f;outline:none}.project-item-gear svg{fill:currentColor;width:14px;height:14px}.project-item-badge{border:.667px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.project-item-badge img{width:16px;height:16px}.project-item-badge[data-color=olive]{background:var(--accent-olive);border-color:var(--accent-olive-line)}.project-item-badge[data-color=paper]{background:var(--accent-paper);border-color:var(--accent-paper-line)}.project-item-badge[data-color=blue]{background:var(--accent-blue);border-color:var(--accent-blue-line)}.project-item-badge[data-color=violet]{background:var(--accent-violet);border-color:var(--accent-violet-line)}.project-item-badge[data-color=discord]{background:var(--accent-discord);border-color:var(--accent-discord-line)}.project-item-emoji{font-size:16px;line-height:1}.project-item-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.project-item-label{color:var(--text);white-space:nowrap;font-size:13px;font-weight:700;line-height:16px}.project-item-meta{color:var(--accent-gold);letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:700;line-height:15px}.sidebar-services{flex-direction:column;gap:12px;display:flex}.sidebar-split-heading{color:var(--text-soft);align-items:center;gap:8px;margin-top:1px;display:flex}.sidebar-split-heading span{background:var(--line);flex:auto;height:1px}.sidebar-split-heading strong{letter-spacing:.05em;font-size:10px;font-weight:700;line-height:15px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.service-empty-state{border:1px solid color-mix(in oklab, var(--line) 72%, transparent 28%);background:color-mix(in oklab, var(--panel-soft) 88%, transparent 12%);color:var(--text-dim);border-radius:12px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.service-chip{background:var(--panel-soft);min-width:0;height:32px;color:var(--text-soft);border-radius:8px;align-items:center;gap:10px;padding:0 0 0 10.667px;font-size:12px;font-weight:500;line-height:16px;display:flex}.service-chip-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.service-chip-icon svg{fill:currentColor;width:16px;height:16px}.service-chip-icon img{object-fit:cover;border-radius:4px;width:16px;height:16px}.service-chip-icon .service-icon-emoji,.studio-project-service-icon .service-icon-emoji{font-size:15px}.service-chip-label{min-width:0;display:inline-block}.source-control-panel{flex-direction:column;gap:10px;padding-bottom:12px;display:flex}.source-control-heading{color:var(--text-soft);align-items:center;gap:8px;display:flex}.source-control-heading span{background:var(--line);flex:auto;height:1px}.source-control-heading strong{letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700;line-height:15px}.source-control-list{flex-direction:column;gap:6px;display:flex}.source-control-entry{width:100%;min-width:0;color:var(--text-soft);border-radius:10px;grid-template-columns:6px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:24px;padding:0 4px 0 0;display:grid;position:relative}.source-control-entry[data-active=true]{background:#37373d66}.source-control-dot{background:#66c175f2;border-radius:999px;width:6px;height:6px;margin-left:5px}.source-control-dot[data-state=success]{background:#66c175f2}.source-control-dot[data-state=running]{background:#588dfffa}.source-control-dot[data-state=warning]{background:#e8aa4efa}.source-control-message,.source-control-author{font-size:9px;line-height:13px}.source-control-message{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.source-control-author-avatar{border:1px solid color-mix(in oklab, var(--line) 78%, transparent 22%);background:color-mix(in oklab, var(--panel-strong) 82%, transparent 18%);width:16px;height:16px;box-shadow:0 0 0 1px color-mix(in oklab, var(--panel) 70%, transparent 30%);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.source-control-author-avatar img{object-fit:cover;width:100%;height:100%}.source-control-tooltip{z-index:12;border:1px solid color-mix(in oklab, var(--line) 84%, transparent 16%);background:color-mix(in oklab, var(--panel) 94%, transparent 6%);min-width:190px;max-width:240px;color:var(--text);opacity:0;pointer-events:none;border-radius:12px;gap:4px;padding:10px 12px;transition:opacity .14s,transform .14s;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(4px);box-shadow:0 14px 30px #0000003d;box-shadow:0 14px 30px lab(0% 0 0/.24)}.source-control-tooltip strong{font-size:11px;font-weight:600;line-height:1.45}.source-control-tooltip span{color:var(--text-dim);font-size:10px;line-height:1.4}.source-control-entry:hover .source-control-tooltip,.source-control-entry:focus-within .source-control-tooltip{opacity:1;transform:translateY(0)}.sidebar-footer{border-top:.667px solid var(--line);background:var(--panel-soft);justify-content:space-between;align-items:center;min-height:60px;padding:12px;display:flex}.footer-identity{align-items:center;gap:8px;min-width:0;display:flex}.footer-avatar{border:.667px solid var(--line);background:#6a7282 50%/cover no-repeat;border-radius:999px;flex-shrink:0;width:32px;height:32px;overflow:hidden}.footer-copy{flex-direction:column;min-width:0;display:flex}.footer-copy strong{text-overflow:ellipsis;color:var(--text);white-space:nowrap;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.footer-copy span{text-overflow:ellipsis;color:var(--text-soft);white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.settings-button{background:0 0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.settings-button img{width:16px;height:16px}.studio-settings-backdrop{z-index:90;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#08080a6b;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.studio-settings-modal{border:1px solid color-mix(in oklab, var(--line) 86%, transparent 14%);background:linear-gradient(180deg, color-mix(in oklab, var(--panel) 88%, transparent 12%) 0%, color-mix(in oklab, var(--panel-soft) 94%, transparent 6%) 100%);border-radius:24px;flex-direction:column;width:min(960px,100vw - 56px);height:min(760px,100vh - 56px);display:flex;overflow:hidden;box-shadow:0 32px 96px #00000047,inset 0 1px #ffffff12;box-shadow:0 32px 96px lab(0% 0 0/.278431),inset 0 1px lab(100% -.0000298023 .0000119209/.07)}.studio-settings-head{border-bottom:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 18px;display:flex}.studio-settings-eyebrow,.studio-settings-nav-eyebrow,.studio-settings-label,.studio-settings-meta-label{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;align-items:center;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}.studio-settings-head h2{color:var(--text);margin:6px 0 0;font-size:28px;font-weight:600;line-height:1.05}.studio-settings-close{background:var(--panel-muted);width:36px;height:36px;color:var(--text-soft);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.studio-settings-close:hover,.studio-settings-close:focus-visible{background:var(--panel-strong);color:var(--text);outline:none}.studio-settings-layout{flex:auto;grid-template-columns:220px minmax(0,1fr);min-height:0;display:grid}.studio-settings-nav{border-right:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);background:color-mix(in oklab, var(--panel-soft) 92%, transparent 8%);flex-direction:column;gap:10px;min-height:0;padding:20px;display:flex}.studio-settings-nav-item{width:100%;color:var(--text-soft);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:16px;flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px;transition:background-color .16s,color .16s,box-shadow .16s,transform .16s;display:flex}.studio-settings-nav-item strong{font-size:14px;font-weight:600;line-height:1.35}.studio-settings-nav-item[data-active=true]{background:color-mix(in oklab, var(--panel-strong) 74%, transparent 26%);color:var(--text);box-shadow:inset 0 0 0 1px color-mix(in oklab, var(--line) 82%, transparent 18%)}.studio-settings-nav-item:hover,.studio-settings-nav-item:focus-visible{background:color-mix(in oklab, var(--panel-muted) 82%, transparent 18%);color:var(--text);outline:none}.studio-settings-content{min-height:0;padding:24px;overflow-y:auto}.studio-settings-pane{flex-direction:column;gap:16px;display:flex}.studio-settings-card{border:1px solid color-mix(in oklab, var(--line-soft) 92%, transparent 8%);background:color-mix(in oklab, var(--panel-soft) 94%, transparent 6%);border-radius:20px;flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:inset 0 1px #ffffff0a;box-shadow:inset 0 1px lab(100% -.0000298023 .0000119209/.04)}.studio-settings-card h3{color:var(--text);margin:0;font-size:20px;font-weight:600;line-height:1.2}.studio-settings-card p{color:var(--text-soft);margin:0;font-size:14px;line-height:1.6}.studio-settings-profile-card{gap:20px}.studio-settings-profile{align-items:center;gap:18px;display:flex}.studio-settings-avatar{background-color:var(--panel-strong);width:72px;height:72px;box-shadow:inset 0 0 0 1px color-mix(in oklab, var(--line) 72%, transparent 28%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:22px;flex-shrink:0}.studio-settings-profile-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.studio-settings-profile-copy strong{color:var(--text);font-size:24px;font-weight:600;line-height:1.15}.studio-settings-profile-copy span:last-child{color:var(--text-soft);font-size:14px;line-height:1.5}.studio-settings-profile-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studio-settings-profile-meta>div{background:color-mix(in oklab, var(--panel-muted) 88%, transparent 12%);border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.studio-settings-profile-meta strong{color:var(--text);font-size:14px;font-weight:600;line-height:1.45}.studio-settings-account-card{gap:16px}.studio-settings-account-head,.studio-settings-account-foot{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studio-settings-account-head>div{flex-direction:column;gap:6px;display:flex}.studio-settings-account-head h3{font-size:22px}.studio-settings-status{white-space:nowrap;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.studio-settings-status[data-status=connected]{background:color-mix(in oklab, var(--accent-blue) 84%, transparent 16%);color:color-mix(in oklab, #7fc8ff 72%, var(--text) 28%)}.studio-settings-status[data-status=shared]{background:color-mix(in oklab, var(--accent-violet) 82%, transparent 18%);color:color-mix(in oklab, #d5b1ff 74%, var(--text) 26%)}.studio-settings-status[data-status=attention]{color:#ffc8c8;background:#7a3a3a8f;background:lab(33.1783% 28.4536 13.7148/.56)}.studio-settings-warning{color:#f0c7c7;background:#412122b8;background:lab(17.289% 15.833 6.45204/.72);border:1px solid #8f4f4f85;border:1px solid lab(41.5173% 27.4478 12.454/.52);border-radius:14px;padding:12px 14px}.studio-settings-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.studio-settings-discord-form{margin:0;display:inline-flex}.studio-settings-ghost-button,.studio-settings-primary-button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;height:34px;padding:0 14px;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.studio-settings-ghost-button{background:color-mix(in oklab, var(--panel-muted) 88%, transparent 12%);color:var(--text-soft)}.studio-settings-primary-button{background:color-mix(in oklab, var(--accent-blue) 84%, var(--panel-soft) 16%);color:var(--text)}.studio-settings-link-button{text-decoration:none}.studio-settings-ghost-button:hover,.studio-settings-ghost-button:focus-visible{background:var(--panel-strong);color:var(--text);outline:none}.studio-settings-primary-button:hover,.studio-settings-primary-button:focus-visible{background:color-mix(in oklab, var(--accent-blue-line) 78%, var(--panel-soft) 22%);outline:none}.studio-admin-shell,.studio-admin-pane{flex-direction:column;gap:16px;display:flex}.studio-admin-section-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-admin-section-tab{border:1px solid color-mix(in oklab, var(--line-soft) 88%, transparent 12%);background:color-mix(in oklab, var(--panel-muted) 84%, transparent 16%);color:var(--text-soft);cursor:pointer;text-align:left;border-radius:16px;gap:4px;padding:14px 16px;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:grid}.studio-admin-section-tab strong{color:var(--text);font-size:14px;font-weight:600}.studio-admin-section-tab span{color:var(--text-dim);font-size:12px;line-height:1.5}.studio-admin-section-tab[data-active=true]{border-color:color-mix(in oklab, var(--accent-blue-line) 70%, transparent 30%);background:color-mix(in oklab, var(--accent-blue) 16%, var(--panel-soft) 84%);box-shadow:inset 0 1px #ffffff0d;box-shadow:inset 0 1px lab(100% -.0000298023 .0000119209/.05)}.studio-admin-section-tab:hover,.studio-admin-section-tab:focus-visible{color:var(--text);outline:none;transform:translateY(-1px)}.studio-admin-banner{border:1px solid color-mix(in oklab, var(--line-soft) 88%, transparent 12%);background:color-mix(in oklab, var(--panel-muted) 84%, transparent 16%);color:var(--text-soft);border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.5}.studio-admin-workspace{grid-template-columns:minmax(240px,292px) minmax(0,1fr);gap:16px;min-height:0;display:grid}.studio-admin-rail,.studio-admin-detail{min-height:0}.studio-admin-rail{flex-direction:column;gap:12px;display:flex}.studio-admin-rail-head,.studio-admin-sync-head,.studio-admin-hero,.studio-admin-identity,.studio-admin-member-main,.studio-admin-meta-row,.studio-admin-mapping-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.studio-admin-rail-head h3,.studio-admin-sync-head h3,.studio-admin-identity-copy h3{color:var(--text);margin:6px 0 0;font-size:20px;font-weight:600;line-height:1.2}.studio-admin-count-pills,.studio-admin-chip-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.studio-admin-count-pills span,.studio-admin-chip{background:color-mix(in oklab, var(--panel-muted) 88%, transparent 12%);min-height:26px;color:var(--text-soft);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.studio-admin-chip[data-tone=danger]{color:#ffc8c8;background:#7a3a3a8f;background:lab(33.1783% 28.4536 13.7148/.56)}.studio-admin-toggle{border:1px solid color-mix(in oklab, var(--line-soft) 88%, transparent 12%);background:color-mix(in oklab, var(--panel-muted) 82%, transparent 18%);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;display:inline-grid}.studio-admin-toggle button{min-height:34px;color:var(--text-soft);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:10px;font-size:13px;font-weight:600;transition:background-color .16s,color .16s}.studio-admin-toggle button[data-active=true]{background:color-mix(in oklab, var(--panel-strong) 82%, transparent 18%);color:var(--text)}.studio-admin-list,.studio-admin-meta-list,.studio-admin-member-list,.studio-admin-mapping-list{flex-direction:column;gap:10px;display:flex}.studio-admin-list{min-height:0;padding-right:4px;overflow-y:auto}.studio-admin-list-item,.studio-admin-member-row{border:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);background:color-mix(in oklab, var(--panel-soft) 94%, transparent 6%);color:var(--text-soft);cursor:pointer;text-align:left;border-radius:16px;gap:10px;padding:12px 14px;transition:border-color .16s,background-color .16s,transform .16s;display:grid}.studio-admin-list-item[data-active=true]{border-color:color-mix(in oklab, var(--accent-blue-line) 68%, transparent 32%);background:color-mix(in oklab, var(--accent-blue) 14%, var(--panel-soft) 86%)}.studio-admin-list-item:hover,.studio-admin-list-item:focus-visible,.studio-admin-member-row:hover{border-color:color-mix(in oklab, var(--line) 82%, transparent 18%);outline:none;transform:translateY(-1px)}.studio-admin-list-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.studio-admin-list-copy strong{color:var(--text);font-size:14px;font-weight:600;line-height:1.4}.studio-admin-list-copy span,.studio-admin-list-meta,.studio-admin-identity-copy p,.studio-admin-identity-copy span,.studio-admin-meta-row span{color:var(--text-soft);font-size:12px;line-height:1.5}.studio-admin-detail{flex-direction:column;gap:16px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.studio-admin-hero-card{gap:18px}.studio-admin-identity{justify-content:flex-start}.studio-admin-identity-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.studio-admin-avatar{background:color-mix(in oklab, var(--panel-strong) 84%, transparent 16%);width:40px;height:40px;color:var(--text);box-shadow:inset 0 0 0 1px color-mix(in oklab, var(--line) 76%, transparent 24%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex;overflow:hidden}.studio-admin-avatar img{object-fit:cover;width:100%;height:100%}.studio-admin-avatar-lg{border-radius:18px;width:52px;height:52px;font-size:15px}.studio-admin-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.studio-admin-card-span{grid-column:1/-1}.studio-admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studio-admin-field,.studio-admin-field-full{gap:8px;display:grid}.studio-admin-field-full{grid-column:1/-1}.studio-admin-field input,.studio-admin-field select,.studio-admin-field textarea{border:1px solid color-mix(in oklab, var(--line) 76%, transparent 24%);background:color-mix(in oklab, var(--panel-soft) 86%, transparent 14%);width:100%;min-height:40px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px}.studio-admin-field input:disabled,.studio-admin-field select:disabled,.studio-admin-field textarea:disabled{color:var(--text-dim)}.studio-admin-field textarea{resize:vertical;min-height:112px;padding:12px}.studio-admin-checkbox{min-height:40px;color:var(--text-soft);align-items:center;gap:10px;font-size:13px;display:inline-flex}.studio-admin-checkbox input{width:16px;height:16px}.studio-admin-empty,.studio-admin-empty-inline{border:1px dashed color-mix(in oklab, var(--line) 66%, transparent 34%);color:var(--text-soft);background:color-mix(in oklab, var(--panel-muted) 70%, transparent 30%);border-radius:16px;gap:4px;padding:16px;display:grid}.studio-admin-empty strong,.studio-admin-empty-inline strong{color:var(--text);font-size:14px;font-weight:600}.studio-admin-empty span,.studio-admin-empty-inline span{font-size:12px;line-height:1.5}.studio-admin-meta-row{border-bottom:1px solid color-mix(in oklab, var(--line-soft) 84%, transparent 16%);padding:10px 0}.studio-admin-meta-row:last-child{border-bottom:0;padding-bottom:0}.studio-admin-meta-row strong{color:var(--text);font-size:13px;font-weight:600}.studio-admin-sync-card{gap:18px}.studio-admin-sync-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.studio-admin-sync-stats>div{background:color-mix(in oklab, var(--panel-muted) 88%, transparent 12%);border-radius:16px;gap:6px;padding:14px 16px;display:grid}.studio-admin-sync-stats strong{color:var(--text);font-size:14px;font-weight:600}.studio-admin-mapping-row{border:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);background:color-mix(in oklab, var(--panel-muted) 74%, transparent 26%);border-radius:16px;align-items:end;padding:12px}.studio-admin-icon-button{background:color-mix(in oklab, var(--panel-strong) 86%, transparent 14%);width:36px;height:36px;color:var(--text-soft);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:0;display:inline-flex}.studio-admin-icon-button svg{fill:currentColor;width:16px;height:16px}.studio-admin-member-row{cursor:default;grid-template-columns:minmax(0,1.4fr) auto auto auto;align-items:center}.studio-admin-member-main{justify-content:flex-start;align-items:center}.studio-project-modal{max-width:980px}.studio-project-footer{border-top:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);background:color-mix(in oklab, var(--panel-soft) 94%, transparent 6%);justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px 20px;display:flex}.studio-project-card{gap:18px}.studio-project-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studio-project-field{gap:8px;display:grid}.studio-project-input,.studio-project-select{border:1px solid color-mix(in oklab, var(--line) 76%, transparent 24%);background:color-mix(in oklab, var(--panel-soft) 86%, transparent 14%);width:100%;min-height:40px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px}.studio-project-input-readonly{justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-project-input-readonly small{color:var(--text-dim);white-space:nowrap;font-size:11px;line-height:1.4}.studio-project-input:focus,.studio-project-select:focus{border-color:color-mix(in oklab, var(--accent-blue) 58%, white 42%);outline:none}.studio-project-error{color:#fda4af;font-size:12px;line-height:1.4}.studio-project-checkbox-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-project-checkbox{border:1px solid color-mix(in oklab, var(--line) 72%, transparent 28%);background:color-mix(in oklab, var(--panel-soft) 86%, transparent 14%);min-height:40px;color:var(--text-soft);border-radius:12px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.studio-project-checkbox input{margin:0}.studio-project-service-list{gap:12px;display:grid}.studio-project-service-toolbar{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.studio-project-service-copy{gap:4px;display:grid}.studio-project-service-copy p{color:var(--text);margin:0;font-size:13px;font-weight:600}.studio-project-service-copy span{color:var(--text-dim);font-size:12px;line-height:1.5}.studio-project-service-add{border:1px solid color-mix(in oklab, var(--line) 74%, transparent 26%);background:color-mix(in oklab, var(--panel-soft) 82%, transparent 18%);min-height:34px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 12px;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.studio-project-service-add svg{fill:currentColor;width:14px;height:14px}.studio-project-service-add:hover,.studio-project-service-add:focus-visible{border-color:color-mix(in oklab, var(--accent-blue) 48%, var(--line) 52%);background:color-mix(in oklab, var(--panel-strong) 82%, transparent 18%);outline:none}.studio-project-service-empty{border:1px dashed color-mix(in oklab, var(--line) 70%, transparent 30%);background:color-mix(in oklab, var(--panel-soft) 70%, transparent 30%);border-radius:16px;gap:6px;padding:18px;display:grid}.studio-project-service-empty strong{color:var(--text);font-size:13px}.studio-project-service-empty span{color:var(--text-dim);font-size:12px;line-height:1.5}.studio-project-service-row{border:1px solid color-mix(in oklab, var(--line) 72%, transparent 28%);background:color-mix(in oklab, var(--panel-soft) 82%, transparent 18%);border-radius:16px;gap:12px;padding:14px;display:grid}.studio-project-service-grid{grid-template-columns:240px minmax(0,.85fr) minmax(0,1.25fr);gap:12px;display:grid}.studio-project-service-url-field{min-width:0}.studio-project-icon-picker{gap:10px;display:grid}.studio-project-icon-upload-row{border:1px solid color-mix(in oklab, var(--line-soft) 88%, transparent 12%);background:color-mix(in oklab, var(--panel-muted) 84%, transparent 16%);border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.studio-project-icon-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.studio-project-icon-upload-preview{align-items:center;gap:10px;min-width:0;display:inline-flex}.studio-project-icon-upload-preview>div{gap:2px;min-width:0;display:grid}.studio-project-icon-upload-preview strong{color:var(--text);font-size:12px;font-weight:600;line-height:1.4}.studio-project-icon-upload-preview span:last-child{color:var(--text-dim);font-size:11px;line-height:1.4}.studio-project-icon-hint{color:var(--text-dim);font-size:11px;line-height:1.5}.studio-project-emoji-popover-wrap{position:relative}.studio-project-emoji-button{border:1px solid color-mix(in oklab, var(--line) 74%, transparent 26%);background:color-mix(in oklab, var(--panel-soft) 88%, transparent 12%);min-height:32px;color:var(--text-soft);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:600;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.studio-project-emoji-button:hover,.studio-project-emoji-button:focus-visible{border-color:color-mix(in oklab, var(--accent-blue) 48%, var(--line) 52%);background:color-mix(in oklab, var(--panel-strong) 82%, transparent 18%);color:var(--text);outline:none}.studio-project-emoji-button-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.studio-project-emoji-popover{z-index:30;border:1px solid color-mix(in oklab, var(--line) 84%, transparent 16%);border-radius:18px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 24px 48px #00000047;box-shadow:0 24px 48px lab(0% 0 0/.28)}.studio-project-icon-upload-button{border:1px solid color-mix(in oklab, var(--line) 74%, transparent 26%);background:color-mix(in oklab, var(--panel-soft) 88%, transparent 12%);min-height:32px;color:var(--text-soft);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:600;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.studio-project-icon-upload-button:hover,.studio-project-icon-upload-button:focus-within{border-color:color-mix(in oklab, var(--accent-blue) 48%, var(--line) 52%);background:color-mix(in oklab, var(--panel-strong) 82%, transparent 18%);color:var(--text)}.studio-project-icon-upload-button input{display:none}.studio-project-service-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-project-service-preview{align-items:center;gap:10px;min-width:0;display:inline-flex}.studio-project-service-preview-index{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.studio-project-service-preview-chip{border:1px solid color-mix(in oklab, var(--line-soft) 84%, transparent 16%);background:color-mix(in oklab, var(--panel-strong) 78%, transparent 22%);min-width:0;min-height:30px;color:var(--text-soft);border-radius:999px;align-items:center;gap:8px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.studio-project-service-preview-chip span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.studio-project-service-icon{width:16px;height:16px;color:var(--text);justify-content:center;align-items:center;display:inline-flex}.studio-project-service-icon svg{fill:currentColor;width:16px;height:16px}.studio-project-service-icon img{object-fit:cover;border-radius:4px;width:16px;height:16px}.service-icon-emoji{justify-content:center;align-items:center;width:100%;height:100%;font-size:15px;line-height:1;display:inline-flex}.studio-project-service-delete{border:1px solid color-mix(in oklab, #ef4444 32%, var(--line) 68%);background:color-mix(in oklab, #ef4444 12%, var(--panel-soft) 88%);width:34px;height:34px;color:color-mix(in oklab, #fca5a5 78%, var(--text) 22%);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.studio-project-service-delete svg{fill:currentColor;width:14px;height:14px}.studio-project-service-delete:hover,.studio-project-service-delete:focus-visible{border-color:color-mix(in oklab, #ef4444 48%, var(--line) 52%);background:color-mix(in oklab, #ef4444 18%, var(--panel-strong) 82%);color:#fecaca;outline:none}.studio-project-actions{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:4px;display:flex}@media (max-width:900px){.studio-settings-backdrop{padding:18px}.studio-settings-modal{width:min(100%,760px);height:min(760px,100vh - 36px)}.studio-settings-layout{grid-template-columns:1fr}.studio-settings-nav{border-right:0;border-bottom:1px solid color-mix(in oklab, var(--line-soft) 90%, transparent 10%);flex-direction:row;overflow-x:auto}.studio-settings-nav-item{min-width:180px}.studio-settings-profile-meta,.studio-settings-account-foot{flex-direction:column;grid-template-columns:1fr}.studio-settings-actions{justify-content:flex-start;width:100%}.studio-settings-discord-form{width:100%}.studio-project-field-grid,.studio-project-checkbox-list{grid-template-columns:1fr}.studio-project-service-toolbar,.studio-project-service-foot{flex-direction:column;align-items:stretch}.studio-project-service-grid{grid-template-columns:1fr}.studio-project-icon-upload-row{flex-direction:column;align-items:stretch}.studio-project-icon-actions,.studio-project-service-preview{justify-content:space-between}}.studio-main{background:var(--app-bg);flex:auto;min-width:0;position:relative}.studio-main-void{background:var(--app-bg);position:absolute;inset:0;overflow:hidden}.studio-workspace-stage{opacity:0;pointer-events:none;will-change:transform, opacity;position:absolute;inset:0;transform:translate(0,0)}.studio-workspace-stage[data-active=true],.studio-workspace-stage[data-previous=true]{opacity:1}.studio-workspace-stage[data-active=true]{z-index:2;pointer-events:auto}.studio-workspace-stage[data-previous=true]{z-index:1}.studio-main-void[data-transitioning=true][data-direction=left] .studio-workspace-stage[data-active=true]{animation:.32s cubic-bezier(.22,1,.36,1) both studio-workspace-enter-from-right}.studio-main-void[data-transitioning=true][data-direction=left] .studio-workspace-stage[data-previous=true]{animation:.32s cubic-bezier(.22,1,.36,1) both studio-workspace-exit-to-left}.studio-main-void[data-transitioning=true][data-direction=right] .studio-workspace-stage[data-active=true]{animation:.32s cubic-bezier(.22,1,.36,1) both studio-workspace-enter-from-left}.studio-main-void[data-transitioning=true][data-direction=right] .studio-workspace-stage[data-previous=true]{animation:.32s cubic-bezier(.22,1,.36,1) both studio-workspace-exit-to-right}.studio-task-mount{width:100%;height:100%;overflow:auto}.studio-play-mount{width:100%;height:100%;overflow:hidden}.studio-embed-mount,.studio-miro-mount{background:var(--app-bg);width:100%;height:100%;padding:12px}.studio-embed-frame,.studio-miro-frame{background:#fff;border:0;border-radius:12px;width:100%;height:100%}.studio-placeholder{background:radial-gradient(circle at top left, color-mix(in oklab, var(--accent-blue) 52%, transparent 48%) 0, transparent 42%), linear-gradient(180deg, color-mix(in oklab, var(--panel-soft) 88%, transparent 12%) 0%, var(--panel) 100%);flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;height:100%;min-height:0;padding:40px 48px;display:flex}.studio-placeholder-badge{border:.667px solid var(--line);background:color-mix(in oklab, var(--panel-soft) 90%, transparent 10%);min-height:26px;color:var(--text-soft);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.studio-placeholder-title{color:var(--text);margin:0;font-size:40px;font-weight:600;line-height:1}.studio-placeholder-copy{max-width:520px;color:var(--text-soft);margin:0;font-size:15px;line-height:1.7}@keyframes studio-workspace-enter-from-right{0%{opacity:.4;transform:translate(52px)}to{opacity:1;transform:translate(0,0)}}@keyframes studio-workspace-exit-to-left{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-40px)}}@keyframes studio-workspace-enter-from-left{0%{opacity:.4;transform:translate(-52px)}to{opacity:1;transform:translate(0,0)}}@keyframes studio-workspace-exit-to-right{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(40px)}}@media (prefers-reduced-motion:reduce){.studio-main-void[data-transitioning=true] .studio-workspace-stage[data-active=true],.studio-main-void[data-transitioning=true] .studio-workspace-stage[data-previous=true]{animation:none}}@media (max-width:1100px){.studio-body{flex-direction:column}.studio-sidebar{border-right:0;border-bottom:.667px solid var(--line);width:100%}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-main{min-height:56vh}.studio-placeholder{padding:28px 24px}.studio-placeholder-title{font-size:32px}}@media (max-width:860px){.studio-header{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:12px}.header-left,.header-right{justify-content:space-between;width:100%}.header-left,.header-tabs{flex-wrap:wrap}.project-name-button{width:auto;min-width:0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-admin-workspace,.studio-admin-card-grid,.studio-admin-form-grid,.studio-admin-sync-stats,.studio-admin-member-row,.studio-admin-section-tabs{grid-template-columns:1fr}}@media (max-width:640px){.member-stack{margin-left:0}.member-avatar:nth-child(n+4),.member-avatar-count{display:none}.sidebar-scroll{padding-inline:10px}}
.agent-shell{--agent-sidebar-width:318px;--agent-inspector-width:348px;--agent-bg-canvas:#f1f2ef;--agent-bg-shell:#fbfaf7e6;--agent-bg-sidebar-top:#e8eef1e0;--agent-bg-sidebar-bottom:#dfe4d0d6;--agent-bg-main:#fffffce0;--agent-bg-card:#ffffffc2;--agent-bg-card-strong:#ffffffeb;--agent-bg-chip:#ffffffb3;--agent-bg-user:#f3f4ff;--agent-bg-assistant:#f8f6ef;--agent-bg-progress:#eef1e6;--agent-bg-typing:#f3f6ef;--agent-text:#1d1f1d;--agent-muted:#72776f;--agent-muted-strong:#5a6055;--agent-line:#1b1f1c14;--agent-line-strong:#1b1f1c24;--agent-accent:#111;--agent-accent-blue:#4c7ff7;--agent-accent-green:#5d8a56;--agent-warn:#bc8c2f;--agent-danger:#b55e53;--agent-shadow-shell:0 26px 64px #6c715d24;--agent-shadow-card:0 14px 30px #7278631f;width:100%;height:100%;min-height:0;color:var(--agent-text);background:radial-gradient(920px 620px at 0 16%,#c4d5d494,#0000 66%),radial-gradient(820px 520px at 18% 100%,#d5d8b87a,#0000 72%),linear-gradient(#f5f5f3 0%,#efefec 100%);grid-template-rows:minmax(0,1fr);display:grid;position:relative;overflow:hidden}.agent-shell.theme-dark{--agent-bg-canvas:#171917;--agent-bg-shell:#181a19eb;--agent-bg-sidebar-top:#1e2221f5;--agent-bg-sidebar-bottom:#161b18eb;--agent-bg-main:#161817e6;--agent-bg-card:#222624c2;--agent-bg-card-strong:#282c2af0;--agent-bg-chip:#2f3331e6;--agent-bg-user:#40497b6b;--agent-bg-assistant:#3d372a8f;--agent-bg-progress:#313e32ad;--agent-bg-typing:#2a302ceb;--agent-text:#f1f3ef;--agent-muted:#a0a8a1;--agent-muted-strong:#c4cabc;--agent-line:#ecf1e914;--agent-line-strong:#ecf1e924;--agent-accent:#f6f7f3;--agent-accent-blue:#84a8ff;--agent-accent-green:#8ab681;--agent-warn:#d2ac55;--agent-danger:#dc8178;--agent-shadow-shell:0 24px 72px #00000047;--agent-shadow-card:0 16px 30px #00000038;background:radial-gradient(920px 620px at 0 16%,#3443459e,#0000 66%),radial-gradient(840px 540px at 18% 100%,#49523052,#0000 72%),linear-gradient(#101211 0%,#131514 100%)}.agent-shell *{box-sizing:border-box}.agent-icon-button{border:1px solid var(--agent-line);background:var(--agent-bg-card-strong);width:32px;height:32px;color:var(--agent-muted-strong);box-shadow:none;border-radius:11px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .14s,border-color .14s,transform .14s;display:inline-flex}.agent-icon-button svg{width:15px;height:15px}.agent-icon-button:hover{background:color-mix(in srgb, var(--agent-bg-card-strong) 88%, white 12%);border-color:var(--agent-line-strong);transform:translateY(-1px)}.agent-icon-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.agent-icon-button.is-danger{color:var(--agent-danger)}.agent-layout{grid-template-columns:var(--agent-sidebar-width) minmax(0, 1fr);height:100%;min-height:0;display:grid}.agent-sidebar{background:linear-gradient(180deg, var(--agent-bg-sidebar-top) 0%, var(--agent-bg-sidebar-bottom) 100%);min-height:0;box-shadow:inset -1px 0 0 var(--agent-line);grid-template-rows:auto minmax(0,1fr) auto;padding:12px 10px 12px 12px;display:grid;position:relative}.agent-sidebar-header{gap:10px;padding-bottom:10px;display:grid}.agent-sidebar-create{width:100%;min-height:38px;color:var(--agent-text);box-shadow:none;background:#ffffffb8;border:1px solid #11111114;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.agent-sidebar-create span:first-child{font-size:1rem;line-height:1}.agent-shell.theme-dark .agent-sidebar-create{color:var(--agent-text);background:#2c302eeb;border-color:#ecf1e91f}.agent-shell.theme-dark .agent-sidebar-create:hover,.agent-shell.theme-dark .agent-sidebar-create:focus-visible{background:#343936fa;border-color:#ecf1e92e;outline:none}.agent-sidebar-link{width:100%;min-height:34px;color:var(--agent-muted-strong);background:#ffffff7a;border:1px solid #11111114;border-radius:11px;align-items:center;gap:8px;padding:0 12px;font-size:.74rem;font-weight:600;text-decoration:none;transition:background-color .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.agent-sidebar-link:hover,.agent-sidebar-link:focus-visible{color:var(--agent-text);background:#ffffffc2;border-color:#1111111f;outline:none;transform:translateY(-1px)}.agent-sidebar-link-icon{width:14px;height:14px;color:var(--agent-accent-blue);flex:none;justify-content:center;align-items:center;display:inline-flex}.agent-sidebar-link-icon svg{width:14px;height:14px}.agent-shell.theme-dark .agent-sidebar-link{color:var(--agent-muted-strong);background:#2c302e8f;border-color:#ecf1e91a}.agent-shell.theme-dark .agent-sidebar-link:hover,.agent-shell.theme-dark .agent-sidebar-link:focus-visible{color:var(--agent-text);background:#343936e0;border-color:#ecf1e929}.agent-thread-list{border-left:1px solid #11111114;align-content:start;gap:2px;min-height:0;padding-left:6px;padding-right:4px;display:grid;overflow:auto}.agent-thread-list,.agent-message-stream,.agent-worker-list,.agent-composer-textarea{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--agent-muted) 55%, transparent) transparent}.agent-thread-list::-webkit-scrollbar{width:10px;height:10px}.agent-message-stream::-webkit-scrollbar{width:10px;height:10px}.agent-worker-list::-webkit-scrollbar{width:10px;height:10px}.agent-composer-textarea::-webkit-scrollbar{width:10px;height:10px}.agent-thread-list::-webkit-scrollbar-track{background:0 0}.agent-message-stream::-webkit-scrollbar-track{background:0 0}.agent-worker-list::-webkit-scrollbar-track{background:0 0}.agent-composer-textarea::-webkit-scrollbar-track{background:0 0}.agent-thread-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--agent-muted) 55%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.agent-message-stream::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--agent-muted) 55%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.agent-worker-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--agent-muted) 55%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.agent-composer-textarea::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--agent-muted) 55%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.agent-thread-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--agent-muted-strong) 68%, transparent);background-clip:padding-box}.agent-message-stream::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--agent-muted-strong) 68%, transparent);background-clip:padding-box}.agent-worker-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--agent-muted-strong) 68%, transparent);background-clip:padding-box}.agent-composer-textarea::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--agent-muted-strong) 68%, transparent);background-clip:padding-box}.agent-shell.theme-dark .agent-thread-list{border-left-color:#ecf1e917}.agent-sidebar-footer{gap:10px;padding-top:12px;display:grid}.agent-thread-card{text-align:left;width:100%;color:var(--agent-text);background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:6px;padding:9px 12px 9px 4px;transition:background-color .16s,border-color .16s,transform .16s;display:grid;position:relative}.agent-thread-card:before{content:"";background:var(--agent-accent-blue);opacity:0;border-radius:999px;width:2px;position:absolute;top:7px;bottom:7px;left:-1px}.agent-thread-card:hover{background:#ffffff57}.agent-thread-card.is-selected{background:#ffffff80;border-color:#1111110d}.agent-thread-card.is-selected:before{opacity:1}.agent-shell.theme-dark .agent-thread-card:hover{background:#ffffff0f}.agent-shell.theme-dark .agent-thread-card.is-selected{background:#ffffff1a;border-color:#ecf1e914}.agent-thread-marker{background:#494f432e;border-radius:999px;width:6px;height:6px;margin-top:6px}.agent-shell.theme-dark .agent-thread-marker{background:#ecf1e92e}.agent-thread-card.is-live .agent-thread-marker{background:var(--agent-accent-blue)}.agent-thread-copy{gap:2px;min-width:0;display:grid}.agent-thread-title{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.agent-thread-preview{color:var(--agent-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.4;display:-webkit-box;overflow:hidden}.agent-thread-meta{color:var(--agent-muted);justify-items:end;gap:6px;font-size:.68rem;display:grid}.agent-thread-unread{background:var(--agent-accent);min-width:18px;height:18px;color:var(--agent-bg-main);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.64rem;font-weight:700;display:inline-flex}.agent-main{background:var(--agent-bg-main);grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid;position:relative}.agent-message-stage{min-height:0;position:relative;overflow:hidden}.agent-message-stream{align-content:start;gap:14px;height:100%;padding:22px clamp(16px,2vw,24px);display:grid;overflow:auto}.agent-message{grid-template-columns:auto minmax(0,1fr);gap:12px;display:grid}.agent-message-avatar-wrap{padding-top:4px}.agent-message-avatar{width:40px;height:40px;color:var(--agent-text);background:#11111114;border-radius:16px;justify-content:center;align-items:center;font-size:.92rem;font-weight:700;display:inline-flex}.agent-shell.theme-dark .agent-message-avatar{background:#ffffff14}.agent-message-bubble{border:1px solid var(--agent-line);background:var(--agent-bg-card);border-radius:20px;gap:10px;min-width:0;padding:14px 16px;display:grid;box-shadow:0 12px 32px #7e84701f}.agent-message.is-user .agent-message-bubble{background:var(--agent-bg-user)}.agent-message.is-assistant .agent-message-bubble{background:var(--agent-bg-assistant)}.agent-message.is-progress .agent-message-bubble{background:var(--agent-bg-progress)}.agent-message.is-typing .agent-message-bubble{background:var(--agent-bg-typing)}.agent-message.is-selected .agent-message-bubble{border-color:color-mix(in srgb, var(--agent-accent-blue) 24%, var(--agent-line-strong))}.agent-message-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.agent-message-head-copy{color:var(--agent-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.74rem;display:flex}.agent-message-head-copy strong{color:var(--agent-text);font-size:.84rem}.agent-message-metric{border:1px solid var(--agent-line);min-height:22px;color:var(--agent-muted-strong);background:#ffffff85;border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:600;display:inline-flex}.agent-shell.theme-dark .agent-message-metric{background:#ffffff14}.agent-message-actions{align-items:center;gap:6px;display:flex}.agent-model-chip{height:22px;color:var(--agent-muted-strong);background:#11111114;border-radius:999px;align-items:center;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex}.agent-shell.theme-dark .agent-model-chip{background:#ffffff14}.agent-message-content{color:var(--agent-text);font-size:.87rem;line-height:1.62}.agent-message-content p{margin:0}.agent-message-content.is-code{font-family:var(--font-mono), monospace;white-space:pre-wrap;background:#11111114;border-radius:18px;padding:12px 14px;font-size:.78rem}.agent-shell.theme-dark .agent-message-content.is-code{background:#ffffff12}.agent-subagent-list{gap:8px;display:grid}.agent-subagent-row{border:1px solid var(--agent-line);background:#ffffff73;border-radius:16px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;font-size:.76rem;display:grid}.agent-shell.theme-dark .agent-subagent-row{background:#ffffff0a}.agent-subagent-role{text-transform:uppercase;background:#11111114;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:.68rem;display:inline-flex}.agent-artifact-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.agent-artifact-card{border:1px solid var(--agent-line);background:#ffffff73;border-radius:18px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.agent-shell.theme-dark .agent-artifact-card{background:#ffffff0a}.agent-artifact-preview{height:64px;color:var(--agent-muted-strong);background:#11111114;border-radius:14px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.agent-artifact-preview.kind-image{background:linear-gradient(135deg,#4c7ff733,#5d8a5629)}.agent-artifact-copy{gap:4px;min-width:0;display:grid}.agent-artifact-copy strong,.agent-artifact-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-artifact-copy span{color:var(--agent-muted);font-size:.76rem}.agent-read-receipt{color:var(--agent-muted);margin:0;font-size:.72rem}.agent-empty-thread{text-align:center;place-content:center;justify-items:center;gap:14px;width:min(720px,100%);height:100%;margin:0 auto;padding:40px;display:grid}.agent-empty-icon{background:#ffffffe0;border:1px solid #11111114;border-radius:20px;place-items:center;width:58px;height:58px;font-size:1.6rem;font-weight:700;display:grid;box-shadow:0 12px 32px #7e84701f}.agent-empty-eyebrow{color:var(--agent-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem}.agent-empty-thread h3{letter-spacing:-.06em;margin:0;font-size:clamp(2.2rem,4vw,3.3rem)}.agent-empty-copy{max-width:640px;color:var(--agent-muted);margin:0;font-size:.96rem;line-height:1.7}.agent-starter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100%,820px);margin-top:10px;display:grid}.agent-starter-card{border:1px solid var(--agent-line);background:var(--agent-bg-card);text-align:left;box-shadow:none;border-radius:20px;justify-items:start;gap:10px;padding:16px;display:grid}.agent-starter-card strong{font-size:.9rem}.agent-starter-card small{color:var(--agent-muted);font-size:.76rem;line-height:1.55}.agent-composer-shell{gap:10px;padding:0 18px 18px;display:grid;position:relative}.agent-composer-card{border:1px solid var(--agent-line);background:var(--agent-bg-card-strong);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;gap:12px;padding:14px 16px;display:grid;position:relative;box-shadow:0 12px 32px #7e84701f}.agent-composer-card.is-busy{opacity:.9}.agent-composer-textarea{width:100%;min-height:96px;color:var(--agent-text);resize:none;font:inherit;background:0 0;border:0;padding:0;line-height:1.7}.agent-composer-textarea:focus{outline:none}.agent-composer-textarea::placeholder{color:var(--agent-muted)}.agent-composer-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.agent-composer-toolbar-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.agent-composer-plus{border:1px solid var(--agent-line);background:var(--agent-bg-chip);width:32px;height:32px;color:var(--agent-text);border-radius:999px;font-size:1.2rem;line-height:1}.agent-composer-picker{position:relative}.agent-composer-chip{border:1px solid var(--agent-line);background:var(--agent-bg-chip);min-height:34px;color:var(--agent-text);border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.agent-composer-chip.is-open{border-color:var(--agent-line-strong);background:var(--agent-bg-card-strong)}.agent-composer-menu{z-index:4;border:1px solid var(--agent-line);background:var(--agent-bg-card-strong);min-width:220px;box-shadow:var(--agent-shadow-card);border-radius:18px;gap:4px;padding:8px;display:grid;position:absolute;bottom:calc(100% + 10px);left:0}.agent-composer-menu-item{min-height:38px;color:var(--agent-text);text-align:left;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:.78rem;display:flex}.agent-composer-menu-item:hover,.agent-composer-menu-item.is-active{background:#1111110f}.agent-shell.theme-dark .agent-composer-menu-item:hover,.agent-shell.theme-dark .agent-composer-menu-item.is-active{background:#ffffff0f}.agent-send-button{background:var(--agent-accent);min-width:112px;min-height:40px;color:var(--agent-bg-main);border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.8rem;font-weight:700;display:inline-flex}.agent-send-button.is-busy{opacity:.82}.agent-send-icon{font-size:1rem;line-height:1}.agent-workers-wrap{position:relative}.agent-status-chip{border:1px solid var(--agent-line);background:var(--agent-bg-chip);width:100%;min-height:32px;color:var(--agent-muted-strong);border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:.76rem;font-weight:600;display:inline-flex}.agent-status-chip svg{width:16px;height:16px}.agent-status-chip svg.is-open{transform:rotate(90deg)}.agent-workers-popover{z-index:5;border:1px solid var(--agent-line);background:var(--agent-bg-card-strong);width:min(420px,100vw - 48px);box-shadow:var(--agent-shadow-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:22px;padding:14px;position:absolute;bottom:calc(100% + 12px);left:0}.agent-workers-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.agent-worker-list{gap:10px;max-height:360px;display:grid;overflow:auto}.agent-worker-card{border:1px solid var(--agent-line);background:#fff6;border-radius:18px;gap:8px;padding:12px;font-size:.78rem;display:grid}.agent-shell.theme-dark .agent-worker-card{background:#ffffff0a}.agent-worker-card p{color:var(--agent-muted);margin:0}.agent-worker-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.agent-status-pill{letter-spacing:.04em;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:.68rem;font-weight:700;display:inline-flex}.agent-status-pill.is-online,.agent-status-pill.is-succeeded{color:var(--agent-accent-green);background:#5d8a5629}.agent-status-pill.is-running,.agent-status-pill.is-created,.agent-status-pill.is-queued,.agent-status-pill.is-starting{color:var(--agent-accent-blue);background:#4c7ff729}.agent-status-pill.is-retryable-failed,.agent-status-pill.is-timed-out,.agent-status-pill.is-draining{color:var(--agent-warn);background:#bc8c2f29}.agent-status-pill.is-failed,.agent-status-pill.is-canceled,.agent-status-pill.is-offline{color:var(--agent-danger);background:#b55e5329}.agent-worker-running-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.agent-worker-running-list li{gap:2px;display:grid}.agent-worker-running-list small,.agent-worker-empty{color:var(--agent-muted);font-size:.72rem}.agent-inspector-backdrop{z-index:5;background:#0a0c0b38;border:0;position:absolute;inset:0}.agent-inspector{z-index:6;width:var(--agent-inspector-width);background:var(--agent-bg-card-strong);border-left:1px solid var(--agent-line);box-shadow:var(--agent-shadow-shell);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);grid-template-rows:auto minmax(0,1fr);transition:transform .22s;display:grid;position:absolute;top:0;bottom:0;right:0;transform:translate(100%)}.agent-inspector.is-open{transform:translate(0)}.agent-inspector-head{border-bottom:1px solid var(--agent-line);justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 14px;display:flex}.agent-inspector-head h2,.agent-panel-head h3{margin:0;font-size:.96rem}.agent-inspector-body{gap:18px;min-height:0;padding:16px;display:grid;overflow:auto}.agent-panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.agent-panel-head span{color:var(--agent-muted);font-size:.74rem}.agent-detail-grid,.agent-token-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.agent-detail-grid>div,.agent-token-panel>div{border:1px solid var(--agent-line);background:#ffffff61;border-radius:16px;gap:6px;padding:12px;display:grid}.agent-shell.theme-dark .agent-detail-grid>div,.agent-shell.theme-dark .agent-token-panel>div{background:#ffffff0a}.agent-detail-grid>div.is-wide{grid-column:1/-1}.agent-detail-grid strong,.agent-token-panel strong{color:var(--agent-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem}.agent-detail-grid span,.agent-token-panel span{font-size:.84rem;line-height:1.55}.agent-detail-actions{align-items:center;gap:10px;display:flex}.agent-ghost-button{border:1px solid var(--agent-line);min-height:36px;color:var(--agent-text);background:0 0;border-radius:14px;justify-content:center;align-items:center;padding:0 14px;font-size:.78rem;font-weight:600;display:inline-flex}.agent-ghost-button.is-danger{color:var(--agent-danger)}.agent-empty-inline{color:var(--agent-muted);margin:0;font-size:.84rem}.agent-timeline{gap:12px;display:grid}.agent-timeline-row{grid-template-columns:auto minmax(0,1fr);gap:12px;display:grid}.agent-timeline-dot{background:var(--agent-accent-blue);border-radius:999px;width:10px;height:10px;margin-top:7px}.agent-timeline-copy{gap:4px;display:grid}.agent-timeline-copy strong{font-size:.82rem}.agent-timeline-copy span,.agent-timeline-copy p{color:var(--agent-muted);margin:0;font-size:.76rem;line-height:1.55}@media (max-width:1220px){.agent-layout{grid-template-columns:280px minmax(0,1fr)}.agent-inspector{width:min(340px,42vw)}}@media (max-width:980px){.agent-layout{grid-template-columns:1fr}.agent-sidebar{display:none}.agent-composer-shell{padding:0 16px 16px}.agent-message-stream{padding:18px 16px 22px}.agent-windowbar{padding-inline:12px}.agent-inspector{width:min(100%,420px)}}@media (prefers-reduced-motion:reduce){.agent-icon-button,.agent-icon-link,.agent-thread-card,.agent-inspector{transition:none}}
.studio-play-embed{width:100%;height:100%}.studio-play-embed .play-launch-page{background:radial-gradient(circle at 0 0,#5496762e,#0000 24rem),linear-gradient(#efede3 0%,#e7e4d9 100%);height:100%;min-height:100%;padding:0}.studio-play-embed .play-launch-shell{--play-launch-chrome-height:48px;grid-template-rows:auto 1fr auto;gap:0;width:100%;height:100%;min-height:100%;display:grid}.studio-play-embed .play-launch-topbar{min-height:var(--play-launch-chrome-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f5f2db;border-bottom:1px solid #1111110f;justify-content:space-between;align-items:center;gap:12px 16px;padding:0 14px;display:flex}.studio-play-embed .play-launch-title-group{align-items:center;gap:10px;min-width:0;display:flex}.studio-play-embed .play-launch-heading{min-width:0}.studio-play-embed .play-launch-heading h1{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.88rem;font-weight:500;line-height:1;overflow:hidden}.studio-play-embed .play-launch-badge{letter-spacing:.06em;text-transform:uppercase;border:1px solid #11111114;border-radius:999px;flex:none;align-items:center;width:fit-content;min-height:24px;padding:0 9px;font-size:.66rem;font-weight:700;display:inline-flex}.studio-play-embed .play-launch-badge.is-placeholder{color:#2d5e4a;background:#35745a1f}.studio-play-embed .play-launch-badge.is-ready{color:#3152b7;background:#4c7ff71f}.studio-play-embed .play-launch-topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.studio-play-embed .play-launch-meta-pills{flex-wrap:wrap;gap:8px;display:flex}.studio-play-embed .play-launch-meta-pill{background:#ffffff8a;border:1px solid #1111110f;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 9px;display:inline-flex}.studio-play-embed .play-launch-meta-pill strong{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.64rem}.studio-play-embed .play-launch-meta-pill em{color:var(--text);overflow-wrap:anywhere;font-size:.68rem;font-style:normal;font-weight:700}.studio-play-embed .play-launch-stage{min-height:0;padding:12px;overflow:hidden}.studio-play-embed .play-launch-stage-screen{place-items:center;height:100%;min-height:0;display:grid;overflow:visible}.studio-play-embed .play-launch-stream-shell{aspect-ratio:16/9;color:#f8f5ee;background:radial-gradient(circle at top,#53917070,#0000 22rem),linear-gradient(135deg,#243a34 0%,#11181a 100%);width:min(100%,1560px);max-height:100%;position:relative;overflow:hidden}.studio-play-embed .play-launch-stream-shell:focus{outline:none}.studio-play-embed .play-launch-stage-placeholder{place-items:center;display:grid;position:absolute;inset:0}.studio-play-embed .play-launch-stage-placeholder-art{background:radial-gradient(circle at 30% 30%,#8acda757,#0000 18rem),radial-gradient(circle at 72% 36%,#92c2ff3d,#0000 18rem),linear-gradient(#ffffff05 0%,#ffffff14 100%);position:absolute;inset:0}.studio-play-embed .play-launch-stage-placeholder-art:after{content:"";opacity:.18;background:linear-gradient(#ffffff0f 0 1px,#0000 1px 16px);position:absolute;inset:0}.studio-play-embed .play-launch-stage-status{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#11171885;border:1px solid #ffffff24;border-radius:24px;gap:12px;width:min(520px,100% - 48px);padding:24px 26px;display:grid;position:relative;box-shadow:0 30px 60px #06080852}.studio-play-embed .play-launch-stage-status strong{font-size:1.24rem;line-height:1.2}.studio-play-embed .play-launch-stage-status p{color:#f8f5eebd;margin:0;font-size:.86rem;line-height:1.55}.studio-play-embed .play-launch-stage-chip-row{flex-wrap:wrap;gap:8px;display:flex}.studio-play-embed .play-launch-stage-chip{color:#f8f5eeeb;letter-spacing:.04em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.72rem;font-weight:700;display:inline-flex}.studio-play-embed .play-launch-primary-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.studio-play-embed .play-launch-stage-progress{color:#ffffffd1;letter-spacing:.03em;background:#ffffff1a;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.75rem;font-weight:700;display:inline-flex}.studio-play-embed .play-launch-footer{min-height:calc(var(--play-launch-chrome-height) + 10px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f5f2e0;border-top:1px solid #1111110f;justify-content:space-between;align-items:center;gap:14px 20px;padding:8px 16px;display:flex;overflow-y:hidden}.studio-play-embed .play-launch-footer-copy{white-space:nowrap;flex:320px;align-self:center;align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.studio-play-embed .play-launch-footer-copy strong{min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;font-size:.76rem;font-weight:700;line-height:1.2;overflow:hidden}.studio-play-embed .play-launch-footer-copy-divider{color:#1c221e52;flex:none;font-size:.68rem;font-weight:700;line-height:1}.studio-play-embed .play-launch-footer-copy p{min-width:0;color:var(--muted-strong);white-space:nowrap;text-overflow:ellipsis;flex:auto;margin:0;font-size:.68rem;line-height:1.2;overflow:hidden}.studio-play-embed .play-launch-footer-actions{flex:0 auto;justify-content:flex-end;align-self:center;align-items:center;gap:10px;min-width:0;display:flex}.studio-play-embed .play-launch-debug-stats{flex:0 auto;align-self:center;align-items:center;gap:8px;min-width:0;display:flex}.studio-play-embed .play-launch-debug-stat{white-space:nowrap;background:#ffffff94;border:1px solid #11111114;border-radius:999px;align-items:center;gap:7px;min-width:0;min-height:30px;padding:0 10px;display:inline-flex}.studio-play-embed .play-launch-debug-stat strong{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.62rem;font-weight:700}.studio-play-embed .play-launch-debug-stat span{color:var(--text);font-size:.68rem;font-weight:700}.studio-play-embed .play-launch-stream-controls{flex-wrap:nowrap;justify-content:flex-end;gap:10px;display:flex}.studio-play-embed .play-launch-stage-button{color:#f6f3ea;-webkit-text-fill-color:currentColor;background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:.78rem;font-weight:700;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.studio-play-embed .play-launch-stage-button:hover{background:#fff3;border-color:#ffffff47}.studio-play-embed .play-launch-stage-button:disabled{opacity:.5;cursor:not-allowed}.studio-play-embed .play-launch-stage-button-neutral{color:var(--text);-webkit-text-fill-color:currentColor;background:#fffffff0;border-color:#11111114}.studio-play-embed .play-launch-stage-button-neutral:hover{background:#fff;border-color:#11111124}.studio-play-embed .play-launch-stage-button.is-primary{color:#172021;background:#f6f3eaf5;border-color:#f6f3eaf5}.studio-play-embed .play-launch-stage-button.is-primary:hover{background:#fff;border-color:#fff}.studio-play-embed .play-launch-stage-button.is-danger,.studio-play-embed .play-launch-stage-button-danger{color:#ffd9d9;background:#c241412e;border-color:#e26d6d4d}.studio-play-embed .play-launch-stage-button.is-danger:hover,.studio-play-embed .play-launch-stage-button-danger:hover{background:#c241414d;border-color:#e26d6d6b}.studio-play-embed .play-launch-footer .play-launch-stage-button{color:var(--text);-webkit-text-fill-color:currentColor;background:#fffffff0;border-color:#1111111a}.studio-play-embed .play-launch-footer .play-launch-stage-button:hover{background:#fff;border-color:#11111129}.studio-play-embed .play-launch-footer .play-launch-stage-button.is-primary{background:var(--accent);border-color:var(--accent);color:#fff}.studio-play-embed .play-launch-footer .play-launch-stage-button.is-primary:hover{background:#242424;border-color:#242424}.studio-play-embed .play-launch-footer .play-launch-stage-button.is-danger{color:#8f3030;background:#c241411f;border-color:#c241413d}.studio-play-embed .play-launch-footer .play-launch-stage-button.is-danger:hover{color:#7c2424;background:#c241412e;border-color:#c2414152}.studio-play-embed .play-launch-toolbar-button{min-height:30px;color:var(--text);white-space:nowrap;background:#ffffff8a;border:1px solid #11111114;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:.72rem;font-weight:700;line-height:1;text-decoration:none;transition:border-color .16s,background-color .16s,transform .16s,box-shadow .16s;display:inline-flex}.studio-play-embed .play-launch-toolbar-button:hover{background:#ffffffeb;border-color:#11111124;box-shadow:0 10px 20px #767b6a1f}.studio-play-embed .play-launch-toolbar-button-label{color:inherit;-webkit-text-fill-color:currentColor}.studio-play-embed .play-launch-modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f13116b;place-items:center;padding:24px;display:grid;position:fixed;inset:44px 0 0}.studio-play-embed .play-launch-modal{background:#fcfbf7f5;border:1px solid #11111114;border-radius:22px;width:min(520px,100vw - 24px);max-height:min(78vh,720px);padding:18px;overflow:auto;box-shadow:0 26px 64px #10131038}.studio-play-embed .play-launch-modal-wide,.studio-play-embed .play-launch-modal-preset{width:min(980px,100vw - 24px)}.studio-play-embed .play-launch-build-browser-modal{width:min(1120px,100vw - 24px)}.studio-play-embed .play-launch-modal-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studio-play-embed .play-launch-modal-head h2{margin:8px 0 0;font-size:1rem}.studio-play-embed .play-launch-modal-close{border-radius:11px;justify-content:center;width:32px;min-width:32px;height:32px;padding:0}.studio-play-embed .play-launch-modal-copy{color:var(--muted-strong);margin:14px 0 0;font-size:.82rem;line-height:1.55}.studio-play-embed .play-launch-preset-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:16px;margin-top:16px;display:grid}.studio-play-embed .play-launch-preset-main,.studio-play-embed .play-launch-preset-side,.studio-play-embed .play-launch-stream-groups-panel{align-content:start;gap:12px;display:grid}.studio-play-embed .play-launch-preset-side .play-launch-save-progress{position:sticky;top:0}.studio-play-embed .play-launch-definition-list{gap:8px;margin:14px 0 0;display:grid}.studio-play-embed .play-launch-definition-list>div{background:#f5f7efe6;border:1px solid #1111110f;border-radius:14px;gap:5px;padding:11px 12px;display:grid}.studio-play-embed .play-launch-definition-list dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem}.studio-play-embed .play-launch-definition-list dd{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:.8rem;line-height:1.45}.studio-play-embed .play-launch-preset-summary-list{gap:6px;margin-top:10px}.studio-play-embed .play-launch-modal-field,.studio-play-embed .play-launch-modal-field-stack,.studio-play-embed .play-launch-modal-field-group{gap:8px;display:grid}.studio-play-embed .play-launch-modal-field-label{color:var(--muted-strong);align-items:center;gap:8px;font-size:.72rem;font-weight:600;display:flex}.studio-play-embed .play-launch-modal-input{width:100%;min-height:42px;color:var(--text);font:inherit;background:#ffffffeb;border:1px solid #1111111f;border-radius:12px;padding:11px 13px}.studio-play-embed .play-launch-modal-input:focus{border-color:#79896694;outline:none;box-shadow:0 0 0 4px #cdd8bf57}.studio-play-embed .play-launch-modal-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.studio-play-embed .play-launch-stream-groups-refresh-note{min-height:36px;color:var(--muted-strong);white-space:nowrap;align-items:center;padding:0 4px;font-size:.73rem;display:inline-flex}.studio-play-embed .play-launch-modal-actions .play-launch-stage-button{min-height:36px;color:var(--text);background:#ffffffeb;border-color:#1111111f;padding:8px 14px;font-size:.76rem}.studio-play-embed .play-launch-modal-actions .play-launch-stage-button:hover{background:#fff;border-color:#1111112e}.studio-play-embed .play-launch-modal-hint{color:var(--muted-strong);margin:10px 0 0;font-size:.72rem;line-height:1.55}.studio-play-embed .play-launch-build-selection-card{background:#f5f7efe6;border:1px solid #11111114;border-radius:16px;gap:12px;padding:13px;display:grid}.studio-play-embed .play-launch-build-selection-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studio-play-embed .play-launch-build-selection-head strong{color:var(--text);overflow-wrap:anywhere;margin-top:6px;font-size:.92rem;display:block}.studio-play-embed .play-launch-build-selection-copy{color:var(--muted-strong);margin:0;font-size:.76rem;line-height:1.55}.studio-play-embed .play-launch-build-selection-metrics{gap:8px;margin:0;display:grid}.studio-play-embed .play-launch-build-selection-metrics div,.studio-play-embed .play-launch-stream-group-metrics div{gap:4px;display:grid}.studio-play-embed .play-launch-build-selection-metrics dt,.studio-play-embed .play-launch-stream-group-metrics dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.66rem}.studio-play-embed .play-launch-build-selection-metrics dd,.studio-play-embed .play-launch-stream-group-metrics dd{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:.8rem;line-height:1.5}.studio-play-embed .play-launch-build-browser-breadcrumbs{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.studio-play-embed .play-launch-build-browser-breadcrumb{min-height:34px;color:var(--text);font:inherit;background:#ffffffeb;border:1px solid #1111111a;border-radius:999px;align-items:center;padding:6px 10px;font-size:.73rem;display:inline-flex}.studio-play-embed .play-launch-build-browser-breadcrumb:hover{background:#fff}.studio-play-embed .play-launch-build-browser-list,.studio-play-embed .play-launch-stream-group-list{gap:10px;display:grid}.studio-play-embed .play-launch-build-browser-row{color:var(--text);text-align:left;font:inherit;background:#f5f7efe0;border:1px solid #11111114;border-radius:14px;gap:6px;padding:12px 13px;display:grid}.studio-play-embed .play-launch-build-browser-row:hover{background:#f8faf3f5;border-color:#7989664d}.studio-play-embed .play-launch-build-browser-row-label{font-size:.84rem;font-weight:700}.studio-play-embed .play-launch-build-browser-row-meta{color:var(--muted-strong);overflow-wrap:anywhere;font-size:.72rem;line-height:1.45}.studio-play-embed .play-launch-stream-groups-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px;margin-top:16px;display:grid}.studio-play-embed .play-launch-stream-groups-panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-play-embed .play-launch-stream-groups-panel-head h3{margin:0;font-size:.95rem}.studio-play-embed .play-launch-stream-group-card{background:#f5f7efe6;border:1px solid #11111114;border-radius:16px;gap:10px;padding:13px;display:grid}.studio-play-embed .play-launch-stream-group-card.is-selected{border-color:#7989666b;box-shadow:inset 0 0 0 1px #cdd8bfb8}.studio-play-embed .play-launch-stream-group-card p{color:var(--muted-strong);margin:0;font-size:.76rem;line-height:1.5}.studio-play-embed .play-launch-stream-group-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.studio-play-embed .play-launch-stream-group-card-head strong{font-size:.86rem;display:block}.studio-play-embed .play-launch-stream-group-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.studio-play-embed .play-launch-stream-group-source{color:var(--muted-strong);letter-spacing:.03em;text-transform:uppercase;background:#e2e7dbeb;border-radius:999px;justify-content:center;align-self:start;align-items:center;padding:5px 8px;font-size:.64rem;font-weight:700;display:inline-flex}.studio-play-embed .play-launch-stream-group-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.studio-play-embed .play-launch-save-progress{background:linear-gradient(135deg,#fffffff0,#f7f8f3e6),#ffffffdb;border:1px solid #11111114;border-radius:16px;gap:12px;margin-top:12px;padding:14px 16px;display:grid;box-shadow:0 16px 36px #262d2014}.studio-play-embed .play-launch-save-progress.is-active{border-color:#79896638}.studio-play-embed .play-launch-save-progress.is-completed{border-color:#4a7a573d}.studio-play-embed .play-launch-save-progress-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.studio-play-embed .play-launch-save-progress-summary{gap:4px;display:grid}.studio-play-embed .play-launch-save-progress-summary strong{letter-spacing:.03em;text-transform:uppercase;font-size:.78rem}.studio-play-embed .play-launch-save-progress-summary p{color:var(--muted-strong);margin:0;font-size:.78rem;line-height:1.45}.studio-play-embed .play-launch-save-progress-count{min-width:52px;color:var(--text);background:#eaeee4e0;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.studio-play-embed .play-launch-save-progress.is-completed .play-launch-save-progress-count{color:#1f5130;background:#cde4d2e0}.studio-play-embed .play-launch-save-progress-track{background:#dbe0d3eb;border-radius:999px;height:10px;position:relative;overflow:hidden}.studio-play-embed .play-launch-save-progress-track-fill{border-radius:inherit;background:linear-gradient(90deg,#748a60 0%,#98b07e 100%);height:100%;transition:width .18s;display:block;box-shadow:0 0 0 1px #748a601f,0 8px 20px #748a6047}.studio-play-embed .play-launch-save-progress-steps{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.studio-play-embed .play-launch-save-progress-step{min-width:0;color:var(--muted-strong);background:#ffffffc2;border:1px solid #11111114;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-size:.72rem;line-height:1.2;display:inline-flex}.studio-play-embed .play-launch-save-progress-step-dot{background:#959d8ae6;border-radius:999px;flex:none;width:8px;height:8px}.studio-play-embed .play-launch-save-progress-step.is-in_progress{color:var(--text);background:#f0f4e8f0;border-color:#79896638}.studio-play-embed .play-launch-save-progress-step.is-in_progress .play-launch-save-progress-step-dot{background:#748a60;box-shadow:0 0 0 5px #748a6024}.studio-play-embed .play-launch-save-progress-step.is-completed{color:#1f5130;background:#ebf5edf0;border-color:#4a7a5738}.studio-play-embed .play-launch-save-progress-step.is-completed .play-launch-save-progress-step-dot{background:#4e8d60}@media (max-width:900px){.studio-play-embed .play-launch-shell{--play-launch-chrome-height:56px}.studio-play-embed .play-launch-build-selection-head,.studio-play-embed .play-launch-topbar,.studio-play-embed .play-launch-stream-groups-layout,.studio-play-embed .play-launch-preset-layout,.studio-play-embed .play-launch-save-progress-head{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.studio-play-embed .play-launch-title-group,.studio-play-embed .play-launch-topbar-actions,.studio-play-embed .play-launch-meta-pills{width:100%}.studio-play-embed .play-launch-topbar-actions{justify-content:flex-start}.studio-play-embed .play-launch-footer{flex-wrap:nowrap;padding:10px 12px;overflow:auto hidden}.studio-play-embed .play-launch-footer-copy{min-width:160px}.studio-play-embed .play-launch-debug-stats,.studio-play-embed .play-launch-footer-actions{flex:none}.studio-play-embed .play-launch-modal-backdrop{padding:12px}.studio-play-embed .play-launch-stage-status{width:min(100%,100% - 24px);padding:18px}}
