:root{color:#1b2329;background:#f6f8f9;font-family:Avenir Next,Avenir,Segoe UI,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #1b2329;--muted: #617078;--subtle: #87939a;--line: #d9e0e3;--line-strong: #c8d1d5;--surface: #fbfcfc;--surface-alt: #f1f5f6;--accent: #198eaa;--accent-dark: #0d7188;--accent-soft: #e3f2f5;--lime: #c7eea8;--danger: #a63333;--danger-soft: #fff0f0;--warning: #946600;--warning-soft: #fff5d9;--radius: 7px;--shadow: 0 12px 32px rgba(34, 74, 84, .08)}.sales-report{width:min(1480px,100%);margin:0 auto;padding:46px 42px 80px;color:var(--ink)}.sales-report__header{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:30px}.sales-report__label,.sales-panel header span{color:var(--accent-dark);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sales-report__header h1{margin:7px 0 8px;font-size:2.15rem;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}.sales-report__header p{max-width:68ch;margin:0;color:var(--muted);line-height:1.55;text-wrap:pretty}.sales-report__freshness{min-width:270px;display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #b9d8df;border-radius:var(--radius);color:var(--accent-dark);background:#eef8fa}.sales-report__freshness svg{flex:0 0 auto;width:24px;height:24px}.sales-report__freshness span{display:grid;gap:2px}.sales-report__freshness small{color:#486972;font-size:.75rem}.sales-perspective{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px;border:1px solid var(--line-strong);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.sales-perspective button{min-width:0;min-height:68px;display:flex;align-items:center;gap:12px;padding:12px 16px;border:0;color:#526068;text-align:left;background:transparent}.sales-perspective button+button{border-left:1px solid var(--line)}.sales-perspective button svg{width:23px;height:23px;flex:0 0 auto}.sales-perspective button span{min-width:0;display:grid;gap:2px}.sales-perspective button strong{color:var(--ink);font-size:.86rem}.sales-perspective button small{color:var(--muted);font-size:.72rem;line-height:1.35}.sales-perspective button.is-active{color:#fff;background:var(--accent-dark)}.sales-perspective button.is-active strong,.sales-perspective button.is-active small{color:#fff}.sales-view-explainer{display:flex;align-items:center;gap:8px;margin:0 2px 12px;color:#45636c;font-size:.75rem;line-height:1.45}.sales-view-explainer svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent-dark)}.sales-controls{display:grid;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) auto minmax(130px,.7fr) auto;align-items:end;gap:12px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.sales-controls label{display:grid;gap:6px;color:#46545b;font-size:.78rem;font-weight:700}.sales-controls input,.sales-controls select{width:100%;height:42px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:0 12px;color:var(--ink);background:#fff}.sales-controls__presets{display:flex;gap:1px;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius)}.sales-controls__presets button,.sales-controls__refresh{height:42px;border:0;padding:0 13px;color:#38474e;background:#fff;font-size:.8rem;font-weight:750}.sales-controls__presets button+button{border-left:1px solid var(--line)}.sales-controls__presets button:hover{color:var(--accent-dark);background:var(--accent-soft)}.sales-controls__refresh{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--accent-dark);color:#fff;background:var(--accent-dark)}.sales-controls__refresh svg{width:18px;height:18px}.sales-controls__refresh .is-spinning{animation:sales-spin .85s linear infinite}@keyframes sales-spin{to{transform:rotate(360deg)}}.sales-kpis{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:20px;border:1px solid var(--line);background:var(--surface)}.sales-kpis>div{grid-column:span 3;min-width:0;min-height:126px;display:flex;flex-direction:column;justify-content:center;padding:18px;border-right:1px solid var(--line)}.sales-kpis>div:nth-child(4),.sales-kpis>div:last-child{border-right:0}.sales-kpis>div:nth-child(n+5){grid-column:span 4;border-top:1px solid var(--line)}.sales-kpis>div:last-child{border-right:0}.sales-kpis span{color:#536168;font-size:.76rem;font-weight:750;line-height:1.25}.sales-kpis strong{margin:8px 0 6px;font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1;letter-spacing:-.025em;overflow-wrap:anywhere}.sales-kpis small{color:var(--muted);font-size:.69rem;line-height:1.35}.sales-meta-line{display:flex;flex-wrap:wrap;gap:8px 26px;margin:13px 2px 18px;color:var(--muted);font-size:.74rem}.sales-meta-line strong{color:#33434b}.sales-flow{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);align-items:center;margin-bottom:18px;border:1px solid var(--line);background:#f9fbfb}.sales-flow>div{min-height:88px;display:flex;align-items:center;gap:13px;padding:14px 18px}.sales-flow>div svg{width:25px;height:25px;color:var(--accent-dark)}.sales-flow>div span{display:grid;gap:3px}.sales-flow>div strong{font-size:1.35rem}.sales-flow>div small{color:var(--muted);font-size:.74rem}.sales-flow>div.is-result{color:#174b4a;background:#eaf7f3}.sales-flow>i{height:1px;position:relative;background:var(--line-strong)}.sales-flow>i:after{content:"";position:absolute;top:-3px;right:0;width:7px;height:7px;border-top:1px solid var(--line-strong);border-right:1px solid var(--line-strong);transform:rotate(45deg)}.sales-dashboard-grid,.sales-lower-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,.85fr);gap:16px;margin-bottom:16px}.sales-lower-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr)}.sales-panel{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.sales-panel>header{min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:17px 18px;border-bottom:1px solid var(--line)}.sales-panel header h2{margin:4px 0 0;font-size:1.02rem;line-height:1.25;letter-spacing:-.01em;text-wrap:balance}.sales-panel header p{max-width:72ch;margin:5px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.sales-panel>header>small{flex:0 0 auto;margin-top:5px;color:var(--muted);font-size:.72rem}.sales-trend{position:relative;padding:16px 12px 7px}.sales-trend svg{width:100%;display:block;overflow:visible}.sales-trend__legend{display:flex;gap:18px;padding:0 9px;color:var(--muted);font-size:.72rem}.sales-trend__legend span{display:inline-flex;align-items:center;gap:7px}.sales-trend__legend i{width:18px;height:3px;border-radius:2px}.sales-trend__legend i.is-ad{background:var(--accent-dark)}.sales-trend__legend i.is-organic{background:#81949b}.sales-trend__tooltip{position:absolute;top:13px;right:18px;display:grid;gap:2px;text-align:right;font-size:.72rem}.sales-trend__tooltip span{color:var(--muted)}.sales-trend__grid{stroke:#e1e6e8;stroke-width:1}.sales-trend__axis{fill:#6c7a81;font-size:11px}.sales-trend__ad,.sales-trend__organic{fill:none;vector-effect:non-scaling-stroke}.sales-trend__ad{stroke:var(--accent-dark);stroke-width:3}.sales-trend__organic{stroke:#81949b;stroke-width:2;stroke-dasharray:6 5}.sales-trend__ad-point{fill:#fff;stroke:var(--accent-dark);stroke-width:2.5}.sales-trend__organic-point{fill:#fff;stroke:#81949b;stroke-width:2}.sales-panel--quality dl{margin:0;padding:8px 18px 2px}.sales-panel--quality dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #e7ebed}.sales-panel--quality dt{color:#536168;font-size:.77rem}.sales-panel--quality dd{margin:0;font-size:1rem;font-weight:800}.sales-panel--quality dd small{color:var(--muted);font-size:.7rem;font-weight:500}.sales-panel__coverage{display:grid;gap:8px;padding:14px 18px 18px}.sales-panel__coverage:before{content:"";grid-area:1 / 1;height:8px;border-radius:4px;background:#e2e8ea}.sales-panel__coverage>span{grid-area:1 / 1;height:8px;border-radius:4px;background:var(--accent-dark);z-index:1}.sales-panel__coverage small{color:var(--muted);font-size:.7rem}.sales-panel--ads,.sales-panel--cohorts{margin-bottom:16px}.sales-cohort-table{min-width:900px}.sales-cohort-table th:first-child,.sales-cohort-table td:first-child{min-width:150px;white-space:normal}.sales-cohort-table th:nth-child(2),.sales-cohort-table td:nth-child(2){text-align:left;white-space:normal}.sales-cohort-table th:nth-child(3),.sales-cohort-table td:nth-child(3){text-align:left}.sales-cohort-table th:nth-child(4),.sales-cohort-table td:nth-child(4){min-width:320px;text-align:left;white-space:normal}.sales-cohort-table td:nth-child(2) strong,.sales-cohort-table td:nth-child(2) small,.sales-cohort-table td:nth-child(4) strong,.sales-cohort-table td:nth-child(4) small{display:block}.sales-cohort-table td small{margin-top:3px;color:var(--muted);font-size:.67rem}.sales-cohort-table tbody tr{cursor:default}.sales-ad-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.sales-ad-list>button{min-width:0;padding:15px;border:1px solid var(--line-strong);border-radius:var(--radius);color:var(--ink);text-align:left;background:#fff;transition:border-color .16s ease,background-color .16s ease}.sales-ad-list>button:hover,.sales-ad-list>button.is-active{border-color:var(--accent);background:#f0f8fa}.sales-ad-list__heading{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.sales-ad-list__heading>span:first-child{min-width:0;display:grid;gap:4px}.sales-ad-list__heading strong,.sales-ad-list__heading small{overflow-wrap:anywhere}.sales-ad-list__heading strong{font-size:.84rem;line-height:1.4}.sales-ad-list__heading small{color:var(--muted);font-size:.68rem}.sales-ad-list__buyers{flex:0 0 auto;display:grid;text-align:right}.sales-ad-list__buyers strong{color:var(--accent-dark);font-size:1.25rem}.sales-ad-list__track{height:7px;display:block;margin:14px 0 11px;overflow:hidden;border-radius:4px;background:#e3e8ea}.sales-ad-list__track>span{height:100%;display:block;border-radius:inherit;background:var(--accent)}.sales-ad-list__metrics{display:flex;flex-wrap:wrap;gap:7px 16px;color:var(--muted);font-size:.68rem}.sales-ad-list__metrics strong{color:#314149}.sales-table-wrap{overflow-x:auto}.sales-table{width:100%;min-width:1020px;border-collapse:collapse;font-size:.76rem}.sales-table th,.sales-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}.sales-table th{color:#405059;font-size:.69rem;background:#f2f6f7}.sales-table th:first-child,.sales-table td:first-child{min-width:300px;text-align:left;white-space:normal}.sales-table td:first-child strong,.sales-table td:first-child small{display:block;overflow-wrap:anywhere}.sales-table td:first-child small{margin-top:4px;color:var(--muted);font-size:.67rem}.sales-table tbody tr{cursor:pointer}.sales-table tbody tr:hover,.sales-table tbody tr.is-active{background:#eef8fa}.sales-active-ad{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px;padding:13px 18px;color:#31535b;background:#edf7f9}.sales-active-ad span{color:var(--accent-dark);font-size:.68rem;font-weight:800;text-transform:uppercase}.sales-active-ad p{margin:0;color:var(--muted);font-size:.75rem}.sales-match-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:0}.sales-match-list>div{min-width:0;padding:16px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.sales-match-list>div strong,.sales-match-list>div p,.sales-match-list>div small{display:block}.sales-match-list>div strong{margin-top:9px;font-size:.82rem}.sales-match-list>div p{margin:5px 0;color:#45555d;font-size:.75rem;line-height:1.4;overflow-wrap:anywhere}.sales-match-list>div small{color:var(--muted);font-size:.68rem}.sales-match-list>div small+small{margin-top:5px}.sales-match-list>div small svg{width:14px;height:14px;margin-right:4px;vertical-align:-2px;color:var(--accent-dark)}.sales-source{width:fit-content;padding:3px 7px;border-radius:999px;color:#4f6169;background:#e6ebed;font-size:.63rem;font-weight:800}.sales-source--ad{color:#0d6579;background:#dceff3}.sales-panel--method ul{display:grid;gap:12px;margin:0;padding:17px 18px 10px;list-style:none}.sales-panel--method li{display:grid;grid-template-columns:18px 1fr;gap:9px;color:#46565e;font-size:.74rem;line-height:1.45}.sales-panel--method li svg{width:17px;height:17px;color:var(--accent-dark)}.sales-panel--method>p{margin:0;padding:13px 18px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem;line-height:1.5}.sales-error{display:flex;gap:11px;margin-top:16px;padding:13px 15px;border:1px solid #e4b9b9;border-radius:var(--radius);color:var(--danger);background:var(--danger-soft)}.sales-error span{display:grid;gap:2px}.sales-skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.sales-skeleton span{height:126px;background:linear-gradient(90deg,#edf1f2 25%,#f7f9f9,#edf1f2 75%);background-size:200% 100%;animation:sales-shimmer 1.25s ease-in-out infinite}@keyframes sales-shimmer{to{background-position:-200% 0}}.sales-empty,.sales-unavailable{min-height:280px;display:grid;place-items:center;align-content:center;gap:8px;padding:40px;color:var(--muted);text-align:center}.sales-unavailable svg{width:38px;height:38px;color:var(--accent-dark)}.sales-unavailable h1,.sales-unavailable p{margin:0}@media(max-width:1240px){.sales-report{padding-inline:30px}.sales-controls{grid-template-columns:repeat(2,minmax(160px,1fr)) auto}.sales-controls__presets{grid-column:1 / 3}.sales-controls__granularity{grid-column:3;grid-row:1}.sales-controls__refresh{grid-column:3;grid-row:2}}@media(max-width:920px){.sales-report{padding:32px 20px 64px}.sales-report__header{display:grid;gap:18px}.sales-report__freshness{min-width:0;width:100%}.sales-dashboard-grid,.sales-lower-grid{grid-template-columns:1fr}.sales-flow{grid-template-columns:repeat(4,1fr)}.sales-flow>i{display:none}.sales-flow>div{align-items:flex-start;border-right:1px solid var(--line)}.sales-flow>div:last-child{border-right:0}.sales-flow>div svg{display:none}.sales-kpis{grid-template-columns:1fr 1fr}.sales-kpis>div{grid-column:auto;border-top:1px solid var(--line)}.sales-kpis>div:first-child,.sales-kpis>div:nth-child(2){border-top:0}.sales-kpis>div:nth-child(2n){border-right:0}.sales-kpis>div:last-child{grid-column:1 / -1}}@media(max-width:680px){.sales-report{padding:24px 12px 52px}.sales-report__header h1{font-size:1.7rem}.sales-perspective{grid-template-columns:1fr}.sales-perspective button+button{border-left:0;border-top:1px solid var(--line)}.sales-controls{display:grid;grid-template-columns:1fr 1fr;padding:12px}.sales-controls__presets{grid-column:1 / -1}.sales-controls__granularity,.sales-controls__refresh{grid-column:auto;grid-row:auto}.sales-kpis>div{min-height:112px;padding:15px;border-top:1px solid var(--line)}.sales-kpis>div:first-child,.sales-kpis>div:nth-child(2){border-top:0}.sales-kpis>div:nth-child(2n){border-right:0}.sales-flow{grid-template-columns:1fr 1fr}.sales-flow>div{min-height:78px;border-bottom:1px solid var(--line)}.sales-flow>div:nth-child(2n){border-right:0}.sales-flow>div:nth-last-child(-n+2){border-bottom:0}.sales-trend__tooltip{position:static;margin:8px 8px 0;text-align:left}.sales-trend svg{min-width:620px}.sales-trend{overflow-x:auto}.sales-panel>header{display:grid;gap:7px}.sales-ad-list{grid-template-columns:1fr;padding:12px}.sales-match-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.sales-controls__refresh .is-spinning,.sales-skeleton span{animation:none}.sales-ad-list>button{transition:none}}.sales-panel--matches{min-width:0}.sales-panel--matches>header p{margin:5px 0 0;color:var(--muted);font-size:.82rem;font-weight:400;text-transform:none;letter-spacing:0}.sales-audit-controls{display:grid;grid-template-columns:minmax(240px,1fr) 220px;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line)}.sales-audit-controls label{display:flex;align-items:center;gap:8px;min-width:0;padding:0 11px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff}.sales-audit-controls label svg{width:17px;color:var(--muted)}.sales-audit-controls input,.sales-audit-controls select{width:100%;min-height:38px;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:.84rem}.sales-audit-controls select{padding:0 10px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff}.sales-audit-table-wrap{max-height:620px;overflow:auto}.sales-audit-table{min-width:960px}.sales-audit-table thead{position:sticky;top:0;z-index:1}.sales-audit-table td{vertical-align:top}.sales-audit-table td:first-child strong{white-space:nowrap;font-variant-numeric:tabular-nums}.sales-audit-table td small{display:block;margin-top:4px;color:var(--muted)}.sales-audit-table td svg{width:14px;height:14px;margin-right:4px;vertical-align:-2px;color:var(--accent-dark)}.sales-audit-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:.79rem}.sales-audit-pagination>div{display:flex;align-items:center;gap:10px}.sales-audit-pagination button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);cursor:pointer}.sales-audit-pagination button:disabled{opacity:.35;cursor:default}.crm-page{width:min(1660px,100%);margin:0 auto;padding:24px 28px 44px;color:var(--ink)}.crm-page__header{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:16px}.crm-page__header>div:first-child>span{color:var(--accent-dark);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.crm-page__header h1{margin:4px 0;font-size:1.85rem;line-height:1.1;letter-spacing:-.025em}.crm-page__header p{margin:0;color:var(--muted);font-size:.86rem}.crm-channel-badge{display:flex;align-items:center;gap:10px;min-width:265px;padding:10px 13px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff}.crm-channel-badge__dot{width:9px;height:9px;border-radius:50%;background:#d49a28;box-shadow:0 0 0 3px #fff2d5}.crm-channel-badge--connected .crm-channel-badge__dot{background:#3b9b66;box-shadow:0 0 0 3px #e3f5e9}.crm-channel-badge--error .crm-channel-badge__dot{background:#be4c43;box-shadow:0 0 0 3px #fde9e7}.crm-channel-badge>span:last-child{display:grid}.crm-channel-badge strong{font-size:.79rem}.crm-channel-badge small{margin-top:2px;color:var(--muted);font-size:.68rem}.crm-error{display:flex;align-items:flex-start;gap:9px;margin:0 0 12px;padding:10px 12px;border:1px solid #efcb80;border-radius:var(--radius);background:var(--warning-soft);color:#765000;font-size:.8rem}.crm-error svg{flex:0 0 auto;width:18px;height:18px}.crm-shell{display:grid;grid-template-columns:306px minmax(360px,1fr) 250px;min-height:650px;height:min(780px,calc(100vh - 176px));border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 10px 30px #19323a14}.crm-conversations{display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;min-width:0;border-right:1px solid var(--line);background:#fbfcfc}.crm-conversations__heading{display:flex;align-items:center;justify-content:space-between;padding:13px 14px 8px}.crm-conversations__heading>div{display:grid}.crm-conversations__heading strong{font-size:.92rem}.crm-conversations__heading span{margin-top:2px;color:var(--muted);font-size:.69rem}.crm-conversations__heading button,.crm-pagination button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff;color:var(--accent-dark);cursor:pointer}.crm-conversations__toolbar{padding:6px 14px 10px}.crm-conversations__toolbar label{display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fff}.crm-conversations__toolbar label:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #14849a1a}.crm-conversations__toolbar svg{flex:0 0 auto;color:var(--muted)}.crm-conversations__toolbar input{width:100%;min-width:0;min-height:39px;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:.78rem}.crm-source-tabs{display:flex;gap:4px;padding:0 14px 10px;border-bottom:1px solid var(--line);overflow-x:auto}.crm-source-tabs button{flex:0 0 auto;min-height:30px;padding:0 9px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:.68rem;font-weight:700;cursor:pointer}.crm-source-tabs button:hover{background:var(--surface-alt)}.crm-source-tabs button.is-active{border-color:#badbe2;background:var(--accent-soft);color:var(--accent-dark)}.crm-conversation-list{min-height:0;overflow-y:auto}.crm-conversation-list>button{display:grid;grid-template-columns:40px minmax(0,1fr);width:100%;gap:10px;padding:12px 14px;border:0;border-bottom:1px solid #e8edef;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.crm-conversation-list>button:hover{background:#f2f7f8}.crm-conversation-list>button.is-active{background:#e9f5f7;box-shadow:inset 3px 0 0 var(--accent)}.crm-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#dceff3;color:var(--accent-dark);font-size:.75rem;font-weight:800}.crm-avatar--large{width:44px;height:44px}.crm-avatar--profile{width:58px;height:58px;font-size:.88rem}.crm-conversation-list__copy{min-width:0}.crm-conversation-list__copy>span{display:flex;justify-content:space-between;gap:8px}.crm-conversation-list__copy strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.crm-conversation-list__copy time{flex:0 0 auto;color:var(--subtle);font-size:.65rem}.crm-conversation-list__copy p{margin:4px 0;overflow:hidden;color:var(--muted);font-size:.75rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.crm-conversation-list__copy p b{color:var(--ink);font-weight:700}.crm-conversation-list__copy small{display:flex;align-items:center;gap:4px;overflow:hidden;color:var(--accent-dark);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.crm-conversation-list__copy small svg{flex:0 0 auto;width:12px}.crm-list-skeleton{display:block;height:70px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#f4f6f7 25%,#e9eff1,#f4f6f7 75%);background-size:200% 100%;animation:skeleton-shift 1.2s linear infinite}.crm-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem}.crm-pagination button{width:32px;height:32px}.crm-pagination button:disabled{opacity:.35;cursor:default}.crm-thread{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;min-height:0;background:#edf3f4}.crm-thread__header{display:flex;align-items:center;gap:10px;min-height:68px;padding:11px 16px;border-bottom:1px solid var(--line);background:#fff}.crm-thread__header>div{display:grid;min-width:0}.crm-thread__header strong{font-size:.9rem}.crm-thread__header small{margin-top:2px;color:var(--muted);font-size:.69rem}.crm-origin{margin-left:auto;padding:5px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.66rem;font-weight:700}.crm-origin--ad{border-color:#add8e1;background:var(--accent-soft);color:var(--accent-dark)}.crm-ad-context{display:flex;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid #cce2e7;background:#f4fbfc;color:var(--accent-dark)}.crm-ad-context>svg{width:17px}.crm-ad-context span{display:grid;min-width:0}.crm-ad-context strong{font-size:.71rem}.crm-ad-context small{margin-top:1px;overflow:hidden;color:var(--muted);font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.crm-message-history{min-height:0;padding:17px 22px 24px;overflow-y:auto;background-color:#edf3f4;background-image:radial-gradient(rgba(23,111,133,.055) .7px,transparent .7px);background-size:15px 15px}.crm-message-group{display:grid}.crm-day-separator{justify-self:center;margin:8px 0 13px;padding:4px 8px;border:1px solid #dce5e7;border-radius:999px;background:#ffffffeb;color:var(--muted);font-size:.65rem}.crm-message{justify-self:start;width:fit-content;max-width:min(76%,640px);margin-bottom:8px;padding:8px 10px 6px;border:1px solid #dce3e5;border-radius:3px 9px 9px;background:#fff;box-shadow:0 2px 7px #2041490e}.crm-message--outbound{justify-self:end;border-color:#c3ded3;border-radius:9px 3px 9px 9px;background:#e6f5ec}.crm-message--origin-historical_import{border-style:dashed}.crm-history-label{display:block;margin:-2px 0 5px;color:#7e6a3c;font-size:.6rem;font-weight:700}.crm-message p{margin:0;color:#263237;font-size:.84rem;line-height:1.42;overflow-wrap:anywhere;white-space:pre-wrap}.crm-message>span:last-child{display:flex;justify-content:flex-end;align-items:center;gap:7px;margin-top:5px;color:var(--subtle);font-size:.6rem}.crm-message>span:last-child small{color:var(--accent-dark)}.crm-delivery{color:var(--muted);font-style:normal;font-weight:700}.crm-delivery--read{color:var(--accent-dark)}.crm-delivery--failed{color:#a33e37}.crm-attachment{display:flex;align-items:center;gap:6px;margin-bottom:7px;padding:8px;border-radius:4px;background:var(--surface-alt);color:var(--muted);font-size:.7rem}.crm-composer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:66px;padding:9px 13px;border-top:1px solid var(--line);background:#fff}.crm-composer>div{display:grid;gap:2px;padding:7px 11px;border:1px solid var(--line);border-radius:18px;background:var(--surface-alt)}.crm-composer textarea{width:100%;max-height:100px;padding:0;resize:none;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:.79rem;line-height:1.35}.crm-composer textarea:disabled{color:var(--muted)}.crm-composer small{color:var(--subtle);font-size:.62rem}.crm-composer button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#d7e5e8;color:#8a9ba0}.crm-composer.is-ready button[type=submit]{background:var(--accent);color:#fff;cursor:pointer}.crm-composer button:disabled{opacity:.55;cursor:default}.crm-composer__attachment{background:transparent!important}.crm-contact{min-width:0;overflow-y:auto;border-left:1px solid var(--line);background:#fff}.crm-contact__identity{display:grid;justify-items:center;padding:22px 16px 18px;border-bottom:1px solid var(--line);text-align:center}.crm-contact__identity strong{margin-top:9px;font-size:.85rem}.crm-contact__identity>span:last-child{margin-top:3px;color:var(--muted);font-size:.68rem}.crm-contact section{padding:15px 16px;border-bottom:1px solid var(--line)}.crm-contact section>span{display:block;margin-bottom:10px;color:var(--accent-dark);font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.crm-contact dl{display:grid;gap:9px;margin:0}.crm-contact dl div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px}.crm-contact dt{color:var(--muted);font-size:.67rem}.crm-contact dd{min-width:0;margin:0;overflow-wrap:anywhere;word-break:break-word;color:var(--ink);font-size:.66rem;font-weight:700}.crm-contact ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.crm-contact li{display:flex;align-items:flex-start;gap:6px;color:var(--ink);font-size:.69rem;line-height:1.35}.crm-contact li svg{flex:0 0 auto;width:14px;color:var(--accent-dark)}.crm-contact section p{margin:0;color:var(--muted);font-size:.69rem}.crm-private-note{display:flex;gap:8px;margin:14px;padding:10px;border:1px solid #cce2e7;border-radius:var(--radius);background:#f4fbfc;color:var(--accent-dark)}.crm-private-note svg{flex:0 0 auto;width:17px}.crm-private-note span{display:grid}.crm-private-note strong{font-size:.69rem}.crm-private-note small{margin-top:2px;color:var(--muted);font-size:.62rem;line-height:1.35}.crm-contact__empty,.crm-empty,.crm-thread__empty{display:grid;place-items:center;align-content:center;gap:7px;min-height:180px;padding:24px;color:var(--muted);text-align:center}.crm-empty svg,.crm-thread__empty svg{width:32px;height:32px;color:var(--accent)}.crm-limitations{margin:12px 0 0;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-size:.75rem}.crm-limitations summary{display:flex;align-items:center;gap:7px;color:var(--ink);font-weight:700;cursor:pointer}.crm-limitations summary svg{width:16px;color:var(--accent-dark)}.crm-limitations ul{margin:9px 0 0 22px;padding:0}.crm-limitations li+li{margin-top:4px}.crm-unavailable{display:grid;place-items:center;min-height:60vh;text-align:center}.crm-unavailable>svg{width:44px;height:44px;color:var(--accent)}@media(max-width:1060px){.crm-shell{grid-template-columns:320px minmax(0,1fr)}.crm-contact{display:none}.crm-message{max-width:84%}}@media(max-width:760px){.sales-audit-controls{grid-template-columns:1fr}.sales-audit-pagination{align-items:flex-start;flex-direction:column}.crm-page{padding:24px 14px 96px}.crm-page__header{flex-direction:column;gap:14px}.crm-channel-badge{width:100%;min-width:0}.crm-shell{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}.crm-conversations{height:520px;border-right:0;border-bottom:1px solid var(--line)}.crm-thread{min-height:680px}.crm-message{max-width:90%}}.app-shell--crm{height:100dvh;min-height:0;grid-template-rows:76px minmax(0,1fr);overflow:hidden}.app-shell--crm .sidebar{min-height:0;height:100%}.app-main--crm{min-height:0;height:100%;padding:0;overflow:hidden;background:#eef3f4}.crm-page{width:100%;height:100%;min-height:0;margin:0;padding:0;overflow:hidden}.crm-shell{width:100%;height:100%;min-height:0;grid-template-columns:340px minmax(440px,1fr) 320px;grid-template-rows:minmax(0,1fr);border:0;border-radius:0;box-shadow:none}.crm-page:not(.is-info-open) .crm-shell{grid-template-columns:340px minmax(440px,1fr)}.crm-page:not(.is-info-open) .crm-contact{display:none}.crm-conversations{height:100%;min-height:0;grid-template-rows:auto auto auto minmax(0,1fr) auto;background:#fff}.crm-conversations__heading{min-height:66px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px;padding:9px 12px;border-bottom:1px solid var(--line);background:#f6f8f8}.crm-conversations__heading>div{align-content:center}.crm-conversations__heading>div strong{font-size:1rem}.crm-conversations__heading>button{width:34px;height:34px;border:0;border-radius:50%;background:transparent}.crm-connection-pill{align-self:center;display:inline-flex;align-items:center;gap:5px;max-width:112px;padding:5px 7px;border-radius:999px;background:#fff4db;color:#805b06;font-size:.58rem;font-weight:800;white-space:nowrap}.crm-connection-pill i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#d89c25}.crm-connection-pill--connected{background:#e5f5eb;color:#246b43}.crm-connection-pill--connected i{background:#399a65}.crm-conversations__toolbar{padding:8px 10px 7px;background:#fff}.crm-conversations__toolbar label{border:0;border-radius:8px;background:#f0f3f4}.crm-source-tabs{padding:0 10px 8px;background:#fff}.crm-source-tabs button{min-height:32px;padding:0 12px}.crm-conversation-list>button{min-height:73px;padding:10px 12px;grid-template-columns:46px minmax(0,1fr);align-items:center}.crm-conversation-list>button.is-active{background:#e8f3f5;box-shadow:inset 4px 0 0 var(--accent)}.crm-avatar{width:46px;height:46px;font-size:.78rem}.crm-avatar--large{width:42px;height:42px}.crm-thread{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;background:#e9f0f1}.crm-thread__header{flex:0 0 66px;min-height:66px;padding:9px 14px;background:#f7f9f9}.crm-thread__header>div{flex:1 1 auto}.crm-thread__header>button{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.crm-thread__header>button:hover,.crm-thread__header>button.is-active{background:#e5ecee;color:var(--accent-dark)}.crm-mobile-back{display:none!important}.crm-thread-search{flex:0 0 48px;display:flex;align-items:center;gap:8px;padding:6px 14px;border-bottom:1px solid var(--line);background:#fff}.crm-thread-search>svg{color:var(--muted)}.crm-thread-search input{min-width:0;flex:1;border:0;outline:0;font:inherit;font-size:.78rem}.crm-thread-search button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:var(--muted)}.crm-ad-context{flex:0 0 auto;padding:7px 16px}.crm-prepared-banner{flex:0 0 auto;display:flex;align-items:flex-start;gap:8px;padding:7px 16px;border-bottom:1px solid #efd18c;background:#fff8e8;color:#74520a}.crm-prepared-banner>svg{width:16px;height:16px;flex:0 0 auto;margin-top:1px}.crm-prepared-banner span{display:grid}.crm-prepared-banner strong{font-size:.67rem}.crm-prepared-banner small{margin-top:1px;color:#816b3f;font-size:.61rem}.crm-inline-feedback{flex:0 0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 12px;border-bottom:1px solid #b8dae1;background:#effafd;color:var(--accent-dark);font-size:.68rem}.crm-inline-feedback--error{border-bottom-color:#e8b1ac;background:#fff0ee;color:#8c322d}.crm-inline-feedback button{display:grid;place-items:center;border:0;background:transparent;color:currentColor;cursor:pointer}.crm-message-history{flex:1 1 auto;min-height:0;padding:16px clamp(16px,4vw,52px) 22px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background-color:#e9f0f1;background-image:radial-gradient(rgba(23,111,133,.05) .8px,transparent .8px),linear-gradient(#fff3,#fff3);background-size:16px 16px,auto}.crm-message{max-width:min(76%,680px);border-radius:4px 9px 9px}.crm-message--outbound{border-radius:9px 4px 9px 9px;background:#dff3e7}.crm-delivery--held{color:#8c6408}.crm-media{display:block;max-width:100%;margin:0 0 7px}.crm-media--image img,.crm-media--sticker img{display:block;width:min(320px,100%);max-height:360px;border-radius:7px;object-fit:contain;background:#edf1f2}.crm-media--sticker img{width:150px;max-height:150px;background:transparent}.crm-media--video{width:min(360px,100%);max-height:420px;border-radius:7px;background:#1d2629}.crm-media--audio{display:flex;align-items:center;gap:8px;min-width:min(320px,70vw);padding:4px}.crm-media--audio>svg{width:24px;height:24px;color:var(--accent-dark)}.crm-media--audio audio{width:100%;height:36px}.crm-media--document{min-width:min(300px,70vw);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border-radius:7px;background:#ffffff9e;color:var(--ink);text-decoration:none}.crm-media--document>svg{width:24px;height:24px;color:var(--accent-dark)}.crm-media--document span{display:grid;min-width:0}.crm-media--document strong{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.crm-media--document small{margin-top:2px;color:var(--muted);font-size:.62rem}.crm-thread-no-results{margin:24px auto;padding:8px 12px;border-radius:999px;background:#ffffffe0;color:var(--muted);font-size:.72rem}.crm-composer-wrap{position:relative;flex:0 0 auto}.crm-composer{min-height:66px;grid-template-columns:auto auto minmax(0,1fr) auto;padding:8px 12px;background:#f5f7f7}.crm-composer>div{padding:7px 13px;border:0;border-radius:9px;background:#fff}.crm-composer>button{background:transparent;color:#64777d;cursor:pointer}.crm-composer>button:hover,.crm-composer>button.is-active{background:#e3eaec;color:var(--accent-dark)}.crm-composer.is-ready button[type=submit]{background:var(--accent)}.crm-composer .is-recording{background:#c3463d;color:#fff;animation:crm-recording-pulse 1.2s ease-in-out infinite}@keyframes crm-recording-pulse{50%{box-shadow:0 0 0 6px #c3463d24}}.crm-attachment-menu,.crm-emoji-menu{position:absolute;z-index:8;left:12px;bottom:calc(100% + 8px);padding:8px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 14px 34px #19323a2e}.crm-attachment-menu{display:grid;grid-template-columns:repeat(5,66px);gap:4px}.crm-attachment-menu button{display:grid;justify-items:center;gap:5px;padding:9px 4px;border:0;border-radius:8px;background:transparent;color:var(--muted);font:inherit;font-size:.62rem;cursor:pointer}.crm-attachment-menu button:hover{background:var(--accent-soft);color:var(--accent-dark)}.crm-attachment-menu svg{width:23px;height:23px}.crm-emoji-menu{display:grid;grid-template-columns:repeat(6,36px);gap:2px}.crm-emoji-menu button{width:36px;height:36px;border:0;border-radius:7px;background:transparent;font-size:1.2rem;cursor:pointer}.crm-emoji-menu button:hover{background:var(--surface-alt)}.crm-contact{display:block;height:100%;min-height:0;overscroll-behavior:contain;background:#fff}.crm-contact__identity{padding:17px 16px 14px}.crm-contact section{padding:13px 16px}.crm-session-card>div{display:flex;align-items:flex-start;gap:9px;padding:9px;border-radius:7px;background:#fff8e8;color:#74520a}.crm-session-card>div>svg{width:19px;height:19px;flex:0 0 auto}.crm-session-card>div span{display:grid}.crm-session-card strong{font-size:.68rem}.crm-session-card small{margin-top:3px;color:#806c43;font-size:.61rem;line-height:1.35}.crm-automation-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #edf0f1}.crm-automation-row>span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:var(--accent-soft);color:var(--accent-dark)}.crm-automation-row>span:nth-child(2){display:grid}.crm-automation-row strong{font-size:.67rem}.crm-automation-row small{margin-top:1px;color:var(--muted);font-size:.59rem}.crm-state-dot{width:7px;height:7px;border-radius:50%;background:#a5b0b4}.crm-state-dot--active{background:#399a65;box-shadow:0 0 0 3px #e5f5eb}.crm-state-dot--prepared{background:#d89c25;box-shadow:0 0 0 3px #fff4db}.crm-state-dot--error{background:#be4c43}.crm-automation>p{display:flex;align-items:flex-start;gap:5px;margin-top:9px!important;color:var(--muted)!important;font-size:.6rem!important;line-height:1.35}.crm-automation>p svg{width:13px;height:13px;flex:0 0 auto;color:var(--accent-dark)}@media(max-width:1260px){.crm-shell,.crm-page:not(.is-info-open) .crm-shell{grid-template-columns:320px minmax(420px,1fr)}.crm-contact{display:none!important}}.app-shell.app-shell--crm{height:100dvh;min-height:0;grid-template-rows:76px minmax(0,1fr);overflow:hidden}.app-main.app-main--crm{min-height:0;height:100%;padding:0;overflow:hidden}@media(max-width:760px){.app-shell.app-shell--crm{display:grid;grid-template-columns:1fr;grid-template-rows:68px 48px minmax(0,1fr)}.app-main.app-main--crm{grid-row:3;padding:0}}@media(max-width:760px){.app-shell--crm{display:grid;grid-template-columns:1fr;grid-template-rows:68px 48px minmax(0,1fr);height:100dvh;overflow:hidden}.app-shell--crm .topbar{position:static;grid-row:1}.app-shell--crm .mobile-tabs{position:static;grid-row:2}.app-main--crm{grid-row:3;height:100%;min-height:0;padding:0}.crm-page{padding:0}.crm-shell,.crm-page:not(.is-info-open) .crm-shell{display:grid;grid-template-columns:1fr;height:100%;min-height:0;overflow:hidden}.crm-conversations{height:100%;min-height:0;border:0}.crm-thread{display:none;min-height:0}.crm-page.is-thread-open .crm-conversations{display:none}.crm-page.is-thread-open .crm-thread{display:flex}.crm-mobile-back{display:grid!important}.crm-contact{display:none!important}.crm-prepared-banner small{display:none}.crm-message-history{padding:13px 10px 18px}.crm-message{max-width:88%}.crm-composer{gap:3px;padding:7px 6px}.crm-composer>button{width:34px;height:34px}.crm-attachment-menu{left:6px;grid-template-columns:repeat(5,58px)}}*{box-sizing:border-box}html{min-width:320px;background:var(--surface-alt)}body{margin:0;min-width:320px;min-height:100dvh;background:var(--surface-alt)}button,input,select{font:inherit}button,select,summary{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}:focus-visible{outline:3px solid rgba(25,142,170,.38);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{min-height:44px;border:1px solid transparent;border-radius:var(--radius);padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;line-height:1;white-space:nowrap;transition:transform .12s ease,background-color .16s ease,border-color .16s ease}.button:active:not(:disabled){transform:translateY(1px)}.button svg{width:20px;height:20px}.button--primary{color:#fafdfe;background:var(--accent-dark);border-color:var(--accent-dark)}.button--primary:hover:not(:disabled){background:#095f72;border-color:#095f72}.button--secondary{color:var(--ink);background:var(--surface);border-color:var(--line-strong)}.button--secondary:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.button--quiet{color:var(--ink);background:var(--surface);border-color:var(--line-strong)}.button--quiet:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark);background:var(--accent-soft)}.button--wide{width:100%}.text-button{min-height:44px;border:0;background:transparent;color:var(--accent-dark);font-weight:700;padding:0 8px}.icon-button{width:44px;height:44px;border:0;border-radius:var(--radius);background:transparent;color:var(--muted);display:grid;place-items:center}.icon-button:hover{background:var(--accent-soft);color:var(--accent-dark)}.icon-button svg{width:21px;height:21px}.brand-mark{display:inline-flex;align-items:center;color:var(--accent-dark);font-family:Courier New,Courier,monospace;font-size:clamp(2.1rem,4vw,3.35rem);letter-spacing:.02em;line-height:1}.brand-mark--compact{font-size:1.85rem}.brand-mark__orbit{width:.84em;height:.84em;display:inline-grid;place-items:center;margin:0 -.02em;color:var(--accent)}.brand-mark__orbit svg{width:100%;height:100%}.section-label{margin:0 0 10px;color:var(--accent-dark);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-flight-line{position:absolute;pointer-events:none;border-top:2px dashed rgba(41,57,64,.64);border-radius:50%;transform:rotate(8deg)}.login-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(420px,1.1fr) minmax(420px,.9fr);background:var(--surface)}.login-brand{position:relative;overflow:hidden;min-height:100dvh;padding:clamp(44px,7vw,92px);border-right:1px solid var(--line);display:flex;align-items:flex-start;background:#f8fafb}.login-brand__content{position:relative;z-index:2;max-width:570px}.login-brand__kicker{margin:48px 0 12px;color:var(--accent-dark);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.login-brand h1{margin:0;max-width:540px;color:var(--ink);font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;letter-spacing:-.035em;font-weight:760;text-wrap:balance}.login-brand__content>p:last-child{margin:26px 0 0;max-width:440px;color:var(--muted);font-size:1.1rem;line-height:1.55}.login-brand__visual{position:absolute;z-index:1;right:clamp(28px,5vw,74px);bottom:clamp(24px,4vh,52px);width:min(64%,610px);aspect-ratio:1.35}.campaign-signal{position:relative;width:100%;height:100%;min-height:320px}.campaign-signal__ring{position:absolute;border:2px dashed rgba(54,78,87,.48);border-radius:50%}.campaign-signal__ring--outer{width:72%;aspect-ratio:1;right:5%;top:0;transform:rotate(-12deg)}.campaign-signal__ring--inner{width:43%;aspect-ratio:1;right:19.5%;top:17%;border-color:#198eaa57}.campaign-signal__core{position:absolute;z-index:2;right:28%;top:29%;width:132px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;justify-items:center;gap:7px;color:#fafdfe;background:var(--accent-dark)}.campaign-signal__core svg{width:48px;height:48px}.campaign-signal__core span{font-size:.8rem;font-weight:800}.campaign-signal__point{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;color:var(--ink);font-size:.82rem}.campaign-signal__point>span{width:46px;height:46px;border:1px solid var(--line-strong);border-radius:50%;display:grid;place-items:center;color:var(--accent-dark);background:var(--surface)}.campaign-signal__point svg{width:24px;height:24px}.campaign-signal__point--campaign{right:38%;top:0}.campaign-signal__point--audience{left:4%;top:42%}.campaign-signal__point--result{right:0;bottom:23%}.campaign-signal__flow{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:9px;color:var(--muted);font-size:.73rem;font-weight:700}.campaign-signal__flow i{width:clamp(15px,4vw,38px);border-top:1px dashed var(--subtle)}.campaign-signal__flow strong{color:var(--accent-dark)}.login-panel{min-height:100dvh;display:grid;place-items:center;padding:40px clamp(28px,6vw,88px);background:var(--surface)}.login-panel__inner{width:min(100%,440px)}.login-mobile-mark{display:none;margin-bottom:36px}.login-panel h2{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,2.65rem);line-height:1.1;letter-spacing:-.04em}.login-intro{margin:12px 0 32px;color:var(--muted);line-height:1.5}.login-form{display:grid;gap:10px}.login-form label{color:var(--ink);font-size:.9rem;font-weight:700;margin-top:6px}.field-with-icon{position:relative}.field-with-icon svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;color:var(--subtle);pointer-events:none}.field-with-icon input{width:100%;min-height:50px;border:1px solid var(--line-strong);border-radius:var(--radius);background:#fafdfe;color:var(--ink);padding:10px 14px 10px 46px}.field-with-icon input:hover{border-color:#aab9bf}.field-with-icon input:focus{border-color:var(--accent);outline:3px solid rgba(25,142,170,.18)}.login-form .button{margin-top:13px}.form-error,.context-error{margin:4px 0 0;color:var(--danger);font-size:.9rem;line-height:1.45}.login-security{margin:24px 0 0;text-align:center;color:var(--subtle);font-size:.77rem}.boot-screen,.forbidden-page{min-height:100dvh;background:var(--surface);display:grid;place-content:center;justify-items:center;gap:16px;padding:28px;text-align:center}.boot-screen p,.forbidden-page p{margin:0;color:var(--muted)}.forbidden-page h1{margin:0;font-size:2rem}.forbidden-page>svg{width:52px;height:52px;color:var(--accent)}.boot-line{width:180px;height:2px;background:var(--line);position:relative;overflow:hidden}.boot-line:after{content:"";position:absolute;inset:0 auto 0 0;width:46%;background:var(--accent);animation:loading-line 1.1s ease-in-out infinite alternate}.selector-page{min-height:100dvh;background:var(--surface)}.selector-header{height:74px;border-bottom:1px solid var(--line);padding:0 clamp(20px,4vw,56px);display:flex;align-items:center;justify-content:space-between}.selector-content{width:min(720px,calc(100% - 40px));margin:0 auto;padding:clamp(64px,10vw,120px) 0}.selector-icon{width:42px;height:42px;color:var(--accent);margin-bottom:24px}.selector-content h1{margin:0;font-size:clamp(2.4rem,7vw,4.5rem);line-height:1;letter-spacing:-.055em}.selector-content>p:not(.section-label){color:var(--muted);margin:18px 0 38px}.brand-list{border-top:1px solid var(--line-strong)}.brand-option{width:100%;min-height:92px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:16px 14px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);text-align:left}.brand-option:hover{background:var(--accent-soft)}.brand-option>svg{width:22px;height:22px;color:var(--accent-dark)}.brand-option__identity,.current-brand__identity{display:flex;align-items:center;gap:13px;min-width:0}.brand-option__identity>img,.brand-option__identity>span:first-child,.current-brand__identity>img,.current-brand__identity>span:first-child{width:46px;height:46px;flex:0 0 auto;border-radius:50%;border:1px solid var(--line);object-fit:cover;display:grid;place-items:center;background:var(--surface);color:var(--accent-dark);font-weight:800}.brand-option__identity>span:last-child,.current-brand__identity>span:last-child{min-width:0;display:grid;gap:3px}.brand-option__identity strong,.current-brand__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-option__identity small,.current-brand__identity small{color:var(--muted)}.app-shell{min-height:100dvh;display:grid;grid-template-columns:252px minmax(0,1fr);grid-template-rows:76px minmax(calc(100dvh - 76px),auto);background:var(--surface)}.topbar{position:sticky;top:0;z-index:20;grid-column:1 / -1;height:76px;display:grid;grid-template-columns:252px minmax(300px,1fr) auto;align-items:center;border-bottom:1px solid var(--line);background:#fbfcfcfa}.topbar__mark{height:100%;display:flex;align-items:center;padding:0 26px;border-right:1px solid var(--line)}.current-brand{min-width:0;padding:0 26px;display:flex;align-items:center;gap:14px}.current-brand__identity>img,.current-brand__identity>span:first-child{width:42px;height:42px}.current-brand label{position:relative;min-width:240px;display:flex;align-items:center;gap:10px}.current-brand label>select{position:absolute;inset:0;width:100%;opacity:0}.current-brand label>svg{width:18px;height:18px;color:var(--muted)}.brand-status{min-height:28px;border-radius:4px;padding:5px 9px;display:inline-flex;align-items:center;background:#e7f6df;color:#356425;font-size:.78rem;font-weight:700}.user-menu{height:100%;padding:0 22px;border-left:1px solid var(--line);display:flex;align-items:center;gap:11px}.user-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fafdfe;background:var(--accent);font-weight:800}.user-menu__copy{display:grid;gap:2px;min-width:150px}.user-menu__copy small{color:var(--muted)}.sidebar{position:sticky;top:76px;height:calc(100dvh - 76px);overflow:hidden;border-right:1px solid var(--line);background:var(--surface);padding:34px 15px 20px;display:flex;flex-direction:column}.sidebar nav{display:grid;gap:6px}.sidebar nav button,.sidebar__admin{position:relative;z-index:2;min-height:50px;width:100%;border:0;border-radius:var(--radius);padding:0 18px;background:transparent;color:#4f5d64;display:flex;align-items:center;gap:14px;font-weight:700;text-align:left}.sidebar nav button:hover,.sidebar__admin:hover,.sidebar nav button.is-active{color:var(--accent-dark);background:var(--accent-soft)}.sidebar nav svg,.sidebar__admin svg{width:23px;height:23px}.sidebar__admin{margin-top:auto;margin-bottom:150px}.sidebar__art{position:absolute;z-index:0;left:14px;right:14px;bottom:18px;height:142px;opacity:.8;pointer-events:none}.campaign-signal--compact{min-height:142px}.campaign-signal--compact .campaign-signal__ring--outer{width:128px;right:-12px;top:3px}.campaign-signal--compact .campaign-signal__ring--inner{width:74px;right:15px;top:29px}.campaign-signal--compact .campaign-signal__core{width:50px;right:28px;top:42px}.campaign-signal--compact .campaign-signal__core svg{width:25px;height:25px}.campaign-signal--compact .campaign-signal__point>span{width:31px;height:31px}.campaign-signal--compact .campaign-signal__point svg{width:17px;height:17px}.campaign-signal--compact .campaign-signal__point--campaign{right:60px;top:0}.campaign-signal--compact .campaign-signal__point--audience{left:5px;top:54px}.campaign-signal--compact .campaign-signal__point--result{right:0;bottom:5px}.mobile-tabs{display:none}.app-main{position:relative;min-width:0;padding:44px clamp(28px,4vw,62px) 64px;background:#f8fafb;overflow:hidden}.brand-flight-line--dashboard{width:440px;height:100px;right:-40px;top:26px;opacity:.62}.pautas{position:relative;z-index:1;width:min(100%,1480px);margin:0 auto}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:30px}.page-heading h1{margin:0;color:var(--ink);font-size:clamp(2.15rem,4vw,3.35rem);line-height:1;letter-spacing:-.04em}.page-heading p{margin:11px 0 0;color:var(--muted)}.read-only-note{min-height:36px;padding:7px 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--muted);display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:700}.read-only-note svg{width:17px;height:17px;color:var(--accent-dark)}.filters{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(330px,1fr) auto;align-items:end;gap:18px;margin-bottom:22px}.date-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.date-range label,.registry-filters label{display:grid;gap:6px;color:var(--muted);font-size:.75rem;font-weight:700}.date-range input,.registry-filters input,.registry-filters select{min-height:46px;min-width:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:0 12px}.level-switch{min-height:46px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line-strong);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.level-switch button{min-height:44px;border:0;border-right:1px solid var(--line);background:transparent;color:#49585f;padding:0 15px;font-weight:700}.level-switch button:last-child{border-right:0}.level-switch button:hover{color:var(--accent-dark);background:#f2f8f9}.level-switch button.is-active{color:#fafdfe;background:var(--accent-dark)}.filter-actions{display:flex;gap:10px;align-items:flex-end}.column-picker{position:relative}.column-picker summary{list-style:none;min-height:46px;padding:0 13px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);display:inline-flex;align-items:center;gap:8px;font-weight:700;white-space:nowrap}.column-picker summary::-webkit-details-marker{display:none}.column-picker summary svg{width:18px;height:18px}.column-picker__menu{position:absolute;z-index:30;top:calc(100% + 8px);right:0;width:min(320px,calc(100vw - 32px));max-height:480px;overflow:auto;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:12px}.column-picker__menu>p{margin:3px 6px 8px;color:var(--muted);font-size:.78rem;font-weight:800}.column-picker__menu>div{display:grid}.column-picker__menu label{min-height:44px;display:flex;align-items:center;gap:10px;padding:5px 7px;border-radius:4px;color:var(--ink);font-size:.88rem}.column-picker__menu label:hover{background:var(--accent-soft)}.column-picker__menu input{position:absolute;opacity:0}.column-picker__menu input:focus-visible+.custom-check{outline:3px solid rgba(25,142,170,.38);outline-offset:2px}.custom-check{width:20px;height:20px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:4px;display:grid;place-items:center;background:var(--surface);color:var(--accent-dark)}.custom-check svg{width:15px;height:15px}.context-error--boxed{margin:10px 0 22px;border:1px solid #e0aaaa;background:var(--danger-soft);padding:13px 16px;display:grid;gap:3px}.metric-strip{display:grid;grid-template-columns:repeat(5,minmax(135px,1fr));border:1px solid var(--line);background:var(--surface);margin:0 0 18px}.metric{min-width:0;min-height:98px;padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:9px}.metric:last-child{border-right:0}.metric span{color:var(--muted);font-size:.8rem;font-weight:700}.metric strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Avenir Next,Avenir,sans-serif;font-size:clamp(1.25rem,2.2vw,1.65rem);letter-spacing:-.035em}.data-meta{min-height:36px;margin-bottom:10px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;color:var(--muted);font-size:.75rem}.data-meta strong{color:#46545b}.hierarchy-context,.selection-bar{min-height:52px;margin-bottom:10px;padding:8px 12px 8px 16px;border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:space-between;gap:16px;color:#46545b;background:var(--surface);font-size:.84rem}.hierarchy-context{background:#f2f8f9}.hierarchy-context button{min-height:40px;border:0;padding:0 8px;color:var(--accent-dark);background:transparent;font-weight:800}.selection-bar{border-color:#8fc7d2;background:var(--accent-soft)}.selection-bar>div{display:flex;align-items:center;gap:8px}.data-table-shell{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);overflow:hidden}.table-scroll{overflow:auto}.data-table{width:100%;min-width:900px;border-collapse:collapse;font-size:.79rem;font-variant-numeric:tabular-nums}.data-table th{height:48px;padding:0;color:#3c4a51;background:#f2f5f6;border-bottom:1px solid var(--line-strong);border-right:1px solid var(--line);text-align:left;white-space:nowrap}.data-table th:last-child,.data-table td:last-child{border-right:0}.data-table th button{width:100%;min-height:47px;border:0;background:transparent;color:inherit;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800}.data-table th button:hover{color:var(--accent-dark);background:var(--accent-soft)}.data-table th svg{width:17px;height:17px;color:var(--accent-dark)}.data-table td{max-width:280px;height:50px;padding:9px 14px;border-bottom:1px solid #e7ebed;border-right:1px solid #e7ebed;color:#354249;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover td{background:#f4f9fa}.data-table tbody tr.is-selected td,.data-table tbody tr.is-selected:hover td{background:#e6f4f6}.data-table .selection-column{width:52px;min-width:52px;max-width:52px;padding:0;text-align:center}.selection-check{position:relative;width:52px;min-height:48px;display:grid;place-items:center;cursor:pointer}.selection-check input{position:absolute;opacity:0}.selection-check input:focus-visible+.custom-check{outline:3px solid rgba(25,142,170,.38);outline-offset:2px}.selection-check input:checked+.custom-check,.selection-check:hover .custom-check{border-color:var(--accent);background:var(--accent-soft)}.row-drill-button{width:100%;min-height:38px;border:0;background:transparent;color:#243239;padding:0;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-weight:600}.row-drill-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-drill-button svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent-dark);opacity:.55;transition:transform .16s ease-out,opacity .16s ease-out}.row-drill-button:hover{color:var(--accent-dark)}.row-drill-button:hover svg,.row-drill-button:focus-visible svg{opacity:1;transform:translate(2px)}.raw-id{font-variant-numeric:tabular-nums;font-family:Aptos Mono,Cascadia Mono,Consolas,monospace;letter-spacing:0}.ad-preview{position:fixed;z-index:40;inset:0 0 0 auto;width:min(480px,100vw);border-left:1px solid var(--line-strong);background:var(--surface);box-shadow:-8px 0 8px #1b23291a;display:flex;flex-direction:column;animation:preview-enter .18s ease-out both}.ad-preview__header{min-height:82px;padding:16px 16px 16px 22px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ad-preview__header>div{min-width:0}.ad-preview__header span{color:var(--accent-dark);font-size:.75rem;font-weight:800}.ad-preview__header h2{margin:5px 0 0;overflow:hidden;color:var(--ink);font-size:1.18rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.ad-preview__content{overflow-y:auto;padding:18px 22px 32px}.ad-preview__notice{margin-bottom:18px;padding:10px 12px;border:1px solid #b9dbe2;background:#f0f8f9;color:#3f555d;display:flex;gap:9px;font-size:.8rem;line-height:1.45}.ad-preview__notice svg{width:18px;height:18px;flex:0 0 auto;color:var(--accent-dark)}.ad-preview__notice p{margin:0}.ad-preview__media{position:relative;min-height:230px;margin-bottom:20px;border:1px solid var(--line);background:#eef2f3;display:grid;place-items:center;overflow:hidden}.ad-preview__media img{width:100%;max-height:420px;display:block;object-fit:contain}.ad-preview__media--video{min-height:0;background:#101719}.ad-preview__media video{width:100%;max-height:420px;display:block;background:#101719;object-fit:contain}.ad-preview__media-status{position:absolute;inset-inline:10px;bottom:10px;padding:8px 10px;background:#101719e0;color:#fff;font-size:.76rem;line-height:1.35}.ad-preview__media-status--error{background:#572a1ceb}.ad-preview__media--empty{color:var(--muted);align-content:center;gap:8px;font-size:.8rem}.ad-preview__media--empty svg{width:38px;height:38px;color:var(--accent)}.ad-preview__facts{margin:0 0 22px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.ad-preview__facts>div{min-width:0;padding:12px 10px 12px 0;border-bottom:1px solid var(--line)}.ad-preview__facts>div:nth-child(2n){padding-left:10px}.ad-preview__facts .ad-preview__fact-wide{grid-column:1 / -1;padding-left:0}.ad-preview__facts dt,.ad-preview__destination dt{margin-bottom:5px;color:var(--muted);font-size:.72rem;font-weight:800}.ad-preview__facts dd,.ad-preview__destination dd{margin:0;overflow-wrap:anywhere;color:#2d3b42;font-size:.84rem;line-height:1.45}.ad-preview__destination dd small{display:block;margin-top:3px;color:var(--muted);font-size:.72rem}.ad-preview__section,.ad-preview__destination{padding:18px 0;border-top:1px solid var(--line)}.ad-preview__section-heading{margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ad-preview__section-heading h3{margin:0;color:var(--ink);display:inline-flex;align-items:center;gap:7px;font-size:.94rem}.ad-preview__section-heading h3 svg{width:19px;height:19px;color:var(--accent-dark)}.ad-preview__section-heading>span{min-width:28px;min-height:24px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;color:var(--muted);font-size:.72rem;font-weight:800}.creative-variants{margin:0;padding:0;list-style:none;counter-reset:creative-variant;display:grid;gap:8px}.creative-variants li{position:relative;min-height:42px;padding:10px 10px 10px 40px;border:1px solid var(--line);color:#34434a;background:#fafcfc;font-size:.82rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;counter-increment:creative-variant}.creative-variants li:before{content:counter(creative-variant);position:absolute;left:10px;top:10px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:var(--accent-dark);background:var(--accent-soft);font-size:.68rem;font-weight:800}.ad-preview__empty{margin:0;color:var(--muted);font-size:.82rem}.ad-preview__destination dl{margin:0;display:grid;gap:12px}.destination-list{margin-top:14px;display:grid;gap:6px}.destination-list>span{color:var(--muted);font-size:.72rem;font-weight:800}.destination-list code{padding:8px 9px;border:1px solid var(--line);color:#3e5058;background:#f5f8f8;font-size:.72rem;line-height:1.4;white-space:normal;overflow-wrap:anywhere}@keyframes preview-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.status,.registry-status{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-alt);color:#526068;font-size:.72rem;font-style:normal;font-weight:800;white-space:nowrap}.status--ok,.registry-status--ok{border-color:#b9dda9;background:#e9f7e2;color:#356326}.status--paused,.registry-status--warning{border-color:#e6ca81;background:var(--warning-soft);color:var(--warning)}.status--error,.registry-status--error{border-color:#e5b5b5;background:var(--danger-soft);color:var(--danger)}.status--neutral{background:#edf0f1;color:#505d64}.table-footer{min-height:54px;padding:8px 14px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:.78rem}.pagination{display:flex;align-items:center;gap:8px}.pagination button{width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);display:grid;place-items:center;color:var(--ink);background:var(--surface)}.pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-dark)}.table-skeleton{border:1px solid var(--line);background:var(--surface);padding:14px;display:grid;gap:9px}.table-skeleton span{height:38px;background:#e7edef;position:relative;overflow:hidden}.table-skeleton span:after{content:"";position:absolute;inset:0 auto 0 0;width:35%;background:#ffffff73;animation:skeleton-sweep 1.4s ease-in-out infinite}.empty-state{min-height:330px;border:1px solid var(--line);background:var(--surface);display:grid;place-content:center;justify-items:center;gap:10px;padding:30px;text-align:center}.empty-state>svg{width:42px;height:42px;color:var(--accent)}.empty-state h2{margin:6px 0 0;font-size:1.35rem}.empty-state p{max-width:450px;margin:0;color:var(--muted)}.limitations{margin-top:18px;border:1px solid #dfc67c;background:var(--warning-soft);padding:13px 16px;color:#5f4b18;font-size:.82rem}.limitations ul{margin:8px 0 0;padding-left:18px}.report{position:relative;z-index:1;width:min(100%,1480px);margin:0 auto}.report-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.report-heading h1{margin:5px 0 0;font-size:clamp(2.25rem,4.4vw,4.15rem);line-height:.98;letter-spacing:-.055em}.report-heading>div:first-child>p:last-child{max-width:720px;margin:14px 0 0;color:var(--muted)}.report-heading__source{min-width:218px;min-height:48px;border-left:3px solid var(--accent);padding-left:13px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.75rem}.report-heading__source svg{width:23px;height:23px;color:var(--accent-dark)}.report-heading__source span{display:grid;gap:2px}.report-heading__source strong{color:var(--ink);font-size:.82rem}.report-controls{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(390px,1.15fr) minmax(150px,.42fr);align-items:end;gap:14px}.report-select{display:grid;gap:6px;color:var(--muted);font-size:.75rem;font-weight:700}.report-select select{min-height:46px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:0 12px}.report-presets{min-height:50px;margin:8px 0 22px;display:flex;align-items:center;gap:3px;border-bottom:1px solid var(--line)}.report-presets button{min-height:40px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:0 12px;font-size:.8rem;font-weight:800}.report-presets button:hover,.report-presets button:focus-visible{color:var(--accent-dark);border-bottom-color:var(--accent)}.report-presets .report-presets__clear{margin-left:auto;color:var(--accent-dark)}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));border:1px solid var(--line);background:var(--surface)}.report-kpi{min-width:0;min-height:118px;padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:8px}.report-kpi:nth-child(4n){border-right:0}.report-kpi:nth-child(n+5){border-top:1px solid var(--line)}.report-kpi--sales{background:#f2faf8}.report-kpi>span{color:var(--muted);font-size:.73rem;font-weight:800}.report-kpi>strong{overflow:hidden;color:var(--ink);font-size:clamp(1.25rem,2vw,1.85rem);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.report-kpi small{min-height:18px;display:flex;align-items:center;gap:3px;color:var(--subtle);font-size:.68rem;font-weight:700}.report-kpi small svg{width:15px;height:15px}.report-kpi small.is-positive{color:#39732a}.report-kpi small.is-negative{color:var(--danger)}.report-meta{min-height:48px;padding:0 3px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;color:var(--muted);font-size:.72rem}.report-meta span{display:inline-flex;gap:5px}.report-meta strong{color:#415158}.report-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(310px,.75fr);align-items:start;gap:16px;margin-bottom:16px}.report-panel{min-width:0;border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden}.report-panel__header{min-height:76px;padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.report-panel__header>div:first-child{min-width:0}.report-panel__header>div:first-child>span{color:var(--accent-dark);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.report-panel__header h2{margin:3px 0 0;overflow:hidden;font-size:1.05rem;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.report-panel__header>small{color:var(--subtle);font-size:.7rem;white-space:nowrap}.report-panel--ranking .report-panel__header{align-items:flex-start}.report-panel--ranking .report-panel__header h2{overflow:visible;line-height:1.25;text-overflow:clip;text-wrap:pretty;white-space:normal}.metric-tabs{display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:var(--radius);padding:3px;background:var(--surface-alt)}.metric-tabs button{min-height:34px;border:0;border-radius:4px;background:transparent;color:var(--muted);padding:0 9px;font-size:.7rem;font-weight:800}.metric-tabs button:hover{color:var(--accent-dark)}.metric-tabs button.is-active{background:var(--surface);color:var(--accent-dark);box-shadow:0 1px 3px #2341491f}.trend-chart{position:relative;min-height:330px;padding:58px 14px 6px}.trend-chart svg{width:100%;height:auto;min-height:255px;overflow:visible}.trend-chart__tooltip{position:absolute;top:14px;right:18px;display:flex;align-items:baseline;gap:9px}.trend-chart__tooltip span{color:var(--muted);font-size:.7rem;font-weight:700}.trend-chart__tooltip strong{color:var(--ink);font-size:1rem}.trend-chart__grid{stroke:#e4e9eb;stroke-width:1}.trend-chart__axis{fill:#7a888f;font-size:11px;font-weight:600}.trend-chart__area{fill:#198eaa17}.trend-chart__line{fill:none;stroke:var(--accent-dark);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.trend-chart__point{fill:var(--surface);stroke:var(--accent-dark);stroke-width:2}.trend-chart__point.is-active{fill:var(--accent-dark);stroke:var(--surface);stroke-width:3}.selected-comparison{border-top:1px solid var(--line);background:var(--surface-alt);padding:20px 18px 18px}.selected-comparison__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.selected-comparison__header h3{margin:0;color:var(--ink);font-size:1rem;letter-spacing:-.015em}.selected-comparison__header p{max-width:68ch;margin:5px 0 0;color:var(--muted);font-size:.72rem;line-height:1.45}.selected-comparison__header>span{flex:0 0 auto;color:var(--accent-dark);font-size:.7rem;font-weight:800}.comparison-leaders{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);background:var(--surface)}.comparison-leader{min-width:0;min-height:98px;padding:13px 14px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:5px}.comparison-leader:nth-child(3n){border-right:0}.comparison-leader:nth-child(n+4){border-top:1px solid var(--line)}.comparison-leader>span{color:var(--muted);font-size:.65rem;font-weight:800}.comparison-leader strong{color:var(--ink);font-size:.75rem;line-height:1.3;overflow-wrap:anywhere;text-wrap:pretty;white-space:normal}.comparison-leader small{color:var(--accent-dark);font-size:.8rem;font-weight:900}.comparison-table-scroll{margin-top:12px;overflow:auto;border:1px solid var(--line);background:var(--surface)}.comparison-table{width:100%;border-collapse:collapse;font-size:.72rem}.comparison-table th,.comparison-table td{height:54px;padding:8px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-table thead th{height:39px;background:#f1f5f6;color:#425159;font-size:.64rem;font-weight:900}.comparison-table th:first-child{width:150px;min-width:150px;text-align:left}.comparison-object-heading{width:190px;max-width:190px;text-align:left!important}.comparison-object-heading strong,.comparison-object-heading small{display:block;overflow-wrap:anywhere;white-space:normal}.comparison-object-heading strong{color:var(--ink);font-size:.74rem;line-height:1.3;text-wrap:pretty}.comparison-object-heading small{margin-top:3px;color:var(--subtle);font-size:.62rem;font-weight:600}.comparison-table tbody th{color:#425159;font-size:.67rem;font-weight:900}.comparison-table td.is-best{background:#eef8eb;color:#2e6b26;font-weight:900}.comparison-table td.is-best span,.comparison-table td.is-best em{display:block}.comparison-table td.is-best em{margin-top:2px;color:#39732a;font-size:.58rem;font-style:normal;letter-spacing:.04em;text-transform:uppercase}.object-ranking{display:grid;padding:9px}.object-ranking button{min-width:0;min-height:61px;border:1px solid transparent;border-radius:6px;background:transparent;padding:9px 10px;text-align:left}.object-ranking button:hover{background:#f2f8f9}.object-ranking button.is-selected{border-color:#a7d5df;background:var(--accent-soft)}.object-ranking__copy{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.object-ranking__copy strong{overflow:hidden;color:var(--ink);font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.object-ranking__copy small{flex:0 0 auto;color:var(--muted);font-size:.67rem;font-weight:700}.object-ranking__track{height:6px;margin-top:9px;display:block;overflow:hidden;background:#e6ecee}.object-ranking__track>span{height:100%;display:block;background:var(--accent);transition:width .2s ease}.report-panel--table{margin-bottom:16px}.report-table-scroll{overflow:auto}.report-table{width:100%;min-width:1380px;border-collapse:collapse;font-size:.76rem}.report-table th,.report-table td{height:57px;padding:9px 12px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}.report-table thead th{height:42px;background:var(--surface-alt);color:#425159;font-size:.68rem;font-weight:900}.report-table th:nth-child(1),.report-table td:nth-child(1){width:48px;text-align:center}.report-table th:nth-child(2),.report-table td:nth-child(2){width:34%;max-width:420px;text-align:left}.report-table tbody tr:last-child th,.report-table tbody tr:last-child td{border-bottom:0}.report-table tbody tr.is-selected{background:#edf8fa}.report-table tbody th strong,.report-table tbody th small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-row-drill{width:100%;min-width:0;border:0;background:transparent;color:inherit;padding:0;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.report-row-drill>span{min-width:0}.report-row-drill svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent)}.report-row-drill:hover strong,.report-row-drill:focus-visible strong{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}.report-table tbody th strong{color:var(--ink);font-size:.78rem}.report-table tbody th small{margin-top:3px;color:var(--subtle);font-size:.65rem;font-weight:600;text-transform:lowercase}.report-status{display:inline-flex;min-height:24px;align-items:center;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-alt);color:var(--muted);padding:0 7px;font-size:.63rem;font-weight:900;text-transform:capitalize}.report-status--active{border-color:#b5d9a6;background:#eef9e8;color:#2e6b26}.report-status--paused{border-color:#e3c778;background:var(--warning-soft);color:#76550a}.report-footnotes{display:grid;gap:7px;color:var(--muted);font-size:.74rem}.report-footnotes>div{display:flex;align-items:flex-start;gap:8px}.report-footnotes svg{width:17px;height:17px;flex:0 0 auto;color:var(--accent-dark)}.report-footnotes p{margin:0;line-height:1.45}.report-chart-empty{min-height:220px;padding:24px;display:grid;place-items:center;color:var(--muted);text-align:center}.report-loading{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.report-loading>span,.report-loading>div{display:block;border:1px solid var(--line);background:#eef2f3;animation:report-pulse 1.25s ease-in-out infinite alternate}.report-loading>span{height:112px}.report-loading>div{height:360px;grid-column:span 2;margin-top:4px}@keyframes report-pulse{0%{opacity:.48}to{opacity:1}}.admin-page{min-height:100dvh;background:#f6f8f9}.admin-topbar{position:sticky;top:0;z-index:20;height:74px;border-bottom:1px solid var(--line);background:#fbfcfcfa;padding:0 clamp(20px,4vw,56px);display:flex;align-items:center;justify-content:space-between}.admin-content{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:52px 0 80px}.admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.admin-heading h1{margin:0;font-size:clamp(2.25rem,5vw,4.6rem);line-height:1;letter-spacing:-.055em}.admin-heading p:not(.section-label){margin:14px 0 0;color:var(--muted)}.admin-heading>span{color:var(--muted);font-size:.8rem}.admin-loading{min-height:280px;display:grid;place-items:center;color:var(--muted)}.registry-summary{display:flex;flex-wrap:wrap;border:1px solid var(--line);background:var(--surface);margin-bottom:44px}.registry-summary>div{min-width:170px;flex:1;min-height:84px;padding:16px 20px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.registry-summary>div:last-child{border-right:0}.registry-summary svg{width:24px;height:24px;color:var(--accent-dark)}.registry-summary span{color:var(--muted);font-weight:700}.registry-summary strong{font-size:1.7rem}.registry-section{margin-top:52px}.registry-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.registry-title svg{width:25px;height:25px;color:var(--accent-dark)}.registry-title h2{margin:0;font-size:1.45rem;letter-spacing:-.025em}.process-map{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.process-node{min-height:126px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr auto;gap:10px 12px}.process-node>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--accent);border-radius:50%;color:var(--accent-dark);font-weight:800}.process-node>div{display:grid;gap:5px}.process-node small{color:var(--muted);line-height:1.4}.process-node em{grid-column:2;justify-self:start}.registry-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(130px,1fr));gap:10px;margin-bottom:18px}.registry-search{grid-column:span 2}.detail-list{border-top:1px solid var(--line-strong)}.detail-row{padding:22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(300px,1.2fr) minmax(420px,1fr);gap:18px 34px}.detail-row__main{display:flex;align-items:flex-start;gap:13px}.detail-row__main>div{min-width:0}.detail-row__main small{color:var(--subtle);font-family:Courier New,monospace;font-size:.7rem}.detail-row h3{margin:5px 0 6px;font-size:1rem}.detail-row p{margin:0;color:var(--muted);line-height:1.45;font-size:.86rem}.detail-row dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.detail-row dl>div{min-width:0}.detail-row dt{color:var(--subtle);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.detail-row dd{margin:3px 0 0;color:#3e4c53;font-size:.8rem;line-height:1.4}.detail-row .failure-impact{grid-column:1 / -1;color:#6f5412;display:flex;align-items:flex-start;gap:7px}.failure-impact svg{width:18px;height:18px;flex:0 0 auto}.registry-empty{min-height:180px;display:grid;place-items:center;color:var(--muted)}.dependency-list,.alert-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.dependency-list article,.alert-list article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.dependency-list article>div,.alert-list article>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.dependency-list code{min-width:0;color:var(--accent-dark);overflow-wrap:anywhere;font-size:.72rem}.dependency-list svg{width:18px;height:18px;flex:0 0 auto;color:var(--subtle)}.dependency-list p,.alert-list p{margin:14px 0 8px;color:var(--muted);line-height:1.45;font-size:.84rem}.dependency-list small,.alert-list small{color:#72591b;line-height:1.4}@keyframes loading-line{0%{transform:translate(-90%)}to{transform:translate(210%)}}@keyframes skeleton-sweep{0%{transform:translate(-110%)}to{transform:translate(300%)}}@keyframes spin{to{transform:rotate(360deg)}}.is-spinning{animation:spin .8s linear infinite}@media(max-width:1400px){.report-kpis{grid-template-columns:repeat(3,1fr)}.report-kpi:nth-child(3n){border-right:0}.report-kpi:nth-child(4n){border-right:1px solid var(--line)}.report-kpi:nth-child(n+4){border-top:1px solid var(--line)}}@media(max-width:1180px){.filters{grid-template-columns:1fr 1fr}.filter-actions{grid-column:1 / -1;justify-content:flex-end}.metric-strip{grid-template-columns:repeat(3,1fr)}.metric:nth-child(3){border-right:0}.metric:nth-child(n+4){border-top:1px solid var(--line)}.registry-filters{grid-template-columns:repeat(3,1fr)}.report-controls{grid-template-columns:1fr 1fr}.report-select{grid-column:2;width:180px;justify-self:end}.report-kpis{grid-template-columns:repeat(3,1fr)}.report-kpi:nth-child(3n){border-right:0}.report-kpi:nth-child(4n){border-right:1px solid var(--line)}.report-kpi:nth-child(n+4){border-top:1px solid var(--line)}}@media(max-width:960px){.login-shell{grid-template-columns:1fr}.login-brand{display:none}.login-mobile-mark{display:block}.app-shell{grid-template-columns:82px minmax(0,1fr)}.topbar{grid-template-columns:82px minmax(260px,1fr) auto}.topbar__mark{padding:0 16px}.topbar__mark .brand-mark__word{display:none}.topbar__mark .brand-mark__orbit{width:38px;height:38px}.sidebar nav button,.sidebar__admin{justify-content:center;padding:0}.sidebar nav span,.sidebar__admin span{position:absolute;width:1px;height:1px;overflow:hidden}.sidebar__art{display:none}.sidebar__admin{margin-bottom:0}.user-menu__copy{display:none}.detail-row{grid-template-columns:1fr}.report-heading{align-items:flex-start}.report-grid{grid-template-columns:1fr}.object-ranking{grid-template-columns:1fr 1fr}}@media(max-width:760px){.login-panel{padding:32px 20px;align-items:start}.login-panel__inner{padding-top:16px}.selector-content{padding-top:58px}.app-shell{display:block}.topbar{height:auto;min-height:68px;display:grid;grid-template-columns:auto minmax(0,1fr) auto}.topbar__mark{height:68px;border-right:0;padding:0 12px}.current-brand{padding:0 6px}.current-brand__identity>img,.current-brand__identity>span:first-child{width:36px;height:36px}.current-brand__identity small,.brand-status,.user-avatar{display:none}.current-brand label{min-width:0;width:100%}.user-menu{padding:0 8px;border-left:0}.sidebar{display:none}.mobile-tabs{position:sticky;top:68px;z-index:15;display:flex;overflow-x:auto;border-bottom:1px solid var(--line);background:var(--surface);padding:0 10px}.mobile-tabs button{min-height:48px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-weight:700;white-space:nowrap}.mobile-tabs button.is-active{color:var(--accent-dark);border-bottom-color:var(--accent)}.app-main{padding:30px 16px 54px}.brand-flight-line--dashboard{display:none}.page-heading{margin-bottom:24px}.read-only-note{align-self:flex-start}.filters{grid-template-columns:1fr;gap:14px}.date-range,.level-switch,.filter-actions{grid-column:1}.level-switch button{padding:0 8px;font-size:.8rem}.filter-actions{justify-content:stretch}.column-picker{flex:1}.column-picker summary,.refresh-button{width:100%}.metric-strip{grid-template-columns:1fr 1fr}.metric,.metric:nth-child(3){border-right:1px solid var(--line)}.metric:nth-child(2n){border-right:0}.metric:nth-child(n+3){border-top:1px solid var(--line)}.table-footer,.hierarchy-context,.selection-bar{align-items:flex-start;flex-direction:column}.selection-bar>div,.selection-bar .button{width:100%}.ad-preview{width:100vw}.ad-preview__header{padding-left:16px}.ad-preview__content{padding:16px 16px 28px}.pagination{width:100%;justify-content:space-between}.admin-topbar{padding:0 14px}.admin-topbar .button{padding:0 12px}.admin-content{width:calc(100% - 28px);padding-top:36px}.admin-heading{align-items:flex-start;flex-direction:column}.registry-summary{display:grid;grid-template-columns:1fr 1fr}.registry-summary>div,.registry-summary>div:last-child{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.registry-summary>div:nth-child(2n){border-right:0}.registry-filters{grid-template-columns:1fr 1fr}.registry-search{grid-column:1 / -1}.detail-row dl{grid-template-columns:1fr}.report-heading{align-items:flex-start;flex-direction:column}.report-heading__source{min-width:0}.report-controls{grid-template-columns:1fr}.report-controls .date-range,.report-controls .level-switch,.report-select{grid-column:1;width:100%}.report-presets{align-items:stretch;flex-wrap:wrap}.report-presets .report-presets__clear{width:100%;margin-left:0}.report-kpis{grid-template-columns:1fr 1fr}.report-kpi,.report-kpi:nth-child(3){border-right:1px solid var(--line);border-top:1px solid var(--line)}.report-kpi:nth-child(-n+2){border-top:0}.report-kpi:nth-child(2n){border-right:0}.report-panel__header{align-items:flex-start;flex-direction:column}.metric-tabs{width:100%;overflow-x:auto}.metric-tabs button{flex:1 0 auto}.trend-chart{min-height:280px;padding-left:0;padding-right:4px}.trend-chart svg{min-height:220px}.selected-comparison__header{flex-direction:column;gap:8px}.comparison-leaders{grid-template-columns:1fr 1fr}.comparison-leader:nth-child(2n){border-right:0}.comparison-leader:nth-child(odd){border-right:1px solid var(--line)}.comparison-leader:nth-child(n+3){border-top:1px solid var(--line)}.object-ranking{grid-template-columns:1fr}.report-loading{grid-template-columns:1fr 1fr}.report-loading>div{grid-column:1 / -1}}@media(max-width:460px){.page-heading{align-items:flex-start;flex-direction:column}.date-range,.metric-strip,.registry-summary,.registry-filters{grid-template-columns:1fr}.metric,.metric:nth-child(2n),.registry-summary>div,.registry-summary>div:nth-child(2n){border-right:0}.registry-summary>div:last-child{border-right:0}.registry-search{grid-column:1}.report-kpis,.report-loading{grid-template-columns:1fr}.report-kpi,.report-kpi:nth-child(2n),.report-kpi:nth-child(-n+2){border-top:1px solid var(--line);border-right:0}.report-kpi:first-child{border-top:0}.report-loading>div{grid-column:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
