:root{--ink:var(--theme-ink,#1f2933);--ink-strong:var(--theme-ink,#101820);--muted:var(--theme-muted,#637083);--muted-strong:var(--theme-muted,#44515f);--paper:var(--theme-page,#f3f6f8);--paper-soft:var(--theme-raised,#f8fafc);--wash:var(--theme-raised,#e7edf2);--surface:var(--theme-surface,#ffffffeb);--surface-solid:var(--theme-surface,#fff);--surface-deep:var(--theme-raised,#eef3f6);--line:var(--theme-border,#1018201f);--line-strong:var(--theme-border,#1018203d);--accent:var(--theme-link,#0f766e);--accent-strong:var(--theme-link,#0a5f59);--accent-soft:var(--theme-selected,#d8f0ec);--blueprint:var(--theme-link,#2563eb);--signal-red:var(--theme-danger,#c2413b);--warning:var(--theme-warning,#b7791f);--success:var(--theme-success,#2f855a);--blackout:#090d10;--shadow-soft:0 10px 28px var(--theme-shadow,#10182014);--shadow-panel:0 18px 42px var(--theme-shadow,#1018201f);--radius-xl:8px;--radius-lg:8px;--radius-md:8px;--radius-sm:6px;--radius-card:8px;--radius-control:6px;--container:1500px;--font-display:"Aptos Display", "Bahnschrift", "Segoe UI", sans-serif;--font-body:"Aptos", "Segoe UI", sans-serif;--font-mono:"Cascadia Code", "SFMono-Regular", Consolas, monospace}.device-pair-dialog{border:1px solid var(--line-strong);background:var(--paper);width:min(520px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--ink);box-shadow:12px 14px 0 var(--theme-shadow,#10182038);border-radius:6px;margin:auto;padding:0;animation:.16s ease-out device-pair-dialog-in;overflow:hidden auto}.device-pair-dialog::backdrop{background:var(--theme-overlay,#090d10a3)}.device-pair-dialog-header{border-bottom:2px solid var(--line-strong);background:var(--surface-solid);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.device-pair-dialog-header>div{gap:4px;display:grid}.device-pair-dialog-header h2,.device-pair-dialog-header p,.device-pair-notice{margin:0}.device-pair-dialog-header h2{font-size:22px;line-height:1.35}.device-pair-dialog-header p{color:var(--muted);font-size:12px;line-height:1.55}.device-pair-dialog-close{border:1px solid var(--line);background:var(--surface-solid);width:44px;min-width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:6px;place-items:center;padding:0;transition:border-color .16s ease-out,color .16s ease-out,background .16s ease-out;display:grid}.device-pair-dialog-close:hover,.device-pair-dialog-close:focus-visible{border-color:var(--blueprint);color:var(--blueprint);outline:3px solid var(--theme-link,#2563eb2e);outline-offset:2px}.device-pair-dialog-body{gap:16px;padding:20px;display:grid}.device-pair-scanner{aspect-ratio:4/3;border:1px solid var(--line-strong);color:#fff;background:#101820;border-radius:4px;place-items:center;min-height:0;display:grid;position:relative;overflow:hidden}.device-pair-scanner video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.device-pair-scanner.is-unavailable video{display:none}.device-pair-scan-frame{aspect-ratio:1;width:min(54%,210px);position:relative}.device-pair-scan-frame i{border:0 solid #fff;width:34px;height:34px;position:absolute}.device-pair-scan-frame i:first-child{border-top-width:3px;border-left-width:3px;inset:0 auto auto 0}.device-pair-scan-frame i:nth-child(2){border-top-width:3px;border-right-width:3px;inset:0 0 auto auto}.device-pair-scan-frame i:nth-child(3){border-bottom-width:3px;border-left-width:3px;inset:auto auto 0 0}.device-pair-scan-frame i:nth-child(4){border-bottom-width:3px;border-right-width:3px;inset:auto 0 0 auto}.device-pair-scanner.is-detected .device-pair-scan-frame i{border-color:#5ee0a1}.device-pair-camera-status{background:#090d10d1;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:7px 10px;font-size:12px;font-weight:800;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.device-pair-code-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.device-pair-code{gap:7px;min-width:0;margin:0;display:grid}.device-pair-code>span{color:var(--muted-strong);font-size:11px;font-weight:800}.device-pair-code input{width:100%;min-height:44px;font:800 20px/1.2 var(--font-mono);letter-spacing:0;text-transform:uppercase}.device-pair-code-form .button,.device-pair-actions .button{min-height:44px}.device-pair-code-form .button{justify-content:center;align-items:center;gap:8px;min-width:112px;display:inline-flex}.device-pair-dialog .button.primary{border-color:var(--blueprint);background:var(--theme-action,var(--blueprint));color:#fff;box-shadow:4px 5px 0 var(--theme-shadow,#2563eb29)}.device-pair-dialog .button.primary:hover,.device-pair-dialog .button.primary:focus-visible{border-color:var(--theme-link,#1d4ed8);background:var(--theme-action-hover,#1d4ed8);color:#fff}.device-pair-dialog input:focus-visible{border-color:var(--blueprint);outline:3px solid var(--theme-link,#2563eb2e);outline-offset:2px}.device-pair-dialog input[aria-invalid=true]{border-color:var(--signal-red);outline-color:var(--theme-danger,#c2413b33)}.device-pair-confirm{border-top:1px solid var(--line);gap:16px;padding-top:4px;display:grid}.device-pair-confirm dl{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.device-pair-confirm dl>div{border-bottom:1px solid var(--line);min-width:0;padding:12px 0}.device-pair-confirm dl>div:nth-child(odd){padding-right:14px}.device-pair-confirm dl>div:nth-child(2n){border-left:1px solid var(--line);padding-left:14px}.device-pair-confirm dt{color:var(--muted);font-size:10px}.device-pair-confirm dd{overflow-wrap:anywhere;margin:5px 0 0;font-size:13px;font-weight:800}.device-pair-confirm code{font-family:var(--font-mono)}.device-pair-actions{justify-content:flex-end;gap:8px;display:flex}.device-pair-actions .button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.device-pair-activation{border-block:1px solid;align-items:center;gap:14px;min-height:104px;padding:18px;display:flex}.device-pair-activation.is-waiting{color:var(--warning)}.device-pair-activation.is-active{color:var(--success)}.device-pair-activation>div{gap:4px;display:grid}.device-pair-activation strong{font-size:18px}.device-pair-activation span{color:var(--muted-strong);font-size:12px}.device-pair-notice{min-height:20px;color:var(--muted-strong);font-size:12px;line-height:1.65}.device-pair-spin{flex:none;animation:.9s linear infinite device-pair-spin}@keyframes device-pair-dialog-in{0%{opacity:0;transform:translateY(8px)}}@keyframes device-pair-spin{to{transform:rotate(360deg)}}@media (max-width:700px){.device-pair-dialog{width:calc(100vw - 28px);max-height:calc(100dvh - 28px);box-shadow:none}.device-pair-dialog-header,.device-pair-dialog-body{padding:16px}.device-pair-code-form{grid-template-columns:1fr}.device-pair-code-form .button{width:100%}.device-pair-confirm dl{grid-template-columns:1fr}.device-pair-confirm dl>div:nth-child(odd),.device-pair-confirm dl>div:nth-child(2n){border-left:0;padding-inline:0}.device-pair-actions .button{flex:1}}@media (prefers-reduced-motion:reduce){.device-pair-dialog,.device-pair-spin{animation:none}}.prompt-library-panel{gap:12px;min-width:0;display:grid}.prompt-kind-tabs{border:1px solid var(--theme-border,#0f172a1f);background:var(--theme-raised,#eef2f7);border-radius:6px;gap:4px;width:fit-content;max-width:100%;padding:3px;display:flex}.prompt-kind-tabs button{min-height:40px;color:var(--theme-ink-soft,#526074);cursor:pointer;font:650 12px/1.2 var(--font-body);background:0 0;border:1px solid #0000;border-radius:4px;padding:0 14px}.prompt-kind-tabs button:hover,.prompt-kind-tabs button:focus-visible,.prompt-kind-tabs button[aria-selected=true],.prompt-kind-tabs button[aria-pressed=true],.prompt-kind-tabs button.active{border-color:var(--theme-link,#2563eb29);background:var(--theme-surface,#fff);color:var(--theme-link,#1d4ed8);outline:0}.prompt-kind-tabs button:focus-visible{box-shadow:0 0 0 3px var(--theme-shadow,#2563eb2e)}.prompt-template-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;min-width:0;display:grid}.prompt-template-card{border:1px solid var(--theme-border,#0f172a1f);background:var(--theme-surface,#fff);min-width:0;box-shadow:0 4px 14px var(--theme-shadow,#0f172a0a);border-radius:6px;align-content:start;gap:10px;padding:14px;display:grid}.prompt-template-card header{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.prompt-template-card header>div{gap:3px;min-width:0;display:grid}.prompt-template-card strong{min-width:0;color:var(--ink-strong);overflow-wrap:anywhere;font-size:14px}.prompt-template-card header span,.prompt-template-card time{color:var(--theme-muted,#667085);font:600 10px/1.4 var(--font-mono)}.prompt-template-card time{text-align:right;flex:none;max-width:132px}.prompt-template-card>p{min-height:66px;color:var(--theme-ink-soft,#475467);overflow-wrap:anywhere;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.prompt-template-actions{flex-wrap:wrap;gap:7px;display:flex}.prompt-template-actions .button{gap:6px;min-height:40px}.prompt-library-empty{min-height:260px}.prompt-template-dialog,.prompt-save-dialog{width:min(680px,100%)}.image-to-video-dialog{width:min(760px,100%)}.prompt-template-field{min-width:0;color:var(--theme-ink-soft,#344054);gap:7px;font-size:12px;font-weight:700;display:grid}.prompt-template-field input,.prompt-template-field select,.prompt-template-field textarea{border:1px solid var(--theme-control-border,#0f172a29);background:var(--theme-surface,#fff);width:100%;min-width:0;color:var(--ink-strong);font:500 14px/1.6 var(--font-body);border-radius:6px}.prompt-template-field input,.prompt-template-field select{min-height:44px;padding:0 12px}.prompt-template-field textarea{resize:vertical;min-height:156px;padding:10px 12px}.prompt-template-field input:focus-visible,.prompt-template-field select:focus-visible,.prompt-template-field textarea:focus-visible{border-color:var(--theme-link,#2563eb7a);outline:3px solid var(--theme-link,#2563eb29);outline-offset:1px}.prompt-template-readonly{border-left:3px solid var(--theme-link,#2563eb);background:var(--theme-raised,#f4f7fb);gap:7px;padding:12px;display:grid}.prompt-template-readonly p{max-height:240px;color:var(--theme-ink-soft,#475467);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.65;overflow:auto}.prompt-save-toggle{min-height:44px;color:var(--theme-ink-soft,#344054);cursor:pointer;align-items:center;gap:10px;font-size:13px;font-weight:650;display:flex}.prompt-save-toggle input{accent-color:#2563eb;width:18px;height:18px;margin:0}.image-to-video-preview{min-width:0;color:var(--ink-strong);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:14px;font-size:13px;font-weight:700;display:grid}.image-to-video-preview .material-preview-large{aspect-ratio:16/10;border-radius:5px;min-height:0}.editor-shell:not(.control-platform-shell) .prompt-library-trigger{color:var(--theme-ink-soft,#526074);background:0 0}.editor-shell:not(.control-platform-shell) .prompt-library-trigger:hover,.editor-shell:not(.control-platform-shell) .prompt-library-trigger:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-library-trigger[aria-expanded=true]{border-color:var(--theme-link,#2563eb29);background:var(--theme-blue-tint,#2563eb0f);color:var(--theme-link,#1d4ed8)}.prompt-library-menu{overscroll-behavior:contain;width:min(340px,100vw - 32px);max-height:min(360px,100dvh - 80px);overflow-y:auto}.prompt-library-menu button{align-items:start;padding-block:9px}.prompt-menu-copy{gap:2px;min-width:0;display:grid}.prompt-menu-copy strong{min-width:0;color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.prompt-menu-copy small{color:var(--theme-muted,#667085);font-size:10px}.prompt-library-menu-empty{color:var(--theme-muted,#667085);margin:0;padding:12px 10px;font-size:12px;line-height:1.5}.assistant-prompt-save{gap:6px;width:fit-content;min-height:40px;margin-top:2px}@media (max-width:640px){.prompt-template-grid{grid-template-columns:minmax(0,1fr)}.prompt-kind-tabs,.prompt-kind-tabs button{width:100%}.prompt-kind-tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.prompt-template-card header,.image-to-video-preview{grid-template-columns:minmax(0,1fr)}.prompt-template-card header{display:grid}.prompt-template-card time{text-align:left;max-width:none}.prompt-template-actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.prompt-template-actions .button{min-width:0;padding-inline:8px}.material-detail-dialog{padding:12px}.prompt-template-dialog,.prompt-save-dialog,.image-to-video-dialog{max-height:calc(100dvh - 24px);padding:14px}.image-to-video-preview{gap:8px}.image-to-video-preview .material-preview-large{width:100%}}.device-center-mobile-route{display:contents}@media (min-width:961px),(min-width:761px) and (min-height:501px){.device-center-mobile-route{display:none}}.control-platform-shell{min-height:100dvh}.control-platform-content{width:min(1480px,100%);margin:0 auto;padding:18px 22px 48px}.control-platform-sidebar .editor-action-button[aria-current=page]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 5px 0 0 var(--accent), 4px 4px 0 var(--theme-shadow,#2563eb1f)}.control-platform-sidebar{grid-template-rows:auto auto auto minmax(0,1fr) auto}.control-platform-device-summary{border-top:1px solid var(--theme-control-border,var(--line));border-bottom:1px solid var(--theme-control-border,var(--line));gap:10px;padding:16px 0;display:grid}.control-platform-device-line,.control-platform-commandbar,.control-platform-heading,.control-platform-panel-head,.control-platform-panel-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.status-pill.is-online,.status-pill.status-succeeded{border-color:var(--theme-success,#2f855a47);background:var(--theme-green-tint,#2f855a17);color:var(--theme-success,#246b49)}.status-pill.is-offline,.status-pill.status-failed,.status-pill.status-expired{border-color:var(--theme-danger,#dc262640);background:var(--mecha-red-soft);color:var(--mecha-red)}.control-platform-telemetry{border:1px solid var(--theme-control-border,var(--line));grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.control-platform-telemetry span{border-right:1px solid var(--theme-control-border,var(--line));min-width:0;padding:8px 7px}.control-platform-telemetry span:last-child{border-right:0}.control-platform-telemetry small,.control-platform-telemetry strong{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);font-size:10px;display:block;overflow:hidden}.control-platform-telemetry small{color:var(--muted);font-size:8px}.control-platform-commandbar{border-bottom:2px solid var(--theme-control-border,var(--line-strong));min-height:58px;margin-bottom:18px;padding:9px 12px 12px}.control-platform-title{align-items:center;gap:11px;min-width:0;display:flex}.control-platform-title>span:last-child{gap:2px;min-width:0;display:grid}.control-platform-title strong,.control-platform-title small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.control-platform-title small{color:var(--muted);font-family:var(--font-mono);font-size:9px}.control-platform-route{background:var(--theme-action,var(--accent));color:#fff;width:40px;height:40px;font:800 11px var(--font-mono);clip-path:polygon(0 0,76% 0,100% 24%,100% 100%,24% 100%,0 76%);flex:none;place-items:center;display:grid}.control-platform-token{border:2px solid var(--theme-warning,#b7791f);background:var(--theme-warning-soft,#fffaebf0);box-shadow:6px 7px 0 var(--theme-shadow,#b7791f1f);grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid}.control-platform-token p{color:var(--muted);margin:4px 0 0;font-size:12px}.control-platform-token>code{border:1px solid var(--theme-control-border,var(--line));background:var(--theme-surface,#fff);overflow-wrap:anywhere;padding:10px;font-size:10px}.control-platform-heading{align-items:flex-end;margin:12px 0 20px}.control-platform-heading h1,.control-platform-heading p,.control-platform-migration h2,.control-platform-panel-head h2,.control-platform-panel-head p{margin:0}.control-platform-heading h1{margin-top:0;font-size:30px}.control-platform-heading p{color:var(--muted);margin-top:6px}.control-platform-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.control-platform-stats article{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-card);background:var(--surface);min-width:0;box-shadow:var(--shadow-soft);gap:4px;padding:14px 16px;display:grid}.control-platform-stats article>span,.control-platform-stats small{color:var(--muted)}.control-platform-stats strong{font-size:25px;font-weight:800}.control-platform-stats small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.control-platform-dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);align-items:start;gap:26px;display:grid}.control-platform-list{display:grid}.control-platform-row{border-top:1px solid var(--theme-control-border,var(--line));grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:15px;min-width:0;padding:15px 0;display:grid}.control-platform-row:last-child{border-bottom:1px solid var(--theme-control-border,var(--line))}.control-platform-row>div{min-width:0}.control-platform-row p{color:var(--muted);flex-wrap:wrap;gap:7px 14px;margin:6px 0 0;font-size:11px;display:flex}.control-platform-cabinet-mark{background:var(--ink-strong);color:#fff;clip-path:polygon(0 0,84% 0,100% 18%,100% 100%,16% 100%,0 82%);place-items:center;width:72px;height:60px;display:grid}.control-platform-cabinet-mark i{background:var(--theme-action,var(--accent));width:28px;height:36px;box-shadow:inset 0 0 0 5px var(--ink-strong);border:2px solid}.control-platform-empty{border-block:1px solid var(--theme-control-border,var(--line));color:var(--muted);padding:32px 0}.control-platform-empty p{margin:5px 0 0}.control-platform-migration{border-left:3px solid var(--mecha-red);padding-left:18px}.control-platform-migration h2{margin-top:7px;font-size:21px}.control-platform-migration ol{gap:16px;margin:20px 0;padding-left:22px;display:grid}.control-platform-migration li::marker{color:var(--mecha-red);font-family:var(--font-mono);font-weight:800}.control-platform-migration li strong,.control-platform-migration li span{display:block}.control-platform-migration li span{color:var(--muted);margin-top:4px;font-size:12px}.control-platform-notice{color:var(--muted);margin:14px 0 0;font-size:12px}.control-platform-workbench{grid-template-columns:minmax(520px,1.15fr) minmax(360px,.85fr);align-items:start;gap:18px;display:grid}.control-platform-stage{min-width:0}.control-platform-monitor{border:2px solid var(--ink-strong);background:linear-gradient(var(--theme-blue-tint,#60a5fa1a) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#60a5fa1a) 1px, transparent 1px), #07101f;color:#fff;box-shadow:9px 10px 0 var(--theme-shadow,#0f172a29);background-size:24px 24px;overflow:hidden}.control-platform-monitor-head{border-bottom:1px solid var(--theme-control-border,#ffffff2e);font:700 9px var(--font-mono);justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.control-platform-cabinet{width:230px;height:330px;margin:34px auto 24px;position:relative}.control-platform-cabinet-body{border:2px solid var(--theme-control-border,#ffffffbf);background:linear-gradient(145deg, var(--theme-sheen,#ffffff14), transparent 56%);clip-path:polygon(10% 0,90% 0,100% 10%,96% 100%,4% 100%,0 10%);position:absolute;inset:0 20px}.control-platform-hologram{border:1px solid var(--theme-control-border,#ffffff4d);background:radial-gradient(circle at 50% 72%, var(--theme-action,#2563eba8), transparent 60%);clip-path:polygon(50% 0,100% 100%,0 100%);width:112px;height:154px;position:absolute;top:58px;left:50%;transform:translate(-50%)}.control-platform-cabinet>i{background:var(--strip-color);box-shadow:0 0 14px var(--strip-color);position:absolute}.control-platform-cabinet>i:first-of-type{width:4px;top:48px;bottom:58px;left:27px}.control-platform-cabinet>i:nth-of-type(2){width:4px;top:48px;bottom:58px;right:27px}.control-platform-cabinet>i:nth-of-type(3){height:4px;bottom:42px;left:50px;right:50px}.control-platform-monitor-stats{border-top:1px solid var(--theme-control-border,#ffffff2e);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.control-platform-monitor-stats span{border-right:1px solid var(--theme-control-border,#ffffff2e);min-width:0;padding:11px 13px}.control-platform-monitor-stats span:last-child{border-right:0}.control-platform-monitor-stats small,.control-platform-monitor-stats strong{text-overflow:ellipsis;display:block;overflow:hidden}.control-platform-monitor-stats small{color:var(--theme-link,#9db6d7);font:700 8px var(--font-mono)}.control-platform-monitor-stats strong{margin-top:4px;font-size:11px}.control-platform-tabs,.control-platform-mode-tabs,.control-platform-strip-select,.control-platform-video-actions{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.control-platform-tabs .button[aria-pressed=true],.control-platform-mode-tabs .button[aria-pressed=true],.control-platform-strip-select .button[aria-pressed=true],.control-platform-effect-grid .button[aria-pressed=true],.control-platform-scene-grid .button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 4px 0 0 var(--accent), 3px 3px 0 var(--theme-shadow,#2563eb1f)}.control-platform-main-apply{margin-top:10px}.control-platform-panel-stack{gap:16px;min-width:0;display:grid}.control-platform-panel,.control-platform-receipts{gap:14px;padding:16px;display:grid}.control-platform-panel-head{border-bottom:1px solid var(--theme-control-border,var(--line));align-items:flex-start;padding-bottom:12px}.control-platform-panel-head h2{margin-top:3px;font-size:19px}.control-platform-panel-head p{color:var(--muted);margin-top:4px;font-size:11px}.control-platform-panel .field{gap:6px;margin:0;display:grid}.control-platform-panel .field>span{color:var(--muted-strong);font-size:11px;font-weight:800}.control-platform-panel input,.control-platform-panel select{width:100%;min-height:42px}.control-platform-panel input[type=range]{min-height:auto;accent-color:var(--accent)}.control-platform-panel input[type=color]{padding:4px}.control-platform-health-list{display:grid}.control-platform-health-list>div{border-bottom:1px solid var(--theme-control-border,var(--line));grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0;display:grid}.control-platform-health-list strong{color:var(--theme-success,#246b49);font:700 10px var(--font-mono)}.control-platform-hardware{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.control-platform-hardware div{border:1px solid var(--theme-control-border,var(--line));background:var(--paper-soft);padding:10px}.control-platform-hardware dt{color:var(--muted);font-size:10px}.control-platform-hardware dd{font-family:var(--font-mono);margin:4px 0 0}.control-platform-check{align-items:center;gap:9px;min-height:44px;font-size:12px;display:flex}.control-platform-check input{width:18px;min-height:18px;accent-color:var(--accent)}.control-platform-video-actions .button{flex:1}.control-platform-light-test{border-top:1px solid var(--theme-control-border,var(--line));justify-content:flex-end;padding-top:14px}.control-platform-light-test .button{flex:0 220px}.control-platform-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.control-platform-effect-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:280px;display:grid;overflow-y:auto}.control-platform-effect-grid .button{justify-items:start;gap:2px;min-width:0;height:auto;min-height:48px;padding-block:7px;display:grid}.control-platform-effect-grid small{color:var(--muted);font:700 8px var(--font-mono)}.control-platform-led-parameters{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.control-platform-strip-preview{border-block:1px solid var(--theme-control-border,var(--line));gap:10px;padding:12px 0;display:grid}.control-platform-strip-line{grid-template-columns:50px minmax(0,1fr) 30px;align-items:center;gap:7px;font-size:10px;display:grid}.control-platform-pixels{grid-template-columns:repeat(var(--led-count,50), minmax(2px, 1fr));gap:1px;min-width:0;display:grid}.control-platform-pixels i{background:var(--pixel-color);height:15px;box-shadow:inset 0 -4px 0 var(--theme-shadow,#0f172a2e);transition:background-color 80ms linear}.control-platform-segment-list{gap:10px;display:grid}.control-platform-segment-list article{border-bottom:1px solid var(--theme-control-border,var(--line));gap:10px;padding:10px 0;display:grid}.control-platform-segment-list article>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.control-platform-segment-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.control-platform-smart-mode,.control-platform-link-flow{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.control-platform-smart-mode>div,.control-platform-link-flow>div{border:1px solid var(--theme-control-border,var(--line));background:var(--paper-soft);text-align:center;place-items:center;gap:4px;min-height:76px;padding:10px;display:grid}.control-platform-smart-mode>p{color:var(--muted);grid-column:1/-1;margin:0;font-size:11px}.control-platform-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.control-platform-panel-actions{border-top:1px solid var(--theme-control-border,var(--line));flex-wrap:wrap;justify-content:flex-start;padding-top:12px}.control-platform-receipts{gap:0}.control-platform-receipt{border-bottom:1px solid var(--theme-control-border,var(--line));grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:9px 0;display:grid}.control-platform-receipt code{color:var(--accent-strong);text-overflow:ellipsis;overflow:hidden}.control-platform-receipt time{color:var(--muted);font:700 9px var(--font-mono)}.control-platform-receipt small{color:var(--mecha-red);grid-column:1/-1}.control-platform-empty-receipt{color:var(--muted);margin:0;padding:18px 0 4px;font-size:11px}@media (max-width:1180px){.control-platform-device-summary{display:none}.control-platform-content{padding:16px 18px 42px}.control-platform-dashboard-grid{grid-template-columns:1fr}.control-platform-workbench{grid-template-columns:minmax(460px,1fr) minmax(340px,.72fr)}}@media (max-width:900px){.control-platform-workbench{grid-template-columns:1fr}.control-platform-cabinet{height:290px}}@media (max-width:700px){.control-platform-content{padding:12px 10px 30px}.control-platform-commandbar,.control-platform-heading{flex-direction:column;align-items:stretch}.control-platform-commandbar>.button,.control-platform-heading>.button{width:100%}.control-platform-token,.control-platform-stats{grid-template-columns:1fr}.control-platform-heading h1{font-size:26px}.control-platform-row{grid-template-columns:64px minmax(0,1fr)}.control-platform-row>.button{grid-column:1/-1;width:100%}.control-platform-cabinet-mark{width:60px}.control-platform-monitor-stats{grid-template-columns:1fr}.control-platform-monitor-stats span{border-right:0;border-bottom:1px solid var(--theme-control-border,#ffffff2e)}.control-platform-monitor-stats span:last-child{border-bottom:0}.control-platform-tabs{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.control-platform-tabs .button{min-width:0;padding-inline:8px}.control-platform-panel-actions .button{flex:1}.control-platform-led-parameters,.control-platform-segment-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.control-platform-pixels{grid-template-columns:repeat(25,minmax(2px,1fr))}}@media (max-width:440px){.control-platform-title small{white-space:normal}.control-platform-mode-tabs,.control-platform-effect-grid,.control-platform-scene-grid,.control-platform-led-parameters,.control-platform-segment-fields,.control-platform-smart-mode,.control-platform-link-flow,.control-platform-hardware{grid-template-columns:1fr}.control-platform-smart-mode>p{grid-column:auto}.control-platform-strip-line{grid-template-columns:44px minmax(0,1fr);align-items:start}.control-platform-strip-line>span:last-child{grid-column:2}.control-platform-receipt{grid-template-columns:auto minmax(0,1fr)}.control-platform-receipt time{display:none}}*{box-sizing:border-box}button,a,input,select,textarea{touch-action:manipulation;-webkit-tap-highlight-color:#2563eb24}html{scroll-behavior:smooth;scrollbar-gutter:stable;min-height:100%}body{min-height:100%;color:var(--ink);background:linear-gradient(180deg, var(--theme-surface,#f8fafc) 0%, var(--theme-raised,#edf2f7) 100%);font-family:var(--font-body);text-rendering:geometricprecision;margin:0}body:before{content:"";z-index:-2;pointer-events:none;background-image:linear-gradient(var(--theme-sheen,#1018200b) 1px, transparent 1px), linear-gradient(90deg, var(--theme-sheen,#1018200b) 1px, transparent 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000c7,#0000 84%);mask-image:linear-gradient(#000000c7,#0000 84%)}body:after{content:none}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;text-wrap:balance}h1{max-width:900px;margin:16px 0;font-size:56px;line-height:.98}h2{margin-bottom:12px;font-size:34px;line-height:1.05}h3{margin-bottom:10px;font-size:20px;line-height:1.15}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:2000;border:1px solid var(--ink-strong);background:var(--surface-solid);min-height:42px;color:var(--ink-strong);border-radius:4px;padding:10px 14px;font-weight:800;transition:transform .16s cubic-bezier(.16,1,.3,1);position:fixed;top:10px;left:10px;transform:translateY(calc(-100% - 20px))}.skip-link:focus-visible{outline:3px solid var(--theme-link,#2563eb47);outline-offset:2px;transform:translateY(0)}.app-frame{min-height:100dvh;position:relative;overflow-x:hidden}.page{width:min(var(--container), calc(100% - 36px));margin:0 auto;padding:18px 0 64px;position:relative}.app-header{border:1px solid var(--line);background:var(--theme-sidebar,#ffffffe0);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:minmax(220px,auto) minmax(0,1fr);align-items:center;gap:20px;margin-bottom:22px;padding:10px;display:grid}.brand{letter-spacing:0;align-items:center;gap:12px;width:fit-content;padding-right:10px;font-weight:900;display:inline-flex}.brand-mark{border-radius:var(--radius-card);background:linear-gradient(135deg, #fff 0 35%, var(--blueprint) 35% 56%, #f3c969 56% 72%, var(--signal-red) 72% 100%);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--line), 0 10px 18px #1018201f}.brand-copy{gap:1px;display:grid}.brand-copy strong{font-size:15px;line-height:1}.brand-copy span{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:800}.nav{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.nav-item{display:inline-flex;position:relative}.nav a,.nav-trigger,.button,.language-switcher-trigger{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-control);background:var(--theme-surface-translucent,#ffffffd1);min-height:42px;color:var(--ink);letter-spacing:0;justify-content:center;align-items:center;padding:0 16px;font-weight:850;transition:transform .18s cubic-bezier(.16,1,.3,1),background .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.nav-trigger{appearance:none;cursor:default;font:inherit}.nav-flyout{z-index:20;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#fffffff0);min-width:138px;box-shadow:var(--shadow-panel);opacity:0;pointer-events:none;padding:8px;transition:opacity .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,4px)}.nav-flyout:before{content:"";height:16px;position:absolute;bottom:100%;left:0;right:0}.nav-item:hover .nav-flyout,.nav-item:focus-within .nav-flyout{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav .nav-flyout a{border-radius:var(--radius-control);min-height:34px;color:var(--muted-strong);box-shadow:none;background:0 0;border:0;justify-content:flex-start;padding:0 10px;font-size:12px}.nav .nav-flyout a:hover,.nav .nav-flyout a:focus-visible{background:var(--theme-green-tint,#247c7814);color:var(--ink-strong)}.language-switcher{display:inline-flex;position:relative}.language-switcher-trigger{cursor:pointer;gap:7px}.language-menu{z-index:20;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#fffffff0);min-width:126px;box-shadow:var(--shadow-panel);opacity:0;pointer-events:none;padding:8px;transition:opacity .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,4px)}.language-menu:before{content:"";height:16px;position:absolute;bottom:100%;left:0;right:0}.language-switcher:hover .language-menu,.language-switcher:focus-within .language-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.language-menu button{border-radius:var(--radius-control);min-height:34px;color:var(--muted-strong);cursor:pointer;font:inherit;letter-spacing:0;background:0 0;border:0;justify-content:flex-start;align-items:center;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.language-menu button:hover,.language-menu button:focus-visible,.language-menu button[aria-current=true]{background:var(--theme-green-tint,#247c7814);color:var(--ink-strong)}.nav a:hover,.nav-trigger:hover,.button:hover,.language-switcher-trigger:hover,.preset-chip:hover,.preset-action-card:hover,.material-card:hover{transform:translateY(-1px)}.nav a:focus-visible,.nav-trigger:focus-visible,.button:focus-visible,.language-switcher-trigger:focus-visible,.preset-chip:focus-visible,.preset-action-card:focus-visible,.segmented-control button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--theme-link,#247c7852);outline-offset:2px}.button:active,.nav a:active,.nav-trigger:active,.preset-chip:active,.preset-action-card:active,.material-preview-button:active{transform:translateY(1px)scale(.99)}.button.primary,.nav a.primary{border-color:var(--theme-success,#145f5ddb);background:linear-gradient(135deg, var(--theme-action,var(--accent)), var(--theme-action-hover,var(--accent-strong)));color:#fff;box-shadow:0 10px 20px var(--theme-shadow,#0f766e33)}.header-account{flex:none;position:relative}.header-account-trigger{appearance:none;border:1px solid var(--theme-link,#2563eb42);border-radius:var(--radius-control);background:var(--theme-raised,#f3f6fd);min-height:42px;color:var(--ink-strong);cursor:pointer;font:inherit;box-shadow:inset 0 0 0 1px var(--theme-shadow,#ffffffe6), 0 2px 8px var(--theme-shadow,#0f172a14);align-items:center;gap:9px;padding:5px 10px 5px 6px;font-weight:800;transition:background .16s cubic-bezier(.16,1,.3,1),border-color .16s cubic-bezier(.16,1,.3,1),box-shadow .16s cubic-bezier(.16,1,.3,1);display:flex}.header-account:hover .header-account-trigger,.header-account:focus-within .header-account-trigger{border-color:var(--theme-link,#1d4ed87a);background:var(--theme-selected,#eaf0ff);box-shadow:inset 0 0 0 1px var(--theme-shadow,#ffffffeb), 0 5px 14px var(--theme-shadow,#1d4ed821)}.header-account-trigger:focus-visible{outline:3px solid var(--theme-link,#2563eb38);outline-offset:2px}.header-avatar{background:var(--ink-strong);color:#fff;width:30px;height:30px;box-shadow:0 0 0 2px var(--theme-shadow,#fff), 0 0 0 3px var(--theme-shadow,#2563eb57);font:800 12px/1 var(--font-mono);border-radius:50%;place-items:center;display:grid}.header-account-name{text-overflow:ellipsis;white-space:nowrap;max-width:128px;font-size:12px;overflow:hidden}.header-account-chevron{opacity:.6;border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:2px;transition:transform .16s cubic-bezier(.16,1,.3,1);transform:translateY(-2px)rotate(45deg)}.header-account:hover .header-account-chevron,.header-account:focus-within .header-account-chevron{transform:translateY(2px)rotate(225deg)}.header-account-menu{z-index:30;border:1px solid var(--line);background:var(--theme-surface,#fff);width:220px;box-shadow:0 18px 42px var(--theme-shadow,#0f172a29);opacity:0;pointer-events:none;visibility:hidden;border-radius:8px;gap:4px;padding:8px;transition:opacity .14s cubic-bezier(.16,1,.3,1),transform .14s cubic-bezier(.16,1,.3,1),visibility .14s;display:grid;position:absolute;top:calc(100% + 9px);right:0;transform:translateY(-6px)}.header-account-menu:before{content:"";width:100%;height:12px;position:absolute;bottom:100%;right:0}.header-account:hover .header-account-menu,.header-account:focus-within .header-account-menu{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.account-page{min-height:100dvh}.account-page-main{gap:32px;padding:clamp(56px,9vw,120px) clamp(20px,6vw,88px);display:grid}.account-page-heading{gap:12px;display:grid}.account-page-heading h1{margin:0;font-size:72px;line-height:1}.account-identity-list{border-block:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.account-identity-list>div{gap:8px;padding:22px 0;display:grid}.account-identity-list>div+div{border-left:1px solid var(--line);padding-left:24px}.account-identity-list dt{color:var(--muted);font-size:11px;font-weight:800}.account-identity-list dd{color:var(--ink-strong);overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:800}.header-account-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;padding:8px 10px;font-size:11px;overflow:hidden}.nav .header-account-menu a,.header-account-menu button{width:100%;min-height:38px;color:var(--ink-strong);cursor:pointer;font:inherit;box-shadow:none;background:0 0;border:0;border-radius:5px;justify-content:flex-start;align-items:center;padding:0 10px;font-size:12px;font-weight:750;display:flex}.nav .header-account-menu a:hover,.nav .header-account-menu a:focus-visible,.header-account-menu button:hover,.header-account-menu button:focus-visible{background:var(--accent-soft);color:var(--accent-strong);transform:none}.button.subtle{background:0 0}.panel,.editor-panel{border:1px solid var(--line);background:linear-gradient(180deg, var(--theme-surface-translucent,#fffffffa), var(--theme-surface-translucent,#f6f9fbe0));border-radius:var(--radius-card);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.editor-panel{padding:18px}.hero-panel{min-height:470px;padding:clamp(28px,4vw,54px);position:relative;overflow:hidden}.hero-panel:after{content:none}.eyebrow{border:1px solid var(--theme-success,#247c7838);background:var(--theme-success-soft,#d8f0ecb8);width:fit-content;min-height:30px;color:var(--accent-strong);font-family:var(--font-mono);letter-spacing:0;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:850;display:inline-flex}.lead{max-width:68ch;color:var(--muted);text-wrap:pretty;margin-bottom:0;font-size:17px;line-height:1.72}.lead.compact{font-size:14px;line-height:1.58}.lead.micro{font-size:12px;line-height:1.45}.actions,.button-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.actions{margin-top:28px}.badge-row,.tag-row,.material-meta-row{flex-wrap:wrap;gap:7px;display:flex}.badge,.tag,.status-pill,.inline-status,.progress-label{border-radius:var(--radius-control);border:1px solid var(--line);background:var(--theme-surface-translucent,#ffffffbd);width:fit-content;min-height:28px;color:var(--muted-strong);font-family:var(--font-mono);align-items:center;padding:0 10px;font-size:11px;font-weight:850;line-height:1.2;display:inline-flex}.tag{border-color:var(--theme-success,#247c7829);background:var(--theme-success-soft,#d8f0ec9e);color:var(--accent-strong)}.stack{gap:14px;display:grid}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:18px;display:grid}.route-workbench,.form-workbench{grid-template-columns:minmax(0,1.16fr) minmax(340px,.74fr);align-items:stretch;gap:16px;display:grid}.route-summary-panel{min-height:0;padding:28px}.route-summary-panel h1{margin:14px 0 12px;font-size:44px;line-height:1}.route-kpi-grid,.spec-list{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.route-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.route-side-panel,.form-card{align-content:start}.workflow-list{gap:8px;margin-top:12px;display:grid}.workflow-item{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#ffffffc2);gap:5px;padding:12px;display:grid}.workflow-item strong{color:var(--ink-strong);font-size:13px}.workflow-item span{color:var(--muted);font-size:12px;line-height:1.45}.content-band{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#ffffffa3);box-shadow:var(--shadow-soft);margin-top:16px;padding:16px}.form-card{padding:22px}.form-card-heading{gap:8px;padding-bottom:4px;display:grid}.form-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.login-gate-page{--login-bg:var(--theme-page,#f7f9fd);--login-ink:var(--theme-ink,#0a0f1c);--login-muted:var(--theme-muted,#647083);--login-line:var(--theme-border,#111827);--login-blue:var(--theme-link,#1d4ed8);--login-blue-soft:var(--theme-selected,#2563eb1f);--login-red:var(--theme-danger,#dc2626);background:radial-gradient(circle at 80% 0, var(--theme-blue-tint,#2563eb21), transparent 34%), radial-gradient(circle at 14% 14%, var(--theme-red-tint,#dc262614), transparent 28%), linear-gradient(var(--theme-blue-tint,#2563eb0d) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb0d) 1px, transparent 1px), var(--login-bg);width:100%;min-height:100dvh;color:var(--login-ink);background-size:auto,auto,36px 36px,36px 36px,auto;margin:0;padding:0;overflow-x:hidden}.login-gate{place-items:center;min-height:100dvh;padding:clamp(36px,7vw,88px) 20px;display:grid}.login-gate-stack{gap:20px;width:min(520px,100%);display:grid}.login-gate-title{text-align:center;justify-items:center;gap:12px;display:grid}.login-gate-eyebrow{width:max-content;color:var(--login-blue);font-family:var(--font-mono);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:950}.login-gate-title h1{max-width:11ch;color:var(--login-ink);letter-spacing:0;margin:0;font-size:64px;line-height:.98}.login-gate-title p{max-width:48ch;color:var(--login-muted);margin:0;font-size:15px;line-height:1.7}.login-gate-card{border:3px solid var(--login-line);background:var(--theme-surface-translucent,#fffffff0);box-shadow:10px 12px 0 var(--theme-shadow,#1118271c);border-radius:24px;gap:16px;padding:26px;display:grid;position:relative}.login-gate-card:before{content:"";background:linear-gradient(90deg, var(--theme-action,var(--login-blue)) 0 54%, var(--login-red) 54% 100%);border-radius:0 0 6px 6px;height:6px;position:absolute;top:-3px;left:22px;right:22px}.login-gate-card-heading{gap:6px;display:grid}.login-gate-card-heading h2{color:var(--login-ink);margin:0;font-size:26px;line-height:1.1}.login-gate-mode-switch{border:1px solid var(--theme-border,#1118271f);background:var(--theme-blue-tint,#2563eb0f);border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;display:grid}.login-gate-mode-switch button{min-height:38px;color:var(--login-muted);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:12px;font-size:13px;font-weight:900}.login-gate-mode-switch button[aria-selected=true]{border-color:var(--theme-link,#2563eb33);background:var(--theme-surface,#fff);color:var(--login-blue);box-shadow:3px 3px 0 var(--theme-shadow,#11182714)}.login-gate-form-row,.login-gate-auth-form{gap:14px;display:grid}.login-gate-form-row{grid-template-columns:minmax(0,1fr) auto;align-items:end}.login-gate-field label{color:var(--login-muted);font-size:13px;font-weight:900}.login-gate-field input{border:2px solid var(--theme-control-border,#11182729);background:var(--theme-surface,#fff);height:54px;color:var(--login-ink);border-radius:16px}.login-gate-field input:focus-visible{border-color:var(--login-blue);outline:3px solid var(--theme-link,#2563eb29)}.login-gate-actions{justify-items:center;display:grid}.login-gate-actions .button{border:2px solid var(--login-line);background:var(--theme-surface,#fff);width:min(280px,100%);min-height:52px;color:var(--login-ink);border-radius:16px;font-weight:950}.login-gate-actions .button.primary{background:var(--theme-action,var(--login-blue));color:#fff;box-shadow:4px 4px 0 var(--login-line)}.login-gate-code-button{white-space:nowrap;min-height:54px;padding-inline:14px}.login-gate-status{gap:8px;display:grid}.login-gate-status:empty{display:none}.login-gate-status p{margin:0}.login-gate-footer{color:var(--login-muted);text-align:center;justify-items:center;font-size:12px;line-height:1.5;display:grid}.login-gate-footer span{min-width:0}.proof-item{background:0 0;align-content:start;gap:6px;min-height:82px;padding:0;display:grid}.proof-item strong{color:var(--home-ink);font-size:17px}.proof-item span{color:var(--home-muted-soft);font-size:13px;line-height:1.5}.creator-launcher{gap:18px;margin-bottom:18px;display:grid}.launcher-intro{max-width:760px}.launcher-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.launcher-card{border:1px solid var(--line);border-radius:var(--radius-card);background:linear-gradient(180deg, var(--theme-surface-translucent,#fffffffa), var(--theme-surface-translucent,#f6f9fbe0));min-height:132px;box-shadow:var(--shadow-soft);color:var(--ink);align-content:start;gap:8px;padding:18px;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.launcher-card strong{color:var(--ink-strong);font-size:16px}.launcher-card span{color:var(--muted);font-size:13px;line-height:1.5}a.launcher-card:hover{border-color:var(--theme-success,#247c786b);box-shadow:var(--shadow-panel);transform:translateY(-2px)}a.launcher-card:focus-visible{outline:3px solid var(--theme-link,#247c7852);outline-offset:2px}.launcher-card-disabled{cursor:not-allowed;opacity:.66;box-shadow:none}.launcher-coming-soon{border:1px solid var(--line);background:var(--theme-warning-soft,#b7791f1f);min-height:24px;color:var(--warning);font-family:var(--font-mono);border-radius:999px;justify-self:start;align-items:center;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.launcher-metrics{max-width:520px}.creator-home-panel{min-height:430px}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.stat,.metric-tile{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#ffffffb8);padding:14px}.stat strong,.metric-tile strong{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:0;margin-bottom:5px;font-size:24px;display:block}.stat span,.metric-tile span{color:var(--muted);font-size:12px;font-weight:750}.section-label,.panel-heading,.material-preview-dialog-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.section-label{color:var(--ink);margin-bottom:10px;font-size:13px;font-weight:900}.section-label small,.section-label-text{color:var(--muted);font-family:var(--font-mono);font-size:11px;font-weight:850}.material-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.preset-card{background:linear-gradient(135deg, var(--theme-success-soft,#d8f0ec80), var(--theme-surface-translucent,#eef2f7d1)), var(--theme-surface-translucent,#ffffffc7)}.preset-action-card{width:100%;color:inherit;cursor:pointer;text-align:left;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}.preset-action-card[aria-pressed=true]{border-color:var(--theme-success,#247c786b);background:linear-gradient(135deg, var(--theme-success-soft,#d8f0ece6), var(--theme-surface-translucent,#eef2f7c7)), var(--theme-surface-translucent,#ffffffe6);box-shadow:inset 4px 0 0 var(--accent)}.workflow-steps,.device-check-grid{gap:8px;display:grid}.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0}.step-card,.device-check{border:1px solid var(--line);border-radius:var(--radius-card);background:linear-gradient(135deg, var(--theme-surface-translucent,#ffffffdb), var(--theme-success-soft,#d8f0ec5c)), var(--theme-surface-translucent,#ffffffb8);gap:5px;padding:11px;display:grid}.step-card strong,.device-check strong{color:var(--ink-strong);letter-spacing:0;font-size:13px}.step-card span,.device-check span{color:var(--muted);font-size:12px;line-height:1.45}.editor-workspace,.editor-main{min-width:0}.preview-mode-status{margin-top:8px}.segmented-control{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-control);background:var(--theme-surface-translucent,#ffffffc7);grid-auto-flow:column;gap:5px;padding:5px;display:inline-grid}.segmented-control button{border-radius:var(--radius-control);min-height:34px;color:var(--muted);background:0 0;border:0;padding:0 12px;font-weight:850}.segmented-control button[aria-pressed=true]{background:var(--ink-strong);color:#fff}.segmented-control button:disabled{cursor:not-allowed;color:var(--muted);opacity:.58}.generation-type-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.advanced-generation-panel{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#ffffff94)}.advanced-generation-panel summary{cursor:pointer;min-height:44px;color:var(--ink-strong);justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:900;display:flex}.advanced-generation-grid{grid-template-columns:minmax(0,1fr) minmax(120px,.6fr);gap:10px;padding:0 12px 12px;display:grid}.input-with-unit{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.input-with-unit span,.readonly-param span{color:var(--muted);font-size:12px;font-weight:850}.readonly-param{border:1px solid var(--line);border-radius:var(--radius-control);background:var(--theme-sheen,#d8f0ec47);align-content:end;gap:8px;min-height:100%;padding:10px;display:grid}.readonly-param strong{color:var(--ink-strong);font-size:13px}.preview-card-primary{background:linear-gradient(180deg, var(--theme-surface-translucent,#fffffffa), var(--theme-surface-translucent,#eef3f7e6)), var(--surface-solid);min-width:0;padding:12px}.preview-card h3{margin-bottom:12px}.preview-stage{aspect-ratio:16/9;border-radius:var(--radius-card);background:radial-gradient(circle at 50% 52%, var(--theme-blue-tint,#2b78b847), transparent 18%), linear-gradient(90deg, var(--theme-blue-tint,#58a8cc26) 1px, transparent 1px), linear-gradient(var(--theme-blue-tint,#58a8cc26) 1px, transparent 1px), var(--blackout);width:100%;min-height:0;box-shadow:inset 0 0 0 1px var(--theme-shadow,#ffffff14), 0 24px 70px var(--theme-shadow,#090d1038);background-size:auto,76px 76px,76px 76px,auto;position:relative;overflow:hidden}.preview-stage:after{content:"";pointer-events:none;background:linear-gradient(180deg, var(--theme-sheen,#ffffff12), transparent 18%), radial-gradient(circle at 50% 72%, transparent 0 20%, var(--theme-sheen,#00000047) 68%);position:absolute;inset:0}.media-background{object-fit:contain;opacity:1;width:100%;height:100%;position:absolute;inset:0}.image-background{background-color:inherit;object-fit:contain}.video-thumbnail-preview,.video-buffer-shell{isolation:isolate}.video-thumbnail-poster,.video-buffer-poster{object-fit:contain}.video-thumbnail-play{z-index:2;border:1px solid var(--theme-border,#ffffff75);color:#fff;background:#05080fc7;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-buffer-poster{opacity:.58}.video-buffer-controls{z-index:3;color:#fff;text-align:center;background:#05080f70;align-content:center;justify-items:center;gap:10px;max-width:100%;padding:20px;display:grid;position:absolute;inset:0}.video-buffer-controls strong,.video-buffer-error{max-width:100%;font-size:13px;line-height:1.45}.video-buffer-spinner{animation:.9s linear infinite media-buffer-spin}.video-buffer-progress{background:var(--theme-sheen,#ffffff47);border-radius:2px;width:min(260px,80%);height:4px;overflow:hidden}.video-buffer-progress>span{background:var(--theme-surface,#fff);height:100%;transition:width .12s linear;display:block}.video-buffer-button{border-color:var(--theme-control-border,#ffffff94);color:#fff;background:#05080fd1;min-height:44px}@keyframes media-buffer-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.video-buffer-spinner{animation:none}.video-buffer-progress>span{transition:none}}.material-preview{border-radius:var(--radius-card);border:1px solid var(--line);background:linear-gradient(110deg, var(--theme-sheen,#5fc4cf1c), var(--theme-green-tint,#247c783d)), #05080f;height:78px;position:relative;overflow:hidden}.material-preview:before{content:"";background-image:linear-gradient(90deg, transparent, var(--theme-success-fill,#7ad8cfc7), transparent), radial-gradient(circle, var(--theme-surface-translucent,#ffffffd6) 0 1px, transparent 2px);opacity:.72;background-size:auto,18px 18px;position:absolute;inset:12px 18px}.material-preview-button{cursor:pointer;width:100%;padding:0}.material-search-field{gap:6px}.material-filter-tabs{width:100%}.material-preview-dialog,.job-detail-panel,.import-result-card{gap:10px;padding:12px;display:grid}.material-preview-large{border:1px solid var(--line);border-radius:var(--radius-card);background:linear-gradient(110deg, var(--theme-sheen,#5fc4cf1f), var(--theme-green-tint,#247c7838)), #05080f;min-height:190px;position:relative;overflow:hidden}.material-prompt{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-success-soft,#d8f0ec7a);color:var(--muted);margin:0;padding:10px;font-size:12px;line-height:1.5}.empty-result-state{border:1px dashed var(--line-strong);border-radius:var(--radius-card);background:linear-gradient(135deg, var(--theme-sheen,#5fc4cf14), var(--theme-warning-soft,#f6c66214)), var(--theme-surface-translucent,#ffffff6b);align-content:center;gap:8px;min-height:260px;padding:24px;display:grid}.empty-result-state strong{color:var(--ink-strong);font-size:18px}.result-thumbnail{aspect-ratio:16/9;width:100%;height:auto;min-height:168px}.result-preview-panel{z-index:5;border:1px solid var(--line-strong);border-radius:var(--radius-card);background:var(--theme-surface-translucent,#ffffffc7);box-shadow:var(--shadow-panel);gap:12px;padding:14px;display:grid;position:sticky;bottom:16px}.result-preview-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.result-preview-grid section{gap:8px;min-width:0;display:grid}.result-preview-grid h4{color:var(--muted);text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.result-preview-media{min-height:260px}.form-grid{gap:12px;display:grid}.field{gap:7px;display:grid}.field label{color:var(--muted-strong);font-size:12px;font-weight:850}.field input,.field select{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-control);background:var(--theme-surface-translucent,#ffffffd1);width:100%;min-height:44px;color:var(--ink);padding:0 12px}.field input[readonly]{color:var(--muted-strong)}.field-error{color:var(--signal-red);margin:0;font-size:12px;font-weight:850;line-height:1.45}.field-helper{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.selected-file-summary{color:var(--muted);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px;font-size:12px;display:grid}.selected-file-summary strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-button{min-height:32px;padding:0 11px;font-size:12px}.visually-hidden-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-picker-row{align-items:center;gap:10px;display:flex}.file-picker-name{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.file-picker-size{color:var(--muted);white-space:nowrap;font-size:12px}.inline-action-stack{gap:6px;min-width:0;display:grid}.status-running,.status-queued,.status-saving{color:var(--accent-strong);border-color:var(--theme-success,#247c783d);background:var(--theme-success-soft,#d8f0ec8f)}.status-completed,.status-saved,.status-success,.status-added{color:var(--success);border-color:var(--theme-success,#4c875747);background:var(--theme-success-soft,#ebf8eeb8)}.status-failed{color:var(--signal-red);border-color:var(--theme-danger,#c44f4547);background:var(--theme-danger-soft,#fceeebc2)}.status-dirty{color:var(--warning);border-color:var(--theme-warning,#c696324d);background:var(--theme-warning-soft,#fff9e1cc)}.preset-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.preset-chip{border:1px solid var(--line);border-radius:var(--radius-control);background:var(--theme-surface-translucent,#ffffffc7);min-height:40px;color:var(--muted-strong);font-weight:850}.preset-chip[aria-pressed=true]{border-color:var(--theme-success,#247c7857);background:var(--theme-success-soft,#d8f0ecbd);color:var(--accent-strong)}.toggle-row{border:1px solid var(--line);border-radius:var(--radius-control);background:var(--theme-surface-translucent,#ffffffc2);min-height:44px;color:var(--muted);align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:850;display:flex}.toggle-row input{width:16px;height:16px;accent-color:var(--accent)}.job-detail-panel dl{gap:6px;margin:0;display:grid}.job-detail-panel dl div{grid-template-columns:minmax(88px,.42fr) minmax(0,1fr);gap:8px;display:grid}.job-detail-panel dt{color:var(--muted);font-weight:900}.job-detail-panel dd{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:0}.result-card{border:1px solid var(--theme-success,#4c87573d);border-radius:var(--radius-card);background:var(--theme-success-soft,#ebf8eec7);color:var(--success);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:12px;font-size:13px;font-weight:850;display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (max-width:700px){.page{width:min(100% - 20px, var(--container));padding-top:10px}.app-header{border-radius:var(--radius-card);grid-template-columns:1fr}.brand{width:100%}.nav{justify-content:stretch}.nav-item,.nav a,.nav-trigger,.button,.language-switcher-trigger{flex:auto}.header-account{flex:none}.header-account-trigger{justify-content:center;gap:0;width:42px;padding:5px}.header-account-name,.header-account-chevron{display:none}.account-identity-list{grid-template-columns:1fr}.account-page-heading h1{font-size:42px}.account-identity-list>div+div{border-top:1px solid var(--line);border-left:0;padding-left:0}.nav-flyout{display:none}h1{font-size:38px;line-height:1.03}h2{font-size:26px}.hero-panel{min-height:auto;padding:24px}.route-summary-panel,.form-card,.content-band{padding:16px}.route-summary-panel h1{font-size:32px}.login-gate-page .nav a:not(.primary),.login-gate-page .nav-trigger,.login-gate-page .language-switcher{display:none}.login-gate{min-height:calc(100dvh - 72px);padding:32px 16px 48px}.login-gate-card{padding:22px}.login-gate-title h1{font-size:42px}.login-gate-actions,.login-gate-form-row,.login-gate-footer{grid-template-columns:1fr}.login-gate-actions,.login-gate-footer{display:grid}.login-gate-actions .button{width:100%}.segmented-control,.preset-chips,.workflow-steps,.device-check-grid{grid-template-columns:1fr;grid-auto-flow:row;width:100%}.preview-stage{min-height:230px}}.editor-shell{--ink:var(--theme-ink,#f4f0e8);--ink-strong:var(--theme-ink,#f4f0e8);--muted:var(--theme-muted,#f4f0e8a8);--muted-strong:var(--theme-muted,#f4f0e8d1);--paper:var(--theme-page,#121518);--paper-soft:var(--theme-raised,#171b1f);--wash:var(--theme-raised,#ffffff0b);--surface:var(--theme-surface,#ffffff0b);--surface-solid:var(--theme-surface,#1a1f23);--surface-deep:var(--theme-raised,#121518);--line:var(--theme-border,#f4f0e814);--line-strong:var(--theme-border,#f4f0e82e);--accent:var(--theme-link,#d8e260);--accent-strong:var(--theme-link,#d8e260);--accent-soft:var(--theme-selected,#d8e26021);--home-muted-soft:var(--theme-muted,#f4f0e875);--shadow-soft:0 10px 24px var(--theme-shadow,#0000003d);--shadow-panel:0 24px 54px var(--theme-shadow,#00000070);background:radial-gradient(900px 520px at 72% -12%, var(--theme-sheen,#d8e26017), transparent 62%), linear-gradient(180deg, #121518 0%, #121518 100%);width:100%;min-height:100dvh;margin:0;padding:0 0 0 278px;overflow-x:hidden}.editor-shell .panel,.editor-shell .editor-panel{background:var(--surface);border-color:var(--line);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.editor-shell .button,.editor-shell .field input,.editor-shell .field select{background:var(--theme-sheen,#ffffff0e);color:var(--ink);border-color:var(--theme-control-border,var(--line));box-shadow:none}.editor-shell .button:hover{background:var(--theme-sheen,#ffffff13);border-color:var(--theme-control-border,var(--line-strong));transform:none}.editor-shell .button.primary:hover{background:var(--theme-raised,#e5ef6d);border-color:var(--theme-control-border,#d8e2607a)}.editor-shell .badge,.editor-shell .tag,.editor-shell .status-pill,.editor-shell .inline-status,.editor-shell .progress-label{background:var(--theme-sheen,#f4f0e80e);min-height:24px;color:var(--muted);border-color:var(--line);padding-inline:8px}.editor-shell .eyebrow{background:var(--theme-sheen,#f4f0e80e);border-color:var(--line);min-height:24px;color:var(--muted-strong);padding-inline:8px}.editor-shell .tag{background:var(--accent-soft);border-color:var(--theme-border,#d8e2602e);color:var(--accent)}.fooocus-workbench{grid-template-columns:minmax(0,1fr);min-height:100dvh;display:grid}.editor-sidebar{z-index:30;border-right:1px solid var(--theme-border,#f4f0e80f);width:278px;box-shadow:10px 0 28px var(--theme-shadow,#00000024);background:#121518eb;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;padding:18px 14px;display:grid;position:fixed;inset:0 auto 0 0;overflow:hidden}.editor-sidebar-brand{border-bottom:1px solid var(--line);min-height:48px;color:var(--ink-strong);align-items:center;gap:12px;padding:0 0 18px;font-weight:900;display:inline-flex}.editor-sidebar .brand-mark{width:42px;height:42px;box-shadow:inset 0 0 0 1px var(--line-strong)}.editor-sidebar-brand span{gap:2px;min-width:0;display:grid}.editor-sidebar-brand strong{color:var(--ink-strong);font-size:14px}.editor-sidebar-brand small{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.editor-sidebar-primary{border-bottom:1px solid var(--line);gap:8px;padding:14px 0;display:grid}.editor-action-button{border-color:var(--theme-control-border,#f4f0e81f);background:var(--theme-sheen,#ffffff0a);width:100%;min-height:46px;color:var(--ink);text-align:center;justify-content:center;font-size:14px;font-weight:820}.editor-action-button:hover,.editor-action-button:focus-visible{border-color:var(--theme-link,#f4f0e83d);background:var(--theme-sheen,#ffffff14);color:var(--ink-strong)}.editor-action-button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.editor-history{min-height:0;padding:10px 0;overflow:hidden}.conversation-history{gap:4px;max-height:100%;padding-right:2px;display:grid;overflow-y:auto}.conversation-item{border-radius:var(--radius-control);width:100%;min-height:48px;color:var(--muted);background:0 0;border:1px solid #0000;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:2px;padding:2px;display:grid;position:relative}.conversation-main-button,.conversation-rename-form{min-width:0;min-height:42px;color:inherit;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px 6px;display:grid}.editor-shell:not(.control-platform-shell) .conversation-main-button{grid-template-columns:auto minmax(0,1fr) auto auto}.conversation-main-button{cursor:pointer}.conversation-item:hover,.conversation-item:focus-within,.conversation-item.active,.conversation-item.menu-open{background:var(--theme-sheen,#f4f0e80b);border-color:var(--theme-link,#f4f0e814);color:var(--ink-strong)}.conversation-item.active{box-shadow:inset 3px 0 0 var(--accent)}.conversation-item[data-pinned=true] .conversation-title:before{content:"• ";color:var(--accent)}.conversation-mode-icon{border:1px solid var(--line);border-radius:var(--radius-control);width:24px;height:24px;color:var(--accent);place-items:center;font-size:11px;font-weight:900;display:grid}.conversation-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:inherit;font-size:12px;line-height:1.2;overflow:hidden}.conversation-main-button time{color:var(--home-muted-soft);font-size:10px;line-height:1.2}.conversation-status-indicator{background:0 0;border-radius:50%;width:7px;height:7px}.conversation-item[data-status=generating] .conversation-status-indicator,.conversation-item[data-status=pending] .conversation-status-indicator{background:var(--theme-action,#2563eb);box-shadow:0 0 0 3px var(--theme-shadow,#2563eb1f);animation:1.4s ease-in-out infinite conversation-status-pulse}.conversation-item[data-status=completed] .conversation-status-indicator{background:var(--theme-raised,#94a3b8)}.conversation-item[data-status=failed] .conversation-status-indicator{background:var(--theme-danger-fill,#dc2626)}.conversation-item[data-unread=true] .conversation-status-indicator{background:var(--theme-action,#00a8ff);box-shadow:0 0 0 3px var(--theme-shadow,#00a8ff2e), 0 0 12px var(--theme-shadow,#00a8ffa6);animation:none}.conversation-item[data-unread=true] .conversation-title{color:var(--theme-link,#075985);font-weight:720}@keyframes conversation-status-pulse{0%,to{opacity:.55}50%{opacity:1}}.conversation-more-button{border-radius:var(--radius-control);width:28px;height:28px;color:var(--home-muted-soft);cursor:pointer;font:inherit;opacity:0;background:0 0;border:0;place-items:center;font-size:17px;font-weight:820;line-height:1;transition:background .18s,color .18s,opacity .18s;display:grid}.conversation-item:hover .conversation-more-button,.conversation-item:focus-within .conversation-more-button,.conversation-more-button[aria-expanded=true]{opacity:1}.conversation-more-button:hover,.conversation-more-button:focus-visible,.conversation-more-button[aria-expanded=true]{background:var(--theme-sheen,#f4f0e81a);color:var(--ink-strong)}.conversation-menu{z-index:80;border:1px solid var(--theme-border,#f4f0e824);border-radius:var(--radius-card);min-width:148px;box-shadow:0 18px 42px var(--theme-shadow,#0000005c);color:var(--ink-strong);background:#1b2023;gap:2px;padding:6px;display:grid;position:fixed}.conversation-menu button{border-radius:var(--radius-control);min-height:34px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:18px 1fr;align-items:center;gap:8px;padding:6px 8px;font-size:14px;font-weight:760;display:grid}.conversation-menu button:hover,.conversation-menu button:focus-visible{background:var(--theme-sheen,#f4f0e814)}.conversation-menu button.danger{color:var(--theme-danger,#ff6b6b)}.conversation-rename-form{grid-template-columns:auto minmax(0,1fr);padding-right:2px}.conversation-rename-input{border:1px solid var(--theme-control-border,#d8e26073);border-radius:var(--radius-control);min-width:0;height:30px;color:var(--ink-strong);font:inherit;outline-offset:1px;background:#0f1214b8;outline:2px solid #0000;padding:0 8px;font-size:12px}.conversation-rename-input:focus-visible{box-shadow:0 0 0 3px var(--theme-shadow,#d8e26024)}.material-preview-mini{width:54px;height:44px;min-height:44px}.editor-sidebar-links{border-top:1px solid var(--theme-border,#f4f0e814);align-self:end;gap:1px;margin-top:12px;padding:12px 0 8px;display:grid}.editor-sidebar-links a,.editor-sidebar-links span[aria-disabled=true]{border-radius:var(--radius-control);min-height:21px;color:var(--home-muted-soft);padding:2px 8px;font-size:15px;font-weight:760;line-height:1.6}.editor-sidebar-links span[aria-disabled=true]{cursor:not-allowed;opacity:.62}.editor-sidebar-links a:hover,.editor-sidebar-links a:focus-visible{background:var(--theme-sheen,#f4f0e80e);color:var(--ink-strong)}.editor-sidebar-actions{border-top:1px solid var(--line);gap:8px;padding-top:12px;display:grid}.editor-sidebar-actions .button,.editor-auth-button{justify-content:center;width:100%}.editor-auth-button{color:var(--muted);background:0 0;border-color:#0000}.editor-auth-button:hover,.editor-auth-button:focus-visible{background:var(--theme-sheen,#f4f0e80b);border-color:var(--theme-link,#f4f0e814);color:var(--ink-strong)}.editor-auth-button.auth-sign-in{border-color:var(--theme-success,#10b981);background:var(--theme-success-fill,#10b981);color:#fff}.editor-auth-button.auth-sign-in:hover,.editor-auth-button.auth-sign-in:focus-visible{border-color:var(--theme-link,#059669);background:var(--theme-success-fill,#059669);color:#fff}.editor-auth-button.auth-sign-out{border-color:var(--theme-danger,#ef4444);background:var(--theme-danger-fill,#ef4444);color:#fff}.editor-auth-button.auth-sign-out:hover,.editor-auth-button.auth-sign-out:focus-visible{border-color:var(--theme-link,#dc2626);background:var(--theme-danger-fill,#dc2626);color:#fff}.editor-control-platform{border-color:var(--theme-link,#2563ebb8);background:var(--theme-action,#2563eb);color:#fff;box-shadow:4px 4px 0 var(--theme-shadow,#2563eb2e)}.editor-control-platform:hover,.editor-control-platform:focus-visible{border-color:var(--theme-link,#1d4ed8);background:var(--theme-action-hover,#1d4ed8);color:#fff}.fooocus-canvas{background:#0f1214;min-height:100dvh;padding:18px 24px 220px}.generate-canvas{align-items:start;gap:28px;display:grid}.fooocus-canvas.is-empty-state{place-items:center;display:grid}.fooocus-canvas.has-history{padding-bottom:230px;display:block;overflow-y:auto}.generate-center-stage{justify-self:center;justify-items:center;width:min(1100px,100vw - 340px);display:grid}.is-empty-state .generate-center-stage{align-content:center;gap:22px;min-height:calc(100dvh - 210px);padding:32px 0}.has-history .generate-center-stage{align-content:start;gap:22px;width:min(1120px,100vw - 340px);margin:0 auto;padding:0 0 24px}.has-history .mode-selector{z-index:12;border-bottom:1px solid var(--theme-control-border,var(--line));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1214f5;width:100%;padding:16px 0 14px;position:sticky;top:0}.mode-selector{flex-wrap:wrap;justify-content:center;gap:14px;padding:0;display:flex}.mode-card{border:1px solid var(--theme-border,#f4f0e81a);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff08);width:180px;height:100px;color:var(--muted);cursor:pointer;font:inherit;place-items:center;gap:9px;padding:16px;transition:background .16s cubic-bezier(.16,1,.3,1),border-color .16s cubic-bezier(.16,1,.3,1),box-shadow .16s cubic-bezier(.16,1,.3,1);display:grid}.has-history .mode-card{grid-template-columns:auto auto;gap:8px;width:142px;height:58px;padding:10px 12px}.has-history .mode-icon{width:26px;height:26px;font-size:15px}.mode-card:hover,.mode-card:focus-visible{border-color:var(--theme-link,#f4f0e84d);background:var(--theme-sheen,#ffffff14);color:var(--ink-strong);box-shadow:0 8px 22px var(--theme-shadow,#00000038)}.mode-card.active{border-color:var(--accent);background:var(--accent-soft);color:var(--ink-strong);box-shadow:0 0 0 2px var(--theme-shadow,#d8e2601a)}.mode-icon{border:1px solid var(--line);border-radius:var(--radius-control);width:38px;height:38px;color:var(--accent);place-items:center;font-size:20px;line-height:1;display:grid}.mode-label{color:inherit;font-size:14px;font-weight:850}.generation-history{gap:18px;width:min(960px,100%);padding:22px 0 16px;display:grid}.generation-history-item{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff09);gap:12px;padding:16px;display:grid}.generation-prompt{gap:7px;display:grid}.generation-reference-list{flex-wrap:wrap;gap:8px;max-width:100%;margin:0;padding:0;list-style:none;display:flex}.generation-reference-item{gap:5px;width:88px;min-width:0;display:grid}.generation-reference-thumbnail{border:1px solid var(--line);background:var(--theme-sheen,#0f172a0f);border-radius:6px;place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.generation-reference-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.generation-reference-placeholder{width:100%;height:100%;color:var(--muted);font:700 11px var(--font-mono);place-items:center;display:grid}.generation-reference-title{color:var(--muted);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.3;display:-webkit-box;overflow:hidden}.generation-mode-label{border:1px solid var(--theme-border,#d8e26038);border-radius:var(--radius-control);background:var(--theme-sheen,#d8e26014);width:fit-content;min-height:24px;color:var(--accent);padding:4px 8px;font-size:11px;font-weight:850}.generation-prompt p{color:var(--ink);margin:0;font-size:15px;line-height:1.6}.generation-result{border:1px solid var(--theme-border,#f4f0e812);border-radius:var(--radius-card);background:radial-gradient(circle at 50% 34%, var(--theme-sheen,#d8e26014), transparent 28%), var(--theme-sheen,#0000002e);place-items:center;min-height:210px;display:grid;overflow:hidden}.generation-result .material-preview-large{border:0;border-radius:0;width:100%;min-height:260px}.generation-status{color:var(--muted);text-align:center;justify-items:center;gap:10px;font-size:13px;font-weight:760;display:grid}.generation-status small{max-width:320px;color:var(--muted);font-size:12px;font-weight:640;line-height:1.5}.generation-status.status-failed{color:var(--theme-danger,#f4b4a5)}.generation-status.status-pending{color:var(--accent)}.mecha-flight-loader{place-items:center;width:148px;height:92px;display:grid;overflow:hidden}.mecha-flight-visual{isolation:isolate;perspective:520px;grid-template-columns:96px 26px;justify-content:center;align-items:center;gap:4px;width:132px;height:92px;display:grid;position:relative;overflow:hidden}.mecha-flight-visual:before{z-index:-1;border:2px solid var(--theme-link,#2563eb85);background:linear-gradient(180deg, var(--theme-blue-tint,#2563eb33), var(--theme-blue-tint,#2563eb0a));width:84px;height:18px;box-shadow:0 0 0 3px var(--theme-shadow,#2563eb14), inset 0 0 10px var(--theme-shadow,#2563eb4d);content:"";border-radius:50%;display:none;position:absolute;bottom:-8px;left:8px}.mecha-flight-visual:after{z-index:2;background:var(--theme-action,#60a5fa);width:64px;height:3px;box-shadow:0 0 8px 2px var(--theme-shadow,#60a5fab3);content:"";opacity:0;transform-origin:0;border-radius:999px;display:block;position:absolute;bottom:-4px;left:18px;transform:scaleX(.2)}.holostar-flight-mecha{object-fit:contain;filter:drop-shadow(0 8px 5px #0f172a3d)drop-shadow(0 0 7px #3b82f62e);width:96px;height:96px;display:block}.holostar-flight-mecha-video{background:0 0}.holostar-flight-mecha-poster{display:none}.mecha-outline{stroke:var(--theme-link,#1f3b68);stroke-linejoin:bevel;stroke-width:1.5px}.mecha-wing,.mecha-arm,.mecha-leg{fill:var(--theme-soft,#dbeafe)}.mecha-pack,.mecha-torso{fill:#fff}.mecha-chest,.mecha-thrust-outer{fill:var(--theme-danger,#ef4444)}.mecha-head{fill:var(--theme-link,#2563eb)}.mecha-visor,.mecha-thrust-inner{fill:var(--theme-warning,#facc15)}.mecha-antenna{fill:#fff;stroke:var(--theme-link,#1f3b68);stroke-linejoin:bevel;stroke-width:1.5px}.mecha-flight-thrust{transform-box:fill-box;transform-origin:100%;animation:.52s ease-in-out infinite holostar-thrust-pulse}.mecha-flight-dots{align-items:center;gap:4px;width:26px;display:inline-flex}.mecha-flight-dots>span{background:var(--theme-action,#2563eb);opacity:.34;border-radius:50%;width:6px;height:6px;animation:1.05s ease-in-out infinite holostar-flight-dot}.mecha-flight-dots>span:nth-child(2){animation-delay:.14s}.mecha-flight-dots>span:nth-child(3){animation-delay:.28s}.generation-result-actions{z-index:2;position:absolute;bottom:14px;right:14px}.generation-save-check{border:1px solid var(--theme-border,#d8e26042);border-radius:var(--radius-control);min-height:34px;color:var(--ink-strong);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121518c2;align-items:center;gap:8px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.generation-result{position:relative}@keyframes holostar-mecha-flight{0%,to{transform:translate(-2px,2px)rotate(-1deg)}50%{transform:translate(3px,-2px)rotate(1deg)}}@keyframes holostar-mecha-assembly{0%,7%{opacity:0;transform:translateY(18px)scale(.78)rotate(-4deg)rotateY(-10deg)}12%,42%{opacity:1;transform:translate(0,0)scale(1)rotate(0)rotateY(0)}48%,62%{opacity:1;transform:translate(0,0)scale(1)rotate(-2deg)rotateY(-3deg)}68%,80%{opacity:1;transform:translate(0,0)scale(1)rotate(360deg)rotateY(0)}84%{opacity:1;transform:translateY(-2px)scale(1)rotate(360deg)rotateY(2deg)}91%{opacity:1;transform:translateY(-42px)scale(.82)rotate(360deg)rotateY(5deg)}96%,to{opacity:0;transform:translateY(-62px)scale(.68)rotate(360deg)rotateY(8deg)}}@keyframes holostar-platform-cycle{0%,7%,96%,to{opacity:.38}10%,90%{opacity:1}}@keyframes holostar-scan-cycle{0%,42%{opacity:0;transform:translateY(8px)scaleX(.2)}48%{opacity:.95;transform:translateY(-28px)scaleX(1)}56%,to{opacity:0;transform:translateY(-44px)scaleX(.4)}}@keyframes holostar-mecha-sheen{0%,36%,to{opacity:0;transform:translate(-34%)}44%{opacity:.5;transform:translate(28%)}53%{opacity:0;transform:translate(48%)}}@keyframes holostar-thrust-pulse{0%,to{opacity:.62;transform:scaleX(.72)}50%{opacity:1;transform:scaleX(1.08)}}@keyframes holostar-flight-dot{0%,70%,to{opacity:.32;transform:translate(0)scale(.78)}35%{opacity:1;transform:translate(2px)scale(1)}}@media (prefers-reduced-motion:reduce){.mecha-flight-thrust,.mecha-flight-dots>span,.mecha-flight-visual:before,.mecha-flight-visual:after{animation:none}.holostar-flight-mecha-video{display:none}.holostar-flight-mecha-poster{display:block}.mecha-flight-dots>span{opacity:.7;transform:none}}.editor-shell .result-icon-action{width:36px;min-width:36px;min-height:36px;color:var(--ink-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121518c7;border-radius:999px;place-items:center;padding:0;display:inline-grid}.editor-shell .result-icon-action:disabled{opacity:.38}.editor-shell .material-preview,.editor-shell .material-preview-large{border-color:var(--line);background:#121518}.editor-shell .material-preview:before{content:none}.editor-shell .material-prompt{border-color:var(--line);background:#12151885}.editor-shell .result-preview-panel{border-color:var(--line-strong);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121518f0}.editor-shell .result-preview-grid{grid-template-columns:minmax(0,1fr);align-items:stretch}.editor-shell .result-preview-grid section{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff0b);padding:10px}.editor-topbar{justify-content:space-between;align-items:center;gap:16px;width:min(1100px,100%);display:flex}.editor-view-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:inline-flex}.save-library-dialog{z-index:35;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#06080a70;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.save-library-card{border:1px solid var(--line-strong);border-radius:var(--radius-card);width:min(420px,100%);box-shadow:var(--shadow-panel);background:#121518f5;gap:12px;padding:20px;display:grid}.save-library-card h3,.save-library-card p{margin:0}.save-library-card p{color:var(--muted);line-height:1.6}.my-creations-view{gap:14px;min-width:0;display:grid}.library-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.library-tabs{border:1px solid var(--line);border-radius:var(--radius-control);background:var(--theme-sheen,#ffffff0b);gap:6px;padding:4px;display:inline-flex}.library-tabs button{border-radius:calc(var(--radius-control) - 2px);min-height:34px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;padding:0 14px;font-size:12px;font-weight:850}.library-tabs button:hover,.library-tabs button:focus-visible,.library-tabs button[aria-selected=true]{background:var(--accent-soft);border-color:var(--theme-link,#d8e26033);color:var(--accent)}.library-selection-status{color:var(--muted);font-size:12px;font-weight:780}.library-selection-toolbar{border:1px solid var(--theme-link,#2563eb3d);border-radius:var(--radius-card);background:var(--theme-selected,#e8f1ffeb);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 10px 8px 14px;display:flex}.library-selection-toolbar strong{color:var(--ink-strong);font-size:13px}.library-selection-toolbar>div{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.library-selection-toolbar .button{gap:7px;min-height:44px}.library-action-status{color:var(--muted-strong);margin:0;font-size:12px;line-height:1.5}.library-upload-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.library-upload-actions>div{flex:none}.library-upload-button{border-color:var(--theme-link,#2563eb);background:var(--theme-action,#2563eb);color:#fff;min-width:96px;min-height:44px;box-shadow:2px 3px 0 var(--theme-shadow,#1d4ed82e);white-space:nowrap;border-radius:6px;gap:8px;padding-inline:16px}.library-upload-button>span{font-size:17px;font-weight:800;line-height:1}.library-upload-button:hover,.library-upload-button:focus-visible{border-color:var(--theme-link,#1d4ed8);background:var(--theme-action-hover,#1d4ed8);color:#fff;box-shadow:1px 2px 0 var(--theme-shadow,#1d4ed833)}.library-manage-button{white-space:nowrap;gap:7px;min-height:44px}.library-manage-button[aria-pressed=true]{border-color:var(--theme-link,#2563eb6b);background:var(--theme-selected,#eef5ff);color:var(--theme-link,#175cd3)}.library-upload-status{max-width:360px;color:var(--muted);text-align:right;margin:0;font-size:11px;line-height:1.45}.library-upload-status[data-state=complete]{color:var(--theme-success,#177245)}.library-upload-status[data-state=error]{color:var(--signal-red)}.library-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:11px;display:grid}.library-card{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff0b);min-width:0;position:relative;overflow:hidden}.library-card label{cursor:pointer;gap:8px;display:grid}.library-preview-button{cursor:pointer;width:100%;font:inherit;background:0 0;border:0;padding:0;display:grid}.library-card-selector{z-index:2;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:8px;display:grid;position:absolute;top:4px;right:4px}.library-card input{opacity:0;width:1px;height:1px;position:absolute}.library-card .material-preview{border:0;border-radius:0;min-height:210px}.library-card[data-mask=true] .material-preview,.projection-mask-preview{background-color:#fff;background-image:linear-gradient(45deg,#e3e8ef 25%,#0000 25%),linear-gradient(-45deg,#e3e8ef 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e3e8ef 75%),linear-gradient(-45deg,#0000 75%,#e3e8ef 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.library-card[data-mask=true] .material-preview img,.projection-mask-preview img{object-fit:contain}.library-card-copy{gap:3px;padding:0 46px 10px 10px;display:grid}.library-card-rename{border:1px solid var(--line);background:var(--surface-solid);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:5px;place-items:center;padding:0;display:grid;position:absolute;bottom:8px;right:8px}.library-card-rename:hover,.library-card-rename:focus-visible{border-color:var(--line-strong);color:var(--ink-strong)}.library-card-copy strong,.library-card-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.library-card-copy p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 6px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.library-play-button{width:fit-content;min-height:30px;padding:6px 10px;font-size:12px}.material-detail-dialog{z-index:1150;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#06080a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.material-detail-card{border:1px solid var(--line-strong);border-radius:var(--radius-card);background:var(--surface-solid);width:min(860px,100%);max-height:calc(100vh - 48px);color:var(--ink);box-shadow:var(--shadow-panel);gap:14px;padding:18px;display:grid;overflow:auto}.material-rename-dialog{width:min(460px,100%)}.material-detail-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.material-detail-header h3,.material-detail-header p,.material-detail-prompt p{margin:0}.material-detail-header h3,.material-detail-prompt strong{color:var(--ink-strong)}.material-detail-header p{color:var(--muted)}.material-detail-close{width:44px;min-width:44px;min-height:44px;padding:0}.material-detail-prompt{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-soft);gap:8px;padding:12px;display:grid}.material-detail-prompt p{color:var(--muted);line-height:1.6}.button.danger{border-color:var(--theme-danger,#ff656552);color:var(--theme-soft,#ffd3ca)}.library-card-copy strong{color:var(--ink-strong);font-size:13px}.library-card-copy span{color:var(--muted);font-size:12px}.library-card-check{border:1px solid var(--line-strong);background:var(--theme-surface-translucent,#fffffff0);color:#fff;width:28px;height:28px;box-shadow:2px 3px 0 var(--theme-shadow,#0f172a24);border-radius:5px;place-items:center;display:grid;position:static}.library-card-check:after{display:none}.library-card[data-selected=true]{border-color:var(--theme-control-border,#d8e2606b);box-shadow:0 0 0 1px var(--theme-shadow,#d8e26029)}.library-card[data-selected=true] .library-card-check{border-color:var(--accent);background:var(--theme-action,var(--accent))}.library-empty-state{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff09);min-height:320px;color:var(--muted);text-align:center;align-content:center;justify-items:center;gap:8px;padding:28px;display:grid}.library-empty-state strong{color:var(--ink-strong);font-size:15px}.library-empty-state p{max-width:420px;margin:0;font-size:13px;line-height:1.6}.editor-input-slot{z-index:22;pointer-events:none;flex:none;justify-content:center;align-items:flex-start;width:min(720px,100vw - 360px);min-height:236px;display:flex}.editor-input-slot.centered{margin:24px auto 0;position:static;transform:none}.editor-input-slot:has(>.quick-creation-confirmation){flex-direction:column;gap:8px}.quick-creation-confirmation{border:1px solid var(--creator-line-strong,var(--line));background:var(--surface);width:100%;min-width:0;color:var(--creator-ink-dark,var(--ink));pointer-events:auto;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.quick-creation-confirmation>div:first-child{overflow-wrap:anywhere;flex:1;min-width:0;max-height:96px;font-size:13px;line-height:1.6;overflow:auto}.quick-creation-confirmation span,.quick-creation-confirmation strong{display:block}.quick-creation-confirmation-actions{flex-shrink:0;gap:6px;display:flex}.quick-creation-confirmation-actions button{border:1px solid var(--creator-line-strong,var(--theme-control-border,var(--line)));background:var(--surface);width:44px;height:44px;color:inherit;cursor:pointer;border-radius:6px;place-items:center;display:grid}.quick-creation-confirmation-actions button:focus-visible{outline:2px solid var(--creator-ink-dark,var(--ink));outline-offset:2px}.quick-creation-confirmation-actions .quick-creation-approve{white-space:nowrap;justify-content:center;gap:6px;width:auto;padding:0 12px;display:flex}.quick-creation-confirmation-actions button:disabled{opacity:.5;cursor:not-allowed}.quick-creation-draft-hint{flex-basis:100%}.editor-input-slot.floating{margin:18px auto 0;position:static;transform:none}.unified-input-panel{border:1px solid var(--theme-control-border,#f4f0e81c);width:min(720px,100vw - 360px);min-height:236px;box-shadow:0 18px 54px var(--theme-shadow,#00000057);pointer-events:auto;background:#171b1ff5;border-radius:8px;gap:12px;padding:16px;display:grid}.input-panel-presets:empty{display:none}.mode-empty-state{padding:2px 0}.mode-empty-state p{max-width:62ch;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.input-panel-attachments{flex-wrap:wrap;align-items:center;gap:16px;min-height:18px;display:flex}.attachment-link{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.attachment-link:hover,.attachment-link:focus-visible{text-decoration:underline}.file-type-hint{color:var(--muted);margin-left:auto;font-size:11px;font-weight:720;line-height:1.3}.input-panel-textarea{resize:vertical;border:1px solid var(--theme-control-border,#f4f0e81a);background:var(--theme-sheen,#ffffff08);width:100%;min-height:120px;color:var(--ink);font:inherit;outline-offset:-2px;border-radius:6px;outline:2px solid #0000;padding:12px;font-size:15px;line-height:1.6}.input-panel-textarea:focus-visible{border-color:var(--theme-link,#f4f0e83d);background:var(--theme-sheen,#ffffff0d)}.input-panel-attachment-chips{flex-wrap:wrap;gap:8px;display:flex}.creator-attachment-chip{border:1px solid var(--line);border-radius:var(--radius-control);background:var(--theme-sheen,#f4f0e80e);max-width:280px;min-height:28px;color:var(--muted);align-items:center;gap:6px;padding:0 8px;font-size:12px;display:inline-flex}.creator-attachment-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.creator-attachment-remove{width:20px;height:20px;color:var(--muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.input-panel-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.model-selector{min-width:0;color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.model-selector select{border:1px solid var(--theme-control-border,#f4f0e833);background:var(--theme-sheen,#ffffff0d);min-width:180px;color:var(--ink);font:inherit;border-radius:6px;padding:6px 12px;font-size:13px}.input-panel-actions{gap:8px;display:flex}.generate-button,.input-panel-cancel-button{min-width:100px;min-height:40px}.input-panel-status{flex-wrap:wrap;align-items:center;gap:8px;min-height:0;display:flex}.input-panel-status:empty{display:none}.my-creations-modal{z-index:60;border:1px solid var(--line-strong);border-radius:var(--radius-card);width:min(620px,100vw - 42px);max-height:min(76dvh,640px);box-shadow:var(--shadow-panel);pointer-events:auto;background:#121518fa;gap:14px;padding:20px;display:grid;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.modal-header,.modal-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-header{border-bottom:1px solid var(--line);padding-bottom:12px}.modal-header h3{color:var(--ink-strong);margin:0;font-size:20px}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;padding-top:12px}.workspace-file-grid{gap:8px;max-height:min(42dvh,360px);padding-right:4px;display:grid;overflow-y:auto}.workspace-file-card{min-width:0}.workspace-file-button{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff0b);width:100%;min-height:58px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:7px;display:grid}.workspace-file-button:hover,.workspace-file-button:focus-visible,.workspace-file-card[data-selected=true] .workspace-file-button{border-color:var(--theme-link,#d8e26057);background:var(--theme-sheen,#d8e2601a)}.workspace-file-copy{gap:4px;min-width:0;display:grid}.workspace-file-copy strong,.workspace-file-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-file-copy strong{color:var(--ink-strong);font-size:13px}.workspace-file-copy span{color:var(--muted);font-size:12px}.workspace-file-empty{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--theme-sheen,#ffffff09);text-align:center;align-content:center;place-items:center;gap:8px;min-height:180px;display:grid}.workspace-file-empty strong{color:var(--ink-strong);font-size:16px}.workspace-file-empty p{max-width:36ch;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.editor-shell{--ink:var(--theme-ink,#162033);--ink-strong:var(--theme-ink,#070b14);--muted:var(--theme-muted,#162033a3);--muted-strong:var(--theme-muted,#162033d1);--paper:var(--theme-page,#f7f9fd);--paper-soft:var(--theme-raised,#eef4ff);--surface:var(--theme-surface,#ffffffe0);--surface-solid:var(--theme-surface,#fff);--surface-deep:var(--theme-raised,#e8eef8);--line:var(--theme-border,#0d172a1f);--line-strong:var(--theme-border,#0d172a38);--accent:var(--theme-link,#2563eb);--accent-strong:var(--theme-link,#1d4ed8);--accent-soft:var(--theme-selected,#2563eb1a);--mecha-red:var(--theme-danger,#dc2626);--mecha-red-soft:var(--theme-danger-soft,#dc26261a);--home-muted-soft:var(--theme-muted,#1620337a);--shadow-soft:6px 7px 0 var(--theme-shadow,#0f172a1a);--shadow-panel:10px 12px 0 var(--theme-shadow,#0f172a1f);background:radial-gradient(circle at 78% -10%, var(--theme-blue-tint,#2563eb24), transparent 34%), radial-gradient(circle at 8% 18%, var(--theme-red-tint,#dc262614), transparent 30%), linear-gradient(var(--theme-blue-tint,#2563eb0f) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb0f) 1px, transparent 1px), linear-gradient(180deg, var(--theme-page,#f9fbff) 0%, var(--theme-selected,#eef4ff) 100%);background-size:auto,auto,28px 28px,28px 28px,auto}.editor-shell .panel,.editor-shell .editor-panel,.editor-shell .generation-history-item,.editor-shell .library-card,.editor-shell .library-empty-state,.editor-shell .workspace-file-empty{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-shell .button,.editor-shell .field input,.editor-shell .field select,.editor-shell .model-selector select{background:var(--theme-surface-translucent,#ffffffe0);color:var(--ink);border-color:var(--theme-control-border,var(--line));box-shadow:3px 3px 0 var(--theme-shadow,#0f172a14)}.editor-shell .button:hover,.editor-shell .button:focus-visible{background:var(--theme-surface,#fff);border-color:var(--theme-control-border,var(--line-strong));transform:none}.editor-shell .button.primary{border-color:var(--theme-link,#1d4ed86b);background:var(--theme-action,var(--accent));color:#fff;box-shadow:5px 5px 0 var(--theme-shadow,#1d4ed82e)}.editor-shell .button.primary:hover,.editor-shell .button.primary:focus-visible{background:var(--theme-action-hover,var(--accent-strong));border-color:var(--theme-link,#1d4ed88f)}.editor-shell .badge,.editor-shell .tag,.editor-shell .status-pill,.editor-shell .inline-status,.editor-shell .progress-label,.editor-shell .eyebrow{background:var(--theme-surface-translucent,#ffffffc2);color:var(--muted);border-color:var(--line)}.editor-shell .tag,.editor-shell .generation-mode-label,.editor-shell .attachment-link,.editor-shell .generation-status.status-pending{color:var(--accent-strong)}.editor-shell .tag,.editor-shell .generation-mode-label{background:var(--theme-blue-tint,#2563eb14);border-color:var(--theme-link,#2563eb38)}.editor-sidebar{border-right:2px solid var(--theme-border,#0f172a1a);background:linear-gradient(180deg, var(--theme-sidebar,#fffffff5), var(--theme-sidebar,#eff6fff0)), linear-gradient(90deg, var(--theme-blue-tint,#2563eb14) 1px, transparent 1px);box-shadow:8px 0 0 var(--theme-shadow,#0f172a0f)}.editor-sidebar .brand-mark{background:linear-gradient(135deg, #fff 0 28%, var(--accent) 28% 55%, var(--mecha-red) 55% 100%);box-shadow:inset 0 0 0 2px var(--line-strong), 4px 4px 0 #0f172a1a;border-radius:12px}.editor-action-button{border-color:var(--theme-control-border,#0f172a1f);background:var(--theme-surface-translucent,#ffffffd1)}.editor-action-button:hover,.editor-action-button:focus-visible,.conversation-item:hover,.conversation-item:focus-within,.conversation-item.active,.conversation-item.menu-open,.library-tabs button:hover,.library-tabs button:focus-visible,.library-tabs button[aria-selected=true]{background:var(--theme-surface-translucent,#ffffffe0);border-color:var(--theme-link,#2563eb33);color:var(--ink-strong)}.editor-action-button[aria-pressed=true],.mode-card.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 5px 0 0 var(--accent), 4px 4px 0 var(--theme-shadow,#2563eb1f)}.conversation-mode-icon,.mode-icon{background:var(--theme-surface,#fff);color:var(--accent-strong)}.conversation-menu,.my-creations-modal,.editor-shell .result-preview-panel{border-color:var(--theme-border,#0f172a29);background:var(--theme-surface-translucent,#fffffff5);box-shadow:var(--shadow-panel)}.conversation-menu button:hover,.conversation-menu button:focus-visible,.editor-sidebar-links a:hover,.editor-sidebar-links a:focus-visible,.editor-auth-button:hover,.editor-auth-button:focus-visible{background:var(--theme-blue-tint,#2563eb14);border-color:var(--theme-link,#2563eb24)}.conversation-menu button.danger,.generation-status.status-failed{color:var(--mecha-red)}.has-history .mode-selector{background:var(--theme-surface-translucent,#f7f9fdeb)}.mode-card,.unified-input-panel{border:2px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface-translucent,#ffffffe0);color:var(--ink);box-shadow:var(--shadow-soft)}.mode-card:hover,.mode-card:focus-visible{border-color:var(--theme-link,#2563eb52);background:var(--theme-surface,#fff);box-shadow:6px 6px 0 var(--theme-shadow,#0f172a1a)}.generation-result{border-color:var(--theme-border,#0f172a1a);background:radial-gradient(circle at 50% 34%, var(--theme-blue-tint,#2563eb1a), transparent 28%), linear-gradient(135deg, var(--theme-surface-translucent,#ffffffeb), var(--theme-surface-translucent,#eff6ffdb))}.editor-shell .material-preview,.editor-shell .material-preview-large{background:var(--theme-selected,#edf4ff);border-color:var(--line)}.editor-shell .material-prompt,.input-panel-textarea,.model-selector select,.workspace-file-button{background:var(--theme-surface-translucent,#ffffffe6);color:var(--ink);border-color:var(--theme-control-border,var(--line))}.input-panel-textarea:focus-visible,.conversation-rename-input:focus-visible{border-color:var(--theme-link,#2563eb5c);box-shadow:0 0 0 3px var(--theme-shadow,#2563eb24)}.creator-attachment-chip,.library-tabs{background:var(--theme-surface-translucent,#ffffffc2);border-color:var(--line)}.library-card[data-selected=true],.workspace-file-button:hover,.workspace-file-button:focus-visible,.workspace-file-card[data-selected=true] .workspace-file-button{border-color:var(--theme-link,#2563eb57);background:var(--theme-blue-tint,#2563eb14);box-shadow:0 0 0 1px var(--theme-shadow,#2563eb1f)}.library-card[data-selected=true] .library-card-check:after{display:none}.editor-shell .button.danger{border-color:var(--theme-danger,#dc262657);background:var(--theme-red-tint,#dc262614);color:var(--mecha-red)}.editor-shell .button.danger:hover,.editor-shell .button.danger:focus-visible{border-color:var(--theme-link,#dc262680);background:var(--theme-red-tint,#dc262624);color:var(--theme-danger,#b42318)}.input-panel-textarea::placeholder{color:var(--theme-ink,#1620336b)}@media (max-width:760px){.editor-shell{padding-top:72px;padding-left:0}.editor-sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-rows:1fr;grid-template-columns:auto auto auto auto;align-items:center;gap:12px;width:100%;height:72px;padding:10px 14px;bottom:auto;right:0;overflow-x:auto}.editor-sidebar-brand{border-bottom:0;min-width:190px;padding:0}.editor-sidebar-brand small,.editor-history,.editor-sidebar-links{display:none}.editor-sidebar-primary{border-bottom:0;min-width:420px;padding:0;display:flex}.editor-action-button{white-space:nowrap;width:auto;min-width:132px}.editor-sidebar-actions{border-top:0;grid-template-columns:auto auto;padding:0}.editor-sidebar-actions .button,.editor-auth-button{white-space:nowrap;width:auto}.fooocus-canvas{min-height:auto;padding:18px 18px 240px}.generate-center-stage,.has-history .generate-center-stage{width:min(940px,100vw - 36px)}.editor-input-slot.centered,.editor-input-slot.floating{width:auto;left:14px;right:14px;transform:none}.editor-input-slot.centered{margin:18px auto 0;position:static}.editor-input-slot.floating{position:fixed}.unified-input-panel{width:min(720px,100vw - 32px)}}@media (max-width:700px){.editor-shell{padding-top:128px}.editor-sidebar{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);align-content:start;gap:8px;height:128px;overflow:hidden}.editor-sidebar-brand{min-width:0;min-height:auto}.editor-sidebar .brand-mark{display:none}.editor-sidebar-brand strong{white-space:nowrap}.editor-sidebar-actions{display:none}.editor-sidebar-primary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;min-width:0;display:grid}.editor-action-button{white-space:normal;width:100%;min-width:0;min-height:38px;padding-inline:10px}.fooocus-canvas{padding:14px 12px 300px}.fooocus-canvas.has-history{padding-bottom:28px}.mode-card{width:100%;height:82px}.has-history .mode-card{width:100%;height:46px}.generate-center-stage{align-content:start;justify-items:stretch;gap:14px;width:100%;min-height:auto;padding:32px 0 0}.has-history .generate-center-stage{width:100%;padding:0}.mode-selector{flex-direction:column;gap:12px;width:100%}.has-history .mode-selector{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0;padding:0 0 12px;position:static}.editor-input-slot{width:100%;min-height:286px}.editor-input-slot.centered,.editor-input-slot.floating{width:100%;position:static;transform:none}.input-panel-attachments{flex-wrap:wrap}.file-type-hint{width:100%;margin-left:0}.generation-history{width:100%;padding:0}.library-toolbar,.library-upload-actions{flex-direction:column;align-items:stretch}.library-upload-actions>div{width:100%}.library-upload-button,.library-manage-button,.library-upload-status{text-align:center;grid-area:auto/1;width:100%}.library-grid{grid-template-columns:1fr}.library-selection-toolbar{flex-direction:column;align-items:stretch}.library-selection-toolbar>div{grid-template-columns:1fr;display:grid}.library-selection-toolbar .button{width:100%}.material-detail-dialog{align-items:end;padding:12px}.material-detail-card{max-height:calc(100dvh - 24px);padding:14px}.unified-input-panel{width:100%;min-height:286px;max-height:none;overflow:visible}.input-panel-attachments,.input-panel-footer,.model-selector,.input-panel-actions{align-items:stretch}.input-panel-footer{flex-direction:column}.model-selector,.model-selector select,.generate-button,.input-panel-cancel-button{width:100%}}.editor-shell .control-platform-sidebar{grid-template-rows:auto auto auto minmax(0,1fr) auto}.editor-shell .control-platform-device-summary{align-self:start}.control-platform-sidebar-copy{border-top:1px solid var(--theme-control-border,var(--line));color:var(--muted);align-self:end;margin:0;padding:16px 0;font-size:11px;line-height:1.6}.control-guide-heading{align-items:center}.mobile-control-platforms{display:none}.control-center-context{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.control-guide-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0 34px;display:grid}.control-guide-step{border-top:3px solid var(--theme-control-border,var(--line-strong));border-bottom:1px solid var(--theme-control-border,var(--line));align-content:start;gap:10px;min-height:198px;padding:18px 4px;display:grid;position:relative}.control-guide-step>i{color:var(--line-strong);font:900 16px var(--font-mono);font-style:normal;position:absolute;top:18px;right:4px}.control-guide-step>span{color:var(--accent-strong);font:800 12px var(--font-mono)}.control-guide-step strong{font-size:18px}.control-guide-step p,.control-guide-entry-head p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.control-guide-step>a,.control-guide-step>button{color:var(--accent-strong);text-align:left;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:12px;font-weight:800}.control-guide-boundary{border-top:1px solid var(--theme-control-border,var(--line-strong));border-bottom:1px solid var(--theme-control-border,var(--line-strong));grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;display:grid}.control-guide-boundary>div{border-right:1px solid var(--theme-control-border,var(--line));align-content:start;gap:10px;min-height:190px;padding:20px;display:grid}.control-guide-boundary>div:last-child{border-right:0}.control-guide-boundary strong{font-size:18px}.control-guide-boundary p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.control-guide-boundary a{color:var(--accent-strong);align-self:end;font-size:12px;font-weight:800}.control-device-registry{border-top:1px solid var(--theme-control-border,var(--line-strong));border-bottom:1px solid var(--theme-control-border,var(--line-strong));margin-top:42px}.control-device-registry-head{justify-content:space-between;align-items:end;gap:24px;padding:20px 0;display:flex}.control-device-registry-head>div{gap:4px;display:grid}.control-device-registry-head span{color:var(--accent-strong);font:800 11px var(--font-mono)}.control-device-registry-head h2,.control-device-registry-head p,.control-device-registry-empty,.control-device-registry-notice{margin:0}.control-device-registry-head h2{font-size:22px}.control-device-registry-head p,.control-device-registry-empty,.control-device-registry-notice{color:var(--muted);font-size:12px;line-height:1.65}.control-device-registry-empty,.control-device-registry-notice{border-top:1px solid var(--theme-control-border,var(--line));padding:18px 0}.control-device-registry-notice{color:var(--ink-strong)}.control-device-registry-list{border-top:1px solid var(--theme-control-border,var(--line));margin:0;padding:0;list-style:none}.control-device-registry-row{border-bottom:1px solid var(--theme-control-border,var(--line));grid-template-columns:minmax(180px,1.3fr) minmax(118px,.75fr) minmax(150px,.9fr) auto;align-items:center;gap:18px;min-height:82px;display:grid}.control-device-registry-name{gap:4px;min-width:0;display:grid}.control-device-registry-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.control-device-registry-name span,.control-device-registry-binding{color:var(--muted);font-size:12px}.control-device-registry-status{color:var(--ink-strong);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.control-device-registry-status i{background:var(--muted);border-radius:50%;width:8px;height:8px}.control-device-registry-status.is-online i{background:var(--theme-success-fill,#169c62)}.control-device-registry-status.is-offline i{background:var(--theme-danger-fill,#ca4b4b)}.control-device-unbind{justify-content:center;align-items:center;gap:7px;min-width:92px;min-height:44px;padding-inline:12px;display:inline-flex}.control-guide-entry{border:1px solid var(--theme-control-border,var(--line));background:var(--surface);box-shadow:var(--shadow-soft);gap:16px;padding:20px;scroll-margin-top:96px;display:grid}.control-guide-entry-head,.control-guide-entry-actions,.control-center-progress,.control-center-slide-head,.control-platform-panel-actions{justify-content:space-between;align-items:center;gap:14px;display:flex}.control-guide-entry-head h2,.control-center-progress h1,.control-center-progress p,.control-center-slide-head h2,.control-center-slide-head p,.control-center-live-controls p,.control-center-apply-action p{margin:0}.control-guide-entry-head h2{margin-top:5px;font-size:22px}.control-center-progress{border-bottom:1px solid var(--theme-control-border,var(--line));align-items:flex-end;margin:2px 0 16px;padding:0 6px 14px}.control-device-condition{border:1px solid var(--theme-control-border,var(--line));border-radius:var(--radius-control);background:var(--surface);grid-template-columns:12px auto;align-items:center;gap:10px;min-width:132px;min-height:44px;padding:7px 10px;display:inline-grid}.control-device-condition>span:last-child{gap:2px;display:grid}.control-device-condition small{color:var(--muted);font-size:10px;font-weight:700}.control-device-condition strong{color:var(--ink-strong);font-size:12px}.control-device-condition-light,.control-center-apply-mark i{width:10px;height:10px;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 14%, transparent);transform-origin:50%;background:currentColor;border:2px solid;border-radius:50%;display:block}.control-device-condition.is-success,.control-center-apply-mark.is-success{color:var(--success,var(--theme-success,#067647))}.control-device-condition.is-warning,.control-center-apply-mark.is-warning{color:var(--warning,var(--theme-warning,#b54708))}.control-device-condition.is-danger,.control-center-apply-mark.is-danger{color:var(--red,var(--theme-danger,#d92d20))}.control-device-condition.is-warning .control-device-condition-light,.control-center-apply-mark.is-warning i{animation:1.4s ease-out infinite control-device-pulse}@keyframes control-device-pulse{50%{opacity:.45;transform:scale(1.18)}}.control-center-progress h1{margin-top:5px;font-size:28px}.control-center-progress p{color:var(--muted);margin-top:5px;font-size:12px}.control-center-carousel{grid-template-columns:50px minmax(0,1fr) 50px;align-items:stretch;gap:12px;min-width:0;display:grid}.control-center-arrow{width:50px;min-width:50px;height:72px;font:900 24px var(--font-mono);align-self:center;padding:0}.control-center-viewport{min-width:0;overflow:hidden}.control-center-track{width:500%;min-width:0;transition:transform .26s ease-out;display:flex}.control-center-slide{width:20%;min-width:0;min-height:570px;box-shadow:8px 9px 0 var(--theme-shadow,#0f172a1a);align-content:start;gap:18px;padding:20px;display:grid}.control-center-slide[aria-hidden=true]{visibility:hidden}.control-center-slide-head{border-bottom:1px solid var(--theme-control-border,var(--line));align-items:flex-start;padding-bottom:14px}.control-center-slide-head h2{margin-top:5px;font-size:22px}.control-center-slide-head p{color:var(--muted);margin-top:5px;font-size:12px}.control-center-device-layout,.control-center-video-layout,.control-work-picker-layout,.control-audio-layout,.control-center-lighting-grid,.control-center-follow-grid,.control-center-apply-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start;gap:28px;display:grid}.control-work-picker-layout{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr)}.control-work-library-panel{gap:12px;min-width:0;display:grid}.control-work-library-head{justify-content:space-between;align-items:end;gap:14px;min-width:0;display:flex}.control-work-library-head>div:first-child{gap:3px;min-width:0;display:grid}.control-work-library-head strong{font-size:14px}.control-work-library-head span{color:var(--muted);font-size:10px}.control-work-library-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.control-work-filters{border:1px solid var(--theme-control-border,var(--line));background:var(--surface-deep);flex:none;display:inline-flex}.control-work-filters button{border:0;border-right:1px solid var(--theme-control-border,var(--line));min-height:44px;color:var(--muted-strong);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:5px;padding:0 10px;display:inline-flex}.control-work-filters button:last-child{border-right:0}.control-work-filters button[aria-pressed=true]{background:var(--surface-solid);color:var(--accent-strong);box-shadow:inset 0 -2px 0 var(--accent)}.control-work-filters button:focus-visible,.control-work-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.control-work-local-upload{white-space:nowrap;gap:6px;min-height:44px}.control-work-upload-status{color:var(--muted);text-align:right;margin:-4px 0 0;font-size:11px;line-height:1.5}.control-work-upload-status[data-state=complete]{color:var(--theme-success,#177245)}.control-work-upload-status[data-state=error]{color:var(--signal-red)}.control-work-library{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:450px;padding-right:4px;display:grid;overflow:auto}.control-work-item{border:1px solid var(--theme-control-border,var(--line));background:var(--surface);min-height:82px;color:var(--ink);text-align:left;cursor:pointer;grid-template-columns:78px minmax(0,1fr) 26px;align-items:center;gap:11px;padding:7px;display:grid}.control-work-item:hover{border-color:var(--theme-control-border,var(--line-strong));background:var(--surface-deep)}.control-work-item[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.control-work-copy{gap:5px;min-width:0;display:grid}.control-work-item strong{overflow-wrap:anywhere;font-size:12px}.control-work-item small{color:var(--muted);font-size:10px}.control-work-select-mark{width:24px;height:24px;color:var(--muted);place-items:center;display:grid}.control-work-item[aria-pressed=true] .control-work-select-mark{background:var(--theme-action,var(--accent));color:#fff}.control-work-thumb{aspect-ratio:4/3;border:1px solid var(--theme-control-border,var(--line-strong));background:var(--surface-deep);width:78px;display:block;position:relative;overflow:hidden}.control-work-thumb video,.control-work-image-preview{width:100%;height:100%;position:absolute;inset:0}.control-work-thumb video{object-fit:cover;display:block}.control-work-image-preview{background-position:50%;background-repeat:no-repeat;background-size:cover}.control-work-play{border:1px solid var(--theme-control-border,#ffffffbf);color:#fff;background:#101820b8;border-radius:50%;place-items:center;width:30px;height:30px;margin:auto;display:grid;position:absolute;inset:0}.control-work-settings{border-block:1px solid var(--theme-control-border,var(--line));align-content:start;gap:16px;padding:18px;display:grid}.control-work-settings>strong{font-size:18px;line-height:1.45}.control-capability-note,.control-upload-name{border:1px solid var(--theme-control-border,var(--line));background:var(--accent-soft);color:var(--muted-strong);margin:0;padding:12px;font-size:11px;line-height:1.6}.control-capability-note.is-ready{border-color:var(--success);color:var(--success);align-items:center;gap:7px;display:flex}.control-work-upload{justify-content:center;align-items:center;gap:7px;display:inline-flex}.control-audio-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}.control-audio-sources{gap:8px;display:grid}.control-audio-source{border:1px solid var(--theme-control-border,var(--line));background:var(--surface);min-height:66px;color:var(--ink);text-align:left;cursor:pointer;grid-template-columns:18px minmax(0,1fr);gap:4px 12px;padding:11px 12px;display:grid}.control-audio-source>span{border:2px solid var(--theme-control-border,var(--line-strong));grid-row:1/3;align-self:center;width:14px;height:14px}.control-audio-source[aria-checked=true]{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 4px 0 0 var(--accent)}.control-audio-source[aria-checked=true]>span{border:4px solid var(--accent);background:var(--theme-surface,white)}.control-audio-source strong{font-size:12px}.control-audio-source small{color:var(--muted);font-size:10px}.control-audio-settings{border-block:1px solid var(--theme-control-border,var(--line));align-content:start;gap:16px;padding:18px;display:grid}.control-track-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.control-track-list button{border:1px solid var(--theme-control-border,var(--line));background:var(--surface);min-height:62px;color:var(--ink);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.control-track-list button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.control-track-list button>span{gap:4px;display:grid}.control-track-list small{color:var(--muted);font-size:9px}.control-official-track-detail{border-block:1px solid var(--theme-control-border,var(--line));background:var(--surface-soft);gap:12px;padding:14px;display:grid}.control-official-track-detail>div{gap:4px;min-width:0;display:grid}.control-official-track-detail strong{font-size:14px}.control-official-track-detail p,.control-official-track-detail small{color:var(--muted);overflow-wrap:anywhere;margin:0;line-height:1.5}.control-official-track-detail p{font-size:11px}.control-official-track-detail small{font-size:10px}.control-official-track-detail audio{width:100%;min-height:44px;display:block}.control-capability-note.is-warning{border-color:var(--warning);background:var(--theme-warning-soft,#fff8eb);color:var(--warning)}.control-center-form-stack{gap:14px;display:grid}.control-center-slide .field{gap:7px;margin:0;display:grid}.control-center-slide .field>span{color:var(--muted-strong);font-size:11px;font-weight:800}.control-center-slide input,.control-center-slide select{width:100%;min-height:44px}.control-center-slide input[type=range]{min-height:auto;accent-color:var(--accent)}.control-center-slide input[type=color]{padding:4px}.control-center-device-status,.control-center-live-controls,.control-center-apply-action{border-block:1px solid var(--theme-control-border,var(--line));text-align:center;align-content:center;justify-items:center;gap:12px;min-height:300px;padding:22px;display:grid}.control-center-device-status>span:not(.control-platform-cabinet-mark),.control-center-live-controls p,.control-center-apply-action p{color:var(--muted);font-size:12px;line-height:1.6}.control-center-device-status .control-platform-cabinet-mark{width:92px;height:78px}.control-center-device-status .control-platform-hardware{width:100%}.control-center-live-controls>strong{overflow-wrap:anywhere;max-width:100%;font-family:var(--font-mono)}.control-center-live-controls .control-platform-video-actions{width:100%}.control-center-lighting-slide{min-height:680px}.control-center-lighting-grid{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}.control-center-lighting-grid .control-platform-effect-grid{max-height:300px}.control-center-follow-grid .control-platform-link-flow{align-self:stretch}.control-center-follow-grid .control-platform-link-flow>div{min-height:150px}.control-center-summary{margin:0;display:grid}.control-center-summary>div{border-bottom:1px solid var(--theme-control-border,var(--line));grid-template-columns:minmax(120px,.45fr) minmax(0,1fr);gap:16px;padding:13px 0;display:grid}.control-center-summary dt{color:var(--muted);font-size:11px}.control-center-summary dd{text-align:right;overflow-wrap:anywhere;margin:0}.control-center-apply-mark{width:64px;height:64px;font:900 24px var(--font-mono);clip-path:polygon(0 0,76% 0,100% 24%,100% 100%,24% 100%,0 76%);border:2px solid;place-items:center;display:grid}.control-center-apply-mark i{width:18px;height:18px}.control-center-apply-action .button{min-width:190px}.control-center-step-rail{justify-content:center;gap:9px;margin-top:16px;display:flex}.control-center-step-rail .button{justify-items:center;gap:5px;min-width:92px;min-height:48px;padding:8px 12px;display:grid}.control-scheme-section{margin-top:28px}.control-scheme-section-head{border-bottom:2px solid var(--theme-control-border,var(--line-strong));justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:12px;display:flex}.control-scheme-section-head h2,.control-scheme-section-head p{margin:0}.control-scheme-section-head h2{margin-top:0;font-size:22px}.control-scheme-section-head p,.control-scheme-section-head>span{color:var(--muted);font:700 10px var(--font-mono)}.control-scheme-row-actions{gap:8px;display:flex}.official-scheme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.official-scheme-card{border:1px solid var(--line);background:var(--surface);min-height:130px;color:var(--ink);text-align:left;cursor:pointer;grid-template-columns:92px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:12px;display:grid}.official-scheme-card:hover{border-color:var(--accent);box-shadow:5px 6px 0 var(--theme-shadow,#2563eb1a)}.official-scheme-card>span:nth-child(2){gap:5px;display:grid}.official-scheme-card small{color:var(--accent-strong);font:700 9px var(--font-mono)}.official-scheme-card strong{font-size:16px}.official-scheme-card p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.official-scheme-card>i{color:var(--accent-strong);font:900 16px var(--font-mono);font-style:normal}.official-scheme-visual{border:1px solid var(--line-strong);background:linear-gradient(150deg, var(--theme-selected,#edf6ff), var(--theme-selected,#d8e7f2) 50%, var(--theme-surface,#f9fbfd) 51%);height:96px;display:block;position:relative;overflow:hidden}.official-scheme-visual img{object-fit:cover}.official-scheme-visual i,.official-scheme-visual b{border:2px solid var(--accent);clip-path:polygon(50% 0,100% 35%,80% 100%,20% 100%,0 35%);display:block;position:absolute;inset:18px 26px 10px}.official-scheme-visual b{border-color:var(--signal-red);clip-path:none;border-width:0 0 3px;inset:36px 12px 8px}.visual-2{background:linear-gradient(150deg, var(--theme-surface,#fff), var(--theme-selected,#d9e5f7) 48%, var(--theme-danger-soft,#f4dede) 49%)}.visual-3{background:linear-gradient(150deg, var(--theme-surface,#f8fbff), var(--theme-raised,#e4ebf1) 52%, var(--theme-selected,#eef6ff) 53%)}.control-scheme-modal-backdrop{z-index:1000;background:var(--theme-overlay,#0b121d94);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.control-scheme-modal{border:1px solid var(--theme-control-border,var(--line-strong));background:var(--paper);width:min(1040px,100%);max-height:calc(100dvh - 48px);box-shadow:12px 14px 0 var(--theme-shadow,#0003);overflow:auto}.control-scheme-modal>header{border-bottom:2px solid var(--theme-control-border,var(--line-strong));justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.control-scheme-modal h2,.control-scheme-modal p{margin:0}.control-modal-close{width:44px;min-width:44px;padding:0;font-size:22px}.control-scheme-modal-body{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);display:grid}.official-preview-panel,.official-config-panel{padding:20px}.official-preview-panel{border-right:1px solid var(--line)}.official-preview-stage{border:1px solid var(--line-strong);background:linear-gradient(145deg, var(--theme-surface,#f8fbff), var(--theme-selected,#dceaf7) 48%, var(--theme-raised,#f5f8fb) 49%);align-content:center;place-items:center;gap:12px;min-height:360px;display:grid;position:relative;overflow:hidden}.official-preview-stage.has-media{background:#050608;padding:0}.official-preview-stage.has-media:before{display:none}.official-preview-stage.has-media :is(img,video){object-fit:contain;width:100%;height:100%;min-height:360px;display:block}.official-preview-stage:before{content:"";background-image:linear-gradient(var(--theme-blue-tint,#2563eb14) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb14) 1px, transparent 1px);background-size:28px 28px;position:absolute;inset:0}.official-preview-stage>*{z-index:1;position:relative}.official-preview-stage span{color:var(--accent-strong);font:800 10px var(--font-mono)}.official-preview-stage strong{font-size:26px}.official-preview-stage i{border:4px solid var(--accent);clip-path:polygon(50% 0,100% 28%,82% 100%,18% 100%,0 28%);width:92px;height:130px}.official-preview-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.official-preview-thumbs button{border:1px solid var(--theme-control-border,var(--line));background:var(--surface);min-height:52px;color:var(--ink);cursor:pointer}.official-preview-thumbs button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.official-config-panel{align-content:start;gap:18px;display:grid}.official-config-panel>p{color:var(--muted);font-size:12px;line-height:1.7}.official-config-panel dl{margin:0;display:grid}.official-config-panel dl>div{border-bottom:1px solid var(--line);padding:14px 0}.official-config-panel dt{color:var(--muted);font-size:10px}.official-config-panel dd{margin:5px 0 0;font-weight:700;line-height:1.5}.control-delete-dialog{border:1px solid var(--theme-control-border,var(--line-strong));background:var(--paper);width:min(460px,100%);box-shadow:10px 12px 0 var(--theme-shadow,#0003);padding:24px}.control-delete-dialog h2{margin:8px 0;font-size:22px}.control-delete-dialog p{color:var(--muted);font-size:12px;line-height:1.65}.control-delete-dialog>div{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.control-center-step-rail .button>span{background:currentColor;width:28px;height:4px}.control-center-step-rail .button small{font-size:9px}.control-center-step-rail .button[aria-current=step]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 4px 0 0 var(--accent), 3px 3px 0 var(--theme-shadow,#2563eb1f)}.control-center-slide .control-platform-receipts{border-top:1px solid var(--theme-control-border,var(--line));box-shadow:none;background:0 0;margin-top:8px;padding:14px 0 0}@media (prefers-reduced-motion:reduce){.control-device-condition.is-warning .control-device-condition-light,.control-center-apply-mark.is-warning i{animation:none}.control-center-track{transition:none}}@media (max-width:760px){.editor-shell .control-platform-sidebar{grid-template-rows:1fr;grid-template-columns:auto minmax(420px,1fr) auto}.control-platform-sidebar-copy{display:none}.control-guide-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.control-center-slide{min-height:620px}}@media (max-width:900px){.control-center-device-layout,.control-center-video-layout,.control-work-picker-layout,.control-audio-layout,.control-center-lighting-grid,.control-center-follow-grid,.control-center-apply-layout,.official-scheme-grid,.control-scheme-modal-body{grid-template-columns:1fr}.official-preview-panel{border-right:0;border-bottom:1px solid var(--line)}.control-center-slide{min-height:880px}.control-center-lighting-slide{min-height:1120px}}@media (max-width:700px){.editor-shell .control-platform-sidebar{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr)}.editor-shell .control-platform-sidebar .editor-sidebar-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.control-guide-heading,.control-guide-entry-head,.control-center-progress,.control-guide-entry-actions{flex-direction:column;align-items:stretch}.control-guide-entry-actions .button,.control-guide-heading>.button{width:100%}.control-guide-steps,.control-guide-boundary,.control-work-library,.control-track-list{grid-template-columns:1fr}.control-work-library-head,.control-work-library-actions{flex-direction:column;align-items:stretch}.control-work-filters{width:100%}.control-work-filters button{flex:1}.control-work-local-upload{width:100%}.control-work-upload-status{text-align:left}.control-guide-boundary>div{border-right:0;border-bottom:1px solid var(--theme-control-border,var(--line));min-height:auto}.control-scheme-row-actions{grid-column:1/-1}.control-scheme-row-actions .button{flex:1}.control-guide-step{min-height:auto}.control-device-registry-head{flex-direction:column;align-items:start;gap:8px}.control-device-registry-row{grid-template-columns:minmax(0,1fr) auto;gap:10px 16px;padding:14px 0}.control-device-registry-status,.control-device-registry-binding{grid-column:1}.control-device-unbind{grid-area:1/2/span 3}.control-center-carousel{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px}.control-center-arrow{width:44px;min-width:44px}.control-center-slide{min-height:980px;padding:14px}.control-center-lighting-slide{min-height:1280px}.control-center-step-rail{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.control-center-step-rail .button{min-width:0;padding-inline:6px}.control-center-step-rail .button small{display:none}}@media (max-width:440px){.control-center-carousel{grid-template-columns:1fr}.control-center-arrow{display:none}.control-center-slide{min-height:1050px}.control-center-lighting-slide{min-height:1420px}.control-center-summary>div{grid-template-columns:1fr;gap:5px}.control-center-summary dd{text-align:left}}.control-platform-mobile-menu-button,.control-platform-heading-mark,.control-platform-personal-link{display:none}.control-guide-heading-copy{min-width:0}.control-guide-heading-mobile-copy{display:none}@media (max-width:760px),(max-width:960px) and (max-height:500px){.page.editor-shell.control-platform-shell{min-height:100dvh;padding-top:64px;padding-left:0;position:relative;overflow-x:hidden}.control-platform-shell .control-platform-sidebar{z-index:50;width:min(88vw,360px);height:100dvh;padding:max(10px, env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom));border:0;border-right:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-surface,#f8fbff);box-shadow:18px 0 42px var(--theme-shadow,#0f172a29);visibility:hidden;pointer-events:none;grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);align-content:stretch;align-items:stretch;gap:0;transition:transform .2s cubic-bezier(.16,1,.3,1),visibility 0s linear .2s;display:grid;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-104%)}.control-platform-shell .control-platform-sidebar.mobile-open{visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(0)}.control-platform-mobile-scrim{z-index:1090;background:#0f172a6b;border:0;border-radius:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.control-platform-mobile-menu-button{top:max(8px, env(safe-area-inset-top));z-index:50;background:var(--theme-surface-translucent,#fbfcfef0);width:44px;height:44px;color:var(--theme-ink-soft,#344054);box-shadow:0 2px 8px var(--theme-shadow,#0f172a14);border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid;position:fixed;left:10px}.control-platform-mobile-menu-button:hover,.control-platform-mobile-menu-button:focus-visible{border-color:var(--theme-link,#175cd32e);background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3)}.control-platform-mobile-menu-button:focus-visible{outline:3px solid var(--theme-link,#175cd333);outline-offset:2px}.control-platform-mobile-drawer-header{min-height:48px;color:var(--theme-ink,#111827);justify-content:space-between;align-items:center;gap:12px;font-size:15px;font-weight:760;display:flex}.control-platform-shell .control-platform-sidebar .editor-sidebar-brand{display:none}.control-platform-shell .control-platform-sidebar .control-platform-nav{border-bottom:1px solid var(--theme-control-border,#e3e8ef);grid-template-columns:1fr;gap:2px;width:100%;min-width:0;padding:8px 0;display:grid}.control-platform-shell .control-platform-sidebar .control-platform-nav .editor-action-button{white-space:nowrap;justify-content:flex-start;width:100%;min-width:0;min-height:44px;padding-inline:10px}.control-platform-shell .control-platform-sidebar .control-platform-nav .control-new-scheme{justify-content:center;margin-bottom:3px}.control-platform-shell .control-platform-sidebar .control-platform-sidebar-spacer{grid-template-rows:auto minmax(0,1fr);min-height:0;padding-top:4px;display:grid;overflow:hidden}.control-platform-shell .control-platform-sidebar .editor-history{min-height:0;padding:8px 0;display:grid;overflow:hidden}.control-platform-shell .control-platform-sidebar .conversation-history{min-height:0;overflow-y:auto}.control-platform-shell .control-platform-sidebar .editor-sidebar-links{display:none}.control-platform-shell .control-platform-sidebar .editor-sidebar-actions{border-top:1px solid var(--theme-control-border,#e3e8ef);grid-template-columns:minmax(0,1fr);gap:2px;padding-top:8px;display:grid}.control-platform-shell .control-platform-sidebar .control-platform-personal-link{width:100%;min-height:46px;color:var(--theme-ink-soft,#344054);box-shadow:none;background:0 0;border-color:#0000;justify-content:flex-start;align-items:center;gap:9px;padding-inline:8px;font-size:13px;font-weight:680;display:flex}.control-platform-shell .control-platform-sidebar .control-platform-personal-link:hover,.control-platform-shell .control-platform-sidebar .control-platform-personal-link:focus-visible{background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3);border-color:#0000}.control-platform-shell .control-platform-sidebar .editor-control-platform,.control-platform-shell .control-platform-sidebar .editor-auth-button{display:none}.control-platform-shell .control-platform-content{width:100%;padding:14px 14px calc(96px + env(safe-area-inset-bottom))}.control-platform-shell .control-guide-heading-copy{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.control-platform-shell .control-platform-heading-mark{place-items:center;display:grid}.control-platform-shell .control-platform-heading-mark .brand-mark{border-radius:10px;width:42px;height:42px;display:block;box-shadow:inset 0 0 0 1px #0f172a24,3px 3px #0f172a14}.control-platform-shell .control-guide-heading h1{font-size:24px;line-height:1.22}.control-platform-shell .control-guide-heading p{max-width:32ch;margin-top:5px;font-size:12px;line-height:1.5}.control-platform-shell .control-guide-heading-desktop-copy{display:none}.control-platform-shell .control-guide-heading-mobile-copy{display:block}}@media (prefers-reduced-motion:reduce){.control-platform-shell .control-platform-sidebar,.control-platform-shell .control-platform-mobile-menu-button{transition:none}}.login-gate-page{background:radial-gradient(circle at 80% 0, var(--theme-blue-tint,#2563eb17), transparent 32%), radial-gradient(circle at 14% 14%, var(--theme-red-tint,#dc26260b), transparent 27%), linear-gradient(var(--theme-blue-tint,#2563eb0a) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb0a) 1px, transparent 1px), var(--login-bg);background-size:auto,auto,36px 36px,36px 36px,auto}.login-gate-stack{gap:18px}.login-gate-title h1{font-size:58px;font-weight:820;line-height:1}.login-gate-title p{color:var(--theme-muted,#5b6677);line-height:1.75}.login-gate-card{background:var(--theme-surface-translucent,#fffffff2);box-shadow:5px 6px 0 var(--theme-shadow,#11182717);border-width:1px;border-radius:8px;gap:15px;padding:24px}.login-gate-card:before{background:linear-gradient(90deg, var(--theme-action,var(--login-blue)) 0 68%, var(--login-red) 68% 100%);border-radius:0;height:3px;top:-1px;left:18px;right:18px}.login-gate-mode-switch{border-radius:6px;gap:2px;padding:3px}.login-gate-mode-switch button{border-radius:4px}.login-gate-mode-switch button[aria-selected=true]{box-shadow:none}.login-gate-field input{border-width:1px;border-radius:6px;height:50px}.login-gate-actions .button,.login-gate-code-button{border-width:1px;border-radius:6px}.login-gate-actions .button.primary{box-shadow:3px 3px 0 var(--login-line)}.editor-shell{--shadow-soft:3px 4px 0 var(--theme-shadow,#0f172a13);--shadow-panel:5px 6px 0 var(--theme-shadow,#0f172a17);background:radial-gradient(circle at 78% -10%, var(--theme-blue-tint,#2563eb16), transparent 32%), radial-gradient(circle at 8% 18%, var(--theme-red-tint,#dc26260a), transparent 28%), linear-gradient(var(--theme-blue-tint,#2563eb0b) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb0b) 1px, transparent 1px), linear-gradient(180deg, var(--theme-page,#fafcff) 0%, var(--theme-page,#f0f5fd) 100%);background-size:auto,auto,30px 30px,30px 30px,auto}.editor-shell .panel,.editor-shell .editor-panel,.editor-shell .generation-history-item,.editor-shell .library-card,.editor-shell .library-empty-state,.editor-shell .workspace-file-empty{background:var(--theme-surface-translucent,#fffffff0);-webkit-backdrop-filter:none;backdrop-filter:none}.editor-sidebar{background:var(--theme-sidebar,#fafcfff7);box-shadow:4px 0 0 var(--theme-shadow,#0f172a0b);border-right-width:1px}.editor-sidebar .brand-mark{box-shadow:inset 0 0 0 1px var(--line-strong), 2px 2px 0 #0f172a1a;border-radius:6px}.editor-shell .button,.editor-shell .field input,.editor-shell .field select,.editor-shell .model-selector select{box-shadow:1px 2px 0 var(--theme-shadow,#0f172a0f);border-radius:6px}.editor-shell .button.primary{box-shadow:3px 3px 0 var(--theme-shadow,#1d4ed829)}.editor-action-button[aria-pressed=true],.mode-card.active,.control-platform-sidebar .editor-action-button[aria-current=page]{border-color:var(--accent);background:var(--theme-blue-tint,#2563eb13);color:var(--accent-strong);box-shadow:inset 3px 0 0 var(--accent)}.fooocus-canvas{background:radial-gradient(circle at 80% 8%, var(--theme-blue-tint,#2563eb11), transparent 27%), radial-gradient(circle at 16% 22%, var(--theme-red-tint,#dc262609), transparent 23%), linear-gradient(var(--theme-blue-tint,#2563eb0a) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb0a) 1px, transparent 1px), var(--theme-page,#f8fafd);background-size:auto,auto,32px 32px,32px 32px,auto}.mode-card,.unified-input-panel{background:var(--theme-surface-translucent,#fffffff0);box-shadow:3px 4px 0 var(--theme-shadow,#0f172a12);border-width:1px;border-radius:8px}.mode-selector{gap:8px}.mode-card{width:164px;height:72px;box-shadow:none;grid-template-columns:auto auto;gap:8px;padding:12px 16px}.mode-card:hover,.mode-card:focus-visible{border-color:var(--theme-link,#2563eb4d);box-shadow:2px 3px 0 var(--theme-shadow,#0f172a12)}.mode-icon{background:0 0;border:0;border-radius:2px;width:28px;height:28px;font-size:17px}.editor-shell .eyebrow{border-radius:3px;min-height:22px;padding-inline:7px;font-size:10px}.unified-input-panel{box-shadow:5px 7px 0 var(--theme-shadow,#0f172a16)}.editor-control-platform{box-shadow:2px 3px 0 var(--theme-shadow,#2563eb24)}.control-guide-page{background-image:linear-gradient(var(--theme-blue-tint,#2563eb07) 1px, transparent 1px), linear-gradient(90deg, var(--theme-blue-tint,#2563eb07) 1px, transparent 1px);background-size:28px 28px}.control-guide-step{border-top-width:2px}.control-guide-boundary>div{background:var(--theme-sheen,#ffffff3d)}@media (max-width:700px){.login-gate{padding:32px 16px}.login-gate-title h1{font-size:46px}.login-gate-card{padding:20px}}.editor-shell:not(.control-platform-shell){background:var(--theme-page,#fbfcfe)}.editor-shell:not(.control-platform-shell) .editor-sidebar{border-right:1px solid var(--theme-control-border,#0f172a14);background:var(--theme-sidebar,#f6f8fb);box-shadow:none;padding:16px 12px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand{border-bottom:0;flex:auto;min-width:0;min-height:56px;padding:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{border-bottom:1px solid var(--theme-control-border,var(--line));align-items:center;gap:8px;min-width:0;padding:0 4px 16px;display:flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher{flex:none}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger{gap:5px;min-height:34px;padding:0 8px;font-size:11px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-menu{left:auto;right:0;transform:translateY(4px)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher:hover .language-menu,.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher:focus-within .language-menu{transform:translateY(0)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-icon{width:48px;height:48px;box-shadow:none;object-fit:contain;border:0;border-radius:8px;flex:0 0 48px;display:block}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand strong{font-size:13px;font-weight:760}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small{font-weight:650}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{gap:2px;padding:12px 0}.device-quick-deploy-backdrop{z-index:1200;background:var(--theme-overlay,#0f172a7a);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.device-quick-deploy-dialog{border:1px solid var(--theme-border,#cfd8e5);background:var(--theme-surface,#fff);width:min(560px,100%);max-height:min(760px,100dvh - 40px);box-shadow:10px 12px 0 var(--theme-shadow,#0f172a24);overflow:auto}.device-quick-deploy-dialog.is-unbound{width:min(440px,100%);overflow:hidden}.device-quick-deploy-dialog>header,.device-quick-deploy-dialog>footer{border-bottom:1px solid var(--theme-border,#e3e8ef);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.device-quick-deploy-dialog>header>div{gap:3px;display:grid}.device-quick-deploy-dialog>header span{color:var(--theme-link,#175cd3);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.device-quick-deploy-dialog h2{color:var(--theme-ink,#111827);margin:0;font-size:20px}.device-quick-deploy-close{width:44px;height:44px;color:var(--theme-ink-soft,#526074);background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;display:grid}.device-quick-deploy-close:hover,.device-quick-deploy-close:focus-visible{border-color:var(--theme-link,#b9c9df);background:var(--theme-raised,#f3f7fc);color:var(--theme-link,#175cd3)}.device-quick-deploy-body{gap:14px;padding:18px;display:grid}.device-quick-deploy-summary{border:1px solid var(--theme-border,#dbe3ee);background:var(--theme-surface,#f7f9fc);justify-content:space-between;align-items:baseline;gap:12px;padding:12px;display:flex}.device-quick-deploy-summary strong{color:var(--theme-ink,#1f2937);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.device-quick-deploy-summary span{color:var(--theme-muted,#687386);font-size:12px}.device-quick-deploy-dialog .field{gap:6px;display:grid}.device-quick-deploy-dialog .field>span,.device-quick-range>span,.device-quick-color>span{color:var(--theme-ink-soft,#526074);font-size:12px;font-weight:700}.device-quick-deploy-dialog select{min-height:44px}.device-quick-lighting-row{grid-template-columns:minmax(0,1fr) 88px;align-items:end;gap:12px;display:grid}.device-quick-color{gap:6px;display:grid}.device-quick-color input{width:88px;height:44px;padding:4px}.device-quick-range{gap:7px;display:grid}.device-quick-range>span{justify-content:space-between;display:flex}.device-quick-range input{width:100%}.device-quick-mask{border-block:1px solid var(--theme-border,#e3e8ef);gap:10px;padding-block:12px;display:grid}.device-quick-mask-toggle{min-height:44px;color:var(--theme-ink-soft,#39465a);grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;font-size:13px;font-weight:700;display:grid}.device-quick-mask-toggle input{accent-color:#175cd3;width:18px;height:18px;margin:0}.device-quick-mask input[type=file]{border:1px solid var(--theme-control-border,#b9c9df);background:var(--theme-surface,#fff);min-height:44px;color:var(--theme-ink-soft,#39465a);padding:8px}.device-quick-mask small{color:var(--theme-muted,#687386);font-size:11px}.device-quick-deploy-error{border-left:3px solid var(--theme-danger,#c93632);background:var(--theme-danger-soft,#fff3f2);color:var(--theme-danger,#a42c28);margin:0;padding:10px 12px;font-size:12px;line-height:1.55}.device-quick-deploy-status{min-height:22px;color:var(--theme-ink-soft,#526074);align-items:center;gap:7px;margin:0;font-size:12px;line-height:1.55;display:flex}.device-quick-deploy-status[data-phase=success]{color:var(--theme-success,#16794c)}.device-quick-deploy-status[data-phase=error]{color:var(--theme-danger,#a42c28)}.device-quick-deploy-spinner{animation:.9s linear infinite device-pair-spin}.device-quick-unbound-copy{color:var(--theme-ink-soft,#526074);margin:0;font-size:14px;line-height:1.7}.device-quick-deploy-dialog>footer{border-top:1px solid var(--theme-border,#e3e8ef);border-bottom:0;justify-content:flex-end}.community-submission-dialog{width:min(600px,100vw - 32px)}.community-submission-source{gap:7px;max-width:260px;display:grid}.community-submission-source>span{color:var(--theme-muted,#687386);font-size:12px;font-weight:700}.community-submission-notice{border-left:3px solid var(--theme-link,#175cd3);background:var(--theme-raised,#f1f6ff);color:var(--theme-ink-soft,#526074);margin:0;padding:10px 12px;font-size:12px;line-height:1.6}.community-submission-rights{color:var(--theme-ink-soft,#39465a);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;font-size:12px;line-height:1.6;display:grid}.community-submission-rights input{accent-color:#175cd3;width:16px;height:16px;margin:2px 0 0}@media (max-width:560px){.device-quick-deploy-backdrop{padding:12px}.device-quick-deploy-dialog{max-height:calc(100dvh - 24px);box-shadow:4px 5px 0 var(--theme-shadow,#0f172a1f)}.device-quick-lighting-row{grid-template-columns:minmax(0,1fr) 76px}.device-quick-color input{width:76px}.device-quick-deploy-dialog>footer .button{flex:1}}.mobile-v2-topbar{display:none}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-creator-topbar{display:none!important}.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{height:100dvh;min-height:100dvh;padding:calc(58px + env(safe-area-inset-top)) 16px calc(96px + env(safe-area-inset-bottom));background:var(--v2-bg);overflow-y:auto}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=play] .fooocus-canvas{padding:calc(72px + env(safe-area-inset-top)) 16px calc(96px + env(safe-area-inset-bottom));display:block}.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-v2-topbar{z-index:70;height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 8px;border-bottom:1px solid var(--theme-control-border,var(--v2-line));background:var(--theme-surface-translucent,#fffffff5);justify-content:space-between;align-items:flex-end;gap:12px;display:flex;position:fixed;inset:0 0 auto}.mobile-v2-topbar-brand,.mobile-v2-topbar-actions{align-items:center;min-width:0;display:flex}.mobile-v2-topbar-brand{gap:9px}.mobile-v2-topbar-brand strong{color:var(--v2-ink);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:650;overflow:hidden}.mobile-v2-topbar-logo{object-fit:contain;border-radius:6px;width:28px;height:28px}.mobile-v2-topbar-actions{gap:4px}.mobile-v2-settings-button{width:44px;height:44px;color:var(--v2-muted);border:1px solid #0000;border-radius:8px;place-items:center;text-decoration:none;display:grid}.mobile-v2-settings-button:hover,.mobile-v2-settings-button:focus-visible{border-color:var(--theme-link,#c8d6ff);background:var(--v2-blue-soft);color:var(--v2-blue);outline:none}.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-workbench-nav{height:calc(64px + env(safe-area-inset-bottom));z-index:120;padding:4px 16px env(safe-area-inset-bottom);border-top-color:var(--theme-control-border,var(--v2-line));background:var(--theme-sidebar,#fffffffa);box-shadow:0 -6px 18px var(--theme-shadow,#1118270f);grid-template-columns:repeat(4,minmax(0,1fr));position:fixed}.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-workbench-nav-item{min-height:52px;color:var(--v2-muted);border-radius:8px;font-size:12px}.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-workbench-nav-item.is-active{background:var(--v2-blue-soft);color:var(--v2-blue)}.editor-shell-v2-mobile:not(.control-platform-shell) .mobile-workbench-nav-item:focus-visible{outline:3px solid var(--theme-link,#2457d638);outline-offset:2px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .generate-center-stage{align-content:start;gap:12px;width:100%;min-height:100%;margin:0;padding:0}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .fooocus-canvas{z-index:auto;height:100dvh;min-height:100dvh;padding:calc(56px + env(safe-area-inset-top)) 16px calc(84px + env(safe-area-inset-bottom));background:var(--v2-bg);display:block;position:relative;overflow-y:auto}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .generate-center-stage{width:min(880px,100%);min-height:0;max-height:none;box-shadow:none;background:0 0;border-radius:0;gap:10px;padding:8px 0 0;overflow:visible}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-v2-page-header{border-bottom:1px solid var(--theme-control-border,var(--v2-line));flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:0 0 12px;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-v2-page-heading h1{font-size:24px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-v2-header-controls{justify-content:space-between;width:100%}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-empty-intro{text-align:left;align-items:flex-start}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-empty-intro h1{font-size:18px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-empty-intro p{max-width:34ch;font-size:12px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .creator-empty-intro{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .unified-input-panel{width:100%;max-width:100%;box-shadow:0 8px 24px var(--theme-shadow,#11182714);border-radius:8px;margin:0;position:static}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .mobile-v2-topbar{display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=create] .generate-center-stage{padding-bottom:calc(84px + env(safe-area-inset-bottom))}}.editor-shell:not(.control-platform-shell) .editor-action-button{min-height:44px;box-shadow:none;color:var(--theme-ink-soft,#4f5b6d);background:0 0;border-color:#0000;justify-content:flex-start;gap:8px;padding-inline:10px;font-size:13px;font-weight:620}.editor-shell:not(.control-platform-shell) .editor-action-button:hover,.editor-shell:not(.control-platform-shell) .editor-action-button:focus-visible{background:var(--theme-blue-tint,#2563eb0e);color:var(--ink-strong);box-shadow:none;border-color:#0000}.editor-shell:not(.control-platform-shell) .editor-new-conversation{border-color:var(--theme-control-border,#0f172a17);background:var(--theme-surface,#fff);min-height:42px;color:var(--ink-strong);box-shadow:0 1px 3px var(--theme-shadow,#0f172a0f);border-radius:8px;justify-content:center;margin-bottom:5px;font-weight:700}.editor-shell:not(.control-platform-shell) .editor-new-conversation:hover,.editor-shell:not(.control-platform-shell) .editor-new-conversation:focus-visible{border-color:var(--theme-link,#2563eb33);background:var(--theme-surface,#fff)}.creator-device-control{grid-template-columns:minmax(0,1fr);gap:6px;margin-bottom:5px;display:grid}.creator-device-control.has-devices{grid-template-columns:minmax(0,1fr) 38px auto}.creator-device-control.has-tune{grid-template-columns:minmax(0,1fr) 38px}.editor-shell:not(.control-platform-shell) .creator-device-status{border-color:var(--theme-control-border,#0f172a14);background:var(--theme-surface-translucent,#ffffffad);min-height:42px}.editor-shell:not(.control-platform-shell) .creator-device-tune,.editor-shell:not(.control-platform-shell) .creator-device-manage{border-color:var(--theme-control-border,#0f172a14);background:var(--theme-surface-translucent,#ffffffad);width:38px;min-height:42px;color:var(--theme-muted,#667085);padding:0}.editor-shell:not(.control-platform-shell) .creator-device-manage{width:auto;min-width:62px;color:var(--theme-danger,#b42318);white-space:nowrap;gap:5px;padding-inline:9px;font-size:11px;font-weight:700}.editor-shell:not(.control-platform-shell) .creator-device-manage:hover,.editor-shell:not(.control-platform-shell) .creator-device-manage:focus-visible{border-color:var(--theme-link,#ca4b4b38);background:var(--theme-surface,#fff7f6);color:var(--theme-danger,#b42318)}.creator-device-status-light{background:var(--theme-raised,#98a2b3);width:9px;height:9px;box-shadow:0 0 0 3px var(--theme-shadow,#98a2b324);border-radius:50%;flex:0 0 9px}.creator-device-status[data-state=online] .creator-device-status-light{background:var(--theme-success-fill,#169c62);box-shadow:0 0 0 3px var(--theme-shadow,#169c6224)}.creator-device-status[data-state=offline] .creator-device-status-light,.creator-device-status[data-state=error] .creator-device-status-light{background:var(--theme-danger-fill,#ca4b4b);box-shadow:0 0 0 3px var(--theme-shadow,#ca4b4b1f)}.creator-device-status[data-state=waiting] .creator-device-status-light{box-shadow:0 0 0 3px var(--theme-shadow,#d18b2024);background:#d18b20}.creator-device-status-copy{text-align:left;gap:1px;min-width:0;display:grid}.creator-device-status-copy strong,.creator-device-status-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.creator-device-status-copy strong{color:inherit;font-size:12px;font-weight:720}.creator-device-status-copy small{color:var(--theme-muted,#7a8595);font-size:10px;font-weight:600}.creator-device-layout{--creator-sidebar-width:278px;--creator-device-panel-width:420px;min-height:100dvh}.creator-device-layout .fooocus-workbench{transition:padding-left .18s cubic-bezier(.16,1,.3,1)}.creator-device-layout.is-device-panel-open .fooocus-workbench{padding-left:var(--creator-device-panel-width)}.creator-device-layout.is-device-panel-open .generate-center-stage,.creator-device-layout.is-device-panel-open .editor-input-slot,.creator-device-layout.is-device-panel-open .unified-input-panel{width:min(760px,100%)}.creator-device-panel{inset:0 auto 0 var(--creator-sidebar-width);z-index:25;width:var(--creator-device-panel-width);border-right:1px solid var(--theme-border,#d4dce8);background:var(--theme-surface,#fff);color:var(--theme-ink,#172033);box-shadow:8px 0 22px var(--theme-shadow,#0f172a12);grid-template-rows:minmax(0,1fr) auto;display:grid;position:fixed;overflow:hidden}.creator-device-panel-body{scrollbar-gutter:stable;min-height:0;padding:16px 16px 28px;overflow-y:auto}.creator-device-panel-unavailable{align-content:center;display:grid}.creator-device-panel-unavailable .creator-device-panel-empty{border-top:0;margin:0}.creator-device-panel-field,.creator-device-panel-range{gap:7px;min-width:0;display:grid}.creator-device-panel-field>span,.creator-device-panel-range>span{color:var(--theme-ink-soft,#526074);font-size:12px;font-weight:700}.creator-device-panel-field select{border:1px solid var(--theme-control-border,#cfd8e5);background:var(--theme-surface,#fff);width:100%;min-height:44px;color:var(--theme-ink,#172033);font:inherit;text-overflow:ellipsis;border-radius:6px;padding:0 34px 0 11px;font-size:13px;overflow:hidden}.creator-device-panel-field select:focus-visible,.creator-device-panel-field input:focus-visible,.creator-device-panel-range input:focus-visible{outline:3px solid var(--theme-link,#175cd32e);outline-offset:1px}.creator-device-video-control{gap:9px;margin-top:16px;display:grid}.creator-device-work-heading,.creator-device-work-meta{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.creator-device-work-heading>strong{flex:auto;min-width:0}.creator-device-work-heading strong{color:var(--theme-ink,#172033);font-size:12px;font-weight:760}.creator-device-work-heading>div{flex:none;align-items:center;gap:5px;min-width:0;display:flex}.creator-device-work-heading button,.creator-device-upload-button,.creator-device-work-actions button,.creator-device-work-rename button{border:1px solid var(--theme-control-border,#cdd9e8);background:var(--theme-surface,#fff);width:44px;height:44px;color:var(--theme-ink-soft,#526074);cursor:pointer;border-radius:5px;flex:0 0 44px;place-items:center;padding:0;display:grid}.creator-device-upload-button{white-space:nowrap;flex:0 0 44px;grid-auto-flow:column;justify-items:center;gap:0;width:44px;min-width:44px;padding:0;position:relative;overflow:hidden}.creator-device-upload-label{display:none}.creator-device-upload-button input[type=file]{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.creator-device-work-heading button:hover:not(:disabled),.creator-device-work-heading button:focus-visible:not(:disabled),.creator-device-upload-button:hover:not([aria-disabled=true]),.creator-device-upload-button:focus-within:not([aria-disabled=true]),.creator-device-work-actions button:hover:not(:disabled),.creator-device-work-actions button:focus-visible:not(:disabled),.creator-device-work-rename button:hover:not(:disabled),.creator-device-work-rename button:focus-visible:not(:disabled){border-color:var(--theme-link,#91b4e9);background:var(--theme-selected,#eef5ff);color:var(--theme-link,#175cd3)}.creator-device-work-heading button:disabled,.creator-device-upload-button[aria-disabled=true],.creator-device-work-actions button:disabled,.creator-device-work-rename button:disabled{cursor:not-allowed;opacity:.48}.creator-device-work-heading .is-spinning,.creator-device-work-refresh svg{animation:.9s linear infinite device-pair-spin}.creator-device-work-meta>span:first-child{min-width:0;color:var(--theme-muted,#667085);align-items:center;gap:5px;font-size:11px;display:inline-flex}.creator-device-work-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.creator-device-work-actions button:last-child{color:var(--theme-danger,#a42c28)}.creator-device-work-rename{grid-template-columns:minmax(0,1fr) 44px 44px;gap:6px;display:grid}.creator-device-resource-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.creator-device-resource-row>.creator-device-work-rename{grid-column:1/-1}.creator-device-work-rename label,.creator-device-work-rename input{width:100%;min-width:0}.creator-device-work-rename input{border:1px solid var(--theme-link,#91b4e9);height:44px;color:var(--theme-ink,#172033);font:inherit;border-radius:5px;padding:0 9px;font-size:12px}.creator-device-work-refresh,.creator-device-work-compatibility{color:var(--theme-muted,#667085);margin:0;font-size:11px;line-height:1.55}.creator-device-work-refresh{align-items:center;gap:8px;min-height:44px;display:flex}.creator-device-work-refresh svg{width:16px}.creator-device-preparation{width:fit-content;min-height:24px;color:var(--theme-ink-soft,#526074);align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.creator-device-preparation i{background:var(--theme-danger-fill,#c93632);width:8px;height:8px;box-shadow:0 0 0 3px var(--theme-shadow,#c936321f);border-radius:50%;flex:0 0 8px}.creator-device-preparation[data-state=ready]{color:var(--theme-success,#067647)}.creator-device-preparation[data-state=ready] i{background:var(--theme-success-fill,#169c62);box-shadow:0 0 0 3px var(--theme-shadow,#169c6221)}.creator-device-preparation[data-state=preparing]{color:var(--theme-warning,#8a5a00)}.creator-device-preparation[data-state=preparing] i{box-shadow:0 0 0 3px var(--theme-shadow,#d18b2024);background:#d18b20}.creator-device-playback-controls{border:1px solid var(--theme-control-border,#d8e2ef);background:var(--theme-surface,#f8fafc);border-radius:6px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:7px 8px 7px 10px;display:flex}.creator-device-playback-controls>span,.creator-device-image-presentation{color:var(--theme-ink-soft,#526074);font-size:12px;font-weight:700}.creator-device-playback-controls>span[data-state=paused]{color:var(--theme-warning,#8a5a00)}.creator-device-playback-controls>div{gap:6px;display:flex}.creator-device-playback-controls button{border:1px solid var(--theme-control-border,#cdd9e8);width:30px;height:30px;color:var(--theme-ink-soft,#344054);background:var(--theme-surface,#fff);cursor:pointer;border-radius:5px;place-items:center;display:grid}.creator-device-playback-controls button:hover:not(:disabled),.creator-device-playback-controls button:focus-visible:not(:disabled){border-color:var(--theme-link,#91b4e9);color:var(--theme-link,#175cd3);background:var(--theme-selected,#eef5ff)}.creator-device-playback-controls button:disabled{cursor:not-allowed;opacity:.48}.creator-device-image-presentation{border-left:3px solid var(--theme-success,#169c62);background:var(--theme-raised,#f4fbf7);color:var(--theme-success,#067647);padding:10px;display:block}.creator-device-panel-section{border-top:1px solid var(--theme-border,#e3e8ef);gap:14px;min-width:0;margin:20px -16px 0;padding:18px 16px 0;display:grid}.creator-device-panel-section .creator-device-resource-row+.creator-device-inline-upload{margin-top:-4px}.creator-device-panel-section-heading{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.creator-device-panel-section-heading strong{color:var(--theme-ink,#172033);font-size:13px;font-weight:760}.creator-device-panel-section-heading span{color:var(--theme-muted,#7a8699);font-size:11px}.creator-device-library-actions,.creator-device-library-selection{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.creator-device-library-actions>.button{cursor:pointer;align-items:center;gap:7px;min-height:36px;display:inline-flex}.creator-device-library-actions>.button[aria-disabled=true]{cursor:not-allowed;opacity:.48}.creator-device-library-actions input[type=file]{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.creator-device-library-actions>button,.creator-device-library-selection>button{border:1px solid var(--theme-control-border,#d6b7b5);background:var(--theme-surface,#fff);width:34px;height:34px;color:var(--theme-danger,#a42c28);cursor:pointer;border-radius:5px;flex:0 0 34px;place-items:center;padding:0;display:grid}.creator-device-library-actions>button:disabled,.creator-device-library-selection>button:disabled{cursor:not-allowed;opacity:.48}.creator-device-library-selection>span,.creator-device-library-meta,.creator-device-library-summary{min-width:0;color:var(--theme-muted,#667085);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:inline-flex;overflow:hidden}.creator-device-library-summary{margin-top:-6px}.creator-device-library-actions .is-spinning,.creator-device-library-actions .button>svg:first-child{flex:none}.creator-device-library-actions .is-spinning{animation:.9s linear infinite device-pair-spin}.creator-device-panel-range>span{justify-content:space-between;gap:12px;display:flex}.creator-device-panel-range b{color:var(--theme-link,#175cd3);font-variant-numeric:tabular-nums}.creator-device-panel-range input[type=range]{accent-color:#175cd3;width:100%;min-height:28px}.creator-device-light-mode{border:1px solid var(--theme-border,#cfd8e5);background:var(--theme-raised,#f4f7fb);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;display:grid}.creator-device-light-mode button{min-width:0;min-height:44px;color:var(--theme-ink-soft,#526074);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:12px;font-weight:760;display:inline-flex}.creator-device-light-mode button[aria-pressed=true]{border-color:var(--theme-control-border,#b9c9df);background:var(--theme-surface,#fff);color:var(--theme-link,#175cd3);box-shadow:0 1px 2px var(--theme-shadow,#0f172a14)}.creator-device-light-mode button:focus-visible{outline:3px solid var(--theme-link,#175cd32e);outline-offset:1px}.creator-device-light-mode button:disabled{cursor:not-allowed;opacity:.48}.creator-device-follow-controls{gap:12px;display:grid}.creator-device-follow-source{border-left:3px solid var(--theme-link,#175cd3);background:var(--theme-raised,#f3f7fd);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;padding:9px 10px;display:grid}.creator-device-follow-source>span{color:var(--theme-muted,#667085);grid-column:1/-1;font-size:11px;font-weight:700}.creator-device-follow-source strong{min-width:0;color:var(--theme-ink,#172033);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.creator-device-follow-source em{color:var(--theme-muted,#667085);white-space:nowrap;font-size:11px;font-style:normal}.creator-device-follow-source em[data-running=true]{color:var(--theme-success,#067647);font-weight:760}.creator-device-light-pair{grid-template-columns:68px minmax(0,1fr);align-items:end;gap:14px;display:grid}.creator-device-panel-field input[type=color]{border:1px solid var(--theme-control-border,#cfd8e5);background:var(--theme-surface,#fff);border-radius:6px;width:56px;height:42px;padding:4px}.creator-device-panel-loading,.creator-device-panel-empty{border-top:1px solid var(--theme-border,#e3e8ef);color:var(--theme-ink-soft,#526074);justify-items:start;gap:10px;margin-top:18px;padding:18px 0;display:grid}.creator-device-panel-loading{grid-template-columns:20px minmax(0,1fr);align-items:center;font-size:12px}.creator-device-panel-loading svg,.creator-device-panel>footer .button svg{animation:.9s linear infinite device-pair-spin}.creator-device-panel-empty strong{color:var(--theme-ink,#172033);font-size:14px}.creator-device-panel-empty p{color:var(--theme-muted,#667085);margin:0;font-size:12px;line-height:1.65}.creator-device-panel>footer{border-top:1px solid var(--theme-border,#e3e8ef);background:var(--theme-surface,#fff);gap:10px;padding:12px 16px 16px;display:grid}.creator-device-panel>footer p{min-height:18px;color:var(--theme-muted,#667085);margin:0;font-size:11px;line-height:1.5}.creator-device-panel>footer p[data-phase=error]{color:var(--theme-danger,#a42c28)}.creator-device-panel>footer .button{width:100%;min-height:44px}@media (max-width:1180px){.creator-device-layout.is-device-panel-open .fooocus-workbench{padding-left:0}.creator-device-panel{box-shadow:12px 0 32px var(--theme-shadow,#0f172a24)}}@media (min-width:1321px){.creator-device-layout.is-device-panel-open .fooocus-workbench{padding-left:var(--creator-device-panel-width)}}@media (max-width:760px),(max-width:960px) and (max-height:500px){.creator-device-layout.is-device-panel-open .mobile-creator-topbar,.creator-device-layout.is-device-panel-open .editor-sidebar,.creator-device-layout.is-device-panel-open .editor-mobile-scrim,.creator-device-layout.is-device-panel-open .editor-main,.creator-device-layout.is-device-panel-open .editor-input-slot{display:none}.creator-device-panel{inset:0 0 calc(66px + env(safe-area-inset-bottom));z-index:50;width:100%;height:auto;box-shadow:none;border-right:0}.creator-device-panel-body{padding-top:calc(16px + env(safe-area-inset-top))}.creator-device-panel>footer{padding-bottom:16px}}@media (max-width:380px){.creator-device-upload-label{display:none}}@media (prefers-reduced-motion:reduce){.creator-device-layout .fooocus-workbench{transition:none}.creator-device-work-heading .is-spinning,.creator-device-work-refresh svg{animation:none}}.creator-device-manager{border:1px solid var(--theme-border,#0f172a1a);background:var(--theme-surface,#fff);width:min(520px,100%);max-height:min(680px,100dvh - 48px);box-shadow:0 18px 44px var(--theme-shadow,#0f172a2e);border-radius:8px;overflow-y:auto}.creator-device-manager>header,.creator-device-manager>footer{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.creator-device-manager>header{border-bottom:1px solid var(--theme-border,#0f172a14)}.creator-device-manager>header span{color:var(--theme-muted,#667085);font-size:10px;font-weight:760}.creator-device-manager h2{color:var(--theme-ink,#172033);margin:3px 0 0;font-size:20px}.creator-device-manager-close,.creator-device-manager-unbind{flex:0 0 36px;width:36px;height:36px;padding:0}.creator-device-manager-list{margin:0;padding:0 20px;list-style:none;display:grid}.creator-device-manager-list li{border-bottom:1px solid var(--theme-border,#0f172a14);justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:14px 0;display:flex}.creator-device-manager-list li>div{gap:4px;min-width:0;display:grid}.creator-device-manager-list strong{color:var(--theme-ink,#172033);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.creator-device-manager-state{color:var(--theme-muted,#667085);font-size:11px;font-weight:680}.creator-device-manager-state.is-online{color:var(--theme-success,#067647)}.creator-device-manager-state.is-offline{color:var(--theme-danger,#b42318)}.creator-device-manager-state.is-waiting{color:var(--theme-warning,#9a6700)}.creator-device-manager-notice,.creator-device-manager-empty{color:var(--theme-ink-soft,#526074);margin:16px 20px 0;font-size:12px;line-height:1.6}.creator-device-manager-notice{border-left:3px solid var(--theme-link,#175cd3);background:var(--theme-raised,#f1f6ff);padding:10px 12px}.creator-device-manager>footer{justify-content:flex-end}.editor-shell:not(.control-platform-shell) .editor-secondary-action[aria-pressed=true]{background:var(--theme-blue-tint,#2563eb13);color:var(--accent-strong);box-shadow:none;border-color:#0000}.editor-shell:not(.control-platform-shell) .editor-history{padding-block:8px}.editor-shell:not(.control-platform-shell) .conversation-item{border-radius:6px}.editor-shell:not(.control-platform-shell) .conversation-item.active{background:var(--theme-blue-tint,#2563eb11);box-shadow:none}.editor-shell:not(.control-platform-shell) .editor-sidebar-links{border-top-color:var(--theme-control-border,#0f172a12);gap:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-links a,.editor-shell:not(.control-platform-shell) .editor-sidebar-links span[aria-disabled=true]{min-height:44px;color:var(--theme-muted,#717b8c);padding:4px 8px;font-size:12px;font-weight:560}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{border-top-color:var(--theme-control-border,#0f172a12);gap:2px;padding-top:8px}.editor-shell:not(.control-platform-shell) .editor-control-platform,.editor-shell:not(.control-platform-shell) .editor-auth-button{min-height:44px;color:var(--theme-muted,#596577);box-shadow:none;background:0 0;border-color:#0000;justify-content:flex-start;padding-inline:8px;font-size:12px;font-weight:620}.editor-shell:not(.control-platform-shell) .editor-control-platform:hover,.editor-shell:not(.control-platform-shell) .editor-control-platform:focus-visible,.editor-shell:not(.control-platform-shell) .editor-auth-button:hover,.editor-shell:not(.control-platform-shell) .editor-auth-button:focus-visible{background:var(--theme-blue-tint,#2563eb0e);color:var(--ink-strong);border-color:#0000}.editor-shell:not(.control-platform-shell) .fooocus-canvas{background:var(--theme-page,#fbfcfe);padding-bottom:210px}.editor-shell:not(.control-platform-shell) .is-empty-state .generate-center-stage{gap:18px;min-height:calc(100dvh - 72px);padding:42px 0 56px}.creator-empty-intro{text-align:left;grid-template-columns:30px minmax(0,1fr);grid-template-areas:"mark copy";align-items:start;gap:12px 14px;width:min(640px,100%);min-height:67px;margin-bottom:4px;display:grid}.creator-empty-intro>div{grid-area:copy;grid-template-rows:26px 38px;row-gap:3px;min-width:0;display:grid}.creator-empty-mark{width:30px;height:30px;color:var(--theme-ink-soft,#344054);background:0 0;border-radius:0;flex:none;grid-area:mark;align-self:start;place-items:center;display:grid}.creator-empty-brand-mark{display:none}.creator-empty-intro h1,.creator-empty-intro p{margin:0}.creator-empty-intro h1{font-size:21px;font-weight:760;line-height:26px}.creator-empty-intro p{color:var(--theme-muted,#707b8c);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:19px;display:-webkit-box;overflow:hidden}.editor-shell:not(.control-platform-shell) .mode-selector{border:1px solid var(--theme-control-border,#0f172a14);background:var(--theme-raised,#f3f5f8);border-radius:10px;flex-wrap:nowrap;gap:2px;width:fit-content;padding:3px;display:inline-flex}.editor-shell:not(.control-platform-shell) .is-empty-state .mode-selector{justify-content:stretch;width:min(560px,100%);margin-top:-4px}.editor-shell:not(.control-platform-shell) .mode-card{width:auto;min-width:0;height:44px;box-shadow:none;color:var(--theme-muted,#616c7d);background:0 0;border:0;border-radius:7px;gap:6px;padding:7px 16px}.editor-shell:not(.control-platform-shell) .is-empty-state .mode-card{flex:1 1 0}.editor-shell:not(.control-platform-shell) .mode-card:hover,.editor-shell:not(.control-platform-shell) .mode-card:focus-visible{background:var(--theme-surface-translucent,#ffffffb3);box-shadow:none;border:0}.editor-shell:not(.control-platform-shell) .mode-card:focus-visible{outline:3px solid var(--theme-link,#2563eb38);outline-offset:2px}.editor-shell:not(.control-platform-shell) .mode-card.active{background:var(--theme-surface,#fff);color:var(--accent-strong);box-shadow:0 1px 4px var(--theme-shadow,#0f172a17);border:0}.editor-shell:not(.control-platform-shell) .mode-icon{color:currentColor;width:18px;height:18px;font-size:13px}.editor-shell:not(.control-platform-shell) .mode-label{font-size:12px;font-weight:650}.editor-shell:not(.control-platform-shell) .editor-input-slot{width:min(760px,100vw - 360px);min-height:0}.editor-shell:not(.control-platform-shell) .editor-input-slot.centered{margin:18px auto 0}.editor-shell:not(.control-platform-shell) .unified-input-panel{border:1px solid var(--theme-control-border,#0f172a1a);background:var(--theme-surface,#fff);width:min(760px,100vw - 360px);min-height:0;box-shadow:0 10px 30px var(--theme-shadow,#0f172a14);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"textarea textarea""chips chips""attachments footer""status status";gap:6px 10px;padding:10px;transition:border-color .16s cubic-bezier(.16,1,.3,1),box-shadow .16s cubic-bezier(.16,1,.3,1)}.editor-shell:not(.control-platform-shell) .unified-input-panel.has-prepared-draft{grid-template-areas:"textarea textarea""chips chips""draft draft""attachments footer""status status"}.editor-shell:not(.control-platform-shell) .input-panel-presets,.editor-shell:not(.control-platform-shell) .mode-empty-state.centered{display:none}.editor-shell:not(.control-platform-shell) .input-panel-textarea{resize:vertical;min-height:92px;max-height:240px;box-shadow:none;background:0 0;border:0;border-radius:8px;grid-area:textarea;padding:12px 14px;font-size:15px}.editor-shell:not(.control-platform-shell) .input-panel-textarea:focus-visible{box-shadow:none;background:0 0;border:0}.editor-shell:not(.control-platform-shell) .input-panel-attachment-chips{grid-area:chips;padding-inline:6px}.composer-draft-status{border-left:2px solid var(--accent-strong);min-width:0;color:var(--theme-muted,#647184);grid-area:draft;align-items:baseline;gap:10px;padding:5px 8px 6px 10px;font-size:11px;line-height:1.45;display:flex}.composer-draft-status strong{color:var(--theme-link,#1d4ed8);flex:none;font-size:12px;font-weight:700}.composer-draft-status span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.editor-shell:not(.control-platform-shell) .input-panel-attachments{grid-area:attachments;align-items:center;gap:4px;min-width:0;padding-left:4px}.composer-tool-menu-root{min-width:0;position:relative}.editor-shell:not(.control-platform-shell) .composer-icon-control{width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid;position:relative}.editor-shell:not(.control-platform-shell) .attachment-menu-trigger{color:var(--theme-ink-soft,#526074);background:0 0}.editor-shell:not(.control-platform-shell) .attachment-menu-trigger:hover,.editor-shell:not(.control-platform-shell) .attachment-menu-trigger:focus-visible{border-color:var(--theme-link,#2563eb24);background:var(--theme-blue-tint,#2563eb0e);color:var(--accent-strong)}.composer-icon-control[data-tooltip]:after{z-index:60;color:#fff;content:attr(data-tooltip);font:600 11px/1 var(--font-body);opacity:0;pointer-events:none;white-space:nowrap;background:#111827;border-radius:4px;padding:5px 7px;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,3px)}.composer-icon-control[data-tooltip]:hover:after,.composer-icon-control[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}.composer-icon-control[aria-expanded=true]:after{display:none}.generation-settings-root{z-index:56}.editor-shell:not(.control-platform-shell) .generation-settings-trigger{color:var(--theme-ink-soft,#526074);background:0 0}.editor-shell:not(.control-platform-shell) .generation-settings-trigger:hover,.editor-shell:not(.control-platform-shell) .generation-settings-trigger:focus-visible,.editor-shell:not(.control-platform-shell) .generation-settings-trigger[aria-expanded=true]{border-color:var(--theme-link,#2563eb2e);background:var(--theme-blue-tint,#2563eb12);color:var(--accent-strong)}.generation-settings-count{border:2px solid var(--theme-border,#fff);background:var(--theme-action-hover,var(--accent-strong));color:#fff;min-width:18px;height:18px;font:700 10px/1 var(--font-mono);font-variant-numeric:tabular-nums;border-radius:9px;place-items:center;padding-inline:4px;display:grid;position:absolute;top:-3px;right:-3px}.generation-settings-backdrop{display:none}.generation-settings-panel{z-index:70;border:1px solid var(--theme-border,#0f172a29);background:var(--theme-surface,#fff);width:380px;max-width:calc(100vw - 32px);max-height:min(600px,100dvh - 32px);color:var(--ink);box-shadow:0 18px 44px var(--theme-shadow,#0f172a29);border-radius:6px;grid-template-rows:auto minmax(0,1fr);animation:.18s ease-out both generation-settings-in;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden}.generation-settings-header{border-bottom:1px solid var(--theme-border,#0f172a1a);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 12px 9px 16px;display:flex}.generation-settings-header>div:first-child{gap:2px;min-width:0;display:grid}.generation-settings-header h2{color:var(--ink-strong);margin:0;font-size:15px;line-height:1.35}.generation-settings-header>div:first-child>span{color:var(--theme-muted,#697586);font:600 11px/1.4 var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.generation-settings-header-actions{flex:none;align-items:center;gap:2px;display:flex}.generation-settings-icon-button{width:44px;height:44px;color:var(--theme-muted,#5f6b7c);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;padding:0;display:grid}.generation-settings-icon-button:hover,.generation-settings-icon-button:focus-visible{border-color:var(--theme-link,#2563eb29);background:var(--theme-raised,#f3f6fa);color:var(--ink-strong)}.generation-settings-icon-button:focus-visible,.generation-settings-fields select:focus-visible,.generation-settings-fields input:focus-visible{outline:3px solid var(--theme-link,#2563eb33);outline-offset:1px}.generation-settings-fields{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;padding:8px 16px 14px;overflow-y:auto}.generation-setting-row,.generation-setting-range{border-bottom:1px solid var(--theme-border,#0f172a14);min-width:0;min-height:56px;color:var(--theme-ink-soft,#344054);align-items:center;gap:12px;padding-block:8px;font-size:12px;font-weight:650;display:grid}.generation-setting-row{grid-template-columns:minmax(108px,132px) minmax(0,1fr)}.generation-setting-row>span,.generation-setting-range>span{overflow-wrap:anywhere;min-width:0;line-height:1.45}.generation-setting-row select,.generation-setting-number,.generation-setting-custom-size input{border:1px solid var(--theme-control-border,#0f172a29);background-color:var(--theme-surface,#fff);width:100%;min-width:0;height:44px;color:var(--ink-strong);font:500 13px var(--font-body);border-radius:6px;padding:0 34px 0 10px}.generation-setting-size{border-bottom:1px solid var(--theme-border,#0f172a14);display:grid}.generation-setting-size .generation-setting-row{border-bottom:0}.generation-setting-custom-size{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 0 10px;display:grid}.generation-setting-custom-size label{min-width:0;color:var(--theme-muted,#667085);gap:4px;font-size:11px;display:grid}.generation-setting-custom-size input{padding:0 10px}.generation-setting-custom-size input[aria-invalid=true]{border-color:var(--theme-danger,#b42318)}.generation-setting-error{color:var(--theme-danger,#b42318);grid-column:1/-1;font-size:11px;font-weight:600;line-height:1.35}.generation-setting-toggle{cursor:pointer}.generation-setting-toggle input{appearance:none;border:1px solid var(--theme-control-border,#0f172a3d);background:var(--theme-raised,#e5eaf0);cursor:pointer;border-radius:12px;justify-self:end;width:40px;height:24px;margin:0 2px 0 0;transition:background .16s ease-out,border-color .16s ease-out;position:relative}.generation-setting-toggle input:after{background:var(--theme-surface,#fff);width:18px;height:18px;box-shadow:0 1px 3px var(--theme-shadow,#0f172a38);content:"";border-radius:50%;transition:transform .16s ease-out;position:absolute;top:2px;left:2px}.generation-setting-toggle input:checked{border-color:var(--accent-strong);background:var(--theme-action-hover,var(--accent-strong))}.generation-setting-toggle input:checked:after{transform:translate(16px)}.generation-setting-seed{border-bottom:1px solid var(--theme-border,#0f172a14);display:grid}.generation-setting-seed .generation-setting-row{border-bottom:0}.generation-setting-seed .generation-setting-number{margin:-4px 0 10px}.generation-setting-range{grid-template-columns:minmax(0,1fr) auto;gap:4px 12px}.generation-setting-range output{color:var(--theme-muted,#667085);font:600 11px/1 var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap}.generation-setting-range input[type=range]{cursor:pointer;width:100%;height:24px;accent-color:var(--accent-strong);grid-column:1/-1;margin:0}@keyframes generation-settings-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.composer-tool-menu{z-index:55;border:1px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface,#fff);width:max-content;min-width:184px;box-shadow:0 10px 26px var(--theme-shadow,#0f172a1f);border-radius:6px;gap:2px;padding:4px;display:grid;position:absolute;top:calc(100% + 8px);bottom:auto;left:0}.editor-input-slot.floating .composer-tool-menu{top:auto;bottom:calc(100% + 8px)}.composer-tool-menu button{width:100%;min-height:40px;color:var(--theme-ink-soft,#344054);cursor:pointer;font:650 12px var(--font-body);text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;display:grid}.composer-tool-menu button:hover,.composer-tool-menu button:focus-visible{background:var(--theme-raised,#f3f6fa);color:var(--ink-strong);outline:0}.composer-tool-menu button:focus-visible{box-shadow:inset 0 0 0 2px var(--theme-shadow,#2563eb38)}.composer-tool-menu button.active{background:var(--theme-raised,#eef2f7);color:var(--theme-link,#1d4ed8)}.menu-check-placeholder{visibility:hidden}.editor-shell:not(.control-platform-shell) .attachment-link{min-height:44px;color:var(--theme-muted,#5f6b7c);border-radius:7px;padding:0 8px;font-size:11px;font-weight:620}.editor-shell:not(.control-platform-shell) .attachment-link:hover,.editor-shell:not(.control-platform-shell) .attachment-link:focus-visible{background:var(--theme-blue-tint,#2563eb0f);color:var(--accent-strong);text-decoration:none}.editor-shell:not(.control-platform-shell) .file-type-hint{display:none}.editor-shell:not(.control-platform-shell) .input-panel-footer{grid-area:footer;justify-content:flex-end;gap:6px}.editor-shell:not(.control-platform-shell) .composer-branch-controls{grid-template-columns:44px 184px;align-items:center;gap:4px;min-width:0;display:grid}.editor-shell:not(.control-platform-shell) .composer-branch-controls.is-fixed-mode .composer-fixed-model{grid-column:2}.editor-shell:not(.control-platform-shell) .model-selector{gap:0}.editor-shell:not(.control-platform-shell) .model-selector>span{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.editor-shell:not(.control-platform-shell) .model-selector select{background-color:var(--theme-raised,#f4f6f9);width:184px;min-width:184px;max-width:184px;height:44px;box-shadow:none;color:var(--theme-ink-soft,#556173);border-color:#0000;border-radius:8px;padding:0 28px 0 10px;font-size:11px}.editor-shell:not(.control-platform-shell) .composer-mode-trigger{background-color:var(--theme-raised,#f4f6f9);color:var(--theme-ink-soft,#526074)}.editor-shell:not(.control-platform-shell) .composer-mode-trigger:hover,.editor-shell:not(.control-platform-shell) .composer-mode-trigger:focus-visible{border-color:var(--theme-link,#0f172a1a);background-color:var(--theme-raised,#edf1f6);color:var(--ink-strong)}.composer-model-trigger{background:var(--theme-raised,#f4f6f9);width:184px;min-width:184px;height:44px;color:var(--theme-ink-soft,#526074);cursor:pointer;font:500 11px var(--font-body);text-align:left;border:1px solid #0000;border-radius:8px;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:8px;padding:0 10px 0 12px;display:grid}.composer-model-trigger>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.composer-model-value{align-items:baseline;gap:7px;min-width:0;display:flex}.composer-model-value>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composer-model-value small{color:var(--theme-muted,#7b8493);flex:none;font-size:11px;font-weight:500}.model-reasoning-menu{min-width:220px}.composer-menu-section-label{color:var(--theme-muted,#7b8493);padding:7px 10px 4px;font-size:10px;font-weight:650}.composer-menu-divider{background:var(--theme-sheen,#0f172a1a);height:1px;margin:3px 6px}.composer-model-trigger:hover,.composer-model-trigger:focus-visible{border-color:var(--theme-link,#0f172a1a);background:var(--theme-raised,#edf1f6);color:var(--ink-strong)}.composer-model-trigger:focus-visible,.editor-shell:not(.control-platform-shell) .model-selector select:focus-visible{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:1px}.editor-shell:not(.control-platform-shell) .input-panel-actions{gap:4px}.editor-shell:not(.control-platform-shell) .generate-button,.editor-shell:not(.control-platform-shell) .input-panel-cancel-button{width:44px;min-width:44px;min-height:44px;box-shadow:none;border:0;border-radius:50%}.editor-shell:not(.control-platform-shell) .input-panel-cancel-button{color:#fff;background:#1f2937}.editor-shell:not(.control-platform-shell) .input-panel-cancel-button:hover,.editor-shell:not(.control-platform-shell) .input-panel-cancel-button:focus-visible{background:#111827}.editor-shell:not(.control-platform-shell) .input-panel-status{grid-area:status;padding-inline:6px}@media (max-width:760px){.creator-empty-intro{align-items:flex-start;width:100%}.creator-empty-intro>div{grid-template-rows:24px 42px}.creator-empty-intro h1{font-size:18px}.editor-shell:not(.control-platform-shell) .mode-selector{flex-direction:row;width:100%}.editor-shell:not(.control-platform-shell) .mode-card{flex:1 1 0;grid-template-columns:auto auto;width:auto;min-width:0;padding-inline:8px}.editor-shell:not(.control-platform-shell) .editor-input-slot,.editor-shell:not(.control-platform-shell) .unified-input-panel{width:100%;max-width:100%}.editor-shell:not(.control-platform-shell) .unified-input-panel{grid-template-columns:44px minmax(0,1fr);grid-template-areas:"textarea textarea""chips chips""attachments footer""status status"}.editor-shell:not(.control-platform-shell) .unified-input-panel.has-prepared-draft{grid-template-areas:"textarea textarea""chips chips""draft draft""attachments footer""status status"}.composer-draft-status{flex-direction:column;align-items:flex-start;gap:2px}.composer-draft-status span{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.editor-shell:not(.control-platform-shell) .input-panel-footer{flex-flow:row;justify-content:flex-end}.editor-shell:not(.control-platform-shell) .composer-branch-controls{flex:auto;grid-template-columns:44px minmax(0,1fr);width:auto;min-width:0;display:grid}.editor-shell:not(.control-platform-shell) .composer-branch-controls .model-selector,.editor-shell:not(.control-platform-shell) .composer-branch-controls .model-selector select,.editor-shell:not(.control-platform-shell) .composer-model-trigger{width:100%;min-width:0;max-width:none}.editor-shell:not(.control-platform-shell) .input-panel-actions{flex:0 0 44px;width:44px}.editor-shell:not(.control-platform-shell) .input-panel-actions .button{flex:0 0 44px;width:44px;min-width:44px}.generation-settings-backdrop{display:none}.generation-settings-panel{z-index:120;width:min(304px,100vw - 20px);max-width:calc(100vw - 20px);max-height:min(320px, max(220px, calc(100dvh - 190px - env(safe-area-inset-top) - env(safe-area-inset-bottom))));border-width:1px;border-radius:6px;padding-bottom:0;animation-name:generation-settings-in;position:absolute;inset:auto auto calc(100% + 6px) -84px}.generation-settings-header{gap:6px;padding:5px 5px 5px 10px}.generation-settings-fields{scrollbar-gutter:auto;padding:2px 10px 8px}.generation-settings-header h2{font-size:14px}.generation-settings-header>div:first-child>span{font-size:9px}.generation-settings-icon-button{width:36px;height:36px}.generation-setting-row{grid-template-columns:minmax(84px,104px) minmax(0,1fr);gap:8px;min-height:42px;padding-block:3px;font-size:11px}.generation-setting-toggle{grid-template-columns:minmax(84px,1fr) auto;gap:8px}.generation-setting-range{min-height:42px;padding-block:4px;font-size:11px}.generation-setting-seed .generation-setting-number{margin-top:-2px}.generation-setting-row select,.generation-setting-number,.generation-setting-custom-size input{height:36px;padding-inline:8px 28px;font-size:12px}.generation-setting-toggle input{border-radius:10px;width:34px;height:20px}.generation-setting-toggle input:after{width:14px;height:14px}.generation-setting-toggle input:checked:after{transform:translate(14px)}.generation-setting-range input[type=range]{height:20px}}@media (prefers-reduced-motion:reduce){.composer-icon-control[data-tooltip]:after{transition:none}.generation-settings-panel{animation:none}.generation-setting-toggle input,.generation-setting-toggle input:after{transition:none}}.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{padding-bottom:calc(var(--composer-height,190px) + 52px)}.editor-shell:not(.control-platform-shell) .generation-history{gap:24px;width:min(780px,100%);padding:18px 0 14px}.editor-shell:not(.control-platform-shell) .generation-history-item{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;gap:8px;padding:0;display:grid}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{border:1px solid var(--theme-link,#2563eb1a);background:var(--theme-selected,#edf4ff);width:fit-content;max-width:72%;color:var(--ink-strong);border-radius:8px;justify-self:end;gap:7px;padding:11px 13px 9px;display:grid}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn p{color:inherit;overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.58}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn .generation-mode-label{min-height:0;color:var(--theme-muted,#64748b);font:650 10px var(--font-mono);background:0 0;border:0;padding:0}.assistant-turn{border-bottom:1px solid var(--theme-border,#0f172a14);gap:10px;min-width:0;padding-bottom:18px;display:grid}.generation-render-line{min-height:34px;color:var(--theme-muted,#687487);font:650 11px var(--font-mono);font-variant-numeric:tabular-nums;align-items:center;gap:8px;display:flex}.generation-assistant-label{color:var(--ink-strong);font-family:var(--font-body);font-size:13px;font-weight:740}.generation-status-dot{background:var(--theme-raised,#94a3b8);border-radius:50%;width:7px;height:7px}.conversation-turn[data-status=generating] .generation-status-dot,.conversation-turn[data-status=pending] .generation-status-dot{background:var(--theme-action,#2563eb);animation:1.4s ease-in-out infinite conversation-status-pulse}.conversation-turn[data-status=completed] .generation-status-dot{background:var(--theme-success-fill,#16865c)}.conversation-turn[data-status=failed] .generation-status-dot{background:var(--theme-danger-fill,#dc2626)}.editor-shell:not(.control-platform-shell) .generation-result{background:0 0;border:0;border-radius:0;place-items:stretch stretch;min-height:0;display:grid;overflow:visible}.editor-shell:not(.control-platform-shell) .generation-result .material-preview-large{border:1px solid var(--theme-control-border,#0f172a1a);background-color:var(--theme-raised,#f3f6fa);border-radius:6px;min-height:320px;overflow:hidden}.generation-batch-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.generation-batch-result{background:var(--theme-raised,#f3f6fa);border:2px solid #0000;border-radius:6px;min-width:0;display:grid;overflow:hidden}.generation-batch-result.selected{border-color:var(--accent-strong);box-shadow:0 0 0 2px var(--theme-shadow,#2563eb1f)}.editor-shell:not(.control-platform-shell) .generation-batch-result .material-preview-large{aspect-ratio:4/3;border:0;border-radius:0;min-height:0}.generation-batch-result .image-background{background-color:var(--theme-raised,#f3f6fa);background-position:50%;background-repeat:no-repeat;background-size:contain}.generation-batch-result>label{border-top:1px solid var(--theme-border,#0f172a1a);background:var(--theme-surface,#fff);min-height:44px;color:var(--theme-ink-soft,#344054);cursor:pointer;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:650;display:flex}.generation-batch-result>label input{width:18px;height:18px;accent-color:var(--accent-strong);margin:0}.generation-partial-output{border-left:3px solid var(--theme-warning,#b7791f);background:var(--theme-warning-soft,#fffbeb);width:min(660px,100%);color:var(--theme-ink-soft,#5f4a20);gap:2px;padding:9px 12px;font-size:12px;line-height:1.55;display:grid}.generation-partial-output strong{color:var(--theme-ink-soft,#7a4d0b);font-size:13px}.editor-shell:not(.control-platform-shell) .generation-status{text-align:left;align-content:start;justify-items:start;min-height:0;padding:0}.editor-shell:not(.control-platform-shell) .generation-live-status{border:1px solid var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);box-sizing:border-box;border-radius:10px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:14px;width:100%;min-height:84px;padding:10px 16px;display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) .generation-live-status{border:1px solid var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);box-shadow:0 8px 24px var(--theme-shadow,#11182714);border-radius:10px;padding:12px 14px}.editor-shell-v2-mobile:not(.control-platform-shell) .generation-loading-copy strong{color:var(--theme-ink,#111827)}.editor-shell-v2-mobile:not(.control-platform-shell) .generation-loading-copy>span{color:var(--theme-muted,#667085)}.editor-shell:not(.control-platform-shell) .mecha-flight-loader{place-items:center;width:160px;height:92px}.generation-loading-copy{justify-items:start;gap:4px;min-width:0;display:grid}.generation-loading-copy strong{color:var(--ink-strong);font-size:13px;line-height:1.45}.generation-loading-copy>span{color:var(--theme-muted,#687487);font-size:11px;line-height:1.5}.generation-loading-copy .generation-turn-action{margin-top:4px;padding-inline:0}.generation-follow-up{background:var(--theme-surface,#f5f8fe);width:min(660px,100%);color:var(--theme-ink-soft,#344054);margin:2px 0 0;padding:10px 12px;font-size:13px;line-height:1.6}.generation-failure{color:var(--ink-strong);background:0 0;border:0;gap:8px;width:min(620px,100%);padding:8px 0 2px;display:grid}.generation-failure>strong{color:var(--theme-danger,#b42318);font-size:14px}.generation-failure>p{color:var(--theme-muted,#657184);margin:0;font-size:13px;line-height:1.55}.generation-failure>.generation-failure-reason{border-left:2px solid var(--theme-border,#d0d5dd);width:min(100%,70ch);color:var(--theme-ink-soft,#475467);font:12px/1.6 var(--font-mono);overflow-wrap:anywhere;white-space:pre-wrap;padding-left:10px}.conversation-save-status{width:min(780px,100%);min-width:0;color:var(--theme-ink-soft,#7a4d0b);align-items:center;gap:7px;padding:7px 0;font-size:12px;line-height:1.5;display:flex}.conversation-save-status svg{flex:none}.conversation-save-status span{overflow-wrap:anywhere;min-width:0}.editor-shell:not(.control-platform-shell) .generation-result-actions{flex-wrap:wrap;justify-content:flex-start;gap:4px;width:100%;padding-top:8px;display:flex;position:static;bottom:auto;right:auto}.generation-cancelled{background:0 0;border:0;gap:6px;width:fit-content;padding:6px 0 0;display:grid}.generation-cancelled p{color:var(--theme-muted,#657184);margin:0;font-size:13px}.composer-mode-control{min-width:0}.jump-to-latest{left:calc(50vw + 139px);bottom:calc(var(--composer-height,190px) + 36px);z-index:24;border:1px solid var(--theme-border,#0f172a1f);background:var(--theme-surface,#fff);min-height:38px;color:var(--theme-ink-soft,#526074);box-shadow:0 6px 18px var(--theme-shadow,#0f172a1a);cursor:pointer;font:650 11px var(--font-body);border-radius:7px;align-items:center;gap:6px;padding:0 12px;display:inline-flex;position:fixed;transform:translate(-50%)}.jump-to-latest:hover,.jump-to-latest:focus-visible{border-color:var(--theme-link,#2563eb47);color:var(--accent-strong)}.jump-to-latest:focus-visible{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:2px}.editor-shell:not(.control-platform-shell) .composer-mode-control .mode-selector{border-radius:8px;gap:1px;padding:2px}.editor-shell:not(.control-platform-shell) .composer-mode-control .mode-card{min-width:76px;height:40px;padding:6px 9px}.generation-turn-action,.editor-shell:not(.control-platform-shell) .generation-save-check{min-height:44px;color:var(--theme-muted,#596577);cursor:pointer;font:650 11px var(--font-body);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:0 10px;text-decoration:none;display:inline-flex}.generation-turn-action:hover,.generation-turn-action:focus-visible,.editor-shell:not(.control-platform-shell) .generation-save-check:hover,.editor-shell:not(.control-platform-shell) .generation-save-check:focus-within{background:var(--theme-blue-tint,#2563eb0f);color:var(--accent-strong)}.generation-turn-action:focus-visible{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:1px}.generation-turn-action.primary{background:var(--theme-action,#2563eb);color:#fff}.generation-decision-actions{padding-top:10px;gap:8px!important}.generation-decision-button{border:1px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface,#fff);cursor:pointer;border-radius:6px;place-items:center;width:44px;height:44px;transition:background-color .14s,border-color .14s,color .14s;display:grid}.generation-decision-button.is-reject{color:var(--theme-danger,#b42318)}.generation-decision-button.is-accept{color:var(--theme-success,#067647)}.generation-decision-button:hover,.generation-decision-button:focus-visible{background:var(--theme-surface,#f8fafc);border-color:currentColor}.generation-decision-button:focus-visible{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:2px}.assistant-creation-reply{width:min(700px,100%);color:var(--ink-strong);gap:10px;display:grid}.assistant-creation-reply>p,.assistant-prompt-block p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.65}.assistant-prompt-block{border-top:1px solid var(--theme-border,#0f172a14);color:var(--theme-muted,#5f6b7c);gap:8px;padding-block:9px;display:grid}.assistant-prompt-block strong{color:var(--theme-muted,#5f6b7c);font-size:12px;font-weight:700}.assistant-prompt-block p{color:var(--theme-ink-soft,#344054);font-size:13px}.creation-branch-actions{border-top:1px solid var(--theme-border,#0f172a12)}@media (min-width:761px){.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{padding-bottom:48px}.editor-shell:not(.control-platform-shell) .editor-input-slot.floating{width:min(720px,100vw - 360px);margin:18px auto 0;padding-inline:0;position:static;transform:none}}.editor-shell:not(.control-platform-shell) .jump-to-latest{bottom:calc(var(--composer-height,190px) + 32px + env(safe-area-inset-bottom))}@media (max-width:760px){.editor-shell:not(.control-platform-shell) .editor-input-slot.floating{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));padding-inline:0;left:14px}.editor-shell:not(.control-platform-shell) .jump-to-latest{left:50%}}.creation-dialog-backdrop{z-index:100;background:var(--theme-overlay,#0f172a61);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.creation-dialog{overscroll-behavior:contain;border:1px solid var(--theme-border,#0f172a24);background:var(--theme-surface,#fff);width:min(560px,100%);max-height:min(720px,100dvh - 40px);box-shadow:0 22px 60px var(--theme-shadow,#0f172a33);border-radius:8px;padding:20px;overflow:auto}.creation-dialog>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.creation-dialog h2,.creation-dialog header p{margin:0}.creation-dialog h2{color:var(--ink-strong);text-wrap:balance;font-size:18px;line-height:1.3}.creation-dialog header p{color:var(--theme-muted,#687487);margin-top:6px;font-size:13px;line-height:1.55}.creation-dialog-close{width:44px;height:44px;color:var(--theme-muted,#667085);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;font-size:22px;display:grid}.creation-dialog-close:hover,.creation-dialog-close:focus-visible{background:var(--theme-raised,#f2f4f7);color:var(--ink-strong)}.creation-dialog>footer{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.new-conversation-choices{border-block:1px solid var(--theme-border,#0f172a1a);gap:1px;margin-top:18px;display:grid}.new-conversation-choices button{border:0;border-bottom:1px solid var(--theme-control-border,#0f172a14);min-height:78px;color:var(--ink-strong);cursor:pointer;text-align:left;touch-action:manipulation;background:0 0;grid-template-rows:auto auto;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:2px 12px;padding:12px 8px;transition:background-color .12s,color .12s;display:grid}.new-conversation-choices button:last-child{border-bottom:0}.new-conversation-choices button:hover,.new-conversation-choices button:focus-visible{background:var(--theme-surface,#f5f8fc)}.new-conversation-choices button:focus-visible{outline:3px solid var(--theme-link,#2563eb33);outline-offset:-3px}.new-conversation-choices button:active{background:var(--theme-selected,#eaf1fb)}.new-conversation-choices button>span{color:var(--theme-link,#2563eb);font:750 11px var(--font-mono);grid-row:1/3}.new-conversation-choices strong{font-size:14px}.new-conversation-choices small{color:var(--theme-muted,#687487);font-size:12px;line-height:1.45}.finalize-name-field,.finalize-destinations{gap:8px;margin-top:18px;display:grid}.finalize-name-field>span{color:var(--theme-ink-soft,#344054);font-size:12px;font-weight:700}.finalize-name-field input{border:1px solid var(--theme-control-border,#0f172a29);width:100%;min-height:44px;color:var(--ink-strong);font:14px var(--font-body);border-radius:6px;padding:0 12px}.finalize-destinations{border:0;padding:0}.finalize-destinations legend{color:var(--theme-ink-soft,#344054);margin-bottom:4px;font-size:12px;font-weight:700}.finalize-destinations label{border-top:1px solid var(--theme-border,#0f172a14);min-height:44px;color:var(--theme-ink-soft,#344054);cursor:pointer;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.finalize-destinations label.is-selected{background:var(--theme-surface,#f5f8fc);color:var(--ink-strong)}.finalize-destinations label:focus-within{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:-3px}.finalize-destinations input{accent-color:#2563eb;width:18px;height:18px}.creation-dialog-error{color:var(--theme-danger,#b42318);margin:10px 0 0;font-size:12px}.finalize-download-link{display:none}@media (max-width:760px){.editor-shell:not(.control-platform-shell) .generation-history{gap:24px}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{max-width:88%}.editor-shell:not(.control-platform-shell) .generation-result .material-preview-large{min-height:220px}.jump-to-latest{left:auto;right:16px;transform:none}.editor-shell:not(.control-platform-shell) .editor-input-slot.floating{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));width:auto;margin:0;left:10px}.editor-shell:not(.control-platform-shell) .generation-live-status{grid-template-columns:124px minmax(0,1fr);gap:10px}.editor-shell:not(.control-platform-shell) .mecha-flight-loader{width:124px;height:88px}.creation-dialog-backdrop{align-items:end;padding:10px}.creation-dialog{max-height:calc(100dvh - 20px);padding:16px}.creation-branch-actions .generation-turn-action{flex:46%}}@media (prefers-reduced-motion:reduce){.conversation-turn .generation-status-dot{animation:none}}.login-gate-page{background:radial-gradient(circle at 82% 4%, var(--theme-blue-tint,#2563eb0e), transparent 30%), radial-gradient(circle at 12% 12%, var(--theme-red-tint,#dc262606), transparent 25%), var(--theme-page,#f8fafd)}.login-gate-stack{gap:22px;width:min(480px,100%)}.login-gate-title{gap:8px}.login-gate-title h1{max-width:10ch;font-size:48px;font-weight:760}.login-gate-title p{max-width:44ch;font-size:14px}.login-gate-card{border-color:var(--theme-border,#0f172a1a);box-shadow:0 16px 42px var(--theme-shadow,#0f172a16);border-radius:12px;padding:24px}.login-gate-card:before{height:2px;left:24px;right:24px}.login-gate-card-heading h2{font-size:22px;font-weight:740}.login-gate-mode-switch{border-color:var(--theme-border,#0f172a12);background:var(--theme-raised,#f3f5f8)}.login-gate-mode-switch button{font-weight:620}.login-gate-mode-switch button[aria-selected=true]{color:var(--login-blue);box-shadow:0 1px 3px var(--theme-shadow,#0f172a14);border-color:#0000}.login-gate-field label{font-weight:650}.login-gate-field input{border-color:var(--theme-control-border,#0f172a1c);background:var(--theme-surface,#fbfcfe)}.login-gate-actions .button.primary{box-shadow:none;border:0}.login-gate-demo-form{border-top:1px solid var(--theme-border,#0f172a14);gap:8px;padding-top:4px;display:grid}.login-gate-demo-button{border:1px solid var(--theme-link,#175cd338);background:var(--theme-surface,#f5f8ff);min-height:42px;color:var(--theme-link,#175cd3);font:inherit;cursor:pointer;border-radius:6px;font-size:13px;font-weight:700}.login-gate-demo-button:hover,.login-gate-demo-button:focus-visible{border-color:var(--theme-link,#175cd36b);background:var(--theme-selected,#edf4ff)}.control-platform-shell{background:var(--theme-page,#f8fafd)}.control-platform-shell .control-platform-sidebar{border-right:1px solid var(--theme-control-border,#0f172a14);background:var(--theme-surface,#f6f8fb);box-shadow:none;grid-template-rows:auto auto minmax(0,1fr) auto auto;padding:16px 12px}.control-platform-sidebar-spacer{grid-template-rows:auto minmax(0,1fr);min-height:0;padding-top:8px;display:grid;overflow:hidden}.control-platform-sidebar-spacer .field-error{margin:0;padding:8px;font-size:11px;line-height:1.5}.control-platform-history{grid-template-rows:minmax(0,1fr) auto;padding:8px 0;display:grid}.control-platform-history .conversation-item{border:0;border-radius:4px;min-height:44px;padding:0}.control-platform-history .conversation-main-button{grid-template-columns:minmax(0,1fr) auto;min-height:44px;padding:5px 8px}.control-platform-history .conversation-rename-form{grid-template-columns:minmax(0,1fr);min-height:44px;padding:5px 6px}.control-platform-history .conversation-item:hover,.control-platform-history .conversation-item:focus-within,.control-platform-history .conversation-item.menu-open{background:var(--theme-blue-tint,#2563eb0b);border-color:#0000}.control-platform-history-error{margin:6px 8px 0;font-size:10px}.control-platform-history .conversation-item.active{background:var(--theme-blue-tint,#2563eb0e);box-shadow:inset 2px 0 0 var(--accent)}.control-platform-history .conversation-rename-input{border-color:var(--theme-link,#2563eb61);background:var(--theme-surface,#fff);color:var(--ink-strong)}.control-platform-history-menu{min-height:0}.control-platform-shell .control-platform-sidebar .brand-mark{width:38px;height:38px;box-shadow:inset 0 0 0 1px #0f172a24}.control-platform-shell .control-platform-sidebar .editor-sidebar-brand{min-height:46px;padding:0 4px 16px}.control-platform-shell .control-platform-sidebar .editor-sidebar-brand strong{font-size:13px;font-weight:760}.control-platform-shell .control-platform-sidebar .editor-sidebar-brand small{font-weight:650}.control-platform-shell .control-platform-nav{gap:2px;padding:12px 0}.control-platform-shell .control-platform-nav .editor-action-button{min-height:44px;box-shadow:none;color:var(--theme-ink-soft,#536073);background:0 0;border-color:#0000;justify-content:flex-start;padding-inline:10px;font-size:13px;font-weight:620}.control-platform-shell .control-platform-nav .editor-action-button:hover,.control-platform-shell .control-platform-nav .editor-action-button:focus-visible{background:var(--theme-blue-tint,#2563eb0e);color:var(--ink-strong);border-color:#0000}.control-platform-shell .control-platform-nav .control-new-scheme{border-color:var(--theme-control-border,#0f172a17);background:var(--theme-surface,#fff);min-height:42px;color:var(--ink-strong);box-shadow:0 1px 3px var(--theme-shadow,#0f172a0f);border-radius:8px;justify-content:center;gap:8px;margin-bottom:5px;font-weight:700}.control-platform-shell .control-platform-nav .control-new-scheme:hover,.control-platform-shell .control-platform-nav .control-new-scheme:focus-visible{border-color:var(--theme-link,#2563eb33);background:var(--theme-surface,#fff)}.control-platform-shell .control-platform-sidebar .editor-action-button[aria-current=page]{background:var(--theme-blue-tint,#2563eb13);color:var(--accent-strong);box-shadow:inset 2px 0 0 var(--accent);border-color:#0000}.control-platform-shell .control-platform-sidebar-copy{border-top-color:var(--theme-control-border,#0f172a12)}.control-platform-shell .editor-sidebar-links a,.control-platform-shell .editor-sidebar-links span[aria-disabled=true],.control-platform-shell .editor-sidebar-actions .button{min-height:44px;box-shadow:none;color:var(--theme-muted,#657184);background:0 0;border-color:#0000;border-radius:6px;font-size:12px;font-weight:580}.control-platform-shell .editor-sidebar-links{border-top-color:var(--theme-control-border,#0f172a12);gap:0}.control-platform-shell .editor-sidebar-links a,.control-platform-shell .editor-sidebar-links span[aria-disabled=true]{padding:4px 8px}.control-platform-shell .editor-sidebar-actions{border-top-color:var(--theme-control-border,#0f172a12);gap:2px;padding-top:8px}.control-platform-shell .editor-sidebar-actions .button{justify-content:flex-start;padding-inline:8px;font-weight:620}.control-platform-shell .editor-sidebar-links a:hover,.control-platform-shell .editor-sidebar-links a:focus-visible,.control-platform-shell .editor-sidebar-actions .button:hover,.control-platform-shell .editor-sidebar-actions .button:focus-visible{background:var(--theme-blue-tint,#2563eb0e);color:var(--ink-strong);border-color:#0000}.control-platform-content,.control-guide-page{background:var(--theme-page,#fbfcfe);background-image:none}.control-platform-heading h1{font-weight:760}.control-guide-step{border-top-color:var(--theme-control-border,#0f172a21);border-bottom-color:var(--theme-control-border,#0f172a12)}.control-guide-step:first-child{border-top-color:var(--accent)}.control-guide-boundary{border-color:var(--theme-control-border,#0f172a1a)}.control-guide-boundary>div{border-right-color:var(--theme-control-border,#0f172a14);background:0 0}.control-scheme-row-content{min-width:0}.control-scheme-rename-form{grid-template-columns:minmax(160px,1fr) auto auto;align-items:center;gap:6px;max-width:560px;display:grid}.control-scheme-rename-form input{border:1px solid var(--theme-control-border,#0f172a21);background:var(--theme-surface,#fff);width:100%;min-width:0;height:44px;color:var(--ink);font:inherit;border-radius:6px;padding:0 11px}.control-scheme-rename-form input:focus-visible{border-color:var(--theme-link,#2563eb6b);outline:3px solid var(--theme-link,#2563eb24);outline-offset:1px}.control-scheme-rename-form .button{min-height:44px;padding-inline:12px}@media (max-width:700px){.control-scheme-rename-form{grid-template-columns:1fr 1fr}.control-scheme-rename-form input{grid-column:1/-1}}.control-guide-entry,.control-center-slide,.control-platform-panel,.control-platform-receipts,.control-scheme-modal,.control-delete-dialog{border-color:var(--theme-control-border,#0f172a1a);background:var(--theme-surface,#fff);box-shadow:0 14px 36px var(--theme-shadow,#0f172a12)}.control-center-step-rail .button{box-shadow:none}@media (max-width:700px){.login-gate-title h1{font-size:42px}}.control-center-mission-rail{border-top:1px solid var(--theme-control-border,#0f172a1a);border-bottom:1px solid var(--theme-control-border,#0f172a1a);background:var(--theme-surface,#fff);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 6px 22px;display:grid;position:relative}.control-center-mission-rail button{border:0;border-right:1px solid var(--theme-control-border,#0f172a14);min-width:0;min-height:56px;color:var(--theme-muted,#7a8596);font:inherit;text-align:left;cursor:pointer;background:0 0;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px;display:grid;position:relative}.control-center-mission-rail button:last-child{border-right:0}.control-center-mission-rail button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.control-center-mission-rail button>span{color:var(--theme-muted,#8b96a7);font:700 11px/1 var(--font-mono)}.control-center-mission-rail button>strong{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:680;overflow:hidden}.control-center-mission-rail button[data-state=completed]{color:var(--theme-ink-soft,#44546a)}.control-center-mission-rail button[data-state=completed]>span{color:var(--accent)}.control-center-mission-rail button[data-state=completed]:after{background:var(--theme-action,#2563eb61)}.control-center-mission-rail button[data-state=current]{background:var(--theme-blue-tint,#2563eb09);color:var(--ink-strong)}.control-center-mission-rail button[data-state=current]>span{color:var(--accent-strong)}.control-center-mission-rail button[data-state=current]:after{background:var(--theme-action,var(--accent));height:3px}.control-center-mission-rail button:hover{background:var(--theme-sheen,#0f172a06);color:var(--ink-strong)}.control-center-mission-rail button:focus-visible{z-index:2;outline:3px solid var(--theme-link,#2563eb2e);outline-offset:-3px}.control-center-carousel{margin-inline:6px;display:block}.control-center-viewport{overflow:visible}.control-center-track{width:100%;display:block;transform:none!important}.control-center-slide{width:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:2px 0 18px}.control-center-slide[aria-hidden=true]{display:none}.control-center-slide-head{border-bottom-color:var(--theme-control-border,#0f172a17);align-items:flex-start;padding:0 0 14px}.control-platform-content,.control-center-progress>div:first-child{min-width:0}.control-center-context,.control-config-kicker{color:var(--accent-strong);font:700 10px/1.3 var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.control-config-section,.control-review-section{border:0;border-bottom:1px solid var(--theme-control-border,#0f172a1c);min-width:0;min-height:0;box-shadow:none;background:0 0;border-radius:0;gap:18px;margin:0;padding:24px 0;display:grid}.control-config-section:first-child{padding-top:8px}.control-config-section.is-error{border-bottom-color:var(--theme-danger,#d92d2059)}.control-config-section-head{border-bottom:1px solid var(--theme-control-border,#0f172a17);justify-content:space-between;align-items:flex-start;gap:18px;min-width:0;padding:0 0 14px;display:flex}.control-config-section-head>div:first-child{min-width:0}.control-config-section-head h2{color:var(--ink-strong);margin:5px 0 0;font-size:20px;line-height:1.2}.control-config-section-head p{max-width:720px;color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.55}.control-config-inline-status{border:1px solid var(--theme-control-border,#0f172a1c);background:var(--theme-surface,#f7f9fc);max-width:min(42%,320px);min-height:30px;color:var(--muted-strong);font:650 11px/1.35 var(--font-body);text-align:right;overflow-wrap:anywhere;justify-content:flex-end;align-items:center;padding:5px 9px;display:inline-flex}.control-config-inline-status.is-success{border-color:var(--theme-success,#06764733);background:var(--theme-green-tint,#0676470f);color:var(--theme-success,#067647)}.control-config-inline-status.is-warning{border-color:var(--theme-warning,#b5470838);background:var(--theme-warning-soft,#fff8eb);color:var(--theme-warning,#b54708)}.control-config-inline-status.is-danger{border-color:var(--theme-danger,#d92d2038);background:var(--theme-danger-soft,#fff4f2);color:var(--theme-danger,#d92d20)}.control-config-device-row{grid-template-columns:minmax(240px,380px) minmax(0,1fr);align-items:end;gap:20px;display:grid}.control-config-device-row .field{min-width:0}.control-config-device-status{border-left:3px solid var(--theme-link,#2563eb59);background:var(--theme-surface,#f6f8fb);min-width:0;min-height:44px;color:var(--muted-strong);overflow-wrap:anywhere;align-items:center;gap:8px;margin:0;padding:9px 12px;font-size:12px;line-height:1.5;display:flex}.control-config-status-dot{width:8px;height:8px;color:var(--muted);border:2px solid;border-radius:50%;flex:none}.control-config-status-dot.is-success{color:var(--theme-success,#067647);background:var(--theme-success-fill,#067647)}.control-config-status-dot.is-warning{color:var(--theme-warning,#b54708);background:#b54708}.control-config-status-dot.is-danger{color:var(--theme-danger,#d92d20);background:var(--theme-danger-fill,#d92d20)}.control-config-error{border-left:3px solid var(--theme-danger,#d92d20);background:var(--theme-danger-soft,#fff4f2);color:var(--theme-danger,#b42318);margin:-6px 0 0;padding:9px 12px;font-size:12px;line-height:1.5}.control-work-picker-layout,.control-audio-layout,.control-center-lighting-grid,.control-center-follow-grid,.control-work-library-panel,.control-work-settings,.control-audio-sources,.control-audio-settings{min-width:0}.control-work-settings{border:1px solid var(--theme-control-border,#0f172a1a);background:var(--theme-surface,#fbfcfe)}.control-audio-sources{border-right:1px solid var(--theme-control-border,#0f172a1a);align-content:start;padding:12px 20px 12px 0}.control-audio-settings{border:0;padding:12px 0 12px 4px}.control-config-helper{color:var(--muted);margin:0;font-size:11px;line-height:1.55}.control-lighting-section-head{border:0;padding:0;display:block}.control-config-section-toggle{border:1px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface,#f6f8fb);width:100%;min-width:0;min-height:70px;color:var(--ink-strong);text-align:left;cursor:pointer;border-radius:4px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px 14px;display:grid}.control-config-section-toggle:hover,.control-config-section-toggle:focus-visible,.control-config-section-toggle[aria-expanded=true]{border-color:var(--theme-link,#2563eb59);background:var(--theme-raised,#f2f6fc)}.control-config-section-toggle:focus-visible{outline:3px solid var(--theme-link,#2563eb2e);outline-offset:2px}.control-config-section-toggle>span{gap:4px;min-width:0;display:grid}.control-config-section-toggle strong{font-size:16px;line-height:1.25}.control-config-section-toggle small{min-width:0;color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:1.45}.control-config-section-toggle>svg{color:var(--accent-strong);transition:transform .18s}.control-config-section-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.control-lighting-details{border:1px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface,#fbfcfe);border-top:0;gap:18px;min-width:0;padding:18px;display:grid}.control-platform-mode-tabs{flex-wrap:wrap;gap:7px;min-width:0;display:flex}.control-platform-mode-tabs .button,.control-platform-strip-select .button,.control-platform-scene-grid .button{min-height:44px}.control-config-actions{border-bottom:2px solid var(--theme-control-border,#0f172a1f);justify-content:flex-end;align-items:center;gap:8px;padding:18px 0 6px;display:flex}.control-config-actions .button.primary{min-width:190px}.control-review-section{padding-top:28px}.control-review-section .control-center-apply-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:32px}.control-center-summary{border-top:1px solid var(--theme-control-border,#0f172a1c)}.control-center-summary>div{grid-template-columns:minmax(96px,.32fr) minmax(0,1fr);align-items:center;min-width:0}.control-center-summary dd{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.control-center-summary dd>span{overflow-wrap:anywhere;min-width:0}.control-review-edit{min-width:52px;min-height:44px;color:var(--accent-strong);font:700 11px var(--font-body);cursor:pointer;background:0 0;border:1px solid #0000;padding:0 8px}.control-review-edit:hover,.control-review-edit:focus-visible{border-color:var(--theme-link,#2563eb40);background:var(--theme-blue-tint,#2563eb0f);outline:0}.control-center-apply-action{border:1px solid var(--theme-link,#2563eb2e);background:var(--theme-surface,#f4f8fe);text-align:left;justify-items:start;min-height:0;padding:22px}.control-center-apply-action>strong{color:var(--ink-strong);font-size:16px}.control-center-apply-action p{max-width:46ch}.control-review-actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.control-review-actions .button.primary{flex:100%;min-height:48px}.control-review-actions .button:not(.primary){flex:140px}.control-platform-notice{max-width:960px;min-height:20px;margin:16px 0 0;padding:0 2px;line-height:1.55}@media (max-width:900px){.control-center-mission-rail button{text-align:center;grid-template-columns:1fr;justify-items:center;gap:3px;min-height:62px;padding-inline:6px}.control-center-mission-rail button>strong{max-width:100%;font-size:10px}}@media (max-width:700px){.control-center-mission-rail{margin-inline:0;scrollbar-width:thin;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px;overflow:auto hidden}.control-center-carousel{margin-inline:0}.control-center-slide,.control-center-lighting-slide{min-height:0;padding:0 0 14px}}@media (prefers-reduced-motion:reduce){.control-center-mission-rail button,.control-config-section-toggle>svg{transition:none}}@media (max-width:900px){.control-config-device-row{grid-template-columns:1fr;align-items:stretch;gap:12px}.control-config-device-status{min-height:0}.control-audio-sources,.control-audio-settings{border:0;padding:0}.control-audio-sources{border-bottom:1px solid var(--theme-control-border,#0f172a1a);padding-bottom:16px}.control-review-section .control-center-apply-layout{grid-template-columns:1fr;gap:20px}}@media (max-width:700px){.control-platform-content{padding:14px 14px 34px}.control-center-progress{margin-bottom:12px;padding-inline:0}.control-center-mission-rail{margin-inline:0}.control-config-section-head{flex-direction:column;gap:10px}.control-config-inline-status{text-align:left;justify-content:flex-start;max-width:100%}.control-config-section-head p{max-width:none}.control-config-section,.control-review-section{padding-block:18px}.control-config-section:first-child{padding-top:4px}.control-lighting-details{padding:12px}.control-config-actions{flex-direction:column-reverse;align-items:stretch}.control-config-actions .button,.control-config-actions .button.primary{width:100%;min-width:0}.control-center-summary>div{grid-template-columns:1fr;gap:6px}.control-center-summary dd{text-align:left;justify-content:space-between}.control-center-apply-action{padding:16px}}@media (max-width:440px){.control-center-mission-rail button{min-height:58px;padding-inline:8px}.control-center-mission-rail button>strong{font-size:11px}.control-config-section-toggle{gap:10px;padding-inline:11px}.control-config-section-toggle strong{font-size:15px}.control-work-item{grid-template-columns:64px minmax(0,1fr) 24px;gap:8px}.control-work-thumb{width:64px}}.prompt-cascade-menu{grid-template-columns:184px minmax(278px,340px);gap:0;width:min(550px,100vw - 32px);min-width:0;padding:6px;display:grid}.prompt-cascade-parents{border-right:1px solid var(--theme-border,#d4dce8);align-content:start;gap:2px;min-width:0;padding-right:6px;display:grid}.prompt-cascade-parent{align-items:center;min-height:44px!important;color:var(--theme-ink-soft,#344054)!important;border:1px solid #0000!important;border-radius:4px!important;grid-template-columns:20px minmax(0,1fr) auto 16px!important;gap:7px!important;padding:0 8px!important;font-size:12px!important;display:grid!important}.prompt-cascade-parent svg{color:var(--theme-link,#175cd3)}.prompt-cascade-parent small{color:var(--theme-soft,#98a2b3);font:600 10px var(--font-mono)}.prompt-cascade-parent:hover,.prompt-cascade-parent:focus-visible,.prompt-cascade-parent[data-active=true]{outline:0;border-color:var(--theme-link,#c7d9f6)!important;background:var(--theme-selected,#e8f1ff)!important;color:var(--theme-link,#0b4db8)!important}.prompt-cascade-parent:disabled{opacity:.48;cursor:not-allowed}.prompt-cascade-child{align-content:start;gap:7px;min-width:0;padding-left:8px;display:grid}.prompt-cascade-child-heading{border-bottom:1px solid var(--theme-border,#d4dce8);min-height:28px;color:var(--theme-ink,#111827);align-items:center;gap:7px;padding:2px 8px 5px;font-size:11px;font-weight:750;display:flex}.prompt-cascade-child-heading svg{color:var(--theme-link,#175cd3)}.prompt-cascade-entry-list{gap:2px;max-height:172px;display:grid;overflow:auto}.prompt-cascade-entry{text-align:left!important;border:1px solid #0000!important;border-radius:4px!important;min-height:44px!important;padding:7px 8px!important;display:block!important}.prompt-cascade-entry:hover,.prompt-cascade-entry:focus-visible,.prompt-cascade-entry[data-active=true]{outline:0;border-color:var(--theme-link,#d4dce8)!important;background:var(--theme-raised,#f4f7fb)!important}.prompt-cascade-entry-copy{gap:2px;min-width:0;display:grid}.prompt-cascade-entry-copy strong{color:var(--theme-ink,#111827);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.prompt-cascade-entry-copy small{color:var(--theme-muted,#667085);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.prompt-cascade-preview{border-top:1px solid var(--theme-border,#d4dce8);background:var(--theme-surface,#f8fbff);gap:5px;min-width:0;padding:9px 10px 10px;display:grid}.prompt-cascade-preview>span,.prompt-library-detail-body>span{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.prompt-cascade-preview p{max-height:78px;color:var(--theme-ink-soft,#344054);overflow-wrap:anywhere;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.prompt-cascade-use{border:1px solid var(--theme-link,#175cd3);background:var(--theme-action,#175cd3);color:#fff;cursor:pointer;min-height:34px;font:700 11px var(--font-body);border-radius:4px;justify-self:start;padding:0 10px}.prompt-cascade-use:hover,.prompt-cascade-use:focus-visible{background:var(--theme-action-hover,#0b4db8);outline:3px solid var(--theme-link,#175cd32e);outline-offset:1px}.prompt-library-kind-switcher{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(460px,100%);display:grid}.prompt-library-kind-button{border:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-surface,#fff);min-height:52px;color:var(--theme-ink-soft,#344054);cursor:pointer;font:700 12px var(--font-body);text-align:left;border-radius:6px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px;display:grid}.prompt-library-kind-button svg{color:var(--theme-link,#175cd3)}.prompt-library-kind-button small{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.prompt-library-kind-button:hover,.prompt-library-kind-button:focus-visible,.prompt-library-kind-button[aria-selected=true]{border-color:var(--theme-link,#175cd3);background:var(--theme-selected,#e8f1ff);color:var(--theme-link,#0b4db8);outline:0}.prompt-library-kind-button:focus-visible{box-shadow:0 0 0 3px var(--theme-shadow,#175cd329)}.prompt-library-workspace-grid{border-top:1px solid var(--theme-border,#d4dce8);grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);min-width:0;display:grid}.prompt-library-index{min-width:0;padding-right:16px}.prompt-library-index-heading{border-bottom:1px solid var(--theme-border,#d4dce8);min-height:40px;color:var(--theme-ink,#111827);justify-content:space-between;align-items:center;font-size:12px;font-weight:750;display:flex}.prompt-library-index-heading small{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.prompt-library-row-list{display:grid}.prompt-library-row{border-bottom:1px solid var(--theme-border,#e3e8ef);grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0;padding:10px 0;display:grid}.prompt-library-row[data-active=true]{background:var(--theme-surface,#f8fbff);box-shadow:inset 3px 0 var(--theme-shadow,#175cd3);padding-left:10px}.prompt-library-row-main{min-width:0;color:var(--theme-ink,#111827);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:22px minmax(0,1fr) 18px;align-items:start;gap:8px;padding:3px 0;display:grid}.prompt-library-row-main>svg{color:var(--theme-link,#175cd3);margin-top:2px}.prompt-library-row-main:focus-visible{outline:3px solid var(--theme-link,#175cd329);outline-offset:2px}.prompt-library-row-copy{gap:3px;min-width:0;display:grid}.prompt-library-row-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.prompt-library-row-copy small{color:var(--theme-muted,#667085);font:600 10px var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prompt-library-row-copy>span{max-height:37px;color:var(--theme-ink-soft,#475467);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.prompt-library-row-main>svg:last-child{color:var(--theme-soft,#98a2b3)}.prompt-library-row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.prompt-library-row-actions .button{min-height:36px;padding-inline:9px;font-size:11px}.prompt-library-detail{border-left:1px solid var(--theme-border,#d4dce8);background:var(--theme-surface,#f8fbff);align-content:start;gap:16px;min-width:0;padding:18px 0 18px 20px;display:grid}.prompt-library-detail-heading{grid-template-columns:24px minmax(0,1fr);align-items:start;gap:9px;display:grid}.prompt-library-detail-heading>svg{color:var(--theme-link,#175cd3);margin-top:2px}.prompt-library-detail-heading span{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.prompt-library-detail-heading h3{color:var(--theme-ink,#111827);overflow-wrap:anywhere;margin:3px 0 0;font-size:17px;line-height:1.35}.prompt-library-detail-facts{flex-wrap:wrap;gap:14px;margin:0;display:flex}.prompt-library-detail-facts>div{gap:3px;min-width:0;display:grid}.prompt-library-detail-facts dt{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.prompt-library-detail-facts dd{color:var(--theme-ink-soft,#344054);overflow-wrap:anywhere;margin:0;font-size:12px}.prompt-library-detail-body{border-top:1px solid var(--theme-border,#d4dce8);gap:7px;min-width:0;padding-top:14px;display:grid}.prompt-library-detail-body p{max-height:430px;color:var(--theme-ink-soft,#344054);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.7;overflow:auto}.editor-shell:not(.control-platform-shell) .generation-user-turn{justify-self:end;gap:7px;width:fit-content;max-width:72%;display:grid}.editor-shell:not(.control-platform-shell) .generation-reference-group{justify-items:end;gap:5px;display:grid}.editor-shell:not(.control-platform-shell) .generation-reference-group-label{color:var(--theme-muted,#667085);font:600 10px var(--font-mono)}.editor-shell:not(.control-platform-shell) .generation-reference-list{justify-content:flex-end;gap:8px;max-width:100%;margin:0;padding:0;list-style:none;display:flex}.editor-shell:not(.control-platform-shell) .generation-reference-item{gap:4px;width:76px;min-width:0;display:grid}.editor-shell:not(.control-platform-shell) .generation-reference-thumbnail{border:1px solid var(--theme-control-border,#c7d1df);background:var(--theme-raised,#eef2f7);border-radius:4px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.editor-shell:not(.control-platform-shell) .generation-reference-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.editor-shell:not(.control-platform-shell) .generation-reference-title{max-width:76px;color:var(--theme-muted,#667085);text-align:right;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{justify-self:end;width:fit-content;max-width:100%}@media (max-width:700px){.prompt-cascade-menu{width:min(360px,100vw - 28px);display:block}.prompt-cascade-parents{border-right:0;border-bottom:1px solid var(--theme-border,#d4dce8);grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:6px;padding-right:0}.prompt-cascade-child{padding-top:8px;padding-left:0}.prompt-library-workspace-grid{grid-template-columns:minmax(0,1fr)}.prompt-library-index{padding-right:0}.prompt-library-detail{border-top:1px solid var(--theme-border,#d4dce8);border-left:0;padding:16px 0 0}.prompt-library-row{grid-template-columns:minmax(0,1fr)}.prompt-library-row-actions{justify-content:flex-start;padding-left:30px}.editor-shell:not(.control-platform-shell) .generation-user-turn{max-width:92%}}@media (prefers-reduced-motion:reduce){.prompt-cascade-parent,.prompt-cascade-entry,.prompt-library-kind-button,.prompt-library-row-main{transition:none}}.creator-empty-brand-mark,.mobile-creator-topbar,.mobile-creator-view-switcher,.mobile-workbench-nav,.editor-mobile-scrim,.editor-mobile-drawer-header,.editor-personal-link{display:none}@media (max-width:760px),(max-width:960px) and (max-height:500px){.page.editor-shell{width:100%;min-height:100dvh;margin:0;padding:0}.editor-shell:not(.control-platform-shell){background:var(--theme-page,#fbfcfe);height:100dvh;min-height:100dvh;overflow:hidden}.editor-shell:not(.control-platform-shell) .fooocus-workbench{isolation:isolate;min-height:100dvh;position:relative}.editor-shell:not(.control-platform-shell) .editor-sidebar{z-index:1100;width:min(88vw,360px);height:100dvh;padding:max(10px, env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom));border:0;border-right:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-sidebar,#f8fbff);box-shadow:18px 0 42px var(--theme-shadow,#0f172a29);visibility:hidden;pointer-events:none;grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);align-content:stretch;align-items:stretch;gap:0;transition:transform .2s cubic-bezier(.16,1,.3,1),visibility 0s linear .2s;display:grid;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-104%)}.editor-shell:not(.control-platform-shell) .editor-sidebar.mobile-open{visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(0)}.editor-mobile-scrim{z-index:1090;cursor:pointer;background:#0f172a6b;border:0;border-radius:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.editor-mobile-drawer-header{min-height:48px;color:var(--theme-ink,#111827);justify-content:space-between;align-items:center;gap:12px;font-size:15px;font-weight:760;display:flex}.editor-mobile-close,.mobile-creator-menu-button,.mobile-creator-new-button{width:44px;height:44px;color:var(--theme-ink-soft,#344054);background:0 0;border:1px solid #0000;border-radius:8px;flex:0 0 44px;place-items:center;padding:0;display:grid}.editor-mobile-close:hover,.editor-mobile-close:focus-visible,.mobile-creator-menu-button:hover,.mobile-creator-menu-button:focus-visible,.mobile-creator-new-button:hover,.mobile-creator-new-button:focus-visible{border-color:var(--theme-link,#175cd32e);background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{display:none}.editor-shell:not(.control-platform-shell) .editor-history{min-height:0;padding:8px 0;display:block}.editor-shell:not(.control-platform-shell) .conversation-history{padding-right:2px}.editor-shell .conversation-item{grid-template-columns:minmax(0,1fr) 44px;min-height:52px}.editor-shell .conversation-more-button{opacity:1;width:44px;height:44px;color:var(--theme-ink-soft,#526074)}.editor-shell .conversation-more-button:hover,.editor-shell .conversation-more-button:focus-visible,.editor-shell .conversation-more-button[aria-expanded=true]{color:var(--theme-link,#175cd3)}.editor-shell:not(.control-platform-shell) .editor-sidebar-links,.editor-shell:not(.control-platform-shell) .editor-control-platform,.editor-shell:not(.control-platform-shell) .editor-auth-button{display:none}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{border-top:1px solid var(--theme-control-border,#e3e8ef);grid-template-columns:minmax(0,1fr);gap:2px;padding-top:8px;display:grid}.editor-shell:not(.control-platform-shell) .editor-personal-link{width:100%;min-height:46px;color:var(--theme-ink-soft,#344054);box-shadow:none;background:0 0;border-color:#0000;justify-content:flex-start;align-items:center;gap:9px;padding-inline:8px;font-size:13px;font-weight:680;display:flex}.editor-shell:not(.control-platform-shell) .editor-personal-link:hover,.editor-shell:not(.control-platform-shell) .editor-personal-link:focus-visible{background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3);border-color:#0000}.mobile-creator-topbar{z-index:50;height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 4px;border-bottom:1px solid var(--theme-border,#0f172a12);background:var(--theme-surface-translucent,#fbfcfef0);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:flex-end;gap:12px;display:flex;position:fixed;inset:0 0 auto}.mobile-creator-view-switcher{border:1px solid var(--theme-border,#d4dce8);background:var(--theme-raised,#eef2f7);border-radius:8px;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;width:min(210px,100%);min-width:0;height:44px;padding:2px;display:grid}.mobile-creator-view-switcher button{min-width:0;color:var(--theme-muted,#667085);white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:12px;font-weight:700}.mobile-creator-view-switcher button:hover,.mobile-creator-view-switcher button:focus-visible,.mobile-creator-view-switcher button.is-active{background:var(--theme-surface,#fff);color:var(--theme-link,#175cd3)}.mobile-creator-view-switcher button:focus-visible{outline:3px solid var(--theme-link,#175cd333);outline-offset:1px}.editor-shell:not(.control-platform-shell) .fooocus-canvas{height:100dvh;min-height:100dvh;padding:calc(68px + env(safe-area-inset-top)) 14px calc(var(--composer-height,190px) + 84px + env(safe-area-inset-bottom));overscroll-behavior-y:contain;background:var(--theme-page,#fbfcfe);overflow-y:auto}.editor-shell:not(.control-platform-shell) .is-empty-state .generate-center-stage{min-height:calc(100dvh - 156px);padding:18px 0 calc(var(--composer-height,190px) + 26px);align-content:center;justify-items:center;gap:16px}.editor-shell:not(.control-platform-shell) .has-history .generate-center-stage{padding-top:4px}.creator-empty-intro{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;min-height:0;margin-bottom:0;display:flex}.creator-mode-empty-mark{display:none}.creator-empty-brand-mark{place-items:center;display:grid}.creator-empty-brand-mark .brand-mark{border-radius:16px;width:64px;height:64px;display:block;box-shadow:inset 0 0 0 1px #0f172a24,0 10px 24px #175cd31f}.creator-empty-intro>div{text-align:center;grid-template-rows:auto auto;gap:5px;display:grid}.creator-empty-intro h1{font-size:22px;line-height:1.25}.creator-empty-intro p{max-width:30ch;color:var(--theme-muted,#667085);font-size:13px;line-height:1.6}.editor-shell:not(.control-platform-shell) .editor-input-slot.centered,.editor-shell:not(.control-platform-shell) .editor-input-slot.floating{right:10px;bottom:calc(66px + env(safe-area-inset-bottom));z-index:45;width:auto;min-height:0;margin:0;padding:0;position:fixed;left:10px;transform:none}.editor-shell:not(.control-platform-shell) .jump-to-latest{bottom:calc(var(--composer-height,190px) + 78px + env(safe-area-inset-bottom))}.editor-shell:not(.control-platform-shell) .unified-input-panel{width:100%;max-width:none;box-shadow:0 12px 30px var(--theme-shadow,#0f172a1f);border-radius:14px}.mobile-workbench-nav{z-index:60;height:calc(66px + env(safe-area-inset-bottom));padding:4px 8px env(safe-area-inset-bottom);border-top:1px solid var(--theme-border,#d4dce8);background:var(--theme-sidebar,#fffffff5);box-shadow:0 -8px 24px var(--theme-shadow,#0f172a12);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:fixed;inset:auto 0 0}.mobile-workbench-nav-item{min-width:0;min-height:48px;color:var(--theme-muted,#667085);background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.mobile-workbench-nav-item:hover,.mobile-workbench-nav-item:focus-visible,.mobile-workbench-nav-item.is-active{background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3)}.mobile-workbench-nav-item:focus-visible,.mobile-creator-view-switcher button:focus-visible,.mobile-creator-menu-button:focus-visible,.mobile-creator-new-button:focus-visible,.editor-mobile-close:focus-visible{outline:3px solid var(--theme-link,#175cd333);outline-offset:2px}.control-platform-shell .control-platform-content{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-workbench-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-workbench-nav-item{gap:4px;font-size:12px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .mobile-creator-topbar{display:none}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .fooocus-canvas{padding-top:calc(14px + env(safe-area-inset-top));padding-bottom:calc(84px + env(safe-area-inset-bottom))}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-toolbar{flex-direction:column;align-items:stretch;gap:8px;display:flex}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-tabs{order:2;width:100%;margin:0;display:flex}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-tabs button{flex:1 1 0;min-width:0;padding-inline:6px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;order:1;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:6px;width:100%;margin:0;padding:0;display:grid;position:static}[data-editor-view=library] .library-upload-actions{flex-direction:row;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:6px;display:grid!important}[data-editor-view=library] .library-upload-actions>.root,.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions>div{width:100%;min-width:0}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions>div>div{display:block}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions>div button,.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-button,.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-manage-button{width:100%;min-height:44px;box-shadow:none;white-space:nowrap;border-radius:6px;gap:4px;padding:0 5px;font-size:12px;min-width:0!important}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions>div>div{height:100%}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-actions>div>p{display:none}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-upload-status{border:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-surface,#fff);width:auto;max-width:calc(100vw - 16px);box-shadow:0 6px 18px var(--theme-shadow,#0f172a1f);text-align:left;border-radius:6px;padding:6px 8px;position:absolute;top:calc(100% + 6px);right:8px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card{border-radius:6px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card .material-preview{aspect-ratio:1;min-height:0}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card-copy{gap:0;padding:6px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card-copy strong{font-size:11px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card-copy span,.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card-copy p{display:none}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-card-rename{width:28px;height:28px;bottom:4px;right:4px}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .library-selection-toolbar>div{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-device-layout.is-device-panel-open .mobile-creator-topbar,.creator-device-layout.is-device-panel-open .editor-sidebar,.creator-device-layout.is-device-panel-open .editor-mobile-scrim,.creator-device-layout.is-device-panel-open .editor-main,.creator-device-layout.is-device-panel-open .editor-input-slot{display:none}.creator-device-panel{inset:0 0 calc(66px + env(safe-area-inset-bottom));z-index:50;height:auto}.creator-device-panel>header{display:none}.creator-device-panel-body{padding-top:calc(16px + env(safe-area-inset-top))}.creator-device-panel>footer{padding-bottom:16px}}@media (prefers-reduced-motion:reduce){.editor-shell:not(.control-platform-shell) .editor-sidebar{transition:none}}@media (max-width:1320px){.creator-device-layout.is-device-panel-open .fooocus-workbench{padding-left:0}}@media (max-width:760px),(max-width:960px) and (max-height:500px){.page.editor-shell.control-platform-shell{padding-top:72px}.mobile-control-platforms{border-top:2px solid var(--accent);border-bottom:1px solid var(--theme-control-border,#0f172a1a);gap:14px;margin:0 0 22px;padding:16px 0 0;display:grid}.mobile-control-platforms-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-control-platforms-head>div{gap:4px;min-width:0;display:grid}.mobile-control-platforms-kicker{color:var(--accent-strong);font:800 10px var(--font-mono)}.mobile-control-platforms-head h2{color:var(--ink-strong);margin:0;font-size:21px;line-height:1.25}.mobile-control-platforms-head p{max-width:32ch;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.mobile-control-platforms-create{white-space:nowrap;flex:none;align-items:center;gap:6px;min-height:44px;padding-inline:11px;display:inline-flex}.mobile-control-platform-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.mobile-control-platform-card{border:1px solid var(--theme-control-border,#0f172a1f);background:var(--theme-surface,#fff);min-width:0;min-height:132px;color:var(--ink-strong);touch-action:manipulation;border-radius:8px;gap:8px;padding:14px;text-decoration:none;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.mobile-control-platform-card:hover,.mobile-control-platform-card:focus-visible{border-color:var(--theme-link,#175cd35c);background:var(--theme-surface,#fbfdff);box-shadow:0 4px 14px var(--theme-shadow,#0f172a14)}.mobile-control-platform-card:focus-visible{outline:3px solid var(--theme-link,#175cd32e);outline-offset:2px}.mobile-control-platform-card-top{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.mobile-control-platform-card-action{min-height:44px;color:var(--accent-strong);flex:none;align-items:center;gap:2px;font-size:11px;font-weight:800;display:inline-flex}.mobile-control-platform-card-action>svg{color:var(--theme-soft,#98a2b3)}.mobile-control-platform-status{border:1px solid;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.mobile-control-platform-status i{background:currentColor;border-radius:50%;flex:0 0 7px;width:7px;height:7px}.mobile-control-platform-status.is-online{border-color:var(--theme-success,#06764747);background:var(--theme-success-soft,#ecfdf3);color:var(--theme-success,#067647)}.mobile-control-platform-status.is-offline{border-color:var(--theme-danger,#b4231840);background:var(--theme-danger-soft,#fff1f0);color:var(--theme-danger,#b42318)}.mobile-control-platform-status.is-pending{border-color:var(--theme-warning,#b5470847);background:var(--theme-raised,#fff7ed);color:var(--theme-warning,#b54708)}.mobile-control-platform-card>strong{overflow-wrap:anywhere;min-width:0;font-size:16px;line-height:1.35}.mobile-control-platform-meta{min-width:0;color:var(--muted);flex-wrap:wrap;gap:5px 12px;font-size:12px;line-height:1.45;display:flex}.mobile-control-platform-meta span{overflow-wrap:anywhere;min-width:0}.mobile-control-platform-card>time{color:var(--theme-soft,#98a2b3);font:600 10px var(--font-mono)}.mobile-control-platforms-footer{justify-content:flex-end;padding-bottom:2px;display:flex}.mobile-control-platforms-footer a{min-height:44px;color:var(--accent-strong);align-items:center;gap:4px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.mobile-control-platforms-footer a:focus-visible{outline:3px solid var(--theme-link,#175cd32e);outline-offset:2px}.mobile-control-platform-error{color:var(--theme-danger,#b42318);margin:0;font-size:12px;line-height:1.5}.mobile-control-platform-empty{gap:8px;padding:8px 0 16px;display:grid}.mobile-control-platform-empty strong{color:var(--ink-strong);font-size:16px}.mobile-control-platform-empty p{max-width:42ch;color:var(--muted);margin:0;font-size:12px;line-height:1.65}.mobile-control-platform-empty .button{align-items:center;gap:6px;width:fit-content;min-height:44px;display:inline-flex}.control-guide-boundary{display:none}.control-guide-steps{margin-top:18px}.control-guide-step>a,.control-guide-step>button{align-items:center;min-height:44px;display:inline-flex}}@media (max-width:700px){.page.editor-shell.control-platform-shell{padding-top:128px}}@media (prefers-reduced-motion:reduce){.mobile-control-platform-card{transition:none}}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell:not(.control-platform-shell) .unified-input-panel{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"textarea textarea""chips chips""attachments attachments""footer footer""status status";gap:4px 8px;padding:9px}.editor-shell:not(.control-platform-shell) .unified-input-panel.has-prepared-draft{grid-template-areas:"textarea textarea""chips chips""draft draft""attachments attachments""footer footer""status status"}.editor-shell:not(.control-platform-shell) .input-panel-attachments{flex-wrap:nowrap;align-items:center;gap:2px;width:100%;min-height:42px;padding:0;display:flex;position:relative}.editor-shell:not(.control-platform-shell) .input-panel-attachments .composer-tool-menu-root{flex:0 0 42px;position:static}.editor-shell:not(.control-platform-shell) .input-panel-attachments .composer-icon-control{width:42px;min-width:42px;height:42px;min-height:42px}.editor-shell:not(.control-platform-shell) .input-panel-attachments .file-type-hint{display:none}.editor-shell:not(.control-platform-shell) .input-panel-footer{grid-area:footer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.editor-shell:not(.control-platform-shell) .composer-branch-controls{grid-template-columns:42px minmax(0,1fr);gap:4px;width:100%;min-width:0;max-width:232px;display:grid}.editor-shell:not(.control-platform-shell) .composer-mode-trigger,.editor-shell:not(.control-platform-shell) .composer-model-trigger{height:42px;min-height:42px}.editor-shell:not(.control-platform-shell) .composer-mode-trigger{width:42px;min-width:42px;padding:0}.editor-shell:not(.control-platform-shell) .composer-model-trigger{width:100%;min-width:0;max-width:none;padding:0 8px 0 10px;font-size:10px}.editor-shell:not(.control-platform-shell) .composer-model-value{gap:4px}.editor-shell:not(.control-platform-shell) .composer-model-value small{font-size:9px}.editor-shell:not(.control-platform-shell) .input-panel-actions,.editor-shell:not(.control-platform-shell) .input-panel-actions .button{width:42px;min-width:42px}.editor-shell:not(.control-platform-shell) .input-panel-actions .button{min-height:42px}.editor-shell:not(.control-platform-shell) .composer-tool-menu{z-index:120;max-width:calc(100vw - 24px);max-height:min(280px,100dvh - 150px);top:auto;bottom:calc(100% + 8px);overflow-y:auto}.editor-shell:not(.control-platform-shell) .input-panel-attachments .composer-tool-menu{width:min(304px,100vw - 38px);max-width:calc(100vw - 38px);left:0;right:auto}.editor-shell:not(.control-platform-shell) .input-panel-attachments .generation-settings-panel{width:min(304px,100vw - 38px);max-width:calc(100vw - 38px);max-height:min(320px, max(220px, calc(100dvh - 190px - env(safe-area-inset-top) - env(safe-area-inset-bottom))));position:absolute;inset:auto auto calc(100% + 6px) 0}.editor-shell:not(.control-platform-shell) .mode-tool-menu{width:min(184px,100vw - 24px);min-width:0}.editor-shell:not(.control-platform-shell) .model-tool-menu{width:min(232px,100vw - 24px);min-width:0}.editor-shell:not(.control-platform-shell) .composer-tool-menu button{min-height:42px}.control-platform-shell .control-platform-sidebar .control-platform-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.control-platform-shell .control-platform-sidebar-guide .control-platform-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.control-platform-shell .control-platform-sidebar-guide .control-new-scheme{display:none}.mobile-control-platforms{gap:10px}.mobile-control-platforms-head p{display:none}.mobile-control-platforms-head h2{font-size:19px}.mobile-control-platform-list{gap:5px}.mobile-control-platform-card{grid-template-rows:auto auto auto;gap:3px;min-height:76px;padding:9px 11px}.mobile-control-platform-card-top{min-height:24px}.mobile-control-platform-card-action{min-height:42px;margin:-4px -5px -4px 0;padding-left:6px}.mobile-control-platform-card>strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.3;overflow:hidden}.mobile-control-platform-meta{gap:0;font-size:11px;line-height:1.3}.mobile-control-platform-meta span:not(:first-child),.mobile-control-platform-card>time{display:none}.control-guide-step{gap:6px;padding-block:12px}.control-guide-step strong{font-size:15px}.control-guide-step p{display:none}.page.editor-shell.control-platform-shell{padding-top:64px;padding-left:0}.control-platform-shell .control-platform-sidebar{z-index:1100;width:min(88vw,360px);height:100dvh;padding:max(10px, env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom));border:0;border-right:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-surface,#f8fbff);box-shadow:18px 0 42px var(--theme-shadow,#0f172a29);visibility:hidden;pointer-events:none;grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);gap:0;transition:transform .2s cubic-bezier(.16,1,.3,1),visibility 0s linear .2s;display:grid;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-104%)}.control-platform-shell .control-platform-sidebar.mobile-open{visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(0)}.control-platform-shell .control-platform-sidebar .editor-sidebar-brand,.control-platform-shell .control-platform-sidebar .editor-sidebar-links,.control-platform-shell .control-platform-sidebar .editor-control-platform,.control-platform-shell .control-platform-sidebar .editor-auth-button{display:none}.control-platform-shell .control-platform-sidebar .control-platform-nav{grid-template-columns:1fr;gap:2px;width:100%;min-width:0;padding:8px 0;display:grid}.control-platform-shell .control-platform-sidebar .control-platform-nav .editor-action-button{white-space:nowrap;justify-content:flex-start;width:100%;min-width:0;min-height:44px;padding-inline:10px}.control-platform-shell .control-platform-sidebar .control-platform-nav .control-new-scheme{justify-content:center;margin-bottom:3px}.control-platform-shell .control-platform-sidebar .control-platform-sidebar-spacer{grid-template-rows:auto minmax(0,1fr);min-height:0;padding-top:4px;display:grid;overflow:hidden}.control-platform-shell .control-platform-sidebar .editor-history{min-height:0;padding:8px 0;display:grid;overflow:hidden}.control-platform-shell .control-platform-sidebar .conversation-history{min-height:0;overflow-y:auto}.control-platform-shell .control-platform-sidebar .editor-sidebar-actions{border-top:1px solid var(--theme-control-border,#e3e8ef);grid-template-columns:minmax(0,1fr);gap:2px;padding-top:8px;display:grid}.control-platform-shell .control-platform-sidebar .control-platform-personal-link{width:100%;min-height:46px;color:var(--theme-ink-soft,#344054);box-shadow:none;background:0 0;border-color:#0000;justify-content:flex-start;align-items:center;gap:9px;padding-inline:8px;font-size:13px;font-weight:680;display:flex}.control-platform-shell .control-platform-sidebar .control-platform-personal-link:hover,.control-platform-shell .control-platform-sidebar .control-platform-personal-link:focus-visible{background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3);border-color:#0000}.control-platform-shell .control-platform-content{width:100%;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.control-platform-mobile-scrim{z-index:1090;background:#0f172a6b;border:0;border-radius:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.control-platform-mobile-drawer-header{min-height:48px;color:var(--theme-ink,#111827);justify-content:space-between;align-items:center;gap:12px;font-size:15px;font-weight:760;display:flex}.control-platform-mobile-menu-button{top:max(8px, env(safe-area-inset-top));z-index:50;background:var(--theme-surface-translucent,#fbfcfef0);width:44px;height:44px;color:var(--theme-ink-soft,#344054);box-shadow:0 2px 8px var(--theme-shadow,#0f172a14);border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid;position:fixed;left:10px}.control-platform-mobile-menu-button:hover,.control-platform-mobile-menu-button:focus-visible{border-color:var(--theme-link,#175cd32e);background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3)}.control-platform-mobile-menu-button:focus-visible{outline:3px solid var(--theme-link,#175cd333);outline-offset:2px}}.control-platform-mobile-topbar,.control-platform-mobile-view-switcher,.control-platform-mobile-new-button{display:none}@media (max-width:760px),(max-width:960px) and (max-height:500px){.page.editor-shell.control-platform-shell{padding-top:72px}.control-platform-shell .control-platform-mobile-topbar{z-index:50;height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 4px;border-bottom:1px solid var(--theme-control-border,#0f172a12);background:var(--theme-surface-translucent,#fbfcfef0);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:flex-end;gap:10px;display:flex;position:fixed;inset:0 0 auto}.control-platform-shell .control-platform-mobile-topbar .control-platform-mobile-menu-button,.control-platform-shell .control-platform-mobile-new-button{z-index:auto;width:44px;height:44px;color:var(--theme-ink-soft,#344054);box-shadow:none;background:0 0;border:1px solid #0000;border-radius:8px;flex:0 0 44px;place-items:center;padding:0;display:grid;position:static}.control-platform-shell .control-platform-mobile-topbar .control-platform-mobile-menu-button:hover,.control-platform-shell .control-platform-mobile-topbar .control-platform-mobile-menu-button:focus-visible,.control-platform-shell .control-platform-mobile-new-button:hover,.control-platform-shell .control-platform-mobile-new-button:focus-visible{border-color:var(--theme-link,#175cd32e);background:var(--theme-selected,#edf4ff);color:var(--theme-link,#175cd3)}.control-platform-shell .control-platform-mobile-view-switcher{border:1px solid var(--theme-control-border,#d4dce8);background:var(--theme-raised,#eef2f7);border-radius:8px;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;width:min(220px,100%);min-width:0;height:44px;padding:2px;display:grid}.control-platform-mobile-view-switcher button{min-width:0;color:var(--theme-muted,#667085);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:12px;font-weight:700}.control-platform-mobile-view-switcher button:hover,.control-platform-mobile-view-switcher button:focus-visible,.control-platform-mobile-view-switcher button.is-active,.control-platform-mobile-view-switcher button[aria-pressed=true]{background:var(--theme-surface,#fff);color:var(--theme-link,#175cd3)}.control-platform-mobile-view-switcher button:focus-visible,.control-platform-shell .control-platform-mobile-new-button:focus-visible{outline:3px solid var(--theme-link,#175cd333);outline-offset:2px}.control-platform-shell .control-platform-sidebar{grid-template-rows:auto minmax(0,1fr) auto}.control-platform-shell .control-platform-sidebar .control-platform-nav{display:none}.control-platform-shell .control-platform-sidebar .control-platform-sidebar-spacer{grid-template-rows:auto minmax(0,1fr)}.control-platform-shell .control-platform-sidebar .editor-history{min-height:0;padding:8px 0;display:grid}.control-platform-shell .control-platform-sidebar .conversation-history{min-height:0;overflow-y:auto}.control-platform-shell .control-platform-content{padding-top:14px}.mobile-control-platforms{display:none!important}}@media (prefers-reduced-motion:reduce){.control-platform-shell .control-platform-mobile-topbar,.control-platform-shell .control-platform-sidebar{transition:none}}.creator-source-context{border:1px solid var(--theme-link,#2563eb2e);border-left:3px solid var(--theme-link,#2563eb);background:var(--theme-surface-translucent,#fffffff5);width:min(760px,100vw - 340px);min-width:0;box-shadow:3px 4px 0 var(--theme-shadow,#0f172a0e);border-radius:8px;gap:14px;margin:0 auto 18px;padding:16px 18px;display:grid}.creator-source-context-heading,.creator-source-context-heading>div,.creator-source-context-footer{gap:5px;min-width:0;display:grid}.creator-source-context-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px}.creator-source-context-eyebrow{color:var(--theme-link,#2563eb);font:700 10px/1.3 var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.creator-source-context h2,.creator-source-context p{margin:0}.creator-source-context h2{color:var(--ink-strong);font-size:17px;line-height:1.35}.creator-source-context-heading p,.creator-source-context-footer p{color:var(--theme-muted,#667085);overflow-wrap:anywhere;font-size:12px;line-height:1.55}.creator-source-context-link{border:1px solid var(--theme-link,#2563eb33);min-height:36px;color:var(--theme-link,#1d4ed8);white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.creator-source-context-link:hover,.creator-source-context-link:focus-visible{border-color:var(--theme-link,#2563eb75);background:var(--theme-blue-tint,#2563eb0e);outline:0}.creator-source-context-facts{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-width:0;margin:0;display:grid}.creator-source-context-facts>div{border:1px solid var(--theme-border,#0f172a14);background:var(--theme-surface,#f8fafc);min-width:0;padding:8px 9px}.creator-source-context-facts dt{color:var(--theme-muted,#667085);margin-bottom:3px;font-size:10px;line-height:1.35}.creator-source-context-facts dd{color:var(--ink-strong);overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:700;line-height:1.4}.creator-source-context-footer{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding-top:2px}.creator-source-context-handoff{align-items:flex-start;gap:6px;display:flex}.creator-source-context-handoff svg{color:var(--theme-link,#2563eb);flex:none;margin-top:2px}@media (max-width:900px){.creator-source-context{width:min(760px,100vw - 300px)}.creator-source-context-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.creator-source-context{width:calc(100% - 20px);margin:0 10px 12px;padding:13px 14px}.creator-source-context-heading,.creator-source-context-footer{grid-template-columns:minmax(0,1fr)}.creator-source-context-link{width:fit-content}.creator-source-context-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.editor-shell:not(.control-platform-shell){--creator-bg:var(--theme-page,#a69a8e);--creator-bg-deep:var(--theme-raised,#95887c);--creator-surface:var(--theme-surface,#3e332be0);--creator-surface-soft:var(--theme-raised,#4c3f35b8);--creator-panel:var(--theme-surface,#fffbf3e0);--creator-panel-solid:var(--theme-surface,#eee5d8);--creator-ink:var(--theme-ink,#fffaf2);--creator-ink-dark:var(--theme-ink,#2d2621);--creator-muted-dark:var(--theme-muted,#6f6257);--creator-muted:var(--theme-muted,#fffaf2b8);--creator-muted-soft:var(--theme-muted,#fffaf285);--creator-line:var(--theme-border,#fffaf23d);--creator-line-strong:var(--theme-border,#fffaf275);--creator-line-dark:var(--theme-border,#2d262138);--creator-warm:var(--theme-surface,#f6efe3);--creator-green:var(--theme-success,#8d9a79);--creator-green-soft:var(--theme-success-soft,#8d9a793d);--creator-danger:var(--theme-danger,#e4a497);--creator-serif:"Noto Serif SC", "Songti SC", Georgia, "Times New Roman", serif;--creator-sans:"Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", "Segoe UI", sans-serif;background:var(--creator-bg);color:var(--creator-ink-dark);font-family:var(--creator-sans)}.editor-shell:not(.control-platform-shell) .button,.editor-shell:not(.control-platform-shell) .field input,.editor-shell:not(.control-platform-shell) .field select{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#fffaf294);color:var(--creator-ink-dark);box-shadow:none;font-family:var(--creator-sans);border-radius:999px}.editor-shell:not(.control-platform-shell) .button:hover,.editor-shell:not(.control-platform-shell) .button:focus-visible{border-color:var(--creator-ink-dark);background:var(--creator-warm);color:var(--creator-ink-dark);outline:2px solid var(--creator-ink-dark);outline-offset:2px}.editor-shell:not(.control-platform-shell) .button.primary{border-color:var(--creator-ink-dark);background:var(--creator-ink-dark);color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .button.primary:hover,.editor-shell:not(.control-platform-shell) .button.primary:focus-visible{border-color:var(--creator-ink-dark);color:var(--creator-ink-dark);background:0 0}.editor-shell:not(.control-platform-shell) .button.danger{border-color:var(--theme-danger,#78312757);background:var(--theme-red-tint,#e4a4972e);color:var(--theme-danger,#783127)}.editor-shell:not(.control-platform-shell) .button:disabled{cursor:not-allowed;opacity:.46}.editor-shell:not(.control-platform-shell) .editor-workspace{background:var(--creator-bg)}.editor-shell:not(.control-platform-shell) .editor-sidebar{border-right:1px solid var(--creator-line);background:var(--creator-surface);color:var(--creator-ink);box-shadow:10px 0 34px var(--theme-shadow,#2d262129)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{border-bottom-color:var(--creator-line)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand,.editor-shell:not(.control-platform-shell) .editor-sidebar-brand strong,.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small,.editor-shell:not(.control-platform-shell) .editor-sidebar-links a,.editor-shell:not(.control-platform-shell) .editor-sidebar-links span[aria-disabled=true]{color:var(--creator-muted-soft)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-icon{border:1px solid var(--creator-line-strong);background:var(--creator-warm);object-fit:cover;border-radius:50%}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger{border:1px solid var(--creator-line);min-height:36px;color:var(--creator-muted);background:0 0;border-radius:999px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger:hover,.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger:focus-visible{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-menu,.editor-shell:not(.control-platform-shell) .conversation-menu,.editor-shell:not(.control-platform-shell) .composer-tool-menu,.editor-shell:not(.control-platform-shell) .generation-settings-panel{border-color:var(--creator-line-strong);color:var(--creator-ink);box-shadow:0 20px 48px var(--theme-shadow,#2d262142);background:#362c25f7;border-radius:8px}.editor-shell:not(.control-platform-shell) .editor-action-button,.editor-shell:not(.control-platform-shell) .editor-control-platform,.editor-shell:not(.control-platform-shell) .editor-auth-button{color:var(--creator-muted);font-family:var(--creator-sans);background:0 0;border:1px solid #0000;border-radius:999px}.editor-shell:not(.control-platform-shell) .editor-action-button:hover,.editor-shell:not(.control-platform-shell) .editor-action-button:focus-visible,.editor-shell:not(.control-platform-shell) .editor-control-platform:hover,.editor-shell:not(.control-platform-shell) .editor-control-platform:focus-visible,.editor-shell:not(.control-platform-shell) .editor-auth-button:hover,.editor-shell:not(.control-platform-shell) .editor-auth-button:focus-visible{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .editor-new-conversation{border-color:var(--creator-line-strong);background:var(--creator-warm);color:var(--creator-ink-dark);box-shadow:none}.editor-shell:not(.control-platform-shell) .editor-new-conversation:hover,.editor-shell:not(.control-platform-shell) .editor-new-conversation:focus-visible{border-color:var(--creator-warm);color:var(--creator-ink);outline:2px solid var(--creator-warm);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .editor-secondary-action[aria-pressed=true]{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf21f);color:var(--creator-ink);box-shadow:inset 3px 0 0 var(--creator-green)}.editor-shell:not(.control-platform-shell) .creator-device-status,.editor-shell:not(.control-platform-shell) .creator-device-tune,.editor-shell:not(.control-platform-shell) .creator-device-manage{border-color:var(--creator-line);background:var(--creator-surface-soft);color:var(--creator-muted);border-radius:999px}.editor-shell:not(.control-platform-shell) .creator-device-status-copy strong{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .creator-device-status-copy small{color:var(--creator-muted-soft)}.editor-shell:not(.control-platform-shell) .creator-device-tune:hover,.editor-shell:not(.control-platform-shell) .creator-device-tune:focus-visible,.editor-shell:not(.control-platform-shell) .creator-device-tune[aria-pressed=true]{border-color:var(--creator-line-strong);background:var(--theme-sheen,#8d9a7938);color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .editor-history{scrollbar-color:#fffaf23d transparent}.editor-shell:not(.control-platform-shell) .conversation-item{border:1px solid #0000;border-radius:8px}.editor-shell:not(.control-platform-shell) .conversation-main-button{color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .conversation-mode-icon,.editor-shell:not(.control-platform-shell) .mode-icon{border:1px solid var(--creator-line);color:var(--creator-warm);background:0 0;border-radius:50%}.editor-shell:not(.control-platform-shell) .conversation-more-button{color:var(--creator-muted-soft)}.editor-shell:not(.control-platform-shell) .conversation-more-button:hover,.editor-shell:not(.control-platform-shell) .conversation-more-button:focus-visible{background:var(--theme-sheen,#fffaf21f);color:var(--creator-ink);border-radius:50%;outline:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-links{border-top-color:var(--creator-line)}.editor-shell:not(.control-platform-shell) .editor-sidebar-links a:hover,.editor-shell:not(.control-platform-shell) .editor-sidebar-links a:focus-visible{background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);border-radius:999px;outline:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{border-top-color:var(--creator-line)}.editor-shell:not(.control-platform-shell) .editor-personal-link{border-color:var(--creator-line);color:var(--creator-muted);background:0 0;border-radius:999px}.editor-shell:not(.control-platform-shell) .editor-personal-link:hover,.editor-shell:not(.control-platform-shell) .editor-personal-link:focus-visible{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .fooocus-canvas{background:var(--creator-bg);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .creator-source-context{border-color:var(--theme-control-border,#2d262138);background:var(--theme-warning-soft,#eee5d8db);color:var(--creator-ink-dark);box-shadow:0 14px 34px var(--theme-shadow,#2d26211f);border-radius:8px}.editor-shell:not(.control-platform-shell) .creator-source-context-eyebrow,.editor-shell:not(.control-platform-shell) .creator-source-context-title-label{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .creator-source-context-heading h2,.editor-shell:not(.control-platform-shell) .creator-source-context-facts dd{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .creator-source-context-facts>div{border-color:var(--theme-control-border,#2d262124);background:var(--theme-surface-translucent,#fffaf26b)}.editor-shell:not(.control-platform-shell) .generate-center-stage{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .creator-empty-intro h1{color:var(--creator-ink);font-family:var(--creator-sans);font-weight:550}.editor-shell:not(.control-platform-shell) .creator-empty-intro p{color:var(--creator-muted);font-family:var(--creator-serif);font-style:italic}.editor-shell:not(.control-platform-shell) .creator-empty-mark{color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .mode-selector{border-color:var(--creator-line);background:#3e332b75;border-radius:999px}.editor-shell:not(.control-platform-shell) .mode-card{min-height:44px;color:var(--creator-muted);font-family:var(--creator-sans);background:0 0;border:1px solid #0000;border-radius:999px}.editor-shell:not(.control-platform-shell) .mode-card:hover,.editor-shell:not(.control-platform-shell) .mode-card:focus-visible{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .unified-input-panel{border:1px solid var(--creator-line-strong);color:var(--creator-ink);box-shadow:0 22px 54px var(--theme-shadow,#2d26213d);background:#362c25eb;border-radius:8px}.editor-shell:not(.control-platform-shell) .input-panel-textarea{color:var(--creator-ink);font-family:var(--creator-sans)}.editor-shell:not(.control-platform-shell) .composer-icon-control,.editor-shell:not(.control-platform-shell) .composer-model-trigger,.editor-shell:not(.control-platform-shell) .model-selector select{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf214);color:var(--creator-muted);box-shadow:none;border-radius:999px}.editor-shell:not(.control-platform-shell) .composer-icon-control:hover,.editor-shell:not(.control-platform-shell) .composer-icon-control:focus-visible,.editor-shell:not(.control-platform-shell) .composer-model-trigger:hover,.editor-shell:not(.control-platform-shell) .composer-model-trigger:focus-visible,.editor-shell:not(.control-platform-shell) .model-selector select:focus-visible{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf229);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .generation-settings-count{border-color:var(--creator-surface);background:var(--creator-warm);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generation-settings-header,.editor-shell:not(.control-platform-shell) .generation-setting-row,.editor-shell:not(.control-platform-shell) .generation-setting-range,.editor-shell:not(.control-platform-shell) .generation-setting-size,.editor-shell:not(.control-platform-shell) .generation-setting-seed{border-color:var(--creator-line)}.editor-shell:not(.control-platform-shell) .generation-settings-header h2,.editor-shell:not(.control-platform-shell) .generation-setting-row,.editor-shell:not(.control-platform-shell) .generation-setting-range{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .generation-settings-header>div:first-child>span,.editor-shell:not(.control-platform-shell) .generation-setting-custom-size label,.editor-shell:not(.control-platform-shell) .generation-setting-range output{color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .generation-settings-icon-button{color:var(--creator-muted);border-color:#0000;border-radius:50%}.editor-shell:not(.control-platform-shell) .generation-settings-icon-button:hover,.editor-shell:not(.control-platform-shell) .generation-settings-icon-button:focus-visible{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .generation-setting-row select,.editor-shell:not(.control-platform-shell) .generation-setting-number,.editor-shell:not(.control-platform-shell) .generation-setting-custom-size input{border-color:var(--creator-line-dark);background-color:var(--creator-panel-solid);color:var(--creator-ink-dark);font-family:var(--creator-sans);border-radius:8px}.editor-shell:not(.control-platform-shell) .generation-setting-toggle input:after{background:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .generation-setting-toggle input:checked{border-color:var(--creator-green);background:var(--creator-green)}.editor-shell:not(.control-platform-shell) .generation-setting-range input[type=range]{accent-color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .composer-tool-menu button,.editor-shell:not(.control-platform-shell) .conversation-menu button,.editor-shell:not(.control-platform-shell) .language-menu button{color:var(--creator-muted);font-family:var(--creator-sans)}.editor-shell:not(.control-platform-shell) .composer-tool-menu button:hover,.editor-shell:not(.control-platform-shell) .composer-tool-menu button:focus-visible,.editor-shell:not(.control-platform-shell) .conversation-menu button:hover,.editor-shell:not(.control-platform-shell) .conversation-menu button:focus-visible,.editor-shell:not(.control-platform-shell) .language-menu button:hover,.editor-shell:not(.control-platform-shell) .language-menu button:focus-visible{background:var(--theme-sheen,#fffaf21a);color:var(--creator-ink);box-shadow:none;outline:0}.editor-shell:not(.control-platform-shell) .composer-tool-menu button.active,.editor-shell:not(.control-platform-shell) .language-menu button[aria-current=true]{background:var(--creator-warm);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generate-button{border-color:var(--creator-warm);background:var(--creator-warm);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generate-button:hover,.editor-shell:not(.control-platform-shell) .generate-button:focus-visible{border-color:var(--creator-warm);color:var(--creator-ink);outline:2px solid var(--creator-warm);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .creator-attachment-chip,.editor-shell:not(.control-platform-shell) .composer-draft-status,.editor-shell:not(.control-platform-shell) .input-panel-status{border-color:var(--creator-line);color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .creator-attachment-chip{background:var(--theme-sheen,#fffaf21a);border-radius:999px}.editor-shell:not(.control-platform-shell) .input-panel-status strong,.editor-shell:not(.control-platform-shell) .composer-draft-status strong{color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .generation-history-item,.editor-shell:not(.control-platform-shell) .generation-result,.editor-shell:not(.control-platform-shell) .assistant-turn{border-color:var(--theme-control-border,#fffaf23d);color:var(--creator-ink);box-shadow:0 16px 38px var(--theme-shadow,#2d262129);background:#4c3f3594;border-radius:8px}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{border-color:var(--theme-control-border,#fffaf22e);color:var(--creator-muted);background:#362c256b;border-radius:8px}.editor-shell:not(.control-platform-shell) .generation-mode-label,.editor-shell:not(.control-platform-shell) .generation-assistant-label,.editor-shell:not(.control-platform-shell) .badge,.editor-shell:not(.control-platform-shell) .tag,.editor-shell:not(.control-platform-shell) .status-pill,.editor-shell:not(.control-platform-shell) .inline-status{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf21a);color:var(--creator-muted);border-radius:999px}.editor-shell:not(.control-platform-shell) .generation-result p,.editor-shell:not(.control-platform-shell) .generation-prompt p,.editor-shell:not(.control-platform-shell) .generation-follow-up,.editor-shell:not(.control-platform-shell) .generation-reference-group-label{color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .generation-turn-action,.editor-shell:not(.control-platform-shell) .generation-save-check,.editor-shell:not(.control-platform-shell) .jump-to-latest{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf214);color:var(--creator-ink);border-radius:999px}.editor-shell:not(.control-platform-shell) .generation-turn-action:hover,.editor-shell:not(.control-platform-shell) .generation-turn-action:focus-visible,.editor-shell:not(.control-platform-shell) .generation-save-check:hover,.editor-shell:not(.control-platform-shell) .generation-save-check:focus-visible,.editor-shell:not(.control-platform-shell) .jump-to-latest:hover,.editor-shell:not(.control-platform-shell) .jump-to-latest:focus-visible{border-color:var(--creator-warm);background:var(--theme-sheen,#fffaf229);color:var(--creator-ink);outline:0}.editor-shell:not(.control-platform-shell) .generation-turn-action.primary{border-color:var(--creator-warm);background:var(--creator-warm);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generation-turn-action.primary:hover,.editor-shell:not(.control-platform-shell) .generation-turn-action.primary:focus-visible{color:var(--creator-ink);outline:2px solid var(--creator-warm);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .material-preview,.editor-shell:not(.control-platform-shell) .material-preview-large{border-color:var(--creator-line);background:#2d262173;border-radius:8px}.editor-shell:not(.control-platform-shell) .library-tabs,.editor-shell:not(.control-platform-shell) .library-selection-toolbar,.editor-shell:not(.control-platform-shell) .library-card,.editor-shell:not(.control-platform-shell) .library-empty-state,.editor-shell:not(.control-platform-shell) .workspace-file-card,.editor-shell:not(.control-platform-shell) .workspace-file-empty{border-color:var(--creator-line-strong);background:var(--theme-warning-soft,#eee5d8e0);color:var(--creator-ink-dark);box-shadow:0 14px 34px var(--theme-shadow,#2d26211f);border-radius:8px}.editor-shell:not(.control-platform-shell) .library-tabs button{min-height:44px;color:var(--creator-muted-dark);border-radius:999px}.editor-shell:not(.control-platform-shell) .library-tabs button:hover,.editor-shell:not(.control-platform-shell) .library-tabs button:focus-visible,.editor-shell:not(.control-platform-shell) .library-tabs button[aria-selected=true]{background:var(--creator-ink-dark);color:var(--creator-warm);outline:0}.editor-shell:not(.control-platform-shell) .library-card[data-selected=true],.editor-shell:not(.control-platform-shell) .workspace-file-card[data-selected=true] .workspace-file-button{border-color:var(--creator-ink-dark);background:var(--theme-sheen,#8d9a7933);box-shadow:0 0 0 2px var(--theme-shadow,#2d26211f)}.editor-shell:not(.control-platform-shell) .library-card-copy strong,.editor-shell:not(.control-platform-shell) .library-card-copy span,.editor-shell:not(.control-platform-shell) .library-card-copy p,.editor-shell:not(.control-platform-shell) .workspace-file-copy,.editor-shell:not(.control-platform-shell) .workspace-file-copy strong{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .library-upload-button,.editor-shell:not(.control-platform-shell) .library-manage-button[aria-pressed=true]{border-color:var(--creator-ink-dark);background:var(--creator-ink-dark);color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .library-upload-button:hover,.editor-shell:not(.control-platform-shell) .library-upload-button:focus-visible{border-color:var(--creator-ink-dark);color:var(--creator-ink-dark);box-shadow:none;outline:2px solid var(--creator-ink-dark);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .library-selection-toolbar strong,.editor-shell:not(.control-platform-shell) .library-selection-status,.editor-shell:not(.control-platform-shell) .library-action-status,.editor-shell:not(.control-platform-shell) .library-upload-status{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .workspace-file-button{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#fffaf275);color:var(--creator-ink-dark);border-radius:8px}.editor-shell:not(.control-platform-shell) .workspace-file-button:hover,.editor-shell:not(.control-platform-shell) .workspace-file-button:focus-visible,.editor-shell:not(.control-platform-shell) .workspace-file-card[data-selected=true] .workspace-file-button{border-color:var(--creator-ink-dark);background:var(--creator-green-soft);outline:0}.editor-shell:not(.control-platform-shell) .prompt-library-kind-button{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#fffaf275);color:var(--creator-ink-dark);border-radius:999px}.editor-shell:not(.control-platform-shell) .prompt-library-kind-button svg,.editor-shell:not(.control-platform-shell) .prompt-library-row-main>svg,.editor-shell:not(.control-platform-shell) .prompt-library-detail-heading>svg{color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .prompt-library-kind-button small,.editor-shell:not(.control-platform-shell) .prompt-library-index-heading small,.editor-shell:not(.control-platform-shell) .prompt-library-row-copy small,.editor-shell:not(.control-platform-shell) .prompt-library-detail-heading span,.editor-shell:not(.control-platform-shell) .prompt-library-detail-facts dt,.editor-shell:not(.control-platform-shell) .prompt-library-detail-body>span{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .prompt-library-kind-button:hover,.editor-shell:not(.control-platform-shell) .prompt-library-kind-button:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-library-kind-button[aria-selected=true]{border-color:var(--creator-ink-dark);background:var(--creator-ink-dark);color:var(--creator-warm);box-shadow:none;outline:0}.editor-shell:not(.control-platform-shell) .prompt-library-workspace-grid,.editor-shell:not(.control-platform-shell) .prompt-library-index-heading,.editor-shell:not(.control-platform-shell) .prompt-library-row,.editor-shell:not(.control-platform-shell) .prompt-library-detail,.editor-shell:not(.control-platform-shell) .prompt-library-detail-body{border-color:var(--creator-line-dark)}.editor-shell:not(.control-platform-shell) .prompt-library-row[data-active=true],.editor-shell:not(.control-platform-shell) .prompt-library-detail{background:var(--theme-sheen,#fffaf257);box-shadow:inset 3px 0 var(--creator-green)}.editor-shell:not(.control-platform-shell) .prompt-library-row-main,.editor-shell:not(.control-platform-shell) .prompt-library-index-heading,.editor-shell:not(.control-platform-shell) .prompt-library-detail-heading h3,.editor-shell:not(.control-platform-shell) .prompt-library-detail-facts dd,.editor-shell:not(.control-platform-shell) .prompt-library-detail-body p{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .prompt-library-row-copy>span{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parents,.editor-shell:not(.control-platform-shell) .prompt-cascade-child-heading,.editor-shell:not(.control-platform-shell) .prompt-cascade-preview{border-color:var(--creator-line)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent{color:var(--creator-muted)!important}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent svg,.editor-shell:not(.control-platform-shell) .prompt-cascade-child-heading svg{color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent small,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry-copy small,.editor-shell:not(.control-platform-shell) .prompt-cascade-preview>span{color:var(--creator-muted-soft)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent:hover,.editor-shell:not(.control-platform-shell) .prompt-cascade-parent:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-cascade-parent[data-active=true]{border-color:var(--creator-line-strong)!important;background:var(--theme-sheen,#fffaf21a)!important;color:var(--creator-ink)!important}.editor-shell:not(.control-platform-shell) .prompt-cascade-child-heading,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry-copy strong{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .prompt-cascade-entry:hover,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry[data-active=true]{border-color:var(--creator-line)!important;background:var(--theme-sheen,#fffaf21a)!important}.editor-shell:not(.control-platform-shell) .prompt-cascade-preview{background:var(--theme-sheen,#fffaf20f)}.editor-shell:not(.control-platform-shell) .prompt-cascade-preview p{color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .prompt-cascade-use{border-color:var(--creator-warm);background:var(--creator-warm);color:var(--creator-ink-dark);border-radius:999px}.editor-shell:not(.control-platform-shell) .prompt-cascade-use:hover,.editor-shell:not(.control-platform-shell) .prompt-cascade-use:focus-visible{color:var(--creator-ink);outline:2px solid var(--creator-warm);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .creation-dialog,.editor-shell:not(.control-platform-shell) .material-detail-card,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog,.editor-shell:not(.control-platform-shell) .my-creations-modal{border-color:var(--creator-line-strong);background:var(--creator-panel-solid);color:var(--creator-ink-dark);box-shadow:0 24px 64px var(--theme-shadow,#2d262147);border-radius:8px}.editor-shell:not(.control-platform-shell) .creation-dialog h2,.editor-shell:not(.control-platform-shell) .material-detail-card h3,.editor-shell:not(.control-platform-shell) .my-creations-modal h2,.editor-shell:not(.control-platform-shell) .my-creations-modal h3{color:var(--creator-ink-dark);font-family:var(--creator-serif);font-style:italic;font-weight:400}.editor-shell:not(.control-platform-shell) .modal-header,.editor-shell:not(.control-platform-shell) .modal-footer,.editor-shell:not(.control-platform-shell) .material-detail-prompt,.editor-shell:not(.control-platform-shell) .new-conversation-choices,.editor-shell:not(.control-platform-shell) .new-conversation-choices button,.editor-shell:not(.control-platform-shell) .finalize-destinations label{border-color:var(--creator-line-dark)}.editor-shell:not(.control-platform-shell) .creation-dialog header p,.editor-shell:not(.control-platform-shell) .new-conversation-choices small,.editor-shell:not(.control-platform-shell) .material-detail-header p,.editor-shell:not(.control-platform-shell) .material-detail-prompt p{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .new-conversation-choices button,.editor-shell:not(.control-platform-shell) .finalize-name-field>span,.editor-shell:not(.control-platform-shell) .finalize-destinations legend,.editor-shell:not(.control-platform-shell) .finalize-destinations label,.editor-shell:not(.control-platform-shell) .material-detail-prompt strong{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .new-conversation-choices button:hover,.editor-shell:not(.control-platform-shell) .new-conversation-choices button:focus-visible,.editor-shell:not(.control-platform-shell) .finalize-destinations label.is-selected{background:var(--creator-green-soft);outline:0}.editor-shell:not(.control-platform-shell) .new-conversation-choices button>span{color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .finalize-destinations input{accent-color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .creation-dialog .button,.editor-shell:not(.control-platform-shell) .material-detail-card .button,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog .button{min-height:44px;box-shadow:none;border-radius:999px}.editor-shell:not(.control-platform-shell) .creation-dialog .button.primary,.editor-shell:not(.control-platform-shell) .material-detail-card .button.primary,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog .button.primary{border-color:var(--creator-ink-dark);background:var(--creator-ink-dark);color:var(--creator-warm)}.editor-shell:not(.control-platform-shell) .creation-dialog .button.primary:hover,.editor-shell:not(.control-platform-shell) .creation-dialog .button.primary:focus-visible,.editor-shell:not(.control-platform-shell) .material-detail-card .button.primary:hover,.editor-shell:not(.control-platform-shell) .material-detail-card .button.primary:focus-visible,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog .button.primary:hover,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog .button.primary:focus-visible{border-color:var(--creator-ink-dark);color:var(--creator-ink-dark);outline:2px solid var(--creator-ink-dark);outline-offset:2px;background:0 0}.editor-shell:not(.control-platform-shell) .creation-dialog input,.editor-shell:not(.control-platform-shell) .creation-dialog textarea,.editor-shell:not(.control-platform-shell) .creation-dialog select,.editor-shell:not(.control-platform-shell) .material-detail-card input,.editor-shell:not(.control-platform-shell) .material-detail-card textarea,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog input,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog select{border-color:var(--theme-control-border,#2d262138);background:var(--theme-surface-translucent,#fffaf29e);color:var(--creator-ink-dark);border-radius:8px}.editor-shell:not(.control-platform-shell) .mobile-creator-topbar{border-bottom-color:var(--creator-line);box-shadow:0 8px 28px var(--theme-shadow,#2d26212e);background:#3e332beb}.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button{border:1px solid var(--creator-line);color:var(--creator-ink);background:0 0;border-radius:50%}.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button:hover,.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button:focus-visible,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button:hover,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button:focus-visible{border-color:var(--creator-warm);background:var(--theme-sheen,#fffaf21f);outline:0}@media (max-width:760px){.editor-shell:not(.control-platform-shell) .editor-sidebar{border-bottom-color:var(--creator-line);background:var(--creator-surface)}.editor-shell:not(.control-platform-shell) .unified-input-panel{border-radius:8px}.editor-shell:not(.control-platform-shell) .creator-empty-intro p{font-size:14px}}@media (prefers-reduced-motion:reduce){.editor-shell:not(.control-platform-shell) *,.editor-shell:not(.control-platform-shell) :before,.editor-shell:not(.control-platform-shell) :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}@media (min-width:761px) and (min-height:501px){.editor-shell:not(.control-platform-shell){--creator-top-nav-height:132px;padding-left:0}.editor-shell:not(.control-platform-shell) .editor-sidebar{z-index:1100;width:100%;height:var(--creator-top-nav-height);border:0;border-bottom:1px solid var(--creator-line);box-shadow:0 12px 30px var(--theme-shadow,#2d262133);scrollbar-width:thin;scrollbar-color:var(--creator-line-strong) transparent;background:#27201bf7;grid-template-rows:68px 53px;grid-template-columns:minmax(190px,.88fr) minmax(300px,1.45fr) minmax(190px,.9fr) auto;align-items:center;gap:0 16px;padding:10px 22px 0;display:grid;position:fixed;inset:0 0 auto;overflow:visible}.editor-shell:not(.control-platform-shell) .editor-mobile-drawer-header{display:none}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{border:0;grid-area:1/1;align-items:center;gap:10px;min-width:190px;padding:0;display:flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand{min-width:0;min-height:44px;padding:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-icon{border:1px solid var(--creator-line-strong);background:var(--creator-warm);border-radius:50%;flex-basis:38px;width:38px;height:38px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand strong{color:var(--creator-ink);letter-spacing:0;font-size:13px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small{color:var(--creator-muted-soft);letter-spacing:.08em;font-size:9px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger{border-color:var(--creator-line);min-height:34px;color:var(--creator-muted);background:0 0;padding-inline:9px}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{border:0;grid-area:1/2;align-items:center;gap:8px;min-width:300px;padding:0;display:flex;overflow:visible}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary>.editor-action-button{white-space:nowrap;width:auto;min-width:max-content;min-height:40px;padding-inline:14px}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-control{min-width:188px;margin:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-status{border-color:var(--creator-line);background:var(--theme-sheen,#fffaf214);min-height:40px}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-tune,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-manage{min-height:40px}.editor-shell:not(.control-platform-shell) .editor-sidebar-links{border:0;grid-area:1/3;justify-content:flex-start;align-items:center;gap:4px;min-width:190px;margin:0;padding:0;display:flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-links a,.editor-shell:not(.control-platform-shell) .editor-sidebar-links span[aria-disabled=true]{min-height:40px;color:var(--creator-muted);white-space:nowrap;padding:0 10px;font-size:11px;font-weight:650;line-height:40px}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{border:0;grid-area:1/4;align-items:center;gap:6px;min-width:max-content;padding:0;display:flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions .button,.editor-shell:not(.control-platform-shell) .editor-auth-button{white-space:nowrap;width:auto;min-height:40px;padding-inline:12px}.editor-shell:not(.control-platform-shell) .editor-personal-link{border-color:var(--creator-line);background:0 0}.editor-shell:not(.control-platform-shell) .editor-history{border-top:1px solid var(--theme-control-border,#fffaf21a);grid-area:2/1/auto/-1;align-items:center;min-width:0;padding:7px 0;display:flex;overflow:hidden}.editor-shell:not(.control-platform-shell) .conversation-history{scrollbar-width:thin;scrollbar-color:var(--creator-line-strong) transparent;gap:8px;width:100%;min-width:0;max-width:none;padding:0 2px 2px;display:flex;overflow:auto hidden}.editor-shell:not(.control-platform-shell) .conversation-item{background:var(--theme-sheen,#fffaf209);flex:0 0 238px;min-height:38px}.editor-shell:not(.control-platform-shell) .conversation-main-button{min-height:36px;color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .conversation-item.active{border-color:var(--creator-line-strong);background:var(--theme-sheen,#fffaf21f);box-shadow:inset 2px 0 0 var(--creator-green)}.editor-shell:not(.control-platform-shell) .fooocus-canvas{min-height:100dvh;padding-top:calc(var(--creator-top-nav-height) + 22px)}.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{padding-top:calc(var(--creator-top-nav-height) + 10px)}.editor-shell:not(.control-platform-shell) .has-history .mode-selector{top:var(--creator-top-nav-height)}.editor-shell:not(.control-platform-shell) .is-empty-state .generate-center-stage{min-height:calc(100dvh - var(--creator-top-nav-height) - 42px)}.editor-shell:not(.control-platform-shell) .generate-center-stage,.editor-shell:not(.control-platform-shell) .has-history .generate-center-stage{width:min(1120px,100vw - 48px)}.editor-shell:not(.control-platform-shell) .editor-input-slot,.editor-shell:not(.control-platform-shell) .editor-input-slot.floating,.editor-shell:not(.control-platform-shell) .editor-input-slot.centered,.editor-shell:not(.control-platform-shell) .unified-input-panel{width:min(760px,100vw - 48px)}.editor-shell:not(.control-platform-shell) .editor-input-slot.centered,.editor-shell:not(.control-platform-shell) .editor-input-slot.floating{margin-top:18px}.editor-shell:not(.control-platform-shell) .creator-source-context{width:min(760px,100vw - 48px)}.editor-shell:not(.control-platform-shell) .jump-to-latest{left:50%}.creator-device-layout{--creator-sidebar-width:0px}.creator-device-layout.is-device-panel-open .creator-device-panel{inset:var(--creator-top-nav-height) auto 0 0}}@media (min-width:761px) and (max-width:1180px) and (min-height:501px){.editor-shell:not(.control-platform-shell){--creator-top-nav-height:170px}.editor-shell:not(.control-platform-shell) .editor-sidebar{grid-template-rows:58px 48px 53px;grid-template-columns:200px minmax(400px,1fr);gap:0 12px;padding:10px 16px 0}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{grid-area:1/1}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{scrollbar-width:thin;scrollbar-color:var(--creator-line-strong) transparent;grid-area:1/2;overflow-x:auto}.editor-shell:not(.control-platform-shell) .editor-sidebar-links{grid-area:2/1}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{grid-area:2/2;justify-content:flex-end}.editor-shell:not(.control-platform-shell) .editor-history{grid-area:3/1/auto/-1}}.editor-shell:not(.control-platform-shell){--creator-bg:var(--theme-page,#eef0f2);--creator-bg-deep:var(--theme-raised,#e3e6e9);--creator-surface:var(--theme-surface,#fffffff5);--creator-surface-soft:var(--theme-raised,#f5f6f7);--creator-panel:var(--theme-surface,#fff);--creator-panel-solid:var(--theme-surface,#f7f8f9);--creator-ink:var(--theme-ink,#1f2933);--creator-ink-dark:var(--theme-ink,#1f2933);--creator-muted-dark:var(--theme-muted,#5f6b76);--creator-muted:var(--theme-muted,#66727d);--creator-muted-soft:var(--theme-muted,#89939d);--creator-line:var(--theme-border,#1f293324);--creator-line-strong:var(--theme-border,#1f293342);--creator-line-dark:var(--theme-border,#1f29332e);--creator-warm:var(--theme-surface,#f8fafb);--creator-green:var(--theme-success,#5f7d6b);--creator-green-soft:var(--theme-success-soft,#5f7d6b24);--creator-danger:var(--theme-danger,#b75e5e);background:var(--creator-bg);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .editor-workspace,.editor-shell:not(.control-platform-shell) .fooocus-canvas{background:var(--creator-bg);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .button,.editor-shell:not(.control-platform-shell) .field input,.editor-shell:not(.control-platform-shell) .field select,.editor-shell:not(.control-platform-shell) .model-selector select{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#ffffffe6);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .button:hover,.editor-shell:not(.control-platform-shell) .button:focus-visible{border-color:var(--creator-ink-dark);background:var(--creator-warm);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .editor-sidebar{z-index:30;border:0;border-right:1px solid var(--creator-line);background:var(--creator-surface);width:278px;height:100dvh;box-shadow:8px 0 24px var(--theme-shadow,#1f293314);grid-template-rows:auto auto minmax(0,1fr) auto auto auto;grid-template-columns:minmax(0,1fr);align-content:stretch;align-items:stretch;gap:0;padding:16px 12px;display:grid;position:fixed;inset:0 auto 0 0;overflow:hidden}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{border-bottom:1px solid var(--creator-line);grid-area:auto;align-items:center;gap:8px;min-width:0;padding:0 4px 16px;display:flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand{border-bottom:0;flex:auto;min-width:0;min-height:56px;padding:0;display:inline-flex}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-icon{border:1px solid var(--creator-line-strong);background:var(--creator-warm);object-fit:contain;border-radius:10px;flex-basis:44px;width:44px;height:44px}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand strong,.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small{color:var(--creator-ink)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand small{color:var(--creator-muted)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger{border-color:var(--creator-line);color:var(--creator-muted);background:0 0}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{border-bottom:1px solid var(--creator-line);grid-area:auto;gap:2px;min-width:0;padding:12px 0;display:grid;overflow:visible}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary>.editor-action-button{white-space:nowrap;width:100%;min-width:0;min-height:42px;padding-inline:10px}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-control{min-width:0;margin-bottom:5px}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-status,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-tune,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary .creator-device-manage{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#ffffffb8);color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .editor-sidebar-links{border-top:1px solid var(--creator-line);grid-area:auto;align-self:end;gap:0;min-width:0;margin-top:12px;padding:12px 0 8px;display:grid}.editor-shell:not(.control-platform-shell) .editor-sidebar-links a,.editor-shell:not(.control-platform-shell) .editor-sidebar-links span[aria-disabled=true]{min-height:42px;color:var(--creator-muted);padding:4px 8px;font-size:12px;line-height:1.6}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{border-top:1px solid var(--creator-line);grid-area:auto;gap:2px;min-width:0;padding-top:8px;display:grid}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions .button,.editor-shell:not(.control-platform-shell) .editor-auth-button{width:100%;min-height:42px;color:var(--creator-muted-dark);background:0 0;justify-content:flex-start;padding-inline:8px}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions .editor-personal-link{background:0 0;border-color:#0000}.editor-shell:not(.control-platform-shell) .editor-history{grid-area:auto;min-width:0;padding:8px 0;display:block;overflow:hidden}.editor-shell:not(.control-platform-shell) .conversation-history{gap:4px;width:auto;max-width:none;padding:0 2px 0 0;display:grid;overflow:hidden auto}.editor-shell:not(.control-platform-shell) .conversation-item{flex:initial;background:0 0;width:100%;min-height:48px}.editor-shell:not(.control-platform-shell) .conversation-item:hover,.editor-shell:not(.control-platform-shell) .conversation-item:focus-within,.editor-shell:not(.control-platform-shell) .conversation-item.active,.editor-shell:not(.control-platform-shell) .conversation-item.menu-open{border-color:var(--creator-line);background:var(--theme-sheen,#5f7d6b17);box-shadow:none}.editor-shell:not(.control-platform-shell) .conversation-main-button{min-height:44px;color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .conversation-item.active .conversation-main-button,.editor-shell:not(.control-platform-shell) .conversation-main-button:hover{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .conversation-mode-icon,.editor-shell:not(.control-platform-shell) .mode-icon{border-color:var(--creator-line);background:var(--creator-warm);color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .conversation-menu,.editor-shell:not(.control-platform-shell) .composer-tool-menu,.editor-shell:not(.control-platform-shell) .generation-settings-panel,.editor-shell:not(.control-platform-shell) .language-menu{border-color:var(--creator-line-strong);background:var(--theme-surface-translucent,#fffffffa);color:var(--creator-ink-dark);box-shadow:0 18px 40px var(--theme-shadow,#1f293324)}.editor-shell:not(.control-platform-shell) .conversation-menu button,.editor-shell:not(.control-platform-shell) .composer-tool-menu button,.editor-shell:not(.control-platform-shell) .language-menu button{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .conversation-menu button:hover,.editor-shell:not(.control-platform-shell) .conversation-menu button:focus-visible,.editor-shell:not(.control-platform-shell) .composer-tool-menu button:hover,.editor-shell:not(.control-platform-shell) .composer-tool-menu button:focus-visible,.editor-shell:not(.control-platform-shell) .language-menu button:hover,.editor-shell:not(.control-platform-shell) .language-menu button:focus-visible,.editor-shell:not(.control-platform-shell) .language-menu button[aria-current=true]{background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .fooocus-canvas{min-height:100dvh;padding-top:18px}.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{padding-top:18px}.editor-shell:not(.control-platform-shell) .generate-center-stage,.editor-shell:not(.control-platform-shell) .has-history .generate-center-stage{width:min(1120px,100vw - 340px)}.editor-shell:not(.control-platform-shell) .has-history .mode-selector{border-color:var(--creator-line);background:var(--theme-surface-translucent,#eef0f2f0);top:0}.editor-shell:not(.control-platform-shell) .mode-selector{border-color:var(--creator-line);background:var(--theme-surface-translucent,#ffffffdb)}.editor-shell:not(.control-platform-shell) .mode-card{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .mode-card:hover,.editor-shell:not(.control-platform-shell) .mode-card:focus-visible{background:var(--theme-sheen,#5f7d6b14);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .mode-card.active{border-color:var(--creator-green);background:var(--creator-green-soft);color:var(--creator-ink-dark);box-shadow:none}.editor-shell:not(.control-platform-shell) .editor-input-slot,.editor-shell:not(.control-platform-shell) .editor-input-slot.floating,.editor-shell:not(.control-platform-shell) .editor-input-slot.centered,.editor-shell:not(.control-platform-shell) .unified-input-panel{width:min(760px,100vw - 360px)}.editor-shell:not(.control-platform-shell) .unified-input-panel{border-color:var(--creator-line-strong);background:var(--theme-surface-translucent,#fffffff5);color:var(--creator-ink-dark);box-shadow:0 16px 36px var(--theme-shadow,#1f29331f)}.editor-shell:not(.control-platform-shell) .unified-input-panel:focus-within{border-color:var(--creator-green);box-shadow:0 16px 36px var(--theme-shadow,#1f29331f), 0 0 0 2px var(--theme-shadow,#5f7d6b24)}.editor-shell:not(.control-platform-shell) .input-panel-textarea{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .input-panel-textarea::placeholder{color:var(--creator-muted-soft)}.editor-shell:not(.control-platform-shell) .composer-icon-control,.editor-shell:not(.control-platform-shell) .composer-model-trigger,.editor-shell:not(.control-platform-shell) .model-selector select{border-color:var(--creator-line);background:var(--theme-surface-translucent,#eef0f2db);color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .composer-icon-control:hover,.editor-shell:not(.control-platform-shell) .composer-icon-control:focus-visible,.editor-shell:not(.control-platform-shell) .composer-model-trigger:hover,.editor-shell:not(.control-platform-shell) .composer-model-trigger:focus-visible,.editor-shell:not(.control-platform-shell) .model-selector select:focus-visible{border-color:var(--creator-green);background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generate-button,.editor-shell:not(.control-platform-shell) .generation-turn-action.primary{border-color:var(--creator-ink-dark);background:var(--creator-ink-dark);color:#fff}.editor-shell:not(.control-platform-shell) .generate-button:hover,.editor-shell:not(.control-platform-shell) .generate-button:focus-visible,.editor-shell:not(.control-platform-shell) .generation-turn-action.primary:hover,.editor-shell:not(.control-platform-shell) .generation-turn-action.primary:focus-visible{border-color:var(--creator-ink-dark);color:var(--creator-ink-dark);background:0 0}.editor-shell:not(.control-platform-shell) .generation-history-item,.editor-shell:not(.control-platform-shell) .generation-result,.editor-shell:not(.control-platform-shell) .assistant-turn{border-color:var(--creator-line);background:var(--theme-surface-translucent,#ffffffb8);color:var(--creator-ink-dark);box-shadow:0 10px 24px var(--theme-shadow,#1f293314)}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{border-color:var(--creator-line);background:var(--theme-sheen,#5f7d6b1a);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .generation-result p,.editor-shell:not(.control-platform-shell) .generation-prompt p,.editor-shell:not(.control-platform-shell) .generation-follow-up,.editor-shell:not(.control-platform-shell) .generation-reference-group-label,.editor-shell:not(.control-platform-shell) .generation-mode-label,.editor-shell:not(.control-platform-shell) .generation-assistant-label,.editor-shell:not(.control-platform-shell) .badge,.editor-shell:not(.control-platform-shell) .tag,.editor-shell:not(.control-platform-shell) .status-pill,.editor-shell:not(.control-platform-shell) .inline-status{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .generation-mode-label,.editor-shell:not(.control-platform-shell) .generation-assistant-label,.editor-shell:not(.control-platform-shell) .badge,.editor-shell:not(.control-platform-shell) .tag,.editor-shell:not(.control-platform-shell) .status-pill,.editor-shell:not(.control-platform-shell) .inline-status{border-color:var(--creator-line);background:var(--theme-surface-translucent,#eef0f2e6)}.editor-shell:not(.control-platform-shell) .material-preview,.editor-shell:not(.control-platform-shell) .material-preview-large{border-color:var(--creator-line);background:var(--creator-bg-deep)}.editor-shell:not(.control-platform-shell) .library-tabs,.editor-shell:not(.control-platform-shell) .library-selection-toolbar,.editor-shell:not(.control-platform-shell) .library-card,.editor-shell:not(.control-platform-shell) .library-empty-state,.editor-shell:not(.control-platform-shell) .workspace-file-card,.editor-shell:not(.control-platform-shell) .workspace-file-empty,.editor-shell:not(.control-platform-shell) .creation-dialog,.editor-shell:not(.control-platform-shell) .material-detail-card,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog,.editor-shell:not(.control-platform-shell) .my-creations-modal{border-color:var(--creator-line-strong);background:var(--theme-surface-translucent,#fffffff5);color:var(--creator-ink-dark);box-shadow:0 18px 44px var(--theme-shadow,#1f293324)}.editor-shell:not(.control-platform-shell) .library-card-copy strong,.editor-shell:not(.control-platform-shell) .library-card-copy span,.editor-shell:not(.control-platform-shell) .library-card-copy p,.editor-shell:not(.control-platform-shell) .workspace-file-copy,.editor-shell:not(.control-platform-shell) .workspace-file-copy strong,.editor-shell:not(.control-platform-shell) .creation-dialog h2,.editor-shell:not(.control-platform-shell) .material-detail-card h3,.editor-shell:not(.control-platform-shell) .my-creations-modal h2,.editor-shell:not(.control-platform-shell) .my-creations-modal h3{color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .library-tabs button:hover,.editor-shell:not(.control-platform-shell) .library-tabs button:focus-visible,.editor-shell:not(.control-platform-shell) .library-tabs button[aria-selected=true],.editor-shell:not(.control-platform-shell) .library-card[data-selected=true],.editor-shell:not(.control-platform-shell) .workspace-file-card[data-selected=true] .workspace-file-button{border-color:var(--creator-green);background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .creation-dialog-backdrop,.editor-shell:not(.control-platform-shell) .material-detail-dialog,.editor-shell:not(.control-platform-shell) .device-quick-deploy-backdrop{background:var(--theme-overlay,#1f29335c)}.editor-shell:not(.control-platform-shell) .creator-source-context{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#ffffffc7);box-shadow:0 10px 24px var(--theme-shadow,#1f293314)}.editor-shell:not(.control-platform-shell) .creator-source-context-facts>div,.editor-shell:not(.control-platform-shell) .workspace-file-button,.editor-shell:not(.control-platform-shell) .prompt-library-kind-button,.editor-shell:not(.control-platform-shell) .prompt-library-row[data-active=true],.editor-shell:not(.control-platform-shell) .prompt-library-detail,.editor-shell:not(.control-platform-shell) .prompt-cascade-preview{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#ffffffad);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .conversation-more-button:hover,.editor-shell:not(.control-platform-shell) .conversation-more-button:focus-visible,.editor-shell:not(.control-platform-shell) .editor-sidebar-links a:hover,.editor-shell:not(.control-platform-shell) .editor-sidebar-links a:focus-visible,.editor-shell:not(.control-platform-shell) .editor-personal-link:hover,.editor-shell:not(.control-platform-shell) .editor-personal-link:focus-visible,.editor-shell:not(.control-platform-shell) .generation-settings-icon-button:hover,.editor-shell:not(.control-platform-shell) .generation-settings-icon-button:focus-visible,.editor-shell:not(.control-platform-shell) .generation-turn-action:hover,.editor-shell:not(.control-platform-shell) .generation-turn-action:focus-visible,.editor-shell:not(.control-platform-shell) .generation-save-check:hover,.editor-shell:not(.control-platform-shell) .generation-save-check:focus-visible,.editor-shell:not(.control-platform-shell) .jump-to-latest:hover,.editor-shell:not(.control-platform-shell) .jump-to-latest:focus-visible{border-color:var(--creator-line);background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .creator-attachment-chip,.editor-shell:not(.control-platform-shell) .generation-turn-action,.editor-shell:not(.control-platform-shell) .generation-save-check,.editor-shell:not(.control-platform-shell) .jump-to-latest{border-color:var(--creator-line);background:var(--theme-surface-translucent,#ffffffad);color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .generation-setting-toggle input{border-color:var(--creator-line-strong);background:var(--creator-bg-deep)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent svg,.editor-shell:not(.control-platform-shell) .prompt-cascade-child-heading svg,.editor-shell:not(.control-platform-shell) .input-panel-status strong,.editor-shell:not(.control-platform-shell) .composer-draft-status strong{color:var(--creator-green)}.editor-shell:not(.control-platform-shell) .prompt-cascade-parent:hover,.editor-shell:not(.control-platform-shell) .prompt-cascade-parent:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-cascade-parent[data-active=true],.editor-shell:not(.control-platform-shell) .prompt-cascade-entry:hover,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry:focus-visible,.editor-shell:not(.control-platform-shell) .prompt-cascade-entry[data-active=true]{border-color:var(--creator-line-strong)!important;background:var(--creator-green-soft)!important;color:var(--creator-ink-dark)!important}.editor-shell:not(.control-platform-shell) .creation-dialog input,.editor-shell:not(.control-platform-shell) .creation-dialog textarea,.editor-shell:not(.control-platform-shell) .creation-dialog select,.editor-shell:not(.control-platform-shell) .material-detail-card input,.editor-shell:not(.control-platform-shell) .material-detail-card textarea,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog input,.editor-shell:not(.control-platform-shell) .device-quick-deploy-dialog select{border-color:var(--creator-line-dark);background:var(--theme-surface-translucent,#ffffffe0);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .mobile-creator-topbar{border-bottom-color:var(--creator-line);background:var(--theme-surface-translucent,#fffffff2);box-shadow:0 8px 24px var(--theme-shadow,#1f293314)}.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button,.editor-shell:not(.control-platform-shell) .editor-mobile-close{border-color:var(--creator-line);color:var(--creator-muted-dark);background:0 0}.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button:hover,.editor-shell:not(.control-platform-shell) .mobile-creator-menu-button:focus-visible,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button:hover,.editor-shell:not(.control-platform-shell) .mobile-creator-new-button:focus-visible,.editor-shell:not(.control-platform-shell) .editor-mobile-close:hover,.editor-shell:not(.control-platform-shell) .editor-mobile-close:focus-visible{border-color:var(--creator-green);background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .mobile-creator-view-switcher{border-color:var(--creator-line);background:var(--creator-bg-deep)}.editor-shell:not(.control-platform-shell) .mobile-creator-view-switcher button,.editor-shell:not(.control-platform-shell) .mobile-workbench-nav-item{color:var(--creator-muted-dark)}.editor-shell:not(.control-platform-shell) .mobile-creator-view-switcher button:hover,.editor-shell:not(.control-platform-shell) .mobile-creator-view-switcher button:focus-visible,.editor-shell:not(.control-platform-shell) .mobile-creator-view-switcher button.is-active,.editor-shell:not(.control-platform-shell) .mobile-workbench-nav-item:hover,.editor-shell:not(.control-platform-shell) .mobile-workbench-nav-item:focus-visible,.editor-shell:not(.control-platform-shell) .mobile-workbench-nav-item.is-active{background:var(--creator-green-soft);color:var(--creator-ink-dark)}.editor-shell:not(.control-platform-shell) .mobile-workbench-nav{border-top-color:var(--creator-line);background:var(--theme-sidebar,#fffffff5);box-shadow:0 -8px 24px var(--theme-shadow,#1f293312)}.editor-shell:not(.control-platform-shell) .editor-mobile-scrim{background:#1f293370}@media (min-width:761px) and (min-height:501px){.editor-shell:not(.control-platform-shell){--creator-top-nav-height:0px;padding-left:278px}.editor-shell:not(.control-platform-shell) .editor-sidebar{z-index:30;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;grid-template-columns:minmax(0,1fr);width:278px;height:100dvh;padding:16px 12px;position:fixed;inset:0 auto 0 0;overflow:hidden}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary,.editor-shell:not(.control-platform-shell) .editor-sidebar-links,.editor-shell:not(.control-platform-shell) .editor-sidebar-actions,.editor-shell:not(.control-platform-shell) .editor-history{grid-area:auto}.editor-shell:not(.control-platform-shell) .editor-sidebar-primary{display:grid;overflow:visible}.editor-shell:not(.control-platform-shell) .editor-sidebar-links,.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{display:grid}.editor-shell:not(.control-platform-shell) .editor-history{display:block}.editor-shell:not(.control-platform-shell) .conversation-history{display:grid;overflow:hidden auto}.editor-shell:not(.control-platform-shell) .conversation-item{flex:initial}.editor-shell:not(.control-platform-shell) .fooocus-canvas,.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{padding-top:18px}.editor-shell:not(.control-platform-shell) .has-history .mode-selector{top:0}.editor-shell:not(.control-platform-shell) .jump-to-latest{left:calc(50vw + 139px)}.creator-device-layout{--creator-sidebar-width:278px}.creator-device-layout .fooocus-workbench{padding-left:0}.creator-device-layout.is-device-panel-open .fooocus-workbench{padding-left:var(--creator-device-panel-width)}.creator-device-layout.is-device-panel-open .creator-device-panel{inset:0 auto 0 var(--creator-sidebar-width)}}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell:not(.control-platform-shell) .editor-sidebar{z-index:1100;width:min(88vw,360px);padding:max(10px, env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom));border-right:1px solid var(--creator-line);visibility:hidden;pointer-events:none;grid-template-rows:auto auto minmax(0,1fr) auto;transform:translate(-104%)}.editor-shell:not(.control-platform-shell) .editor-sidebar.mobile-open{visibility:visible;pointer-events:auto;transform:translate(0)}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand,.editor-shell:not(.control-platform-shell) .editor-sidebar-primary,.editor-shell:not(.control-platform-shell) .editor-sidebar-links,.editor-shell:not(.control-platform-shell) .editor-control-platform,.editor-shell:not(.control-platform-shell) .editor-auth-button{display:none}.editor-shell:not(.control-platform-shell) .editor-sidebar-brand-row{border-bottom:0;padding:0}.editor-shell:not(.control-platform-shell) .editor-sidebar-actions{grid-template-columns:minmax(0,1fr);gap:2px;padding-top:8px;display:grid}.editor-shell:not(.control-platform-shell) .editor-history{min-height:0;padding:8px 0;display:block}.editor-shell:not(.control-platform-shell) .conversation-history{padding:0 2px 0 0}.editor-shell:not(.control-platform-shell) .conversation-item{min-height:52px}.editor-shell:not(.control-platform-shell) .fooocus-canvas,.editor-shell:not(.control-platform-shell) .fooocus-canvas.has-history{height:100dvh;min-height:100dvh;padding:calc(68px + env(safe-area-inset-top)) 14px calc(var(--composer-height,190px) + 84px + env(safe-area-inset-bottom))}.editor-shell:not(.control-platform-shell) [data-editor-view=library] .fooocus-canvas,.editor-shell:not(.control-platform-shell) [data-editor-view=library] .fooocus-canvas.has-history{padding-top:calc(14px + env(safe-area-inset-top));padding-bottom:calc(84px + env(safe-area-inset-bottom))}.editor-shell:not(.control-platform-shell) .generate-center-stage,.editor-shell:not(.control-platform-shell) .has-history .generate-center-stage{width:100%}.editor-shell:not(.control-platform-shell) .editor-input-slot,.editor-shell:not(.control-platform-shell) .editor-input-slot.floating,.editor-shell:not(.control-platform-shell) .editor-input-slot.centered{width:auto}.editor-shell:not(.control-platform-shell) .unified-input-panel{width:100%;max-width:none}}.editor-shell:not(.control-platform-shell) .creator-device-panel{border-color:var(--creator-line-strong);background:var(--creator-surface);color:var(--creator-ink-dark);grid-template-rows:auto minmax(0,1fr) auto}.editor-shell:not(.control-platform-shell) .creator-device-panel-header{border-bottom:1px solid var(--creator-line);background:var(--creator-surface-soft);justify-content:flex-end;align-items:center;gap:12px;min-width:0;padding:14px 16px 12px;display:flex}.editor-shell:not(.control-platform-shell) .creator-device-panel-header>div:first-child{gap:2px;min-width:0;display:grid}.editor-shell:not(.control-platform-shell) .creator-device-panel-header span{color:var(--creator-muted);font:650 10px/1.3 var(--font-mono);letter-spacing:0;text-transform:uppercase}.editor-shell:not(.control-platform-shell) .creator-device-panel-header h2{color:var(--creator-ink-dark);margin:0;font-size:16px;line-height:1.35}.editor-shell:not(.control-platform-shell) .creator-device-panel-close{border:1px solid var(--creator-line);background:var(--creator-surface);width:40px;height:40px;color:var(--creator-muted-dark);border-radius:6px;flex:0 0 40px;place-items:center;padding:0;display:grid}.editor-shell:not(.control-platform-shell) .creator-device-panel-close:hover,.editor-shell:not(.control-platform-shell) .creator-device-panel-close:focus-visible{border-color:var(--creator-line-strong);background:var(--creator-green-soft);color:var(--creator-ink-dark);outline:2px solid var(--creator-green);outline-offset:2px}.editor-shell:not(.control-platform-shell) .creator-device-panel-body{background:var(--creator-surface)}.editor-shell:not(.control-platform-shell) .generation-history-item{box-shadow:none;background:0 0;border-color:#0000}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn{border-color:var(--theme-control-border,#1f29331f);background:var(--theme-raised,#e5e9ec);color:var(--creator-ink-dark);box-shadow:none}.editor-shell:not(.control-platform-shell) .assistant-turn{border-color:var(--theme-control-border,#1f29331a);color:var(--creator-ink-dark);box-shadow:none;background:0 0;padding:10px 0 18px}.editor-shell:not(.control-platform-shell) .generation-result{color:var(--creator-ink-dark);box-shadow:none;background:0 0;border:0}.editor-shell:not(.control-platform-shell) .generation-prompt.user-turn p,.editor-shell:not(.control-platform-shell) .generation-result p,.editor-shell:not(.control-platform-shell) .generation-follow-up{color:var(--creator-ink-dark)}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell:not(.control-platform-shell) .creator-device-panel{grid-template-rows:auto minmax(0,1fr) auto}.editor-shell:not(.control-platform-shell) .creator-device-panel-header{padding-top:calc(12px + env(safe-area-inset-top));display:flex}}.editor-shell-v2-mobile{--v2-bg:var(--theme-page,#f4f6f8);--v2-surface:var(--theme-surface,#fff);--v2-preview:#0b0d12;--v2-ink:var(--theme-ink,#111827);--v2-muted:var(--theme-muted,#667085);--v2-soft:var(--theme-soft,#98a2b3);--v2-line:var(--theme-border,#dce1e8);--v2-blue:var(--theme-link,#2457d6);--v2-blue-soft:var(--theme-selected,#eef3ff);--v2-green:var(--theme-success,#20a66a);--v2-red:var(--theme-danger,#e5484d);background:var(--v2-bg);min-height:100dvh;color:var(--v2-ink);letter-spacing:0;padding-left:272px;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}.editor-shell-v2-mobile .fooocus-workbench{min-height:100dvh}.editor-shell-v2-mobile .editor-sidebar{border-right:1px solid var(--v2-line);background:var(--v2-surface);width:272px;box-shadow:none;color:var(--v2-ink);grid-template-rows:auto auto auto minmax(0,1fr) auto auto;padding:16px}.editor-shell-v2-mobile .editor-sidebar-brand-row{border-bottom:1px solid var(--v2-line);min-height:56px;padding:0 0 16px}.editor-shell-v2-mobile .editor-sidebar-brand{gap:10px;min-height:44px}.editor-shell-v2-mobile .editor-sidebar-brand-icon{object-fit:contain;background:0 0;border:0;border-radius:8px;flex-basis:44px;width:44px;height:44px}.editor-shell-v2-mobile .editor-sidebar-brand strong{color:var(--v2-ink);font-size:16px;font-weight:600}.editor-shell-v2-mobile .editor-sidebar-brand small{color:var(--v2-muted);font-size:12px}.editor-shell-v2-mobile .editor-sidebar-brand-row .language-switcher-trigger{border:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);min-height:36px;color:var(--v2-muted);box-shadow:none;border-radius:999px;padding:0 9px;font-size:12px}.editor-shell-v2-mobile .editor-sidebar-primary-v2{border-bottom:1px solid var(--v2-line);gap:16px;padding:16px 0;display:grid}.editor-shell-v2-mobile .editor-new-conversation{border:1px solid var(--v2-blue);background:var(--theme-action,var(--v2-blue));color:#fff;min-height:40px;box-shadow:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.editor-shell-v2-mobile .editor-new-conversation:hover,.editor-shell-v2-mobile .editor-new-conversation:focus-visible{background:var(--theme-action-hover,#1f4dbd);color:#fff}.editor-primary-nav{gap:4px;display:grid}.editor-primary-nav-item{min-height:40px;color:var(--v2-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-left-width:2px;border-radius:6px;align-items:center;gap:10px;padding:0 12px;font:600 14px/1 Inter,PingFang SC,Microsoft YaHei,sans-serif;text-decoration:none;display:flex}.editor-primary-nav-item:hover,.editor-primary-nav-item:focus-visible{background:var(--theme-surface,#f7f9fc);color:var(--v2-ink);outline:none}.editor-primary-nav-item[aria-current=page]{border-left-color:var(--v2-blue);background:var(--v2-blue-soft);color:var(--v2-blue)}.editor-device-section{gap:8px;display:grid}.creator-v2-section-label{color:var(--v2-soft);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.editor-device-section .creator-device-control{margin:0}.editor-v2 .creator-device-status{min-height:48px}.editor-shell-v2-mobile .creator-device-status,.editor-shell-v2-mobile .creator-device-tune,.editor-shell-v2-mobile .creator-device-manage{border-color:var(--v2-line);background:var(--v2-surface);color:var(--v2-muted);box-shadow:none;border-radius:8px}.editor-shell-v2-mobile .creator-device-status-copy strong{color:var(--v2-ink);font-size:13px}.editor-shell-v2-mobile .creator-device-status-copy small{color:var(--v2-muted);font-size:11px}.editor-shell-v2-mobile .editor-history-v2{min-height:0;padding:16px 0 8px;overflow:hidden}.editor-shell-v2-mobile .editor-history-heading{margin:0 0 8px}.editor-shell-v2-mobile .conversation-history{gap:3px}.editor-shell-v2-mobile .conversation-item{border-radius:6px;min-height:42px}.editor-shell-v2-mobile .conversation-item:hover,.editor-shell-v2-mobile .conversation-item:focus-within,.editor-shell-v2-mobile .conversation-item.active,.editor-shell-v2-mobile .conversation-item.menu-open{background:var(--theme-surface,#f7f9fc);box-shadow:none;border-color:#0000}.editor-shell-v2-mobile .conversation-item.active{box-shadow:inset 2px 0 0 var(--v2-blue)}.editor-shell-v2-mobile .conversation-main-button{min-height:38px;color:var(--v2-muted)}.editor-shell-v2-mobile .conversation-item.active .conversation-main-button{color:var(--v2-ink)}.editor-shell-v2-mobile .conversation-mode-icon{background:var(--v2-blue-soft);width:24px;height:24px;color:var(--v2-blue);border:0;border-radius:4px}.editor-shell-v2-mobile .conversation-title{font-size:13px}.editor-shell-v2-mobile .conversation-main-button time{color:var(--v2-soft);font-size:11px}.editor-shell-v2-mobile .editor-sidebar-links-v2{border-top:1px solid var(--v2-line);margin-top:0;padding:12px 0 8px}.editor-shell-v2-mobile .editor-sidebar-links-v2 a{min-height:38px;color:var(--v2-muted);align-items:center;gap:10px;padding:0 12px;font-size:13px;text-decoration:none;display:flex}.editor-shell-v2-mobile .editor-sidebar-links-v2 a:hover,.editor-shell-v2-mobile .editor-sidebar-links-v2 a:focus-visible{background:var(--theme-surface,#f7f9fc);color:var(--v2-ink);outline:none}.editor-shell-v2-mobile .editor-sidebar-actions-v2{border-top:1px solid var(--v2-line);padding-top:8px}.editor-account-menu{position:relative}.editor-account-menu summary{min-height:40px;color:var(--v2-muted);cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:600;list-style:none;display:flex}.editor-account-menu summary::-webkit-details-marker{display:none}.editor-account-menu summary:hover{background:var(--theme-surface,#f7f9fc);color:var(--v2-ink)}.editor-account-chevron{margin-left:auto}.editor-account-menu-popover{z-index:10;border:1px solid var(--v2-line);background:var(--v2-surface);box-shadow:0 8px 24px var(--theme-shadow,#1118271a);border-radius:8px;gap:2px;padding:6px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.editor-account-menu-popover a,.editor-account-menu-popover .button{min-height:36px;color:var(--v2-ink);box-shadow:none;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 10px;font-size:13px;text-decoration:none;display:flex}.editor-account-menu-popover a:hover,.editor-account-menu-popover .button:hover{background:var(--v2-blue-soft);color:var(--v2-blue)}.editor-shell-v2-mobile .fooocus-canvas{background:var(--v2-bg);min-height:100dvh;color:var(--v2-ink);padding:28px 40px 220px}.editor-shell-v2-mobile .generate-center-stage{justify-items:stretch;gap:24px;width:min(1200px,100%);min-height:0}.editor-shell-v2-mobile .is-empty-state .generate-center-stage{align-content:center;min-height:calc(100dvh - 120px)}.creator-v2-page-header,.library-v2-page-heading{border-bottom:1px solid var(--v2-line);justify-content:space-between;align-items:flex-end;gap:24px;min-width:0;padding-bottom:18px;display:flex}.creator-v2-page-heading{gap:3px;display:grid}.creator-v2-kicker{color:var(--v2-soft);letter-spacing:.08em;font-size:10px;font-weight:700}.creator-v2-page-heading h1,.library-v2-page-heading h1{color:var(--v2-ink);margin:0;font-size:24px;font-weight:600;line-height:1.2}.creator-v2-project-name{color:var(--v2-muted);font-size:12px}.creator-v2-header-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.creator-v2-media-switch{border:1px solid var(--v2-line);background:var(--v2-surface);border-radius:6px;gap:2px;padding:3px;display:inline-flex}.creator-v2-media-switch button{min-height:34px;color:var(--v2-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:7px;padding:0 12px;font:600 13px/1 Inter,PingFang SC,Microsoft YaHei,sans-serif;display:inline-flex}.creator-v2-media-switch button[aria-pressed=true]{background:var(--v2-blue-soft);color:var(--v2-blue)}.creator-v2-save-state{color:var(--v2-muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.creator-v2-save-state span{background:var(--v2-green);border-radius:50%;width:7px;height:7px}.editor-shell-v2-mobile .creator-empty-intro{width:min(720px,100%);margin:0 auto 2px}.editor-shell-v2-mobile .creator-empty-intro h1{color:var(--v2-ink);font-size:20px;font-weight:600}.editor-shell-v2-mobile .creator-empty-intro p{color:var(--v2-muted);font-family:inherit;font-style:normal}.editor-shell-v2-mobile .unified-input-panel{border:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);width:min(800px,100%);box-shadow:0 8px 24px var(--theme-shadow,#11182714);border-radius:8px;margin:0 auto}.editor-shell-v2-mobile .input-panel-textarea{color:var(--v2-ink);font-size:14px}.editor-shell-v2-mobile .input-panel-textarea::placeholder{color:var(--v2-soft)}.editor-shell-v2-mobile .composer-icon-control,.editor-shell-v2-mobile .composer-model-trigger{border-color:var(--theme-control-border,var(--v2-line));background:var(--theme-surface,#fafbfc);color:var(--v2-muted);box-shadow:none;border-radius:6px}.editor-shell-v2-mobile .generate-button{border:1px solid var(--v2-blue);background:var(--theme-action,var(--v2-blue));color:#fff;min-height:40px;box-shadow:none;border-radius:8px}.editor-shell-v2-mobile .generate-button:hover,.editor-shell-v2-mobile .generate-button:focus-visible{border-color:var(--theme-link,#1f4dbd);background:var(--theme-action-hover,#1f4dbd);color:#fff}.editor-shell-v2-mobile .generation-history-item,.editor-shell-v2-mobile .assistant-turn{border-color:var(--v2-line);background:var(--v2-surface);color:var(--v2-ink);box-shadow:none;border-radius:8px}.editor-shell-v2-mobile .generation-result{background:var(--v2-preview);border-radius:8px}.editor-shell-v2-mobile .my-creations-view{gap:20px;width:min(1200px,100%);margin:0 auto}.library-v2-count{color:var(--v2-muted);font-size:12px}.editor-shell-v2-mobile .library-toolbar{align-items:center;gap:16px}.editor-shell-v2-mobile .library-tabs{border-color:var(--v2-line);background:var(--v2-surface);border-radius:6px}.editor-shell-v2-mobile .library-tabs button{min-height:36px;color:var(--v2-muted);border-radius:4px}.editor-shell-v2-mobile .library-tabs button[aria-selected=true]{background:var(--v2-blue-soft);color:var(--v2-blue)}.library-v2-filters{grid-template-columns:minmax(220px,1fr) 170px 150px;gap:12px;display:grid}.library-v2-filters label{min-width:0;color:var(--v2-muted);gap:6px;font-size:11px;font-weight:600;display:grid}.library-v2-filters input,.library-v2-filters select{border:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);width:100%;min-height:40px;color:var(--v2-ink);border-radius:6px;padding:0 11px;font:400 13px/1.2 Inter,PingFang SC,Microsoft YaHei,sans-serif}.library-v2-filters input:focus-visible,.library-v2-filters select:focus-visible{border-color:var(--v2-blue);outline:3px solid var(--theme-link,#2457d626);outline-offset:1px}.editor-shell-v2-mobile .library-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.editor-shell-v2-mobile .library-card{border:1px solid var(--v2-line);background:var(--v2-surface);box-shadow:none;border-radius:8px;position:relative;overflow:hidden}.editor-shell-v2-mobile .library-preview-button{aspect-ratio:16/9;background:var(--v2-preview)}.editor-shell-v2-mobile .library-preview-button .material-preview{background:var(--v2-preview);border:0;border-radius:0;width:100%;height:100%}.editor-shell-v2-mobile .library-card-type-badge,.editor-shell-v2-mobile .library-card-duration{z-index:1;border:1px solid var(--theme-border,#ffffff4d);color:#fff;background:#0b0d12c2;border-radius:4px;align-items:center;min-height:24px;padding:0 7px;font-size:11px;font-weight:600;line-height:1;display:inline-flex;position:absolute}.editor-shell-v2-mobile .library-card-type-badge{top:8px;left:8px}.editor-shell-v2-mobile .library-card-duration{font-variant-numeric:tabular-nums;bottom:8px;right:8px}.editor-shell-v2-mobile .library-card-copy{padding:12px}.editor-shell-v2-mobile .library-card-copy strong{color:var(--v2-ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.editor-shell-v2-mobile .library-card-copy>span{color:var(--v2-muted);font-size:12px}.editor-shell-v2-mobile .library-card-copy p{display:none}.library-card-meta{color:var(--v2-soft);justify-content:space-between;gap:8px;margin-top:8px;font-size:11px;display:flex}.library-card-tags{flex-wrap:wrap;gap:4px;min-width:0;margin-top:8px;display:flex}.library-card-tags span{border:1px solid var(--v2-line);background:var(--theme-surface,#f8fafc);max-width:100%;color:var(--v2-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:3px 6px;font-size:10px;overflow:hidden}.library-card-hover-actions{opacity:0;justify-content:flex-end;gap:4px;transition:opacity .16s;display:flex;position:absolute;top:8px;left:8px;right:8px}.editor-shell-v2-mobile .library-card:hover .library-card-hover-actions,.editor-shell-v2-mobile .library-card:focus-within .library-card-hover-actions{opacity:1}.library-card-hover-actions button{border:1px solid var(--theme-control-border,#ffffff73);color:#fff;cursor:pointer;background:#0b0d12c7;border-radius:6px;place-items:center;width:32px;height:32px;padding:0;display:grid}.library-card-hover-actions button:hover,.library-card-hover-actions button:focus-visible{background:var(--theme-action,var(--v2-blue));outline:none}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-panel{width:var(--creator-device-panel-width);border:0;border-left:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);box-shadow:0 8px 24px var(--theme-shadow,#1118271a);inset:0 0 0 auto}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout{--creator-device-panel-width:360px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout .fooocus-workbench{padding-left:0;transition:padding-right .18s cubic-bezier(.16,1,.3,1)}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .creator-v2-global-toolbar{z-index:26}@media (min-width:1321px){.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .fooocus-workbench{padding-right:var(--creator-device-panel-width)}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .fooocus-canvas{grid-template-columns:minmax(0,1fr)}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .generate-center-stage,.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .editor-input-slot,.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout.is-device-panel-open .unified-input-panel{width:min(760px,100%);min-width:0;max-width:100%}}@media (prefers-reduced-motion:reduce){.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout .fooocus-workbench{transition:none}}.editor-shell-v2-mobile .creator-device-panel-header{border-bottom:1px solid var(--v2-line);background:var(--v2-surface);min-height:64px;padding:12px 16px}.editor-shell-v2-mobile .creator-device-panel-body{padding:16px}.editor-shell-v2-mobile .creator-device-panel-section,.editor-shell-v2-mobile .creator-device-video-control{border-color:var(--theme-control-border,var(--v2-line));background:var(--v2-surface);border-radius:8px}.editor-shell-v2-mobile .creator-device-panel-section+.creator-device-panel-section{margin-top:16px}@media (max-width:1200px){.editor-shell-v2-mobile .library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-shell-v2-mobile .fooocus-canvas{padding-inline:28px}}@media (max-width:1024px) and (min-width:761px){.editor-shell-v2-mobile{padding-left:72px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout{--creator-sidebar-width:72px;--creator-device-panel-width:360px}.editor-shell-v2-mobile .editor-sidebar{width:72px;padding:12px 8px}.editor-shell-v2-mobile .editor-sidebar-brand-row{justify-content:center;padding-bottom:12px}.editor-shell-v2-mobile .editor-sidebar-brand span,.editor-shell-v2-mobile .editor-sidebar-brand-row .language-switcher,.editor-shell-v2-mobile .editor-new-conversation span,.editor-shell-v2-mobile .editor-primary-nav-item span,.editor-shell-v2-mobile .creator-v2-section-label,.editor-shell-v2-mobile .editor-device-section,.editor-shell-v2-mobile .editor-history-v2,.editor-shell-v2-mobile .editor-sidebar-links-v2 span,.editor-shell-v2-mobile .editor-account-menu summary span,.editor-shell-v2-mobile .editor-account-chevron{display:none}.editor-shell-v2-mobile .editor-new-conversation{padding:0}.editor-shell-v2-mobile .editor-primary-nav-item,.editor-shell-v2-mobile .editor-sidebar-links-v2 a,.editor-shell-v2-mobile .editor-account-menu summary{justify-content:center;padding:0}.editor-shell-v2-mobile .library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-shell-v2-mobile .creator-device-panel{width:360px}}@media (max-width:760px){.editor-shell-v2-mobile{padding-left:0}.editor-shell-v2-mobile .fooocus-canvas{padding:16px 14px 220px}.editor-shell-v2-mobile .creator-v2-page-header,.editor-shell-v2-mobile .library-v2-page-heading{flex-direction:column;align-items:flex-start;gap:14px}.editor-shell-v2-mobile .creator-v2-header-controls{justify-content:space-between;width:100%}.editor-shell-v2-mobile .library-v2-filters{grid-template-columns:1fr 1fr}.editor-shell-v2-mobile .library-v2-search{grid-column:1/-1}.editor-shell-v2-mobile .library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-panel{inset:0 0 calc(66px + env(safe-area-inset-bottom));border-left:0;width:100%}}@media (prefers-reduced-motion:reduce){.library-card-hover-actions{transition:none}}.editor-shell-v2-mobile:not(.control-platform-shell){padding-left:272px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar{border-right:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);width:272px;box-shadow:none;grid-template-rows:auto auto auto minmax(0,1fr) auto auto;padding:16px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-new-conversation{border:1px solid var(--v2-blue);background:var(--theme-action,var(--v2-blue));color:#fff;min-height:40px;box-shadow:none;border-radius:8px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-new-conversation:hover,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-new-conversation:focus-visible{border-color:var(--theme-link,#1f4dbd);background:var(--theme-action-hover,#1f4dbd);color:#fff}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-status,.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-tune,.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-manage{border:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);min-height:40px;color:var(--v2-muted);box-shadow:none;border-radius:8px}.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{background:var(--v2-bg);min-height:100dvh;color:var(--v2-ink);padding:28px 40px 220px}.editor-shell-v2-mobile:not(.control-platform-shell) .unified-input-panel{border:1px solid var(--theme-control-border,var(--v2-line));background:var(--v2-surface);width:min(800px,100%);box-shadow:0 8px 24px var(--theme-shadow,#11182714);border-radius:8px}.editor-shell-v2-mobile:not(.control-platform-shell) .generation-result{background:var(--v2-preview);border-radius:8px}@media (max-width:1200px){.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{padding-inline:28px}}@media (max-width:1024px) and (min-width:761px){.editor-shell-v2-mobile:not(.control-platform-shell){padding-left:72px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar{width:72px;padding:12px 8px}}@media (max-width:760px){.editor-shell-v2-mobile:not(.control-platform-shell){padding-left:0}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar{width:min(88vw,360px)}.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{padding:16px 14px 220px}}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar{flex-direction:column;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-primary-v2{border-bottom:0;padding:16px 0 12px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav{gap:4px;display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item{min-height:40px;color:var(--v2-muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:flex-start;padding:0 12px;font-size:14px;font-weight:600}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item:hover,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item:focus-visible,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item[aria-current=page]{border-color:#0000;border-left:2px solid var(--v2-blue);background:var(--v2-blue-soft);color:var(--v2-blue);outline:0}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-history-v2,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-device-section,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-actions-v2,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-new-conversation{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2{border-top:1px solid var(--theme-control-border,var(--v2-line));align-self:stretch;margin-top:auto;padding:12px 0 0;display:block}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a{min-height:40px;color:var(--v2-muted);border-radius:6px;justify-content:flex-start;gap:9px;padding:0 12px;font-size:14px;font-weight:600}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a:hover,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a:focus-visible{background:var(--v2-blue-soft);color:var(--v2-blue);outline:0}.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{position:relative}.creator-v2-global-toolbar{z-index:8;pointer-events:none;justify-content:flex-end;align-items:center;min-height:40px;margin:-8px 0 12px;display:flex;position:sticky;top:-1px}.creator-v2-global-device{pointer-events:auto}.creator-v2-global-device .creator-device-control{align-items:center;gap:6px;margin:0;display:inline-flex}.creator-v2-global-device .creator-device-status{border:1px solid var(--v2-line);background:var(--v2-surface);min-width:172px;min-height:36px;color:var(--v2-ink);box-shadow:none;border-radius:6px;padding:0 10px}.creator-v2-global-device .creator-device-status-copy strong{color:var(--v2-ink);font-size:12px}.creator-v2-global-device .creator-device-status-copy small{color:var(--v2-muted);font-size:10px}.creator-v2-global-device .creator-device-tune,.creator-v2-global-device .creator-device-manage{border:1px solid var(--v2-line);background:var(--v2-surface);width:36px;min-height:36px;color:var(--v2-muted);box-shadow:none;border-radius:6px;padding:0}.creator-v2-global-device .creator-device-manage{min-width:36px}@media (max-width:1024px) and (min-width:761px){.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item{justify-content:center;padding-inline:0}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a span,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item span,.creator-v2-global-device .creator-device-status-copy{display:none}.creator-v2-global-device .creator-device-status{justify-content:center;min-width:36px;padding:0}}@media (max-width:760px){.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand{display:inline-flex}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-primary-v2{display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2{display:block}.creator-v2-global-toolbar{margin:-4px 0 8px}.creator-v2-global-device .creator-device-status-copy{display:none}.creator-v2-global-device .creator-device-status{justify-content:center;min-width:36px;padding:0}}.editor-shell-v2-mobile:not(.control-platform-shell) .generate-center-stage{gap:14px}.editor-shell-v2-mobile:not(.control-platform-shell) .is-empty-state .generate-center-stage{align-content:start;min-height:0;padding-top:12px}.editor-shell-v2-mobile:not(.control-platform-shell) .unified-input-panel{width:min(880px,100%)}.library-empty-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .fooocus-canvas{padding:calc(72px + env(safe-area-inset-top)) 16px calc(88px + env(safe-area-inset-bottom))}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .my-creations-view{gap:12px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-page-heading{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-toolbar{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-tabs{width:auto;min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:1 1 0;order:0;padding:0;display:flex;overflow:visible}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-tabs button{min-width:0;min-height:44px;box-shadow:none;border:1px solid #0000;border-radius:6px;flex:1 1 0;padding:0 8px;font-size:13px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-tabs button[aria-selected=true]{border-color:var(--theme-control-border,#c8d6ff);background:var(--theme-selected,#eef3ff);color:var(--theme-link,#2457d6)}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-upload-actions{flex-wrap:wrap;flex:none;order:0;align-items:center;gap:6px;width:auto;min-width:0;display:flex!important}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-upload-actions>div{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-upload-button{border:1px solid var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);width:44px;min-width:44px;min-height:44px;color:var(--theme-ink-soft,#344054);box-shadow:none;border-radius:6px;flex:0 0 44px;padding:0}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-upload-button span{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-upload-status{max-width:120px;margin:0;font-size:11px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-search{grid-column:1/-1}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-filters label{gap:0}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-filters label>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-filters input,.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-v2-filters select{min-height:44px;font-size:16px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card{border-color:var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);box-shadow:none;border-radius:8px;overflow:hidden}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card .material-preview,.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-preview-button{aspect-ratio:16/10}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-copy{gap:6px;min-width:0;padding:10px;display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-copy strong{font-size:13px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-copy>span,.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-tags{display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-meta{align-items:center;gap:4px;min-height:44px;padding-right:36px;font-size:11px;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-hover-actions{opacity:1;pointer-events:auto;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:flex-end;gap:0;padding:0;display:flex;position:absolute;inset:auto 6px 10px auto;transform:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-hover-actions button{min-width:44px;min-height:44px;color:var(--theme-muted,#667085);background:0 0;border:0}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-card-hover-actions button:not(:last-child){display:none}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-selection-toolbar{border:1px solid var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);box-shadow:none;border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-selection-toolbar>div{flex-wrap:wrap;gap:8px;width:100%;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-selection-toolbar .button{min-height:44px;box-shadow:none;border-radius:6px;padding:0 12px;font-size:12px}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-selection-done{margin-left:auto}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-empty-state{min-height:280px;box-shadow:none;background:0 0;border:0;border-radius:0;align-content:center;justify-items:center;gap:12px;padding:32px 16px;display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-empty-state>svg{color:var(--theme-soft,#98a2b3)}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-empty-state p{max-width:28ch;color:var(--theme-muted,#667085);margin:0;font-size:13px;line-height:1.6}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-empty-actions{margin:0}.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=library] .library-empty-actions .button{border:1px solid var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);min-height:44px;box-shadow:none;border-radius:6px;font-size:13px}}@media (max-width:560px){.library-empty-actions{flex-direction:column;align-items:stretch}.library-empty-actions .button{justify-content:center}}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav{gap:4px;min-width:0;display:grid}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item{width:100%;min-width:0;min-height:40px;color:var(--v2-muted,var(--theme-muted,#667085));cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-left-width:2px;border-radius:6px;align-items:center;gap:10px;padding:0 12px;font:600 14px/1 Inter,PingFang SC,Microsoft YaHei,sans-serif;text-decoration:none;display:flex}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item:hover,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item:focus-visible,.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item[aria-current=page]{border-color:#0000;border-left-color:var(--v2-blue,var(--theme-link,#2457d6));background:var(--v2-blue-soft,var(--theme-selected,#eef3ff));color:var(--v2-blue,var(--theme-link,#2457d6));outline:0}@media (min-width:1025px){.editor-shell-v2-mobile:not(.control-platform-shell){background:var(--theme-page,#f4f6f8);padding-left:332px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-layout{--creator-sidebar-width:332px;--creator-device-panel-width:360px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar{border-right-color:var(--theme-control-border,#dce1e8);background:var(--theme-sidebar,#fff);width:332px;padding:20px 24px 18px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand-row{border-bottom-color:var(--theme-control-border,#dce1e8);min-height:60px;padding:0 4px 16px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand-icon{flex-basis:52px;width:52px;height:52px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand strong{color:var(--theme-ink,#111827);font-size:16px;font-weight:600}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand small{color:var(--theme-muted,#667085);text-transform:none;font-size:12px;font-weight:400}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-brand-row .language-switcher-trigger{border-color:var(--theme-control-border,#dce1e8);background:var(--theme-surface,#fff);min-height:38px;color:var(--theme-muted,#667085);border-radius:999px;padding:0 12px;font-size:13px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-primary-v2{padding:20px 0 12px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav{gap:8px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item{min-height:48px;color:var(--theme-muted,#667085);border-radius:8px;gap:12px;padding:0 16px;font-size:16px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-primary-nav-item[aria-current=page]{background:var(--theme-selected,#eef3ff);color:var(--theme-link,#2457d6);border-left-width:3px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2{border-top-color:var(--theme-control-border,#dce1e8);padding-top:16px}.editor-shell-v2-mobile:not(.control-platform-shell) .editor-sidebar-links-v2 a{min-height:44px;color:var(--theme-muted,#667085);border-radius:8px;padding:0 16px;font-size:14px}.editor-shell-v2-mobile:not(.control-platform-shell) .fooocus-canvas{background:var(--theme-page,#f4f6f8);min-height:100dvh;padding:0 32px 140px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-toolbar{justify-content:center;width:min(1360px,100%);min-height:60px;margin:48px auto 0;position:static}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-device .creator-device-status{border-radius:10px;min-width:250px;min-height:58px;padding:0 14px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-device .creator-device-status-copy strong{font-size:15px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-device .creator-device-status-copy small{font-size:12px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-device .creator-device-tune,.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-global-device .creator-device-manage{border-radius:8px;width:48px;min-width:48px;height:48px;min-height:48px}.editor-shell-v2-mobile:not(.control-platform-shell) .generate-center-stage{gap:24px;width:min(1360px,100%);margin:128px auto 0}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-page-header{justify-content:space-between;align-items:center;padding-bottom:20px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-page-heading h1{font-size:30px;font-weight:600}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-v2-header-controls{gap:16px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-empty-intro{text-align:left;align-items:flex-start;gap:14px;width:min(680px,100%);margin:0 auto}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-empty-intro h1{font-size:24px;font-weight:600}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-empty-intro p{max-width:560px;color:var(--theme-muted,#667085);font-size:16px;font-style:italic}.editor-shell-v2-mobile:not(.control-platform-shell) .unified-input-panel{width:min(916px,100%);min-height:212px;box-shadow:0 10px 26px var(--theme-shadow,#11182714);margin:20px auto 0;padding:16px}.editor-shell-v2-mobile:not(.control-platform-shell) .my-creations-view{width:min(1360px,100%);margin:84px auto 0}}@media (max-width:760px),(max-width:960px) and (max-height:500px){.editor-shell-v2-mobile:not(.control-platform-shell) [data-mobile-v2-view=play] .fooocus-canvas{box-sizing:border-box;height:100dvh;padding:calc(68px + env(safe-area-inset-top)) 12px calc(76px + env(safe-area-inset-bottom));overflow:hidden}.creator-device-inline{flex-direction:column;gap:12px;max-width:560px;height:100%;min-height:0;margin:0 auto;display:flex}.creator-device-inline>.creator-device-control{flex:none;margin:0}.creator-device-inline>.creator-device-control.has-devices{grid-template-columns:minmax(0,1fr) 44px}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-inline .creator-device-manage{justify-content:center;width:44px;min-width:44px;min-height:44px;padding:0}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-inline>.creator-device-panel{z-index:auto;border:1px solid var(--theme-control-border,var(--v2-line));width:100%;min-height:0;box-shadow:none;border-radius:8px;flex:auto;grid-template-rows:minmax(0,1fr) auto;position:relative;inset:auto}.editor-shell-v2-mobile:not(.control-platform-shell) .creator-device-inline .creator-device-panel-body{padding:12px}.creator-device-inline .creator-device-panel>footer{padding:10px 12px}}
