:root{--coke-red:#f40009;--coke-red-dark:#c8001a;--coke-red-deep:#8f0011;--gold:#f5b700;--bg:#f4f5f7;--panel:#ffffff;--panel-2:#f7f7f9;--border:#e6e7ea;--text:#18181b;--muted:#6b7280;--accent:var(--coke-red)}*{box-sizing:border-box}body,html{margin:0;padding:0;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{background-color:var(--bg)}body{background-color:transparent}a{color:inherit;text-decoration:none}.page{position:relative;min-height:100vh}.page:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url(/background-coca.jpeg);background-size:cover;background-position:top;background-repeat:no-repeat}.hero{align-items:flex-start}.hero,.hero-overlay{position:relative;display:flex}.hero-overlay{z-index:1;align-items:center;gap:22px;flex-wrap:wrap;max-width:1200px;width:100%;margin:0 auto;padding:30px 24px}.hero-logo{width:200px;height:92px;object-fit:contain;border-radius:12px;background:#fff;padding:8px 16px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.hero-text{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;margin-top:30px;text-shadow:0 1px 12px rgba(0,0,0,.25)}.hero-eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.hero-title{font-size:30px;font-weight:900;letter-spacing:-.02em;margin:4px 0 2px;line-height:1.05}.hero-subtitle{font-size:14px;margin:0;color:rgba(255,255,255,.92)}.shell{max-width:1200px;margin:0 auto;padding:24px 24px 64px}.controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.chip{padding:8px 16px;border-radius:999px;border:1.5px solid var(--border);background:var(--panel);color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease}.chip:hover{border-color:var(--coke-red);color:var(--coke-red)}.chip.active{background:var(--coke-red);border-color:#fff;color:#fff;box-shadow:0 4px 14px rgba(244,0,9,.28)}.chip:disabled{opacity:.5;cursor:not-allowed}.period{margin-bottom:24px}.period-presets{display:flex;gap:8px;flex-wrap:wrap}.period-custom{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;margin-top:12px;padding:14px 16px;background:var(--panel);border:1px solid var(--border);border-radius:14px}.period-custom label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.date-input{padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);font-size:16px;font-weight:600}.date-input:focus{outline:none;border-color:var(--coke-red)}.notice{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;padding:12px 16px;background:rgba(255,255,255,.92);border:1px solid var(--border);border-left:4px solid var(--coke-red);border-radius:12px;font-size:13px;line-height:1.5;color:var(--text)}.notice-icon{flex-shrink:0;font-size:15px;font-weight:700;color:var(--coke-red);line-height:1.4}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.card{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:18px 20px;box-shadow:0 1px 3px rgba(24,24,27,.05)}.kpis .card{padding-left:24px}.kpis .card:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:0 4px 4px 0;background:var(--coke-red)}.kpi-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.kpi-value{font-size:34px;font-weight:900;margin-top:6px;letter-spacing:-.02em;color:var(--text)}.kpi-sub{color:var(--muted);font-size:12px;margin-top:4px}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}@media (max-width:760px){.grid{grid-template-columns:1fr}.hero-overlay{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:22px 16px}.hero-logo{order:1;width:138px;height:64px}.hero-logo--client{order:2}.hero-text{order:3;flex:0 0 100%}.hero-title{font-size:24px}.hero-subtitle{font-size:13px}.shell{padding:18px 14px 48px}.controls,.period-presets{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.controls::-webkit-scrollbar,.period-presets::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:10px 16px}.period-custom{flex-direction:column;align-items:stretch;gap:12px}.period-custom label{width:100%}.period-custom .chip{width:100%;text-align:center}.kpis{grid-template-columns:repeat(2,1fr);gap:12px}.card{padding:16px}.kpis .card{padding-left:18px}.kpi-value{font-size:26px}.footer{padding:16px}}@media (max-width:420px){.hero-logo{width:120px;height:56px}.hero-title{font-size:21px}.hero-eyebrow{font-size:11px;letter-spacing:.12em}.kpi-value{font-size:24px}.kpi-label{font-size:11px}}.panel-title{font-size:14px;font-weight:800;letter-spacing:-.01em;margin:0 0 14px;display:flex;align-items:center;gap:8px}.panel-title:before{content:"";width:10px;height:10px;border-radius:3px;background:var(--coke-red)}.empty{display:grid;place-items:center;min-height:40vh;color:var(--muted)}.empty,.footer{text-align:center}.footer{margin-top:32px;padding:20px 22px;background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:14px}.footer-disclaimer{margin:0 0 8px;font-size:12.5px;line-height:1.5;color:var(--muted);max-width:760px;margin-inline:auto}.footer-disclaimer strong{color:var(--text)}.footer-rights{margin:0;font-size:12px;font-weight:700;color:var(--coke-red-dark);letter-spacing:.01em}.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}.tabs{display:flex;gap:8px;margin-bottom:18px}.tab{padding:9px 18px;border-radius:999px;border:1.5px solid transparent;background:rgba(255,255,255,.92);color:var(--muted);font-size:13px;font-weight:800;transition:all .15s ease}.tab:hover{color:var(--coke-red)}.tab.active{background:var(--coke-red);border-color:#fff;color:#fff;box-shadow:0 4px 14px rgba(244,0,9,.28)}.report-section{margin-bottom:34px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,.55)}.section-title{margin:0;font-size:22px;font-weight:900;letter-spacing:-.02em;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}.badge{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-shadow:0 1px 8px rgba(0,0,0,.4)}.prose{margin:14px 0 0;padding:13px 18px;background:rgba(255,255,255,.92);border-radius:12px;font-size:13.5px;line-height:1.6;color:var(--text)}.card>.prose{padding:0;margin-top:16px;background:none;border-radius:0;max-width:82ch;color:var(--muted)}.callout{margin-top:16px;padding:16px 18px;background:rgba(255,255,255,.94);border:1px solid var(--border);border-left:4px solid var(--coke-red);border-radius:12px}.callout strong{display:block;margin-bottom:6px;font-size:14px}.callout p{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.callout--muted{border-left-color:var(--gold)}.kpi-value--sm{font-size:19px}.panel-sub{margin:-8px 0 12px 18px;font-size:12px;color:var(--muted)}.funnel{display:grid;grid-gap:14px;gap:14px;margin-bottom:4px}.funnel-row{display:grid;grid-template-columns:190px 1fr auto;align-items:center;grid-gap:16px;gap:16px}.funnel-meta{display:flex;flex-direction:column}.funnel-rotulo{font-size:13px;font-weight:800}.funnel-sub{font-size:11.5px;color:var(--muted)}.funnel-track{height:22px;background:var(--panel-2);border-radius:4px;overflow:hidden}.funnel-bar{display:block;height:100%;border-radius:0 4px 4px 0}.funnel-valor{min-width:118px;text-align:right;font-size:26px;font-weight:900;letter-spacing:-.02em;line-height:1.05}.funnel-valor.is-hero{font-size:48px}.funnel-pct{display:block;font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.04em}.stat-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.stat-valor{font-size:30px;font-weight:900;letter-spacing:-.02em;margin-top:6px}.legend{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px}.legend-item{display:inline-flex;align-items:center;gap:7px;padding:4px 2px;border:none;background:none;font:inherit;font-size:12px;font-weight:700;color:var(--muted);cursor:pointer}.legend-item:disabled{cursor:default}.legend-item.is-off{opacity:.4;text-decoration:line-through}.legend-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0;display:inline-block}.legend-swatch.is-hatch,.total-projetado{background-image:repeating-linear-gradient(45deg,currentColor 0 2px,transparent 2px 6px)}.chart-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.chart-scroll-inner{min-width:620px}.chart-note{align-items:center;gap:7px;margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}.chart-note,.chart-switch{display:flex;flex-wrap:wrap}.chart-switch{gap:8px;margin-bottom:12px}.chart-switch .chip{padding:6px 14px;font-size:12px}.bar-label{font-size:11px;font-weight:700;fill:var(--muted)}.tip{background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 12px;box-shadow:0 6px 20px rgba(26,19,19,.12);font-size:12px}.tip-head{font-weight:800;margin-bottom:8px}.tip-flag{margin-left:8px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--coke-red-dark)}.tip-row{display:flex;align-items:center;gap:8px;margin-top:3px}.tip-swatch{width:9px;height:9px;border-radius:2px;flex-shrink:0}.tip-label{flex:1 1;color:var(--muted)}.tip-value{font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tip-foot{margin-top:8px;padding-top:6px;color:var(--muted)}.tip-foot,.total-row{border-top:1px solid var(--border)}.total-row{padding:16px 0}.total-row:first-of-type{border-top:none;padding-top:4px}.total-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.total-rotulo{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.total-valor{font-size:26px;font-weight:900;letter-spacing:-.02em}.total-track{position:relative;display:flex;height:26px;background:var(--panel-2);border-radius:4px}.total-medido{height:100%;border-radius:4px 0 0 4px}.total-projetado{height:100%;border-radius:0 4px 4px 0;border-left:2px solid var(--panel)}.total-faixa{position:absolute;top:-4px;bottom:-4px;border-left:2px solid var(--muted);border-right:2px solid var(--muted);background:rgba(107,114,128,.08);pointer-events:none}.total-legenda{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:10px;font-size:12px;color:var(--muted)}.total-legenda>span{display:inline-flex;align-items:center;gap:7px}.rtable-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.rtable{width:100%;border-collapse:collapse;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rtable td,.rtable th{padding:9px 12px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.rtable .num{text-align:right}.rtable thead th{padding:0;border-bottom:2px solid var(--border)}.rtable thead th button{width:100%;padding:9px 12px;border:none;background:none;font:inherit;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);text-align:inherit;cursor:pointer}.rtable thead th.num button{text-align:right}.rtable thead th button:hover{color:var(--coke-red)}.sort-mark{margin-left:6px;opacity:.55;font-size:9px}.rtable tbody th{font-weight:700}.rtable tbody tr:hover{background:rgba(244,0,9,.04)}.rtable .dow{color:var(--muted);font-weight:600}.rtable .row-parcial{background:rgba(107,114,128,.06)}.rtable .row-parcial td,.rtable .row-parcial th{color:var(--muted)}.rtable abbr{text-decoration:none;color:var(--coke-red-dark);font-weight:900}.rtable tfoot td,.rtable tfoot th{border-bottom:none;border-top:2px solid var(--border);font-weight:900}.rtable--compact td,.rtable--compact th{padding:6px 10px;font-size:12px}.valores{margin-top:10px}.valores summary{font-size:12px;font-weight:700;color:var(--muted);cursor:pointer}.valores summary:hover{color:var(--coke-red)}.method-list{margin:0;display:grid;grid-gap:12px;gap:12px}.method-list dt{font-size:13px;font-weight:800}.method-list dd{margin:2px 0 0;font-size:13px;line-height:1.55;color:var(--muted)}@media (max-width:760px){.section-title{font-size:19px}.funnel-row{grid-template-columns:1fr auto;grid-template-areas:"meta valor" "track track";gap:8px 12px}.funnel-meta{grid-area:meta}.funnel-valor{grid-area:valor;font-size:22px}.funnel-valor.is-hero{font-size:32px}.funnel-track{grid-area:track}.stat-tiles{grid-template-columns:repeat(2,1fr);gap:12px}.stat-valor{font-size:24px}.total-valor{font-size:21px}.tabs{overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0}}.login-wrap{display:grid;place-items:center;min-height:100vh;padding:24px}.login-card{width:100%;max-width:360px}.brand{font-size:20px;font-weight:900;letter-spacing:-.01em}.brand span{color:var(--coke-red)}.subtitle{color:var(--muted);font-size:13px;margin:2px 0 24px}.field{display:block;margin-bottom:14px}.field label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.input{width:100%;padding:11px 13px;border-radius:10px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);font-size:16px}.input:focus{outline:none;border-color:var(--coke-red)}.btn{width:100%;padding:11px 13px;border-radius:10px;border:none;background:var(--coke-red);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.btn:hover{background:var(--coke-red-dark)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--muted);width:auto;padding:7px 14px;font-size:13px;border-radius:999px}.error{color:var(--coke-red-dark);font-size:13px;margin-bottom:12px}