:root{--e-blue:#2cccd3;--e-black:#101820;--e-slate:#3b3f44;--e-mid:#7c878e;--e-light:#d0d3d4;--e-purple:#8a69d4;--e-yellow:#edff00;--canvas:#f4f5f6;--surface:#fff;--surface-2:#f7f8f9;--text:#101820;--text-muted:#6c7781;--border:#e4e7e9;--accent:#2cccd3;--accent-strong:#0e8e97;--primary:#101820;--primary-text:#fff;--primary-hover:#24303b;--success:#1e9e68;--success-bg:#e7f6ef;--danger:#d64550;--danger-bg:#fbe9ea;--warning:#b7791f;--warning-bg:#fbf0dc;--neutral-bg:#eef0f1;--ring:#2cccd373;--shadow-sm:0 1px 2px #1018200f;--shadow-md:0 6px 20px #1018201a;--radius:10px;--radius-sm:7px;--sidebar-w:250px;--sidebar-collapsed-w:64px;--check-a:#e9e9e6;--check-b:#fff;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--card:var(--surface);--bg:var(--canvas);--ink:var(--text);--muted:var(--text-muted);--accent-dark:var(--primary-hover)}:root[data-theme=dark]{--canvas:#101820;--surface:#19222c;--surface-2:#212c38;--text:#eef1f3;--text-muted:#9aa5ad;--border:#2a3742;--accent:#2cccd3;--accent-strong:#43d6dc;--primary:#2cccd3;--primary-text:#101820;--primary-hover:#46d3d9;--success:#37c98a;--success-bg:#37c98a24;--danger:#f26d77;--danger-bg:#f26d7724;--warning:#e0b000;--warning-bg:#e0b00024;--neutral-bg:#ffffff0f;--ring:#2cccd38c;--shadow-sm:0 1px 2px #0006;--shadow-md:0 8px 24px #0000008c;--check-a:#232e39;--check-b:#1b242e}*{box-sizing:border-box}html,body{margin:0}body{font-family:var(--font);color:var(--text);background:var(--canvas);font-size:14px}button,input,select,textarea{font-family:inherit;font-size:14px}h1,h2,h3{letter-spacing:-.01em;color:var(--text);margin:0;font-weight:650}a{color:var(--accent-strong)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:22px}.btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:8px 15px;font-weight:550;line-height:1.2;text-decoration:none;transition:background .12s,border-color .12s;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:default}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-text)}.btn.primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.btn.ghost{background:0 0;border-color:#0000}.btn.ghost:hover:not(:disabled){background:var(--surface-2)}.btn.danger{color:var(--danger);border-color:var(--border)}.btn.danger:hover:not(:disabled){background:var(--danger-bg);border-color:var(--danger)}.btn.danger-solid{background:var(--danger);border-color:var(--danger);color:#fff}.btn.danger-solid:hover:not(:disabled){filter:brightness(.94)}.confirm-bar{border:1px solid var(--danger);border-radius:var(--radius-sm);background:var(--danger-bg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.link{color:var(--accent-strong);cursor:pointer;background:0 0;border:none;padding:0;font-weight:550}.link.danger{color:var(--danger)}.link:disabled{opacity:.5;cursor:default}.error{color:var(--danger);margin:0;font-size:13px}.muted{color:var(--text-muted)}.small{font-size:12px}label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:13px;display:flex}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);padding:9px 11px}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}:focus-visible{box-shadow:0 0 0 3px var(--ring);border-radius:var(--radius-sm);outline:none}.pill{background:var(--neutral-bg);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.pill--success{background:var(--success-bg);color:var(--success)}.pill--danger{background:var(--danger-bg);color:var(--danger)}.pill--warning{background:var(--warning-bg);color:var(--warning)}.pill--neutral{background:var(--neutral-bg);color:var(--text-muted)}.table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:11px 16px;font-size:13px}.table th{color:var(--text-muted);background:var(--surface-2);font-weight:600}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:var(--surface-2)}.table .col-actions{text-align:right}.app-shell{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.app-shell.collapsed{grid-template-columns:var(--sidebar-collapsed-w) 1fr}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:4px;height:100vh;padding:14px 12px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-brand{align-items:center;gap:10px;padding:6px 8px 12px;display:flex}.sidebar-brand .brand-mark{width:26px;height:26px;color:var(--accent);flex-shrink:0}.sidebar-brand .brand-name{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}.sidebar-collapse{margin-left:auto}.nav-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:12px 10px 4px;font-size:11px;font-weight:700}.nav-item{width:100%;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:550;display:flex}.nav-item .nav-icon{flex-shrink:0;width:18px;height:18px}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:var(--surface-2);color:var(--text);box-shadow:inset 2px 0 0 var(--accent)}.sidebar-spacer{flex:1}.sidebar-bottom{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding-top:8px;display:flex}.user-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;text-align:left;align-items:center;gap:10px;width:100%;padding:8px;display:flex}.user-card:hover{background:var(--surface-2)}.avatar{background:var(--accent);width:32px;height:32px;color:var(--e-black);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.avatar-img{object-fit:cover;border-radius:8px;flex-shrink:0}.user-card .user-meta{min-width:0}.user-card .user-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.app-shell.collapsed .nav-item span,.app-shell.collapsed .nav-group-label,.app-shell.collapsed .brand-name,.app-shell.collapsed .user-meta{display:none}.main{flex-direction:column;min-width:0;display:flex}.page-header{align-items:center;gap:16px;padding:20px 28px 0;display:flex}.page-header h1{font-size:20px}.page-header .header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.tabs{gap:4px;padding:14px 28px 0;display:flex}.tab{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:8px 14px;font-weight:550}.tab:hover{color:var(--text)}.tab.active{background:var(--surface-2);color:var(--text)}.page{padding:20px 28px 40px}.page-narrow{max-width:560px}.auth-page{background:var(--canvas);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{flex-direction:column;gap:14px;width:360px;max-width:100%;display:flex}.auth-split{grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.auth-hero{color:#fff;background:radial-gradient(120% 120% at 8% 0%, var(--e-purple) 0%, transparent 46%), linear-gradient(135deg, var(--accent-strong) 0%, var(--e-black) 100%);justify-content:center;align-items:center;padding:48px;display:flex;position:relative;overflow:hidden}.auth-hero-inner{max-width:460px;position:relative}.auth-hero-brand{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:30px;font-size:18px;font-weight:800;display:flex}.auth-hero-brand .brand-mark{width:30px;height:30px}.auth-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:34px;line-height:1.12}.auth-hero-sub{color:#ffffffd1;margin:0;font-size:15px;line-height:1.55}.auth-form-panel{background:var(--canvas);justify-content:center;align-items:center;padding:40px;display:flex}.auth-form-panel .auth-card{padding:28px}.auth-form-brand{letter-spacing:.04em;text-transform:uppercase;color:var(--text);align-items:center;gap:10px;margin-bottom:2px;font-size:16px;font-weight:800;display:none}.auth-form-brand .brand-mark{width:26px;height:26px;color:var(--accent)}.auth-card-sub{margin:-6px 0 6px}.auth-divider{color:var(--text-muted);align-items:center;gap:10px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}@media (width<=820px){.auth-split{grid-template-columns:1fr}.auth-hero{display:none}.auth-form-brand{display:flex}}.help{max-width:800px}.help-toc{flex-wrap:wrap;gap:4px 20px;padding:16px 18px;display:flex}.help-toc a{flex:0 0 calc(50% - 10px);padding:4px 0;font-weight:550}.help-section{border-top:1px solid var(--border);padding-top:6px;scroll-margin-top:12px}.help-section h2{margin-bottom:8px;font-size:18px}.help-section h3{margin:14px 0 4px;font-size:15px}.help-section p{margin:0 0 8px;line-height:1.6}.help-section ul,.help-section ol{margin:0 0 8px;padding-left:20px}.help-section li{margin-bottom:4px;line-height:1.6}.help-section .table{margin:4px 0 8px}.help-code{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--text);white-space:pre;margin:0 0 8px;padding:12px 14px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.6;overflow-x:auto}.table-scroll{overflow-x:auto}@media (width<=560px){.help-toc a{flex-basis:100%}}.setting-row{color:var(--text);flex-direction:row;justify-content:space-between;align-items:center;gap:16px;font-size:14px}.setting-row input[type=number]{width:120px}.setting-row--stacked{flex-direction:column;align-items:stretch;gap:6px;display:flex}.setting-row--stacked input{width:100%}.setting-label{align-items:center;gap:8px;display:inline-flex}.setting-note{color:var(--text-muted);padding-top:2px;font-size:13px;line-height:1.5}.hero-card{flex-direction:column;gap:2px;display:flex}.hero-figure{letter-spacing:-.02em;color:var(--accent-strong);font-size:56px;font-weight:700;line-height:1}.hero-label{color:var(--text-muted);font-size:14px}.hero-note{margin-top:8px}.kpi-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.stat-tile{flex-direction:column;gap:6px;display:flex}.stat-value{letter-spacing:-.01em;color:var(--text);font-size:30px;font-weight:650;line-height:1}.stat-label{color:var(--text-muted);font-size:13px}@media (width<=640px){.kpi-row{grid-template-columns:1fr}}.stack{flex-direction:column;gap:16px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.inline-add{gap:8px;display:flex}.inline-add input{flex:1}.form-actions{justify-content:flex-end;gap:10px;display:flex}.checker{background:repeating-conic-gradient(var(--check-a) 0% 25%, var(--check-b) 0% 50%) 50% / 16px 16px}.templates-head{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;display:flex}.template-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.template-list label{color:var(--ink);flex-direction:row;align-items:center;gap:8px;font-size:14px}.run-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.run-body{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.run-expand{white-space:nowrap;align-self:center}.pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.pager .btn{min-width:40px;padding:6px 10px}.run-toolbar select{min-width:180px}.run-toolbar span{margin-left:auto}.run-list{flex-direction:column;gap:16px;display:flex}.run-card{flex-direction:column;gap:12px;display:flex}.run-head{justify-content:space-between;align-items:flex-start;display:flex}.run-status{gap:8px;display:flex}.thumbs{flex-wrap:wrap;gap:10px;display:flex}.thumb{object-fit:contain;background:repeating-conic-gradient(var(--check-a) 0% 25%, var(--check-b) 0% 50%) 50% / 16px 16px;border:1px solid var(--border);border-radius:6px;width:96px;height:96px}.run-actions{justify-content:flex-end;gap:10px;display:flex}.output-item{flex-direction:column;align-items:center;gap:4px;display:flex}.adjust-overlay{z-index:50;background:#1018208c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.adjust-panel{width:min(600px,100%);max-height:92vh;overflow:auto}.adjust-canvas-wrap{border:1px solid var(--border);border-radius:8px;flex-shrink:0;align-self:center;position:relative;overflow:hidden}.adjust-canvas{object-fit:contain;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.adjust-canvas:active{cursor:grabbing}.adjust-busy{color:#fff;pointer-events:none;background:#101820b3;border-radius:6px;padding:2px 8px;font-size:12px;position:absolute;top:8px;right:8px}.adjust-controls{flex-wrap:wrap;align-items:flex-end;gap:20px;display:flex}.adjust-nudge{flex-direction:column;gap:6px;display:flex}.adjust-pad{grid-template-rows:repeat(3,34px);grid-template-columns:repeat(3,34px);gap:4px;display:grid}.adjust-pad button{width:34px;min-width:0;height:34px;padding:0;font-size:16px}.adjust-pad button:first-child{grid-area:1/2}.adjust-pad button:nth-child(2){grid-area:2/1}.adjust-pad button:nth-child(3){grid-area:2/3}.adjust-pad button:nth-child(4){grid-area:3/2}.adjust-scale{flex:1;min-width:220px}.adjust-scale-row{align-items:center;gap:8px;display:flex}.adjust-scale-row input[type=range]{flex:1;min-width:0}.adjust-scale-num{flex:none;width:72px}.tg{max-width:860px}.tg-lede{max-width:62ch;font-size:15px}.tg-h2{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:10px;margin:6px 0 -2px;font-size:13px;font-weight:700;display:flex}.tg-h2:before{content:"";background:var(--accent);border-radius:2px;width:18px;height:2px}.tg-panel-head,.tg-lname{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.tg-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.tg-panel-head{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-2);padding:11px 16px;font-size:11px}.tg-layer{border-bottom:1px solid var(--border);grid-template-columns:20px 46px 1fr auto;align-items:center;gap:14px;padding:16px;display:grid}.tg-layer:last-child{border-bottom:0}.tg-eye{border:1.6px solid var(--text-muted);border-radius:50%;width:14px;height:14px;position:relative}.tg-eye:after{content:"";background:var(--text-muted);border-radius:50%;position:absolute;inset:4px}.tg-thumb{border:1px solid var(--border);border-radius:6px;width:46px;height:34px}.tg-thumb--slot{background:linear-gradient(135deg, transparent 46%, var(--accent) 46%, var(--accent) 54%, transparent 54%), repeating-conic-gradient(var(--check-b) 0% 25%, var(--check-a) 0% 50%) 50% / 12px 12px}.tg-thumb--baked{background:radial-gradient(120% 90% at 80% 15%,#2cccd380,#0000 60%),linear-gradient(160deg,#1b2a44,#0a1730)}.tg-lname{font-size:14px;font-weight:700}.tg-lname.plain{font-family:var(--font)}.tg-lsub{margin-top:2px}.tg-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.tg-tag{letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10.5px;font-weight:700}.tg-tag--so{color:var(--accent-strong);background:#2cccd324;border:1px solid #2cccd366}.tg-tag--fx{color:var(--text-muted);border:1px dashed var(--border)}.tg-tag--lock{color:var(--text-muted);border:1px solid var(--border)}.tg-callout{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);align-items:flex-start;gap:12px;padding:13px 16px;display:flex}.tg-callout p{margin:0;line-height:1.55}.tg-callout-mk{color:var(--accent-strong);font-size:18px;font-weight:800;line-height:1.4}.tg-checks{gap:10px;margin:0;padding:0;list-style:none;display:grid}.tg-checks li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:20px 1fr;align-items:start;gap:12px;padding:12px 15px;line-height:1.5;display:grid}.tg-box{border:1.8px solid var(--accent);border-radius:5px;width:18px;height:18px;margin-top:1px}.tg code{background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:1px 6px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.9em}.tg-foot{margin-top:4px}.changelog{max-width:820px}.changelog-section{border-top:1px solid var(--border);padding-top:14px;scroll-margin-top:12px}.changelog-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.changelog-head h2{font-size:17px}.changelog-date{white-space:nowrap}.changelog-entries{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.changelog-entries li{grid-template-columns:76px 1fr;align-items:start;gap:12px;line-height:1.55;display:grid}.changelog-entries .pill{justify-self:start;margin-top:1px}.batch-card{cursor:pointer;flex-direction:column;gap:8px;display:flex}.batch-card:hover{border-color:var(--accent)}.photo-strip{flex-wrap:wrap;gap:12px;display:flex}.photo-thumb{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;gap:6px;width:140px;padding:8px;display:flex}.photo-thumb:hover{border-color:var(--accent)}.photo-thumb img{object-fit:contain;background:repeating-conic-gradient(var(--check-a) 0% 25%, var(--check-b) 0% 50%) 50% / 16px 16px;border-radius:4px;width:100%;height:100px}.photo-thumb span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thumb-placeholder{aspect-ratio:1;background:var(--surface-2);border-radius:6px;justify-content:center;align-items:center;display:flex}.photo-thumb--pending{opacity:.8}.photo-thumb--failed .thumb-placeholder{color:var(--danger)}.photo-thumb--pending,.photo-thumb--failed{cursor:default}.thumb-ready{color:var(--accent);align-self:flex-start;font-size:11px;font-weight:600}.crop-editor{grid-template:"head head""error error""stage rail"minmax(0,1fr)"film film"/1fr 260px;gap:14px;height:100vh;display:grid}.crop-editor>.error{grid-area:error;margin:0}.crop-head{grid-area:head;justify-content:space-between;align-items:center;gap:12px;display:flex}.crop-filename{font-weight:600}.crop-stage{background:var(--surface-2);border-radius:8px;grid-area:stage;justify-content:center;align-items:center;min-height:0;display:flex}.size-tabs{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;gap:6px;width:100%;padding:4px;display:flex}.size-tabs .tab{align-items:center;gap:6px;padding:2px 6px;display:flex}.size-tabs .tab button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:2px 4px}.size-tabs .tab:has(input:not(:checked)) button{opacity:.45;text-decoration:line-through}.crop-canvas{cursor:grab;background:#000;border-radius:8px;outline:none;display:block}.crop-canvas:active{cursor:grabbing}.crop-canvas:focus{box-shadow:0 0 0 2px var(--accent)}.crop-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.crop-rail{flex-direction:column;grid-area:rail;gap:16px;min-width:0;min-height:0;display:flex;overflow:hidden auto}.crop-film{grid-area:film;gap:6px;padding:6px 0;display:flex;overflow-x:auto}.film-thumb{background:var(--surface-2);cursor:pointer;border:2px solid #0000;border-radius:4px;flex:none;width:56px;height:56px;padding:0;overflow:hidden}.film-thumb img{object-fit:cover;width:100%;height:100%;display:block}.film-thumb.current{border-color:var(--accent)}.film-thumb-placeholder{width:100%;height:100%}.crop-pos{font-variant-numeric:tabular-nums}.rail-section{flex-direction:column;gap:8px;display:flex}.partner-check{flex-direction:row;align-items:center;gap:8px;width:100%;font-size:13px;display:flex}.partner-check input{flex:none;margin:0}.crop-preview{flex-direction:column;gap:8px;width:100%;display:flex}.preview-img{border:1px solid var(--border);background:repeating-conic-gradient(var(--check-a) 0% 25%, var(--check-b) 0% 50%) 50% / 16px 16px;border-radius:8px;width:100%}.preview-placeholder{aspect-ratio:1;border:1px dashed var(--border);border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex}.crop-controls{flex-direction:column;align-items:stretch;gap:12px;display:flex}.crop-controls .control{flex-direction:row;align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.crop-controls select,.crop-controls input[type=range]{flex:1;width:auto;min-width:0}.control .val{text-align:right;font-variant-numeric:tabular-nums;width:3.5em;display:inline-block}.new-user{flex-direction:column;gap:14px;max-width:360px;display:flex}.logo-swatch,.logo-preview{object-fit:contain;border:1px solid var(--border);background-color:#7c828b;background-image:linear-gradient(45deg,#565b63 25%,#0000 25%),linear-gradient(-45deg,#565b63 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#565b63 75%),linear-gradient(-45deg,#0000 75%,#565b63 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border-radius:6px}.logo-swatch{width:48px;height:48px}.logo-preview{flex:none;width:96px;height:96px}.logo-confirm{align-items:center;gap:12px;display:flex}.variant-pickers{flex-wrap:wrap;gap:24px;display:flex}.variant-picker-label{margin-bottom:6px;font-weight:600}.variant-radios{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.variant-radio{align-items:center;gap:4px;display:inline-flex}.onboard-note-warn{color:var(--warning);font-weight:600}.onboard-note-ok{color:var(--success);font-weight:600}.upload-progress{flex-direction:column;gap:6px;display:flex}.upload-bar{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.upload-bar>span{background:var(--accent);height:100%;transition:width .15s;display:block}.row--disabled{opacity:.55}.template-group h4{margin:4px 0}.template-group-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.template-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:8px 12px;display:flex}.template-row-main{flex-direction:column;gap:2px;display:flex}.template-row-edit{align-items:center;gap:8px;display:flex}
