:root{--bg:#050505;--surface:#0a0a0a;--surface-elevated:#121212;--surface-hover:#18181b;--border:#27272a;--border-hover:#3f3f46;--text:#f4f4f5;--text-muted:#a1a1aa;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-glow:rgba(59,130,246,0.4);--success:#10b981;--warning:#f59e0b;--error:#ef4444;--danger:var(--error);--text-subtle:#71717a;--bg-grid-line:rgba(255,255,255,0.03);--scrollbar-thumb:rgba(255,255,255,0.14);--scrollbar-thumb-hover:rgba(255,255,255,0.25);--top-bar-bg:rgba(5,5,5,0.7);--history-sidebar-bg:rgba(10,10,10,0.95);--history-sidebar-header-bg:rgba(10,10,10,0.98);--panel-shadow:0 8px 30px rgba(0,0,0,0.5);--panel-shadow-strong:0 18px 60px rgba(0,0,0,0.48);--overlay-bg:rgba(0,0,0,0.65);--subtle-fill:rgba(255,255,255,0.03);--subtle-fill-strong:rgba(255,255,255,0.06);--subtle-border:rgba(255,255,255,0.08);--subtle-border-strong:rgba(255,255,255,0.14);--accent-soft:rgba(59,130,246,0.1);--accent-soft-strong:rgba(59,130,246,0.16);--accent-border:rgba(59,130,246,0.35);--danger-bg:rgba(127,29,29,0.25);--warning-bg:rgba(120,53,15,0.22);--success-bg:rgba(6,78,59,0.22);--primary-action-bg:#ffffff;--primary-action-bg-hover:#f4f4f5;--primary-action-text:#0a0a0a;--primary-action-icon-bg:rgba(0,0,0,0.06);--preview-bg:#000;--panel:var(--surface-elevated);--history-sidebar-width:304px}:root.dark,:root[data-theme=dark]{color-scheme:dark}:root.light,:root[data-theme=light]{color-scheme:light;--bg:#f6f8fc;--surface:#ffffff;--surface-elevated:#fbfdff;--surface-hover:#eef3fa;--border:#d8e0ec;--border-hover:#b8c6d9;--text:#0f172a;--text-muted:#526173;--text-subtle:#7b8797;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-glow:rgba(37,99,235,0.18);--success:#059669;--warning:#b45309;--error:#dc2626;--danger:var(--error);--bg-grid-line:rgba(15,23,42,0.055);--scrollbar-thumb:rgba(15,23,42,0.18);--scrollbar-thumb-hover:rgba(15,23,42,0.28);--top-bar-bg:rgba(255,255,255,0.82);--history-sidebar-bg:rgba(255,255,255,0.96);--history-sidebar-header-bg:rgba(255,255,255,0.98);--panel-shadow:0 14px 42px rgba(15,23,42,0.1);--panel-shadow-strong:0 24px 70px rgba(15,23,42,0.16);--overlay-bg:rgba(15,23,42,0.32);--subtle-fill:rgba(15,23,42,0.035);--subtle-fill-strong:rgba(15,23,42,0.065);--subtle-border:rgba(15,23,42,0.09);--subtle-border-strong:rgba(15,23,42,0.16);--accent-soft:rgba(37,99,235,0.09);--accent-soft-strong:rgba(37,99,235,0.14);--accent-border:rgba(37,99,235,0.28);--danger-bg:rgba(220,38,38,0.08);--warning-bg:rgba(180,83,9,0.09);--success-bg:rgba(5,150,105,0.09);--primary-action-bg:#111827;--primary-action-bg-hover:#1f2937;--primary-action-text:#ffffff;--primary-action-icon-bg:rgba(255,255,255,0.12);--preview-bg:#05070b;--panel:var(--surface-elevated)}*{box-sizing:border-box;scrollbar-width:thin}body{margin:0;background-color:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;background-image:linear-gradient(to right,var(--bg-grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--bg-grid-line) 1px,transparent 1px);background-size:60px 60px;min-height:100vh}button,input,select,textarea{font:inherit}html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:transparent}.app-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-container:has(>.history-sidebar){padding-left:var(--history-sidebar-width)}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:var(--top-bar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:200;position:relative}.top-bar-actions,.top-bar-left{display:flex;align-items:center;gap:12px}.top-bar-left{min-width:0}.logo{font-weight:700;font-size:1.2rem;letter-spacing:0;display:flex;align-items:center;gap:12px;white-space:nowrap}.logo-icon{width:28px;height:28px;border-radius:999px;background:url(/evolute-logo.png) 50%/cover no-repeat;box-shadow:0 0 14px rgba(59,130,246,.36);flex:0 0 auto}.history-toggle{background:transparent;border:1px solid var(--border);color:var(--text);padding:8px 16px;border-radius:99px;cursor:pointer;transition:all .2s;font-size:.9rem}.history-toggle:hover{background:var(--surface-hover);border-color:var(--border-hover)}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;color:var(--text-muted);border-radius:8px;cursor:pointer;transition:all .15s;padding:0}.sidebar-toggle:hover{color:var(--text);background:var(--surface-hover)}.top-bar-icon-btn{width:38px;height:38px;color:var(--text);border:1px solid var(--border);border-radius:10px}.top-bar-left .top-bar-icon-btn{margin-left:18px}.top-bar-icon-btn:hover{background:var(--surface-hover);border-color:var(--border-hover)}.settings-top-actions{gap:10px}.settings-user-email{color:var(--text-muted);font-size:.9rem}.engine-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);background:var(--subtle-fill);font-size:.85rem;line-height:1}.engine-badge[data-mode=local]{color:var(--accent);border-color:rgba(59,130,246,.35);box-shadow:inset 0 0 10px rgba(59,130,246,.12)}.main-content{flex:1 1;align-items:center;padding:40px;overflow-y:auto;gap:32px}.main-content,.prompt-panel{display:flex;flex-direction:column}.prompt-panel{width:100%;max-width:900px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:20px;padding:24px;gap:20px;box-shadow:var(--panel-shadow);transition:all .3s ease}.prompt-panel:focus-within{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow),var(--panel-shadow)}.prompt-panel.asset-drag-over{border-color:var(--accent);border-style:dashed;box-shadow:0 0 28px var(--accent-glow),var(--panel-shadow)}.workspace-banner{flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding-block:18px}.workspace-banner-actions{display:flex;align-items:center;gap:10px}.runner-update-banner{gap:12px}.runner-update-inline-progress{width:min(220px,28vw);min-width:140px}.workspace-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.workspace-toggle-row.compact{margin-bottom:10px}.engine-mode-toggle{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:6px;border-radius:999px;background:var(--subtle-fill);border:1px solid var(--border)}.engine-mode-option{background:transparent;border:none;color:var(--text-muted);padding:8px 16px;border-radius:999px;cursor:pointer;transition:all .2s ease}.engine-mode-option:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.engine-mode-option:disabled{cursor:not-allowed;opacity:.55}.engine-mode-option.active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 10px var(--accent-glow)}.engine-mode-option.active:disabled{opacity:.78}.backend-toggle{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:6px;border-radius:999px;background:var(--subtle-fill);border:1px solid var(--border)}.backend-option{background:transparent;border:none;color:var(--text-muted);padding:8px 16px;border-radius:999px;cursor:pointer;transition:all .2s ease}.backend-option:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.backend-option:disabled{cursor:not-allowed;opacity:.55}.backend-option.active{color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 10px var(--accent-glow)}.backend-option.active:disabled{opacity:.78}.prompt-textarea-wrap{position:relative}.prompt-textarea-wrap.enhancing,.prompt-textarea-wrap.loading{cursor:progress}.prompt-textarea{width:100%;background:transparent;border:none;color:var(--text);font-size:1.15rem;line-height:1.5;resize:vertical;outline:none;min-height:100px;max-height:600px;padding-right:180px}.prompt-textarea:disabled{cursor:progress;opacity:1;-webkit-text-fill-color:var(--text)}.prompt-textarea-wrap.enhancing .prompt-textarea{opacity:.45;-webkit-text-fill-color:var(--text)}.prompt-textarea-loading-bar{position:absolute;right:0;bottom:-2px;left:0;z-index:4;height:2px;overflow:hidden;border-radius:999px;pointer-events:none;background:rgba(59,130,246,.16);box-shadow:0 0 10px rgba(59,130,246,.18)}.prompt-textarea-loading-bar:after{content:"";position:absolute;top:0;bottom:0;left:0;width:38%;border-radius:inherit;background:linear-gradient(90deg,transparent,var(--accent),var(--accent-hover),transparent);animation:prompt-textarea-loading 1.15s ease-in-out infinite}.prompt-enhancer-loading{position:absolute;inset:-6px;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;pointer-events:auto;background:radial-gradient(circle at center,rgba(59,130,246,.16),transparent 34%),color-mix(in srgb,var(--surface-elevated) 70%,transparent);border:1px solid var(--accent-border);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.prompt-enhancer-loading:before{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.2),var(--accent),rgba(59,130,246,.2),transparent);animation:prompt-enhancer-sweep 1.35s ease-in-out infinite}.prompt-enhancer-spinner{width:26px;height:26px;border-radius:999px;border:2px solid var(--subtle-border-strong);border-top-color:var(--accent);box-shadow:0 0 18px var(--accent-glow);animation:prompt-enhancer-spin .8s linear infinite}.prompt-panel.compact{padding:12px 14px;gap:0;max-width:900px;border-radius:14px;order:3}.prompt-panel.compact.follow-up{max-width:1200px}.compact-prompt-row{display:flex;flex-direction:column;align-items:stretch;gap:10px}.prompt-textarea-wrap.compact{width:100%;min-width:0}.prompt-textarea.compact{min-height:40px;max-height:160px;font-size:.95rem;line-height:1.4;padding:8px 10px 8px 0}.prompt-textarea-wrap.compact .prompt-enhancer-loading{inset:-4px;border-radius:10px}.prompt-textarea-wrap.compact .prompt-textarea-loading-bar{bottom:-1px}.prompt-textarea-wrap.compact .prompt-enhancer-spinner{width:18px;height:18px}.compact-prompt-actions{justify-content:space-between;flex-wrap:wrap}.compact-prompt-actions,.compact-prompt-actions-group{display:flex;align-items:center;gap:8px}.prompt-textarea::placeholder{color:var(--text-muted)}.prompt-enhancer-actions{position:absolute;top:0;right:0;z-index:3;display:flex;align-items:center;gap:8px}.prompt-clarifier{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:12px;border:1px solid var(--accent-border);background:var(--accent-soft);box-shadow:inset 0 0 18px rgba(59,130,246,.08)}.prompt-clarifier-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.prompt-clarifier-question{flex:0 1 180px;color:var(--text);font-size:.88rem;line-height:1.3}.prompt-clarifier-options{flex:1 1 360px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.prompt-clarifier-option{padding:7px 12px;font-size:.82rem}.prompt-clarifier-input{flex:1 1 140px;min-width:120px;max-width:220px;padding:7px 10px;border-radius:999px;border:1px solid var(--border);background:var(--subtle-fill-strong);color:var(--text);font-size:.82rem;outline:none}.prompt-clarifier-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.prompt-clarifier-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.prompt-clarifier-submit{padding:8px 16px}.prompt-clarifier-skip{padding:8px 14px;font-size:.85rem}@keyframes prompt-enhancer-spin{to{transform:rotate(1turn)}}@keyframes prompt-enhancer-sweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes prompt-textarea-loading{0%{transform:translateX(-120%)}to{transform:translateX(270%)}}.reference-assets-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reference-assets-row.compact{margin-top:10px;padding-top:10px;justify-content:flex-end;border-top:1px solid var(--subtle-border)}.reference-assets-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reference-assets-row.compact .reference-assets-strip{flex:0 1 auto;justify-content:flex-end;min-width:0}.reference-asset-chip{display:inline-flex;align-items:center;gap:10px;max-width:280px;padding:6px 10px 6px 6px;border-radius:999px;background:var(--subtle-fill);border:1px solid var(--border)}.reference-assets-row.compact .reference-asset-chip{max-width:220px;padding:5px 8px 5px 5px}.reference-asset-thumb{width:34px;height:34px;object-fit:cover;border-radius:999px;border:1px solid var(--subtle-border);background:var(--surface);flex-shrink:0}.reference-asset-video-thumb{display:block}.reference-asset-kind-thumb{display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--accent);background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.35)}.reference-asset-kind-model{color:#c084fc;background:rgba(192,132,252,.12);border-color:rgba(192,132,252,.35)}.reference-asset-kind-audio{color:#4ade80;background:rgba(74,222,128,.12);border-color:rgba(74,222,128,.35)}.reference-assets-row.compact .reference-asset-thumb{width:28px;height:28px}.reference-asset-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.85rem}.reference-asset-name.reference-asset-mention{padding:0;background:transparent;border:none;cursor:pointer;transition:color .15s ease}.reference-asset-name.reference-asset-mention:hover:not(:disabled){color:var(--accent)}.reference-asset-name.reference-asset-mention:disabled{cursor:default}.asset-mention-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:170;min-width:240px;max-width:340px;max-height:236px;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:var(--panel-shadow-strong);animation:fadeIn .14s ease}.prompt-textarea-wrap.compact .asset-mention-menu{top:auto;bottom:calc(100% + 8px)}.asset-mention-item{display:flex;align-items:center;gap:10px;padding:6px 8px;background:transparent;border:none;border-radius:9px;color:var(--text-muted);font-size:.85rem;text-align:left;cursor:pointer;transition:all .15s}.asset-mention-item.active{background:var(--accent-soft);color:var(--accent)}.asset-mention-item .reference-asset-thumb{width:28px;height:28px}.asset-mention-token{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-asset-remove{width:24px;height:24px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--text-muted);cursor:pointer;flex-shrink:0;transition:background .2s ease,color .2s ease}.reference-asset-remove:hover:not(:disabled){background:var(--subtle-fill-strong);color:var(--text)}.reference-asset-remove:disabled{opacity:.45;cursor:not-allowed}.controls-row{justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:20px;gap:16px}.controls-row,.pills-group{display:flex;flex-wrap:wrap}.pills-group{gap:8px}.controls-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.divider{width:1px;height:24px;background:var(--border)}.pill{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);padding:8px 16px;border-radius:99px;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:all .2s}.pill:hover:not(:disabled){background:var(--surface-hover);color:var(--text);border-color:var(--border-hover)}.pill:disabled{cursor:not-allowed;opacity:.55}.pill.active{background:var(--accent-soft);color:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 10px var(--accent-glow)}.pill.active:disabled{opacity:.78}.provider-logo{width:1.1em;height:1.1em;object-fit:contain;display:inline-block;vertical-align:-.18em;margin-right:.45em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.model-pill-row .provider-logo,.toolbar-dropdown-trigger>.provider-logo{width:1.2em;height:1.2em}.toolbar-dropdown-trigger>.provider-logo{margin-right:0;vertical-align:baseline}.generation-cancel-row{display:flex;justify-content:flex-end}.generation-cancel-button{padding:6px 14px;font-size:.8rem}.generation-cancel-button:hover:not(:disabled){color:var(--error);border-color:var(--error);background:var(--danger-bg)}.prompt-mode-toggle{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:var(--subtle-fill);border:1px solid var(--border)}.prompt-mode-pill{border:1px solid transparent;background:transparent;padding:5px 13px;font-size:.8rem}.prompt-mode-pill:hover:not(:disabled):not(.active){border-color:transparent}.prompt-plan-thread{display:flex;flex-direction:column;gap:14px;padding:6px 2px 14px;margin-bottom:12px;border-bottom:1px solid var(--border)}.plan-messages{display:flex;flex-direction:column;gap:12px;max-height:420px;overflow-y:auto;scrollbar-width:thin}.plan-message{max-width:85%;padding:12px 16px;border-radius:16px;font-size:.9rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.plan-message.user{align-self:flex-end;background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--text);border-bottom-right-radius:6px}.plan-message.assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-bottom-left-radius:6px}.plan-message-pending{display:inline-flex;align-items:center;min-height:40px}.plan-message-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(59,130,246,.25);border-top:2px solid var(--accent);animation:prompt-enhancer-spin .8s linear infinite}.plan-error{margin:0}.plan-clarifier{margin-top:4px}.plan-ready-row{display:flex;align-items:center;justify-content:flex-start;gap:8px}.plan-generate-btn,.plan-ready-btn{width:auto;min-width:0;padding:0 18px;height:38px;border-radius:10px;font-size:.9rem;font-weight:600}.plan-draft{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:14px;border:1px solid var(--accent-border);background:var(--accent-soft)}.plan-draft-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.plan-draft-copy{margin-left:auto}.plan-draft-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:700}.plan-draft-title{font-size:.95rem;font-weight:600;color:var(--text)}.plan-draft-brief{font-size:.88rem;line-height:1.55;color:var(--text-muted);white-space:pre-wrap;overflow-wrap:anywhere;max-height:200px;overflow-y:auto;scrollbar-width:thin}.plan-draft-questions-label{font-size:.82rem;color:var(--text-muted)}.plan-draft-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.plan-draft-use{height:38px;padding:0 16px}.style-picker{position:relative;flex:1 1 250px;min-width:230px}.style-trigger{width:100%;min-height:40px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.style-trigger.active,.style-trigger:hover:not(:disabled){color:var(--text);background:var(--surface-hover);border-color:var(--accent);box-shadow:inset 0 0 10px var(--accent-glow)}.style-trigger:disabled{cursor:not-allowed;opacity:.55}.style-trigger span{font-size:.78rem;color:var(--text-muted)}.style-trigger strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.9rem}.style-panel{position:fixed;top:50%;left:50%;z-index:180;width:min(840px,calc(100vw - 40px));max-height:min(78vh,700px);overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:10px;transform:translate(-50%,-50%);border-radius:12px;border:1px solid var(--accent-border);background:color-mix(in srgb,var(--surface-elevated) 96%,transparent);box-shadow:var(--panel-shadow-strong),0 0 24px var(--accent-glow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.style-create-panel,.style-filter-tabs,.style-panel-actions,.style-panel-toolbar{display:flex;gap:8px}.style-panel-toolbar{align-items:center;justify-content:space-between;flex-wrap:wrap}.style-clear-button,.style-create-toggle,.style-filter-tab,.style-like-button,.style-save-button{min-height:30px;border-radius:999px;border:1px solid var(--border);background:var(--subtle-fill-strong);color:var(--text-muted);font-size:.74rem;cursor:pointer;transition:background .18s,border-color .18s,color .18s}.style-clear-button,.style-create-toggle,.style-filter-tab,.style-save-button{padding:6px 11px}.style-clear-button.active,.style-clear-button:hover,.style-create-toggle:hover:not(:disabled),.style-filter-tab.active,.style-filter-tab:hover,.style-like-button.active,.style-like-button:hover,.style-save-button:hover:not(:disabled){color:var(--text);border-color:var(--accent-border);background:var(--accent-soft)}.style-create-toggle:disabled,.style-save-button:disabled{cursor:not-allowed;opacity:.55}.style-create-panel{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.style-create-panel input,.style-create-panel textarea{min-width:0;border:1px solid var(--border);border-radius:8px;background:var(--subtle-fill-strong);color:var(--text);padding:9px 10px;font:inherit;font-size:.78rem}.style-create-panel textarea{grid-column:1/-1;min-height:88px;resize:vertical}.style-image-upload-row{grid-column:1/-1;display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.style-image-upload-row .style-image-upload-button{padding:7px 12px;font-size:.76rem}.style-image-strip{flex:1 1 240px;min-width:0}.style-image-chip{max-width:220px}.style-create-panel input::placeholder,.style-create-panel textarea::placeholder{color:var(--text-subtle)}.style-create-panel.style-image-drag-over textarea{border-color:var(--accent);border-style:dashed;box-shadow:0 0 18px var(--accent-glow)}.style-save-button{justify-self:end;min-width:96px}.style-empty-state,.style-panel-error{color:var(--danger);font-size:.78rem;line-height:1.35}.style-empty-state{color:var(--text-muted);padding:18px}.skill-error{color:var(--danger);font-size:.78rem;padding:6px 12px}.skill-section-label{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-weight:700;padding:8px 12px 4px}.skill-panel-title{font-size:.8rem;font-weight:600;color:var(--text);align-self:center;padding:0 2px}.skill-captured{border-bottom:1px solid var(--border);padding-bottom:6px}.skill-list{display:flex;flex-direction:column;max-height:320px;overflow-y:auto;scrollbar-width:thin}.skill-row{display:flex;align-items:center;gap:4px;padding:4px 8px;border-bottom:1px solid var(--subtle-border)}.skill-row.selected{background:var(--accent-soft)}.skill-row-select{flex:1 1;display:flex;align-items:center;gap:8px;min-width:0;padding:6px 4px;background:none;border:none;color:var(--text);cursor:pointer;text-align:left}.skill-row-check{width:16px;flex-shrink:0;color:var(--accent);font-weight:700}.skill-row-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.skill-row-kind{font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);border-radius:5px;padding:1px 5px}.skill-row-action,.skill-row-kind{flex-shrink:0;color:var(--text-muted)}.skill-row-action{background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;padding:3px 7px;font-size:.85rem}.skill-row-action:hover:not(:disabled){color:var(--text);border-color:var(--border-hover,var(--border))}.skill-row-save{color:var(--accent);font-size:.75rem;font-weight:600}.skill-row-auto{font-size:.62rem;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border)}.skill-row-auto.on{color:var(--accent);border-color:var(--accent)}.skill-row-block{flex-direction:column;align-items:stretch;gap:0}.skill-row-header{display:flex;align-items:center;gap:4px}.skill-row-logo{height:16px;width:auto;align-self:flex-start;margin:0 0 6px 32px;opacity:.85}.skill-row-expand{transition:transform .15s ease}.skill-row-expand.open{transform:rotate(180deg)}.skill-row-summary{font-size:.78rem;line-height:1.55;color:var(--text-muted);margin:0 8px 8px 32px}.style-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.style-card{position:relative;min-width:0;padding:0;overflow:hidden;border-radius:8px;border:1px solid var(--border);background:var(--subtle-fill);transition:background .18s,border-color .18s,transform .18s,box-shadow .18s}.style-card,.style-card-select{min-height:116px;color:var(--text)}.style-card-select{width:100%;display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:stretch;padding:8px 58px 8px 8px;border:0;background:transparent;text-align:left;cursor:pointer}.style-card.active,.style-card:hover{background:var(--accent-soft);border-color:var(--accent-border);box-shadow:inset 0 0 14px rgba(59,130,246,.1)}.style-card:hover{transform:translateY(-1px)}.style-like-button{position:absolute;top:8px;right:8px;min-height:26px;padding:4px 8px;font-size:.68rem}.style-card-image{position:relative;overflow:hidden;border-radius:6px;border:1px solid var(--subtle-border);background:var(--preview-bg)}.style-card-image img{width:100%;height:100%;min-height:98px;object-fit:cover;display:block}.style-card-copy{min-width:0;display:flex;flex-direction:column;gap:7px;justify-content:center}.style-card-copy strong{color:var(--text);font-size:.92rem;line-height:1.15}.style-card-copy>span:not(.style-card-tags){color:var(--text-muted);font-size:.78rem;line-height:1.35}.style-card-tags{display:flex;gap:5px;flex-wrap:wrap}.style-card-tags span{padding:3px 7px;border-radius:999px;border:1px solid var(--subtle-border);background:var(--subtle-fill-strong);color:var(--text-muted);font-size:.68rem;line-height:1.1}.duration-slider{display:flex;align-items:center;gap:12px;min-width:180px}.duration-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:160px;height:4px;background:var(--border);border-radius:99px;outline:none;cursor:pointer;transition:background .2s}.duration-slider input[type=range]:hover:not(:disabled){background:var(--border-hover)}.duration-slider input[type=range]:disabled{opacity:.5;cursor:not-allowed}.duration-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent-glow);cursor:pointer;border:none;-webkit-transition:transform .15s;transition:transform .15s}.duration-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.duration-slider input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent-glow);cursor:pointer;border:none}.duration-slider-value{color:var(--text-muted);font-size:.85rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:32px;text-align:right}.generate-btn{background:var(--accent);color:#ffffff;border:none;padding:10px 28px;border-radius:99px;font-weight:600;cursor:pointer;box-shadow:0 0 15px var(--accent-glow);transition:all .2s;margin-left:auto}.generate-btn:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 0 25px var(--accent-glow)}.generate-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.prompt-toolbar{gap:10px;padding-top:16px;flex-wrap:nowrap}.prompt-toolbar-group{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.prompt-toolbar-right{margin-left:auto;flex-wrap:nowrap;flex:none}.toolbar-icon-btn{width:36px;height:36px;flex:none;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);cursor:pointer;transition:all .2s}.toolbar-icon-btn.open,.toolbar-icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--text);border-color:var(--border-hover)}.toolbar-icon-btn.open{color:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 10px var(--accent-glow)}.toolbar-icon-btn:disabled{opacity:.55;cursor:not-allowed}.toolbar-dropdown{position:relative;flex:none}.toolbar-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 12px}.toolbar-chevron{opacity:.55;transition:transform .2s}.toolbar-dropdown-trigger.open .toolbar-chevron{transform:rotate(180deg)}.toolbar-dropdown-trigger.open{color:var(--text);background:var(--surface-hover);border-color:var(--accent);box-shadow:inset 0 0 10px var(--accent-glow)}.toolbar-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:170;min-width:168px;padding:6px;display:flex;flex-direction:column;gap:2px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:var(--panel-shadow-strong);animation:fadeIn .14s ease;overflow-y:auto}.prompt-toolbar-right .toolbar-menu{left:auto;right:0}.toolbar-menu.drop-up{top:auto;bottom:calc(100% + 8px)}.toolbar-menu-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:transparent;border:none;border-radius:9px;color:var(--text-muted);font-size:.85rem;text-align:left;cursor:pointer;white-space:nowrap;transition:all .15s}.toolbar-menu-item:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.toolbar-menu-item.active{background:var(--accent-soft);color:var(--accent)}.toolbar-menu-item:disabled{opacity:.45;cursor:not-allowed}.model-trigger{background:var(--accent-soft);border-color:var(--accent-border);color:var(--text)}.model-trigger:hover:not(:disabled){background:var(--accent-soft-strong);border-color:var(--accent)}.model-trigger-provider{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);background:var(--accent-soft-strong);padding:2px 8px;border-radius:99px}.prompt-settings-menu{min-width:384px;padding:14px;gap:14px}.prompt-settings-row{display:flex;align-items:center;gap:16px}.prompt-settings-label{color:var(--text-muted);font-size:.8rem;width:76px;flex:none}.prompt-settings-options{display:inline-flex;gap:6px;flex-wrap:wrap}.prompt-settings-pill{padding:6px 13px;font-size:.8rem}.prompt-settings-value{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-menu-group-label{display:flex;align-items:center;padding:6px 12px 2px;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.prompt-overlay-anchor{display:contents}.send-btn{width:40px;height:40px;flex:none;padding:0;margin-left:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.send-btn-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;animation:prompt-enhancer-spin .8s linear infinite}.toolbar-btn-spinner{width:14px;height:14px;border-color:var(--subtle-border-strong);border-top-color:var(--text-muted)}.prompt-toolbar .style-picker{flex:0 1 auto;min-width:0}.prompt-toolbar .style-trigger{width:auto;max-width:230px;min-height:36px;padding:6px 12px;gap:8px}.prompt-toolbar .style-trigger strong{font-size:.85rem;font-weight:500}.prompt-toolbar .duration-slider{min-width:0;gap:10px;min-height:36px;padding:0 14px;background:var(--surface);border:1px solid var(--border);border-radius:999px;transition:background .2s,border-color .2s}.prompt-toolbar .duration-slider:hover{background:var(--surface-hover);border-color:var(--border-hover)}.prompt-toolbar .duration-slider input[type=range]{width:104px}.prompt-toolbar .duration-slider input[type=range]::-webkit-slider-thumb{width:14px;height:14px}.prompt-toolbar .duration-slider-value{font-size:.8rem;min-width:24px}.reference-assets-row[hidden]{display:none}@media (max-width:900px){.prompt-toolbar{flex-wrap:wrap}}.prompt-enhancer-undo{padding:8px 14px;font-size:.85rem}.prompt-enhancer-error{margin-top:4px}.prompt-enhancer-keybox{display:flex;flex-direction:column;gap:12px}.prompt-enhancer-keybox-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.prompt-enhancer-keybox-input{flex:1 1 240px;min-width:200px;padding:8px 12px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:.9rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.prompt-enhancer-keybox-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.api-key-modal-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.api-key-modal{display:flex;flex-direction:column;gap:14px;width:min(420px,calc(100vw - 32px));padding:20px;border-radius:14px;background:var(--surface-elevated);border:1px solid var(--border);box-shadow:0 0 40px var(--accent-glow),var(--panel-shadow-strong)}.api-key-modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.95rem}.api-key-modal-close{border:none;background:transparent;color:var(--text-muted);font-size:1.2rem;line-height:1;padding:2px 6px;border-radius:6px;cursor:pointer}.api-key-modal-close:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.api-key-modal-providers{display:flex;flex-wrap:wrap;gap:8px}.api-key-modal-input{width:100%;padding:10px 12px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:.9rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.api-key-modal-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.api-key-modal-error{color:var(--error);font-size:.85rem}.api-key-modal-note{color:var(--text-muted);font-size:.85rem;line-height:1.5;margin:0}.api-key-modal-save{width:100%}.results-panel{order:1;width:100%;max-width:1200px;display:flex;flex-direction:column;gap:20px;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.backend-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.backend-status-grid.single{grid-template-columns:minmax(0,1fr)}.backend-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px}.backend-card[data-status=done]{border-color:color-mix(in srgb,var(--success) 40%,transparent)}.backend-card[data-status=error]{border-color:color-mix(in srgb,var(--error) 45%,transparent)}.backend-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.backend-card-header strong{font-size:1rem}.generation-preview-progress{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:32px;box-sizing:border-box}.generation-preview-progress .progress-bar{width:60%;max-width:360px}.progress-bar{position:relative;width:100%;height:6px;background:var(--subtle-fill-strong);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;background:var(--text-muted);width:0;transition:width .3s ease,background-color .2s ease}.progress-bar[data-status=idle] .progress-bar-fill,.progress-bar[data-status=queued] .progress-bar-fill{width:8%}.progress-bar[data-status=rendering] .progress-bar-fill,.progress-bar[data-status=writing] .progress-bar-fill{width:40%;background:linear-gradient(90deg,transparent 0,var(--accent) 50%,transparent 100%);animation:progress-indeterminate 1.4s ease-in-out infinite}.progress-bar[data-status=done] .progress-bar-fill{width:100%;background:var(--success)}.progress-bar[data-status=error] .progress-bar-fill{width:100%;background:var(--error)}@keyframes progress-indeterminate{0%{transform:translateX(-100%)}to{transform:translateX(250%)}}.backend-error{margin:0;color:var(--error);font-size:.85rem;overflow-wrap:anywhere}.backend-error-detail{margin:6px 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.deploy-update-pill{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;align-items:center;gap:12px;padding:8px 10px 8px 16px;border-radius:999px;background:color-mix(in srgb,var(--surface-elevated) 92%,transparent);border:1px solid var(--border);box-shadow:0 8px 30px rgba(0,0,0,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text);font-size:.82rem}.deploy-update-pill button{padding:5px 14px;border-radius:999px;border:0;background:var(--accent);color:#05121b;font-weight:700;font-size:.8rem;cursor:pointer}.deploy-update-pill button:hover{filter:brightness(1.08)}.backend-progress-detail{margin:6px 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.generation-error-box{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:flex-start;padding:16px;color:var(--error)}.generation-error-box small{color:var(--text-muted);line-height:1.4;overflow-wrap:anywhere}.error-cause{margin-top:8px;width:100%}.error-cause-toggle{background:none;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:.72rem;padding:3px 10px}.error-cause-toggle:hover{color:var(--text)}.error-cause-body{margin-top:8px;display:flex;flex-direction:column;gap:8px}.error-cause-raw{margin:0;padding:10px 12px;background:rgba(0,0,0,.35);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.72rem;line-height:1.45;max-height:220px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left}.error-cause-logs{width:100%}.error-cause-logs-label{display:block;margin-bottom:4px;color:var(--text-muted);font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.generation-stall-notice{margin:6px 0 0;color:#f0b429;font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.pe-monitor-notice{padding:6px 12px;background:rgba(240,180,41,.08);border-top:1px solid rgba(240,180,41,.25);color:#f0b429;font-size:.74rem;line-height:1.4;overflow-wrap:anywhere}.tabs{display:flex;gap:8px;background:var(--surface-elevated);padding:6px;border-radius:12px;border:1px solid var(--border);width:max-content;margin:0 auto}.tab-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0}.tab-icon svg{width:26px;height:26px}.tab{background:transparent;border:none;color:var(--text-muted);font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s}.tab:hover:not(.active){color:var(--text);background:var(--surface-hover)}.tab.active{background:var(--surface-hover);color:var(--accent);box-shadow:0 2px 8px var(--accent-glow)}.tab-content{background:var(--surface-elevated);border:1px solid var(--border);border-radius:20px;overflow:hidden;min-height:400px}.tab-content.editor-tab-content{min-height:0}.video-preview-box{width:100%;aspect-ratio:16/9;background:var(--preview-bg);display:flex;align-items:center;justify-content:center}.video-preview-box video{width:100%;height:100%;object-fit:contain}.generation-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;padding:20px}.generation-preview-panel{display:flex;flex-direction:column;gap:12px;padding:20px}.generation-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.generation-preview-shell{position:relative;width:100%;aspect-ratio:16/9;background:var(--preview-bg);border:1px solid var(--border);border-radius:16px;overflow:hidden}.generation-preview-frame,.generation-preview-shell video{width:100%;height:100%;border:0;display:block;background:var(--preview-bg);object-fit:contain}.dual-player-shell{display:flex;flex-direction:column;gap:16px;padding:20px}.dual-player-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dual-player-range{flex:1 1;min-width:180px}.dual-player-time{color:var(--text-muted);font-size:.85rem}.dual-player-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.dual-player-panel{display:flex;flex-direction:column;gap:12px}.dual-player-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dual-player-video-shell{position:relative;width:100%;aspect-ratio:16/9;background:var(--preview-bg);border:1px solid var(--border);border-radius:16px;overflow:hidden}.dual-player-video-shell video{width:100%;height:100%;object-fit:contain}.dual-player-video-shell:-webkit-full-screen,.generation-preview-shell:-webkit-full-screen{width:100vw;height:100vh;aspect-ratio:auto;border:0;border-radius:0;display:flex;align-items:center;justify-content:center}.dual-player-video-shell:fullscreen,.generation-preview-shell:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;border:0;border-radius:0;display:flex;align-items:center;justify-content:center}.dual-player-video-shell:-webkit-full-screen video,.generation-preview-shell:-webkit-full-screen video{width:100%;height:100%;object-fit:contain}.dual-player-video-shell:fullscreen video,.generation-preview-shell:fullscreen video{width:100%;height:100%;object-fit:contain}.video-overlay-actions{position:absolute;top:12px;right:12px;z-index:3;display:flex;align-items:center;gap:8px}.video-overlay-actions.left{right:auto;left:12px}.video-overlay-button.edit-focus-button[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.dual-player-panel.edit-focused .dual-player-video-shell{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.prompt-reveal-button,.video-overlay-button{width:40px;height:40px;border-radius:999px}.prompt-reveal-button,.prompt-reveal-close,.video-overlay-button{border:1px solid var(--border);background:rgba(10,10,10,.72);color:var(--text);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s,color .2s}.video-overlay-button{padding:0;cursor:pointer}.prompt-reveal-button:hover,.prompt-reveal-button[aria-expanded=true],.prompt-reveal-close:hover,.video-overlay-button:focus-visible,.video-overlay-button:hover:not(:disabled){background:var(--surface-hover);border-color:var(--accent);color:var(--accent)}.video-overlay-button:disabled{cursor:progress;opacity:.7}.prompt-reveal-backdrop{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.38);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prompt-reveal-dialog{position:relative;width:min(560px,calc(100vw - 48px));max-height:min(70vh,640px);overflow:auto;padding:18px 54px 18px 18px;border:1px solid var(--border);border-radius:16px;background:rgba(12,15,24,.96);box-shadow:0 18px 60px rgba(0,0,0,.48),0 0 36px var(--accent-glow)}.prompt-reveal-dialog p{margin:0;color:var(--text);font-size:.9rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.prompt-reveal-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:999px}.prompt-reveal-skills{display:flex;flex-direction:column;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.prompt-reveal-skills-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.prompt-reveal-skills-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.prompt-reveal-skill{padding:5px 12px;border-radius:999px;border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:500;white-space:nowrap;box-shadow:inset 0 0 10px var(--accent-glow)}.generation-skill-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.generation-skill-chip{padding:4px 11px;border-radius:999px;border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:500;white-space:nowrap;box-shadow:inset 0 0 10px var(--accent-glow)}.generation-version-strip{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:0 2px 10px;margin-bottom:10px;border-bottom:1px solid var(--border)}.generation-version-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.generation-version-chip:hover{border-color:var(--accent-border);color:var(--text)}.generation-version-chip.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 10px var(--accent-glow)}.generation-version-chip[data-status=error]{border-color:var(--danger-bg);color:var(--error)}.generation-version-model{color:color-mix(in srgb,currentColor 72%,var(--text-muted));font-size:.66rem}.generation-version-spinner{width:10px;height:10px;border-radius:50%;border:2px solid var(--accent-border);border-top-color:var(--accent);animation:history-status-spin .9s linear infinite}.empty-box{color:var(--text-muted);font-size:1rem}.history-sidebar{position:fixed;top:0;left:0;width:var(--history-sidebar-width);height:100vh;background:var(--history-sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border);z-index:100;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--panel-shadow);animation:slideIn .3s ease}.history-sidebar-header{flex-shrink:0;padding:16px 12px 10px;border-bottom:1px solid var(--border);background:var(--history-sidebar-header-bg)}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.history-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--border)}.history-header h3{margin:0;font-size:.95rem;color:var(--text-muted);font-weight:500}.history-header button{background:transparent;border:none;color:var(--text-muted);font-size:1.3rem;cursor:pointer;line-height:1}.history-header button:hover{color:var(--text)}.history-list{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.history-sidebar .history-list{flex:1 1;min-height:0;padding:10px 10px 16px;gap:6px}.history-sidebar .history-new-chat{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 14px;border:none;border-radius:10px;background:var(--primary-action-bg);color:var(--primary-action-text);font-weight:600;cursor:pointer;transition:background .15s,transform .15s}.history-sidebar .history-new-chat:hover{background:var(--primary-action-bg-hover)}.history-sidebar .history-new-chat:active{transform:scale(.99)}.history-sidebar .history-new-chat-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--primary-action-icon-bg);color:var(--primary-action-text);flex-shrink:0}.history-sidebar .history-new-chat-label{font-size:.9rem;line-height:1}.history-sidebar .history-section-label{padding:6px 12px 2px;font-size:.7rem;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;opacity:.7}.history-item{background:var(--surface);border:1px solid var(--border);padding:16px;border-radius:12px;cursor:pointer;transition:all .2s}.history-item:hover{border-color:var(--border-hover);background:var(--surface-hover)}.history-item.active{border-color:var(--accent);background:var(--accent-soft)}.history-item strong{display:block;margin-bottom:4px;color:var(--text)}.history-item span{font-size:.85rem;color:var(--text-muted)}.history-item p{margin:8px 0 0;font-size:.9rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-sidebar .history-item{background:transparent;border:none;padding:12px;border-radius:10px;transition:background .15s;display:flex;align-items:center;gap:14px;min-width:0;text-align:left}.history-sidebar .history-item:hover{background:var(--surface-hover)}.history-sidebar .history-item.active{background:transparent;border:none}.history-item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1 1;min-width:0;color:var(--text);font-size:.95rem;line-height:1.45;overflow:hidden}.history-item-thumb{width:96px;height:64px;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--subtle-fill-strong);border:1px solid var(--subtle-border)}.history-item-thumb-empty{display:inline-block;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(59,130,246,.12))}.history-item-row{position:relative;display:flex;align-items:center;border-radius:10px;transition:background .15s}.history-item-row:hover{background:var(--surface-hover)}.history-item-row.active{box-shadow:inset 0 0 0 1px var(--accent-border),0 0 14px var(--accent-glow)}.history-item-row.active,.history-item-row.active:hover{background:linear-gradient(90deg,var(--accent-soft-strong) 0,var(--accent-soft) 100%)}.history-sidebar .history-item-row .history-item{flex:1 1;min-width:0;background:transparent;padding:12px 36px 12px 12px}.history-item-delete,.history-sidebar .history-item-row .history-item:hover,.history-sidebar .history-item-row.active .history-item{background:transparent}.history-item-delete{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;transition:color .15s,background .15s}.history-item-delete:focus-visible,.history-item-row:hover .history-item-delete{display:inline-flex}.history-item-status{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;pointer-events:none}.history-item-row:hover .history-item-status{display:none}.history-item-status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 6px rgba(59,130,246,.55)}.history-item-status-spinner{width:12px;height:12px;border-radius:50%;border:2px solid var(--accent-border);border-top-color:var(--accent);animation:history-status-spin .9s linear infinite}.history-item-row.generating:hover .history-item-status{display:inline-flex}.history-item-row.generating .history-item-delete{display:none}.history-item-row.unread{background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-border),0 0 12px var(--accent-glow)}.history-item-row.unread:hover{background:var(--accent-soft-strong)}.history-item-row.unread .history-item-title{color:var(--text)}@keyframes history-status-spin{to{transform:rotate(1turn)}}.history-item-delete:hover{color:var(--error);background:var(--danger-bg)}.history-button{width:100%;text-align:left}.empty-history{margin:0;color:var(--text-muted);padding:8px 0}.status-banner{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border-radius:16px;overflow-wrap:anywhere}.error-banner{border-color:color-mix(in srgb,var(--error) 50%,transparent);background:var(--danger-bg)}.warning-banner{border-color:color-mix(in srgb,var(--warning) 45%,transparent);background:var(--warning-bg)}.success-banner{border-color:color-mix(in srgb,var(--success) 45%,transparent);background:var(--success-bg)}.auth-page-shell{min-height:100vh}.auth-page-content{justify-content:center}.auth-card{max-width:480px}.auth-copy h1,.settings-card-copy h1{margin:0;font-size:1.4rem}.settings-card-copy h1{font-size:1.75rem}.auth-copy p,.settings-card-copy p{margin:8px 0 0;color:var(--text-muted);line-height:1.5}.settings-card-copy p{font-size:1.05rem;margin-top:12px}.auth-form,.settings-form{display:flex;flex-direction:column;gap:14px}.settings-form{gap:18px}.settings-card .auth-label{font-size:1rem}.settings-card .auth-input{font-size:1rem;padding:16px 18px}.auth-label{display:flex;flex-direction:column;gap:8px;color:var(--text-muted);font-size:.9rem}.auth-input{width:100%;border-radius:14px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:14px 16px;outline:none}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(59,130,246,.18)}.auth-submit{margin-left:0}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.8rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-whop-btn{display:flex;justify-content:center;text-decoration:none}.auth-links{display:flex;gap:16px;flex-wrap:wrap}.auth-links a,.history-link{color:var(--text);text-decoration:none}.auth-links a:hover,.history-link:hover{color:var(--accent-hover)}.settings-shell{width:100%;max-width:1480px;margin:0 auto;flex-direction:row;align-items:flex-start;gap:36px}.settings-sidebar{width:260px;display:flex;flex-direction:column;gap:10px;position:-webkit-sticky;position:sticky;top:24px}.settings-nav-link{border:1px solid var(--border);border-radius:14px;padding:14px 18px;text-decoration:none;color:var(--text-muted);background:var(--subtle-fill);font-size:1.05rem}.settings-nav-link:hover{color:var(--text);border-color:var(--border-hover);background:var(--surface-hover)}.settings-content{flex:1 1;width:100%}.settings-card{max-width:960px;padding:32px;gap:24px}.settings-loading{max-width:960px;min-height:320px;border-radius:18px;border:1px solid var(--subtle-border);background:linear-gradient(110deg,var(--subtle-fill) 35%,var(--accent-soft) 50%,var(--subtle-fill) 65%);background-size:220% 100%;animation:settings-loading-sweep 1.4s ease-in-out infinite}@keyframes settings-loading-sweep{0%{background-position:120% 0}to{background-position:-120% 0}}.settings-kv{color:var(--text-muted);font-size:1.05rem}.settings-actions{display:flex;gap:12px;flex-wrap:wrap}.settings-cancel-btn{border-color:color-mix(in srgb,var(--error) 45%,transparent);color:var(--error)}.settings-cancel-btn:hover{background:var(--danger-bg);border-color:var(--error)}.provider-settings-list{display:flex;flex-direction:column;gap:18px}.provider-settings-card{border:1px solid var(--border);border-radius:16px;padding:18px;background:var(--subtle-fill)}.provider-settings-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.provider-settings-header h2{margin:0;font-size:1.2rem}.settings-textarea{min-height:120px;resize:vertical}.model-pill-row{display:flex;gap:10px;flex-wrap:wrap}.settings-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.engine-choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.engine-choice{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:18px 20px;border-radius:16px;border:1px solid var(--border);background:var(--subtle-fill);text-align:left;cursor:pointer;transition:all .2s}.engine-choice:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-hover)}.engine-choice:disabled{cursor:not-allowed;opacity:.55}.engine-choice.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:inset 0 0 14px var(--accent-glow)}.engine-choice-name{color:var(--text);font-size:1.05rem;font-weight:600}.engine-choice.active .engine-choice-name{color:var(--accent)}.engine-status-chip{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.9rem;white-space:nowrap}.engine-status-dot{flex:none;width:8px;height:8px;border-radius:50%;background:var(--text-subtle)}.engine-status-chip[data-tone=ok] .engine-status-dot{background:var(--success);box-shadow:0 0 8px color-mix(in srgb,var(--success) 55%,transparent)}.engine-status-chip[data-tone=warn] .engine-status-dot{background:var(--warning)}.engine-status-chip[data-tone=error] .engine-status-dot{background:var(--error)}.engine-status-chip[data-pulse=true] .engine-status-dot{animation:engine-status-pulse 1.3s ease-in-out infinite}@keyframes engine-status-pulse{0%,to{opacity:1}50%{opacity:.35}}.settings-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 16px;padding-top:22px;border-top:1px solid var(--subtle-border)}.settings-row-label{color:var(--text);font-size:1rem;font-weight:600}.settings-row-note{margin:-12px 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.engine-inline-banner{padding:12px 16px;border:1px solid transparent;font-size:.95rem}.engine-banner-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.fast-key-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fast-key-row .auth-input{flex:1 1 240px;width:auto}.runner-advanced{border-top:1px solid var(--subtle-border);padding-top:22px;display:grid;grid-gap:16px;gap:16px}.runner-advanced summary{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:9px;list-style:none;cursor:pointer;color:var(--text-muted);font-size:.95rem;font-weight:600}.runner-advanced summary::-webkit-details-marker{display:none}.runner-advanced summary:before{content:"";width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(-45deg);transition:transform .2s}.runner-advanced[open] summary:before{transform:rotate(45deg)}.runner-advanced summary:hover{color:var(--text)}@media (max-width:720px){.engine-choice-row{grid-template-columns:minmax(0,1fr)}}.engine-save-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.engine-save-status{color:var(--text-muted);font-size:.9rem;line-height:1}.engine-save-status[data-state=saved]{color:var(--success)}.engine-save-status[data-state=unsaved]{color:var(--warning)}.local-runner-setup{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:16px;background:var(--subtle-fill);padding:16px;color:var(--text-muted)}.local-runner-status{align-items:center}.local-runner-status-label{color:var(--text);font-weight:700;white-space:nowrap}.local-runner-update-progress{width:min(360px,100%)}.local-runner-setup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text);font-weight:700}.local-runner-setup code{display:block;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:14px 16px;overflow-wrap:anywhere;white-space:pre-wrap}.local-runner-setup-note{color:var(--text-muted);font-size:.92rem}.local-runner-setup ol{margin:0;padding-left:20px;line-height:1.7}.access-guide-backdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--overlay-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.access-guide-panel{width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto;display:grid;grid-gap:20px;gap:20px;border:1px solid var(--border);border-radius:16px;background:var(--surface-elevated);padding:24px;box-shadow:var(--panel-shadow-strong)}.access-guide-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.access-guide-header h2,.access-guide-section h3{margin:0;color:var(--text)}.access-guide-header h2{font-size:1.35rem}.access-guide-section{display:grid;grid-gap:10px;gap:10px}.access-guide-section h3{font-size:.95rem}.access-guide-section ol{margin:0;padding-left:20px;color:var(--text-muted);line-height:1.65}.access-guide-section code{display:block;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:12px 14px;overflow-wrap:anywhere}.runner-setup-command{position:relative}.runner-setup-command .engine-setup-snippet{padding-right:52px}.runner-setup-copy{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .2s}.runner-setup-copy:hover{color:var(--text);background:var(--surface-hover);border-color:var(--border-hover)}.runner-setup-copy[data-copied=true]{color:var(--success);border-color:color-mix(in srgb,var(--success) 45%,transparent)}.settings-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.settings-history-list{padding:0}.history-link{display:block}.primary-button{background:var(--accent);color:#ffffff;border:none;padding:10px 20px;border-radius:99px;font-weight:600;cursor:pointer;transition:all .2s}.primary-button:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 0 15px var(--accent-glow)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:8px 16px;border-radius:99px;font-size:.9rem;cursor:pointer;transition:all .2s}.secondary-button:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-muted)}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.editor-tab-content{display:flex;flex-direction:column;min-height:0}.editor-backend-switch{display:flex;gap:4px;padding:6px;background:var(--surface);border-bottom:1px solid var(--border)}.editor-backend-option{flex:1 1;background:transparent;border:1px solid transparent;color:var(--text-muted);padding:14px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.editor-backend-option:hover:not(:disabled):not(.active){background:var(--surface-hover);color:var(--text)}.editor-backend-option.active{background:var(--accent-soft-strong);color:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 12px var(--accent-glow)}.editor-backend-option:disabled{opacity:.35;cursor:not-allowed}.hyperframes-workspace{padding:24px;display:flex;align-items:center;justify-content:center;min-height:400px}.hyperframes-workspace-stage{width:100%;max-width:1200px;aspect-ratio:16/9;background:var(--preview-bg);border:1px solid var(--border);border-radius:16px;overflow:hidden}.hyperframes-workspace-stage video{width:100%;height:100%;object-fit:contain}.hyperframes-workspace-frame{width:100%;height:100%;border:0;display:block;background:var(--preview-bg)}.remotion-preview-frame-page{width:100vw;height:100vh;background:var(--preview-bg);display:grid;place-items:center;overflow:hidden}.remotion-preview-frame-player{width:100%;height:100%;display:block}video.hyperframes-workspace-frame{object-fit:contain}.hyperframes-workspace-empty{height:100%;display:grid;place-items:center;text-align:center;padding:24px}.hyperframes-sidebar-video{border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--preview-bg)}.hyperframes-sidebar-video video{width:100%;display:block}.editor-workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;height:clamp(320px,calc(100svh - 220px),820px);min-height:0}.editor-workspace-main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:clamp(12px,2vw,24px);gap:20px;border-right:1px solid var(--border);overflow:hidden}.editor-stage-panel{flex:1 1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;min-height:0}.editor-stage-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.editor-stage-meta{flex-wrap:wrap;justify-content:flex-end}.editor-accurate-shell{position:relative;width:100%;min-height:0;background:var(--preview-bg);border-radius:12px;border:1px solid var(--border);overflow:hidden}.editor-accurate-stage{position:relative;width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center}.pe-canvas-overlay{position:absolute;inset:0;z-index:4;cursor:default}.pe-canvas-selection{position:absolute;box-sizing:border-box;border:2px solid rgba(116,240,213,.95);border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.35);pointer-events:none}.pe-canvas-scale{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border-radius:2px;background:#05121b;border:2px solid rgba(116,240,213,.95);pointer-events:auto}.pe-canvas-scale-nw,.pe-canvas-scale-se{cursor:nwse-resize}.pe-canvas-scale-ne,.pe-canvas-scale-sw{cursor:nesw-resize}.pe-canvas-rotate-line{position:absolute;width:2px;margin-left:-1px;background:rgba(116,240,213,.7);pointer-events:none}.pe-canvas-rotate{position:absolute;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:999px;background:#05121b;border:2px solid rgba(116,240,213,.95);cursor:-webkit-grab;cursor:grab;pointer-events:auto}.pe-canvas-rotate:active{cursor:-webkit-grabbing;cursor:grabbing}.editor-accurate-shell:-webkit-full-screen{width:100vw;height:100vh;border:0;border-radius:0}.editor-accurate-shell:fullscreen{width:100vw;height:100vh;border:0;border-radius:0}.editor-accurate-shell:-webkit-full-screen .editor-accurate-stage{width:100%;height:100%}.editor-accurate-shell:fullscreen .editor-accurate-stage{width:100%;height:100%}.editor-preview-fullscreen{position:absolute;top:10px;right:10px;z-index:6;width:36px;height:36px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface) 72%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-preview-fullscreen:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.editor-render-lock{position:absolute;inset:0;z-index:5;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;background:var(--overlay-bg);color:var(--text);font-weight:700;pointer-events:all}.editor-render-lock svg{color:var(--accent);filter:drop-shadow(0 0 12px var(--accent-glow))}.editor-workspace.is-rendering .hyperframes-workspace-frame,.editor-workspace.is-rendering .keyframe-strip{pointer-events:none}.editor-workspace-sidebar{width:320px;background:var(--surface-elevated);overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:24px}.editor-output-link,.editor-output-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px}.editor-output-link{width:100%;margin-bottom:16px;padding:10px 14px;border-radius:999px;border:1px solid var(--accent-border);background:var(--accent-soft-strong);color:var(--accent);text-decoration:none;font-weight:700}.editor-output-link:hover{border-color:var(--accent);background:var(--accent-soft-strong)}.editor-controls-fieldset{display:flex;flex-direction:column;gap:14px;min-width:0;margin:0;padding:0;border:0}.editor-controls-fieldset:disabled{opacity:.55}.color-picker.is-disabled{pointer-events:none;opacity:.72}.keyframe-strip.is-disabled{opacity:.65}.editor-meta strong{display:block;font-size:1.1rem;margin-bottom:4px}.editor-meta span{font-size:.85rem;color:var(--text-muted)}.panel-block{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.panel-block-title{padding:10px 14px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--subtle-fill)}.layer-list{display:flex;flex-direction:column;max-height:224px;overflow-y:auto;padding:4px}.layer-row{display:flex;align-items:center;border-radius:6px;transition:background .15s ease}.layer-row:hover{background:var(--surface-hover)}.layer-row.is-selected{background:var(--accent-soft-strong);box-shadow:inset 2px 0 0 var(--accent)}.layer-row.is-hidden .layer-name{color:var(--text-muted);text-decoration:line-through}.layer-name{flex:1 1;min-width:0;color:var(--text);font-size:.85rem;font-weight:600;text-align:left;padding:7px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer-name,.layer-visibility{background:transparent;border:none;cursor:pointer}.layer-visibility{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:4px;border-radius:6px;color:var(--text-muted);opacity:0;transition:opacity .15s ease,color .15s ease}.layer-row.is-hidden .layer-visibility,.layer-row.is-selected .layer-visibility,.layer-row:hover .layer-visibility{opacity:1}.layer-visibility:hover{color:var(--text);background:var(--subtle-fill-strong)}.layer-row.is-hidden .layer-visibility{color:var(--accent)}.audio-panel{display:flex;flex-direction:column}.audio-kind-pills{display:flex;gap:8px;padding:10px 14px 0}.audio-search-input{margin:10px 14px;width:calc(100% - 28px)}.audio-search-progress{height:2px;margin:0 14px 8px;border-radius:999px;overflow:hidden;background:var(--border)}.audio-search-progress-bar{height:100%;width:40%;border-radius:999px;background:var(--accent);animation:audio-progress-slide 1.1s ease-in-out infinite}@keyframes audio-progress-slide{0%{transform:translateX(-100%)}to{transform:translateX(260%)}}.audio-panel-error{margin:0 14px 10px;font-size:.8rem;color:var(--error)}.audio-panel-error a{color:inherit;text-decoration:underline}.audio-empty-hint{margin:0 14px 10px;font-size:.8rem;color:var(--text-muted)}.audio-result-list{display:flex;flex-direction:column;gap:2px;max-height:224px;overflow-y:auto;padding:0 8px 8px}.audio-result-row{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:6px;transition:background .15s ease}.audio-result-row:hover{background:var(--surface-hover)}.audio-result-name{flex:1 1;min-width:0;font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-result-duration{flex-shrink:0;font-size:.75rem;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audio-icon-button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.audio-icon-button:hover:not(:disabled){color:var(--text);background:var(--subtle-fill-strong)}.audio-icon-button:disabled{opacity:.5;cursor:default}.audio-load-more{align-self:center;margin-top:6px}.audio-mini-spinner{width:12px;height:12px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:audio-spin .8s linear infinite}@keyframes audio-spin{to{transform:rotate(1turn)}}.audio-tracks-title{border-top:1px solid var(--border)}.audio-track-kind{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;color:var(--text-muted)}.audio-track-controls{display:flex;flex-direction:column;gap:10px;padding:10px 14px 14px;border-top:1px solid var(--border)}.audio-timeline-rows{display:flex;flex-direction:column;gap:4px;margin-top:6px}.audio-timeline-row{position:relative;height:18px;border-radius:4px;background:var(--subtle-fill);border:1px solid var(--border);overflow:hidden}.audio-timeline-bar{position:absolute;top:1px;bottom:1px;display:flex;align-items:center;padding:0 6px;border-radius:3px;background:var(--accent-soft-strong);border:1px solid var(--accent);color:var(--text);font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.audio-timeline-bar:active{cursor:-webkit-grabbing;cursor:grabbing}.audio-timeline-bar.is-muted{opacity:.4}.audio-timeline-row.is-disabled .audio-timeline-bar{cursor:default}.prop-section{border-bottom:1px solid var(--border)}.prop-section:last-child{border-bottom:none}.prop-section-header{display:flex;align-items:center;gap:8px;width:100%;background:transparent;border:none;color:var(--text);font-size:.85rem;font-weight:600;text-align:left;padding:10px 14px;cursor:pointer;transition:background .15s ease}.prop-section-header:hover{background:var(--surface-hover)}.prop-section-chevron{display:inline-flex;color:var(--text-muted);transition:transform .15s ease}.prop-section.is-open .prop-section-chevron{transform:rotate(90deg)}.prop-section-body{padding:4px 14px 14px}.prop-section-body .slider-row:last-child,.prop-section-body .text-control-row:last-child{margin-bottom:0}.prop-section-body .color-picker{margin-top:0}.effect-add-row{display:flex;gap:8px;margin-bottom:12px}.effect-picker-select{min-height:38px;padding:8px 10px}.effect-add-button{flex-shrink:0;min-width:64px}.effect-stack{display:flex;flex-direction:column;gap:10px}.effect-stack-item{border:1px solid var(--border);border-radius:8px;background:var(--subtle-fill);overflow:hidden}.effect-stack-item.is-dragging{opacity:.55}.effect-stack-header{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 8px;border-bottom:1px solid var(--border)}.effect-drag-handle{flex-shrink:0;color:var(--text-muted);cursor:-webkit-grab;cursor:grab;font-weight:800;letter-spacing:-.08em;transform:rotate(90deg)}.effect-enabled-toggle,.effect-toggle-control{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:.82rem;font-weight:600}.effect-enabled-toggle{flex:1 1;min-width:0}.effect-enabled-toggle span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.effect-remove-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.effect-remove-button:hover{background:var(--danger-bg);color:var(--error)}.effect-param-list{padding:10px}.effect-param-list .slider-row{margin-bottom:12px}.effect-toggle-control{margin-bottom:12px;color:var(--text-muted)}.effect-color-control{margin-bottom:12px}.effect-color-control .color-picker{margin-top:8px}.asset-list{display:flex;flex-direction:column;gap:8px}.asset-chip-row{position:relative;display:flex;align-items:stretch;gap:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);transition:all .2s}.asset-chip-row:hover{background:var(--surface-hover)}.asset-chip-row.is-selected{border-color:var(--accent);background:var(--accent-soft)}.asset-chip-row.is-hidden .asset-chip strong{text-decoration:line-through;color:var(--text-muted)}.asset-chip{flex:1 1;border:none;color:var(--text);padding:12px;border-radius:8px 0 0 8px;text-align:left;transition:color .2s}.asset-chip,.asset-chip-delete{background:transparent;cursor:pointer}.asset-chip-delete{width:36px;flex-shrink:0;border:none;border-left:1px solid transparent;color:var(--text-muted);font-size:.95rem;opacity:0;transition:opacity .15s,color .15s,background .15s;border-radius:0 8px 8px 0}.asset-chip-row.is-hidden .asset-chip-delete,.asset-chip-row:hover .asset-chip-delete{opacity:1}.asset-chip-delete:hover{color:var(--error);background:var(--danger-bg)}.asset-chip-row.is-hidden .asset-chip-delete{color:var(--accent)}.asset-chip-row.is-hidden .asset-chip-delete:hover{color:var(--accent-hover);background:var(--accent-soft)}.asset-chip strong{display:block;font-size:.95rem;margin-bottom:2px;pointer-events:none}.asset-chip span{font-size:.8rem;color:var(--text-muted)}.control-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.control-header{margin-bottom:16px}.control-header strong{display:block;font-size:.95rem;margin-bottom:2px}.control-header span{font-size:.8rem;color:var(--text-muted)}.slider-row,.text-control-row{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.slider-header{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted)}.text-control-input{width:100%;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease}.text-control-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-glow)}.text-control-description{font-size:.8rem;color:var(--text-muted)}input[type=range]{width:100%;accent-color:var(--accent)}.editor-toolbar-actions,.timeline-panel{display:flex;gap:12px}.timeline-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;flex-direction:column;max-height:min(240px,34svh);overflow:auto}.timeline-header{display:flex;justify-content:space-between;align-items:center}.timeline-actions{display:flex;gap:8px}.timeline-range{width:100%}.keyframe-strip{gap:6px;margin-top:6px}.keyframe-rows,.keyframe-strip{display:flex;flex-direction:column}.keyframe-rows{position:relative;gap:8px}.keyframe-row{display:grid;grid-template-columns:110px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.keyframe-row-meta{display:flex;align-items:center;gap:10px;min-width:0}.keyframe-toggle{width:28px;height:28px;border-radius:999px;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-muted);cursor:pointer;font-size:.8rem;font-weight:700}.keyframe-toggle.active{border-color:var(--accent);color:var(--accent);box-shadow:inset 0 0 12px var(--accent-glow)}.scrub-field{min-width:48px;font-size:.8rem;color:var(--text);cursor:ew-resize;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none;padding:2px 4px;border-radius:4px;transition:background .12s ease}.scrub-field:hover{background:rgba(59,130,246,.12)}.keyframe-track{position:relative;height:28px;border-radius:999px;background:var(--subtle-fill-strong);border:1px solid var(--border)}.keyframe-ruler-row{margin-bottom:2px}.keyframe-ruler-label{justify-content:flex-end;padding-right:4px}.keyframe-ruler-value{font-size:.75rem;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.keyframe-ruler{position:relative;height:22px;cursor:pointer;display:flex;align-items:center;touch-action:none}.keyframe-ruler-track{width:100%;height:4px;border-radius:999px;background:var(--subtle-fill-strong);border:1px solid var(--border)}.keyframe-ruler-thumb{top:50%;width:14px;height:14px;border-radius:999px;transform:translate(-50%,-50%)}.keyframe-playhead-line,.keyframe-ruler-thumb{position:absolute;background:var(--accent);box-shadow:0 0 12px var(--accent-glow);pointer-events:none}.keyframe-playhead-line{top:-4px;bottom:-4px;width:2px;transform:translateX(-50%);left:calc(110px + 12px + (100% - 110px - 12px) * var(--playhead-pos, 0))}.keyframe-dot{position:absolute;top:50%;width:12px;height:12px;border-radius:999px;border:1px solid var(--text-muted);background:var(--surface-elevated);transform:translate(-50%,-50%);cursor:-webkit-grab;cursor:grab;touch-action:none}.keyframe-dot.dragging{cursor:-webkit-grabbing;cursor:grabbing;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-border),0 0 12px var(--accent-glow);z-index:2}.keyframe-dot.active{border-color:var(--accent);background:var(--accent);box-shadow:0 0 12px var(--accent-glow)}.keyframe-dot.selected{border-color:var(--warning);box-shadow:0 0 0 2px color-mix(in srgb,var(--warning) 35%,transparent)}.keyframe-dot.eased{border-radius:2px;transform:translate(-50%,-50%) rotate(45deg);width:11px;height:11px}.keyframe-menu{position:fixed;z-index:10000;background:var(--surface-elevated);border:1px solid var(--border);border-radius:10px;padding:6px;min-width:140px;box-shadow:var(--panel-shadow);display:flex;flex-direction:column;gap:2px}.keyframe-menu-header{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:6px 10px 4px}.keyframe-menu-item{background:transparent;border:none;color:var(--text);text-align:left;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:.85rem}.keyframe-menu-item:hover{background:var(--accent-soft-strong)}.color-picker{margin-top:8px;display:flex;flex-direction:column;gap:10px}.color-picker-top{display:flex;gap:10px;height:140px}.color-picker-sv{position:relative;flex:1 1;border-radius:8px;border:1px solid var(--border);cursor:crosshair;touch-action:none;overflow:hidden}.color-picker-sv-cursor{position:absolute;width:14px;height:14px;border:2px solid #fff;border-radius:999px;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 0 0 1px rgba(0,0,0,.5)}.color-picker-hue{position:relative;width:16px;border-radius:8px;border:1px solid var(--border);cursor:pointer;touch-action:none;background:linear-gradient(180deg,hsl(0,100%,50%),hsl(60,100%,50%),hsl(120,100%,50%),hsl(180,100%,50%),hsl(240,100%,50%),hsl(300,100%,50%),hsl(360,100%,50%))}.color-picker-hue-thumb{position:absolute;left:-3px;right:-3px;height:6px;background:transparent;border:2px solid #fff;border-radius:3px;transform:translateY(-50%);pointer-events:none;box-shadow:0 0 0 1px rgba(0,0,0,.5)}.color-picker-bottom{display:flex;align-items:center;gap:8px}.color-picker-swatch{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);flex-shrink:0}.color-picker-hex{display:flex;align-items:center;gap:4px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:6px;padding:4px 8px;flex:1 1;min-width:0}.color-picker-hash{color:var(--text-muted);font-size:.85rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.color-picker-hex input{background:transparent;border:none;color:var(--text);font-family:inherit;font-size:.85rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.05em;width:100%;min-width:0;outline:none}.color-picker-eyedropper,.color-picker-reset{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-muted);border-radius:6px;cursor:pointer;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center}.color-picker-eyedropper{padding:6px}.color-picker-reset{padding:6px 10px}.color-picker-eyedropper:hover,.color-picker-reset:hover{color:var(--text);border-color:var(--accent)}.landing-shell{min-height:100vh;overflow-x:hidden;color:var(--text);background:linear-gradient(180deg,var(--accent-soft),transparent 440px),linear-gradient(120deg,var(--success-bg),transparent 38%),var(--bg)}.landing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 48px;background:var(--top-bar-bg);border-bottom:1px solid var(--subtle-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);font-size:1.04rem;font-weight:700;text-decoration:none}.landing-nav-links{display:flex;align-items:center;gap:10px}.landing-nav-links a{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;color:var(--text-muted);text-decoration:none;font-size:.92rem;transition:color .18s,background .18s,border-color .18s}.landing-nav-links a:hover{color:var(--text);background:var(--subtle-fill-strong)}.landing-nav-links .landing-nav-cta{color:var(--text);background:var(--accent-soft-strong);border:1px solid var(--accent-border);box-shadow:inset 0 0 16px rgba(59,130,246,.14)}.landing-hero{width:min(1180px,calc(100% - 48px));min-height:min(920px,calc(100vh - 76px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:38px;gap:38px;align-content:center;padding:64px 0 72px}.landing-hero-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:14px 32px;gap:14px 32px}.landing-hero-copy .landing-kicker,.landing-hero-copy h1{grid-column:1}.landing-hero-copy .landing-lede{grid-column:1;max-width:620px}.landing-hero-copy .landing-actions{grid-column:2;grid-row:1/span 3;align-self:end}.landing-kicker{margin:0;color:var(--accent-hover);font-size:.82rem;font-weight:700;line-height:1;text-transform:uppercase}.landing-final h2,.landing-hero h1,.landing-section h2{margin:0;max-width:780px;color:var(--text);font-size:4.65rem;line-height:.96;font-weight:780;letter-spacing:0}.landing-hero h1{max-width:none;font-size:clamp(4.8rem,8.3vw,7.5rem);line-height:.88;letter-spacing:-.055em}.landing-instrument{position:relative;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.82fr);min-height:580px;overflow:hidden;border:1px solid rgba(96,165,250,.28);border-radius:14px;background:#06080d;box-shadow:0 34px 90px rgba(0,0,0,.5),0 0 70px rgba(37,99,235,.12),inset 0 1px rgba(255,255,255,.035)}.landing-instrument:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}.landing-instrument-preview{position:relative;min-width:0;display:grid;grid-template-rows:43px minmax(0,1fr) 50px;overflow:hidden;border-right:1px solid rgba(148,163,184,.13);background:#030509}.landing-preview-timeline,.landing-preview-topline{position:relative;z-index:5;display:flex;align-items:center;gap:12px;padding:0 16px;color:rgba(203,213,225,.52);border-bottom:1px solid rgba(148,163,184,.11);background:rgba(9,12,18,.94);font-size:.67rem;font-weight:650;letter-spacing:.035em;text-transform:uppercase}.landing-preview-topline{justify-content:space-between}.landing-preview-topline span:first-child{color:rgba(226,232,240,.78)}.landing-preview-topline i{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:hsl(var(--motion-hue) 92% 64%);box-shadow:0 0 9px hsl(var(--motion-hue) 95% 62%/.78)}.landing-motion-stage{position:relative;min-height:0;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 52% 46%,hsl(var(--motion-hue) 80% 35%/.12),transparent 36%),linear-gradient(145deg,#060911 0,#030509 74%)}.landing-stage-grid{position:absolute;inset:-40%;opacity:.34;transform:perspective(560px) rotateX(64deg) translateY(26%);background-image:linear-gradient(hsl(var(--motion-hue) 80% 70%/.09) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--motion-hue) 80% 70%/.09) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 68%);mask-image:radial-gradient(circle at center,#000,transparent 68%)}.landing-stage-glow{position:absolute;left:50%;top:50%;width:42%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%) scale(var(--motion-scale));background:hsl(var(--motion-hue) 92% 57%/.09);filter:blur(var(--motion-glow));animation:landing-stage-breathe calc(var(--motion-duration) * .55) ease-in-out infinite alternate}@keyframes landing-stage-breathe{0%{opacity:.58;transform:translate(-50%,-50%) scale(calc(var(--motion-scale) * .86))}to{opacity:1;transform:translate(-50%,-50%) scale(var(--motion-scale))}}.landing-orbit{position:absolute;left:50%;top:50%;width:49%;aspect-ratio:1.7;border:1px solid hsl(var(--motion-hue) 90% 70%/.2);border-radius:50%;transform:translate(-50%,-50%) rotate(-14deg) scale(var(--motion-scale));animation:landing-orbit-turn var(--motion-duration) linear infinite}.landing-orbit-two{width:34%;aspect-ratio:.84;opacity:.66;animation-direction:reverse;animation-duration:calc(var(--motion-duration) * 1.27)}@keyframes landing-orbit-turn{0%{transform:translate(-50%,-50%) rotate(-14deg) scale(var(--motion-scale))}to{transform:translate(-50%,-50%) rotate(346deg) scale(var(--motion-scale))}}.landing-orbit-dot{position:absolute;left:12%;top:10%;width:8px;height:8px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:hsl(var(--motion-hue) 90% 58%);box-shadow:0 0 var(--motion-glow) hsl(var(--motion-hue) 96% 62%)}.landing-stage-copy{position:absolute;left:8%;top:50%;z-index:2;width:64%;transform:translateY(-50%) scale(var(--motion-scale));transform-origin:left center}.landing-stage-index{display:block;margin-bottom:14px;color:hsl(var(--motion-hue) 92% 70%);font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.65rem;font-weight:700;letter-spacing:.18em}.landing-stage-copy h2,.landing-stage-copy p{margin:0;color:#f8fafc;font-size:clamp(2rem,4.5vw,4.4rem);line-height:.79;font-weight:790;letter-spacing:-.065em;text-transform:uppercase;animation:landing-copy-shift calc(var(--motion-duration) * .48) cubic-bezier(.22,1,.36,1) infinite alternate}.landing-stage-copy p{color:rgba(248,250,252,.35);animation-delay:var(--motion-stagger)}.landing-stage-copy h2{text-shadow:0 0 var(--motion-glow) hsl(var(--motion-hue) 92% 58%/.32);animation-delay:calc(var(--motion-stagger) * 2)}@keyframes landing-copy-shift{0%{transform:translate3d(0,calc(15px * var(--motion-bounce)),0);letter-spacing:-.065em}to{transform:translate3d(calc(12px * var(--motion-bounce)),calc(-8px * var(--motion-bounce)),0);letter-spacing:-.035em}}.landing-stage-rule{width:68%;height:1px;margin-top:24px;overflow:hidden;background:rgba(148,163,184,.18)}.landing-stage-rule span{display:block;width:52%;height:100%;background:hsl(var(--motion-hue) 92% 65%);box-shadow:0 0 12px hsl(var(--motion-hue) 92% 58%/.6);animation:landing-rule-travel calc(var(--motion-duration) * .7) ease-in-out infinite alternate}@keyframes landing-rule-travel{to{transform:translateX(92%)}}.landing-stage-copy small{display:block;margin-top:12px;color:rgba(203,213,225,.46);font-size:.69rem;letter-spacing:.08em;text-transform:uppercase}.landing-stage-card{position:absolute;z-index:3;min-width:88px;padding:10px 12px;border:1px solid hsl(var(--motion-hue) 75% 70%/.21);border-radius:8px;background:rgba(8,12,20,.68);box-shadow:0 12px 32px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:landing-card-float calc(var(--motion-duration) * .52) ease-in-out infinite alternate}.landing-stage-card-a{right:8%;top:17%;animation-delay:var(--motion-stagger)}.landing-stage-card-b{right:15%;bottom:13%;animation-delay:calc(var(--motion-stagger) * 2)}.landing-stage-card span{display:block;color:rgba(203,213,225,.46);font-size:.57rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.landing-stage-card strong{display:block;margin-top:4px;color:hsl(var(--motion-hue) 90% 72%);font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:1.08rem}@keyframes landing-card-float{0%{transform:translate3d(0,calc(10px * var(--motion-bounce)),0) rotate(-1deg)}to{transform:translate3d(calc(-8px * var(--motion-bounce)),calc(-13px * var(--motion-bounce)),0) rotate(1deg)}}.landing-stage-coordinates{position:absolute;left:16px;bottom:14px;color:rgba(148,163,184,.32);font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.56rem;letter-spacing:.08em}.landing-preview-timeline{border-top:1px solid rgba(148,163,184,.11);border-bottom:0}.landing-preview-play{color:rgba(226,232,240,.8);font-size:.7rem}.landing-preview-track{position:relative;height:3px;flex:1 1;border-radius:99px;background:rgba(148,163,184,.16)}.landing-preview-track b{position:absolute;top:-4px;left:0;width:1px;height:11px;background:hsl(var(--motion-hue) 92% 68%);box-shadow:0 0 8px hsl(var(--motion-hue) 92% 58%);animation:landing-playhead var(--motion-duration) linear infinite}@keyframes landing-playhead{to{left:100%}}.landing-keyframe{position:absolute;top:-2px;width:7px;height:7px;transform:rotate(45deg);border:1px solid hsl(var(--motion-hue) 90% 70%/.8);background:#0b1019}.landing-keyframe-one{left:18%}.landing-keyframe-two{left:54%}.landing-keyframe-three{left:82%}.landing-instrument-controls{position:relative;z-index:4;min-width:0;padding:20px;background:radial-gradient(circle at 100% 0,hsl(var(--motion-hue) 70% 45%/.1),transparent 32%),linear-gradient(180deg,#0b0e14,#07090e)}.landing-color-control>span,.landing-control-slider>span,.landing-controls-header,.landing-node-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-controls-header>div{display:grid;grid-gap:4px;gap:4px}.landing-color-control output,.landing-control-slider output,.landing-controls-header span,.landing-node-heading{color:rgba(148,163,184,.56);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.landing-controls-header strong{color:rgba(241,245,249,.9);font-size:.9rem}.landing-controls-header button{padding:6px 9px;color:rgba(203,213,225,.54);border:1px solid rgba(148,163,184,.15);border-radius:6px;background:rgba(148,163,184,.04);cursor:pointer;font-size:.64rem}.landing-controls-header button:hover{color:#fff;border-color:hsl(var(--motion-hue) 72% 65%/.4)}.landing-preset-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;gap:5px;margin-top:18px;padding:4px;border:1px solid rgba(148,163,184,.11);border-radius:8px;background:rgba(0,0,0,.18)}.landing-preset-row button{min-width:0;padding:7px 5px;color:rgba(148,163,184,.64);border:0;border-radius:5px;background:transparent;cursor:pointer;font-size:.63rem;font-weight:700}.landing-preset-row button.active{color:#eff6ff;background:hsl(var(--motion-hue) 80% 55%/.16);box-shadow:inset 0 0 0 1px hsl(var(--motion-hue) 80% 70%/.16)}.landing-dial-row{grid-template-columns:repeat(3,minmax(0,1fr));padding:24px 0 20px;border-bottom:1px solid rgba(148,163,184,.1)}.landing-dial,.landing-dial-row{display:grid;grid-gap:6px;gap:6px}.landing-dial{justify-items:center;min-width:0}.landing-dial-face{position:relative;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at center,transparent 55%,#0c1119 56%),conic-gradient(from 228deg,hsl(var(--motion-hue) 88% 61%) var(--dial-value),rgba(148,163,184,.13) 0 73%,transparent 73%);filter:drop-shadow(0 8px 14px rgba(0,0,0,.34))}.landing-dial-cap{position:relative;width:47px;height:47px;border:1px solid rgba(203,213,225,.14);border-radius:50%;background:radial-gradient(circle at 38% 31%,#242c38,#0d121a 60%,#070a0f);box-shadow:inset 0 1px 2px rgba(255,255,255,.11),0 4px 10px rgba(0,0,0,.46);transform:rotate(var(--dial-angle))}.landing-dial-indicator{position:absolute;left:50%;top:5px;width:2px;height:10px;border-radius:99px;transform:translateX(-50%);background:hsl(var(--motion-hue) 96% 70%);box-shadow:0 0 7px hsl(var(--motion-hue) 92% 58%)}.landing-dial input{position:absolute;inset:-7px;width:calc(100% + 14px);height:calc(100% + 14px);opacity:0;cursor:ew-resize}.landing-dial-label{color:rgba(226,232,240,.74);font-size:.64rem;font-weight:700}.landing-dial output{color:hsl(var(--motion-hue) 78% 71%);font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.62rem}.landing-slider-stack{display:grid;grid-gap:14px;gap:14px;padding:18px 0;border-bottom:1px solid rgba(148,163,184,.1)}.landing-color-control,.landing-control-slider{display:grid;grid-gap:8px;gap:8px}.landing-color-control strong,.landing-control-slider strong{color:rgba(226,232,240,.72);font-size:.66rem}.landing-color-control input,.landing-control-slider input{width:100%;height:3px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:99px;outline:none;background:linear-gradient(90deg,hsl(var(--motion-hue) 88% 61%) var(--slider-progress),rgba(148,163,184,.14) 0)}.landing-color-control input{background:linear-gradient(90deg,hsl(160 88% 58%),hsl(210 88% 58%),hsl(260 88% 62%),hsl(300 88% 62%))}.landing-color-control input::-webkit-slider-thumb,.landing-control-slider input::-webkit-slider-thumb{width:11px;height:11px;-webkit-appearance:none;appearance:none;border:2px solid #dbeafe;border-radius:50%;background:hsl(var(--motion-hue) 88% 58%);box-shadow:0 0 9px hsl(var(--motion-hue) 92% 58%/.72);cursor:ew-resize}.landing-node-system{padding-top:18px}.landing-node-heading span:last-child{color:hsl(var(--motion-hue) 80% 70%)}.landing-node-row{display:flex;align-items:center;margin-top:12px}.landing-node-step{display:flex;align-items:center;min-width:0;flex:1 1}.landing-node-step:last-child{flex:0 0 auto}.landing-node-step>button{display:grid;place-items:center;grid-gap:5px;gap:5px;padding:0;color:rgba(148,163,184,.52);border:0;background:transparent;cursor:pointer;font-size:.53rem}.landing-node-step>button i{display:grid;place-items:center;width:25px;height:25px;color:rgba(148,163,184,.58);border:1px solid rgba(148,163,184,.17);border-radius:7px;background:#0b0f16;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:.55rem;font-style:normal}.landing-node-step>button.active{color:rgba(226,232,240,.86)}.landing-node-step>button.active i{color:#eff6ff;border-color:hsl(var(--motion-hue) 85% 68%/.54);background:hsl(var(--motion-hue) 75% 50%/.18);box-shadow:0 0 13px hsl(var(--motion-hue) 88% 58%/.18)}.landing-node-link{position:relative;height:1px;min-width:8px;flex:1 1;margin:0 5px 15px;overflow:hidden;background:rgba(148,163,184,.16)}.landing-node-link i{position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,hsl(var(--motion-hue) 85% 65%),transparent);animation:landing-node-pulse 2.4s linear infinite}@keyframes landing-node-pulse{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}.landing-lede{margin:0;max-width:590px;color:var(--text-muted);font-size:1.14rem;line-height:1.65}.landing-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.landing-primary,.landing-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:999px;text-decoration:none;font-weight:700;line-height:1;transition:transform .18s,border-color .18s,background .18s}.landing-primary{color:#ffffff;border:1px solid rgba(96,165,250,.75);background:linear-gradient(180deg,#3b82f6,#1d4ed8);box-shadow:0 0 26px rgba(59,130,246,.34)}.landing-secondary{color:var(--text);border:1px solid var(--border);background:var(--subtle-fill-strong)}.landing-primary:hover,.landing-secondary:hover{transform:translateY(-1px)}.landing-secondary:hover{border-color:var(--border-hover);background:var(--surface-hover)}.landing-product-shot{position:relative;overflow:hidden;border:1px solid var(--accent-border);border-radius:8px;background:var(--surface-elevated);box-shadow:var(--panel-shadow-strong),0 0 36px var(--accent-glow)}.landing-window-bar{height:38px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid var(--subtle-border);background:var(--subtle-fill)}.landing-window-bar span{width:9px;height:9px;border-radius:999px;background:var(--subtle-border-strong)}.landing-window-bar span:nth-child(2){background:rgba(96,165,250,.55)}.landing-window-bar span:nth-child(3){background:rgba(16,185,129,.55)}.landing-shot-img{display:block;width:100%;height:auto}.landing-marquee{overflow:hidden;margin:0 0 92px;padding:4px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.landing-marquee-track{display:flex;gap:14px;width:max-content;animation:landing-marquee 56s linear infinite}.landing-marquee:hover .landing-marquee-track{animation-play-state:paused}@keyframes landing-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}.landing-marquee-card{position:relative;margin:0;flex:0 0 auto;width:340px;overflow:hidden;border-radius:8px;border:1px solid var(--subtle-border);background:var(--surface)}.landing-marquee-card img{display:block;width:100%;height:192px;object-fit:cover;filter:saturate(1.06) contrast(1.02)}.landing-marquee-card figcaption{position:absolute;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;color:var(--text);background:color-mix(in srgb,var(--surface) 72%,transparent);border:1px solid var(--subtle-border-strong);font-size:.74rem;font-weight:700}.landing-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.landing-step-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--subtle-border);border-radius:8px;background:var(--subtle-fill)}.landing-step-frame{overflow:hidden;border-bottom:1px solid var(--subtle-border);background:var(--bg)}.landing-step-frame img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top center;transition:transform .4s}.landing-step-card:hover .landing-step-frame img{transform:scale(1.025)}.landing-step-meta{display:flex;align-items:baseline;gap:12px;padding:16px 18px}.landing-step-meta span{color:var(--accent-hover);font-size:.82rem;font-weight:800}.landing-step-meta h3{margin:0;color:var(--text);font-size:1.05rem;white-space:nowrap}.landing-step-meta p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.4}.landing-editing .landing-editor-shot{margin-top:6px}.landing-editor-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:12px;gap:12px;margin-top:12px;align-items:stretch}.landing-highlight-list{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.landing-highlight{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--subtle-border);border-radius:8px;background:var(--subtle-fill)}.landing-highlight strong{color:var(--text);font-size:.98rem}.landing-highlight-icon,.landing-provider-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:10px;color:var(--accent-hover);border:1px solid var(--accent-border);background:var(--accent-soft);box-shadow:inset 0 0 14px rgba(59,130,246,.12)}.landing-highlight-icon svg,.landing-provider-icon svg{width:20px;height:20px}.landing-provider-icon{width:44px;height:44px;border-color:var(--subtle-border-strong);background:var(--subtle-fill-strong);box-shadow:none}.landing-provider-icon img{width:22px;height:22px;display:block}.landing-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.landing-provider-card{padding:22px;border:1px solid var(--subtle-border);border-radius:8px;background:var(--subtle-fill)}.landing-provider-card h3{margin:16px 0 2px;color:var(--text);font-size:1.12rem}.landing-provider-vendor{margin:0 0 10px;color:var(--accent-hover);font-size:.8rem;font-weight:700;text-transform:uppercase}.landing-provider-card p:last-child{margin:0;color:var(--text-muted);line-height:1.58}.landing-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:92px 0;border-top:1px solid var(--subtle-border)}.landing-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.landing-section-heading>div{display:flex;flex-direction:column;gap:14px}.landing-final h2,.landing-section-heading h2{font-size:2.72rem;line-height:1.03}.landing-section-heading a{color:var(--text);text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:10px 14px;background:var(--subtle-fill-strong);white-space:nowrap}.landing-faq-item,.landing-price-card{border:1px solid var(--subtle-border);border-radius:8px;background:var(--subtle-fill)}.landing-price-card h3{margin:18px 0 10px;color:var(--text);font-size:1.12rem;line-height:1.18}.landing-faq-item p,.landing-price-card p{margin:0;color:var(--text-muted);line-height:1.58}.landing-pricing-grid{display:grid;grid-template-columns:minmax(0,620px);justify-content:center;grid-gap:12px;gap:12px}.landing-price-card{min-height:0;display:flex;flex-direction:column;gap:22px;padding:22px}.landing-price-card.featured{border-color:var(--accent-border);background:var(--accent-soft);box-shadow:0 0 34px rgba(59,130,246,.12)}.landing-price{display:flex;align-items:baseline;gap:8px;margin:12px 0}.landing-price strong{color:var(--text);font-size:3.2rem;line-height:1}.landing-price span{color:var(--text-muted)}.landing-price-card ul{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.landing-price-card li{color:var(--text);font-size:.94rem}.landing-price-card li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:999px;background:var(--success);box-shadow:0 0 10px rgba(16,185,129,.45)}.landing-price-card>a{margin-top:auto;width:100%}.landing-faq-list{display:grid;grid-gap:10px;gap:10px}.landing-faq-item{padding:0 18px}.landing-faq-item summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--text);cursor:pointer;font-weight:700}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item summary:after{content:"+";color:var(--accent-hover);font-size:1.22rem;line-height:1}.landing-faq-item[open] summary:after{content:"-"}.landing-faq-item p{max-width:860px;padding:0 0 18px}.landing-final{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:90px 0 110px;display:flex;flex-direction:column;gap:20px;border-top:1px solid var(--subtle-border)}@media (max-width:900px){.top-bar{padding:16px 20px}.settings-top-actions,.top-bar-actions,.top-bar-left,.workspace-banner,.workspace-banner-actions{flex-wrap:wrap}.main-content{padding:20px}.settings-shell{flex-direction:column}.settings-sidebar{width:100%;position:static}.backend-status-grid,.dual-player-grid,.generation-preview-grid,.local-runner-diagnostics,.settings-history-grid{grid-template-columns:minmax(0,1fr)}.status-banner{flex-wrap:wrap}.status-detail{margin-left:0}.reference-assets-row{align-items:stretch}.reference-assets-strip{width:100%}.style-picker{flex-basis:100%}.style-panel{width:calc(100vw - 40px)}.style-card-grid,.style-create-panel{grid-template-columns:minmax(0,1fr)}.style-create-panel textarea,.style-image-upload-row,.style-save-button{grid-column:auto;grid-row:auto}.style-image-strip{width:100%}.style-card-select{grid-template-columns:118px minmax(0,1fr)}.reference-asset-chip{max-width:100%}.editor-workspace{display:block;height:auto}.editor-workspace-main{height:clamp(260px,calc(100svh - 190px),680px);border-right:none;border-bottom:1px solid var(--border)}.editor-workspace-sidebar{width:100%}.keyframe-row{grid-template-columns:1fr}.landing-nav{position:static;align-items:flex-start;flex-wrap:wrap;padding:16px 20px}.landing-nav-links{width:100%;justify-content:flex-start;flex-wrap:wrap}.landing-nav-links a{min-height:34px;padding:7px 10px}.landing-final,.landing-hero,.landing-section{width:calc(100% - 40px);max-width:calc(100vw - 40px)}.landing-hero{min-height:auto;grid-template-columns:minmax(0,1fr);gap:34px;padding:52px 0 36px;overflow:hidden}.landing-hero-copy,.landing-product-shot{min-width:0;width:100%}.landing-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.landing-hero-copy .landing-actions{align-self:auto}.landing-hero h1{font-size:clamp(3.5rem,13vw,6rem);line-height:.9;max-width:100%;overflow-wrap:break-word}.landing-instrument{grid-template-columns:minmax(0,1fr)}.landing-instrument-preview{min-height:500px;border-right:0;border-bottom:1px solid rgba(148,163,184,.13)}.landing-instrument-controls{padding:20px 24px 24px}.landing-dial-row{padding-inline:min(8vw,70px)}.landing-lede{max-width:31ch;overflow-wrap:break-word}.landing-final h2,.landing-section-heading h2{font-size:2rem}.landing-marquee{margin-bottom:64px}.landing-marquee-card{width:248px}.landing-marquee-card img{height:140px}.landing-editor-row,.landing-pricing-grid,.landing-provider-grid,.landing-step-grid{grid-template-columns:minmax(0,1fr)}.landing-highlight-list{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section{padding:64px 0}.landing-section-heading{align-items:flex-start;flex-direction:column}.landing-price-card{min-height:auto}}@media (max-width:480px){.landing-final,.landing-hero,.landing-section{width:calc(100% - 64px);max-width:calc(100vw - 64px)}.landing-hero h1{font-size:3.5rem}.landing-hero{gap:24px;padding-top:36px;padding-bottom:8px}.landing-hero-copy{gap:18px}.landing-highlight-list{grid-template-columns:minmax(0,1fr)}.landing-instrument{min-height:0;border-radius:10px}.landing-instrument-preview{min-height:370px;grid-template-rows:38px minmax(0,1fr) 44px}.landing-stage-copy{left:7%;width:76%}.landing-stage-copy h2,.landing-stage-copy p{font-size:clamp(2.25rem,12vw,3.5rem)}.landing-stage-card{transform:scale(.84);transform-origin:right center}.landing-stage-card-a{right:4%;top:9%}.landing-stage-card-b{right:5%;bottom:8%}.landing-instrument-controls{padding:18px 15px 22px}.landing-dial-row{padding-inline:0}.landing-node-step>button span{display:none}.landing-node-link{margin-bottom:0}}@media (prefers-reduced-motion:reduce){.landing-node-link i,.landing-orbit,.landing-preview-track b,.landing-stage-card,.landing-stage-copy h2,.landing-stage-copy p,.landing-stage-glow,.landing-stage-rule span{animation-play-state:paused}}.onboarding-video-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:32px}.onboarding-video-backdrop{position:absolute;inset:0;background:rgba(2,3,5,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.onboarding-video-panel{position:relative;width:min(1100px,92vw);border-radius:18px;border:1px solid var(--border,rgba(255,255,255,.08));background:var(--panel,#0c0e12);box-shadow:0 40px 140px rgba(0,0,0,.65),0 0 60px var(--accent-glow);overflow:hidden}.onboarding-video-stage{position:relative;aspect-ratio:16/9;background:#020203}.onboarding-video-el{width:100%;height:100%;display:block;object-fit:contain}.onboarding-video-play{position:absolute;inset:0;margin:auto;width:88px;height:88px;border-radius:50%;border:none;cursor:pointer;color:#fff;background:var(--accent,#3b82f6);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px rgba(59,130,246,.18),0 0 44px var(--accent-glow);transition:transform .15s ease,box-shadow .15s ease}.onboarding-video-play:hover{transform:scale(1.06);box-shadow:0 0 0 12px rgba(59,130,246,.22),0 0 60px var(--accent-glow)}.onboarding-video-close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border-radius:10px;border:1px solid var(--border,rgba(255,255,255,.08));background:rgba(10,12,16,.7);color:var(--text-muted,#a1a1aa);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease}.onboarding-video-close:hover{color:var(--text,#f4f4f5);border-color:rgba(255,255,255,.2)}.engine-setup-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:32px}.engine-setup-backdrop{position:absolute;inset:0;background:rgba(2,3,5,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.engine-setup-panel{position:relative;width:min(860px,92vw);border-radius:18px;border:1px solid var(--border,rgba(255,255,255,.08));background:var(--panel,#0c0e12);box-shadow:0 40px 140px rgba(0,0,0,.65),0 0 60px var(--accent-glow);padding:28px}.engine-setup-title{margin:0 0 20px;font-size:18px;font-weight:600;color:var(--text,#f4f4f5)}.engine-setup-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:720px){.engine-setup-options{grid-template-columns:1fr}}.engine-setup-card{display:flex;flex-direction:column;gap:12px;border-radius:14px;border:1px solid var(--border,rgba(255,255,255,.08));background:rgba(255,255,255,.02);padding:18px}.engine-setup-card[data-state=done]{border-color:rgba(74,222,128,.35)}.engine-setup-card h3{margin:0;font-size:14px;font-weight:600;color:var(--text,#f4f4f5)}.engine-setup-snippet{display:block;max-height:132px;overflow:auto;border-radius:10px;border:1px solid var(--border,rgba(255,255,255,.08));background:rgba(0,0,0,.35);padding:10px 12px;font-size:11px;line-height:1.5;color:var(--text-muted,#a1a1aa);white-space:pre-wrap;word-break:break-all}.connect-guide-panel{max-height:92vh;overflow-y:auto}.connect-guide-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.connect-guide-step{display:flex;gap:12px;border-radius:14px;border:1px solid var(--border,rgba(255,255,255,.08));background:rgba(255,255,255,.02);padding:16px}.connect-guide-step-wide{grid-column:1/-1}.connect-guide-num{flex:none;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;background:var(--accent,#3b82f6);box-shadow:0 0 14px var(--accent-glow,rgba(59,130,246,.4))}.connect-guide-step-body{display:flex;flex-direction:column;gap:10px;min-width:0;flex:1 1}.connect-guide-step-body h3{margin:0;font-size:14px;font-weight:600;color:var(--text,#f4f4f5)}.connect-guide-img{width:100%;height:auto;border-radius:10px;border:1px solid var(--border,rgba(255,255,255,.08))}.connect-guide-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.connect-guide-alt{border:none;background:none;padding:0;cursor:pointer;font-size:12px;color:var(--text-muted,#a1a1aa);text-decoration:underline;text-underline-offset:3px}.connect-guide-alt:hover{color:var(--text,#f4f4f5)}.connect-guide-done-row{margin-top:16px}@media (max-width:720px){.connect-guide-steps{grid-template-columns:1fr}}