:root{--bg:#f5f7f8;--panel:#fff;--line:#d9e0e6;--line-strong:#b7c2cc;--text:#18222d;--muted:#65727f;--brand:#146c63;--brand-weak:#e5f3f0;--blue:#2764b7;--amber:#a15c00;--red:#b42318;--green:#137a45;--purple:#6f42a3}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fbfcfc;height:100vh;padding:18px 14px;position:sticky;top:0}.brand{border-bottom:1px solid var(--line);margin-bottom:12px;padding:4px 8px 16px}.brand strong{font-size:17px;display:block}.brand span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.nav,.nav-group{gap:4px;display:grid}.nav-group+.nav-group{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.nav-group-label{color:var(--muted);letter-spacing:0;text-transform:uppercase;padding:0 10px 4px;font-size:11px;font-weight:800}.nav a{color:#2e3c49;border-radius:6px;align-items:center;gap:10px;min-height:38px;padding:8px 10px;font-size:14px;display:flex}.nav a:hover,.nav a.active{background:var(--brand-weak);color:var(--brand)}.main{min-width:0}.topbar{z-index:5;border-bottom:1px solid var(--line);background:#fffffff0;justify-content:space-between;align-items:center;gap:16px;height:66px;padding:12px 22px;display:flex;position:sticky;top:0}.page{padding:20px 22px 36px}.page-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.page-title h1{margin:0;font-size:22px;line-height:1.25}.page-title p{color:var(--muted);margin:4px 0 0;font-size:13px}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.date-toolbar{justify-content:flex-end}.date-picker{position:relative}.date-trigger{white-space:nowrap;justify-content:flex-start;min-width:228px}.date-trigger span{text-overflow:ellipsis;min-width:0;overflow:hidden}.date-trigger.active{border-color:var(--brand);box-shadow:0 0 0 2px #146c6329}.date-popover{z-index:20;border:1px solid var(--line);background:#fff;border-radius:8px;width:min(320px,100vw - 44px);padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 42px #18222d2e}.calendar-head{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:6px;display:grid}.calendar-head strong{text-align:center;font-size:14px}.calendar-nav{width:32px;min-height:32px}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,34px);justify-content:center;gap:4px;display:grid}.calendar-weekdays{color:var(--muted);text-align:center;margin-top:8px;font-size:11px;font-weight:700}.calendar-weekdays span{height:20px;line-height:20px}.calendar-grid{-webkit-user-select:none;user-select:none;touch-action:none;margin-top:4px}.calendar-day{width:34px;height:34px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.calendar-day:hover,.calendar-day:focus-visible{border-color:var(--brand);background:var(--brand-weak);outline:none}.calendar-day.outside{color:#9aa5af;font-weight:600}.calendar-day.selected{color:var(--brand);background:#d8ece8}.calendar-day.edge,.calendar-day.single{border-color:var(--brand);background:var(--brand);color:#fff}.calendar-day.edge:hover,.calendar-day.edge:focus-visible,.calendar-day.single:hover,.calendar-day.single:focus-visible{color:#fff;background:#0f5b53}.button,.icon-button{border:1px solid var(--line-strong);color:var(--text);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:7px 10px;display:inline-flex}.button.primary{background:var(--brand);border-color:var(--brand);color:#fff}.button.danger,.icon-button.danger{color:var(--red);border-color:#e0aaa5}.button.danger:hover,.icon-button.danger:hover{background:#fdeceb}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.55}.icon-button{width:34px;padding:0}.muted{color:var(--muted)}p.muted{margin:0;font-size:12px;line-height:1.4}.input,.select,.textarea{border:1px solid var(--line-strong);background:#fff;border-radius:6px;min-width:0;min-height:34px;padding:7px 9px}.textarea{resize:vertical;min-height:70px}.grid{gap:12px;display:grid}.grid.kpi{grid-template-columns:repeat(5,minmax(150px,1fr))}.grid.two{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr)}.grid.three{grid-template-columns:repeat(3,minmax(260px,1fr))}.panel,.kpi-card{background:var(--panel);border:1px solid var(--line);border-radius:8px}.panel{min-width:0;padding:14px}.panel h2{margin:0 0 12px;font-size:15px}.manual-purchase-fee{flex-wrap:wrap;align-items:flex-end;gap:8px;margin:12px 0;display:flex}.manual-purchase-fee .field{width:min(220px,100%)}.manual-purchase-summary{grid-template-columns:repeat(auto-fit,minmax(min(145px,100%),1fr));gap:10px;margin:12px 0;display:grid}.manual-purchase-metric{border:1px solid var(--line);background:#f8fbfa;border-radius:8px;gap:3px;padding:10px;display:grid}.manual-purchase-metric span{color:var(--muted);font-size:12px}.manual-purchase-metric strong{font-size:15px}.manual-purchase-grid{grid-template-columns:repeat(auto-fill,minmax(min(180px,100%),1fr));align-items:start;gap:5px;margin-top:12px;display:grid}.manual-purchase-card{border:1px solid var(--line);background:#fff;border-radius:6px;min-width:0;overflow:hidden}.manual-purchase-card.active{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.manual-purchase-card.expanded{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand);grid-column:span 2}.manual-purchase-card.disabled{background:#fbf7f5}.manual-purchase-card-main{width:100%;min-height:31px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;padding:6px 8px;display:block}.manual-purchase-card-main:hover{background:var(--brand-weak)}.manual-purchase-card-main:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.manual-purchase-card-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.45;display:block;overflow:hidden}.incomplete-row td{background:#fff7ed}.manual-purchase-warning{color:var(--red);grid-column:1/-1;margin:0;font-size:11px;line-height:1.35}.manual-purchase-controls{border-top:1px solid var(--line);background:#f8fbfa;grid-template-columns:minmax(105px,.35fr) minmax(150px,1fr);gap:6px;padding:7px;display:grid}.manual-purchase-controls .field{min-width:0}.manual-purchase-controls .input-with-unit{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;display:grid}.manual-purchase-controls input[readonly]{color:var(--muted);background:#f4f6f5}.manual-purchase-memo{grid-column:1/-1}.manual-purchase-notice{flex-direction:column;align-items:flex-start}.manual-purchase-save-feedback{border:1px solid;border-radius:7px;align-items:flex-start;gap:7px;min-height:34px;padding:7px 10px;font-size:13px;line-height:1.45;display:inline-flex}.manual-purchase-save-feedback.success{color:var(--green);background:#e5f5ec;border-color:#b6dcc8}.manual-purchase-save-feedback.error{color:var(--red);background:#fff1f0;border-color:#efb8b4}.manual-purchase-save-feedback svg{flex:none;margin-top:1px}.manual-purchase-save-copy{gap:1px;display:grid}.manual-purchase-save-copy span{overflow-wrap:anywhere}@media (max-width:560px){.manual-purchase-grid,.manual-purchase-controls{grid-template-columns:1fr}.manual-purchase-card.expanded{grid-column:span 1}}.collapsible-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.collapse-trigger{min-height:30px;color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.collapse-trigger h2{margin:0}.collapse-trigger:hover,.collapse-trigger:focus-visible{color:var(--brand);outline:none}.collapsible-body{gap:10px;margin-top:12px;display:grid}.kpi-card{min-height:94px;padding:13px}.kpi-card span{color:var(--muted);font-size:12px}.kpi-card strong{margin-top:9px;font-size:22px;display:block}.kpi-card small{color:var(--muted);margin-top:5px;display:block}.warning-strip{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.warning-strip span{color:#7a4b00;background:#fff8e5;border:1px solid #e7c878;border-radius:6px;align-items:center;gap:6px;padding:7px 9px;font-size:13px;display:inline-flex}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;max-height:560px;overflow:auto}table{border-collapse:separate;border-spacing:0;width:100%;min-width:860px}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:9px 10px;font-size:13px}th{z-index:1;color:#344555;background:#f8fafb;font-weight:700;position:sticky;top:0}tfoot td{z-index:1;border-top:1px solid var(--line-strong);background:#f8fafb;border-bottom:0;font-weight:700;position:sticky;bottom:0}tr.clickable-row{cursor:pointer}tr.clickable-row:hover td,tr.clickable-row.active td{background:var(--brand-weak)}tr.clickable-row:focus-visible td{outline:2px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:-2px}.badge{border-radius:999px;align-items:center;min-height:24px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.badge.scale,.badge.profit{color:var(--green);background:#e5f5ec}.badge.keep{color:var(--blue);background:#e8f0fb}.badge.watch,.badge.sc_to_cbo,.badge.cbo_to_asc,.badge.sc_to_asc{color:var(--amber);background:#fff3d7}.badge.stop_candidate,.badge.loss,.badge.asc_to_sc{color:var(--red);background:#fdeceb}.chart-box{width:100%;height:290px}.dropzone{border:1px dashed var(--line-strong);background:#fbfcfd;border-radius:8px;gap:12px;padding:22px;display:grid}.form-grid{grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));gap:10px;display:grid}.form-grid>.input,.form-grid>.select,.form-grid>.textarea{width:100%}.form-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rule-editor{gap:16px;display:grid}.rule-form{grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));align-items:start;gap:12px;display:grid}.rule-form-title{grid-column:1/-1;gap:3px;display:grid}.rule-form-title strong{font-size:14px}.rule-form-title span,.field-help,.rule-note{color:var(--muted);font-size:12px;line-height:1.35}.field{gap:5px;min-width:0;display:grid}.field-label{color:#344555;font-size:12px;font-weight:700}.field>.input,.field>.select,.input-with-unit,.input-with-unit .input{width:100%}.input-with-unit{border:1px solid var(--line-strong);background:#fff;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.input-with-unit:focus-within{outline:2px solid color-mix(in srgb, var(--brand) 28%, transparent);outline-offset:1px}.input-with-unit .input{background:0 0;border:0}.input-with-unit span{color:var(--muted);padding-right:9px;font-size:12px;font-weight:700}.rule-note{grid-column:1/-1;margin:0}.creative-summary{color:var(--muted);justify-items:end;gap:2px;font-size:12px;display:grid}.creative-summary strong{color:var(--text);font-size:22px;line-height:1}.creative-log-toolbar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.creative-log-toolbar .input{width:min(420px,100%)}.creative-log-layout{grid-template-columns:minmax(320px,.9fr) minmax(0,1.4fr);align-items:start;gap:12px;display:grid}.creative-list-panel{max-height:calc(100vh - 104px);position:sticky;top:82px;overflow:auto}.creative-list-heading,.creative-detail-header,.creative-detail-stats,.creative-item-title{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.creative-list-heading h2,.creative-detail-header h2,.creative-log-form h2{margin:0;font-size:15px}.creative-list-heading span,.creative-detail-stats span{color:var(--muted);font-size:12px}.creative-list,.creative-detail,.timeline,.placement-list{gap:8px;display:grid}.creative-item{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:8px;width:100%;min-height:128px;padding:11px 12px}.creative-item:hover,.creative-item.active{border-color:var(--brand);background:var(--brand-weak)}.creative-item-title strong{overflow-wrap:anywhere;min-width:0;font-size:14px}.creative-item-title small{color:var(--muted);flex:none;font-size:11px}.creative-item-meta,.creative-item-log{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;font-size:12px;line-height:1.45;display:block}.creative-item-log{color:#2e3c49}.creative-detail-section{border-bottom:1px solid var(--line);gap:8px;padding:13px 0;display:grid}.creative-detail-section h3{color:#344555;margin:0;font-size:13px}.alias-list,.metric-strip,.action-segments,.related-adsets{flex-wrap:wrap;gap:6px;display:flex}.alias-chip{border:1px solid var(--line);overflow-wrap:anywhere;background:#fff;border-radius:6px;gap:2px;max-width:100%;padding:7px 9px;font-size:12px;display:inline-grid}.alias-chip small,.placement-row small,.timeline-item small,.metric-cell small{color:var(--muted);font-size:11px}.placement-row,.metric-cell{border:1px solid var(--line);background:#fff;border-radius:8px;gap:3px;min-width:min(230px,100%);padding:10px;display:grid}.placement-row strong,.placement-row span{overflow-wrap:anywhere}.placement-row span{color:var(--muted);font-size:12px}.metric-cell{min-width:142px}.metric-cell span{color:var(--muted);font-size:11px}.metric-cell strong{font-size:15px}.timeline-item{border-left:3px solid var(--line-strong);background:#fbfcfd;border-radius:0 6px 6px 0;gap:4px;padding:8px 10px;display:grid}.timeline-item p{margin:0;font-size:13px;line-height:1.45}.creative-log-form{gap:10px;display:grid}.action-segments button{border:1px solid var(--line-strong);min-height:30px;color:var(--text);cursor:pointer;background:#fff;border-radius:6px;padding:5px 8px;font-size:12px}.action-segments button.active{border-color:var(--brand);background:var(--brand);color:#fff}.related-adsets{grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));display:grid}.related-adsets label{color:#344555;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex}.related-adsets span{overflow-wrap:anywhere;min-width:0}.creative-search{border:1px solid var(--line-strong);min-height:34px;color:var(--muted);background:#fff;border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;margin:10px 0;padding:0 9px;display:grid}.creative-search input{border:0;outline:0;width:100%;min-height:32px}.creative-item-stats{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.creative-item-stats span,.status-pill{border:1px solid var(--line);background:#f8fafb;border-radius:999px;align-items:center;min-height:24px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.creative-detail-block{border-bottom:1px solid var(--line);gap:8px;padding:13px 0;display:grid}.creative-detail-block h3,.creative-log-form h3{color:#344555;margin:0;font-size:13px}.creative-metric-row{grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;display:grid}.creative-metric-box{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;padding:10px}.creative-metric-box span{color:var(--muted);font-size:12px;display:block}.creative-metric-box strong{margin-top:6px;font-size:17px;display:block}.placement-side{color:var(--muted);justify-items:end;gap:6px;font-size:12px;display:grid}.status-pill.active{color:var(--green);background:#e5f5ec;border-color:#b6dcc8}.metric-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:auto}.metric-table{min-width:640px}.timeline-title{justify-content:space-between;gap:10px;display:flex}.action-segment.active{border-color:var(--brand);background:var(--brand);color:#fff}.creative-form-grid{grid-template-columns:repeat(2,minmax(160px,1fr));gap:10px;display:grid}.product-list-grid{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));align-items:stretch}.product-item{align-content:space-between;gap:8px;min-height:78px;padding:10px;display:grid}.product-item strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:13px;line-height:1.35}.product-item span{color:#344555;font-size:14px;font-weight:800}.product-metric-row{grid-template-columns:repeat(3,minmax(120px,1fr))}.ad-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.status-ad-panel{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;min-width:0;padding:10px}.status-ad-panel h3{color:#344555;margin:0 0 8px;font-size:13px}.status-ad-scroll{border:1px solid var(--line);background:#fff;border-radius:6px;max-height:260px;overflow-y:auto}.status-ad-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:0;font-size:12px}.status-ad-table th,.status-ad-table td{border-bottom:1px solid var(--line);text-align:right;white-space:normal;overflow-wrap:anywhere;vertical-align:top;padding:7px 4px;position:static}.status-ad-table th:first-child,.status-ad-table td:first-child{text-align:left;overflow-wrap:anywhere;width:72%}.status-ad-name{gap:2px;min-width:0;display:grid}.status-ad-name strong,.status-ad-name small{overflow-wrap:anywhere;min-width:0}.status-ad-name strong{font-size:12px}.status-ad-name small{color:var(--muted);font-size:11px;line-height:1.35}.status-ad-table th{z-index:1;color:var(--muted);background:#fff;font-size:11px;position:sticky;top:0}.status-ad-table tr:last-child td{border-bottom:0}.product-log-form{border-bottom:1px solid var(--line);padding:13px 0}.product-log-form .button.primary{justify-self:start}.log-scroll-box{border:1px solid var(--line);background:#fff;border-radius:8px;max-height:220px;padding:8px;overflow-y:auto}.product-log-item{border-left-color:var(--brand)}.related-adset{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:5px 8px;font-size:12px;display:inline-flex}.creative-empty{text-align:center;align-content:center;justify-items:center;gap:6px;min-height:260px;display:grid}.creative-empty h2{margin:0;font-size:16px}.daily-report-page{gap:14px;display:grid}.daily-report-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.daily-report-search{border:1px solid var(--line-strong);min-height:34px;color:var(--muted);background:#fff;border-radius:6px;grid-template-columns:auto minmax(160px,1fr);align-items:center;gap:7px;padding:0 9px;display:grid}.daily-report-search input{border:0;outline:0;width:100%;min-height:32px}.daily-column-picker{border:1px solid var(--line-strong);background:#fff;border-radius:6px;align-items:center;gap:8px;min-height:34px;padding:6px 9px;display:flex}.daily-column-picker>span{color:#344555;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.daily-column-options{flex-wrap:wrap;align-items:center;gap:6px 10px;display:flex}.daily-column-options label{color:#344555;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:inline-flex}.daily-report-print-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:12px;display:flex}.daily-report-print-header h1{margin:0;font-size:24px;line-height:1.2}.daily-report-print-header p,.daily-report-print-header span{color:var(--muted);margin:5px 0 0;font-size:13px}.daily-report-summary{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;display:grid}.daily-summary-tile{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:82px;padding:12px}.daily-summary-tile span{color:var(--muted);font-size:12px}.daily-summary-tile strong{margin-top:8px;font-size:19px;line-height:1.15;display:block}.daily-product-list{gap:14px;display:grid}.daily-product-box{border:1px solid var(--line);background:#fff;border-radius:8px;padding:14px}.daily-product-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.daily-product-title{gap:4px;min-width:180px;display:grid}.daily-product-title h2{margin:0;font-size:18px;line-height:1.25}.daily-product-title span,.daily-product-stat span{color:var(--muted);font-size:12px}.daily-product-stats{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.daily-product-stat{text-align:right;gap:4px;min-width:92px;display:grid}.daily-product-stat strong{font-size:14px}.daily-product-table-wrap{border:1px solid var(--line);border-radius:8px;overflow:auto}.daily-product-table{min-width:900px}.rule-correction-form{background:#fffaf0;border:1px solid #e7c878;border-radius:8px;padding:12px}.rule-readonly-value{color:#344555;background:#f8fafb;align-items:center;min-height:38px;display:flex}.rule-history-preview{border:1px solid var(--line);color:var(--muted);background:#f8fafb;border-radius:8px;grid-column:1/-1;gap:4px;padding:12px;font-size:12px;line-height:1.4;display:grid}.rule-impact-current{color:var(--green)}.rule-impact-warning{color:#b54708}.rule-history-sections{border-top:1px solid var(--line);gap:18px;margin-top:18px;padding-top:18px;display:grid}.rule-history-sections>div{gap:8px;display:grid}.daily-product-table-empty{color:var(--muted);text-align:center}.daily-creative-name{white-space:normal;gap:3px;min-width:150px;display:grid}.daily-creative-name strong,.daily-creative-name span{overflow-wrap:anywhere}.daily-creative-name span{color:var(--muted);font-size:11px}.metric-with-previous strong{display:block}.metric-with-previous small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:400;display:block}.status-pill.inactive{color:var(--red);background:#fdeceb;border-color:#e0aaa5}.daily-sales-margin{border-top:1px solid var(--line);gap:8px;margin-top:12px;padding-top:10px;display:grid}.daily-sales-margin h3{color:#344555;margin:0;font-size:13px}.daily-sales-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:auto}.daily-sales-table{min-width:860px}.daily-sales-table th,.daily-sales-table td{padding:7px 8px;font-size:12px;position:static}.daily-sales-product-cell{white-space:normal;gap:2px;min-width:140px;display:grid}.daily-sales-product-cell strong{overflow-wrap:anywhere}.daily-sales-product-cell small,.daily-sales-note,.daily-sales-empty{color:var(--muted);font-size:12px}.daily-sales-note,.daily-sales-empty{margin:0;line-height:1.45}.daily-sales-empty{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;padding:10px}.product-change-log{border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.product-change-log h3{color:#344555;margin:0 0 6px;font-size:13px}.product-change-log p{color:var(--muted);margin:0;font-size:12px}.daily-report-empty{border:1px solid var(--line);color:var(--muted);text-align:center;background:#fff;border-radius:8px;padding:26px}@media print{@page daily-report{margin:12mm}body:has(.daily-report-page){color:#000;background:#fff}:is(body:has(.daily-report-page) .sidebar,body:has(.daily-report-page) .topbar),.daily-report-page .daily-report-controls,.daily-report-page .no-print{display:none!important}.app-shell:has(.daily-report-page){min-height:auto;display:block}.daily-report-page{page:daily-report;gap:10px;padding:0}.daily-report-print-header{border-bottom:2px solid #000}.daily-report-summary{grid-template-columns:repeat(3,1fr);gap:6px}.daily-summary-tile{min-height:58px;padding:8px}.daily-summary-tile strong{font-size:15px}.daily-product-box{break-inside:avoid;page-break-inside:avoid;padding:10px}.daily-product-table-wrap{overflow:visible}.daily-product-table,.daily-sales-table{min-width:0}.daily-product-table th,.daily-product-table td,.daily-sales-table th,.daily-sales-table td{white-space:normal;padding:6px;font-size:11px}.daily-product-table th,.daily-sales-table th{position:static}.daily-product-table thead{display:table-header-group}}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.grid.kpi,.grid.two,.grid.three,.form-grid,.creative-log-layout,.creative-metric-row,.ad-status-grid,.creative-form-grid{grid-template-columns:1fr}.placement-side{justify-items:start}.topbar{flex-direction:column;align-items:flex-start;height:auto;position:static}.date-toolbar,.date-picker,.date-trigger{width:100%}.date-toolbar{align-items:stretch}.date-popover{left:0;right:auto}.creative-log-toolbar,.creative-detail-header,.daily-product-header,.daily-report-print-header{flex-direction:column;align-items:stretch}.creative-list-panel{max-height:none;position:static}.daily-report-controls,.daily-product-stats{justify-content:flex-start}.daily-column-picker{flex-direction:column;align-items:flex-start}.daily-product-stat{text-align:left}}.coupang-daily-report-page{page:coupang-daily-report;font-variant-numeric:tabular-nums;gap:8px;padding:14px 16px 20px;font-size:11px;display:grid}.coupang-daily-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:2px;display:flex}.coupang-daily-heading h1{letter-spacing:-.02em;margin:0;font-size:18px;line-height:1.25}.coupang-daily-eyebrow{color:var(--brand);letter-spacing:.08em;margin:0 0 3px;font-size:9px;font-weight:800}.coupang-daily-subtitle{color:var(--muted);margin:3px 0 0;font-size:10px;line-height:1.4}.coupang-daily-actions,.coupang-daily-table-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.coupang-daily-action,.coupang-daily-date-input{min-height:30px;padding:5px 8px;font-size:11px}.coupang-daily-print-meta{display:none}.coupang-daily-summary{background:#fff;border:1px solid #cbd9d6;border-radius:9px;grid-template-columns:minmax(145px,1fr) repeat(7,minmax(90px,1fr));min-width:920px;display:grid;overflow:hidden;box-shadow:0 8px 30px #1736310f}.coupang-daily-summary-title,.coupang-daily-summary-item{min-width:0;min-height:54px;padding:8px 9px}.coupang-daily-summary-title{background:var(--brand);color:#fff;flex-direction:column;justify-content:center;display:flex}.coupang-daily-summary-title strong{font-size:12px}.coupang-daily-summary-title span{color:#ffffffc2;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;overflow:hidden}.coupang-daily-summary-item{border-left:1px solid var(--line);flex-direction:column;justify-content:center;display:flex}.coupang-daily-summary-item>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.coupang-daily-summary-item>strong{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-top:4px;font-size:12px;display:block;overflow:hidden}.coupang-daily-summary-item .coupang-daily-metric-inline{justify-content:flex-start;gap:4px}.coupang-daily-summary-item .coupang-daily-metric-inline small{font-size:7px}.coupang-daily-warning{color:#7a4b00;background:#fff8e5;border:1px solid #e7c878;border-radius:7px;align-items:center;gap:7px;min-height:30px;padding:6px 9px;font-size:10px;line-height:1.35;display:flex}.coupang-daily-warning svg{flex:none}.coupang-daily-panel{border:1px solid var(--line);background:var(--panel);border-radius:9px;min-width:0;overflow:hidden;box-shadow:0 8px 30px #1736310f}.coupang-daily-table-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:5px 8px;display:flex}.coupang-daily-result-copy{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;font-size:10px;display:flex}.coupang-daily-result-copy strong{color:var(--text);font-size:11px}.coupang-daily-legend-dot{background:var(--brand);border-radius:50%;flex:none;width:8px;height:8px}.coupang-daily-search{border:1px solid var(--line-strong);width:205px;min-height:30px;color:var(--muted);background:#fff;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:0 8px;display:grid}.coupang-daily-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #146c631f}.coupang-daily-search input{width:100%;min-width:0;min-height:28px;color:var(--text);background:0 0;border:0;outline:0;font-size:10px}.coupang-daily-search input::placeholder{color:#879590}.coupang-daily-table-wrap{min-height:80px;max-height:calc(100vh - 276px);overflow:auto}.coupang-daily-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1080px}.coupang-daily-table th,.coupang-daily-table td{border-bottom:1px solid var(--line);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;background:#fff;height:30px;padding:5px 8px;font-size:11px}.coupang-daily-table thead th{z-index:3;color:#4c5d59;background:#f8faf9;height:31px;font-size:10px;font-weight:800;position:sticky;top:0}.coupang-daily-table thead th:first-child,.coupang-daily-table tbody th{text-align:left;width:29%;min-width:255px;position:sticky;left:0}.coupang-daily-table thead th:first-child{z-index:4}.coupang-daily-table tbody th{z-index:2;font-weight:400;top:auto}.coupang-daily-product-body:last-child tr:last-child>*{border-bottom:0}.coupang-daily-group-row>th,.coupang-daily-group-row>td{background:#f4faf8;font-weight:800}.coupang-daily-group-row:hover>th,.coupang-daily-group-row:hover>td{background:#edf7f4}.coupang-daily-single-row:hover>th,.coupang-daily-single-row:hover>td,.coupang-daily-option-row:hover>th,.coupang-daily-option-row:hover>td{background:#f8fbfa}.coupang-daily-product-cell{align-items:center;min-width:0;display:flex}.coupang-daily-single-name{padding-left:27px}.coupang-daily-product-name{min-width:0;color:var(--text);align-items:center;gap:5px;font-weight:800;display:flex;overflow:hidden}.coupang-daily-product-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.coupang-daily-group-toggle{width:22px;height:22px;color:var(--brand);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;justify-content:center;align-items:center;margin:0 5px 0 -3px;padding:0;display:inline-flex}.coupang-daily-group-toggle:hover,.coupang-daily-group-toggle:focus-visible{background:var(--brand-weak);outline:none}.coupang-daily-group-toggle svg{transition:transform .16s;transform:rotate(90deg)}.coupang-daily-group-collapsed .coupang-daily-group-toggle svg{transform:rotate(0)}.coupang-daily-option-row>th,.coupang-daily-option-row>td{color:#384944;height:26px;font-size:10px}.coupang-daily-option-cell{align-items:center;gap:5px;min-width:0;min-height:16px;padding-left:36px;font-weight:700;display:flex;position:relative}.coupang-daily-option-cell>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.coupang-daily-option-cell:before{content:"";border-bottom:1px solid #b7ccc7;border-left:1px solid #b7ccc7;border-radius:0 0 0 5px;width:14px;height:18px;position:absolute;top:-7px;left:15px}.coupang-daily-detail-row.coupang-daily-collapsed{display:none}.coupang-daily-category-filter{border:1px solid var(--line);background:var(--panel);border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.coupang-daily-category-picker{position:relative}.coupang-daily-category-trigger{align-items:center;gap:8px;display:inline-flex}.coupang-daily-category-popover{z-index:50;border:1px solid var(--line);background:var(--panel);border-radius:10px;width:min(380px,100vw - 32px);padding:12px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 34px #18242c2e}.coupang-daily-category-search{border:1px solid var(--line);border-radius:8px;align-items:center;gap:6px;padding:0 8px;display:flex}.coupang-daily-category-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:8px 0}.coupang-daily-category-popover-actions,.coupang-daily-category-popover footer,.coupang-daily-category-bulk-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.coupang-daily-category-popover-actions{margin:10px 0}.coupang-daily-category-options{border-block:1px solid var(--line);max-height:260px;display:grid;overflow:auto}.coupang-daily-category-options>label{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 2px;display:grid}.coupang-daily-category-uncategorized{gap:8px;padding:10px 2px;display:flex}.coupang-daily-category-chips{flex-wrap:wrap;flex:220px;align-items:center;gap:6px;display:flex}.coupang-daily-category-chip{border:1px solid var(--line);background:var(--panel);border-radius:999px;align-items:center;gap:5px;padding:5px 8px;display:inline-flex}.coupang-daily-category-all{color:var(--muted)}.coupang-daily-applied-filter{color:var(--muted);flex-wrap:wrap;gap:8px 16px;margin:0 0 12px;font-size:12px;display:flex}.coupang-daily-category-backdrop{z-index:1000;background:#0000007a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.coupang-daily-category-dialog{border:1px solid var(--line);background:var(--panel);border-radius:12px;width:min(960px,100%);max-height:90vh;padding:20px;overflow:auto;box-shadow:0 18px 48px #0a182147}.coupang-daily-category-dialog>header,.coupang-daily-category-dialog footer{justify-content:space-between;gap:12px;display:flex}.coupang-daily-category-manager-grid{grid-template-columns:220px 1fr;gap:18px;display:grid}.coupang-daily-category-manager-grid nav,.coupang-daily-category-editor,.coupang-daily-category-products{gap:8px;display:grid}.coupang-daily-category-products{border:1px solid var(--line);border-radius:8px;max-height:48vh;padding:10px;overflow:auto}.coupang-daily-category-products fieldset{border:1px solid var(--line);gap:6px;min-width:0;display:grid}.coupang-daily-category-conflict,.coupang-daily-category-state{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:10px}.coupang-daily-print-notes{display:none}.coupang-daily-memo-row>td,.coupang-daily-memo-row>td:first-child{color:#6f7c79;text-align:left;white-space:normal;background:#fafcfc;width:auto;min-width:0;height:21px;padding:3px 8px 3px 38px;font-size:9px;line-height:1.35;position:static}.coupang-daily-memo-label{color:#4e5e5a;margin-right:7px;font-weight:800}.coupang-daily-memo-option{color:var(--brand);font-weight:700}.coupang-daily-memo-separator{color:#b1bbb8;margin:0 6px}.coupang-daily-metric-inline{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:5px;width:100%;display:inline-flex}.coupang-daily-metric-inline small{color:#8a9793;letter-spacing:-.01em;white-space:nowrap;font-size:8px;font-weight:400}.coupang-daily-roas{color:var(--blue);font-weight:800}.coupang-daily-positive{color:var(--green);font-weight:800}.coupang-daily-negative{color:var(--red);font-weight:800}.coupang-daily-zero{color:#87948f}.coupang-daily-incomplete-row>th,.coupang-daily-incomplete-row>td{background-image:linear-gradient(#fff8e594,#fff8e594)}.coupang-daily-empty{color:var(--muted);text-align:center!important;height:72px!important;font-size:11px!important}.coupang-daily-empty-error{color:var(--red)}.coupang-daily-footnote{color:var(--muted);align-items:center;gap:7px;margin:0 3px;font-size:9px;display:flex}.coupang-daily-footnote:before{content:"i";border:1px solid #aebdb9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:15px;height:15px;font-size:9px;font-weight:800;display:inline-flex}.coupang-daily-visually-hidden{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:1180px){.coupang-daily-heading{flex-direction:column;align-items:stretch}.coupang-daily-actions{justify-content:flex-start}.coupang-daily-table-toolbar{flex-direction:column;align-items:flex-start}.coupang-daily-table-tools{justify-content:flex-start}}@media (max-width:720px){.coupang-daily-category-filter{flex-direction:column;align-items:stretch}.coupang-daily-category-picker,.coupang-daily-category-trigger{width:100%}.coupang-daily-category-trigger{justify-content:space-between}.coupang-daily-category-popover{width:100%;left:0;right:0}.coupang-daily-category-backdrop{align-items:end;padding:0}.coupang-daily-category-dialog{border-radius:14px 14px 0 0;width:100%;max-height:96vh;padding:16px}.coupang-daily-category-manager-grid{grid-template-columns:minmax(0,1fr)}.coupang-daily-category-manager-grid nav{grid-auto-columns:max-content;grid-auto-flow:column;overflow-x:auto}.coupang-daily-category-products{max-height:36vh}}@media print{@page coupang-daily-report{size:A4 landscape;margin:6mm}body:has(.coupang-daily-report-page){color:#111;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;min-width:0;font-size:7pt}.coupang-daily-no-print,.coupang-daily-eyebrow,.coupang-daily-subtitle{display:none!important}body:has(.coupang-daily-report-page) .sidebar{display:none!important}body:has(.coupang-daily-report-page) .topbar{display:none!important}.app-shell:has(.coupang-daily-report-page){min-height:0;display:block}.coupang-daily-report-page{gap:2.5mm;padding:0}.coupang-daily-heading{align-items:flex-end;margin:0;display:flex}.coupang-daily-heading h1{font-size:12pt}.coupang-daily-print-meta{color:#555;margin-left:auto;font-size:7.5pt;display:block}.coupang-daily-summary{min-width:0;box-shadow:none;border-color:#aaa;border-radius:0;grid-template-columns:1fr repeat(7,1fr)}.coupang-daily-summary-title,.coupang-daily-summary-item{min-height:10mm;padding:1.5mm}.coupang-daily-summary-title strong,.coupang-daily-summary-item>strong{font-size:7.5pt}.coupang-daily-summary-title span,.coupang-daily-summary-item>span{font-size:6pt}.coupang-daily-summary-item .coupang-daily-metric-inline small{font-size:5.1pt}.coupang-daily-warning{border-radius:0;min-height:0;padding:1mm 1.5mm;font-size:6.2pt}.coupang-daily-panel,.coupang-daily-table-wrap{max-height:none;box-shadow:none;border-radius:0;overflow:visible}.coupang-daily-table{width:100%;min-width:0}.coupang-daily-table thead{display:table-header-group}.coupang-daily-table th,.coupang-daily-table td,.coupang-daily-table thead th,.coupang-daily-table tbody th,.coupang-daily-option-row>th,.coupang-daily-option-row>td{border-color:#bbb;height:auto;padding:1.1mm 1.2mm;font-size:6.7pt;position:static}.coupang-daily-table thead th{font-size:6.3pt}.coupang-daily-table thead th:first-child,.coupang-daily-table tbody th{width:28%;min-width:0}.coupang-daily-product-body{break-inside:avoid;page-break-inside:avoid}.coupang-daily-group-toggle{display:none}.coupang-daily-single-name{padding-left:0}.coupang-daily-option-cell{min-height:0;padding-left:5mm}.coupang-daily-option-cell:before{width:2.8mm;height:3.8mm;top:-1.3mm;left:1.5mm}.coupang-daily-detail-row.coupang-daily-collapsed{display:table-row!important}.coupang-daily-screen-notes{display:none}.coupang-daily-print-notes{display:inline}.coupang-daily-memo-row>td,.coupang-daily-memo-row>td:first-child{background:#f8f8f8;padding:.7mm 1.2mm .7mm 4mm;font-size:5.8pt}.coupang-daily-metric-inline{gap:.8mm}.coupang-daily-metric-inline small{font-size:5.3pt}}.creative-trend-page-title-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.creative-trend-period-chip{min-height:34px;color:var(--brand);white-space:nowrap;background:#f2faf8;border:1px solid #cde2de;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.creative-trend-period-chip>span{font-size:8px}.creative-trend-layout{grid-template-columns:286px minmax(0,1fr);align-items:start;gap:14px;display:grid}.creative-trend-controls{max-height:calc(100vh - 98px);padding:0;position:sticky;top:82px;overflow-y:auto;box-shadow:0 8px 22px #18222d0f}.creative-trend-control-section{padding:14px}.creative-trend-control-section+.creative-trend-control-section{border-top:1px solid var(--line)}.creative-trend-section-heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;display:flex}.creative-trend-section-heading strong{font-size:13px}.creative-trend-section-heading small{color:var(--muted);font-size:11px}.creative-trend-product-select{width:100%;min-height:38px}.creative-trend-product-note{color:var(--muted);align-items:center;gap:6px;margin:7px 0 0;font-size:11px;line-height:1.4;display:flex}.creative-trend-status-dot{background:#21a164;border-radius:50%;flex:none;width:6px;height:6px}.creative-trend-text-button{min-height:24px;color:var(--brand);cursor:pointer;background:0 0;border:0;padding:2px;font-size:12px;font-weight:700}.creative-trend-text-button:disabled{cursor:not-allowed;opacity:.5}.creative-trend-creative-list{scrollbar-gutter:stable;gap:6px;max-height:430px;padding-right:2px;display:grid;overflow-y:auto}.creative-trend-control-message{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:7px;padding:12px 8px;font-size:11px}.creative-trend-creative-option{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:7px;grid-template-columns:18px 10px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:49px;padding:7px 8px;display:grid}.creative-trend-creative-option:hover,.creative-trend-creative-option:focus-within{background:#fbfefd;border-color:#99bcb7}.creative-trend-creative-option:has(input:checked){border-color:var(--brand);background:var(--brand-weak)}.creative-trend-creative-option input,.creative-trend-metric-option input{width:16px;height:16px;accent-color:var(--brand);margin:0}.creative-trend-series-dot{border-radius:50%;width:9px;height:9px}.creative-trend-creative-name{gap:2px;min-width:0;display:grid}.creative-trend-creative-name strong,.creative-trend-creative-name small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.creative-trend-creative-name strong{font-size:12px}.creative-trend-creative-name small{color:var(--muted);font-size:10px}.creative-trend-active-badge{color:var(--green);background:#e5f5ec;border-radius:999px;padding:3px 5px;font-size:9px;font-weight:700}.creative-trend-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.creative-trend-metric-option{border:1px solid var(--line);color:#344555;cursor:pointer;white-space:nowrap;background:#fff;border-radius:6px;align-items:center;gap:6px;min-height:36px;padding:7px 8px;font-size:11px;font-weight:700;display:flex}.creative-trend-metric-option:focus-within{border-color:var(--brand);background:var(--brand-weak);color:var(--brand)}.creative-trend-metric-option:has(input:checked){border-color:var(--brand);background:var(--brand-weak);color:var(--brand)}.creative-trend-formula-note{color:var(--muted);align-items:flex-start;gap:6px;margin:10px 0 0;font-size:10px;line-height:1.45;display:flex}.creative-trend-formula-note svg{flex:none}.creative-trend-chart-panel{padding:0;overflow:hidden;box-shadow:0 8px 22px #18222d0f}.creative-trend-chart-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px 12px;display:flex}.creative-trend-chart-header h2{margin:0;font-size:16px}.creative-trend-chart-header p{color:var(--muted);margin:4px 0 0;font-size:11px}.creative-trend-meta-chips{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.creative-trend-meta-chips span{border:1px solid var(--line);color:#50606e;white-space:nowrap;background:#f8fafb;border-radius:999px;padding:5px 8px;font-size:10px}.creative-trend-legend{border-bottom:1px solid var(--line);min-height:40px;color:var(--muted);white-space:nowrap;background:#fbfcfc;align-items:center;gap:13px;padding:8px 16px;font-size:10px;display:flex;overflow-x:auto}.creative-trend-legend>strong{font-size:10px}.creative-trend-legend-item{color:#344555;align-items:center;gap:5px;font-weight:700;display:inline-flex}.creative-trend-legend-item i{border-radius:2px;width:18px;height:3px}.creative-trend-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;display:grid}.creative-trend-chart-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;overflow:hidden}.creative-trend-chart-card-header{justify-content:space-between;align-items:center;gap:8px;padding:11px 12px 2px;display:flex}.creative-trend-chart-title{gap:2px;display:grid}.creative-trend-chart-title strong{font-size:13px}.creative-trend-chart-title small{color:var(--muted);font-size:10px}.creative-trend-latest-chip{color:#40515f;white-space:nowrap;background:#f1f5f6;border-radius:999px;padding:5px 7px;font-size:9px;font-weight:700}.creative-trend-chart-box{font-variant-numeric:tabular-nums;width:100%;height:270px}.creative-trend-tooltip{border:1px solid var(--line-strong);background:#fffffffa;border-radius:7px;gap:7px;min-width:170px;padding:9px;font-size:11px;display:grid;box-shadow:0 8px 22px #18222d24}.creative-trend-tooltip>strong{font-size:11px}.creative-trend-tooltip>span{grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.creative-trend-tooltip i{border-radius:50%;width:7px;height:7px}.creative-trend-tooltip b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.creative-trend-tooltip em{color:var(--text);font-style:normal;font-weight:700}.creative-trend-insight{color:#334a47;background:#f5fbfa;border:1px solid #d5e6e3;border-radius:7px;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 12px 12px;padding:10px 11px;font-size:11px;display:grid}.creative-trend-insight>svg{background:var(--brand-weak);width:25px;height:25px;color:var(--brand);border-radius:6px;padding:4px}.creative-trend-insight strong{color:var(--brand)}.creative-trend-insight small{color:var(--muted);white-space:nowrap;background:#fff;border-radius:999px;padding:4px 7px;font-size:9px}.creative-trend-empty{border:1px dashed var(--line-strong);min-height:420px;color:var(--muted);text-align:center;background:#fbfcfc;border-radius:8px;place-items:center;margin:12px;padding:24px;display:grid}.creative-trend-empty>div{justify-items:center;gap:10px;display:grid}.creative-trend-empty strong{color:var(--text);font-size:13px}.creative-trend-text-button:focus-visible,.creative-trend-product-select:focus-visible,.creative-trend-creative-option:focus-within,.creative-trend-metric-option:focus-within{outline-offset:2px;outline:2px solid #146c6347}.auth-screen{background:linear-gradient(145deg, #eef6f4, var(--bg) 52%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-screen-inline{min-height:calc(100vh - 66px)}.auth-card{border:1px solid var(--line);background:var(--panel);border-radius:12px;gap:14px;width:min(430px,100%);padding:28px;display:grid;box-shadow:0 18px 46px #18222d1a}.auth-card h1,.auth-card p{margin:0}.auth-card p,.auth-help{color:var(--muted);line-height:1.55}.auth-brand{color:var(--brand);font-size:13px;font-weight:800}.auth-form,.auth-form label{gap:7px;display:grid}.auth-form{gap:14px}.auth-form label{color:#344555;font-size:13px;font-weight:700}.auth-form input{border:1px solid var(--line-strong);background:#fff;border-radius:7px;min-height:42px;padding:8px 10px}.auth-error,.read-only-notice{color:var(--red);background:#fff5f4;border:1px solid #f0c7c2;border-radius:7px;padding:10px;font-size:13px;line-height:1.45}.read-only-notice{color:#365b56;background:#f3faf8;border-color:#cbdedb}.auth-loading{color:var(--muted);text-align:center}.account-toolbar{justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-summary{text-align:right;min-width:0;display:grid}.account-summary strong{font-size:12px}.account-summary span{max-width:280px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}@media (max-width:1120px){.creative-trend-layout{grid-template-columns:250px minmax(0,1fr)}.creative-trend-chart-grid{grid-template-columns:1fr}}@media (max-width:980px){.creative-trend-layout{grid-template-columns:1fr}.creative-trend-controls{max-height:none;position:static}}@media (max-width:640px){.creative-trend-page-title-actions,.creative-trend-chart-header{flex-direction:column;align-items:flex-start;width:100%}.creative-trend-meta-chips{justify-content:flex-start}.creative-trend-chart-card-header,.creative-trend-insight{grid-template-columns:1fr;align-items:flex-start}.creative-trend-chart-card-header{flex-direction:column}.creative-trend-chart-box{height:250px}}.security-admin-page{gap:14px}.security-admin-grid{align-items:start}.security-invite-form,.security-invite-form label,.security-user-fields label,.security-audit-filters label{gap:7px;display:grid}.security-invite-form{gap:12px}.security-invite-form label,.security-user-fields label,.security-audit-filters label{color:#344555;font-size:12px;font-weight:700}.security-lifecycle-list{color:#40515f;gap:10px;font-size:13px;line-height:1.5;display:grid}.security-lifecycle-list span{border-left:3px solid var(--brand);padding:6px 0 6px 10px}.security-panel-heading,.security-audit-heading,.security-audit-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.security-panel-heading h2,.security-panel-heading p,.security-audit-card p{margin:0}.security-user-list,.security-audit-list{gap:10px;margin-top:12px;display:grid}.security-user-card,.security-audit-card{border:1px solid var(--line);background:#fff;border-radius:9px;gap:12px;padding:14px;display:grid}.security-user-card{grid-template-columns:minmax(210px,.8fr) minmax(340px,1.6fr)}.security-user-identity{align-content:start;gap:6px;min-width:0;display:grid}.security-user-identity>span,.security-user-identity>small{overflow-wrap:anywhere;color:var(--muted)}.security-user-fields{grid-template-columns:minmax(140px,1fr) minmax(130px,.65fr) auto;align-items:end;gap:9px;display:grid}.security-checkbox{white-space:nowrap;align-items:center;gap:7px;min-height:38px;display:flex!important}.security-checkbox input{width:17px;height:17px;accent-color:var(--brand)}.security-user-actions,.security-user-card>.auth-error{grid-column:1/-1}.security-status-chip{color:#365b56;background:#f3faf8;border:1px solid #cbdedb;border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.security-empty{border:1px dashed var(--line-strong);color:var(--muted);text-align:center;border-radius:8px;margin-top:12px;padding:20px}.security-audit-filters{grid-template-columns:minmax(170px,1fr) minmax(210px,1.25fr) 150px 150px auto;align-items:end;gap:10px;display:grid}.security-filter-error{grid-column:1/-1}.security-audit-heading{justify-content:flex-start}.security-audit-heading time{color:var(--muted);margin-left:auto;font-size:11px}.security-audit-card p{color:#344555;font-size:12px;line-height:1.55}.security-audit-meta{color:var(--muted);flex-wrap:wrap;justify-content:flex-start;font-size:10px}.security-load-more{justify-content:center;width:100%;margin-top:12px}@media (max-width:980px){.security-user-card,.security-audit-filters{grid-template-columns:1fr}.security-user-fields{grid-template-columns:1fr 1fr}}@media (max-width:640px){.security-user-fields{grid-template-columns:1fr}.security-panel-heading,.security-audit-heading{flex-direction:column;align-items:flex-start}.security-audit-heading time{margin-left:0}}
