:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111418;--surface:#181d22;--surface-2:#20262d;--surface-3:#29313a;--text:#e8edf2;--muted:#9ca8b6;--line:#303842;--accent:#55a17a;--accent-strong:#72c797;--accent-soft:#20372b;--danger:#ff9ca3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{color:var(--text)}.shell{min-height:100vh}.with-side{grid-template-columns:236px minmax(0,1fr);display:grid}.product-shell.with-side{grid-template-columns:304px minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:var(--surface);min-height:100vh;padding:18px 14px}.product-sidebar{flex-direction:column;gap:16px;display:flex;overflow:auto}.brand{align-items:center;gap:10px;min-width:0;font-weight:760;display:flex}.product-sidebar>.brand>div:nth-child(2){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:grid}.brand-logout{margin-left:auto}.nav{flex-direction:column;display:flex}.module-nav{gap:10px}.nav-section{gap:4px;display:grid}.nav-parent{min-height:34px;color:var(--muted);border:1px solid #0000;border-radius:8px;align-items:center;gap:9px;padding:0 10px;font-weight:680;display:flex}.nav-parent.active{color:var(--text);background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 22%, transparent)}.nav-parent:hover{background:var(--surface-2);color:var(--text)}.nav-parent span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.nav-chevron{width:14px;height:14px;color:var(--muted);margin-left:auto}.nav-sub{gap:2px;padding-left:28px;display:grid}.nav-sub a{min-height:28px;color:var(--muted);border:1px solid #0000;border-radius:6px;align-items:center;padding:0 9px;font-size:12px;line-height:1.25;display:flex}.nav-sub a.active{color:var(--text);background:color-mix(in srgb, var(--accent-soft) 72%, transparent);border-color:color-mix(in srgb, var(--accent) 16%, transparent)}.nav-sub a:hover{background:var(--surface-2);color:var(--text)}.topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:14px 22px;display:flex}.page-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.topbar-subactions{align-items:center;gap:8px;margin-top:10px;display:flex}.btn,.icon-btn{border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.btn{min-height:34px;padding:0 12px;font-weight:680}.compact-btn{width:max-content;min-height:30px;padding:0 10px}.tiny-btn{gap:6px;min-height:26px;padding:0 8px;font-size:12px}.tiny-btn svg{width:14px;height:14px}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn:hover,.icon-btn:hover{background:var(--surface-3)}.btn.primary:hover{background:var(--accent-strong)}.btn.danger{color:#ff9ca3}.icon-btn{flex:none;width:32px;height:32px}.icon-btn.danger{color:#ff9ca3}.icon-btn:disabled,.icon-btn.is-disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.page-title{letter-spacing:0;margin:0;font-size:20px;line-height:1.2}.subtitle{color:var(--muted);margin:3px 0 0;font-size:12px}.main{min-width:0;padding:18px 22px 24px}.grid{gap:14px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-width:0}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px 14px;display:flex}.panel-title{margin:0;font-size:14px;font-weight:740}.column-color-legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11px;display:flex}.column-color-legend span{align-items:center;gap:5px;display:inline-flex}.legend-swatch{border:1px solid var(--line);border-radius:2px;width:14px;height:10px;display:inline-block}.legend-swatch.column-system{background:color-mix(in srgb, #4fa3ff 14%, var(--surface))}.legend-swatch.column-required{background:color-mix(in srgb, #ffd54a 16%, var(--surface))}.legend-swatch.required-empty-cell{background:color-mix(in srgb, #ff5c7a 28%, var(--surface))}.panel-body{min-height:420px;padding:14px}.settings-panel{max-width:720px}.settings-body{gap:14px;min-height:0;display:grid}.settings-field{max-width:420px}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:1800px}.autoformula-table table{min-width:1700px}.launch-table table{table-layout:fixed;min-width:4200px}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;vertical-align:middle;height:38px;padding:8px 10px}th{color:var(--muted);background:var(--surface-2);font-size:12px;font-weight:680}td{color:var(--text);font-size:13px}td.output-cell{max-width:340px}.cell-text{text-overflow:ellipsis;white-space:nowrap;max-width:320px;overflow:hidden}.cell-actions{align-items:center;gap:6px;display:flex}.table-input{border:1px solid var(--line);background:var(--surface-2);border-radius:6px;outline:none;width:132px;min-height:30px;padding:0 8px}.row-action-head,.row-action-cell{z-index:3;background:var(--surface-2);width:82px;min-width:82px;position:sticky;left:0}.row-action-cell{background:var(--surface)}.row-add-btn{color:var(--accent-strong)}.launch-table th,.launch-table td{border:1px solid var(--line);height:21px;padding:0 3px;font-family:Arial,sans-serif;font-size:11px;line-height:1.15}.launch-table th{white-space:normal;vertical-align:top;height:38px;padding:2px 12px 2px 4px;font-size:10.5px;position:relative;overflow:hidden}.launch-table .column-title{text-overflow:clip;white-space:normal;word-break:break-word;max-width:calc(100% - 10px);line-height:1.15;display:block;overflow:visible}.launch-table .cell-actions{gap:2px}.launch-table .icon-btn{border-radius:3px;width:18px;height:18px}.launch-table .lucide{width:11px;height:11px}.column-resizer{cursor:col-resize;touch-action:none;width:8px;height:100%;position:absolute;top:0;right:-3px}.column-resizer:after{content:"";background:color-mix(in srgb, var(--muted) 42%, transparent);width:1px;position:absolute;top:8px;bottom:8px;left:3px}.is-resizing-column,.is-resizing-column *{-webkit-user-select:none;user-select:none;cursor:col-resize!important}.launch-cell-input{width:100%;min-height:19px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:2px;outline:none;padding:0 3px;font-family:Arial,sans-serif;font-size:11px;line-height:1.15}textarea.launch-cell-input{resize:none;height:19px;padding:2px 3px}.launch-cell-input:hover,.launch-cell-input:focus{border-color:var(--accent);background:var(--surface-2)}.duplicate-highlight{background:color-mix(in srgb, #ffd54a 36%, var(--surface))}.launch-table th.column-system,.launch-table td.column-system{background:color-mix(in srgb, #4fa3ff 14%, var(--surface))}.launch-table th.column-required,.launch-table td.column-required{background:color-mix(in srgb, #ffd54a 16%, var(--surface))}.launch-table td.required-empty-cell{background:color-mix(in srgb, #ff5c7a 28%, var(--surface))!important}.creative-preview-head,.launch-creative-preview-cell{text-align:center;width:86px;min-width:86px}.launch-creative-preview-cell{padding:1px 3px}.creative-preview-stack{justify-content:center;align-items:center;gap:2px;min-height:19px;display:flex;overflow:hidden}.creative-preview-thumb,.creative-preview-file{border:1px solid var(--line);background:var(--surface-2);border-radius:3px;flex:none}.creative-preview-thumb{object-fit:cover;display:block}.creative-preview-thumb-small,.creative-preview-file.creative-preview-thumb-small{width:18px;height:18px}.creative-preview-thumb-large,.creative-preview-file.creative-preview-thumb-large{width:44px;height:44px}.creative-preview-file{color:var(--muted);place-items:center;font-size:8px;font-weight:700;display:inline-grid}.creative-preview-empty,.creative-preview-more{color:var(--muted);font-size:10px}.creative-list-preview-cell{width:54px}.launch-starter-row td{height:28px}.column-settings-list{gap:10px;display:grid}.column-settings-page{gap:14px;display:grid}.column-settings-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:28px minmax(145px,1fr) minmax(140px,.9fr) minmax(100px,.55fr) minmax(132px,.7fr) minmax(200px,1.1fr) 40px;align-items:start;gap:10px;padding:12px;display:grid}.column-settings-row.is-dragging{opacity:.58;border-color:var(--accent)}.column-settings-row.is-system{border-color:color-mix(in srgb, #4fa3ff 46%, var(--line));background:color-mix(in srgb, #4fa3ff 8%, var(--surface-2))}.column-settings-row input:disabled,.column-settings-row select:disabled,.column-settings-row button:disabled{opacity:.62;cursor:not-allowed}.column-drag-handle{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--muted);cursor:grab;border-radius:6px;place-items:center;display:grid}.column-drag-handle:active{cursor:grabbing}.column-settings-actions{justify-content:flex-end;padding-top:22px;display:flex}.column-settings-footer{border-top:1px solid var(--line);background:var(--surface);align-items:center;gap:8px;padding:12px 0 0;display:flex;position:sticky;bottom:0}.select-options-editor{align-content:start}.select-options-editor.is-disabled{opacity:.48}.select-option-list{gap:6px;display:grid}.select-option-row{grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:6px;display:grid}.empty-row td{height:120px;color:var(--muted);text-align:center}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid .full-row{grid-column:1/-1}.field{gap:6px;display:grid}.field label{color:var(--muted);font-size:12px;font-weight:680}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;outline:none;width:100%;min-height:34px;padding:0 10px}.field textarea{resize:vertical;min-height:82px;padding:9px 10px}.field-hint{color:var(--muted);font-size:11px;line-height:1.35}.field input.is-invalid,.field select.is-invalid,.field textarea.is-invalid{border-color:#ff9ca3;box-shadow:0 0 0 1px #ff9ca36b}.modal{z-index:20;background:#090f168f;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.modal.is-open{display:flex}.modal-dialog{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(900px,100vw - 32px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 22px 55px #00000059}.modal-head,.modal-foot{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:14px 16px;display:flex}.modal-foot{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end}.modal-body{padding:16px}.modal-title{margin:0;font-size:16px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.template-field{gap:6px;display:grid}.template-field span{color:var(--muted);font-size:12px;font-weight:680}.template-field textarea{resize:vertical;border:1px solid var(--line);background:var(--surface-2);width:100%;min-height:92px;color:var(--text);border-radius:8px;outline:none;padding:10px}.copy-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.copy-tile{border:1px solid var(--line);background:var(--surface-2);min-height:42px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.copy-tile:hover{background:var(--surface-3)}.copy-tile.is-copied{border-color:var(--accent);color:var(--accent-strong)}.link-builder-layout{grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:14px;display:grid}.link-template-list-page{align-content:start;gap:12px;min-height:0;display:grid}.link-template-sidebar{align-content:start;gap:10px;display:grid}.link-template-list{gap:8px;display:grid}.link-template-item{border:1px solid var(--line);background:var(--surface-2);min-height:46px;color:var(--text);text-align:left;border-radius:8px;align-content:center;gap:4px;padding:9px 10px;text-decoration:none;display:grid}.link-template-item:hover{border-color:var(--accent);background:var(--accent-soft)}.link-template-item strong{color:var(--accent-strong);font-weight:760}.link-template-item span{max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.link-template-editor{gap:12px;min-width:0;display:grid}.link-template-textarea{border:1px solid var(--line);background:var(--surface-2);width:100%;min-height:148px;color:var(--text);caret-color:var(--text);white-space:pre-wrap;word-break:break-word;-webkit-text-fill-color:var(--text);border-radius:8px;outline:none;padding:9px 10px;font-family:Consolas,Courier New,monospace;line-height:1.45;overflow:auto}.link-template-textarea:empty:before{content:attr(data-placeholder);color:var(--muted);pointer-events:none;-webkit-text-fill-color:var(--muted)}.link-template-highlight-wrap{min-height:148px}.link-template-token-highlight{color:var(--accent-strong);-webkit-text-fill-color:var(--accent-strong);background:0 0;border-radius:4px;font-weight:760}.link-template-textarea .link-template-token-highlight{color:var(--accent-strong);-webkit-text-fill-color:var(--accent-strong)}.link-template-textarea .link-template-token-sub4{color:#ffb45f;-webkit-text-fill-color:#ffb45f}.link-template-textarea:focus{border-color:color-mix(in srgb, var(--accent) 62%, var(--line))}.link-template-textarea.is-invalid{border-color:#ff9ca3;box-shadow:0 0 0 1px #ff9ca36b}.ad-text-template-fields{gap:12px;display:grid}.ad-text-template-highlight-wrap,.ad-text-template-textarea{min-height:108px}.campaign-template-shell{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:14px;display:grid}.campaign-template-list-panel,.campaign-template-editor{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:12px}.campaign-template-head,.inner-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.campaign-template-list{gap:8px;display:grid}.campaign-template-item{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);text-align:left;border-radius:8px;gap:4px;padding:10px;display:grid}.campaign-template-item.active{border-color:var(--accent);background:var(--accent-soft)}.campaign-template-item span{color:var(--muted);font-size:12px}.campaign-template-controls{gap:12px;display:grid}.segmented-control{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:max-content;max-width:100%;display:flex;overflow:hidden}.segment-button{border:0;border-right:1px solid var(--line);min-height:32px;color:var(--muted);background:0 0;padding:0 12px;font-weight:700}.segment-button:last-child{border-right:0}.segment-button.active{background:var(--accent);color:#fff}.campaign-structure-preview{margin-top:16px}.campaign-node{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px}.campaign-node-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.campaign-node-head span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.campaign-adsets-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding-top:12px;display:grid}.campaign-adset-node{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:8px;padding:10px;display:grid}.campaign-ads-list{flex-wrap:wrap;gap:6px;display:flex}.campaign-ad-node{border:1px solid color-mix(in srgb, var(--accent) 42%, var(--line));background:var(--surface);min-width:138px;color:var(--text);border-radius:6px;gap:5px;padding:7px 8px;display:grid;overflow:hidden}.campaign-ad-node span{width:max-content;max-width:100%;color:var(--accent-strong);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-structure-toolbar{align-items:center;gap:8px;margin-bottom:10px;display:flex}.custom-creative-pool{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;margin-bottom:12px;padding:10px;display:grid}.campaign-creative-pool-list{flex-wrap:wrap;gap:6px;display:flex}.campaign-pool-creative-chip{border:1px solid color-mix(in srgb, var(--accent) 44%, var(--line));color:var(--accent-strong);cursor:copy;-webkit-user-select:none;user-select:none;border-radius:6px;padding:4px 8px}.campaign-pool-creative-chip.is-dragging{opacity:.55}.custom-adset-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.custom-adset-actions{align-items:center;gap:6px;display:flex}.custom-adset-actions .icon-btn{width:28px;height:28px}.custom-ads-list{border:1px dashed var(--line);border-radius:8px;min-height:36px;padding:6px}.custom-ads-list.is-drop-target{border-color:var(--accent);background:color-mix(in srgb, var(--accent-soft) 46%, transparent)}.campaign-ad-chip{cursor:grab;position:relative}.campaign-ad-chip strong{padding-right:20px}.campaign-ad-chip.is-dragging{opacity:.55}.campaign-ad-chip button{color:#ff9ca3;background:#ff9ca329;border:0;border-radius:50%;place-items:center;width:18px;height:18px;padding:0;line-height:1;display:grid;position:absolute;top:5px;right:5px}.creative-modal-body{gap:12px;display:grid}.creative-list-table table{min-width:840px}.link-pool-page{gap:14px;display:grid}.link-pool-meta{flex-wrap:wrap;gap:8px;display:flex}.meta-pill{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:inline-flex}.meta-pill span{color:var(--muted);font-size:11px;font-weight:700}.meta-pill strong{text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:12px;overflow:hidden}.link-pool-table table{min-width:1120px}.offers-page{gap:12px;display:grid}.offers-filter-row{align-items:end;gap:10px;display:flex}.offers-click-filter{width:132px}.offers-table{min-width:1420px}.offer-action-cell{grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:6px;display:grid}.tiny-icon-btn{border-radius:6px;width:24px;height:24px}.tiny-icon-btn svg{width:13px;height:13px}.campaign-import-panel{gap:12px;display:grid}.campaign-import-preview table{min-width:980px}.campaign-import-preview th:first-child,.campaign-import-preview td:first-child,.campaign-import-preview th:nth-child(2),.campaign-import-preview td:nth-child(2){width:72px}.campaign-import-preview th:nth-child(3),.campaign-import-preview td:nth-child(3){width:240px}.wide-cell-text{max-width:620px}.compact-empty{border:1px dashed var(--line);border-radius:8px;place-items:center;min-height:92px;display:grid}.link-builder-actions{align-items:center;gap:8px;display:flex}.system-field-panel{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:12px}.sub4-token-help{border:1px solid color-mix(in srgb, #ffb45f 34%, var(--line));background:color-mix(in srgb, #ffb45f 8%, var(--surface));border-radius:8px;gap:4px;margin-top:8px;padding:9px 10px;display:grid}.sub4-token-help strong{color:#ffb45f;font-size:12px}.sub4-token-help span{color:var(--muted);font-size:12px;line-height:1.35}.system-field-tokens{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.system-token{border:1px solid var(--line);background:var(--surface);min-height:28px;color:var(--text);cursor:grab;border-radius:6px;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.system-token strong{color:var(--accent-strong);font-size:12px}.system-token span{color:var(--muted);font-size:11px}.system-token-sub4{border-color:color-mix(in srgb, #ffb45f 42%, var(--line))}.system-token-sub4 strong{color:#ffb45f}.modal-wide{width:min(1120px,100vw - 32px)}.quality-page{align-content:start;gap:14px;display:grid}.quality-upload-body{gap:14px;display:grid}.quality-form-row{grid-template-columns:minmax(240px,420px);gap:12px;display:grid}.field span,.field>span{color:var(--muted);font-size:12px;font-weight:680}.field-full,.period-field{grid-column:1/-1}.date-range-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.date-range-row.is-hidden{display:none}.compact-grid{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.check-field{min-height:34px;color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:680;display:flex}.file-drop{border:1px dashed color-mix(in srgb, var(--accent) 44%, var(--line));text-align:center;background:color-mix(in srgb, var(--accent-soft) 32%, transparent);border-radius:8px;place-items:center;gap:8px;min-height:150px;padding:18px;display:grid}.file-drop.dragging{border-color:var(--accent);background:color-mix(in srgb, var(--accent-soft) 56%, transparent)}.file-drop input{display:none}.file-drop-icon{background:var(--surface-2);width:42px;height:42px;color:var(--accent-strong);border-radius:8px;place-items:center;display:grid}.file-drop small{max-width:min(640px,100%);color:var(--muted);overflow-wrap:anywhere}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-content:center;gap:6px;min-height:72px;padding:12px;display:grid}.metric-card span{color:var(--muted);font-size:12px;font-weight:680}.metric-card strong{font-size:16px}.analysis-insights{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.insight-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-content:start;gap:6px;min-height:96px;padding:12px;display:grid}.insight-card.good{border-color:color-mix(in srgb, #2fbf71 48%, var(--line))}.insight-card.warn{border-color:color-mix(in srgb, #d6a400 52%, var(--line))}.insight-card.risk{border-color:color-mix(in srgb, #d9485f 52%, var(--line))}.insight-card span{color:var(--muted);font-size:12px;font-weight:700}.insight-card strong{font-size:18px}.insight-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.35}.notice{border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:8px;padding:10px 12px}.notice.muted,.empty-state{color:var(--muted)}.notice.danger{color:#ff9ca3}.notice.success{color:var(--accent-strong)}.notice.loading-state{align-items:center;min-height:20px;display:inline-flex}.admin-page{gap:12px;display:grid}.admin-grid{grid-template-columns:minmax(520px,1.15fr) minmax(360px,.85fr);align-items:start;gap:14px;display:grid}.admin-panel-body{gap:12px;min-height:0;display:grid}.admin-table-wrap{border:1px solid var(--line);border-radius:8px}.admin-table{min-width:760px}.admin-table tr{cursor:pointer}.admin-table tbody tr.active td{background:color-mix(in srgb, var(--accent-soft) 62%, var(--surface))}.admin-badges{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.admin-badge,.status-pill{border:1px solid var(--line);min-height:22px;color:var(--muted);background:var(--surface-2);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:740;display:inline-flex}.admin-badge.admin,.status-pill.ok{color:var(--accent-strong);border-color:color-mix(in srgb, var(--accent) 32%, var(--line));background:color-mix(in srgb, var(--accent-soft) 62%, var(--surface))}.status-pill.muted{color:var(--muted)}.admin-form{gap:12px;display:grid}.admin-form input[readonly]{color:var(--muted)}.admin-role-picker,.admin-section-picker{gap:8px;display:grid}.admin-role-picker>strong,.admin-section-picker>strong{color:var(--muted);font-size:12px}.admin-role-option,.admin-role-row,.admin-section-option{border:1px solid var(--line);background:var(--surface-2);min-width:0;color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:9px 10px;display:flex}.admin-role-option span,.admin-role-row span,.admin-section-option span{gap:2px;min-width:0;display:grid}.admin-role-option small,.admin-role-row small,.admin-section-option small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.admin-role-list{gap:8px;display:grid}.admin-section-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.admin-role-row{text-align:left;justify-content:space-between;width:100%}.admin-role-row.active,.admin-role-row:hover{border-color:color-mix(in srgb, var(--accent) 46%, var(--line));background:color-mix(in srgb, var(--accent-soft) 46%, var(--surface-2))}.admin-role-row>b{border:1px solid var(--line);color:var(--muted);text-transform:uppercase;border-radius:999px;padding:2px 7px;font-size:10px}.admin-form-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-empty{border:1px dashed var(--line);min-height:160px;color:var(--muted);text-align:center;background:var(--surface-2);border-radius:8px;align-content:center;place-items:center;gap:8px;padding:18px;display:grid}.admin-empty strong{color:var(--text)}.auth-page{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:16px;width:min(420px,100%);padding:18px;display:grid;box-shadow:0 20px 48px #00000047}.auth-brand{align-items:center}.auth-brand>div:last-child{gap:2px;display:grid}.auth-brand strong{font-size:16px}.auth-brand span{color:var(--muted);font-size:12px;font-weight:680}.auth-form{gap:12px;display:grid}.auth-form .btn{width:100%}.auth-form .notice:empty{display:none}.quality-loading{z-index:20;border:1px solid var(--line);background:var(--surface);width:max-content;max-width:min(420px,100%);box-shadow:var(--shadow);color:var(--text);border-radius:8px;align-items:center;gap:9px;margin:0 0 10px auto;padding:9px 12px;font-size:13px;font-weight:720;display:inline-flex;position:sticky;top:10px}.quality-loading.is-hidden{display:none}.loading-state{gap:10px}.loading-spinner{border:2px solid color-mix(in srgb, var(--accent) 24%, var(--line));border-top-color:var(--accent);border-radius:999px;width:16px;height:16px;animation:.72s linear infinite loading-spin;display:inline-block}@keyframes loading-spin{to{transform:rotate(360deg)}}.quality-reports-table table,.quality-result-table{min-width:760px}.empty-state{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;place-items:center;min-height:120px;display:grid}.table-link{min-height:30px}.report-detail-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.report-detail-head h3{margin:0;font-size:18px}.report-detail-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.quality-report-stack{gap:14px;display:grid}.nested-report-tool{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;margin-top:18px;padding:14px}.report-rebuild-tool{margin-bottom:14px}.report-rebuild-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.nested-report-tool.is-hidden{display:none}.nested-report-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.nested-report-head p{margin:5px 0 0}.nested-report-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.report-table-block{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.warning-list{gap:8px;display:grid}.quality-steps{border-bottom:1px solid var(--line);background:var(--line);grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid}.quality-step{background:var(--surface);min-height:52px;color:var(--muted);text-align:left;border:0;align-items:center;gap:10px;padding:0 14px;display:flex}.quality-step span{color:var(--accent-strong);font-size:12px;font-weight:780}.quality-step strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.quality-step.active{color:var(--text);background:var(--surface-2)}.quality-step:disabled{opacity:.45;cursor:not-allowed}.quality-step-panel{min-height:min(760px,100vh - 180px);display:none}.quality-step-panel.active{display:block}.quality-step-panel .panel-body{min-height:min(720px,100vh - 220px)}.quality-page .preview-panel>.table-wrap,.quality-page #binomCheckPreview,.quality-page #advertiserColumnPreview,.quality-page #normalizationPreview{height:clamp(260px,42vh,460px);min-height:260px;max-height:460px}.quality-page .source-preview-table,.quality-page .issue-table .table-wrap,.quality-page .report-table-block .table-wrap{max-height:min(520px,56vh)}.quality-page .table-wrap{overscroll-behavior:contain}.quality-source-grid,.preview-grid,.group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.source-panel,.preview-panel,.binom-check-panel{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;min-width:0;padding:14px}.source-head,.preview-head,.nested-toolbar{justify-content:space-between;align-items:center;gap:10px;min-height:34px;margin-bottom:12px;display:flex}.source-head h3,.preview-head h3,.small-section-title{margin:0;font-size:13px;font-weight:740}.mini-badge,.counter{background:var(--surface-3);min-width:22px;min-height:22px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:760;display:inline-flex}.preview-actions{align-items:center;gap:8px;display:flex}.table-search{border:1px solid var(--line);background:var(--surface);border-radius:8px;outline:none;width:170px;min-height:32px;padding:0 10px}.compact-table{min-width:720px}.compact-table th.selected-col{color:var(--accent-strong)}.fbtool-page{gap:14px}.fbtool-limit-badge{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:16px auto auto;grid-template-areas:"icon label value""icon time time";align-items:center;gap:1px 8px;min-height:38px;padding:6px 10px;display:grid}.fbtool-limit-badge .lucide{color:var(--accent-strong);grid-area:icon}.fbtool-limit-badge span{color:var(--muted);grid-area:label;font-size:11px;font-weight:760}.fbtool-limit-badge strong{text-align:right;grid-area:value;font-size:16px;line-height:1}.fbtool-limit-badge small{color:var(--muted);grid-area:time;font-size:10px;line-height:1.2}.fbtool-flow{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.fbtool-flow-node{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-content:start;gap:5px;min-height:74px;padding:10px;display:grid}.fbtool-flow-node strong{font-size:13px}.fb-cool-import-body{gap:14px;display:grid}.fb-cool-format-guide{gap:10px;display:grid}.fb-cool-format-head{gap:4px;display:grid}.fb-cool-format-head strong{font-size:13px}.fb-cool-format-head span{color:var(--muted);font-size:12px;line-height:1.35}.fb-cool-format-head code,.fb-cool-format-card code{border:1px solid var(--line);background:var(--surface-2);color:var(--accent-strong);white-space:normal;word-break:break-word;border-radius:6px;padding:2px 5px;font-size:11px}.fb-cool-format-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.fb-cool-format-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.fb-cool-format-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-content:start;gap:6px;min-height:72px;padding:10px;display:grid}.fb-cool-format-card span{color:var(--muted);font-size:11px;font-weight:760}.fb-cool-import-preview{gap:8px;display:grid}.fb-cool-preview-table{min-width:860px}.fb-cool-preview-more{color:var(--muted);font-size:12px}.fb-cool-status-chip{border:1px solid var(--line);border-radius:999px;justify-content:center;min-width:74px;padding:3px 8px;font-size:11px;font-weight:760;display:inline-flex}.fb-cool-status-chip.ok{border-color:color-mix(in srgb, var(--accent) 54%, var(--line));color:var(--accent-strong)}.fb-cool-status-chip.danger{border-color:color-mix(in srgb, #ff9ca3 55%, var(--line));color:#ff9ca3}.fb-cool-status-chip.muted{color:var(--muted)}.fbtool-flow-node span{color:var(--muted);font-size:12px;line-height:1.35}.fbtool-page-links{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.fbtool-level-tabs{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.fbtool-level-tabs .segment-button{border:1px solid var(--line);background:var(--surface-2);min-height:30px;color:var(--text);border-radius:8px;padding:0 10px}.fbtool-level-tabs .segment-button.active{border-color:color-mix(in srgb, var(--accent) 58%, var(--line));background:color-mix(in srgb, var(--accent-soft) 54%, var(--surface-2))}.fbtool-level-tabs .segment-button span{color:var(--muted);font-size:11px}.fbtool-filter-grid{margin-bottom:12px}.fbtool-autoupload-grid{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(170px,1fr));margin-bottom:12px}.fbtool-table{min-width:920px}.fbtool-doc-table{min-width:760px}.fbtool-service-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.fbtool-tree-wrap{margin:12px 0}.fbtool-tree{gap:8px;display:grid}.fbtool-tree-node{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:6px;padding:8px;display:grid}.fbtool-tree-node.level-campaign{margin-left:14px}.fbtool-tree-node.level-adset{margin-left:28px}.fbtool-tree-node.level-ad{background:var(--surface);min-height:30px;margin-left:42px}.fbtool-tree-node.level-ad.direct{margin-left:28px}.fbtool-node-title{font-size:12px;font-weight:720}.fbtool-tree-empty{color:var(--muted);font-size:12px}.fbtool-creative-thumb{border:1px solid var(--line);object-fit:cover;background:var(--surface-2);border-radius:6px;width:54px;height:36px}.fbtool-row-actions{flex-wrap:wrap;gap:6px;min-width:176px;display:flex}.compact-json-preview{border:1px solid var(--line);background:var(--surface-2);max-height:420px;color:var(--text);white-space:pre;border-radius:8px;margin:0;padding:10px;font-size:11px;line-height:1.45;overflow:auto}.file-mapping,.alias-list,.nested-builder,.issue-table-stack{margin-top:14px}.file-map-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:minmax(160px,1.2fr) repeat(3,minmax(0,1fr));align-items:end;gap:10px;padding:12px;display:grid}.file-map-row+.file-map-row{margin-top:10px}.file-map-row div:first-child{gap:4px;display:grid}.file-map-row span{color:var(--muted);font-size:12px}.source-mapping-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:12px}.source-mapping-card+.source-mapping-card{margin-top:10px}.source-mapping-head{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.source-mapping-head div{gap:4px;display:grid}.source-mapping-head small,.source-mapping-head span,.preview-note{color:var(--muted);font-size:12px}.source-field-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.source-preview summary{cursor:pointer;font-size:12px;font-weight:740}.source-preview-table{margin-top:8px}.column-picker-table th{vertical-align:top;position:relative}.column-picker-head-cell.is-selected{background:color-mix(in srgb, var(--accent-soft) 34%, transparent)}.column-head-button{text-align:left;width:100%;min-height:48px;color:inherit;cursor:pointer;background:0 0;border:0;gap:5px;display:grid}.column-head-button.read-only{cursor:default}.column-title-line{justify-content:space-between;align-items:center;gap:8px;display:flex}.column-title{text-overflow:ellipsis;overflow:hidden}.column-role-row{flex-wrap:wrap;gap:4px;display:flex}.column-role-badge{background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:780}.column-assign-menu{z-index:5;border:1px solid var(--line);background:var(--surface);min-width:150px;box-shadow:var(--shadow);border-radius:8px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% - 4px);left:8px}.column-assign-menu button{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 8px}.column-assign-menu button:hover{background:var(--surface-3)}.selected-column,.money-cell,.number-cell{background:color-mix(in srgb, var(--accent-soft) 18%, transparent)}.muted-cell{color:var(--muted)}.alias-list{gap:10px;display:grid}.preset-row,.nested-add-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.nested-list{gap:8px;display:grid}.nested-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:22px 32px minmax(0,1fr) 32px 32px 32px;align-items:center;gap:6px;min-height:40px;padding:4px 6px;display:grid}.nested-row.dragging{opacity:.62}.nested-row.drop-target{border-color:var(--accent);background:var(--surface)}.drag-handle{color:var(--muted);cursor:grab;text-align:center;font-weight:800}.nested-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.normalize-metrics{margin-top:14px}.issue-table{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:10px}.issue-table+.issue-table{margin-top:8px}.issue-table summary{cursor:pointer;font-weight:740}.issue-table summary span,.issue-table p{color:var(--muted);font-size:12px}.subtotal-row td{background:color-mix(in srgb, var(--accent-soft) 38%, transparent);font-weight:760}.danger-text{color:#ff9ca3}.custom-bases-layout{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:14px;display:grid}.custom-bases-nav-panel,.custom-bases-detail-panel{min-width:0}.custom-bases-list{gap:8px;display:grid}.custom-base-item{border:1px solid var(--line);text-align:left;background:var(--surface-2);width:100%;min-height:54px;color:var(--text);border-radius:8px;gap:3px;padding:9px 10px;display:grid}.custom-base-item:hover,.custom-base-item.active{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent-soft) 42%, var(--surface-2))}.custom-base-item-title,.custom-base-item-meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-base-item-title{font-weight:760}.custom-base-item-meta,.panel-subtitle{color:var(--muted);font-size:12px}.custom-columns-toolbar{justify-content:flex-end;margin-bottom:10px;display:flex}.custom-base-selector-row{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.custom-base-selector-row .field{min-width:min(360px,100%)}.custom-base-actions{align-items:center;gap:6px;min-width:260px;display:flex}.custom-builder-body{gap:14px;display:grid}.custom-builder-section{border-top:1px solid var(--line);gap:10px;padding-top:12px;display:grid}.custom-builder-section:first-of-type{border-top:0;padding-top:0}.custom-builder-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.custom-builder-section-head h3{margin:0;font-size:14px}.custom-builder-section-head span{color:var(--muted);font-size:12px}.custom-builder-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.custom-base-toolbar{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;padding:10px}.custom-base-index-page,.custom-base-single-page{min-height:540px}.custom-base-index{gap:12px;display:grid}.custom-base-index-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.custom-base-index-head h3{margin:0;font-size:16px}.custom-base-index-head span{color:var(--muted);font-size:12px}.custom-base-index .custom-base-search{max-width:420px}.custom-base-index-grid{grid-template-columns:1fr;gap:8px;display:grid}.custom-base-index-grid .custom-base-list-empty{grid-column:1/-1}.custom-bases-workspace{grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;gap:14px;min-height:540px;display:grid}.custom-base-list-panel{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:10px;min-width:0;padding:10px;display:grid}.custom-base-list-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.custom-base-list-head h3{margin:0;font-size:14px}.custom-base-list-head span{color:var(--muted);font-size:11px}.custom-base-search{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--muted);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.custom-base-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:none}.custom-base-card-list{gap:8px;min-height:0;max-height:min(520px,100vh - 318px);padding-right:2px;display:grid;overflow:auto}.custom-base-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:8px;min-height:62px;padding:0;display:grid;overflow:hidden}.custom-base-card-link{min-width:0;min-height:62px;color:inherit;grid-template-columns:minmax(220px,1.5fr) minmax(260px,1fr) max-content;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:grid}.custom-base-card:hover,.custom-base-card.active{border-color:color-mix(in srgb, var(--accent) 48%, var(--line));background:color-mix(in srgb, var(--accent-soft) 44%, var(--surface))}.custom-base-card.active{box-shadow:inset 3px 0 0 var(--accent)}.custom-base-card-main{gap:3px;min-width:0;display:grid}.custom-base-card-main strong,.custom-base-card-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-base-card-main span{color:var(--muted);font-size:12px}.custom-base-card-meta{flex-wrap:wrap;justify-content:flex-start;gap:5px;display:flex}.custom-base-card-meta span{border:1px solid var(--line);min-height:20px;color:var(--muted);border-radius:999px;align-items:center;padding:0 7px;font-size:10px;font-weight:720;display:inline-flex}.custom-base-card-action{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--line));width:max-content;min-height:26px;color:var(--text);background:color-mix(in srgb, var(--accent-soft) 46%, var(--surface));border-radius:8px;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:720;display:inline-flex}.custom-base-card-action svg{width:13px;height:13px}.custom-base-card-delete{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 28%, var(--line));background:color-mix(in srgb, var(--danger) 6%, var(--surface));margin-right:10px}.custom-base-card-delete:hover{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 54%, var(--line));background:color-mix(in srgb, var(--danger) 12%, var(--surface))}.custom-base-list-empty{border:1px dashed var(--line);min-height:170px;color:var(--muted);text-align:center;background:var(--surface);border-radius:8px;align-content:center;place-items:center;gap:8px;padding:16px;display:grid}.custom-base-list-empty strong{color:var(--text)}.custom-base-list-empty span{max-width:220px;line-height:1.35}.delete-confirm-box{border:1px solid color-mix(in srgb, var(--danger) 24%, var(--line));background:color-mix(in srgb, var(--danger) 7%, var(--surface));border-radius:8px;gap:6px;padding:12px;display:grid}.delete-confirm-box span{color:var(--muted);font-size:12px}.delete-confirm-box strong{color:var(--text);overflow-wrap:anywhere;font-size:15px}.delete-confirm-box b{color:var(--text)}#deleteCustomBaseModalStatus:empty{display:none}.modal-image-preview-dialog{width:min(920px,100vw - 28px)}.custom-base-image-preview-body{gap:12px}.custom-base-image-preview-frame{border:1px solid var(--line);background:var(--surface);border-radius:8px;place-items:center;min-height:280px;max-height:min(66vh,680px);display:grid;overflow:auto}.custom-base-image-preview-frame img{object-fit:contain;max-width:100%;max-height:min(62vh,640px);display:block}.custom-base-image-preview-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.custom-base-image-preview-foot span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:12px;overflow:hidden}.custom-base-detail-pane{min-width:0}.custom-base-card.is-hidden,.custom-base-list-empty.is-hidden{display:none}.custom-sheet-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;min-width:0;max-width:100%;overflow:hidden}.custom-sheet-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:12px;display:flex}.custom-sheet-head h3{margin:0;font-size:16px}.custom-sheet-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.custom-sheet-head-actions,.custom-sheet-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.custom-sheet-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);padding:10px 12px}.custom-sheet-wrap{background:var(--surface);width:100%;max-width:100%;overflow:auto}.custom-sheet-table{border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:0}.custom-sheet-rownum-col{width:54px}.custom-sheet-data-col{width:210px}.custom-sheet-action-col{width:50px}.custom-sheet-table th,.custom-sheet-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);white-space:normal;height:36px;padding:0}.custom-sheet-table th{background:var(--surface-2);height:44px;color:var(--text);vertical-align:top}.custom-sheet-table.is-editing th{height:82px}.custom-sheet-letter-row th{vertical-align:middle;height:28px}.custom-sheet-letter-cell,.custom-sheet-add-column-head{color:var(--muted);text-align:center;font-size:11px;font-weight:780;background:var(--surface-3)!important}.custom-sheet-add-column-head{width:50px;min-width:50px;max-width:50px;vertical-align:middle!important}.custom-sheet-corner,.custom-sheet-row-number{z-index:2;text-align:center;width:54px;min-width:54px;max-width:54px;position:sticky;left:0}.custom-sheet-corner{z-index:3;place-items:center;display:grid}.custom-sheet-row-number{color:var(--muted);font-size:12px;font-weight:720;background:var(--surface-2)!important}.custom-sheet-column-head{width:210px;min-width:210px;max-width:210px}.custom-sheet-column-title,.custom-sheet-column-meta{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:7px 9px 0;overflow:hidden}.custom-sheet-column-title{font-weight:760}.custom-sheet-column-meta{color:var(--muted);align-items:center;gap:5px;padding-top:3px;font-size:11px;display:flex}.custom-sheet-column-meta code{border:1px solid var(--line);text-overflow:ellipsis;min-width:0;max-width:112px;color:var(--accent-strong);background:var(--surface);border-radius:5px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;overflow:hidden}.custom-sheet-column-meta span{text-overflow:ellipsis;min-width:0;overflow:hidden}.custom-sheet-column-editor{gap:4px;min-width:0;padding:6px;display:grid}.sheet-header-input,.sheet-cell-input,.custom-sheet-column-editor select{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;min-height:26px;color:var(--text);border-radius:5px;outline:none;padding:0 7px}.custom-sheet-column-editor>.sheet-header-input{background:0 0;border-color:#0000;min-height:28px;font-weight:760}.sheet-system-name-field{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:5px;min-width:0;display:grid}.sheet-system-name-field span{border:1px solid var(--line);height:24px;color:var(--muted);background:var(--surface);text-transform:uppercase;border-radius:5px;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:inline-flex}.sheet-system-name-field .sheet-header-input{min-height:24px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.sheet-column-options{position:relative}.sheet-column-options summary{border:1px solid var(--line);cursor:pointer;min-height:24px;color:var(--muted);background:var(--surface);border-radius:6px;align-items:center;gap:6px;padding:0 7px;font-size:11px;list-style:none;display:flex}.sheet-column-options summary::-webkit-details-marker{display:none}.sheet-column-options summary b{color:var(--accent-strong);margin-left:auto;font-size:10px}.sheet-column-options[open] summary{border-color:color-mix(in srgb, var(--accent) 42%, var(--line))}.sheet-column-options-body{z-index:8;border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:6px;width:min(240px,72vw);padding:8px;display:grid;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 14px 34px #00000047}.sheet-column-options-row{grid-template-columns:1fr 28px;align-items:center;gap:6px;display:grid}.sheet-cell-input{background:0 0;border:0;border-radius:0;min-height:35px}.sheet-image-edit-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:4px;min-height:35px;padding-right:3px;display:grid}.sheet-image-edit-cell .sheet-cell-input{min-height:31px}.sheet-image-input-row{grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:4px;min-width:0;display:grid}.upload-sheet-image-button{width:28px;height:28px}.sheet-image-preview-slot,.custom-sheet-image-link{min-width:0}.sheet-image-preview-slot{place-items:center;display:grid}.sheet-header-input:focus,.sheet-cell-input:focus,.custom-sheet-column-editor select:focus{box-shadow:inset 0 0 0 1px var(--accent)}.muted-input{color:var(--muted)}.sheet-header-row{grid-template-columns:minmax(0,1fr) 60px 26px;align-items:center;gap:5px;display:grid}.sheet-required-check,.sheet-checkbox-cell{justify-content:center;align-items:center;gap:4px;min-height:26px;display:flex}.sheet-required-check{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:5px;font-size:10px;font-weight:720}.custom-sheet-cell-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:8px 9px;overflow:hidden}.custom-sheet-image-link{width:100%;min-height:35px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:7px;padding:2px 7px;display:flex}.custom-sheet-image-link:hover,.sheet-image-preview-button:hover{background:color-mix(in srgb, var(--accent-soft) 50%, transparent)}.custom-sheet-image-link span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:11px;overflow:hidden}.custom-sheet-image-thumb,.custom-sheet-image-placeholder{border:1px solid var(--line);background:var(--surface-2);border-radius:5px;flex:none;width:28px;height:28px}.custom-sheet-image-thumb{object-fit:cover;display:block}.custom-sheet-image-placeholder{color:var(--muted);place-items:center;display:grid}.sheet-image-preview-button{cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;padding:1px;display:grid}.custom-sheet-image-placeholder svg{width:14px;height:14px}.custom-sheet-image-empty{color:var(--muted)}.custom-sheet-actions-head,.custom-sheet-actions-cell{text-align:center;width:50px;min-width:50px;max-width:50px}.custom-sheet-actions-cell{background:var(--surface-2)!important}.custom-sheet-add-row td{height:38px;background:var(--surface-2)!important}.custom-sheet-add-row-button{min-height:28px;color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;padding:0 8px;font-weight:720;display:inline-flex}.custom-sheet-add-row-button:hover{color:var(--text)}.custom-sheet-add-row-button svg{width:14px;height:14px}.custom-sheet-empty,.custom-sheet-empty-row td{color:var(--muted);text-align:center}.custom-sheet-empty{border:1px dashed var(--line);background:var(--surface-2);border-radius:8px;align-content:center;place-items:center;gap:8px;min-height:220px;padding:24px;display:grid}.custom-sheet-empty strong{color:var(--text)}.custom-sheet-empty span{max-width:480px;line-height:1.4}.custom-bases-table{min-width:980px}.custom-columns-editor{gap:8px;display:grid}.custom-column-row{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;grid-template-columns:minmax(130px,1.4fr) minmax(110px,1fr) 116px minmax(110px,1fr) 74px 32px;align-items:end;gap:8px;padding:8px;display:grid}.custom-check-field{min-height:34px;color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.custom-data-table th:first-child,.custom-data-table td:first-child{width:42px}.custom-row-actions{justify-content:flex-end;gap:5px;display:flex}.no-border{border-top:0;margin-top:12px;padding-top:0}.lucide{stroke-width:1.8px;flex:none;width:16px;height:16px}@media (width<=1050px){.with-side,.product-shell.with-side{grid-template-columns:minmax(0,1fr)}.campaign-template-shell,.custom-bases-layout,.custom-bases-workspace,.admin-grid,.admin-section-list{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);min-height:auto}}@media (width<=680px){.product-sidebar{gap:8px;min-height:0;max-height:154px;overflow:auto}.product-sidebar .brand{z-index:2;background:var(--surface);padding:0 0 6px;position:sticky;top:-1px}.module-nav{gap:6px}.nav-parent{min-height:28px;padding:0 8px}.nav-sub{padding-left:12px}.nav-sub a{min-height:26px}.topbar{flex-direction:column;align-items:stretch}.main{padding:14px}.template-grid,.copy-grid,.metric-grid,.analysis-insights,.quality-form-row,.quality-source-grid,.preview-grid,.group-grid,.report-rebuild-grid,.quality-steps,.file-map-row,.source-field-grid,.column-settings-row,.fbtool-flow,.fbtool-autoupload-grid,.fbtool-service-grid,.custom-column-row{grid-template-columns:1fr}.preview-head,.source-head,.nested-report-head{flex-direction:column;align-items:stretch}.nested-report-actions{justify-content:flex-start}.segmented-control{width:100%}.segment-button{flex:1 1 0;min-width:0}.custom-bases-workspace{gap:10px;min-height:auto}.custom-base-index-page,.custom-base-single-page{min-height:auto}.custom-base-index-head{flex-direction:column;align-items:stretch}.custom-base-index .custom-base-search{max-width:none}.custom-base-index-grid{grid-template-columns:1fr}.custom-base-list-panel{gap:8px}.custom-base-card-list{max-height:206px}.custom-base-card{grid-template-columns:minmax(0,1fr) max-content;gap:8px;min-height:92px}.custom-base-card-link{grid-template-columns:1fr;gap:8px;min-height:92px}.custom-base-card-action{width:max-content}.custom-sheet-head{flex-direction:column;align-items:stretch}.custom-sheet-head-actions{justify-content:flex-start}}
