:root{--bg: #fafafa;--ink: #1e293b;--border: #cbd5e1;--border-light: #e2e8f0;--border-lighter: #f1f5f9;--muted: #64748b;--muted-light: #94a3b8;--amber: #d97706;--amber-dark: #92400e;--amber-darker: #b45309;--green: #059669;--red: #dc2626;--white: #ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);font-size:13px}a{color:var(--amber-darker);text-decoration:none}a:hover{color:var(--amber-dark);text-decoration:underline}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.app-shell{display:flex;flex-direction:column;height:100vh}.app-header{display:flex;align-items:center;gap:24px;height:48px;flex:0 0 48px;padding:0 20px;background:var(--white);border-bottom:1px solid var(--border)}.app-brand{font-weight:700;letter-spacing:.08em;font-size:13px}.app-tabs{display:flex;gap:4px}.app-tab{padding:5px 14px;color:var(--muted);border-radius:6px}.app-tab:hover{background:var(--border-lighter);color:var(--ink);text-decoration:none}.app-tab.active{background:var(--ink);color:var(--white);font-weight:600}.app-tab.active:hover{background:var(--ink)}.app-header-status{margin-left:auto;color:var(--muted);font-size:12px}.app-loading,.review-loading{padding:40px;color:var(--muted)}.app-banner{padding:8px 20px;font-size:12px}.app-banner.error{background:#fef2f2;color:#991b1b;border-bottom:1px solid var(--red)}.placeholder-view{padding:60px 20px;color:var(--muted);font-size:15px}.login-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-card{display:flex;flex-direction:column;gap:12px;width:280px;padding:28px;background:var(--white);border:1px solid var(--border);border-radius:10px}.login-title{font-weight:700;letter-spacing:.08em;font-size:13px;text-align:center;margin-bottom:6px}.login-card input{padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:13px}.login-card button{padding:8px 10px;border:none;border-radius:6px;background:var(--ink);color:var(--white);font-weight:600}.login-error{color:var(--red);font-size:12px}.review-view{flex:1;min-height:0;display:flex;flex-direction:column}.review-columns{flex:1;min-height:0;display:flex}.queue-column{width:560px;flex:0 0 560px;border-right:1px solid var(--border);background:var(--white);display:flex;flex-direction:column;min-height:0}.queue-filters{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border-light)}.chip{padding:3px 10px;border:1px solid var(--border);border-radius:10px;font-size:12px;color:var(--muted);background:var(--white)}.chip.active{background:var(--ink);color:var(--white);border-color:var(--ink)}.queue-sort-hint{margin-left:auto;font-size:12px;color:var(--muted-light)}.batch-bar{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#f8fafc;border-bottom:1px solid var(--border-light);font-size:12px}.batch-approve{padding:4px 12px;background:var(--green);color:var(--white);border:none;border-radius:6px;font-weight:600}.batch-clear{background:none;border:none;color:var(--muted);padding:4px 6px}.batch-hint{margin-left:auto;color:var(--muted-light)}.queue-list{flex:1;overflow-y:auto}.queue-section-label{padding:8px 14px 2px;font-size:11px;color:var(--muted-light);font-weight:700;letter-spacing:.05em}.queue-section-label.label-failed{color:var(--red)}.queue-row{display:flex;align-items:center;gap:10px;padding:8px 14px;border-bottom:1px solid var(--border-lighter);cursor:pointer}.queue-row:hover{background:#f8fafc}.queue-row.selected{background:#eef2ff;border-left:3px solid var(--ink);padding-left:11px}.queue-row-checkbox-spacer{width:14px;display:inline-block}.row-thumb{width:34px;height:42px;background:var(--border-light);border-radius:3px;object-fit:cover;flex:0 0 auto}.row-thumb-empty{border:1px dashed var(--border);background:#f8fafc}.queue-row-body{flex:1;min-width:0}.queue-row-subtitle{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;white-space:nowrap}.badge-failed{background:#fef2f2;color:#991b1b;border:1px solid var(--red)}.badge-approve{background:#fef3c7;color:var(--amber-dark)}.badge-new{background:#eef2ff;color:#3730a3}.queue-later-row{padding:8px 14px;font-size:12px;color:var(--muted-light)}.queue-empty{padding:20px 14px;color:var(--muted)}.drawer{flex:1;min-width:0;background:var(--white);box-shadow:-8px 0 24px #0f172a14;display:flex;flex-direction:column;min-height:0}.drawer-empty{align-items:center;justify-content:center}.drawer-empty-text{color:var(--muted-light);margin:auto}.drawer-topbar{display:flex;align-items:center;gap:14px;padding:12px 20px;border-bottom:1px solid var(--border-light)}.drawer-nav{display:flex;gap:6px;align-items:center;color:var(--muted);flex:0 0 auto}.drawer-nav button{padding:3px 10px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--muted)}.drawer-count{font-size:12px}.drawer-title{min-width:0}.drawer-title-main{font-weight:700;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-title-sub{font-size:12px;color:var(--muted)}.drawer-close{margin-left:auto;color:var(--muted-light);font-size:18px;background:none;border:none;line-height:1}.drawer-close:hover{color:var(--ink)}.drawer-body{display:flex;gap:24px;padding:18px 20px;flex:1;overflow-y:auto}.image-area{flex:0 0 auto}.drawer-images{display:flex;gap:16px}.image-label{font-size:11px;color:var(--muted-light);margin-bottom:6px}.image-frame{background:var(--border-light);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--muted);overflow:hidden}.image-frame img{width:100%;height:100%;object-fit:cover;display:block}.image-frame-post{width:328px;height:410px;cursor:zoom-in}.image-frame-story{width:185px;height:329px;font-size:11px}.image-placeholder{font-size:11px}.candidate-strip{display:flex;gap:8px;margin-top:12px;align-items:center}.candidate-thumb{width:56px;height:70px;border-radius:4px;object-fit:cover;border:1px solid var(--border);cursor:pointer}.candidate-thumb.selected{border:2px solid var(--ink);cursor:default}.candidate-strip-story{margin-top:6px}.candidate-regenerate{width:56px;height:70px;border:1px dashed var(--muted-light);border-radius:4px;background:none;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:10px;text-align:center;line-height:1.3}.candidate-actions{margin-left:8px;font-size:12px;color:var(--muted)}.caption-panel{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.caption-tabs{display:flex;gap:2px;border-bottom:1px solid var(--border-light)}.caption-tab{padding:7px 16px;border:1px solid transparent;background:none;color:var(--muted);border-radius:6px 6px 0 0}.caption-tab.active{border:1px solid var(--border-light);border-bottom:2px solid var(--ink);color:var(--ink);font-weight:700}.caption-tab-hint{font-size:11px;color:var(--muted-light);font-weight:400}.caption-textarea{border:1px solid var(--border);border-radius:6px;padding:12px;color:#334155;line-height:1.55;min-height:150px;font:inherit;resize:vertical}.caption-hint{font-size:12px;color:var(--muted)}.caption-actions{display:flex;gap:8px;font-size:12px}.caption-actions button{padding:5px 12px;border:1px solid var(--border);border-radius:6px;color:#334155;background:var(--white)}.caption-footnote{margin-top:auto;padding:10px 12px;background:#f8fafc;border:1px solid var(--border-light);border-radius:6px;font-size:12px;color:var(--muted)}.drawer-footer{display:flex;align-items:center;gap:10px;padding:14px 20px;border-top:1px solid var(--border-light);background:var(--white)}.btn-primary{padding:9px 20px;background:var(--green);color:var(--white);border:none;border-radius:6px;font-weight:700}.btn-secondary{padding:9px 16px;border:1px solid var(--green);color:var(--green);background:var(--white);border-radius:6px;font-weight:600}.btn-tertiary{padding:9px 16px;border:1px solid var(--border);color:#334155;background:var(--white);border-radius:6px}.drawer-footer-hint{margin-left:auto;font-size:12px;color:var(--muted-light)}.drawer-footer-covered-link{font-size:12px;color:var(--muted);white-space:nowrap}.drawer-footer-covered-form{display:flex;align-items:center;gap:6px;font-size:12px}.drawer-footer-covered-input{padding:5px 8px;border:1px solid var(--border);border-radius:6px;font:inherit;font-size:12px;width:220px}.new-event-body{flex-direction:column;gap:16px}.new-event-suggestion{font-size:13px}.tier-buttons{display:flex;gap:8px}.tier-btn{padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:#334155}.tier-btn.suggested{border-color:var(--amber);color:var(--amber-dark);font-weight:700}.series-matches{display:flex;flex-direction:column;gap:6px}.series-matches-label{font-size:12px;color:var(--muted)}.series-match-btn{align-self:flex-start;padding:6px 12px;border:1px solid #3730a3;color:#3730a3;background:#eef2ff;border-radius:6px;font-size:12px}.new-event-skip button{padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--muted)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out}.lightbox img{max-width:90vw;max-height:90vh;border-radius:4px;box-shadow:0 20px 60px #00000080}.lightbox-hint{position:absolute;bottom:20px;color:#ffffffb3;font-size:12px}.runway-view{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.runway-toolbar{display:flex;align-items:center;gap:14px;height:40px;flex:0 0 40px;padding:0 20px;border-bottom:1px solid var(--border-light);background:var(--white)}.zoom-pills{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden}.zoom-pill{padding:4px 12px;border:none;background:none;color:var(--muted)}.zoom-pill.active{background:var(--border-light);font-weight:600;color:var(--ink)}.runway-meta{color:var(--muted);white-space:nowrap}.runway-filters{display:flex;gap:6px}.runway-legend{margin-left:auto;display:flex;gap:12px;align-items:center;font-size:12px;color:var(--muted);white-space:nowrap}.legend-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:3px}.runway-scroll{overflow-x:auto;padding:0 20px}.runway-canvas{position:relative;padding-top:4px}.runway-row{display:flex}.runway-row-label{width:210px;flex:0 0 210px;position:sticky;left:0;background:var(--bg);z-index:2;padding-right:8px;box-sizing:border-box}.muted-label{color:var(--muted-light);font-size:11px;padding-top:4px}.runway-axis{position:relative;height:24px;color:var(--muted);font-size:11px}.axis-tick{position:absolute;top:5px;white-space:nowrap}.runway-density{position:relative;height:22px;border-bottom:1px solid var(--border-light)}.density-bar{position:absolute;bottom:0;width:6px;background:var(--muted-light);border-radius:1px 1px 0 0}.runway-revenue{position:relative;height:32px;border-bottom:1px solid var(--border-light);display:flex;align-items:center}.revenue-placeholder{color:var(--muted-light);font-size:11px;font-style:italic}.runway-lanes{position:relative;padding-bottom:8px}.lane-group-label{display:flex;align-items:center;height:22px}.lane-group-label .runway-row-label{color:var(--muted-light);font-size:11px;letter-spacing:.06em;font-weight:600}.lane-row{display:flex;align-items:center;border-bottom:1px solid var(--border-lighter)}.campaign-lane,.tier1-lane{height:54px}.series-lane{height:38px}.lane-title{font-weight:600}.lane-subtitle{font-weight:400;color:var(--muted-light);font-size:11px}.lane-tier-tag{color:var(--muted-light);font-size:11px}.lane-empty{padding:6px 0 6px 210px;color:var(--muted-light);font-size:12px}.lane-track{position:relative;height:100%}.campaign-span{position:absolute;top:14px;height:18px;background:var(--border-light);border:1px solid var(--border);border-radius:4px}.event-diamond{position:absolute;top:12px;width:11px;height:11px;transform:rotate(45deg);cursor:pointer}.event-diamond.state-event-day{background:var(--ink);top:18px}.tier1-bar{position:absolute;top:12px;height:16px;border-radius:4px;cursor:pointer;box-sizing:border-box}.tier1-wall{position:absolute;top:32px;height:7px;background:var(--muted-light);border-radius:3px}.tier1-dot{position:absolute;top:10px;width:13px;height:13px;border-radius:50%;border:2px solid var(--white);cursor:pointer}.series-pill{position:absolute;top:12px;height:13px;border-radius:3px;cursor:pointer;box-sizing:border-box}.clipped-start:before{content:"‹";position:absolute;left:2px;top:50%;transform:translateY(-50%);font-weight:700;font-size:11px;line-height:1;color:inherit}.state-pending{background:var(--border-lighter);border:1px dashed var(--muted-light);color:var(--muted-light)}.state-attention{background:#fef3c7;border:1px solid var(--amber)}.state-ok{background:#d1fae5;border:1px solid var(--green)}.state-failed{background:#fef2f2;border:1px solid var(--red)}.event-diamond.state-pending{background:var(--muted-light);border:none}.event-diamond.state-attention{background:var(--amber);border:none}.event-diamond.state-ok{background:var(--green);border:none}.event-diamond.state-failed{background:var(--red);border:none}.tier1-dot.state-pending{background:var(--muted-light)}.tier1-dot.state-attention{background:var(--amber)}.tier1-dot.state-ok{background:var(--green)}.tier1-dot.state-failed{background:var(--red)}.today-line{position:absolute;top:0;bottom:0;width:2px;background:var(--amber)}.today-label{position:absolute;top:-2px;left:6px;font-size:10px;font-weight:700;color:var(--amber);white-space:nowrap}.hidden-strip{padding:10px 20px 4px;font-size:12px;color:var(--muted-light)}.link-btn{background:none;border:none;padding:0;color:var(--amber-darker);font:inherit;cursor:pointer}.link-btn:hover{color:var(--amber-dark);text-decoration:underline}.hidden-detail{margin-top:4px;color:var(--muted)}.hidden-event-row{display:flex;align-items:center;gap:8px;padding:2px 0}.attention-footer{display:flex;align-items:center;gap:12px;margin:8px 20px 16px;padding:10px 16px;background:#fffbeb;border:1px solid var(--amber);border-radius:8px}.attention-footer-text{font-weight:600;color:var(--amber-dark)}.attention-footer-btn{margin-left:auto;padding:6px 14px;background:var(--ink);color:var(--white);border-radius:6px;font-weight:600}.attention-footer-btn:hover{color:var(--white);text-decoration:none;opacity:.9}.event-hub{flex:1;min-height:0;overflow-y:auto;padding:14px 20px;display:flex;flex-direction:column;gap:12px}.hub-card{background:var(--white);border:1px solid var(--border);border-radius:8px}.hub-header{display:flex;align-items:center;gap:16px;padding:12px 16px}.hub-title{font-size:20px;font-weight:700}.hub-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.hub-header-controls{margin-left:auto;display:flex;align-items:center;gap:10px}.hub-tier-label{font-size:11px;color:var(--muted-light)}.segmented{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden}.segmented-opt{padding:5px 14px;border:none;background:var(--white);color:var(--muted);font-weight:600}.segmented-opt.active{background:var(--ink);color:var(--white)}.hub-campaign-select{padding:5px 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--white);font:inherit}.hub-skip-btn{padding:5px 12px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--muted)}.hub-stepper-card{padding:12px 16px}.hub-columns{display:flex;gap:12px;align-items:flex-start}.stepper{display:flex;align-items:center}.stepper-step{width:170px;flex:0 0 170px;text-align:center}.stepper-connector{flex:1;height:3px;background:var(--border-light)}.stepper-connector-done{background:var(--green)}.stepper-connector-current{background:var(--amber)}.stepper-connector-pending{background:var(--border-light)}.stepper-dot{width:14px;height:14px;border-radius:50%;margin:0 auto;background:var(--white);border:2px solid var(--border)}.stepper-dot-done{background:var(--green);border-color:var(--green)}.stepper-dot-current{background:var(--amber);border:3px solid #fde68a}.stepper-dot-pending{background:var(--white);border:2px solid var(--border)}.stepper-dot-event_day{border-radius:0;background:var(--ink);border:none;transform:rotate(45deg)}.stepper-label{font-weight:700;margin-top:4px}.stepper-label-pending{color:var(--muted)}.stepper-subtitle{color:var(--muted-light);font-size:11px}.stepper-subtitle-current{color:var(--amber-dark);font-weight:700}.creative-panel{width:400px;flex:0 0 400px}.creative-panel-header{display:flex;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border-light);font-weight:700}.creative-panel-hint{margin-left:auto;font-size:11px;color:var(--muted-light);font-weight:400}.creative-images{display:flex;gap:12px;padding:12px 14px}.creative-actions,.creative-chooser-actions{display:flex;gap:8px;align-items:center;padding:0 14px 10px;font-size:12px}.btn-primary-sm{padding:7px 16px;background:var(--ink);color:var(--white);border:none;border-radius:6px;font-weight:700}.btn-tertiary-sm{padding:7px 14px;border:1px solid var(--border);border-radius:6px;background:var(--white);color:#334155}.creative-footnote{padding:0 14px 12px;font-size:11px;color:var(--muted);line-height:1.5}.creative-empty{padding:20px 14px;color:var(--muted-light)}.creative-chooser{padding:0 14px 12px}.creative-chooser-label{font-size:11px;color:var(--muted-light);margin-bottom:6px}.creative-chooser-actions{padding:0;margin-top:8px}.todo-panel{flex:1;min-width:0}.todo-head{display:flex;padding:8px 14px;border-bottom:1px solid var(--border-light);color:var(--muted-light);font-size:11px;letter-spacing:.05em}.todo-col-todo{width:160px;flex:0 0 160px}.todo-col-where{width:110px;flex:0 0 110px;color:var(--muted);font-size:12px}.todo-col-when{width:120px;flex:0 0 120px;color:var(--muted)}.todo-col-status{width:165px;flex:0 0 165px}.todo-col-action{flex:1}.todo-row{display:flex;align-items:center;padding:9px 14px;border-bottom:1px solid var(--border-lighter);cursor:pointer}.todo-row:hover{background:#f8fafc}.todo-row-expanded{background:#fffbeb;font-weight:700}.todo-row-expanded:hover{background:#fffbeb}.todo-chevron{color:var(--muted-light);font-size:11px;text-align:right}.amber-note{color:var(--amber-dark);font-weight:700;font-size:11px;margin-left:6px}.status-pill{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:700;white-space:nowrap}.status-ok{background:#d1fae5;color:#065f46}.status-wait{background:#fef3c7;color:var(--amber-dark)}.status-bad{background:#fef2f2;color:#991b1b}.status-flat{background:var(--border-lighter);color:var(--muted)}.todo-covered-link{margin-left:6px;font-size:11px}.todo-detail{padding:4px 14px 12px;background:#fffbeb;border-bottom:1px solid var(--border-lighter)}.todo-detail-nocaption{font-size:12px;color:var(--muted);padding:6px 0}.todo-caption-textarea{min-height:90px;width:100%}.todo-detail-actions{margin-top:6px}.todo-detail-schedule{margin-top:10px;font-size:12px;color:var(--muted)}.todo-detail-schedule label{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.todo-detail-schedule input{padding:5px 8px;border:1px solid var(--border);border-radius:6px;font:inherit}.todo-detail-footer{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px;font-size:12px}.todo-add-oneoff{padding:9px 14px;font-size:12px;color:var(--muted-light);cursor:not-allowed}.todo-empty{padding:20px 14px;color:var(--muted)}.hub-rail{width:310px;flex:0 0 310px;display:flex;flex-direction:column;gap:12px}.hub-card-title{padding:10px 14px;font-weight:700;border-bottom:1px solid var(--border-light)}.probe-list{padding:8px 14px;display:flex;flex-direction:column;gap:7px;font-size:12px}.probe-row{color:var(--ink)}.probe-icon{font-weight:700}.probe-ok .probe-icon{color:var(--green)}.probe-unknown .probe-icon,.probe-pending .probe-icon,.probe-time{color:var(--muted-light)}.probe-empty{padding:8px 14px;color:var(--muted-light);font-size:12px}.paper-trail{padding:8px 14px;font-family:ui-monospace,monospace;font-size:11px;color:var(--muted);line-height:1.8}.paper-trail-row{overflow-wrap:anywhere}.templates-view{flex:1;min-height:0;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:24px}.templates-section-title{font-size:15px;font-weight:700;margin-bottom:4px}.templates-section-hint{font-size:12px;color:var(--muted);margin-bottom:10px}.tmpl-grid{display:flex;flex-direction:column;gap:16px}.tmpl-editor{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:12px 16px}.tmpl-editor-title{font-weight:700;margin-bottom:8px}.tmpl-editor-rows{display:flex;flex-direction:column;gap:4px}.tmpl-row{display:flex;align-items:center;gap:8px;padding:4px 0}.tmpl-row-head{font-size:11px;color:var(--muted-light);letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding-bottom:6px}.tmpl-col-kind,.tmpl-col-label{width:110px;flex:0 0 110px}.tmpl-col-offset{width:90px;flex:0 0 90px}.tmpl-col-time{width:70px;flex:0 0 70px}.tmpl-col-platforms{flex:1;display:flex;gap:10px;align-items:center}.tmpl-col-remove{width:24px;flex:0 0 24px}.tmpl-row select,.tmpl-row input[type=text],.tmpl-row input[type=number]{padding:5px 8px;border:1px solid var(--border);border-radius:6px;font:inherit;width:100%;box-sizing:border-box}.tmpl-platform-check{display:flex;align-items:center;gap:3px;font-size:12px;color:var(--muted)}.tmpl-wall-fields{display:flex;gap:10px}.tmpl-wall-field{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--muted)}.tmpl-wall-field input{width:52px;padding:4px 6px;border:1px solid var(--border);border-radius:6px;font:inherit}.tmpl-remove-btn{background:none;border:none;color:var(--muted-light);font-size:16px;line-height:1}.tmpl-remove-btn:hover{color:var(--red)}.tmpl-editor-actions{display:flex;gap:8px;align-items:center;margin-top:10px}.tmpl-saved-hint{color:var(--green);font-size:12px;font-weight:700}.tmpl-error{margin-top:8px;color:#991b1b;font-size:12px}.tmpl-series-list{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.tmpl-series-sublabel{font-size:11px;color:var(--muted-light);letter-spacing:.05em;font-weight:700;margin-top:8px}.tmpl-series-sublabel:first-child{margin-top:0}.tmpl-series-row{display:flex;align-items:center;gap:10px;padding:4px 0;font-size:13px}.tmpl-series-pattern{font-weight:600}.tmpl-series-meta{color:var(--muted);font-size:12px}.tmpl-suggestion-row{background:#eef2ff;padding:6px 10px;border-radius:6px}.tmpl-empty{color:var(--muted-light);font-size:12px;padding:4px 0}.tmpl-campaigns-table{width:100%;border-collapse:collapse;background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden;font-size:13px}.tmpl-campaigns-table th{text-align:left;padding:8px 14px;background:#f8fafc;border-bottom:1px solid var(--border-light);font-size:11px;color:var(--muted-light);letter-spacing:.05em}.tmpl-campaigns-table td{padding:8px 14px;border-bottom:1px solid var(--border-lighter)}
