.fuel-app{--lime:#c8ff3d;--ink:#10131a;min-height:100vh;color:var(--ink);background:#f3f5f0;padding-bottom:45px;font-family:Arial,sans-serif}.fuel-app>header,.fuel-hero,.fuel-controls,.fuel-summary,.fuel-list,.fuel-app>footer{width:min(1120px,100% - 32px);margin:auto}.fuel-app>header{justify-content:space-between;align-items:center;height:74px;display:flex}.fuel-app a{color:inherit;text-decoration:none}.fuel-app>header>a{align-items:center;gap:7px;font-weight:800;display:flex}.fuel-download,.fuel-controls button{background:var(--ink);border-radius:12px;padding:12px 16px;color:#fff!important}.fuel-hero{background:var(--ink);color:#fff;border-radius:28px;align-items:center;gap:24px;padding:42px;display:flex}.fuel-mark{background:var(--lime);width:82px;height:82px;color:var(--ink);border-radius:24px;place-items:center;font-size:44px;display:grid}.fuel-hero small{color:var(--lime);letter-spacing:.12em;font-weight:900}.fuel-hero h1{margin:4px 0;font-size:44px}.fuel-hero p{color:#b8c0cc;margin:0}.fuel-controls{background:#fff;border-radius:18px;grid-template-columns:1fr 1fr 1fr auto;gap:12px;margin-top:18px;padding:16px;display:grid;box-shadow:0 8px 30px #15201010}.fuel-controls label{gap:5px;font-size:11px;font-weight:800;display:grid}.fuel-controls select{background:#fff;border:1px solid #dfe4da;border-radius:9px;padding:10px}.fuel-controls button{cursor:pointer;border:0;justify-content:center;align-self:end;align-items:center;gap:7px;font-weight:800;display:flex}.fuel-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.fuel-summary article{background:#fff;border-radius:15px;align-items:center;gap:12px;padding:17px;display:flex}.fuel-summary article>svg{color:#668700;font-size:29px}.fuel-summary span{display:grid}.fuel-summary small{color:#7b8375}.fuel-summary strong{font-size:17px}.fuel-list{gap:12px;margin-top:18px;display:grid}.fuel-station{background:#fff;border:1px solid #e3e7dd;border-radius:18px;grid-template-columns:145px 1fr auto;align-items:center;gap:20px;padding:18px;display:grid}.fuel-station.best{border:2px solid #9dc629}.fuel-price{border-right:1px solid #e7eae3;display:grid}.fuel-price small{color:#648000;font-size:9px;font-weight:900}.fuel-price strong{font-size:27px}.fuel-price span,.fuel-info span,.fuel-info small{color:#7b8378;font-size:10px}.fuel-info h2{margin:0 0 7px;font-size:17px}.fuel-info p{color:#596257;gap:5px;margin:0 0 7px;font-size:12px;display:flex}.fuel-info{display:grid}.fuel-history-toggle{color:#5e35b1;cursor:pointer;background:0 0;border:0;justify-self:start;margin-top:9px;padding:0;font-size:11px;font-weight:900}.fuel-price-history{border-top:1px solid #e7eae3;grid-column:1/-1;padding:18px 4px 2px}.fuel-history-head{justify-content:space-between;align-items:center;gap:15px;display:flex}.fuel-history-head>div:first-child{gap:3px;display:grid}.fuel-history-head small{color:#758071;font-size:10px}.fuel-history-head>div:last-child{background:#f0f2ed;border-radius:9px;padding:3px;display:flex}.fuel-history-head button{color:#667064;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 11px;font-size:10px;font-weight:800}.fuel-history-head button.active{color:#fff;background:#171b16}.fuel-price-history svg{width:100%;height:190px;margin-top:12px;overflow:visible}.fuel-price-history svg .grid{stroke:#e6e9e3;stroke-width:.5px}.fuel-price-history svg polyline{fill:none;stroke:#7456d8;stroke-width:1.6px;vector-effect:non-scaling-stroke}.fuel-price-history svg circle{fill:#c7f464;stroke:#171b16;stroke-width:.55px;vector-effect:non-scaling-stroke}.fuel-history-range{color:#758071;flex-wrap:wrap;gap:18px;padding:10px 0;font-size:11px;display:flex}.fuel-history-range b{color:#171b16}.fuel-history-table{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.fuel-history-table span{background:#f6f7f4;border-radius:8px;justify-content:space-between;gap:5px;padding:8px;font-size:10px;display:flex}.fuel-audit-note{margin-top:4px;display:block}.fuel-station>a{background:var(--lime);border-radius:10px;align-items:center;gap:6px;padding:11px 14px;font-size:11px;font-weight:900;display:flex}.fuel-loading,.fuel-error{text-align:center;width:min(1120px,100% - 32px);margin:25px auto}.fuel-loading svg{animation:1s linear infinite spin}.fuel-error{color:#b42318}.fuel-app>footer{color:#758071;text-align:center;margin-top:26px;font-size:11px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:760px){.fuel-history-head{flex-direction:column;align-items:flex-start}.fuel-history-table{grid-template-columns:repeat(2,minmax(0,1fr))}.fuel-hero{align-items:flex-start;padding:26px}.fuel-mark{width:58px;height:58px;font-size:30px}.fuel-hero h1{font-size:32px}.fuel-controls,.fuel-summary,.fuel-station{grid-template-columns:1fr}.fuel-price{border-bottom:1px solid #e7eae3;border-right:0;padding-bottom:10px}.fuel-station>a{justify-content:center}.fuel-download{font-size:0}.fuel-download svg{font-size:20px}}.fuel-view-nav{gap:10px;width:min(1120px,100% - 32px);margin:20px auto 0;display:flex}.fuel-view-nav button{color:#55604f;cursor:pointer;background:#fff;border:1px solid #dfe5d8;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:13px;font-weight:800;transition:all .2s;display:flex}.fuel-view-nav button:hover{color:#10131a;background:#f8faf5;border-color:#ccd5c3}.fuel-view-nav button.active{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 4px 18px #10131a26}.fuel-view-nav button.active svg{color:var(--lime)}.fuel-nav-badge{background:var(--lime);color:var(--ink);letter-spacing:.05em;text-transform:uppercase;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:900}.fuel-analytics{gap:20px;width:min(1120px,100% - 32px);margin:20px auto 0;display:grid}.fuel-analytics-bar{background:#fff;border:1px solid #e3e8de;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex;box-shadow:0 4px 24px #10131a0a}.fuel-analytics-filters{flex-wrap:wrap;gap:14px;display:flex}.fuel-analytics-filters label{color:#636f5e;flex-direction:column;gap:5px;font-size:11px;font-weight:800;display:flex}.fuel-analytics-filters label svg{color:#10131a}.fuel-analytics-filters select{color:#10131a;background:#fafbf9;border:1px solid #dbe2d4;border-radius:10px;outline:none;padding:10px 14px;font-size:13px;font-weight:700}.fuel-analytics-filters select:focus{border-color:#679219}.fuel-toggles{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fuel-toggle-pill{color:#616c5c;cursor:pointer;background:#f4f6f1;border:1px solid #dce2d6;border-radius:20px;align-items:center;gap:7px;padding:8px 14px;font-size:12px;font-weight:800;transition:all .15s;display:flex}.fuel-toggle-pill .dot{background:#a2aba0;border-radius:50%;width:8px;height:8px}.fuel-toggle-pill.active{color:#10131a;background:#fff;border-color:#10131a;box-shadow:0 2px 8px #0000000f}.fuel-toggle-pill.regular.active .dot{background:#10b981}.fuel-toggle-pill.premium.active .dot{background:#8b5cf6}.fuel-toggle-pill.diesel.active .dot{background:#f59e0b}.fuel-toggle-pill.glp.active .dot{background:#06b6d4}.fuel-kpi-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.fuel-kpi-card{background:#fff;border:1px solid #e3e8dd;border-radius:16px;gap:8px;padding:20px;display:grid;box-shadow:0 4px 20px #10131a08}.fuel-kpi-card.highlight{background:linear-gradient(#fff 0%,#fbfdf7 100%);border:2px solid #a4cf2a}.fuel-kpi-head{color:#63715c;letter-spacing:.08em;align-items:center;gap:7px;font-size:10px;font-weight:900;display:flex}.fuel-kpi-head svg{color:#7da516;font-size:16px}.fuel-kpi-value{align-items:baseline;gap:6px;display:flex}.fuel-kpi-value strong{color:#10131a;font-size:26px;font-weight:900}.fuel-kpi-value span{color:#7b8875;font-size:12px}.fuel-kpi-card p{color:#4b5545;margin:0;font-size:12px;line-height:1.4}.fuel-kpi-tip{color:#617359;background:#f2f7ec;border-radius:8px;padding:6px 10px;font-size:11px;display:block}.fuel-chart-box{background:#fff;border:1px solid #e3e8de;border-radius:20px;gap:18px;padding:24px;display:grid;box-shadow:0 6px 28px #10131a0a}.fuel-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.fuel-chart-header h2{color:#10131a;margin:0 0 4px;font-size:18px}.fuel-chart-header p{color:#75836f;margin:0;font-size:12px}.fuel-chart-legend{color:#556250;flex-wrap:wrap;gap:12px;font-size:11px;font-weight:800;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.legend-item i{border-radius:2px;width:14px;height:4px;display:inline-block}.legend-item.reg i{background:#10b981}.legend-item.prem i{background:#8b5cf6}.legend-item.diesel i{background:#f59e0b}.legend-item.glp i{background:#06b6d4}.spread-box{background:#8b5cf640;border:1px dashed #8b5cf6;border-radius:3px;width:12px;height:12px}.fuel-svg-container{background:#fafbfa;border-radius:14px;width:100%;padding:10px 0;overflow-x:auto}.fuel-main-chart{width:100%;min-width:680px;height:auto;display:block}.chart-grid-line{stroke:#e7ece2;stroke-width:1px}.chart-grid-vert{stroke:#eef2eb;stroke-width:1px;stroke-dasharray:4 4}.chart-axis-label{fill:#82917d;font-family:monospace;font-size:11px}.chart-day-label{fill:#5a6654;font-size:11px;font-weight:700}.line-regular{fill:none;stroke:#10b981;stroke-width:2.8px;stroke-linejoin:round;stroke-linecap:round}.line-premium{fill:none;stroke:#8b5cf6;stroke-width:2.8px;stroke-linejoin:round;stroke-linecap:round}.line-diesel{fill:none;stroke:#f59e0b;stroke-width:2.4px;stroke-linejoin:round;stroke-linecap:round}.line-glp{fill:none;stroke:#06b6d4;stroke-width:2.4px;stroke-linejoin:round;stroke-linecap:round}.dot-regular{fill:#10b981;stroke:#fff;stroke-width:1.5px;cursor:pointer}.dot-premium{fill:#8b5cf6;stroke:#fff;stroke-width:1.5px;cursor:pointer}.dot-diesel{fill:#f59e0b;stroke:#fff;stroke-width:1.5px;cursor:pointer}.dot-glp{fill:#06b6d4;stroke:#fff;stroke-width:1.5px;cursor:pointer}.chart-hover-trigger{fill:#0000;cursor:pointer}.chart-active-vertical{stroke:#10131a;stroke-width:1.5px;stroke-dasharray:3 3}.fuel-day-detail-panel{background:#f4f6f1;border:1px solid #dce4d5;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.fuel-day-badge{gap:2px;display:grid}.fuel-day-badge span{color:#63715c;letter-spacing:.08em;font-size:10px;font-weight:900}.fuel-day-badge strong{color:#10131a;font-size:16px}.fuel-day-badge small{color:#7b8875;font-size:11px}.fuel-day-stats{flex-wrap:wrap;gap:10px;display:flex}.stat-pill{background:#fff;border:1px solid #e0e6db;border-radius:10px;gap:2px;padding:8px 12px;display:grid}.stat-pill small{color:#73806e;font-size:10px;font-weight:700}.stat-pill b{color:#10131a;font-size:14px}.stat-pill .sub{color:#8c9987;font-size:10px}.stat-pill.reg{border-left:4px solid #10b981}.stat-pill.prem{border-left:4px solid #8b5cf6}.stat-pill.spread{background:#faf5ff;border-left:4px solid #5b21b6}.stat-pill.diesel{border-left:4px solid #f59e0b}.stat-pill.glp{border-left:4px solid #06b6d4}.stat-pill.samples{border-left:4px solid #64748b}.fuel-table-box{background:#fff;border:1px solid #e3e8de;border-radius:20px;gap:16px;padding:24px;display:grid;box-shadow:0 6px 28px #10131a0a}.fuel-table-head-info{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.fuel-table-head-info h3{margin:0 0 4px;font-size:17px}.fuel-table-head-info p{color:#73806e;margin:0;font-size:12px}.fuel-table-head-info small{color:#556250;background:#eef3ea;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:800}.fuel-table-scroll{border:1px solid #e6ece0;border-radius:12px;max-height:480px;overflow-y:auto}.fuel-day-table{border-collapse:collapse;width:100%;font-size:12px}.fuel-day-table th{color:#53604f;text-align:left;z-index:2;background:#f7f9f5;border-bottom:2px solid #e2e8dc;padding:12px 14px;font-size:11px;font-weight:800;position:sticky;top:0}.fuel-day-table td{color:#192015;border-bottom:1px solid #eef2e9;padding:10px 14px}.fuel-day-table tbody tr{cursor:pointer;transition:background .1s}.fuel-day-table tbody tr:hover{background:#f8faf6}.fuel-day-table tbody tr.selected-row{background:#f2f7ec!important}.fuel-day-table tbody tr.cheapest-row{background:#fbfee8}.day-cell{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.badge-best{color:#274d00;background:#d9f99d;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:900}.badge-reported{color:#0369a1;background:#e0f2fe;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:700}.badge-carried{color:#64748b;background:#f1f5f9;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:600}.badge-future{color:#a1a1aa;background:#fafafa;border:1px dashed #d4d4d8;border-radius:6px;padding:1px 5px;font-size:9px;font-weight:600}.cell-sub{color:#7a8875;font-size:10px;display:block}.spread-tag{color:#6d28d9;background:#f5f3ff;border-radius:6px;padding:3px 7px;font-size:11px;font-weight:800}.cell-empty{color:#a4b09f}.fuel-best-stations{background:#fff;border:1px solid #e3e8de;border-radius:20px;gap:14px;padding:24px;display:grid}.fuel-best-stations h3{margin:0;font-size:16px}.best-stations-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.best-station-item{background:#fafbfa;border:1px solid #e1e7dc;border-radius:14px;gap:5px;padding:16px;display:grid}.best-tag{color:#15803d;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:900}.best-station-item strong{color:#10131a;font-size:24px}.best-station-item b{color:#1b2417;font-size:13px}.best-station-item small{color:#667361;font-size:11px}@media (max-width:840px){.fuel-view-nav{flex-direction:column}.fuel-kpi-grid{grid-template-columns:1fr}.fuel-analytics-bar{flex-direction:column;align-items:stretch}.fuel-analytics-filters{flex-direction:column}}.fuel-header-actions{align-items:center;gap:10px;display:flex}.fuel-pill-link{color:var(--ink);background:#fff;border:1px solid #dfe5d8;border-radius:12px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.fuel-pill-link:hover{background:#f0f4eb;border-color:#cbd4c3}.fuel-hero-tags{align-items:center;gap:10px;margin-bottom:4px;display:flex}.live-status-pill{color:var(--lime);text-transform:uppercase;letter-spacing:.05em;background:#c8ff3d33;border:1px solid #c8ff3d66;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.fuel-nav-badge.alert{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}.fuel-analytics-bar.modern{background:#fff;border:1px solid #e3e8de;border-radius:20px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 4px 20px #10131a08}.fuel-filter-mode-switch{background:#f1f4ee;border-radius:12px;align-self:flex-start;gap:4px;padding:4px;display:inline-flex}.fuel-filter-mode-switch button{color:#63715c;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:800;transition:all .2s;display:flex}.fuel-filter-mode-switch button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #0000000f}.fuel-range-controls{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.fuel-date-inputs{gap:12px;display:flex}.fuel-date-inputs label{color:#556250;flex-direction:column;gap:4px;font-size:11px;font-weight:800;display:flex}.fuel-date-inputs input[type=date]{color:#10131a;background:#fff;border:1px solid #dfe5d8;border-radius:10px;outline:none;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600}.fuel-date-inputs input[type=date]:focus{border-color:#84cc16;box-shadow:0 0 0 2px #84cc1626}.fuel-quick-presets{flex-wrap:wrap;gap:6px;display:flex}.fuel-quick-presets button{color:#556250;cursor:pointer;background:#f8faf6;border:1px solid #e1e7dc;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .15s}.fuel-quick-presets button:hover{color:#273322;background:#eef4e8;border-color:#c9d5c1}.fuel-month-controls label,.fuel-zone-controls label{color:#434f3f;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.fuel-month-controls select,.fuel-zone-controls select{color:#10131a;background:#fff;border:1px solid #dfe5d8;border-radius:10px;outline:none;padding:8px 12px;font-size:13px;font-weight:700}.fuel-empty-msg{text-align:center;color:#717d6b;background:#fff;border:1px dashed #d5ded0;border-radius:14px;padding:24px;font-size:14px}.fuel-abuse-section{gap:20px;width:min(1120px,100% - 32px);margin:18px auto 0;display:grid}.fuel-abuse-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#172554 100%);border:1px solid #ffffff1a;border-radius:24px;align-items:center;gap:24px;padding:32px;display:flex;box-shadow:0 10px 30px #0f172a26}.abuse-hero-icon{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#f97316 100%);border-radius:20px;flex-shrink:0;place-items:center;width:72px;height:72px;font-size:38px;display:grid;box-shadow:0 8px 24px #ef444459}.abuse-hero-content{gap:6px;display:grid}.abuse-kicker{color:#f87171;letter-spacing:.12em;font-size:11px;font-weight:900}.fuel-abuse-hero h2{color:#fff;margin:0;font-size:24px;font-weight:900}.fuel-abuse-hero p{color:#cbd5e1;margin:0;font-size:14px;line-height:1.5}.abuse-district-bar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;display:flex}.abuse-district-bar label{color:#1e293b;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.abuse-district-bar select{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:700}.abuse-live-badge{color:#16a34a;background:#dcfce7;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:800;display:flex}.abuse-kpi-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.abuse-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:10px;padding:24px;display:grid;box-shadow:0 4px 20px #0000000a}.abuse-kpi-card.danger{border-top:4px solid #ef4444}.abuse-kpi-card.warning{border-top:4px solid #f59e0b}.abuse-kpi-card.neutral{border-top:4px solid #6366f1}.abuse-card-head{letter-spacing:.08em;color:#64748b;align-items:center;gap:8px;font-size:11px;font-weight:900;display:flex}.abuse-kpi-card.danger .abuse-card-head svg{color:#ef4444;font-size:18px}.abuse-kpi-card.warning .abuse-card-head svg{color:#f59e0b;font-size:18px}.abuse-kpi-card.neutral .abuse-card-head svg{color:#6366f1;font-size:18px}.abuse-card-value{align-items:baseline;gap:8px;display:flex}.abuse-card-value strong{color:#0f172a;font-size:28px;font-weight:900}.abuse-card-value small{color:#64748b;font-size:12px;font-weight:600}.abuse-kpi-card p{color:#334155;margin:0;font-size:12px;line-height:1.45}.abuse-card-tag{color:#b91c1c;background:#fef2f2;border-radius:10px;padding:8px 12px;font-size:11px;font-weight:700;line-height:1.4}.abuse-card-tag.alert{color:#b45309;background:#fffbeb}.abuse-card-tag.info{color:#4338ca;background:#eef2ff}.abuse-rankings-container{grid-template-columns:1fr 1fr;gap:20px;display:grid}.abuse-ranking-column{background:#fff;border:1px solid #e2e8f0;border-radius:22px;gap:16px;padding:24px;display:grid;box-shadow:0 4px 24px #00000008}.abuse-ranking-column.fair{border-top:4px solid #10b981}.abuse-ranking-column.expensive{border-top:4px solid #ef4444}.ranking-col-header{align-items:flex-start;gap:12px;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:5px}.status-dot.green{background:#10b981;box-shadow:0 0 0 4px #10b98133}.status-dot.red{background:#ef4444;box-shadow:0 0 0 4px #ef444433}.ranking-col-header h3{color:#0f172a;margin:0 0 4px;font-size:16px}.ranking-col-header p{color:#64748b;margin:0;font-size:12px}.ranking-station-list{gap:12px;display:grid}.ranking-station-card{border-radius:14px;gap:6px;padding:16px;transition:transform .2s;display:grid}.ranking-station-card.fair{background:#f0fdf4;border:1px solid #bbf7d0}.ranking-station-card.expensive{background:#fff5f5;border:1px solid #fecaca}.ranking-card-top{justify-content:space-between;align-items:center;display:flex}.fuel-badge{text-transform:uppercase;color:#15803d;background:#dcfce7;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800}.fuel-badge.dark{color:#b91c1c;background:#fee2e2}.station-price{font-size:22px;font-weight:900}.station-price.fair{color:#15803d}.station-price.expensive{color:#dc2626}.ranking-station-card h4{color:#0f172a;margin:0;font-size:14px}.ranking-station-card p{color:#475569;align-items:center;gap:5px;margin:0;font-size:12px;display:flex}.ranking-route-btn{border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-top:6px;padding:8px 14px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.ranking-route-btn.fair{background:#15803d;color:#fff!important}.overprice-warning{color:#b91c1c;margin-top:4px;font-size:11px;font-weight:700}@media (max-width:900px){.abuse-kpi-grid,.abuse-rankings-container{grid-template-columns:1fr}.fuel-abuse-hero{text-align:center;flex-direction:column}.abuse-district-bar{flex-direction:column;align-items:stretch}}.fuel-bulletin-container{flex-direction:column;gap:24px;width:min(1120px,100% - 32px);margin:24px auto auto;display:flex}.bulletin-hero-banner{color:#f8fafc;background:linear-gradient(135deg,#0b132b 0%,#1c2541 60%,#102a43 100%);border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;padding:32px;display:flex;box-shadow:0 16px 36px #0b132b40}.bulletin-hero-info{max-width:680px}.bulletin-badge-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.bulletin-badge{color:#0b132b;text-transform:uppercase;letter-spacing:.8px;background:#c8ff3d;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:900;display:inline-flex}.bulletin-auto-pill{color:#94a3b8;background:#ffffff1f;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.bulletin-hero-info h2{color:#fff;margin:0 0 10px;font-size:26px;font-weight:900;line-height:1.25}.bulletin-hero-info p{color:#cbd5e1;margin:0;font-size:14px;line-height:1.5}.bulletin-date-selector-box{background:#ffffff0f;border:1px solid #ffffff24;border-radius:18px;flex-direction:column;gap:8px;min-width:250px;padding:18px;display:flex}.bulletin-date-selector-box label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.bulletin-date-select{color:#f8fafc;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:10px;outline:none;padding:10px 14px;font-size:13px;font-weight:700}.bulletin-date-select:focus{border-color:#c8ff3d}.bulletin-tickers-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.ticker-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:8px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0000000a}.ticker-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.ticker-header{justify-content:space-between;align-items:center;display:flex}.ticker-title{color:#64748b;text-transform:uppercase;letter-spacing:.6px;font-size:12px;font-weight:800}.ticker-price-row{align-items:baseline;gap:8px;display:flex}.ticker-price{color:#0f172a;letter-spacing:-.5px;font-size:32px;font-weight:900}.ticker-currency{color:#64748b;font-size:14px;font-weight:700}.ticker-change-badge{border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex}.ticker-change-badge.positive{color:#dc2626;background:#fef2f2}.ticker-change-badge.negative{color:#16a34a;background:#f0fdf4}.ticker-footer{color:#64748b;border-top:1px dashed #e2e8f0;margin-top:4px;padding-top:8px;font-size:12px}.bulletin-content-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:26px 30px;box-shadow:0 4px 16px #0000000a}.bulletin-content-card h3{color:#0f172a;align-items:center;gap:10px;margin:0 0 16px;font-size:19px;font-weight:900;display:flex}.bulletin-summary-box{color:#1e293b;background:#f8fafc;border-left:4px solid #0284c7;border-radius:0 16px 16px 0;padding:18px 22px;font-size:15px;font-weight:500;line-height:1.65}.bulletin-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.bulletin-section-header h3{margin:0!important}.bulletin-date-tag{color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:800;display:inline-flex}.bulletin-summary-date-lead{color:#0284c7;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:13.5px;font-weight:800}.bulletin-summary-body{color:#1e293b;margin:0;font-size:15px;line-height:1.65}.bulletin-archive-hint{color:#94a3b8;font-size:11px;line-height:1.35}.formatted-editorial-content{flex-direction:column;gap:14px;display:flex}.bulletin-editorial-h3{color:#0f172a;margin:18px 0 6px;font-size:20px;font-weight:900;line-height:1.3}.bulletin-editorial-h4{color:#1e293b;border-bottom:1px solid #e2e8f0;margin:16px 0 6px;padding-bottom:6px;font-size:16.5px;font-weight:800;line-height:1.35}.bulletin-editorial-p{color:#334155;margin:0;font-size:14.5px;line-height:1.7}.bulletin-editorial-list{flex-direction:column;gap:10px;margin:4px 0 10px;padding-left:22px;display:flex}.bulletin-editorial-list li{color:#334155;font-size:14px;line-height:1.6}.bulletin-editorial-list li strong{color:#0f172a;font-weight:800}.bulletin-text-block{color:#334155;white-space:pre-line;font-size:15px;line-height:1.7}.comparison-table-wrapper{border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto}.comparison-table{border-collapse:collapse;text-align:left;width:100%;font-size:13.5px}.comparison-table th{color:#334155;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;border-bottom:2px solid #cbd5e1;padding:12px 16px;font-size:11.5px;font-weight:800}.comparison-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px}.comparison-table tr:hover{background:#f8fafc}.comparison-country-col{color:#0f172a;align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.country-pill{border-radius:6px;padding:3px 8px;font-size:11px;font-weight:800;display:inline-block}.country-pill.subsidio{color:#15803d;background:#dcfce7}.country-pill.libre{color:#b45309;background:#fef3c7}.country-pill.impuestos{color:#b91c1c;background:#fee2e2}.country-pill.abierto{color:#0369a1;background:#e0f2fe}.comparison-price-usd{color:#0f172a;font-weight:800}.comparison-price-pen{color:#047857;font-weight:800}.comparison-explanation{color:#475569;max-width:420px;font-size:12.5px;line-height:1.45}.bulletin-sources-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.source-item-card{color:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;text-decoration:none;transition:all .15s;display:flex}.source-item-card:hover{background:#f0f9ff;border-color:#0284c7;transform:translateY(-2px)}.source-name{color:#0284c7;justify-content:space-between;align-items:center;font-size:13.5px;font-weight:800;display:flex}.source-topic{color:#64748b;font-size:12px;line-height:1.35}.bulletin-loading-state,.bulletin-error-state{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;font-size:15px;display:flex}.bulletin-loading-spinner{color:#0284c7;font-size:32px;animation:1s linear infinite spin}@media (max-width:768px){.bulletin-hero-banner{flex-direction:column;align-items:stretch;gap:20px;padding:24px}.bulletin-hero-info h2{font-size:20px}.bulletin-content-card{padding:20px 16px}.comparison-explanation{max-width:250px}}
