@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-base:#0a0a12;--bg-sidebar:#0d0d18;--bg-card:#111120;--bg-card-hover:#161628;--bg-input:#ffffff0d;--bg-subtle:#ffffff08;--bg-subtle-md:#ffffff0e;--bg-subtle-hi:#ffffff14;--border:#ffffff12;--border-med:#ffffff1a;--border-hi:#ffffff26;--text-primary:#f0f0ff;--text-secondary:#a0a0c0;--text-muted:#60607a;--text-faint:#3a3a52;--accent:#7c3aed;--accent-hover:#6d28d9;--accent-glow:#7c3aed59;--accent-soft:#7c3aed1f;--accent-light:#c084fc;--pink:#ec4899;--pink-soft:#ec48991f;--green:#22c55e;--green-soft:#22c55e1f;--red:#ef4444;--red-soft:#ef44441f;--amber:#f59e0b;--blue:#3b82f6;--sidebar-width:248px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}[data-theme=light]{--bg-base:#f4f4f8;--bg-sidebar:#fff;--bg-card:#fff;--bg-card-hover:#f8f8fc;--bg-input:#0000000a;--bg-subtle:#00000008;--bg-subtle-md:#0000000d;--bg-subtle-hi:#00000014;--border:#00000014;--border-med:#0000001f;--border-hi:#0000002e;--text-primary:#0f0f1a;--text-secondary:#4a4a6a;--text-muted:#88a;--text-faint:#c0c0d8;--accent-glow:#7c3aed26;--accent-soft:#7c3aed14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-base);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background .25s,color .25s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-med);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;min-height:100vh;padding:20px 12px;transition:background .25s;display:flex;position:sticky;top:0}.sidebar-logo{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:16px;padding:8px 8px 20px;display:flex}.sidebar-logo-icon{border-radius:var(--radius-sm);width:32px;height:32px;box-shadow:0 4px 12px var(--accent-glow);background:linear-gradient(135deg,#7c3aed,#ec4899);flex-shrink:0;place-items:center;display:grid}.sidebar-logo-text{color:var(--text-primary);letter-spacing:-.3px;font-size:14px;font-weight:700}.sidebar-logo-sub{color:var(--text-muted);margin-top:1px;font-size:11px}.nav-item{border-radius:var(--radius-md);cursor:pointer;color:var(--text-muted);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--bg-subtle-md);color:var(--text-secondary)}.nav-item.active{background:var(--accent-soft);color:var(--accent-light);font-weight:600}.nav-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);padding:16px 12px 6px;font-size:10.5px;font-weight:700}.client-switcher-btn{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;width:100%;color:var(--text-secondary);align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.client-switcher-btn:hover{border-color:var(--border-med);background:var(--bg-subtle-md)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--border-med)}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:20px;padding:24px;transition:all .2s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";opacity:0;background:linear-gradient(90deg,#7c3aed,#ec4899);height:2px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.project-card:hover{border-color:var(--border-med);background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.project-card:hover:before{opacity:1}.btn-primary{background:var(--accent);border-radius:var(--radius-md);color:#fff;cursor:pointer;letter-spacing:-.1px;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 16px var(--accent-glow);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.btn-ghost:hover{background:var(--bg-subtle-md);border-color:var(--border-med);color:var(--text-primary)}.btn-icon{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-muted);cursor:pointer;place-items:center;transition:all .15s;display:grid}.btn-icon:hover{background:var(--bg-subtle-md);color:var(--text-secondary);border-color:var(--border-med)}.form-label{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.form-input,.form-select{background:var(--bg-input);border:1px solid var(--border-med);border-radius:var(--radius-md);width:100%;color:var(--text-primary);appearance:none;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2360607a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.objective-card{background:var(--bg-subtle);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;align-items:flex-start;gap:14px;padding:16px;transition:all .15s;display:flex}.objective-card:hover{border-color:var(--border-hi);background:var(--bg-subtle-md)}.objective-card.selected{border-color:var(--accent);background:var(--accent-soft)}.objective-card .icon-box{border-radius:var(--radius-sm);flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.period-chip{border:1.5px solid var(--border-med);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:100px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.period-chip:hover{border-color:var(--accent);color:var(--accent-light);background:var(--accent-soft)}.period-chip.selected{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}.page-header{margin-bottom:32px}.page-title{color:var(--text-primary);letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1.2}.page-subtitle{color:var(--text-muted);margin-top:6px;font-size:14px;line-height:1.5}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:20px 24px;display:flex}.stat-card-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:12px;font-weight:600}.stat-card-value{color:var(--text-primary);letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1}.badge-success{background:var(--green-soft);color:var(--green);border-radius:100px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.badge-danger{background:var(--red-soft);color:var(--red);border-radius:100px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.live-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.toast{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border-med);min-width:280px;max-width:380px;color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:13.5px;display:flex;box-shadow:0 8px 24px #0003}.toast.error{border-color:var(--red);color:#fca5a5;background:#2a1010}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:center;align-items:center;animation:.15s fade-in;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border-med);border-radius:var(--radius-xl);width:480px;max-width:calc(100vw - 32px);padding:32px;animation:.2s slide-up;box-shadow:0 24px 64px #0006}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.login-page{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-box{background:var(--bg-card);border:1px solid var(--border-med);border-radius:var(--radius-xl);width:420px;max-width:100%;padding:40px;box-shadow:0 24px 64px #00000026}.login-logo{border-radius:var(--radius-md);width:48px;height:48px;box-shadow:0 8px 24px var(--accent-glow);background:linear-gradient(135deg,#7c3aed,#ec4899);place-items:center;margin-bottom:24px;display:grid}.divider{background:var(--border);height:1px;margin:16px 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.spin{animation:.8s linear infinite spin}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent-light)}.font-bold{font-weight:700}.font-semibold{font-weight:600}@media (width<=768px){:root{--sidebar-width:0px}.sidebar{display:none}}.report-page{color:#1a1a1a;background:#f5f5f2;flex-direction:column;align-items:center;gap:40px;padding:40px 0;font-family:sans-serif;font-size:11px;line-height:1.5;display:flex}.report-page *{box-sizing:border-box}.report-page .page{background:#fff;flex-direction:column;width:210mm;min-height:297mm;margin:0 auto;padding:0;display:flex;position:relative;box-shadow:0 10px 40px #0000001a}.report-page .header{background:#1a2e52;justify-content:space-between;align-items:flex-start;padding:26px 32px 22px;display:flex}.report-page .header-left .agency{color:#c9a84c;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:600}.report-page .header-left .client-name{color:#fff;font-size:20px;font-weight:600;line-height:1.2}.report-page .header-left .client-sub{color:#ffffff80;margin-top:3px;font-size:10px}.report-page .header-right{text-align:right}.report-page .header-right .period-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:9px}.report-page .header-right .period{color:#fff;font-size:13px;font-weight:600}.report-page .badge{color:#c9a84c;background:#c9a84c26;border:1px solid #c9a84c;border-radius:20px;margin-top:7px;padding:2px 9px;font-size:9px;font-weight:600;display:inline-block}.report-page .section-label{text-transform:uppercase;letter-spacing:.1em;color:#999;border-bottom:1px solid #eee;margin:16px 32px 9px;padding-bottom:5px;font-size:9px;font-weight:600}.report-page .metrics-grid{gap:8px;padding:0 32px;display:flex}.report-page .metric-card{background:#f7f6f2;border-radius:7px;flex:1;padding:12px 14px}.report-page .metric-label{text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:5px;font-size:9px;font-weight:600}.report-page .metric-value{color:#1a2e52;font-size:18px;font-weight:600;line-height:1}.report-page .metric-delta{margin-top:4px;font-size:9px}.report-page .delta-up{color:#2d7a4f}.report-page .delta-neutral{color:#888}.report-page .delta-down{color:#b03030}.report-page .channels-grid{gap:8px;padding:0 32px;display:flex}.report-page .channel-card{border:1px solid #e8e6e0;border-radius:7px;flex:1;overflow:hidden}.report-page .channel-header{background:#fafaf8;border-bottom:1px solid #e8e6e0;justify-content:space-between;align-items:center;padding:9px 13px;display:flex}.report-page .channel-name{color:#1a2e52;font-size:11px;font-weight:600}.report-page .ch-badge{border-radius:20px;padding:2px 7px;font-size:9px;font-weight:600}.report-page .badge-google{color:#1a5fad;background:#e8f0fb}.report-page .badge-meta{color:#4a3db0;background:#ede8fc}.report-page .ch-rows{padding:3px 0}.report-page .ch-row{border-bottom:1px solid #f0ede8;justify-content:space-between;padding:4px 13px;display:flex}.report-page .ch-row:last-child{border-bottom:none}.report-page .ch-row .rk{color:#888;font-size:9px}.report-page .ch-row .rv{color:#1a1a1a;font-size:9px;font-weight:600}.report-page .bars-section{padding:0 32px}.report-page .bar-item{margin-bottom:9px}.report-page .bar-label-row{justify-content:space-between;margin-bottom:3px;display:flex}.report-page .bar-lbl{color:#555;font-size:9px}.report-page .bar-val{color:#1a1a1a;font-size:9px;font-weight:600}.report-page .bar-track{background:#eee;border-radius:3px;height:5px;overflow:hidden}.report-page .bar-fill{border-radius:3px;height:100%}.report-page .fill-navy{background:#1a2e52}.report-page .fill-gold{background:#c9a84c}.report-page .fill-navy2{background:#3d5a8a}.report-page .fill-gold2{background:#dbbf7a}.report-page .two-col{gap:8px;padding:0 32px;display:flex}.report-page .col-left{flex:1.1}.report-page .col-right{flex:.9}.report-page .insight-box{background:#fafaf8;border:1px solid #e8e6e0;border-left:3px solid #1a2e52;border-radius:7px;height:100%;padding:12px 14px}.report-page .insight-title{text-transform:uppercase;letter-spacing:.08em;color:#1a2e52;margin-bottom:8px;font-size:9px;font-weight:600}.report-page .insight-list{list-style:none}.report-page .insight-list li{color:#444;border-bottom:1px solid #eee;gap:7px;padding:4px 0;font-size:9px;line-height:1.5;display:flex}.report-page .insight-list li:last-child{border-bottom:none}.report-page .arrow{color:#c9a84c;flex-shrink:0;font-weight:700}.report-page .metas-box{background:#fafaf8;border:1px solid #e8e6e0;border-left:3px solid #c9a84c;border-radius:7px;padding:12px 14px}.report-page .metas-title{text-transform:uppercase;letter-spacing:.08em;color:#c9a84c;margin-bottom:8px;font-size:9px;font-weight:600}.report-page .meta-row{border-bottom:1px solid #eee;justify-content:space-between;padding:4px 0;display:flex}.report-page .meta-row:last-child{border-bottom:none}.report-page .meta-k{color:#888;font-size:9px}.report-page .meta-v{color:#1a2e52;font-size:9px;font-weight:600}.report-page .footer{background:#1a2e52;justify-content:space-between;align-items:center;margin-top:auto;padding:12px 32px;display:flex}.report-page .footer-left{color:#ffffff80;font-size:9px}.report-page .footer-left strong{color:#c9a84c;font-weight:600}.report-page .footer-right{color:#ffffff59;font-size:9px}.report-page .header-p2{background:#1a2e52;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.report-page .header-p2 .p2-title{color:#fff;font-size:13px;font-weight:600}.report-page .header-p2 .p2-sub{color:#ffffff80;margin-top:2px;font-size:9px}.report-page .header-p2 .p2-right{text-align:right}.report-page .header-p2 .p2-client{color:#c9a84c;font-size:11px;font-weight:600}.report-page .header-p2 .p2-period{color:#ffffff73;margin-top:2px;font-size:9px}.report-page .status-legend{background:#fafaf8;border-bottom:1px solid #eee;align-items:center;gap:16px;padding:10px 32px;display:flex}.report-page .status-legend span{color:#888;align-items:center;gap:5px;font-size:9px;display:flex}.report-page .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.report-page .dot-green{background:#2d7a4f}.report-page .dot-yellow{background:#b07a10}.report-page .dot-red{background:#b03030}.report-page .creatives-table{border-collapse:collapse;width:100%;font-size:9px}.report-page .creatives-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#888;background:#f0ede8;border-bottom:1px solid #ddd;padding:7px 10px;font-size:8px;font-weight:600}.report-page .creatives-table th:first-child{padding-left:32px}.report-page .creatives-table th:last-child{padding-right:32px}.report-page .creatives-table td{vertical-align:top;color:#333;border-bottom:1px solid #f0ede8;padding:8px 10px}.report-page .creatives-table td:first-child{padding-left:32px}.report-page .creatives-table td:last-child{padding-right:32px}.report-page .status-pill{white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:8px;font-weight:600;display:inline-block}.report-page .pill-ampliar{color:#1a5c36;background:#d4edde}.report-page .pill-testar{color:#7a5010;background:#fef3cd}.report-page .pill-pausar{color:#7a1a1a;background:#f8d7d7}.report-page .canal-pill{border-radius:10px;padding:1px 6px;font-size:8px;font-weight:600;display:inline-block}.report-page .cp-google{color:#1a5fad;background:#e8f0fb}.report-page .cp-meta{color:#4a3db0;background:#ede8fc}.report-page .creative-name{color:#1a2e52;margin-bottom:2px;font-size:9px;font-weight:600}.report-page .creative-desc{color:#888;font-size:8px;line-height:1.4}.report-page .metric-num{color:#1a2e52;font-weight:600}.report-page .metric-sub{color:#aaa;font-size:8px}.report-page .action-text{color:#444;font-size:9px;line-height:1.4}.report-page .action-text.green{color:#1a5c36}.report-page .action-text.yellow{color:#7a5010}.report-page .action-text.red{color:#7a1a1a}.report-page .resumo-grid{gap:8px;padding:0 32px;display:flex}.report-page .resumo-card{border:1px solid;border-radius:7px;flex:1;padding:12px 14px}.report-page .resumo-card.verde{background:#f0faf4;border-color:#9fd4b4}.report-page .resumo-card.amarelo{background:#fefaf0;border-color:#e8c97a}.report-page .resumo-card.vermelho{background:#fdf3f3;border-color:#e8a4a4}.report-page .resumo-header{align-items:center;gap:6px;margin-bottom:8px;display:flex}.report-page .resumo-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex}.report-page .icon-verde{color:#fff;background:#2d7a4f}.report-page .icon-amarelo{color:#fff;background:#b07a10}.report-page .icon-vermelho{color:#fff;background:#b03030}.report-page .resumo-titulo{font-size:10px;font-weight:600}.report-page .verde .resumo-titulo{color:#1a5c36}.report-page .amarelo .resumo-titulo{color:#7a5010}.report-page .vermelho .resumo-titulo{color:#7a1a1a}.report-page .resumo-count{margin-bottom:3px;font-size:22px;font-weight:600;line-height:1}.report-page .verde .resumo-count{color:#2d7a4f}.report-page .amarelo .resumo-count{color:#b07a10}.report-page .vermelho .resumo-count{color:#b03030}.report-page .resumo-desc{color:#888;font-size:9px}.organic-report-page{color:#333;background:#f0f2f5;flex-direction:column;align-items:center;padding:60px 0;font-family:Inter,sans-serif;display:flex}.organic-report-page .page{background:#fff;flex-direction:column;width:210mm;min-height:297mm;padding:0;display:flex;box-shadow:0 20px 60px #0000000d}.organic-report-page .report-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:32px 40px;display:flex}.organic-report-page .report-brand{align-items:center;gap:16px;display:flex}.organic-report-page .report-logo{background:#f8f9fa;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.organic-report-page .report-title{text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:2px;font-size:11px;font-weight:700}.organic-report-page .report-client-name{color:#111;font-size:20px;font-weight:800}.organic-report-page .report-body{flex:1;padding:32px 40px}.organic-report-page .report-grid-4{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.organic-report-page .report-grid-2{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px;display:grid}.organic-report-page .report-grid-2-centered{grid-template-columns:repeat(2,1fr);gap:16px;max-width:60%;margin:0 auto 24px;display:grid}.organic-report-page .report-mcard{background:#fcfcfc;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;padding:16px;display:flex}.organic-report-page .report-mcard-header{justify-content:space-between;margin-bottom:12px;display:flex}.organic-report-page .report-mcard-title{color:#777;font-size:11px;font-weight:600}.organic-report-page .report-mcard-info-icon{color:#aaa;cursor:help;background:#eee;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;display:flex}.organic-report-page .report-mcard-body{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.organic-report-page .report-mcard-value{color:#111;font-size:22px;font-weight:800}.organic-report-page .report-mcard-trend{border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.organic-report-page .report-mcard-trend.up{color:#10b981;background:#ecfdf5}.organic-report-page .report-mcard-trend.down{color:#ef4444;background:#fef2f2}.organic-report-page .report-mcard-footer{color:#999;font-size:10px}.organic-report-page .report-mcard-prev{color:#555;font-weight:600}.organic-report-page .report-chart-container{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px}.organic-report-page .report-chart-title{color:#333;margin-bottom:16px;font-size:13px;font-weight:700}.organic-report-page .report-chart-legend{gap:16px;margin-bottom:16px;display:flex}.organic-report-page .legend-item{color:#777;align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.organic-report-page .dot{border-radius:50%;width:8px;height:8px}.organic-report-page .report-table-container{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px}.organic-report-page .report-table{border-collapse:collapse;width:100%}.organic-report-page .report-table th{text-transform:uppercase;color:#aaa;text-align:left;border-bottom:1px solid #f0f0f0;padding:8px 0;font-size:10px;font-weight:700}.organic-report-page .report-table td{color:#444;border-bottom:1px solid #e1306c;flex-shrink:0;padding:12px 0;font-size:12px;font-weight:700}.organic-report-page .pill-reels{color:#3c3489;background:#ede8fc}.organic-report-page .pill-feed{color:#0c447c;background:#e8f0fb}.organic-report-page .pill-story{color:#633806;background:#faeeda}.organic-report-page .pill-carrou{color:#085041;background:#e1f5ee}.organic-report-page .dem-grid{gap:12px;display:flex}.organic-report-page .dem-item{flex:1}.organic-report-page .dem-label{text-transform:uppercase;letter-spacing:.06em;color:#aaa;margin-bottom:6px;font-size:8px;font-weight:600}.organic-report-page .age-row{align-items:center;gap:5px;margin-bottom:4px;display:flex}.organic-report-page .age-key{color:#888;flex-shrink:0;width:28px;font-size:8px}.organic-report-page .age-bar{background:#eee;border-radius:2px;flex:1;height:3px;overflow:hidden}.organic-report-page .age-fill{background:#e1306c;border-radius:2px;height:100%}.organic-report-page .age-val{color:#1a1a1a;text-align:right;flex-shrink:0;width:26px;font-size:8px;font-weight:600}.organic-report-page .dem-divider{border-top:1px solid #f0ede8;margin:9px 0 7px}.organic-report-page .insight-box{background:#fafaf8;border:1px solid #e8e6e0;border-left:3px solid #e1306c;border-radius:0 7px 7px 0;padding:10px 13px}.organic-report-page .ititle{text-transform:uppercase;letter-spacing:.07em;color:#e1306c;margin-bottom:7px;font-size:8px;font-weight:600}.organic-report-page .insight-list{list-style:none}.organic-report-page .insight-list li{color:#444;border-bottom:1px solid #eee;gap:6px;padding:4px 0;font-size:9px;line-height:1.5;display:flex}.organic-report-page .insight-list li:last-child{border-bottom:none}.organic-report-page .arr{color:#e1306c;flex-shrink:0;font-weight:700}.organic-report-page .section{margin-bottom:12px}.organic-report-page .pg-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding:9px 0 0;display:flex}.organic-report-page .pg-footer .fl,.organic-report-page .pg-footer .fr{color:#bbb;font-size:8px}@media print{.sidebar,.no-print{display:none!important}body{margin:0;padding:0;background:#f4f4f8!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.report-main{padding:0!important}.kpi-grid,.panel{break-inside:avoid;margin-bottom:24px!important}.hero{border-radius:16px!important;margin-bottom:24px!important;padding:32px!important}.hero-title,.hero-stat-label,.hero-stat-value,.hero-top{color:#fff!important}}
