:root{--brand-purple: #7c3aed;--brand-purple-bright: #a78bfa;--brand-purple-dim: #5b21b6;--brand-orange: #f97316;--brand-orange-soft: #fb923c;--brand-orange-dim: #c2410c;--brand-navy: #0c0a12;--palette-purple: var(--brand-purple);--palette-orange: var(--brand-orange);--palette-teal: #0d9488;--palette-rose: #e11d8c;--palette-amber: #d97706;--palette-indigo: #4f46e5;--palette-sky: #0284c7;--palette-coral: #f43f5e;--brand-teal: var(--brand-purple);--brand-teal-bright: var(--brand-purple-bright);--brand-teal-dim: var(--brand-purple-dim);--brand-gold: var(--brand-orange);--brand-gold-soft: var(--brand-orange-soft);--gradient-brand: linear-gradient(135deg, var(--brand-purple) 0%, #9333ea 45%, var(--brand-orange) 120%);--gradient-brand-soft: linear-gradient(135deg, rgba(124, 58, 237, .22), rgba(249, 115, 22, .1));--gradient-hero-glow: radial-gradient(ellipse 70% 50% at 20% -10%, rgba(124, 58, 237, .28), transparent), radial-gradient(ellipse 40% 35% at 85% 10%, rgba(249, 115, 22, .14), transparent);--color-bg-page: #0a0810;--color-bg-surface: #14101c;--color-bg-subtle: #1c1728;--color-bg-elevated: #221c32;--color-primary: var(--brand-purple);--color-primary-hover: var(--brand-purple-bright);--color-primary-active: var(--brand-purple-dim);--color-accent: var(--brand-orange);--color-accent-hover: var(--brand-orange-soft);--color-header-studio: #0c0a12;--color-header-platform: #120f1a;--color-header-company: var(--color-header-platform);--color-success: #34d399;--color-success-bg: rgba(52, 211, 153, .12);--color-warning: var(--brand-orange-soft);--color-warning-bg: rgba(249, 115, 22, .14);--color-danger: #f87171;--color-danger-bg: rgba(248, 113, 113, .12);--color-text-primary: #f3eefc;--color-text-secondary: #a89bc0;--color-text-tertiary: #6e6288;--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(167, 139, 250, .22);--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, sans-serif;--text-page-title: 20px;--text-section-title: 16px;--text-body: 14px;--text-caption: 12px;--space-page-x: 24px;--space-section: 16px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .4), 0 0 0 1px rgba(124, 58, 237, .08);--shadow-dropdown: 0 12px 40px rgba(0, 0, 0, .55);--header-height: 56px;--content-max-width: 1320px;--sidebar-width: 220px;--sidebar-rail-width: 220px;--z-sticky: 100;--z-toast: 1200;--z-modal: 1100}.brand-wordmark{display:block;height:28px;width:auto;object-fit:contain}:root{font-family:var(--font-sans);line-height:1.5;color:var(--color-text-primary);background:var(--color-bg-page)}*{box-sizing:border-box}body{margin:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#111827;color:#f9fafb}.logo{font-weight:700;color:#f9fafb}.header-nav{display:flex;gap:1.25rem}.header-nav a{color:#d1d5db}.header-user{color:#9ca3af;font-size:.875rem}.header-logout{background:transparent;border:1px solid #4b5563;color:#d1d5db;padding:.35rem .75rem;margin-top:0}.header-logout:hover{background:#374151}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg-page)}.alert-readonly{background:#18a89a1a;color:var(--brand-teal-bright);border:1px solid rgba(34,196,181,.25)}.header-role{margin-left:.35rem;color:#6b7280;font-size:.75rem}.main{max-width:var(--content-max-width);margin:0 auto;padding:1.5rem var(--space-page-x)}.page-header h1{margin:0 0 .25rem;font-size:1.5rem}.muted{color:var(--color-text-secondary)}.form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem}input[type=text],input[type=email],input[type=password],input[type=number],input[type=url],input[type=search],textarea,select{background:var(--color-bg-subtle);color:var(--color-text-primary);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #18a89a33}.code-editor{width:100%;font-family:ui-monospace,monospace;font-size:.8125rem;padding:.75rem;border:1px solid var(--color-border-strong);border-radius:6px;margin-top:.5rem;background:var(--color-bg-subtle);color:var(--color-text-primary)}.mono{font-family:ui-monospace,monospace;font-size:.875rem}.small{font-size:.8125rem}.cap-badge{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.75rem;font-weight:500}.cap-ok{background:var(--color-success-bg);color:var(--color-success)}.cap-off{background:var(--color-bg-subtle);color:var(--color-text-tertiary)}.cap-warn{background:var(--color-warning-bg);color:var(--brand-gold-soft)}.cap-pending{background:#38bdf81f;color:#38bdf8}.qc-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-card)}.card h2{margin-top:0;font-size:1rem}label{display:block;margin-bottom:.75rem;font-size:.875rem;font-weight:500}input[type=text],input[type=email],input[type=password],input[type=number],input:not([type]){display:block;width:100%;max-width:480px;margin-top:.25rem;padding:.5rem .75rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--text-body);background:var(--color-bg-subtle);color:var(--color-text-primary)}textarea{display:block;width:100%;margin-top:.25rem;padding:.65rem .75rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--text-body);line-height:1.5;resize:vertical;min-height:80px;background:var(--color-bg-subtle);color:var(--color-text-primary)}button,.button{display:inline-block;margin-top:.5rem;margin-right:.5rem;padding:.5rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;font-size:var(--text-body);cursor:pointer}.button-secondary{background:var(--color-bg-surface);color:var(--color-text-primary);border:1px solid var(--color-border-strong)}.button-secondary:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:var(--color-bg-surface)}select{margin-top:.5rem;margin-right:.5rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}button:disabled{opacity:.5;cursor:not-allowed}button:hover:not(:disabled),.button:hover{background:var(--color-primary-hover)}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--color-border)}.subnav{margin-bottom:1rem;padding:1rem 1.25rem;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.subnav-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.subnav-links{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.grid-2{grid-template-columns:1fr}}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--color-bg-subtle);color:var(--color-text-secondary)}.badge-hold{background:var(--color-warning-bg);color:var(--brand-gold-soft)}.badge-expand{background:var(--color-success-bg);color:var(--color-success)}.badge-eliminated{background:var(--color-danger-bg);color:var(--color-danger)}.alert-error{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid rgba(248,113,113,.35)}.alert-success,.ok{background:var(--color-success-bg);color:var(--color-success);border:1px solid rgba(52,211,153,.35);padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}pre{font-size:.75rem;overflow:auto;background:var(--color-bg-subtle);padding:.75rem;border-radius:6px;border:1px solid var(--color-border)}.sample-list{margin:0;padding-left:1.25rem;font-size:.875rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.button-link{display:inline-flex;align-items:center;padding:.45rem .75rem;border-radius:6px;background:var(--color-bg-subtle);color:var(--color-text-secondary);text-decoration:none;font-size:.875rem}.button-link:hover{background:var(--color-bg-elevated);color:var(--color-text-primary)}code{font-family:ui-monospace,monospace;font-size:.8125rem;background:var(--color-bg-subtle);padding:.1rem .35rem;border-radius:4px}.studio-header{background:var(--color-header-studio)}.header-nav .nav-active{color:#fff;font-weight:600;text-decoration:none}.nav-engine{color:#94a3b8!important;border:1px solid #475569;padding:.2rem .5rem;border-radius:4px}.home-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem}@media (max-width: 900px){.home-grid{grid-template-columns:1fr}}.todo-list{list-style:none;padding:0;margin:0}.todo-list li{border-bottom:1px solid var(--color-border);padding:.65rem 0}.todo-list a{display:flex;flex-direction:column;gap:.15rem;text-decoration:none;color:inherit}.todo-high{border-left:3px solid #ef4444;padding-left:.5rem}.summary-dl{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem}.summary-dl dt{font-size:.75rem;color:var(--color-text-tertiary)}.project-card{display:block;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;text-decoration:none;color:inherit;box-shadow:var(--shadow-card)}.project-card:hover{border-color:#22c4b559;box-shadow:0 4px 20px #18a89a1f}.step-bar-wrap{margin-bottom:1.25rem;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem}.step-bar-item{display:flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--color-text-tertiary);text-decoration:none}.step-bar-item.step-active{color:var(--brand-teal-bright);font-weight:600}.step-bar-item.step-done{color:var(--color-success)}.step-dot{width:1.25rem;height:1.25rem;border-radius:999px;background:var(--color-bg-subtle);display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.step-todo{margin:.5rem 0 0;font-size:.875rem;color:var(--brand-gold-soft)}.semi-manual-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.semi-manual-num{display:inline-block;background:#18a89a26;color:var(--brand-teal-bright);font-weight:700;width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;border-radius:999px;font-size:.75rem;margin-bottom:.5rem}.summary-dl dd{margin:0;font-weight:600}.portfolio-summary{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.9375rem}.project-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.todo-dot{color:var(--color-danger)}.step-bar{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.step-bar-item.step-blocked{opacity:.55}.step-active .step-dot{background:var(--color-primary);color:#fff}.step-done .step-dot{background:var(--color-success);color:#fff}.semi-manual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1rem 0}@media (max-width: 900px){.semi-manual-grid{grid-template-columns:1fr}}.suggestion-summary{font-size:1.05rem;line-height:1.6}.suggestion-card{border-left:4px solid var(--brand-teal)}.file-inline{font-size:.8125rem}.file-inline input{display:block;margin-top:.25rem}.button-danger{background:var(--color-danger);color:#fff;border:none}.engine-body{display:flex;min-height:calc(100vh - 52px)}.engine-sidebar{width:200px;background:var(--brand-navy);padding:1rem 0;display:flex;flex-direction:column}.engine-sidebar a{color:var(--color-text-secondary);padding:.5rem 1.25rem;text-decoration:none}.engine-sidebar .side-active{background:#18a89a1f;color:var(--brand-teal-bright)}.engine-main{flex:1;max-width:none}.breadcrumb{font-size:.875rem;margin-bottom:.75rem;color:var(--color-text-tertiary)}.qc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.company-header{background:var(--color-header-company)}.company-shell{display:flex;min-height:calc(100vh - 52px)}.data-table{width:100%;border-collapse:collapse;background:var(--color-bg-surface)}.data-table th,.data-table td{border:1px solid var(--color-border);padding:.5rem .75rem;text-align:left}.company-sidebar{width:200px;background:var(--color-bg-surface);border-right:1px solid var(--color-border);padding:1rem .75rem;display:flex;flex-direction:column;gap:.35rem}.company-sidebar a{padding:.5rem .75rem;border-radius:6px;color:var(--color-text-secondary)}.company-sidebar a.nav-active{background:#18a89a1f;color:var(--brand-teal-bright);font-weight:600}.company-main{flex:1;max-width:1100px;padding:1.5rem}.nav-company,.nav-studio{color:#93c5fd!important}.home-stats{display:flex;gap:1.5rem;margin:1rem 0}.home-stats .stat-num{display:block;font-size:1.5rem;font-weight:700}.trend-chart-wrap{margin-top:.75rem}.trend-chart{width:100%;max-width:560px;height:auto}.trend-grid{stroke:var(--color-border);stroke-width:1}.trend-line{stroke:var(--brand-teal);stroke-width:2.5}.trend-dot{fill:var(--brand-teal)}.trend-axis-label,.trend-x-label{fill:var(--color-text-tertiary);font-size:11px}.trend-table{margin-top:1rem}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid transparent;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:var(--text-body);font-weight:500;line-height:1.4;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s;margin:0}.ui-btn--sm{padding:.35rem .75rem;font-size:var(--text-caption)}.ui-btn--md{padding:.5rem 1rem}.ui-btn--lg{padding:.65rem 1.25rem;font-size:15px}.ui-btn--primary{background:linear-gradient(135deg,var(--brand-teal-bright),var(--brand-teal));color:#041210;font-weight:600}.ui-btn--primary:hover:not(:disabled){filter:brightness(1.08)}.ui-btn--secondary{background:var(--color-bg-surface);color:var(--color-text-primary);border-color:var(--color-border-strong)}.ui-btn--secondary:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.ui-btn--ghost{background:transparent;color:var(--color-text-secondary);border-color:transparent}.ui-btn--ghost:hover:not(:disabled){background:var(--color-bg-subtle)}.ui-btn--danger{background:var(--color-danger);color:#fff}.ui-btn:disabled{opacity:.45;cursor:not-allowed}.ui-header-logout{color:#ffffffd9!important}.ui-header-logout:hover:not(:disabled){background:#ffffff1a!important;color:#fff!important}.ui-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:var(--text-caption);font-weight:600;white-space:nowrap}.ui-badge--default{background:var(--color-bg-subtle);color:var(--color-text-secondary)}.ui-badge--info{background:#18a89a26;color:var(--brand-teal-bright)}.ui-badge--success{background:var(--color-success-bg);color:var(--color-success)}.ui-badge--warning{background:var(--color-warning-bg);color:var(--brand-gold-soft)}.ui-badge--danger{background:var(--color-danger-bg);color:var(--color-danger)}.ui-stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-section);margin-bottom:var(--space-section)}.ui-stat-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem 1.1rem;box-shadow:var(--shadow-card)}.ui-stat-card--primary .ui-stat-card__value{color:var(--color-primary)}.ui-stat-card--success .ui-stat-card__value{color:var(--color-success)}.ui-stat-card--warning .ui-stat-card__value{color:var(--color-warning)}.ui-stat-card--danger .ui-stat-card__value{color:var(--color-danger)}.ui-stat-card__label{display:block;font-size:var(--text-caption);color:var(--color-text-tertiary);margin-bottom:.35rem}.ui-stat-card__value{display:block;font-size:1.5rem;font-weight:700;line-height:1.2;color:var(--color-text-primary)}.ui-stat-card__hint{display:block;font-size:var(--text-caption);color:var(--color-text-tertiary);margin-top:.25rem}.ui-empty{text-align:center;padding:2.5rem 1.5rem;color:var(--color-text-secondary)}.ui-empty__icon{color:var(--color-text-tertiary);margin-bottom:.75rem}.ui-empty__title{margin:0 0 .35rem;font-size:var(--text-section-title);color:var(--color-text-primary)}.ui-empty__desc{margin:0 0 1rem;font-size:var(--text-body)}.ui-skeleton{display:block;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:ui-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius-sm)}.ui-skeleton--round{border-radius:999px}@keyframes ui-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-page-skeleton{display:flex;flex-direction:column;gap:.75rem}.ui-page-skeleton__grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:.5rem}.ui-toast-stack{position:fixed;top:calc(var(--header-height) + 12px);right:16px;z-index:var(--z-toast, 1200);display:flex;flex-direction:column;gap:.5rem;max-width:360px;pointer-events:none;isolation:isolate}.ui-toast{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius-md);box-shadow:0 8px 28px #0f0a1e29;font-size:var(--text-body);animation:ui-toast-in .2s ease;pointer-events:auto;isolation:isolate;background:#fff}.ui-toast--success{background:#f6ffed;color:#135200;border:1px solid #b7eb8f}.ui-toast--error{background:#fff2f0;color:#a8071a;border:1px solid #ffccc7}.ui-toast--info{background:#fff;color:var(--make-ink, #1a1228);border:1px solid rgba(15,10,30,.1)}.ui-toast__close{margin-left:auto;background:none;border:none;padding:0;cursor:pointer;color:inherit;opacity:.6}@keyframes ui-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ui-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:1rem}.ui-modal-backdrop--glass{background:#06080e8c;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ui-modal{background:var(--color-bg-surface);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;overflow:auto;box-shadow:var(--shadow-dropdown)}.ui-modal--wide{max-width:720px}.ui-modal--glass{background:#1c1e26;color:#f4f5f8;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 24px 64px #00000073}.ui-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.ui-modal__header--plain{border-bottom:none;padding-bottom:.35rem}.ui-modal__header h2{margin:0;font-size:var(--text-section-title)}.ui-modal--glass .ui-modal__header h2{color:#fff;font-size:1.05rem;font-weight:650}.ui-modal__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;border:none;border-radius:8px;background:transparent;color:inherit;cursor:pointer;box-shadow:none}button.ui-modal__close{margin:0;padding:0;background:transparent;color:inherit}button.ui-modal__close:hover{background:transparent;color:inherit}.ui-modal--glass .ui-modal__close{color:#ffffffb8}.ui-modal--glass .ui-modal__close:hover{background:transparent;color:#fff}.ui-modal__body{padding:1.25rem}.ui-modal--glass .ui-modal__body{padding-top:.65rem}.ui-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border)}.ui-modal__footer--glass{border-top:none;padding-top:.35rem}.ui-btn--glass-cancel{background:#2a2d38!important;color:#f4f5f8!important;border:1px solid rgba(255,255,255,.1)!important}.ui-btn--glass-cancel:hover:not(:disabled){background:#343846!important;color:#fff!important}.ui-btn--glass-confirm{background:#7c3aed!important;color:#fff!important;border:none!important;font-weight:650}.ui-btn--glass-confirm:hover:not(:disabled){background:#6d28d9!important;filter:none}.ui-btn--glass-confirm:disabled{opacity:.4;filter:none}.ui-confirm-message--glass{color:#ffffffd1}.ui-prompt-field{display:flex;flex-direction:column;gap:.45rem}.ui-prompt-field__label{font-size:13px;color:#ffffffb3}.ui-prompt-field__input{width:100%;margin:0;padding:.7rem .85rem;border-radius:10px;border:1px solid rgba(120,150,255,.55);background:#12141b;color:#fff;font-size:14px;outline:none;box-sizing:border-box}.ui-prompt-field__input:focus{border-color:#7c3aedbf;box-shadow:0 0 0 3px #7c3aed38}.ui-series-picker{display:flex;flex-direction:column;gap:1rem;min-height:280px}.ui-series-picker__search{display:flex;align-items:center;gap:.5rem;max-width:280px;padding:.55rem .85rem;border-radius:999px;background:#12141b;border:1px solid rgba(255,255,255,.1);color:#ffffff8c}.ui-series-picker__search:focus-within{border-color:#f973168c;box-shadow:none}.ui-series-picker__search input,.ui-series-picker__search input[type=search]{flex:1;margin:0;padding:0;border:none!important;border-radius:0;background:transparent!important;color:#fff;font-size:13px;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ui-series-picker__search input:focus,.ui-series-picker__search input[type=search]:focus{outline:none!important;border:none!important;box-shadow:none!important;background:transparent!important}.ui-series-picker__search input::placeholder{color:#fff6}.ui-series-picker__grid.my-shows__grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:.85rem}.ui-series-picker .my-shows__card.is-picker-selected{box-shadow:0 0 0 2px var(--palette-orange),0 10px 24px #f9731638;border-color:#f973168c}.ui-series-picker__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;min-height:180px;color:#ffffff73;font-size:13px}.ui-series-picker__eof{margin:0;text-align:center;font-size:12px;color:#ffffff47}.ui-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.ui-page-header h1{margin:0 0 .25rem;font-size:var(--text-page-title);font-weight:600}.ui-page-header__subtitle{margin:0;color:var(--color-text-secondary);font-size:var(--text-body)}.ui-page-header__actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.ui-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.ui-filter-bar__label{font-size:var(--text-caption);color:var(--color-text-tertiary)}.ui-filter-chips{display:flex;flex-wrap:wrap;gap:.35rem}.ui-filter-chip{border:1px solid var(--color-border);background:var(--color-bg-surface);color:var(--color-text-secondary);padding:.35rem .75rem;border-radius:999px;font-size:var(--text-caption);cursor:pointer;margin:0}.ui-filter-chip--active{background:#18a89a26;border-color:#22c4b559;color:var(--brand-teal-bright);font-weight:600}.ui-project-card{display:flex;flex-direction:column;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-card);transition:border-color .15s,box-shadow .15s,transform .15s}.ui-project-card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #1677ff1f;transform:translateY(-1px);text-decoration:none}.ui-project-card__cover{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;color:#ffffff59}.ui-project-card__roi{position:absolute;top:8px;right:8px;background:#0000008c;color:#95de64;font-size:var(--text-caption);font-weight:600;padding:.2rem .5rem;border-radius:4px}.ui-project-card__body{padding:.85rem 1rem 1rem}.ui-project-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem}.ui-project-card__top h3{margin:0;font-size:var(--text-body);font-weight:600;line-height:1.35}.ui-project-card__meta{margin:0 0 .35rem;font-size:var(--text-caption);color:var(--color-text-tertiary)}.ui-project-card__step{margin:0;font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-project-card__todo{color:var(--color-danger);font-weight:500}.ui-semi-flow{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:0}.ui-semi-flow__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.ui-semi-flow__item:last-child{border-bottom:none}.ui-semi-flow__marker{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;background:var(--color-bg-subtle);color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;font-size:var(--text-caption);font-weight:700}.ui-semi-flow__item--done .ui-semi-flow__marker{background:var(--color-success-bg);color:var(--color-success)}.ui-semi-flow__content h3{margin:0 0 .25rem;font-size:var(--text-body)}.ui-semi-flow__content p{margin:0 0 .65rem;font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-video-player{position:relative;background:#000;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 9}.ui-video-player video{width:100%;height:100%;display:block;object-fit:contain}.ui-video-player--empty{background:var(--color-bg-subtle);border:1px dashed var(--color-border-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--color-text-tertiary);font-size:var(--text-caption)}.ui-video-player__label{position:absolute;bottom:8px;left:8px;background:#0009;color:#fff;font-size:var(--text-caption);padding:.2rem .5rem;border-radius:4px}.ui-shot-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.ui-shot-card--selected{border-color:var(--color-primary);box-shadow:0 0 0 2px #1677ff33}.ui-shot-card--compact{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.65rem .75rem;width:100%;text-align:left;cursor:pointer;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);margin:0;font:inherit}.ui-shot-card__meta{display:flex;justify-content:space-between;align-items:center;padding:.65rem .75rem;font-size:var(--text-caption)}.ui-shot-card__id{margin-left:.35rem;color:var(--color-text-tertiary)}.ui-shot-card__status-pill{background:var(--color-bg-subtle);padding:.15rem .45rem;border-radius:4px}.ui-shot-card__actions{padding:0 .75rem .75rem;display:flex;flex-direction:column;gap:.5rem}.ui-shot-card__reject-chips{display:flex;flex-wrap:wrap;gap:.35rem}.ui-reject-chip{border:1px solid var(--color-border);background:var(--color-bg-surface);padding:.25rem .55rem;border-radius:999px;font-size:var(--text-caption);cursor:pointer;margin:0}.ui-reject-chip:hover:not(:disabled){border-color:var(--color-danger);color:var(--color-danger)}.ui-app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-page)}.ui-app-header{position:sticky;top:0;z-index:var(--z-sticky);height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-page-x);background:var(--color-header-studio);color:#fff;gap:1rem}.ui-app-header__brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:#fff;text-decoration:none;flex-shrink:0}.ui-app-header__brand:hover{text-decoration:none;opacity:.9}.ui-app-nav{display:flex;align-items:center;gap:.15rem;flex:1;overflow-x:auto}.ui-app-nav__link{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:var(--radius-sm);color:#ffffffb8;font-size:var(--text-caption);text-decoration:none;white-space:nowrap}.ui-app-nav__link:hover{color:#fff;background:#ffffff14;text-decoration:none}.ui-app-nav__link--active{color:#fff;background:#1677ff59;font-weight:600}.ui-app-nav__badge{background:var(--color-danger);color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.ui-app-header__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ui-app-header__user{font-size:var(--text-caption);color:#ffffffa6}.ui-app-main{flex:1;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:1.25rem var(--space-page-x) 2rem}.ui-project-layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;gap:1.25rem;align-items:start}@media (max-width: 960px){.ui-project-layout{grid-template-columns:1fr}}.ui-project-sidebar{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;box-shadow:var(--shadow-card);position:sticky;top:calc(var(--header-height) + 12px)}.ui-project-sidebar__section{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ui-project-sidebar__section h2{margin:0;font-size:var(--text-body)}.ui-project-sidebar__row{display:flex;flex-direction:column;gap:.15rem;padding:.5rem 0;border-top:1px solid var(--color-border);font-size:var(--text-caption)}.ui-project-sidebar__label{color:var(--color-text-tertiary)}.step-bar-wrap--sticky{position:sticky;top:var(--header-height);z-index:calc(var(--z-sticky) - 1);margin-bottom:1rem;background:#080c10eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 0}.todo-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit}.todo-card:last-child{border-bottom:none}.todo-card:hover{text-decoration:none}.todo-card__icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);background:#18a89a1f;color:var(--brand-teal-bright);display:flex;align-items:center;justify-content:center}.todo-card--high .todo-card__icon{background:var(--color-danger-bg);color:var(--color-danger)}.todo-card__body strong{display:block;font-size:var(--text-body);margin-bottom:.15rem}.todo-card__body span{font-size:var(--text-caption);color:var(--color-text-secondary)}.login-page--branded{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-brand-panel{background:linear-gradient(160deg,#0b1220,#102a43 55%,#1677ff 120%);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.login-brand-panel h1{font-size:2rem;margin:0 0 .75rem}.login-brand-panel p{opacity:.85;max-width:360px;line-height:1.6}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-bg-page)}.login-form-panel .login-card{width:100%;max-width:400px;border:none;box-shadow:var(--shadow-card)}@media (max-width: 768px){.login-page--branded{grid-template-columns:1fr}.login-brand-panel{padding:2rem 1.5rem;min-height:200px}}.qc-workbench{display:grid;grid-template-columns:240px 1fr;gap:1rem;min-height:480px}@media (max-width: 900px){.qc-workbench{grid-template-columns:1fr}}.qc-workbench__queue{display:flex;flex-direction:column;gap:.35rem;max-height:70vh;overflow-y:auto}.qc-workbench__player{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.ui-inline-error{background:var(--color-danger-bg);color:#a8071a;padding:.65rem .85rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:var(--text-caption)}.ui-wizard-rationale{margin-top:1rem;padding:.85rem;background:#18a89a1a;border:1px solid rgba(34,196,181,.2);border-radius:var(--radius-sm);font-size:var(--text-caption)}.ui-wizard-rationale p{margin:.35rem 0 0}.toolbar-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.project-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.ui-ad-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.ui-ad-card h3{margin:0 0 .25rem;font-size:var(--text-body)}.ui-ad-card__top{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.ui-ad-card__pending{padding:1rem;background:var(--color-bg-subtle);border-radius:var(--radius-sm);margin:.5rem 0}.ui-ad-card__links{display:flex;gap:.5rem;margin-top:.75rem}.ui-trend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.ui-trend-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;box-shadow:var(--shadow-card)}.ui-trend-card__header{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.75rem}.ui-trend-card__header .ui-trend-chip--genre{margin-left:auto;flex-shrink:0}.ui-trend-card__header h3{margin:0;font-size:var(--text-body)}.ui-trend-card__brief{margin:0 0 .75rem;font-size:var(--text-caption);line-height:1.55;color:var(--color-text-secondary)}.ui-trend-card__evidence{margin:.5rem 0}.ui-trend-card__evidence-toggle{display:inline-flex;align-items:center;gap:.25rem;border:0;background:transparent;padding:0;cursor:pointer;font-size:var(--text-caption)}.ui-trend-card__evidence-list{margin:.35rem 0 0;padding-left:1.1rem;font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-trend-card__evidence-list li{display:flex;justify-content:space-between;gap:.75rem;margin:.2rem 0}.ui-trend-card__icon{color:var(--brand-gold-soft);flex-shrink:0;margin-top:2px}.ui-trend-card__heat{margin-bottom:.35rem}.ui-trend-card__heat-bar{height:6px;background:var(--color-bg-subtle);border-radius:999px;overflow:hidden;margin-bottom:.35rem}.ui-trend-card__stars{font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-trend-card__stars-glyphs{letter-spacing:.06em;color:var(--brand-gold);font-size:1.05em}.ui-trend-card__heat-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-teal),var(--brand-gold));border-radius:999px}.ui-trend-card__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:.65rem 0}.ui-trend-chip{font-size:var(--text-caption);padding:.15rem .5rem;border-radius:999px;background:var(--color-bg-subtle);color:var(--color-text-secondary)}.ui-trend-chip--genre{background:#18a89a1f;color:var(--brand-teal-bright)}.ui-trend-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.ui-trend-card__time{margin:0;font-size:var(--text-caption)}.ui-sparkline{display:block;margin:.5rem 0}.ui-sparkline--empty{font-size:var(--text-caption);color:var(--color-text-tertiary);padding:.5rem 0}.ui-checklist{list-style:none;margin:0;padding:0}.ui-checklist__item{display:flex;align-items:center;gap:.65rem;padding:.65rem 0;border-bottom:1px solid var(--color-border);cursor:pointer;font-size:var(--text-body)}.ui-checklist__done{margin-left:auto;color:var(--color-success)}.ui-confirm-message{margin:0;line-height:1.6;color:var(--color-text-secondary)}.ui-metrics-edit{margin-top:1rem}.ui-metrics-edit summary{cursor:pointer;color:var(--color-primary);font-size:var(--text-caption);margin-bottom:.5rem}.ui-table-wrap{overflow-x:auto}.ui-data-table{width:100%;border-collapse:collapse;font-size:var(--text-caption)}.ui-data-table th,.ui-data-table td{border:1px solid var(--color-border);padding:.5rem .65rem;text-align:left;vertical-align:top}.ui-data-table th{background:var(--color-bg-subtle);font-weight:600}.ui-data-table select{max-width:140px;font-size:var(--text-caption);margin:0}.ui-table-cell--clip{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-script-synopsis-readonly{white-space:pre-wrap;margin:0;padding:.75rem 1rem;background:#ffffff0a;border-radius:var(--radius-md);font-size:13px;line-height:1.55}.ui-script-editor{width:100%;min-height:28rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5;resize:vertical}.ui-script-editor__actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.ui-script-version-actions{display:flex;gap:.75rem;flex-wrap:wrap}.ui-linkish{background:none;border:none;padding:0;color:var(--color-accent, #6eb6ff);cursor:pointer;font:inherit;text-decoration:underline}.ui-linkish:disabled{opacity:.5;cursor:not-allowed}.ui-script-diff h3{margin:0 0 .75rem;font-size:var(--text-body)}.ui-script-diff__pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:var(--radius-md);overflow:auto;font-size:12px;line-height:1.45;max-height:360px}.ui-script-preview{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;max-height:320px;overflow:auto;font-size:var(--text-caption);line-height:1.55;margin:0}.ui-script-line{white-space:pre-wrap}.ui-script-line--hit{white-space:pre-wrap;background:var(--color-warning-bg);border-left:3px solid var(--brand-gold);padding-left:.35rem;margin-left:-.35rem}.ui-issue-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.ui-issue-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.85rem 1rem;background:var(--color-bg-surface)}.ui-issue--high{border-left:4px solid var(--color-danger)}.ui-issue--medium{border-left:4px solid var(--color-warning)}.ui-issue--low{border-left:4px solid var(--color-border-strong)}.ui-issue-card__top{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.ui-issue-card__top--meta{flex-direction:column;align-items:flex-start;gap:.2rem;font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-issue-card__desc{margin:0 0 .35rem;font-size:var(--text-body)}.ui-issue-card__suggestion{margin:0 0 .5rem;font-size:var(--text-caption);color:var(--color-text-secondary)}.ui-issue-card__actions{display:flex;gap:.5rem;margin-top:.5rem}.ui-issue-card--done{opacity:.85}.qc-workbench--tablet .qc-workbench__player .ui-video-player{min-height:280px}.qc-shortcut-hint kbd{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:4px;padding:.1rem .35rem;font-size:11px}@media (min-width: 768px) and (max-width: 1200px){.qc-workbench--tablet{grid-template-columns:200px 1fr}.qc-workbench--tablet .qc-workbench__player{position:sticky;top:calc(var(--header-height) + 8px)}.qc-workbench--tablet .ui-video-player{aspect-ratio:16 / 10}}@media (orientation: landscape) and (max-height: 900px){.qc-workbench--tablet{grid-template-columns:220px 1fr;min-height:70vh}}.ui-timeline{list-style:none;margin:0;padding:0;border-left:2px solid var(--color-border);margin-left:.5rem}.ui-timeline__item{position:relative;padding:0 0 1.25rem 1.25rem}.ui-timeline__dot{position:absolute;left:-.45rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:var(--color-primary);border:2px solid var(--color-bg-surface)}.ui-timeline__head{display:flex;gap:.75rem;align-items:center;margin-bottom:.35rem}.ui-timeline__time{font-size:12px;color:var(--color-text-secondary)}.ui-timeline__title{display:flex;align-items:center;gap:.5rem;margin:0 0 .25rem}.ui-timeline__arrow{color:var(--color-text-secondary)}.ui-timeline__reason{margin:.35rem 0 0;font-size:13px}.ui-asset-tabs{display:flex;gap:.5rem;margin-bottom:var(--space-section);flex-wrap:wrap}.ui-asset-tabs__tab{border:1px solid var(--color-border);background:var(--color-bg-surface);border-radius:var(--radius-md);padding:.4rem .9rem;font-size:14px;cursor:pointer}.ui-asset-tabs__tab--active{border-color:var(--color-primary);color:var(--color-primary);background:#1677ff0f}.ui-asset-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem 1rem;margin-bottom:var(--space-section)}.ui-asset-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:12px;color:var(--color-text-secondary)}.ui-asset-filters select{min-width:120px;height:32px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-surface);color:var(--color-text-primary);padding:0 .5rem}.ui-asset-sentinel{text-align:center;padding:.75rem 0 .25rem;min-height:1.5rem}.ui-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-section)}.ui-asset-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden}.ui-asset-card__thumb{display:flex;align-items:center;justify-content:center;height:100px;background:linear-gradient(135deg,#eef2f8,#e8ecf4);color:var(--color-text-secondary)}.ui-asset-card__body{padding:.75rem}.ui-asset-card__body h3{margin:0 0 .25rem;font-size:14px}.ui-asset-card__meta{margin:0;font-size:12px}.ui-asset-card__uri{margin:.35rem 0 0;word-break:break-all}.ui-asset-card__actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:flex-end;margin-top:.55rem}.ui-asset-card__tax{display:inline-flex;flex-direction:column;gap:.15rem;font-size:11px;color:var(--color-text-secondary)}.ui-asset-card__tax select{font:inherit;font-size:12px;min-width:5.5rem;padding:.25rem .35rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg-surface);color:var(--color-text-primary)}.ui-upload-zone{text-align:center;padding:1.5rem;margin-bottom:var(--space-section);border:2px dashed var(--color-border);transition:border-color .15s,background .15s}.ui-upload-zone--over{border-color:var(--color-primary);background:#1677ff0a}.ui-upload-manual{margin-top:1rem;text-align:left}.ad-test-form .form-grid{margin:1rem 0}.ad-test-checklist{margin:0 0 1rem;padding-left:1.25rem;text-align:left}.ui-error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.ui-error-page h1{margin:0 0 .5rem}.ui-reject-banner{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:baseline;padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:var(--space-section);font-size:14px;background:var(--color-warning-bg);border:1px solid rgba(212,160,23,.35);color:var(--brand-gold-soft)}.ui-reject-banner--high{background:#d4a0172e;border-color:#e8c54773}.ui-reject-banner strong{font-weight:600}.ui-shot-card--risk-high{box-shadow:0 0 0 2px var(--brand-gold)}.ui-shot-card--risk-medium{box-shadow:0 0 0 1px #d4a01773}.ui-shot-card__risk,.ui-shot-card__risk-bar{color:var(--brand-gold-soft);font-size:12px;font-weight:600}.ui-shot-card__risk-bar{padding:.35rem .75rem;background:var(--color-warning-bg);border-top:1px solid rgba(212,160,23,.35)}.ui-data-table-wrap{overflow-x:auto}.ui-data-table{width:100%;border-collapse:collapse;font-size:14px}.ui-data-table th,.ui-data-table td{padding:.55rem .75rem;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.ui-data-table th{font-weight:600;color:var(--color-text-secondary);background:var(--color-bg-subtle);font-size:12px}.ui-data-table-wrap--dense .ui-data-table th,.ui-data-table-wrap--dense .ui-data-table td{padding:.4rem .6rem}.ui-chart{width:100%;margin-bottom:var(--space-section)}.engine-detail-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.production-workbench{display:grid;grid-template-columns:minmax(140px,180px) minmax(0,1.4fr) minmax(240px,320px);gap:1rem;align-items:start}.production-workbench.focus-board .production-workbench__takes{opacity:.85}.production-workbench.focus-board .production-workbench__shots{box-shadow:0 0 0 1px #7c3aed2e}.production-workbench.focus-clips{grid-template-columns:minmax(120px,160px) minmax(0,1fr) minmax(280px,1.2fr)}.production-workbench.focus-clips .production-workbench__takes{box-shadow:0 0 0 1px #7c3aed2e}.production-workbench.focus-clips .production-workbench__shots{opacity:.9}@media (max-width: 1100px){.production-workbench,.production-workbench.focus-clips{grid-template-columns:1fr}}.production-ep-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.production-ep-list label{display:flex;align-items:center;gap:.5rem}.production-ep-list__active .ui-linkish{font-weight:600;color:var(--color-text)}.production-render-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.production-render-list li{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.production-render-list__adopted{font-weight:600}.production-render-list__previewing .ui-linkish{color:var(--color-primary, #0f766e);font-weight:600}.ui-data-table__row--selected{background:var(--color-bg-subtle)}.public-shell{min-height:100vh;display:flex;background:var(--color-bg-page);color:var(--color-text-primary)}.public-shell.public-shell--light{min-height:0;height:100%;max-height:100%}.public-rail{width:var(--sidebar-rail-width);flex-shrink:0;background:var(--brand-navy);border-right:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;padding:1rem 0;position:sticky;top:0;height:100vh;z-index:var(--z-sticky)}.public-rail__logo{width:42px;height:42px;border-radius:12px;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;margin-bottom:1.25rem;box-shadow:0 4px 16px #18a89a40}.public-rail__nav{flex:1;display:flex;flex-direction:column;gap:.35rem;width:100%;padding:0 .6rem}.public-rail__link{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto;border-radius:12px;color:var(--color-text-tertiary);text-decoration:none;transition:background .15s,color .15s}.public-rail__link:hover{color:var(--color-text-primary);background:#ffffff0f;text-decoration:none}.public-rail__link--active{color:var(--brand-teal-bright);background:#18a89a26;box-shadow:inset 0 0 0 1px #22c4b540}.public-rail__label{position:absolute;left:calc(100% + 10px);background:var(--color-bg-elevated);border:1px solid var(--color-border);color:var(--color-text-primary);padding:.35rem .65rem;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}.public-rail__link:hover .public-rail__label{opacity:1}.public-rail__foot{padding:0 .6rem}.public-body{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--color-bg-page);background-image:var(--gradient-hero-glow)}.public-topbar{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;border-bottom:1px solid var(--color-border);background:#080c1099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-topbar__title{font-weight:600;font-size:15px;color:var(--color-text-primary)}.public-topbar__actions{display:flex;align-items:center;gap:.65rem}.public-main{flex:1;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 1.75rem 3rem}.public-btn-ghost{padding:.45rem 1rem;border-radius:999px;font-size:14px;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border-strong);text-decoration:none;cursor:pointer;transition:border-color .15s,color .15s}.public-btn-ghost:hover{border-color:var(--brand-teal);color:var(--brand-teal-bright);text-decoration:none}.public-btn-brand{padding:.5rem 1.25rem;border-radius:999px;font-size:14px;font-weight:600;color:#041210;background:linear-gradient(135deg,var(--brand-teal-bright),var(--brand-teal));border:none;text-decoration:none;cursor:pointer;box-shadow:0 4px 20px #18a89a59;transition:transform .15s,box-shadow .15s}.public-btn-brand:hover{transform:translateY(-1px);box-shadow:0 6px 24px #18a89a73;text-decoration:none;color:#041210}.landing-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:2rem}.landing-hero{padding:1rem 0 .5rem}.landing-hero__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:999px;background:#18a89a1f;border:1px solid rgba(34,196,181,.25);color:var(--brand-teal-bright);font-size:13px;font-weight:600;margin-bottom:1.25rem}.landing-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em;max-width:16ch}.landing-hero h1 span{color:var(--brand-teal-bright)}.landing-hero__sub{font-size:1rem;color:var(--color-text-secondary);max-width:520px;margin:0 0 1.75rem;line-height:1.7}.landing-prompt{max-width:640px;background:var(--color-bg-surface);border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-card);border:1px solid var(--color-border-strong)}.landing-prompt__input{width:100%;border:none;outline:none;font-size:15px;resize:none;min-height:52px;font-family:inherit;color:var(--color-text-primary);background:transparent}.landing-prompt__input::placeholder{color:var(--color-text-tertiary)}.landing-prompt__tools{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.landing-feature-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.landing-feature-chip{display:flex;align-items:center;gap:.55rem;padding:.55rem .95rem;background:var(--color-bg-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);font-size:13px;color:var(--color-text-primary);text-decoration:none;transition:border-color .15s,background .15s}.landing-feature-chip:hover{border-color:#22c4b559;background:var(--color-bg-subtle);text-decoration:none}.landing-feature-chip__icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center}.landing-feature-chip__icon--teal{background:#18a89a26;color:var(--brand-teal-bright)}.landing-feature-chip__icon--gold{background:#d4a0171f;color:var(--brand-gold-soft)}.landing-feature-chip__icon--sky{background:#38bdf81f;color:#38bdf8}.landing-banners{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.landing-banner{border-radius:var(--radius-lg);padding:1.25rem 1.35rem;min-height:108px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;background:var(--color-bg-surface);border:1px solid var(--color-border);transition:border-color .15s,transform .15s}.landing-banner:hover{transform:translateY(-2px);text-decoration:none}.landing-banner h3{margin:0;font-size:1rem;color:var(--color-text-primary)}.landing-banner p{margin:.35rem 0 0;font-size:12px;color:var(--color-text-secondary)}.landing-banner--teal{border-left:3px solid var(--brand-teal)}.landing-banner--gold{border-left:3px solid var(--brand-gold)}.landing-banner--sky{border-left:3px solid #38bdf8}.landing-banner:hover.landing-banner--teal{border-color:#22c4b566}.landing-banner:hover.landing-banner--gold{border-color:#d4a01766}.landing-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:var(--color-bg-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.landing-filter-bar__label{font-size:13px;color:var(--color-text-tertiary);margin-right:.25rem}.landing-filter-bar__count{margin-left:auto;font-size:12px}.landing-filter-chip{padding:.35rem .85rem;border-radius:999px;font-size:13px;border:1px solid transparent;background:transparent;color:var(--color-text-secondary);cursor:pointer}.landing-filter-chip:hover{color:var(--color-text-primary);background:var(--color-bg-subtle)}.landing-filter-chip--active{background:#18a89a26;color:var(--brand-teal-bright);border-color:#22c4b54d}.landing-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.landing-section-head h2{margin:0;font-size:1.15rem;font-weight:600}.ui-trend-grid,.landing-trend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.public-shell .ui-trend-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .15s,transform .15s}.public-shell .ui-trend-card:hover{transform:translateY(-2px);border-color:#22c4b540}.login-page-v2{height:100%;min-height:0;overflow-y:auto;background:var(--color-bg-page);background-image:var(--gradient-hero-glow);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card-v2{width:100%;max-width:400px;background:var(--color-bg-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-dropdown)}.login-card-v2__logo{display:flex;align-items:center;gap:.85rem;margin-bottom:1.35rem}.login-card-v2__logo img{width:56px;height:56px;border-radius:16px;object-fit:cover;box-shadow:0 8px 20px #f973164d;flex-shrink:0}.login-card-v2__logo .brand-wordmark{height:36px;width:auto}.login-card-v2 h1{margin:0 0 .35rem;font-size:1.5rem;color:var(--color-text-primary)}.login-card-v2 label{display:block;margin-top:1rem;font-size:13px;font-weight:500;color:var(--color-text-secondary)}.login-card-v2 input{width:100%;margin-top:.35rem;padding:.65rem .85rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-md);font-size:15px;background:var(--color-bg-subtle);color:var(--color-text-primary)}.login-card-v2 input:focus{outline:none;border-color:var(--brand-teal);box-shadow:0 0 0 3px #18a89a33}.login-card-v2__back{display:inline-block;margin-top:1.25rem;font-size:13px;color:var(--color-text-secondary)}.login-card-v2 .ui-btn--primary{width:100%;margin-top:1.25rem;background:linear-gradient(135deg,var(--brand-teal-bright),var(--brand-teal));color:#041210;border:none;border-radius:var(--radius-md);font-weight:600}.app-shell{height:100%;max-height:100%;display:flex;overflow:hidden;background:var(--color-bg-page);color:var(--color-text-primary)}.app-shell__nav{width:var(--sidebar-width);flex-shrink:0;background:var(--brand-navy);border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden;z-index:var(--z-sticky)}.app-shell__brand{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem 1.1rem;text-decoration:none;color:inherit;border-bottom:none;flex-shrink:0}.app-shell__brand-logo{width:44px;height:44px;border-radius:12px;object-fit:cover;flex-shrink:0;box-shadow:0 5px 14px #f9731647}.app-shell__brand:hover{text-decoration:none;color:inherit}.app-shell__brand-mark{width:40px;height:40px;border-radius:12px;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 18px #7c3aed59;flex-shrink:0}.app-shell__brand-mark--platform{box-shadow:0 4px 18px #f973164d}.app-shell__brand-text{display:flex;flex-direction:column;gap:2px;min-width:0}.app-shell__brand-text strong{display:inline-flex;font-size:inherit;font-weight:inherit;letter-spacing:inherit}.app-shell__brand-text .brand-wordmark{height:28px;width:auto}.app-shell__brand-text em{font-style:normal;font-size:12px;color:var(--color-text-secondary)}.app-shell__links{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:.75rem .65rem}.app-shell__group{margin:.65rem .5rem .35rem;font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--color-text-tertiary);text-transform:none}.app-shell__link{position:relative;display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .7rem;border-radius:10px;color:var(--color-text-secondary);text-decoration:none;font-size:14px;font-weight:500;border:none;background:transparent;cursor:pointer;transition:background .15s,color .15s;text-align:left}.app-shell__link:hover{color:var(--color-text-primary);background:#ffffff0d;text-decoration:none}.app-shell__link--active{color:#fff;background:linear-gradient(90deg,#7c3aed59,#f973161f);box-shadow:inset 3px 0 0 var(--brand-orange)}.app-shell__link--switch{color:var(--brand-orange-soft)}.app-shell__badge{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand-orange);color:#1a0a00;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.app-shell__nav-foot{flex-shrink:0;padding:.65rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:2px}.app-shell__main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.app-shell__topbar{height:var(--header-height);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#0a0810eb;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-shell__title{margin:0;font-weight:650;font-size:16px;letter-spacing:.01em}.app-shell__topbar-right{display:flex;align-items:center;gap:.75rem;font-size:13px;color:var(--color-text-secondary)}.app-shell__user{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 2rem;max-width:var(--content-max-width);width:100%;margin:0 auto;box-sizing:border-box}.app-shell--platform .app-shell__content{max-width:1440px}.studio-shell{height:100vh;height:100dvh;display:flex;overflow:hidden;background:var(--color-bg-page);color:var(--color-text-primary)}.studio-sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--brand-navy);border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden}.studio-body{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.studio-topbar{height:var(--header-height);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#0a0810e6;border-bottom:1px solid var(--color-border)}.studio-topbar__title{font-weight:600;font-size:15px}.studio-topbar__user{display:flex;align-items:center;gap:.75rem;font-size:13px;color:var(--color-text-secondary)}.studio-content{flex:1;min-height:0;overflow-y:auto;padding:1.5rem;max-width:var(--content-max-width);width:100%;margin:0 auto}@media (max-width: 768px){.landing-banners{grid-template-columns:1fr}.app-shell__brand-text em,.public-rail__label{display:none}.app-shell__nav{width:72px}.app-shell__link span:not(.app-shell__badge),.app-shell__group{display:none}.app-shell__link{justify-content:center;padding:.65rem}.app-shell__badge{position:absolute;top:4px;right:4px;margin-left:0}.public-main{padding:0 1rem 2rem}}html,body,#root{height:100%;overflow:hidden}.public-shell--light{height:100%;max-height:100%;min-height:0!important;display:flex;overflow:hidden;background:#f5f5f7;color:#1a1228}.public-nav{width:172px;flex-shrink:0;background:#fff;border-right:1px solid rgba(15,10,30,.06);display:flex;flex-direction:column;overflow:hidden}.public-nav__brand{display:flex;align-items:center;justify-content:center;gap:.45rem;height:48px;box-sizing:border-box;padding:0 .75rem;text-decoration:none;color:inherit;border-bottom:none}.public-nav__brand:hover{text-decoration:none;color:inherit}.public-nav__logo{width:28px;height:28px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 8px #f9731638}.public-nav__name{height:20px;width:auto;display:block;object-fit:contain}.public-nav__links{flex:1;min-height:0;overflow-y:auto;padding:.45rem .55rem;display:flex;flex-direction:column;gap:.2rem}.public-nav__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;border-radius:10px;color:#9a90b0;text-decoration:none;font-size:12px;font-weight:400}.public-nav__link:hover{background:#7c3aed0d;color:#6b6280;text-decoration:none}.public-nav__link.is-active{color:#fff;font-weight:500;background:linear-gradient(105deg,#7c3aed,#a855f7 48%,#f97316 140%);box-shadow:0 6px 14px #7c3aed38}.public-nav__foot{padding:.65rem .55rem .85rem;border-top:1px solid rgba(15,10,30,.04)}.public-nav__muted{width:100%;border:none;background:transparent;color:#a89cbc;font-size:12px;font-weight:400;text-align:left;padding:.4rem .65rem;cursor:pointer;border-radius:8px}.public-nav__muted:hover{color:#7c3aed;background:#7c3aed0d}.public-shell--light .public-body{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f5f5f7}.public-top{height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;padding:0 1.25rem;background:#fff;border-bottom:1px solid rgba(15,10,30,.06)}.public-top__auth{display:flex;align-items:center;gap:.5rem}.public-top__user{font-size:12px;color:#8a839c}.public-top__ghost{border:none;background:transparent;color:#8a839c;font-size:12px;font-weight:500;text-decoration:none;cursor:pointer}.public-top__ghost:hover{color:#5b5270;text-decoration:none}.public-top__cta{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 .85rem;border-radius:999px;border:none;color:#fff;font-size:12px;font-weight:500;text-decoration:none;cursor:pointer;background:linear-gradient(105deg,#7c3aed,#f97316);box-shadow:0 3px 10px #7c3aed33}.public-top__cta:hover{text-decoration:none;filter:brightness(1.05)}.public-shell--light .public-main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 2rem;-webkit-overflow-scrolling:touch}.home-page{max-width:1280px;margin:0 auto}.home-page__banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.35rem 0 .75rem;border-radius:0;background:transparent;border:none;border-bottom:1px solid rgba(15,10,30,.05)}.home-page__sort{display:inline-flex;align-items:stretch;height:30px;padding:0;box-sizing:border-box;background:#fff;border:1px solid rgba(15,10,30,.1);border-radius:999px;overflow:hidden}.home-page__sort button{border:none;background:transparent;color:#8a839c;font-size:12px;font-weight:500;padding:0 .9rem;margin:0;height:100%;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:0;cursor:pointer}.home-page__sort button+button{border-left:1px solid rgba(15,10,30,.08)}.home-page__sort button:hover{background:transparent;color:#5b5270}.home-page__sort button.is-active{color:#7c3aed;font-weight:650;background:#7c3aed0f}.home-page__body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1.5rem;align-items:start}.home-page__empty{padding:3rem 1rem;text-align:center;color:#8a7fa3;background:#fff;border-radius:16px;border:1px dashed rgba(124,58,237,.2)}.home-hot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:1rem}.home-hot-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgba(15,10,30,.06);box-shadow:none;transition:box-shadow .2s ease;position:relative}.home-hot-card.is-hover{z-index:20;box-shadow:0 16px 36px #50288c24}.home-hot-card.is-hover .home-hot-card__body{background:#fff}.home-hot-card__media{position:relative;aspect-ratio:3 / 4;height:auto;background:linear-gradient(180deg,#efeaf8,#e8e2f4);overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:14px 14px 0 0}.home-poster-stack{position:absolute;top:8%;right:12%;bottom:14%;left:12%;perspective:800px}.home-poster-stack--carousel{top:0;right:0;bottom:0;left:0}.home-poster-stack__slide{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:.85rem .75rem 1.35rem;animation:home-poster-fade .45s ease}.home-poster-stack__slide .home-poster-stack__title{color:#fff;font-size:13px;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.55);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-poster-stack__dots{position:absolute;left:0;right:0;bottom:10px;z-index:2;display:flex;justify-content:center;gap:5px;pointer-events:none}.home-poster-stack__dots i{width:5px;height:5px;border-radius:50%;background:#ffffff73}.home-poster-stack__dots i.is-on{background:#fff;box-shadow:0 0 0 2px #7c3aed59}@keyframes home-poster-fade{0%{opacity:.35;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.home-poster-stack__card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background-size:cover;background-position:center;box-shadow:0 10px 24px #0f0a1e2e;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .3s ease}.home-poster-stack__card--0{z-index:4;transform:translate(0) rotate(0)}.home-poster-stack__card--1{z-index:3;transform:translate(6px,-5px) rotate(2deg);opacity:.92}.home-poster-stack__card--2{z-index:2;transform:translate(-6px,-8px) rotate(-2.5deg);opacity:.86}.home-poster-stack__card--3{z-index:1;transform:translate(10px,-11px) rotate(4deg);opacity:.8}.home-poster-stack__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-hot-card__grade{position:absolute;top:8px;left:8px;z-index:6;display:flex;align-items:center;justify-content:center;min-width:34px;height:28px;padding:0 .45rem;border-radius:8px;background:linear-gradient(145deg,#8b5cf6,#f97316);border:1px solid rgba(255,255,255,.28);color:#fff;line-height:1;box-shadow:0 4px 12px #7c3aed47}.home-hot-card__grade--Spplus{background:linear-gradient(145deg,#7c3aed,#f97316)}.home-hot-card__grade--S{background:linear-gradient(145deg,#8b5cf6,#c084fc)}.home-hot-card__grade--Ap{background:linear-gradient(145deg,#ef4444,#f97316)}.home-hot-card__grade--A{background:linear-gradient(145deg,#f97316,#fb923c)}.home-hot-card__grade--Am{background:linear-gradient(145deg,#f59e0b,#fbbf24)}.home-hot-card__grade--Bp,.home-hot-card__grade--B{background:linear-gradient(145deg,#06b6d4,#38bdf8)}.home-hot-card__grade--Bm{background:linear-gradient(145deg,#0ea5e9,#67e8f9)}.home-hot-card__grade--Cp,.home-hot-card__grade--C,.home-hot-card__grade--Cm{background:linear-gradient(145deg,#22c55e,#4ade80)}.home-hot-card__grade--Dp,.home-hot-card__grade--D{background:linear-gradient(145deg,#14b8a6,#2dd4bf)}.home-hot-card__grade em{font-style:normal;font-size:13px;font-weight:750;letter-spacing:.02em}.home-hot-card__grade span{display:none}.home-hot-card__overlay-tags{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;flex-wrap:wrap;gap:.3rem;padding:2rem .55rem .55rem;background:linear-gradient(transparent,#0c0818b8)}.home-hot-card__overlay-tags span{padding:.18rem .45rem;border-radius:999px;font-size:11px;font-weight:500;color:#fff;background:#00000073;border:1px solid rgba(255,255,255,.12)}.home-hot-card__cta-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:.75rem;background:transparent;opacity:0;pointer-events:none;transition:opacity .28s ease}.home-hot-card__cta-wrap.is-show{opacity:1;pointer-events:auto;background:transparent}.home-hot-card__cta{height:36px;padding:0 1.25rem;border:none;border-radius:999px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;background:linear-gradient(105deg,#7c3aed,#f97316);box-shadow:0 8px 22px #7c3aed59;transform:translateY(10px) scale(.96);transition:transform .28s cubic-bezier(.22,1,.36,1)}.home-hot-card__cta:hover,.home-hot-card__cta:focus{background:linear-gradient(105deg,#7c3aed,#f97316);filter:none}.home-hot-card__cta-wrap.is-show .home-hot-card__cta{transform:translateY(0) scale(1)}.home-hot-card__cta:disabled{opacity:.7;cursor:wait}.home-hot-card__body{position:relative;padding:.65rem .75rem .75rem;background:#fff;border-radius:0 0 14px 14px;z-index:1}.home-hot-card__line--overview{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.home-hot-card__mask{position:absolute;left:0;right:0;top:36%;bottom:0;z-index:30;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:.65rem;padding:1.75rem .8rem .95rem;background:linear-gradient(180deg,#0c081800,#0c08188c 22%,#0c0818e0 48%,#0c0818f0);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s}.home-hot-card__mask.is-show{opacity:1;visibility:visible;pointer-events:auto}.home-hot-card.is-hover .home-hot-card__media{overflow:hidden}.home-hot-card.is-hover .home-hot-card__grade{z-index:32}.home-hot-card__mask-copy{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.55rem}.home-hot-card__mask-copy p{margin:0;font-size:12px;line-height:1.5;color:#ffffffeb}.home-hot-card__mask-copy em{display:block;font-style:normal;font-size:11px;font-weight:600;color:#ffffff8c;margin-bottom:.2rem}.home-hot-card__mask-suggest{color:#fbbf24!important}.home-hot-card__mask .home-hot-card__cta{align-self:center;flex-shrink:0;transform:none}.home-hot-card__kw{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.45rem}.home-pill{display:inline-flex;align-items:center;height:22px;padding:0 .5rem;border-radius:999px;font-size:11px;font-weight:500;color:#6b5f86;background:#f3f0f8;border:1px solid rgba(15,10,30,.05)}.home-hot-card__line{margin:0 0 .35rem;font-size:12px;color:#5b5270;line-height:1.55}.home-hot-card__line em{font-style:normal;color:#9a90b0;margin-right:.35rem}.home-hot-card__line--suggest{margin-bottom:0;color:#7c3aed}.home-side{display:flex;flex-direction:column;gap:.85rem;position:sticky;top:0}.home-side__panel{background:#fff;border-radius:14px;border:1px solid rgba(15,10,30,.06);box-shadow:none;padding:.85rem .9rem .95rem}.home-side__head{margin-bottom:.55rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-side__head h2{margin:0;font-size:15px;font-weight:700;color:#1a1228}.home-side__more{flex-shrink:0;font-size:12px;font-weight:400;color:#9a90b0;text-decoration:none}.home-side__more:hover{color:#7c3aed;text-decoration:none}.home-side__empty{margin:0;font-size:13px;color:#9a90b0}.home-side__flash{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.home-side__flash li{display:flex;flex-direction:column;gap:.15rem;padding-bottom:.55rem;border-bottom:1px solid rgba(15,10,30,.05)}.home-side__flash li:last-child{border-bottom:none;padding-bottom:0}.home-side__flash-text{font-size:13px;color:#2f2740;line-height:1.4}.home-side__flash time{font-size:11px;color:#9a90b0}.home-side__chart{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.home-side__chart li{display:flex;gap:.55rem;align-items:flex-start}.home-side__chart-link{display:flex;gap:.55rem;align-items:flex-start;min-width:0;flex:1;text-decoration:none;color:inherit}.home-side__chart-link:hover{text-decoration:none}.home-side__chart-link:hover strong{color:#7c3aed}.home-side__rank{width:20px;height:20px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;margin-top:1px}.home-side__rank--top{color:#fff;background:linear-gradient(135deg,#7c3aed,#f97316)}.home-side__rank--n{color:#8a7fa3;background:#f1edf8}.home-side__chart-body{min-width:0;display:flex;flex-direction:column;gap:.1rem}.home-side__chart-body strong{font-size:13px;color:#1f1733;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-side__chart-body span{font-size:11px;color:#9a90b0}@media (max-width: 960px){.home-page__body{grid-template-columns:1fr}.home-side{position:static}}@media (max-width: 720px){.public-nav{width:64px}.public-nav__name,.public-nav__link span,.public-nav__muted{display:none}.public-nav__link{justify-content:center;padding:.65rem}.home-page__banner{flex-direction:column;align-items:stretch}}.public-shell--light .landing-section-head h2{margin:0;color:#1a1228;font-size:18px}.public-shell--light .ui-trend-card{background:#fff;color:#1a1228;border-color:#0f0a1e0f}.public-shell--light .muted{color:#7a7190}.home-list-page{max-width:880px;margin:0 auto}.home-list-page__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(15,10,30,.05)}.home-list-page__head h2{margin:0;font-size:18px;font-weight:700;color:#1a1228}.home-news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.home-news-list li{background:#fff;border:1px solid rgba(15,10,30,.06);border-radius:12px;padding:.85rem 1rem}.home-news-list a,.home-news-list span{font-size:14px;font-weight:600;color:#1f1733;text-decoration:none}.home-news-list a:hover{color:#7c3aed}.home-news-list p{margin:.35rem 0 0;font-size:12px;color:#7a7190;line-height:1.45}.home-news-list time{display:block;margin-top:.4rem;font-size:11px;color:#9a90b0}.home-chart-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.home-chart-list li{display:grid;grid-template-columns:24px 56px minmax(0,1fr);gap:.75rem;align-items:center;background:#fff;border:1px solid rgba(15,10,30,.06);border-radius:12px;padding:.65rem .85rem}.home-chart-list__cover{width:56px;height:74px;border-radius:8px;background:linear-gradient(145deg,#7c3aed,#f97316);background-size:cover;background-position:center}.home-chart-list__body{min-width:0}.home-chart-list__body strong{display:block;font-size:14px;color:#1f1733;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-chart-list__body span{font-size:12px;color:#9a90b0}.home-chart-list__body p{margin:.25rem 0 0;font-size:12px;color:#7a7190;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-news-page{max-width:920px}.home-news-page__bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;padding-bottom:.35rem;border-bottom:1px solid rgba(15,10,30,.06)}.home-news-page__tabs{position:relative;display:flex;flex-wrap:nowrap;gap:.15rem 1rem;flex:1;overflow-x:auto;padding-bottom:.65rem}.home-news-page__tabs button{position:relative;z-index:1;border:none;background:transparent;color:#9a90b0;font-size:13px;font-weight:400;padding:.25rem .1rem;cursor:pointer;white-space:nowrap}.home-news-page__tabs button:hover{color:#6b6280;background:transparent}.home-news-page__tabs button.is-active{color:#7c3aed;font-weight:600}.home-news-page__ink{position:absolute;left:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#f97316);transition:transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1);pointer-events:none}.home-news-feed__day{margin-bottom:1.5rem}.home-news-feed__day h3{margin:0 0 .85rem;font-size:18px;font-weight:750;color:#1a1228}.home-news-feed__day ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.15rem;position:relative}.home-news-feed__day ol:before{content:"";position:absolute;left:5.5px;top:.4rem;bottom:0;width:0;border-left:1px dashed rgba(124,58,237,.32);pointer-events:none;z-index:0}.home-news-feed__day li{position:relative;display:grid;grid-template-columns:12px minmax(0,1fr);column-gap:.75rem;align-items:start;z-index:1}.home-news-feed__rail{position:relative;width:12px;align-self:stretch;display:flex;justify-content:center}.home-news-feed__rail:before{display:none}.home-news-feed__dot{position:relative;z-index:1;width:8px;height:8px;margin-top:.35rem;border-radius:50%;background:#fff;border:2px solid #a855f7;box-sizing:border-box;flex-shrink:0}.home-news-feed__day time{display:block;font-size:12px;color:#9a90b0;margin-bottom:.2rem}.home-news-feed__content{min-width:0}.home-news-feed__title{display:block;font-size:16px;font-weight:700;color:#1a1228;text-decoration:none;line-height:1.4}.home-news-feed__title:hover{color:#7c3aed;text-decoration:none}.home-news-feed__day p{margin:.4rem 0 0;font-size:13px;color:#6b6280;line-height:1.55}.home-news-feed__meta{margin-top:.45rem;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:12px}.home-news-feed__meta a{color:#7c3aed;text-decoration:none}.home-chart-page__search{margin-bottom:1rem}.home-chart-page__search input{width:100%;height:36px;border-radius:10px;border:1px solid rgba(15,10,30,.08);background:#fff;padding:0 .85rem;font-size:13px;color:#1a1228}.home-chart-page__search input:focus{outline:none;border-color:#7c3aed59;box-shadow:0 0 0 3px #7c3aed14}.home-chart-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.home-chart-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.home-chart-grid__card{display:flex;flex-direction:column;gap:.55rem;background:#fff;border:1px solid rgba(15,10,30,.06);border-radius:14px;padding:.65rem;text-decoration:none;color:inherit;position:relative;transition:border-color .15s}.home-chart-grid__card:hover{text-decoration:none;border-color:#7c3aed38}.home-chart-grid__card .home-side__rank{position:absolute;top:.75rem;left:.75rem;z-index:1}.home-chart-grid__cover{width:100%;aspect-ratio:3 / 4;border-radius:10px;background:linear-gradient(145deg,#7c3aed,#f97316);background-size:cover;background-position:center}.home-chart-grid__body{min-width:0;padding:0 .15rem .15rem}.home-chart-grid__body strong{display:block;font-size:13px;color:#1a1228;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-chart-grid__body span{font-size:11px;color:#9a90b0}.home-chart-page__more{margin:1.25rem 0 .5rem;text-align:center;font-size:12px;color:#9a90b0}@media (max-width: 960px){.home-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.home-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-chart-feed__card{display:grid;grid-template-columns:24px 72px minmax(0,1fr);gap:.85rem;align-items:center;background:#fff;border:1px solid rgba(15,10,30,.06);border-radius:14px;padding:.75rem .9rem;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.home-chart-feed__card:hover{text-decoration:none;border-color:#7c3aed38;box-shadow:0 8px 20px #50288c14}.home-chart-feed__cover{width:72px;height:96px;border-radius:10px;background:linear-gradient(145deg,#7c3aed,#f97316);background-size:cover;background-position:center}.home-chart-feed__body{min-width:0}.home-chart-feed__body strong{display:block;font-size:15px;color:#1a1228;margin-bottom:.15rem}.home-chart-feed__body span{font-size:12px;color:#9a90b0}.home-chart-feed__body p{margin:.35rem 0 0;font-size:12px;color:#6b6280;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-chart-feed__body em{display:inline-block;margin-top:.4rem;font-style:normal;font-size:12px;color:#7c3aed;font-weight:600}.my-shows{max-width:1280px;margin:0 auto}.my-shows__banner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.85rem 1.25rem;margin-bottom:1.15rem;padding:.1rem 0 0;border-bottom:none}.my-shows__tabs-lg{position:relative;display:flex;flex-wrap:nowrap;gap:.15rem 1.15rem;padding-bottom:.65rem}.my-shows__tabs-lg button{position:relative;z-index:1;border:none;background:transparent;color:#9a90b0;font-size:15px;font-weight:400;padding:.25rem .1rem;margin:0;cursor:pointer;white-space:nowrap;letter-spacing:-.01em}.my-shows__tabs-lg button:hover{color:#6b6280;background:transparent}.my-shows__tabs-lg button.is-active{color:#7c3aed;font-weight:600;background:transparent}.my-shows__ink{position:absolute;left:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#f97316);transition:transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1);pointer-events:none}.my-shows__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem 1rem;padding-bottom:.55rem}.my-shows__filters button{border:none;background:transparent;color:#9a90b0;font-size:13px;font-weight:400;padding:.2rem 0;margin:0;cursor:pointer;white-space:nowrap}.my-shows__filters button:hover{color:#6b6280;background:transparent}.my-shows__filters button.is-active{color:#7c3aed;font-weight:600;background:transparent}.my-shows__series-head{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .35rem;margin-bottom:1rem}.my-shows button.my-shows__crumb,.my-shows button.my-shows__crumb:hover,.my-shows button.my-shows__crumb:focus,.my-shows button.my-shows__crumb:active{margin:0;padding:0;border:none;border-radius:0;background:transparent;color:#7c3aed;font-size:13px;font-weight:600;cursor:pointer;line-height:1.3;box-shadow:none;text-decoration:none}.my-shows button.my-shows__crumb:hover{color:#6d28d9}.my-shows__crumb-sep{flex-shrink:0;color:#c4bdd4}.my-shows__crumb-current{margin:0;font-size:13px;font-weight:650;color:#1a1228;line-height:1.3}.my-shows__season{display:inline-block;font-size:11px;font-weight:600;color:#ffffffc7;margin-bottom:.2rem}.my-shows__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.9rem;align-items:start}.my-shows__card-wrap{position:relative;z-index:0;width:100%;align-self:start}.my-shows__card-wrap.is-menu-open{z-index:30}.my-shows__card{position:relative;display:block;aspect-ratio:3 / 4.2;border-radius:14px;overflow:hidden;border:1px solid rgba(15,10,30,.06);text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease;min-height:0;background:#ece8f4;width:100%;margin:0;padding:0;box-sizing:border-box}.my-shows__card:hover{box-shadow:0 10px 24px #50288c1a;border-color:#7c3aed24;text-decoration:none}.my-shows__card--series:hover{box-shadow:none;border-color:#0f0a1e0f}.my-shows button.my-shows__more{position:absolute;right:.7rem;bottom:.7rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:#fffffff2;cursor:pointer;line-height:1;font-size:inherit;box-shadow:none}.my-shows button.my-shows__more:hover,.my-shows button.my-shows__more:focus,.my-shows button.my-shows__more:focus-visible,.my-shows button.my-shows__more:active{background:transparent;color:#fff;box-shadow:none;outline:none}.my-shows__more-slot{display:inline-block;width:16px;height:16px;flex-shrink:0}.my-shows__foot-end{display:inline-flex;align-items:center;gap:.35rem;min-height:16px}.my-shows__menu{position:absolute;right:4px;bottom:34px;top:auto;left:auto;z-index:40;width:max-content;max-width:min(160px,calc(100% - 8px));padding:.2rem;border-radius:10px;background:#fffffffa;border:1px solid rgba(15,10,30,.06);box-shadow:0 10px 28px #28145024}.my-shows__menu-item{display:flex;align-items:center;justify-content:flex-start;gap:.35rem;width:100%;margin:0;padding:.4rem .55rem;border:none;border-radius:7px;background:transparent;color:#3d3454;font-size:12px;font-weight:500;text-align:left;white-space:nowrap;cursor:pointer}.my-shows button.my-shows__menu-item{margin:0;background:transparent;color:#3d3454}.my-shows button.my-shows__menu-item:hover:not(:disabled){background:#7c3aed0f;color:#3d3454}.my-shows__menu-item--danger,.my-shows button.my-shows__menu-item--danger{color:#e11d48}.my-shows button.my-shows__menu-item--danger:hover:not(:disabled){background:#e11d480f;color:#e11d48}.my-shows button.my-shows__menu-item:disabled,.my-shows button.my-shows__menu-item--danger:disabled{color:#b0a8c0;cursor:not-allowed;opacity:.7;background:transparent}.my-shows__card--poster{color:#fff}.my-shows__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.my-shows__stack{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.my-shows__stack--carousel .my-shows__media{position:absolute;top:0;right:0;bottom:0;left:0}.my-shows__stack--empty{display:flex;align-items:center;justify-content:center;padding-bottom:22%;background:#fff}.my-shows__series-empty-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#7c3aed;color:#fff;box-shadow:0 8px 20px #7c3aed47}.my-shows__card--series-empty{background:#fff;color:#fff}.my-shows__stack-layer{position:absolute;top:12%;right:14%;bottom:18%;left:14%;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px #00000047;border:1px solid rgba(255,255,255,.2)}.my-shows__stack-layer--0{transform:translate(10px,8px) rotate(4deg);z-index:1}.my-shows__stack-layer--1{transform:translate(-6px,2px) rotate(-3deg);z-index:2}.my-shows__stack-layer--2{transform:translateY(-4px) rotate(0);z-index:3}.my-shows__stack-layer .my-shows__media{position:absolute;top:0;right:0;bottom:0;left:0}.my-shows__shade{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:.2rem;padding:2.4rem .7rem .7rem;background:linear-gradient(180deg,transparent 0%,rgba(10,8,18,.55) 38%,rgba(8,6,14,.88) 100%)}.my-shows__shade h3{margin:0;font-size:13px;font-weight:650;color:#fff;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-shows__foot{display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-top:.2rem;min-height:16px;font-size:10px;line-height:16px;color:#ffffffb8}.my-shows__card--tone-hot,.my-shows__card--tone-purple,.my-shows__card--tone-orange,.my-shows__card--tone-teal,.my-shows__card--tone-rose,.my-shows__card--tone-amber,.my-shows__card--tone-indigo,.my-shows__card--tone-sky,.my-shows__card--tone-coral,.my-shows__card--tone-a,.my-shows__card--tone-b,.my-shows__card--tone-c,.my-shows__card--tone-d,.my-shows__card--tone-e,.my-shows__card--tone-f{background:linear-gradient(145deg,#7c3aed,#f97316 120%)}.my-shows__pick-mark{position:absolute;top:8px;right:8px;z-index:3;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.85);background:#0c0a1240;box-sizing:border-box;pointer-events:none}.my-shows__pick-mark.is-on{border-color:#fff;background:var(--palette-orange);box-shadow:inset 0 0 0 3px #0c0a1259}.my-shows button.my-shows__card--create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;font:inherit;width:100%;aspect-ratio:3 / 4.2;min-height:0;margin:0;padding:0;background:#fff;color:inherit;box-shadow:none}.my-shows button.my-shows__card--create:hover,.my-shows button.my-shows__card--create:focus{border-color:#7c3aed47;background:#fff;color:inherit;transform:none;box-shadow:0 10px 24px #50288c1a}.my-shows__card--create .my-shows__create-label{position:relative;z-index:1}.my-shows__create-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#7c3aed;color:#fff;box-shadow:0 8px 20px #7c3aed47}.my-shows__create-label{font-size:13px;font-weight:600;color:#3d3454}.my-shows button.my-shows__card--series{cursor:pointer;font:inherit;text-align:left;width:100%;margin:0;padding:0;color:#fff}.my-shows__error{margin:0 0 1rem;padding:.65rem .85rem;border-radius:10px;background:#ef444414;color:#b91c1c;font-size:13px}.my-shows__empty{margin:1rem 0 0;font-size:13px;color:#8a839c;text-align:center}.my-shows__eof{margin:1.75rem 0 0;text-align:center;font-size:12px;color:#b0a8c0}@media (max-width: 640px){.my-shows__banner{flex-direction:column;align-items:stretch}.my-shows__grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}}.make-studio{--make-bg: #f5f5f7;--make-surface: #ffffff;--make-ink: #1a1228;--make-muted: #9a90b0;--make-line: rgba(15, 10, 30, .06);--make-purple: var(--brand-purple, #7c3aed);--make-orange: var(--brand-orange, #f97316);--make-grad: linear-gradient(105deg, #7c3aed 0%, #a855f7 48%, #f97316 140%);--make-grad-cta: linear-gradient(105deg, #7c3aed, #f97316);position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--make-bg);color:var(--make-ink);font-size:13px;font-family:var(--font-sans)}.make-studio--boot .ui-skeleton{background:#7c3aed14}.make-studio__chrome{display:flex;flex-shrink:0;height:48px;background:var(--make-surface)}.make-studio__chrome-left{width:188px;flex-shrink:0;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 .85rem;border-right:1px solid var(--make-line)}.make-studio__chrome-right{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1.25rem;border-bottom:1px solid var(--make-line)}.make-studio__workspace{flex:1;min-height:0;display:flex}.make-studio__sidebar{width:188px;flex-shrink:0;display:flex;flex-direction:column;gap:.85rem;padding:.85rem .65rem 1rem;background:var(--make-surface);border-right:1px solid var(--make-line);overflow:hidden}.make-studio__brand{display:flex;flex-direction:column;gap:.45rem;padding:.15rem .45rem .35rem}.make-studio__home{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;color:var(--make-muted);text-decoration:none;flex-shrink:0}.make-studio__home:hover,.make-studio__home:focus{color:var(--make-purple);background:#7c3aed0f;text-decoration:none}.make-studio__logo{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px #f9731638;background:#fff7ed;pointer-events:none}.make-studio__logo-img{display:block;width:28px;height:28px;border-radius:8px;object-fit:cover}.make-studio__back{align-self:flex-start;margin:0;padding:0;border:none;background:transparent;color:var(--make-purple);font-size:12px;font-weight:600;cursor:pointer;text-decoration:none}.make-studio__back:hover,.make-studio__back:focus{background:transparent;color:var(--make-orange);text-decoration:none}.make-studio button.make-studio__title,.make-studio input.make-studio__title[type=text]{display:block;width:100%;max-width:none;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:var(--make-ink);font:inherit;font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.35;text-align:left;cursor:text;box-shadow:none;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:20.25px}.make-studio button.make-studio__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.make-studio button.make-studio__title:hover:not(:disabled),.make-studio button.make-studio__title:focus,.make-studio button.make-studio__title:focus-visible,.make-studio button.make-studio__title:active,.make-studio input.make-studio__title[type=text]:hover,.make-studio input.make-studio__title[type=text]:focus,.make-studio input.make-studio__title[type=text]:focus-visible,.make-studio input.make-studio__title[type=text]:active{margin:0;padding:0;border:none;background:transparent;color:var(--make-ink);outline:none;box-shadow:none}.make-studio input.make-studio__title[type=text]::placeholder{color:var(--make-muted);opacity:1}.make-studio__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.make-studio__steps>li{min-width:0}.make-studio__step{display:flex;align-items:center;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.5rem .65rem;border:none;border-radius:10px;background:transparent;color:var(--make-muted);font-size:12px;font-weight:400;text-align:left;cursor:pointer}.make-studio__step-label{flex:1;min-width:0}.make-studio__step-glyph{flex-shrink:0;width:14px;height:14px;display:block}.make-studio__step-glyph--done{color:var(--palette-teal, #0d9488)}.make-studio__step-glyph--current{color:var(--make-orange)}.make-studio__step.is-active .make-studio__step-glyph--done,.make-studio__step.is-active .make-studio__step-glyph--current{color:#fff}.make-studio__step:hover,.make-studio__step:focus{background:#7c3aed0d;color:#6b6280}.make-studio__step.is-active{color:#fff;font-weight:500;background:var(--make-grad);box-shadow:0 6px 14px #7c3aed38}.make-studio__step.is-active:hover,.make-studio__step.is-active:focus{color:#fff;background:var(--make-grad);filter:brightness(1.03)}.make-studio__step.is-done:not(.is-active){color:var(--make-ink)}.make-studio__step-idx{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:1.5px solid currentColor;background:transparent}.make-studio__step.is-active .make-studio__step-idx{background:#ffffff38;border-color:transparent;color:#fff}.make-studio__side-foot{padding:.35rem .45rem;font-size:11px;color:var(--make-muted);line-height:1.4;text-align:center}.make-studio__main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.make-studio__topbar-meta{display:inline-flex;align-items:center;font-size:12px;color:var(--make-muted);font-weight:400;line-height:1}.make-studio__topbar-meta strong{color:var(--make-ink);font-weight:600}.make-studio__next{margin:0;display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 .95rem;border:none;border-radius:999px;background:var(--make-grad-cta);color:#fff;font-size:12px;font-weight:500;cursor:pointer;box-shadow:0 3px 10px #7c3aed33}.make-studio__next:hover,.make-studio__next:focus{background:var(--make-grad-cta);filter:brightness(1.05)}.make-studio__next:disabled{opacity:.4;cursor:not-allowed;filter:none;box-shadow:none}.make-studio__body{flex:1;min-height:0;overflow:auto;padding:1.15rem 1.5rem 2rem;-webkit-overflow-scrolling:touch}.make-studio__body:has(.make-production--fill){display:flex;flex-direction:column;overflow:hidden;padding-bottom:1.15rem}.make-production{min-height:0}.make-production--fill{flex:1;display:flex;flex-direction:column;min-height:0;height:100%}.make-production--fill .make-production__step-body{overflow:hidden}.make-production--wizard{display:flex;flex-direction:column;min-height:0;flex:1}.make-production__step-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:auto}.make-production-stepnav{flex-shrink:0;margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--make-line)}.make-production-stepnav__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.make-production-stepnav__inner>:last-child:not(:first-child){margin-left:auto}.make-studio__subnav{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.make-studio__subnav button{margin:0;padding:.4rem .85rem;border:1px solid var(--make-line);border-radius:999px;background:var(--make-surface);color:var(--make-muted);font-size:12px;font-weight:400;cursor:pointer}.make-studio__subnav button:hover,.make-studio__subnav button:focus{background:#7c3aed0d;color:#6b6280}.make-studio__subnav button.is-active{border-color:transparent;color:#fff;font-weight:500;background:var(--make-grad);box-shadow:0 4px 12px #7c3aed2e}.make-studio__subnav button.is-locked{opacity:.55;cursor:not-allowed}.make-studio__subnav button.is-locked.is-active{opacity:.85}.make-production-form h3{margin:0 0 .35rem;font-size:1.05rem}.make-production-form__meta{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin:0 0 1rem;padding:0}.make-production-form__meta div{margin:0}.make-production-form__meta dt{font-size:12px;color:var(--make-muted)}.make-production-form__meta dd{margin:.15rem 0 0;font-size:14px}.make-production-form__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem;font-size:13px;color:var(--make-muted)}.make-production-form__field select,.make-production-form__field textarea,.make-production-form__field input{font:inherit;color:var(--make-ink, #1a1228);border:1px solid var(--make-line);border-radius:10px;padding:.5rem .65rem;background:var(--make-surface)}.make-production-form__assets{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--make-line)}.make-production-asset-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.make-production-asset-list li{display:grid;grid-template-columns:7rem minmax(0,1fr) minmax(0,1.2fr) auto;gap:.4rem;align-items:center}.make-production-asset-list select,.make-production-asset-list input{font:inherit;border:1px solid var(--make-line);border-radius:8px;padding:.4rem .5rem;background:var(--make-surface)}.make-production-preview{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:1rem;margin-top:.75rem}.make-production-preview__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:360px;overflow:auto}.make-production-preview__list button{width:100%;text-align:left;margin:0;padding:.45rem .65rem;border:1px solid var(--make-line);border-radius:8px;background:var(--make-surface);color:var(--make-muted);font-size:12px;cursor:pointer}.make-production-preview__list button.is-active{border-color:transparent;color:#fff;background:var(--make-grad)}.make-production-workbench__hint{margin:0 0 .75rem}.make-settings.make-overview{position:relative;max-width:none;flex:1;min-height:0;display:flex;flex-direction:column;height:100%;gap:0;overflow:hidden}.make-settings .make-overview__card--rich{flex:1;min-height:0;display:flex;flex-direction:column;padding:.85rem 1.05rem .9rem;gap:0;overflow:auto}.make-settings .make-overview__card-head{flex-shrink:0;margin-bottom:.35rem}.make-settings .make-overview__card-head h2{font-size:1.05rem}.make-settings .make-overview__lead{margin:.15rem 0 0;font-size:12px}.make-settings__section{flex-shrink:0;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--make-line)}.make-settings__section--compact{margin-top:.75rem;padding-top:.65rem}.make-settings__section--styles{flex-shrink:0;margin-top:.9rem;padding-top:.8rem}.make-settings__section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.4rem}.make-settings__section-head h3{margin:0;font-size:13px;font-weight:600;color:var(--make-ink)}.make-settings__linkish{margin:0;padding:0;border:0;background:none;color:var(--make-purple);font-size:12px;cursor:pointer}.make-settings__aspect{display:flex;flex-wrap:wrap;gap:.5rem}.make-settings__aspect-pill{display:inline-flex;align-items:center;gap:.45rem;margin:0;padding:.45rem .9rem .45rem .7rem;border:1px solid var(--make-line);border-radius:999px;background:#f3f0f8;color:#5b5270;font-size:13px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.make-settings__aspect-pill:hover:not(:disabled){border-color:#7c3aed59;color:var(--make-ink)}.make-settings__aspect-pill.is-selected{border-color:transparent;border-width:0;padding:calc(.45rem + 1px) calc(.9rem + 1px) calc(.45rem + 1px) calc(.7rem + 1px);color:#fff;background:var(--make-grad);background-clip:padding-box;box-shadow:0 4px 12px #7c3aed38;isolation:isolate}.make-settings__aspect-pill:disabled{opacity:.55;cursor:not-allowed}.make-settings__ratio-frame{display:block;flex-shrink:0;border:1.5px solid currentColor;border-radius:2px;opacity:.92}.make-settings__ratio-frame--9-16{width:9px;height:15px}.make-settings__ratio-frame--16-9{width:16px;height:9px}.make-settings__ratio-frame--1-1{width:12px;height:12px}.make-settings__modes{display:flex;flex-wrap:wrap;gap:.55rem;align-items:stretch}.make-settings__mode-card{--make-mode-radius: 12px;position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:.55rem;row-gap:.35rem;align-items:center;flex:0 0 300px;width:300px;max-width:100%;margin:0;padding:.85rem .9rem .8rem;border:1px solid var(--make-line);border-radius:var(--make-mode-radius);background:#faf8fc;color:var(--make-ink);text-align:left;cursor:pointer;min-height:4.75rem;overflow:hidden;box-sizing:border-box}.make-settings__mode-icon{display:grid;place-items:center;grid-row:1;grid-column:1;width:2rem;height:2rem;margin:0;border-radius:9px;background:#7c3aed14;color:var(--make-purple)}.make-settings__mode-card.is-selected .make-settings__mode-icon{background:#7c3aed24;color:#6d28d9}.make-settings__mode-card strong{grid-row:1;grid-column:2;font-size:13px;font-weight:600;line-height:1.25;padding-right:2.4rem}.make-settings__mode-card p{grid-column:1 / -1;margin:0;font-size:11px;line-height:1.4;color:#5b5270;white-space:nowrap}.make-settings__mode-card:hover:not(:disabled){border-color:#7c3aed59}.make-settings__mode-card.is-selected{border-color:var(--make-purple);background:#7c3aed0f;box-shadow:0 0 0 1px #7c3aed38}.make-settings__badge{position:absolute;top:0;right:0;left:auto;z-index:1;padding:.18rem .55rem .2rem .5rem;border-radius:0 var(--make-mode-radius) 0 9px;font-size:10px;font-weight:600;color:#fff;background:linear-gradient(105deg,#f97316,#fb923c);line-height:1.2}.make-settings__style-strip{display:flex;align-items:stretch;gap:.5rem;overflow-x:auto;padding:.1rem 0 .35rem;-webkit-overflow-scrolling:touch}.make-settings__style-chip{position:relative;margin:0;padding:0;border:none;border-radius:10px;background:#1a1524;color:#fff;cursor:pointer;overflow:hidden;flex-shrink:0;box-sizing:border-box;outline:none;box-shadow:none}.make-settings__style-chip--strip{width:7rem;height:9.25rem}.make-settings__style-chip--grid{width:100%;aspect-ratio:3 / 4;height:auto}.make-settings__style-chip img,.make-settings__style-chip .make-style-grid__placeholder,.make-settings__style-chip .make-settings__style-fallback{display:block;width:100%;height:100%;object-fit:cover;border-radius:0;background:linear-gradient(145deg,#2a2438,#1a1524);transition:transform .22s ease;transform-origin:center center}.make-settings__style-chip em{position:absolute;left:0;right:0;bottom:0;margin:0;padding:1.5rem .35rem .45rem;font-style:normal;font-size:12px;font-weight:600;line-height:1.2;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(180deg,transparent,rgba(12,10,20,.72));pointer-events:none}.make-settings__style-chip:hover:not(:disabled),.make-settings__style-chip:focus,.make-settings__style-chip:focus-visible{border:none;outline:none;box-shadow:none}.make-settings__style-chip:hover:not(:disabled) img,.make-settings__style-chip:hover:not(:disabled) .make-style-grid__placeholder,.make-settings__style-chip:hover:not(:disabled) .make-settings__style-fallback{transform:scale(1.08)}.make-settings__style-chip.is-selected,.make-settings__style-chip.is-selected:hover:not(:disabled),.make-settings__style-chip.is-selected:focus,.make-settings__style-chip.is-selected:focus-visible{border:3px solid #16a34a;outline:none;box-shadow:0 0 0 2px #16a34a47,0 4px 14px #16a34a38}.make-settings__style-chip.is-selected:after{content:"";position:absolute;top:.35rem;right:.35rem;z-index:1;width:.7rem;height:.7rem;border-radius:50%;background:#16a34a;box-shadow:0 0 0 2px #fff;pointer-events:none}.make-settings__style-chip--add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border-style:dashed;border-color:var(--make-line);background:#faf8fc;color:var(--make-muted)}.make-settings__style-chip--add em{position:static;padding:0;background:none;color:#5b5270;font-size:11px;font-weight:500}.make-settings__style-more{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;flex:0 0 7rem;width:7rem;height:9.25rem;margin:0;padding:.5rem;border:1.5px dashed #c9c0d8;border-radius:10px;background:#f7f4fb;color:#6b6280;font-size:13px;font-weight:600;cursor:pointer;box-sizing:border-box}.make-settings__style-more:hover:not(:disabled){border-color:#7c3aed66;color:var(--make-purple)}.make-settings__style-more:disabled{opacity:.55;cursor:not-allowed}.make-settings__style-upload-lead{margin:.85rem 0 .55rem;font-size:13px;font-weight:500;color:var(--make-ink);line-height:1.45}.make-settings__style-upload-lead span{display:inline;margin-left:.15rem;font-weight:400;font-size:12px;color:var(--make-muted)}.make-settings__style-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;width:7rem;height:9.25rem;margin:0;padding:.5rem;border:1.5px dashed #c9c0d8;border-radius:10px;background:#faf8fc;color:#8a829c;cursor:pointer;box-sizing:border-box;flex-shrink:0}.make-settings__style-add:hover:not(:disabled){border-color:#7c3aed66;color:var(--make-purple)}.make-settings__style-add:disabled{opacity:.55;cursor:not-allowed}.make-settings__style-add em{font-style:normal;font-size:12px;font-weight:500;color:#5b5270}.make-settings__style-drawer{position:absolute;top:0;right:0;bottom:0;z-index:8;display:flex;flex-direction:column;min-width:280px;max-width:72%;box-sizing:border-box;border-left:1px solid var(--make-line);border-radius:0 14px 14px 0;background:#faf8fc;color:var(--make-ink);box-shadow:-8px 0 24px #0f0a1e14;overflow:hidden;animation:make-history-in .2s cubic-bezier(.22,1,.36,1)}.make-settings__style-drawer-resize{position:absolute;left:0;top:0;bottom:0;z-index:3;width:6px;margin:0;padding:0;border:none;background:transparent;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.make-settings__style-drawer-resize:hover,.make-settings__style-drawer-resize:focus,.make-settings__style-drawer-resize:focus-visible,.make-settings__style-drawer-resize:active{background:#7c3aed24;outline:none}.make-settings__style-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;padding:.85rem 1rem;border-bottom:1px solid var(--make-line);background:#fff}.make-settings__style-drawer-title{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.make-settings__style-drawer-title strong{font-size:14px;font-weight:600}.make-settings__style-drawer-close{display:grid;place-items:center;width:1.85rem;height:1.85rem;margin:0;padding:0;border:0;border-radius:8px;background:transparent;color:var(--make-muted);cursor:pointer}.make-settings__style-drawer-close:hover{background:#7c3aed14;color:var(--make-ink)}.make-settings__style-drawer-body{flex:1;min-height:0;overflow:auto;padding:.85rem;-webkit-overflow-scrolling:touch;transform:translateZ(0);background:#faf8fc;contain:content}.make-settings__style-drawer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(6.5rem,1fr));gap:.6rem}.make-settings__style-drawer-foot{margin:.85rem 0 .25rem;text-align:center;font-size:12px;color:var(--make-muted)}.make-settings__footer{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--make-line)}.make-settings__footer .make-script__btn{padding:.4rem .85rem;font-size:12px}.make-settings__error{margin:0;font-size:12px;color:#b45309}.make-assets__req{display:inline-flex;align-items:center;margin-left:.2rem;vertical-align:middle;color:#c2410c}.make-assets__hint{font-size:12px;color:var(--make-muted)}.make-assets__head-actions{display:flex;flex-wrap:wrap;gap:.4rem}.make-assets__textarea{display:block;width:100%;min-height:4.5rem;margin:0;padding:.65rem .75rem;border:1px solid var(--make-line);border-radius:10px;background:#faf8fc;color:var(--make-ink);font:inherit;font-size:13px;line-height:1.45;resize:vertical;box-sizing:border-box}.make-assets__textarea:focus{outline:none;border-color:#7c3aed73;box-shadow:0 0 0 3px #7c3aed1f}.make-assets__textarea:disabled{opacity:.6;cursor:not-allowed}.make-assets__ref-strip{display:flex;align-items:stretch;gap:.5rem;overflow-x:auto;padding:.1rem 0 .25rem;-webkit-overflow-scrolling:touch}.make-assets__ref-chip,.make-assets__ref-add{position:relative;flex:0 0 5.5rem;width:5.5rem;height:7rem;margin:0;padding:0;border-radius:10px;overflow:hidden;box-sizing:border-box}.make-assets__ref-chip{background:#1a1524}.make-assets__ref-chip img,.make-assets__ref-chip .make-style-grid__placeholder{display:block;width:100%;height:100%;object-fit:cover;background:linear-gradient(145deg,#2a2438,#1a1524)}.make-assets__ref-remove{position:absolute;top:.3rem;right:.3rem;z-index:1;width:1.35rem;height:1.35rem;margin:0;padding:0;border:none;border-radius:999px;background:#0c0a14b8;color:#fff;font-size:14px;line-height:1;cursor:pointer}.make-assets__ref-remove:disabled{opacity:.5;cursor:not-allowed}.make-assets__ref-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border:1.5px dashed #c9c0d8;background:#faf8fc;color:#8a829c;cursor:pointer}.make-assets__ref-add em{font-style:normal;font-size:12px;font-weight:500;color:#5b5270}.make-assets__ref-add:hover:not(:disabled){border-color:#7c3aed66;color:var(--make-purple)}.make-assets__ref-add:disabled{opacity:.55;cursor:not-allowed}.make-assets__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.make-assets__list li{display:grid;grid-template-columns:7rem minmax(0,1fr) minmax(0,1.2fr) auto;gap:.45rem;align-items:center}.make-assets__list select,.make-assets__list input{font:inherit;font-size:13px;color:var(--make-ink);border:1px solid var(--make-line);border-radius:8px;padding:.45rem .55rem;background:#faf8fc;box-sizing:border-box}.make-assets__list select:focus,.make-assets__list input:focus{outline:none;border-color:#7c3aed73;box-shadow:0 0 0 3px #7c3aed1f}.make-assets__pool-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.make-assets__pool-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:flex-start;padding-bottom:.85rem;border-bottom:1px solid color-mix(in srgb,var(--make-border, #e5e2dc) 80%,transparent)}.make-assets__pool-meta{min-width:7rem;display:flex;flex-direction:column;gap:.2rem}.make-assets__pool-meta--edit{min-width:11rem;gap:.4rem}.make-assets__name-input,.make-assets__role-select{border:1px solid color-mix(in srgb,var(--make-border, #e5e2dc) 90%,transparent);border-radius:6px;padding:.35rem .5rem;font:inherit;font-size:.85rem;background:transparent;color:inherit}.make-assets__name-input{width:100%;min-width:8rem}.make-assets__role-select{width:auto;max-width:6.5rem}.make-assets__pool-meta strong{font-size:.95rem}.make-assets__pool-meta em{font-style:normal;font-size:.75rem;color:var(--make-muted, #8a857c)}.make-assets__pool-binds{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.make-assets__bind{display:flex;align-items:center;gap:.5rem}.make-assets__bind>span{font-size:.75rem;color:var(--make-muted, #8a857c);display:inline-flex;align-items:center;gap:.25rem;min-width:3.2rem}.make-assets__bind .make-style-grid__placeholder,.make-assets__bind img{width:48px;height:48px;object-fit:cover;border-radius:6px}.make-assets__bind-empty{width:48px;height:48px;border-radius:6px;border:1px dashed color-mix(in srgb,var(--make-border, #ccc) 90%,transparent);display:grid;place-items:center;font-size:.65rem;color:var(--make-muted, #8a857c);background:color-mix(in srgb,var(--make-surface, #f7f5f1) 70%,transparent)}.make-assets__bind-empty--ok{border-style:solid;color:var(--make-ink, #2a2620)}.make-assets__pool-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.make-assets__pool-cards li{display:flex;flex-direction:column;gap:.4rem}.make-assets__card-thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;background:color-mix(in srgb,var(--make-surface, #f7f5f1) 70%,transparent)}.make-assets__card-thumb img,.make-assets__card-thumb .make-style-grid__placeholder,.make-assets__card-thumb .make-assets__bind-empty{width:100%;height:100%}.make-assets__pool-cards input{border:1px solid color-mix(in srgb,var(--make-border, #e5e2dc) 90%,transparent);border-radius:6px;padding:.35rem .5rem;font:inherit;font-size:.85rem;background:transparent}.make-assets__card-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.make-assets__picker{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#14120e59;display:flex;justify-content:flex-end}.make-assets__picker-panel{width:min(400px,100%);height:100%;background:var(--make-surface);box-shadow:-8px 0 32px #0000001f;padding:1rem 1.1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;overflow:auto}.make-assets__picker-panel header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.make-assets__picker-panel h3{margin:0;font-size:14px;font-weight:700}.make-assets__picker-actions{display:flex;gap:.5rem}.make-assets__picker-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.make-assets__picker-grid button{display:flex;flex-direction:column;gap:.3rem;border:1px solid transparent;border-radius:10px;padding:.25rem;background:transparent;cursor:pointer;font:inherit;text-align:left}.make-assets__picker-grid button:hover{border-color:#7c3aed59;background:#7c3aed0d}.make-assets__picker-grid img,.make-assets__picker-grid .make-style-grid__placeholder,.make-assets__picker-grid .make-assets__bind-empty{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.make-assets__picker-grid em{font-style:normal;font-size:11px;line-height:1.3;color:var(--make-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.make-assets__picker-src{color:#8a829c;font-weight:400}.make-assets.make-settings .make-overview__card--rich.make-assets__board{overflow:hidden}.make-assets__board{min-height:0;flex:1;display:flex;flex-direction:column;gap:0}.make-assets .make-overview__card-head{flex-shrink:0}.make-assets .make-overview__card-head h2{margin:0}.make-res-cols{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:stretch;overflow:hidden;margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--make-line)}.make-res-col{display:flex;flex-direction:column;min-width:0;min-height:0;padding:0 .85rem;border-right:1px dashed color-mix(in srgb,var(--make-muted) 40%,transparent);overflow:hidden}.make-res-col:first-child{padding-left:0}.make-res-col:last-child{border-right:none;padding-right:0}.make-res-col__head{flex-shrink:0;justify-content:flex-start;align-items:center;margin-bottom:.45rem}.make-res-col__count{min-width:1.15rem;height:1.15rem;padding:0 .35rem;border-radius:999px;display:inline-grid;place-items:center;font-size:11px;font-weight:600;color:var(--make-purple);background:#7c3aed1a}.make-res-plus{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;height:2.5rem;margin:0 0 .55rem;border:1.5px dashed #c9c0d8;border-radius:10px;background:#faf8fc;color:#5b5270;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.make-res-plus:hover:not(:disabled){border-color:#7c3aed66;color:var(--make-purple)}.make-res-plus:disabled{opacity:.55;cursor:not-allowed}.make-res-col__list{list-style:none;margin:0;padding:0 .1rem .4rem 0;display:flex;flex-direction:column;gap:.55rem;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(15,10,30,.15) transparent}.make-res-col__list::-webkit-scrollbar{width:4px}.make-res-col__list::-webkit-scrollbar-thumb{background:#0f0a1e24;border-radius:999px}.make-res-char{display:flex;flex-direction:column;gap:.45rem;padding:.55rem;border:1px solid var(--make-line);border-radius:12px;background:#faf8fc;box-sizing:border-box}.make-res-char:hover{border-color:#7c3aed59}.make-res-char__top{display:flex;align-items:center;gap:.35rem}.make-res-char__name{flex:1;min-width:0;border:1px solid var(--make-line);border-radius:8px;background:#fff;color:var(--make-ink);font:inherit;font-size:13px;font-weight:500;padding:.35rem .5rem;box-sizing:border-box}.make-res-char__name::placeholder{color:var(--make-muted);font-weight:400}.make-res-char__name:focus{outline:none;border-color:#7c3aed73;box-shadow:0 0 0 3px #7c3aed1f}.make-res-char__role{flex-shrink:0;padding:.12rem .45rem;border-radius:999px;font-size:11px;font-weight:500;color:#5b5270;background:#0f0a1e0d}.make-res-char__role--main{color:var(--make-orange);background:#f973161f}.make-res-char__menu-wrap{position:relative}.make-res-char__menu-btn{display:inline-grid;place-items:center;width:1.6rem;height:1.6rem;border:none;border-radius:8px;background:transparent;color:var(--make-muted);cursor:pointer}.make-res-char__menu-btn:hover{background:#0f0a1e0d;color:var(--make-ink)}.make-res-char__menu{position:absolute;right:0;top:calc(100% + 4px);z-index:5;min-width:6.5rem;padding:.25rem;border-radius:10px;background:var(--make-surface);border:1px solid var(--make-line);box-shadow:0 10px 24px #0f0a1e1f}.make-res-char__menu button{display:block;width:100%;border:none;background:transparent;color:var(--make-ink);font:inherit;font-size:12px;text-align:left;padding:.4rem .5rem;border-radius:6px;cursor:pointer}.make-res-char__menu button:hover{background:#7c3aed0f}.make-res-char__body{display:grid;place-items:center;width:100%;aspect-ratio:4 / 5;border:1.5px dashed #c9c0d8;border-radius:10px;padding:0;margin:0;background:#faf8fc;cursor:pointer;overflow:hidden}.make-res-char__body:hover:not(:disabled){border-color:#7c3aed66;color:var(--make-purple)}.make-res-char__body--filled{border-style:solid;border-color:var(--make-line);background:#1a1524}.make-res-char__body img,.make-res-char__body .make-style-grid__placeholder{width:100%;height:100%;object-fit:cover;display:block}.make-res-char__ph{display:flex;flex-direction:column;align-items:center;gap:.3rem;color:#8a829c}.make-res-char__ph em{font-style:normal;font-size:12px;font-weight:500;color:#5b5270}.make-res-char__voice{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;max-width:90%;border:1px solid var(--make-line);border-radius:999px;padding:.28rem .65rem .28rem .5rem;background:#fff;color:#5b5270;font:inherit;font-size:12px;cursor:pointer;overflow:hidden}.make-res-char__voice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.make-res-char__voice:hover:not(:disabled){border-color:#7c3aed59;color:var(--make-ink)}.make-res-char__voice--on{color:var(--make-ink);border-color:#7c3aed47;background:#7c3aed0f}.make-res-media{position:relative;border:1px solid var(--make-line);border-radius:12px;overflow:hidden;background:#faf8fc;aspect-ratio:4 / 3;box-sizing:border-box}.make-res-media:hover{border-color:#7c3aed59}.make-res-media__hit{display:block;width:100%;height:100%;border:none;padding:0;margin:0;background:transparent;cursor:pointer;position:relative;overflow:hidden}.make-res-media__hit img,.make-res-media__hit .make-style-grid__placeholder{width:100%;height:100%;object-fit:cover;display:block}.make-res-media__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:#8a829c;font-size:12px;background:#faf8fc}.make-res-media__name{position:absolute;left:.4rem;top:.4rem;max-width:calc(100% - 2.4rem);padding:.15rem .4rem;border-radius:6px;background:#ffffffe6;border:1px solid rgba(15,10,30,.06)}.make-res-media__name input{width:100%;min-width:3.5rem;border:none;background:transparent;color:var(--make-ink);font:inherit;font-size:12px;font-weight:600;padding:0}.make-res-media__name input::placeholder{color:var(--make-muted);font-weight:400}.make-res-media__name input:focus{outline:none}.make-res-media__del{position:absolute;top:.35rem;right:.35rem;z-index:2;width:1.45rem;height:1.45rem;border:none;border-radius:50%;display:inline-grid;place-items:center;background:#ffffffeb;color:var(--make-ink);cursor:pointer;box-shadow:0 1px 4px #0f0a1e1f;opacity:0;transition:opacity .15s ease,color .15s ease}.make-res-media:hover .make-res-media__del,.make-res-media__del:focus-visible{opacity:1}.make-res-media__del:hover{background:#fff;color:#b91c1c}.make-res-col__empty{margin:.15rem 0 0;padding:.85rem .65rem;border-radius:10px;border:1.5px dashed #c9c0d8;background:#faf8fc;color:#5b5270;font-size:12px;line-height:1.45;text-align:center}@media (max-width: 960px){.make-res-cols{grid-template-columns:1fr;overflow-y:auto}.make-res-col{border-right:none;border-bottom:1px dashed color-mix(in srgb,var(--make-muted) 40%,transparent);padding:.75rem 0;min-height:14rem}.make-res-col:last-child{border-bottom:none}}.make-assets__gate-hint{flex-shrink:0;margin:0}@media (max-width: 720px){.make-assets__list li{grid-template-columns:1fr}}@media (max-width: 520px){.make-settings__mode-card{flex-basis:100%;width:100%}}@media (max-width: 800px){.make-production-preview,.make-production-asset-list li{grid-template-columns:1fr}}.make-overview{display:grid;gap:.85rem;width:100%;max-width:none;margin:0}.make-overview__card{background:var(--make-surface);border:1px solid var(--make-line);border-radius:14px;padding:1.05rem 1.25rem;box-shadow:0 1px 3px #0f0a1e0a}.make-overview__card h2{margin:0 0 .55rem;font-size:14px;font-weight:700;letter-spacing:-.01em}.make-overview__lead{margin:0;font-size:12px;line-height:1.5;color:#5b5270}.make-overview__synopsis{margin:0;line-height:1.55;color:#5b5270;white-space:pre-wrap}.make-overview__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.make-overview__tag{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:11px;font-weight:500;color:var(--make-purple);background:#7c3aed1a}.make-overview__card--rich{padding:1.25rem 1.35rem 1.35rem}.make-overview__card-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.make-overview__card-head>div{min-width:0;display:flex;flex-direction:column;justify-content:center}.make-overview__card-head h2{margin:0;line-height:1.25}.make-overview__card-head .make-overview__lead{margin:.25rem 0 0}.make-overview__card-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--make-purple);background:#7c3aed1a}.make-overview__blocks{display:grid;gap:.75rem}.make-overview__block{margin-top:0;padding:.85rem .95rem;border-radius:12px;background:#faf8fc;border:1px solid rgba(15,10,30,.04)}.make-overview__block h3{margin:0 0 .4rem;font-size:12px;font-weight:650;color:var(--make-ink);display:inline-flex;align-items:center;gap:.35rem}.make-overview__block h3 svg{color:var(--make-orange);flex-shrink:0}.make-overview__block p{margin:0;font-size:13px;line-height:1.6;color:#5b5270;white-space:pre-wrap}.make-overview__detail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:.15rem}.make-overview__detail-card{padding:.95rem 1rem;border-radius:12px;background:#faf8fc;border:1px solid rgba(15,10,30,.04)}.make-overview__detail-card h3{margin:0 0 .45rem;font-size:13px;font-weight:650;display:inline-flex;align-items:center;gap:.35rem}.make-overview__detail-card h3 svg{color:var(--make-purple);flex-shrink:0}.make-overview__detail-card p{margin:0;font-size:12px;line-height:1.6;color:#5b5270}.make-ref-grid{list-style:none;margin:.15rem 0 0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.15rem 1.25rem}.make-ref-card{display:flex;flex-direction:column;gap:.6rem;min-width:0;color:inherit;text-decoration:none;border-radius:14px;transition:transform .15s ease,opacity .15s ease}.make-ref-card:hover{transform:translateY(-2px);opacity:.96}.make-ref-card:focus-visible{outline:2px solid var(--make-purple, #7c3aed);outline-offset:3px}.make-ref-card__poster{aspect-ratio:3 / 4;width:100%;border-radius:14px;background:linear-gradient(145deg,#7c3aed,#f97316 120%);background-size:cover;background-position:center;box-shadow:0 6px 18px #0f0a1e1f}.make-ref-card__meta{display:flex;flex-direction:column;gap:.22rem;min-width:0;padding:0 .1rem}.make-ref-card__meta strong{font-size:14px;font-weight:650;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.make-ref-card__meta span{font-size:12px;color:var(--make-muted)}.make-ref-more{margin:.85rem 0 0;text-align:center;font-size:12px;color:var(--make-muted);min-height:1.25rem}.make-overview__refs{list-style:none;margin:.65rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.make-overview__refs li{padding:.25rem .65rem;border-radius:999px;font-size:12px;color:#5b5270;background:#f3f0f8}.make-overview__dl{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.65rem 1rem;margin:0}.make-overview__dl div{margin:0}.make-overview__dl dt{margin:0;font-size:11px;color:var(--make-muted)}.make-overview__dl dd{margin:.15rem 0 0;font-size:13px;font-weight:600}@media (max-width: 720px){.make-overview__detail{grid-template-columns:1fr}}.make-overview__hint{margin:.75rem 0 0;font-size:12px;color:var(--make-muted)}.make-topic-pick{list-style:none;margin:.85rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.make-topic-pick__item{width:100%;margin:0;padding:.75rem .85rem;display:flex;align-items:flex-start;gap:.65rem;text-align:left;border:1px solid var(--make-line);border-radius:12px;background:#faf9fc;cursor:pointer;color:inherit}.make-topic-pick__item:hover:not(:disabled),.make-topic-pick__item:focus:not(:disabled){border-color:#7c3aed59;background:#7c3aed0a}.make-topic-pick__item:disabled{opacity:.65;cursor:wait}.make-topic-pick__grade{flex-shrink:0;min-width:2rem;height:1.55rem;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;background:var(--make-grad)}.make-topic-pick__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.make-topic-pick__body strong{font-size:13px;font-weight:650}.make-topic-pick__body em{font-style:normal;font-size:12px;color:#5b5270;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.make-topic-pick__tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.make-topic-pick__tags span{font-size:11px;padding:.1rem .45rem;border-radius:999px;color:var(--make-purple);background:#7c3aed1a}.make-topic-pick__cta{flex-shrink:0;align-self:center;font-size:12px;font-weight:600;color:var(--make-purple)}.make-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:320px;padding:2rem 1rem;background:var(--make-surface);border:1px dashed rgba(15,10,30,.12);border-radius:16px;text-align:center;color:var(--make-muted);box-shadow:0 1px 3px #0f0a1e0a}.make-panel-empty h3{margin:0;font-size:15px;font-weight:700;color:var(--make-ink)}.make-panel-empty p{margin:0;max-width:360px;line-height:1.5;font-size:12px}.make-panel-empty__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.35rem}.make-panel-empty__actions button{margin:0;padding:.45rem .9rem;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer}.make-panel-empty__actions .is-primary{border:none;background:var(--make-grad-cta);color:#fff;box-shadow:0 3px 10px #7c3aed33}.make-panel-empty__actions .is-primary:hover{filter:brightness(1.05)}.make-panel-empty__actions .is-ghost{border:1px solid var(--make-line);background:transparent;color:var(--make-ink)}.make-panel-empty__actions .is-ghost:hover{background:#7c3aed0d}.make-script{display:flex;flex-direction:column;gap:.75rem;width:100%}.make-script--single{max-width:920px}.make-script__alert{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;border-radius:10px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#b91c1c;font-size:12px;line-height:1.45}.make-script__alert button{margin:0;padding:0 .25rem;border:none;background:transparent;color:inherit;cursor:pointer;font-size:16px;line-height:1}.make-script__synopsis-bar{border:1px solid var(--make-line);border-radius:14px;background:#fff;overflow:hidden}.make-script__synopsis-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;margin:0;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}.make-script__synopsis-toggle-main{display:flex;flex-direction:column;gap:.4rem;min-width:0;flex:1}.make-script__synopsis-kicker{font-size:12px;font-weight:650;color:var(--make-muted, #6b6570)}.make-script__synopsis-peek{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.5;color:#5b5270}.make-script__synopsis-chevron{flex-shrink:0;margin-top:.15rem;color:var(--make-muted, #6b6570);transition:transform .15s ease}.make-script__synopsis-chevron.is-open{transform:rotate(180deg)}.make-script__synopsis{margin:.55rem 0 0;padding:.75rem .85rem;border-radius:12px;background:#faf8fc;border:1px solid rgba(15,10,30,.04);font-size:12px;line-height:1.55;color:#5b5270;white-space:pre-wrap;word-break:break-word;max-height:160px;overflow:auto;font-family:inherit}.make-script__synopsis--bar{margin:0;max-height:220px;border:none;border-top:1px solid var(--make-line);border-radius:0}.make-script__episode{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.make-script__episode--inline{margin:0;flex-shrink:0;flex-wrap:wrap}.make-script__episode-label{font-size:12px;font-weight:600;color:var(--make-muted, #6b6570)}.make-script__episode input{width:5.5rem;margin:0;padding:.45rem .6rem;border:1px solid var(--make-line);border-radius:10px;background:#faf8fc;color:var(--make-ink);font-size:14px;font-weight:600}.make-script__episode span{font-size:13px;color:var(--make-muted)}.make-script__llm{margin-top:.35rem;display:flex;flex-direction:column;gap:.55rem}.make-script__llm-input{display:block;width:100%;min-height:180px;margin:0;padding:.75rem .85rem;box-sizing:border-box;border:1px solid var(--make-line);border-radius:12px;background:#faf8fc;color:var(--make-ink);font-size:12px;line-height:1.55;font-family:inherit;resize:vertical}.make-script__llm-input--compact{min-height:110px}.make-script__llm-input:focus{outline:none;border-color:#7c3aed66;box-shadow:0 0 0 3px #7c3aed14}.make-script__llm-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem}.make-script__plat-block{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--make-line)}.make-script__plat-title{margin:0 0 .55rem;font-size:12px;font-weight:600;color:var(--make-muted)}.make-script__platforms{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.make-script__platforms a{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;border-radius:10px;border:1px solid var(--make-line);background:#faf8fc;color:var(--make-ink);font-size:12px;font-weight:550;text-decoration:none;transition:border-color .15s ease,background .15s ease;min-width:0}.make-script__platforms a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.make-script__platforms a:hover{border-color:#7c3aed59;background:#7c3aed0a}.make-script__plat-logo{width:28px;height:28px;border-radius:8px;flex-shrink:0;object-fit:contain;background:#fff;display:block}.make-script__btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:0;padding:.45rem .85rem;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:550;cursor:pointer;font-family:inherit;line-height:1.2}.make-script__btn:disabled{opacity:.45;cursor:not-allowed}.make-script__btn--primary{background:#7c3aed1a;color:var(--make-purple);border-color:#7c3aed33}.make-script__btn--primary:hover:not(:disabled){background:#7c3aed29}.make-script__btn--cta{background:var(--make-grad-cta);color:#fff;box-shadow:0 3px 10px #7c3aed33}.make-script__btn--cta:hover:not(:disabled){filter:brightness(1.05)}.make-script__btn--secondary{background:#fff;border-color:var(--make-line);color:var(--make-ink)}.make-script__btn--secondary:hover:not(:disabled){border-color:#7c3aed47}.make-script__btn--ghost{background:transparent;border-color:transparent;color:var(--make-muted)}.make-script__btn--ghost:hover:not(:disabled){color:var(--make-ink);background:#0f0a1e0a}.make-script__text-btn{margin:0;padding:0;border:none;background:none;color:var(--make-purple);cursor:pointer;font:inherit;text-decoration:underline}.make-script__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:.35rem 0 .65rem}.make-script__dirty{font-size:11px;color:var(--make-orange)}.make-script__editor{display:block;width:100%;min-height:420px;margin:0;padding:1rem 1.1rem;box-sizing:border-box;border:1px solid var(--make-line);border-radius:12px;background:#faf8fc;color:var(--make-ink);font-size:13px;line-height:1.65;font-family:inherit;resize:vertical}.make-script__editor:focus{outline:none;border-color:#7c3aed66;box-shadow:0 0 0 3px #7c3aed14}.make-script__editor:disabled{opacity:.7;cursor:not-allowed}.make-script__versions{margin-top:.55rem;overflow-x:auto}.make-script__versions table{width:100%;border-collapse:collapse;font-size:12px}.make-script__versions th,.make-script__versions td{padding:.5rem .4rem;text-align:left;border-bottom:1px solid var(--make-line);vertical-align:middle}.make-script__versions th{color:var(--make-muted);font-weight:550}.make-script__muted{color:var(--make-muted)}.make-script__version-actions{display:flex;flex-wrap:wrap;gap:.35rem .65rem}.make-script__version-actions button{margin:0;padding:0;border:none;background:none;color:var(--make-purple);cursor:pointer;font:inherit;font-size:12px}.make-script__version-actions button:disabled{opacity:.4;cursor:not-allowed}.make-script__pack-workspace>.make-overview__card>h2{margin:0 0 .25rem;font-size:15px;font-weight:650}.make-studio .ui-project-main,.make-studio .ui-page-header{max-width:none}.make-studio .breadcrumb{display:none}@media (max-width: 960px){.make-topic-pick{grid-template-columns:1fr}}@media (max-width: 800px){.make-studio__chrome{flex-wrap:wrap;height:auto;min-height:48px}.make-studio__chrome-left{width:100%;border-right:none;height:48px}.make-studio__chrome-right{width:100%;height:48px}.make-studio__workspace{flex-direction:column}.make-studio__sidebar{width:100%;border-right:none;border-bottom:1px solid var(--make-line)}.make-studio__steps{flex-direction:row;flex-wrap:wrap}}.make-script__pack-workspace{display:flex;flex-direction:column;gap:.85rem;min-width:0}.make-script__pack-rail{padding:.85rem 1rem .75rem;border:1px solid var(--make-line);border-radius:14px;background:linear-gradient(180deg,#faf8fc,#fff)}.make-script__pack-rail-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1.25rem;margin-bottom:.7rem}.make-script__pack-rail-copy{min-width:0;flex:1}.make-script__pack-rail-copy h2{margin:0;font-size:1.05rem;font-weight:650;color:var(--make-ink)}.make-script__pack-rail-copy p{margin:.25rem 0 0;font-size:12px;color:var(--make-muted, #6b6570)}.make-script__tools{margin:0}.make-script__pack-steps{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0 0 .65rem;padding:0}.make-script__pack-step{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--make-line);background:#fff;border-radius:999px;padding:.4rem .85rem;font-size:13px;cursor:pointer;color:var(--make-ink)}.make-script__pack-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;background:#7c3aed1a;font-size:11px;font-weight:650}.make-script__pack-step.is-active{border-color:#7c3aed73;background:#7c3aed14;font-weight:600}.make-script__pack-step.is-done{border-color:#0d948859;color:#0f766e}.make-script__pack-badge{margin:0;font-size:12px;color:#9a3412}.make-script__pack-badge.is-ready{color:#0f766e}.make-script__pack-err{margin:0;color:#b91c1c;font-size:12px}.make-script__pack-stage{min-height:22rem}.make-script__pack-stage-title{margin:0 0 .2rem;font-size:1.05rem}.make-script__pack-body{display:flex;flex-direction:column;gap:.65rem}.make-script__pack-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.make-script__pack-textarea{width:100%;box-sizing:border-box;border:1px solid var(--make-line);border-radius:12px;padding:.75rem .9rem;font-size:13px;line-height:1.55;font-family:inherit;resize:vertical;background:#faf8fc}.make-script__pack-textarea:focus{outline:none;border-color:#7c3aed66;box-shadow:0 0 0 3px #7c3aed14}.make-script__pack-ep-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 900px){.make-script__pack-ep-grid{grid-template-columns:1fr 1fr}}.make-script__pack-row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.make-script__pack-row input,.make-script__pack-row select{border:1px solid var(--make-line);border-radius:8px;padding:.45rem .6rem;font-size:13px}.make-script__pack-row input{flex:1;min-width:10rem}.make-script__pack-ep{display:flex;flex-direction:column;gap:.35rem;font-size:12px;font-weight:600}.make-script__pack-lib ul{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:.35rem 0 .5rem;padding:0}.make-script__pack-lib button{border:1px dashed var(--make-line);background:transparent;border-radius:8px;padding:.3rem .55rem;font-size:12px;cursor:pointer}.make-editor{position:relative;display:flex;flex-direction:column;gap:.65rem;width:100%;height:100%;min-height:calc(100vh - 7.5rem);box-sizing:border-box}.make-editor__shell{display:flex;flex:1;min-height:0;width:100%}.make-editor__main{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;border:1px solid var(--make-line);border-radius:14px;background:#fff;overflow:hidden}.make-editor__toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.55rem .85rem;border-bottom:1px solid var(--make-line);background:linear-gradient(180deg,#faf8fc,#fff);min-height:3rem}.make-editor__toolbar-right{display:flex;flex-wrap:nowrap;align-items:center;gap:.65rem .85rem;flex-shrink:0;margin-left:auto}.make-editor__save-status{margin-left:.15rem;min-width:4.25rem;font-size:12px;font-weight:600;color:#0f766e;white-space:nowrap}.make-editor__save-status.is-dirty{color:#9a3412}.make-editor__actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.2rem;flex-shrink:0}.make-editor__toolbar .make-editor__icon-btn{display:inline-flex;align-items:center;gap:.3rem;margin:0;padding:.35rem .55rem;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--make-ink);font:inherit;font-size:12px;cursor:pointer;white-space:nowrap;box-shadow:none}.make-editor__toolbar .make-editor__icon-btn--icon{padding:.4rem}.make-editor__toolbar .make-editor__icon-btn:hover:not(:disabled),.make-editor__toolbar .make-editor__icon-btn:focus,.make-editor__toolbar .make-editor__icon-btn:focus-visible,.make-editor__toolbar .make-editor__icon-btn:active,.make-editor__toolbar .make-editor__icon-btn.is-on,.make-editor__toolbar .make-editor__icon-btn.is-on:hover:not(:disabled){background:transparent;border-color:transparent;color:var(--make-ink);outline:none;box-shadow:none}.make-editor__toolbar .make-editor__icon-btn:disabled{opacity:.35;cursor:not-allowed}.make-editor__toolbar .make-editor__icon-btn--primary,.make-editor__toolbar .make-editor__icon-btn--primary:hover:not(:disabled),.make-editor__toolbar .make-editor__icon-btn--primary:focus,.make-editor__toolbar .make-editor__icon-btn--primary:focus-visible,.make-editor__toolbar .make-editor__icon-btn--primary:active{background:#7c3aed1a;border-color:#7c3aed40;color:var(--make-ink);font-weight:600;outline:none;box-shadow:none}.make-editor__episode{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:12px;font-weight:500;line-height:1;color:var(--make-ink);white-space:nowrap}.make-editor__episode span{color:var(--make-ink)}.make-editor__episode input{display:inline-block;width:3.25rem;max-width:none;height:1.85rem;margin:0;padding:0 .4rem;box-sizing:border-box;border:1px solid var(--make-line);border-radius:8px;background:#fff;color:var(--make-ink);font:inherit;font-size:12px;font-weight:600;line-height:1;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.make-editor__episode input:focus{border-color:#7c3aed59;box-shadow:0 0 0 2px #7c3aed1f}.make-editor__episode input::-webkit-outer-spin-button,.make-editor__episode input::-webkit-inner-spin-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0}.make-editor__history{position:absolute;top:0;right:0;bottom:0;z-index:6;display:flex;flex-direction:column;width:min(280px,42%);border-left:1px solid var(--make-line);border-radius:0 14px 14px 0;background:#faf8fc;color:var(--make-ink);box-shadow:-8px 0 24px #0f0a1e0f;overflow:hidden;pointer-events:auto;animation:make-history-in .2s cubic-bezier(.22,1,.36,1)}.make-editor__history.make-editor__review{width:280px;min-width:280px;max-width:50%;box-sizing:border-box}.make-editor__review-resize{position:absolute;left:0;top:0;bottom:0;z-index:3;width:6px;margin:0;padding:0;border:none;background:transparent;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.make-editor__review-resize:hover,.make-editor__review-resize:focus,.make-editor__review-resize:focus-visible,.make-editor__review-resize:active{background:#7c3aed24;outline:none}@keyframes make-history-in{0%{transform:translate(100%)}to{transform:translate(0)}}.make-editor__history-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--make-line);background:#fff}.make-editor__history-title{display:inline-flex;align-items:center;gap:.45rem;font-size:14px;color:var(--make-ink)}.make-editor__history-title strong{font-weight:600}.make-editor__history-title svg{color:var(--make-purple)}.make-editor__history-close{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.25rem;border:0;border-radius:6px;background:transparent;color:var(--make-muted);cursor:pointer}.make-editor__history-close:hover:not(:disabled),.make-editor__history-close:focus,.make-editor__history-close:focus-visible{background:transparent;color:var(--make-ink);outline:none;box-shadow:none}.make-editor__history-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.25rem 3rem;color:var(--make-muted);text-align:center}.make-editor__history-empty p{margin:0;font-size:13px}.make-editor__history-empty-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;color:#7c3aed59}.make-editor__history-spark{position:absolute;width:4px;height:4px;border-radius:50%;background:#7c3aed59;box-shadow:0 0 6px #7c3aed33}.make-editor__history-spark--a{top:.35rem;left:50%;transform:translate(-50%)}.make-editor__history-spark--b{top:.85rem;right:.85rem;width:3px;height:3px}.make-editor__history-spark--c{top:1.1rem;left:1rem;width:2px;height:2px}.make-editor__history-list{list-style:none;margin:0;padding:.5rem;overflow:auto;flex:1}.make-editor__history-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;margin:0 0 .25rem;padding:.75rem .85rem;border:0;border-radius:10px;background:transparent;color:inherit;font:inherit;font-size:13px;text-align:left;cursor:pointer;box-shadow:none}.make-editor__history-item:hover:not(:disabled),.make-editor__history-item:focus,.make-editor__history-item:focus-visible{background:transparent;color:inherit;outline:none;box-shadow:none}.make-editor__history-item:disabled{opacity:.5;cursor:not-allowed}.make-editor__history-item-title{font-size:13px;font-weight:600;color:var(--make-ink)}.make-editor__history-item-time{font-size:11px;color:var(--make-muted)}.make-editor__external-body{display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1rem 1.1rem;overflow:auto;flex:1}.make-editor__external-foot{margin:0;font-size:12px;line-height:1.5;color:var(--make-muted)}.make-editor__external-copy{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin:0;padding:.5rem .75rem;border:1px solid rgba(124,58,237,.25);border-radius:10px;background:#7c3aed14;color:var(--make-purple);font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:none}.make-editor__external-copy:hover:not(:disabled),.make-editor__external-copy:focus,.make-editor__external-copy:focus-visible{background:#7c3aed14;border-color:#7c3aed40;color:var(--make-purple);outline:none;box-shadow:none}.make-editor__external-copy:disabled{opacity:.5;cursor:not-allowed}.make-editor__external-platforms{width:100%}.make-editor__external-platforms li{list-style:none}.make-editor__review-body{display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1rem 1.1rem;overflow:auto;flex:1}.make-editor__review-note,.make-editor__review-foot,.make-editor__review-empty,.make-editor__review-section{margin:0;font-size:12px;line-height:1.5;color:var(--make-muted)}.make-editor__review-section{margin-top:.35rem;font-weight:600;color:var(--make-ink)}.make-editor__review-list--history{opacity:.85}.make-editor__review-item.is-done{background:#0f172a08}.make-editor__review-status{font-weight:600;color:var(--make-ink)}.make-editor__review-sentinel{margin:.25rem 0 0;padding:.35rem 0 .15rem;text-align:center;font-size:11px;line-height:1.4;color:var(--make-muted)}.make-editor__review-actions{display:flex;flex-wrap:wrap;gap:.45rem}.make-editor__review-btn,.make-editor__review-save{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:0;padding:.45rem .7rem;border:1px solid rgba(124,58,237,.25);border-radius:10px;background:#7c3aed14;color:var(--make-purple);font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:none}.make-editor__review-btn:hover:not(:disabled),.make-editor__review-btn:focus,.make-editor__review-btn:focus-visible,.make-editor__review-save:hover:not(:disabled),.make-editor__review-save:focus,.make-editor__review-save:focus-visible{background:#7c3aed14;border-color:#7c3aed40;color:var(--make-purple);outline:none;box-shadow:none}.make-editor__review-btn:disabled,.make-editor__review-save:disabled{opacity:.5;cursor:not-allowed}.make-editor__review-save{width:100%}.make-editor__review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.make-editor__review-item{margin:0;padding:.65rem .7rem;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fff}.make-editor__review-item-top{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.4rem;font-size:11px;line-height:1.35;color:var(--make-muted)}.make-editor__review-item-top>span{display:block}.make-editor__review-item p{margin:0;font-size:12px;line-height:1.45;color:var(--make-ink)}.make-editor__review-suggest{margin-top:.3rem!important;color:var(--make-muted)!important}.make-editor__review-item-actions{display:flex;gap:.45rem;margin-top:.55rem}.make-editor__review-mark{flex:1;margin:0;padding:.35rem .5rem;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:var(--make-ink);font:inherit;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;box-shadow:none}.make-editor__review-mark:hover:not(:disabled),.make-editor__review-mark:focus,.make-editor__review-mark:focus-visible{border-color:#0f172a38;background:#0f172a08;outline:none;box-shadow:none}.make-editor__review-mark.is-active{border-color:#0f172a59;background:#0f172a0f}.make-editor__review-mark--done.is-active{border-color:#16a34a73;background:#16a34a1a;color:#15803d}.make-editor__review-mark:disabled{opacity:.5;cursor:not-allowed}.make-editor__smart{position:relative;z-index:3;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;padding:.65rem .85rem;border-bottom:1px solid var(--make-line);background:#faf8fc}.make-editor__smart textarea{display:block;width:100%;max-width:none;min-height:7.5rem;max-height:14rem;box-sizing:border-box;margin:0;padding:.55rem .7rem;border:1px solid var(--make-line);border-radius:10px;font:inherit;font-size:12px;line-height:1.55;resize:vertical;overflow:auto;background:#fff;color:var(--make-ink);white-space:pre-wrap;word-break:break-word}.make-editor__smart textarea:focus{outline:none;border-color:#7c3aed59;box-shadow:0 0 0 2px #7c3aed1f;background:#fff;color:var(--make-ink)}.make-editor__smart-actions{display:flex;justify-content:flex-end;gap:.45rem}.make-editor__body{position:relative;display:flex;flex:1;min-height:0}.make-editor__textarea{flex:1;width:100%;min-height:22rem;margin:0;padding:1rem 5.25rem 1rem 1.1rem;box-sizing:border-box;border:none;resize:none;font:inherit;font-size:13px;line-height:1.65;color:var(--make-ink);background:#fff}.make-editor__textarea:focus{outline:none;border-color:transparent;box-shadow:none}.make-editor__textarea:disabled{opacity:.7;cursor:not-allowed}.make-editor__dots{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:0;z-index:2;pointer-events:none;padding:.65rem .45rem;border:1px solid var(--make-line);border-radius:14px;background:#fff;box-shadow:0 6px 20px #0f0a1e1a}.make-editor__dot-wrap{display:flex;flex-direction:column;align-items:center;pointer-events:auto}.make-editor__dot-line{width:0;height:1.05rem;border-left:1.5px dashed rgba(124,58,237,.4);margin:.08rem 0}.make-editor__dot{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;box-sizing:border-box;width:3.6rem;min-width:3.6rem;height:1.4rem;margin:0;padding:0 .35rem;border:1.5px solid transparent;border-radius:999px;background:transparent;color:#6b6570;font:inherit;cursor:pointer;box-shadow:none}.make-editor__dot-label{font-size:11px;font-weight:650;letter-spacing:.02em;line-height:1}.make-editor__dot-check,.make-editor__dot-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:.7rem;height:.7rem}.make-editor__dot-check{color:#0f766e}.make-editor__dot-mark{color:#7c3aed8c}.make-editor__dot:hover:not(:disabled),.make-editor__dot:focus,.make-editor__dot:focus-visible,.make-editor__dot:active{background:transparent;border-color:transparent;outline:none;box-shadow:none}.make-editor__dot.is-done{background:transparent;border-color:transparent;color:var(--make-ink)}.make-editor__dot.is-done .make-editor__dot-check{color:#0f766e}.make-editor__dot.is-active{background:#7c3aed1f;border-color:#7c3aed73;color:var(--make-purple, #7c3aed);box-shadow:0 0 0 2px #7c3aed1f}.make-editor__dot.is-active .make-editor__dot-label{color:var(--make-purple, #7c3aed);font-size:11px;font-weight:750}.make-editor__dot.is-active .make-editor__dot-check,.make-editor__dot.is-active .make-editor__dot-mark{color:var(--make-purple, #7c3aed)}.make-editor__dot.is-active:hover:not(:disabled),.make-editor__dot.is-active:focus,.make-editor__dot.is-active:focus-visible{background:#7c3aed1f;border-color:#7c3aed73;box-shadow:0 0 0 2px #7c3aed1f}.make-editor__ball{position:fixed;right:1.25rem;bottom:1.25rem;z-index:45;width:0;height:0;touch-action:none}.make-editor__ball-btn{position:absolute;top:0;left:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;border:none;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#a855f7 52%,#f97316 125%);color:#fff;cursor:grab;box-shadow:0 6px 18px #7c3aed47;transform:translate(-50%,-50%)}.make-editor__ball-btn:hover:not(:disabled),.make-editor__ball-btn:focus,.make-editor__ball-btn:focus-visible{background:linear-gradient(135deg,#7c3aed,#a855f7 52%,#f97316 125%);color:#fff;box-shadow:0 8px 22px #7c3aed57;outline:none}.make-editor__ball-btn:active{background:linear-gradient(135deg,#7c3aed,#a855f7 52%,#f97316 125%);color:#fff;cursor:grabbing;box-shadow:0 4px 12px #7c3aed3d}.make-editor__ball.is-expanded .make-editor__ball-pop{animation:make-editor-ball-in .18s ease-out}@keyframes make-editor-ball-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.make-editor__ball-pop{position:absolute;width:min(20rem,calc(100vw - 1.5rem));max-height:14rem;overflow:auto;padding:.7rem .8rem;border:1px solid var(--make-line);border-radius:12px;background:#fff;box-shadow:0 12px 36px #0f0a1e29}.make-editor__ball--br .make-editor__ball-pop{right:0;bottom:0;transform-origin:bottom right}.make-editor__ball--bl .make-editor__ball-pop{left:0;bottom:0;transform-origin:bottom left}.make-editor__ball--tr .make-editor__ball-pop{right:0;top:0;transform-origin:top right}.make-editor__ball--tl .make-editor__ball-pop{left:0;top:0;transform-origin:top left}.make-editor__ball-pop header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.make-editor__ball-pop header>div{display:flex;flex-direction:column;gap:.3rem;min-width:0}.make-editor__ball-close{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.2rem;border:none;border-radius:6px;background:transparent;color:var(--make-muted, #6b6570);cursor:pointer;box-shadow:none}.make-editor__ball-close:hover:not(:disabled),.make-editor__ball-close:focus,.make-editor__ball-close:focus-visible,.make-editor__ball-close:active{background:transparent;color:var(--make-ink);outline:none;box-shadow:none}.make-editor__ball-pop pre{margin:0;padding:0;border:none;border-radius:0;background:transparent;font:inherit;font-size:12px;line-height:1.55;color:#5b5270;white-space:pre-wrap;word-break:break-word;overflow:visible}@media (max-width: 900px){.make-editor__toolbar{flex-wrap:wrap}.make-editor__toolbar-right{width:100%;justify-content:flex-end}}
