@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--laranja: #E8611A;--azul: #4AB8C1;--dourado: #F0A500;--verde: #4ade80;--vermelho: #ef4444;--bg-body: #000000;--bg-sidebar: #0d0d0d;--bg-header: linear-gradient(135deg, #0a0a0a 0%, #1a0a00 100%);--bg-card: #1a1a1a;--bg-card-hover: #222222;--bg-table-head: #141414;--bg-input: #222222;--text-primary: #FFFFFF;--text-secondary: #AAAAAA;--text-table: #CCCCCC;--text-muted: #666666;--border: #2a2a2a;--border-hover: #444444;--shadow: 0 2px 16px rgba(0,0,0,.5);--shadow-card: 0 4px 24px rgba(0,0,0,.4);--radius: 12px}[data-theme=light]{--bg-body: #F4F4F4;--bg-sidebar: #FFFFFF;--bg-header: linear-gradient(135deg, #FFFFFF 0%, #FFF5EF 100%);--bg-card: #FFFFFF;--bg-card-hover: #F8F8F8;--bg-table-head: #F0F0F0;--bg-input: #F0F0F0;--text-primary: #111111;--text-secondary: #555555;--text-table: #333333;--text-muted: #999999;--border: #E0E0E0;--border-hover: #CCCCCC;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-card: 0 4px 20px rgba(0,0,0,.1)}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--bg-body);color:var(--text-primary);font-size:14px;line-height:1.5}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-hover{transition:border-color .2s,box-shadow .2s}.card-hover:hover{border-color:var(--laranja);box-shadow:var(--shadow-card)}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead th{background:var(--bg-table-head);color:var(--text-secondary);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.data-table thead th:hover{color:var(--text-primary)}.data-table tbody td{padding:11px 14px;color:var(--text-table);border-bottom:1px solid var(--border)}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#e8611a0a}.cpf-tag{display:inline-block;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:700}.cpf-excellent{background:#4ade8026;color:#4ade80}.cpf-good{background:#4ab8c126;color:#4ab8c1}.cpf-mid{background:#f0a50026;color:#f0a500}.cpf-bad{background:#e8611a26;color:#e8611a}.cpf-critical{background:#ef444426;color:#ef4444}.cpf-na{background:#9696961a;color:#888}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600}.badge-active{background:#4ade801f;color:#4ade80;border:1px solid rgba(74,222,128,.25)}.badge-inactive{background:#9696961a;color:#888;border:1px solid rgba(150,150,150,.2)}.badge-not-delivering{background:#e8611a1a;color:#e8611a;border:1px solid rgba(232,97,26,.2)}.section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--laranja);margin-bottom:4px}.section-title{font-size:22px;font-weight:800;color:var(--text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.form-input{background:var(--bg-input);border:1px solid var(--border);color:var(--text-primary);border-radius:8px;padding:8px 12px;font-size:13px;font-family:inherit;outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--laranja)}button:not(:disabled){transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease,background .18s ease}button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}button:not(:disabled):active{transform:translateY(0)!important;box-shadow:none!important}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;border:none;cursor:pointer}.btn-primary{background:var(--laranja);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.1)}.btn-secondary{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary)}.btn-secondary:hover:not(:disabled){border-color:var(--laranja)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){color:var(--text-primary);background:var(--bg-card)}.btn:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.progress-bar{height:6px;border-radius:3px;background:var(--border);overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .4s ease}.filter-bar{flex-wrap:wrap}@media (max-width: 899px){.filter-bar{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;flex-wrap:nowrap}.filter-bar>*{flex-shrink:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.col-hide-mobile{display:none!important}.kpi-grid{grid-template-columns:repeat(2,1fr)!important}.insights-grid,.dash-weekday-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.kpi-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.rp-layout{flex-direction:column!important;height:auto!important;min-height:0!important;gap:0!important}.rp-sidebar{width:100%!important;overflow:visible!important;transition:none!important}.rp-sidebar-inner{width:100%!important}.rp-layout.rp-has-selection{height:calc(100dvh - 116px)!important;flex-direction:row!important}.rp-has-selection .rp-sidebar{display:none!important}.rp-has-selection .rp-viewer{flex:1;min-width:0;height:100%;display:flex;flex-direction:column}.rp-has-selection .rp-viewer>.card{flex:1;min-height:0;overflow:hidden}.rp-viewer{min-height:70vh}.rp-back-btn{display:flex!important}.rp-toolbar{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:14px!important;flex-shrink:0}.rp-toolbar>*{flex-shrink:0}.rp-btn-label{display:none!important}.rp-header-title{flex:1;min-width:0}.rp-title-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.rp-hide-mobile{display:none!important}.ranking-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}}[data-theme=editorial-dark]{--font-display: "Cormorant Garamond", Georgia, serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--radius: 3px;--bg-body: #0c0a08;--bg-sidebar: #090705;--bg-header: #0c0a08;--bg-card: #131009;--bg-card-hover: #1a1510;--bg-table-head: #0f0c07;--bg-input: #1a1510;--text-primary: #f0ece6;--text-secondary: #b09a80;--text-table: #c8b89a;--text-muted: #7a6a55;--border: #2a2118;--border-hover: #3d3020;--shadow: 0 2px 16px rgba(0,0,0,.6);--shadow-card: 0 4px 24px rgba(0,0,0,.5)}[data-theme=editorial-light]{--font-display: "Cormorant Garamond", Georgia, serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--radius: 3px;--bg-body: #faf6f0;--bg-sidebar: #f0e8dc;--bg-header: #faf6f0;--bg-card: #f5efe6;--bg-card-hover: #ede4d8;--bg-table-head: #ede4d8;--bg-input: #ede4d8;--text-primary: #1a1208;--text-secondary: #6b5a42;--text-table: #4a3c2a;--text-muted: #a08060;--border: #ddd0bc;--border-hover: #c8b49a;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-card: 0 4px 20px rgba(0,0,0,.12)}[data-theme^=editorial] body{font-family:var(--font-mono)}.kpi-display-font{font-family:Cormorant Garamond,Georgia,serif!important;font-size:88px!important;font-weight:700!important;line-height:.95!important;letter-spacing:-.03em!important;color:var(--text-primary)!important}[data-theme^=editorial] body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.038;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px}[data-theme^=editorial] .app-header{background:var(--bg-body)!important;border-bottom:1px solid var(--border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}[data-theme^=editorial] .sidebar-logo-area{border-bottom:1px solid var(--border)!important}[data-theme^=editorial] .section-label{font-family:var(--font-mono);font-size:9px;letter-spacing:.25em;font-weight:400}[data-theme^=editorial] .section-title{font-family:var(--font-display);font-size:26px;font-weight:300;letter-spacing:-.01em}[data-theme^=editorial] .kpi-value{font-family:var(--font-mono);font-size:24px!important;letter-spacing:-.02em;font-weight:600!important;word-break:break-word;overflow-wrap:break-word}[data-theme^=editorial] .kpi-sub{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em}[data-theme^=editorial] .data-table thead th{font-family:var(--font-mono);letter-spacing:.18em;font-size:9px}[data-theme^=editorial] .data-table tbody td{font-family:var(--font-mono);font-size:12px}[data-theme^=editorial] .badge,[data-theme^=editorial] .cpf-tag{font-family:var(--font-mono);letter-spacing:.08em}[data-theme^=editorial] .btn{font-family:var(--font-mono);letter-spacing:.06em}[data-theme^=editorial] .card{position:relative;overflow:hidden;transition:border-color .2s}[data-theme^=editorial] .card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(232,97,26,.45),transparent);opacity:0;transition:opacity .2s;z-index:1}[data-theme^=editorial] .card:hover:before{opacity:1}[data-theme^=editorial] .kpi-grid{grid-template-columns:1fr 2.2fr 1fr 1fr!important}[data-theme^=editorial] .kpi-dominant{border-color:var(--border-hover)!important;justify-content:flex-end!important;padding:30px 36px!important}[data-theme^=editorial] .kpi-dominant:after{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle at top right,rgba(232,97,26,.08),transparent 70%);pointer-events:none;z-index:0}[data-theme^=editorial] .kpi-dominant .section-label{color:var(--laranja)!important;letter-spacing:.28em!important;font-size:9px!important;position:relative;z-index:1}[data-theme^=editorial] .kpi-dominant .kpi-value{font-family:var(--font-display)!important;font-size:88px!important;font-weight:700!important;line-height:.95!important;letter-spacing:-.03em!important;color:var(--text-primary)!important;position:relative;z-index:1}[data-theme^=editorial] .kpi-dominant .kpi-sub{color:var(--laranja)!important;letter-spacing:.12em!important;font-size:11px!important;position:relative;z-index:1}[data-theme^=editorial] .sidebar-brand-name{font-family:var(--font-display)!important;font-size:18px!important;font-weight:300!important;letter-spacing:-.01em!important}[data-theme^=editorial] .sidebar-brand-sub{font-family:var(--font-mono)!important;font-size:9px!important;font-weight:400!important;letter-spacing:.18em!important;text-transform:uppercase}[data-theme^=editorial] .page-header-label{font-family:var(--font-display)!important;font-size:36px!important;font-weight:300!important;letter-spacing:-.01em!important;line-height:1!important;color:var(--text-primary)!important}[data-theme^=editorial] .page-header-sub{font-family:var(--font-mono)!important;font-size:10px!important;letter-spacing:.08em!important;color:var(--text-muted)!important;margin-top:4px}[data-theme^=editorial] .sidebar-nav-link{font-family:var(--font-mono)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.08em!important;border-radius:var(--radius)!important}[data-theme^=editorial] .sidebar-nav-label{font-family:var(--font-mono)!important;font-size:11px!important;letter-spacing:.08em!important}[data-theme^=editorial] .sidebar-section-label{font-family:var(--font-mono)!important;font-size:8px!important;font-weight:400!important;letter-spacing:.22em!important}[data-theme^=editorial] h1,[data-theme^=editorial] h2,[data-theme^=editorial] h3{font-family:var(--font-display)!important;font-weight:300!important;letter-spacing:-.01em}[data-theme^=editorial] .recharts-cartesian-axis-tick-value,[data-theme^=editorial] .recharts-cartesian-axis-tick text,[data-theme^=editorial] .recharts-text{font-family:var(--font-mono)!important;font-size:10px!important;letter-spacing:.04em}[data-theme^=editorial] .recharts-legend-item-text{font-family:var(--font-mono)!important;font-size:11px!important;letter-spacing:.06em}[data-theme^=editorial] .recharts-tooltip-wrapper .recharts-default-tooltip,[data-theme^=editorial] .recharts-tooltip-wrapper *{font-family:var(--font-mono)!important;font-size:11px!important;border-radius:var(--radius)!important}[data-theme^=editorial] .recharts-reference-line-label,[data-theme^=editorial] .card .section-label,[data-theme^=editorial] .card .kpi-value,[data-theme^=editorial] .card .kpi-sub{font-family:var(--font-mono)!important}[data-theme^=editorial] button,[data-theme^=editorial] select,[data-theme^=editorial] input{font-family:var(--font-mono)}[data-theme^=editorial] .card>div,[data-theme^=editorial] .card>span,[data-theme^=editorial] .card>p{font-family:var(--font-mono)}[data-theme^=editorial] .insight-text,[data-theme^=editorial] .insight-desc{font-family:var(--font-mono)!important;font-size:12px!important}[data-theme^=editorial] ::-webkit-scrollbar-thumb{border-radius:0}[data-theme^=editorial] .form-input{border-radius:var(--radius);font-family:var(--font-mono)}@media (max-width: 899px){[data-theme^=editorial] .kpi-grid{grid-template-columns:repeat(2,1fr)!important}[data-theme^=editorial] .kpi-dominant{grid-column:span 2!important}[data-theme^=editorial] .kpi-dominant .kpi-value{font-size:60px!important}}.opt-md p{margin:0 0 4px}.opt-md p:last-child{margin-bottom:0}.opt-md ul,.opt-md ol{margin:4px 0 4px 18px;padding:0}.opt-md li{margin-bottom:2px}.opt-md strong{font-weight:700;color:var(--text-primary)}.opt-md em{font-style:italic}.opt-md code{font-family:monospace;font-size:.9em;background:#ffffff12;border-radius:3px;padding:1px 5px}.opt-md pre{background:#ffffff0d;border-radius:6px;padding:8px 12px;overflow-x:auto;margin:6px 0}.opt-md pre code{background:none;padding:0}.opt-md h1,.opt-md h2,.opt-md h3{font-weight:700;margin:6px 0 4px;color:var(--text-primary)}[data-theme^=editorial] .cissa-sidebar{font-family:var(--font-mono)!important}[data-theme^=editorial] .cissa-bubble{font-family:var(--font-mono)!important;line-height:1.65!important}[data-theme^=editorial] .cissa-bubble .opt-md p,[data-theme^=editorial] .cissa-bubble .opt-md li,[data-theme^=editorial] .cissa-bubble .opt-md span,[data-theme^=editorial] .cissa-bubble .opt-md strong,[data-theme^=editorial] .cissa-bubble .opt-md em{font-family:var(--font-mono)!important}[data-theme^=editorial] .cissa-bubble .opt-md h1,[data-theme^=editorial] .cissa-bubble .opt-md h2,[data-theme^=editorial] .cissa-bubble .opt-md h3{font-family:var(--font-display)!important;font-weight:300!important;letter-spacing:-.01em!important}[data-theme^=editorial] .cissa-welcome-suggestions{max-width:600px!important}[data-theme^=editorial] .cissa-welcome-suggestions button{font-family:var(--font-mono)!important;font-size:11px!important;letter-spacing:.02em!important;white-space:nowrap!important}[data-theme^=editorial] .cissa-suggestions-inline button,[data-theme^=editorial] .cissa-suggestions-toggle button{font-family:var(--font-mono)!important;font-size:11px!important;letter-spacing:.04em!important;border-radius:0!important}[data-theme^=editorial] textarea{font-family:var(--font-mono)!important}[data-theme^=editorial] .cissa-enter-hint,[data-theme^=editorial] .cissa-enter-hint *{font-family:var(--font-mono)!important;letter-spacing:.05em!important}[data-theme^=editorial] .cissa-sidebar button,[data-theme^=editorial] .cissa-sidebar div,[data-theme^=editorial] .cissa-sidebar span,[data-theme^=editorial] .cissa-sidebar p{font-family:var(--font-mono)!important;font-size:11px!important;letter-spacing:.03em!important}
