@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap";@layer base{:root{--background:#e8ebed;--foreground:#333;--card:#fff;--card-foreground:#333;--popover:#fff;--popover-foreground:#333;--primary:#df6035;--primary-foreground:#fff;--secondary:#2f4b79;--secondary-foreground:#fff;--muted:#f9fafb;--muted-foreground:#6b7280;--accent:#d6e4f0;--accent-foreground:#1e3a8a;--destructive:#ef4444;--destructive-foreground:#fff;--border:#e5e7eb;--input:#f4f5f7;--ring:#e05d38;--radius:.5rem;--chart-1:#7399bf;--chart-2:#e16f41;--chart-3:#d54450;--chart-4:#e2b146;--chart-5:#3c4c76;--sidebar:#dddfe2;--sidebar-foreground:#333;--sidebar-primary:#e05d38;--sidebar-primary-foreground:#fff;--sidebar-accent:#d6e4f0;--sidebar-accent-foreground:#1e3a8a;--sidebar-border:#e5e7eb;--sidebar-ring:#e05d38;--font-sans:"Outfit", system-ui, sans-serif;--font-mono:"Fira Code", ui-monospace, monospace}.dark{--background:#1a1a1a;--foreground:#e5e5e5;--card:#202020;--card-foreground:#e5e5e5;--popover:#202020;--popover-foreground:#e5e5e5;--primary:#df6035;--primary-foreground:#fff;--secondary:#284167;--secondary-foreground:#e5e5e5;--muted:#2a2a2a;--muted-foreground:gray;--accent:#2a3656;--accent-foreground:#d6e4f0;--border:#2a2a2a;--input:#2a2a2a;--ring:#e05d38}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);margin:0;line-height:1.5}.wrap{max-width:960px;margin:0 auto;padding:20px 16px 48px}.hero{padding:24px 0 16px}.hero h1{letter-spacing:-.01em;margin:0 0 6px;font-size:1.8rem;font-weight:600}.hero .sub{color:var(--muted-foreground);margin:0;font-size:.95rem}.kpi-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;align-items:stretch;gap:12px;margin:20px 0;display:grid}.kpi-grid>.card{height:100%;margin:0}@media (width>=720px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}.kpi-grid .card{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:18px 12px;display:flex}.kpi{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.kpi-label{color:var(--muted-foreground);font-size:.78rem;font-weight:500;line-height:1.2}.kpi-value{font-family:var(--font-mono);color:var(--foreground);text-overflow:ellipsis;flex-direction:column;justify-content:center;align-items:center;min-width:0;max-width:100%;min-height:3.2rem;font-size:1.4rem;font-weight:500;line-height:1.05;display:flex;overflow:hidden}.kpi-value.small{letter-spacing:-.01em;font-size:.8rem;font-weight:600;line-height:1.25}.kpi-value.small .row{display:block}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:0 1px 3px #1a1a1a14}.chart-card{margin:0}.wrap>section+section{margin-top:18px}.chart-card h2,.card h2{margin:0 0 4px;font-size:1.15rem;font-weight:600}.hint{color:var(--muted-foreground);margin:0 0 14px;font-size:.82rem}.chart-box{width:100%;height:260px;position:relative}.model-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.model-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);padding:12px 14px;font-size:.9rem}.mi-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.mi-name{color:var(--foreground);word-break:break-all;font-size:.82rem;font-weight:600}.mi-prices{flex-wrap:wrap;align-items:baseline;gap:16px;display:flex}.mi-prices .price{color:var(--muted-foreground);flex-direction:column;gap:2px;min-width:60px;font-size:.78rem;display:flex}.mi-prices .price i{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:.7rem;font-style:normal}.mi-prices .price b{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:.88rem}.mi-prices .sep{background:var(--border);width:1px;height:24px;min-width:unset;flex-shrink:0;align-self:center}.badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.b-free{background:var(--primary);color:var(--primary-foreground)}.b-nous{color:#2e7d32;background:#e8f5e9}.b-oc{color:#e65100;background:#fff3e0}.b-miss{background:var(--muted);color:var(--muted-foreground)}.search-row{margin-bottom:12px}.search-row.two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=480px){.search-row.two-col{grid-template-columns:1fr}}.search-input{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);width:100%;color:var(--foreground);padding:10px 12px;font-family:inherit;font-size:.9rem}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)33;outline:none}.chart-box{width:100%;height:100%;min-height:420px;position:relative}.chart-card{min-height:520px}.chart-card .chart-box{min-height:460px}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.chip{border:1px solid var(--border);background:var(--muted);color:var(--foreground);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.78rem;transition:background .15s,border-color .15s}.chip:hover{background:var(--background)}.chip.active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.model-item[hidden]{display:none!important}.foot{color:var(--muted-foreground);text-align:center;margin-top:28px;font-size:.78rem}
