
:root{
  --cb-blue-950:#06143f;
  --cb-blue-900:#0a255f;
  --cb-blue-800:#0e3a94;
  --cb-blue-700:#1676ff;
  --cb-cyan:#12cbff;
  --cb-cyan-2:#6be4ff;
  --cb-bg:#eaf4ff;
  --cb-surface:#ffffff;
  --cb-surface-2:#f7fbff;
  --cb-border:#d6e4f4;
  --cb-border-strong:#bfd6f1;
  --cb-text:#152842;
  --cb-muted:#69819d;
  --cb-shadow:0 18px 44px rgba(8,33,92,.10);
  --cb-shadow-xl:0 24px 70px rgba(8,33,92,.14);
  --cb-radius:28px;
}

.carbugo-toolbar-wrap{margin-bottom:16px}
.carbugo-toolbar{
  position:relative;
  overflow:hidden;
  padding:18px;
  border-radius:32px;
  border:1px solid var(--cb-border);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,250,255,.98) 100%);
  box-shadow:var(--cb-shadow-xl), inset 0 1px 0 rgba(255,255,255,.8);
}
.carbugo-toolbar::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--cb-cyan) 0%,var(--cb-blue-700) 46%,var(--cb-cyan) 100%);
}
.carbugo-toolbar__main{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:flex-end;
}
.carbugo-toolbar__field{min-width:170px}
.carbugo-toolbar__field--small{width:200px}
.carbugo-toolbar__field--grow{flex:1 1 320px}
.carbugo-toolbar__field label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  color:#506d8d;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.carbugo-toolbar__field--small label::before,
.carbugo-toolbar__field--grow label::before,
.carbugo-city-inline::before,
.carbugo-address-inline::before,
.carbugo-updated-time::before,
.carbugo-enseigne-pill::before,
.carbugo-waze-btn::before,
.carbugo-popup-card__icon,
.carbugo-countbar strong::before,
.carbugo-popup-actions a::before{
  content:"";
  width:16px;
  height:16px;
  display:inline-block;
  flex:0 0 16px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
}
.carbugo-toolbar__field--small label::before,
.carbugo-address-inline::before,
.carbugo-popup-card__icon.is-address{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c66cf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.2-6-11a6 6 0 1 1 12 0c0 5.8-6 11-6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.carbugo-toolbar__field--grow label::before,
.carbugo-city-inline::before,
.carbugo-popup-card__icon.is-city{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c66cf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V8l7-3v16'/%3E%3Cpath d='M12 21v-9l7-3v12'/%3E%3Cpath d='M8 10v1M8 14v1M15 12v1M15 16v1'/%3E%3C/svg%3E");
}
.carbugo-updated-time::before,
.carbugo-popup-card__icon.is-time{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23748dab' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E");
}
.carbugo-enseigne-pill::before,
.carbugo-popup-card__icon.is-brand{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c436f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16l-1 9H5l-1-9Z'/%3E%3Cpath d='M6 10V6l2-2h8l2 2v4'/%3E%3Cpath d='M9 14h.01M15 14h.01'/%3E%3C/svg%3E");
}
.carbugo-waze-btn::before,
.carbugo-popup-actions a.is-waze::before,
.carbugo-popup-card__icon.is-waze{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b69c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 16c-2.4 0-4-1.7-4-4.1C4 7.4 7.7 4 12.2 4 17.1 4 20 7.2 20 11.1c0 3.4-2 5.9-5.1 6.7l-1.1 1.9h-3.6l-.9-1.7'/%3E%3Ccircle cx='9' cy='11' r='1' fill='%230b69c3'/%3E%3Ccircle cx='15' cy='11' r='1' fill='%230b69c3'/%3E%3Cpath d='M9 14c1.6 1.2 4.4 1.2 6 0'/%3E%3C/svg%3E");
}
.carbugo-countbar strong::before,
.carbugo-popup-actions a.is-city::before{
  width:18px;height:18px;flex-basis:18px;background-size:18px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4h8l2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M9 8h4M9 12h6M9 16h6'/%3E%3C/svg%3E");
}

.carbugo-toolbar__field select,
.carbugo-toolbar__field input{
  width:100%;
  height:58px;
  padding:0 18px;
  border:1px solid var(--cb-border-strong);
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  color:var(--cb-text);
  font-size:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.carbugo-toolbar__field select:hover,
.carbugo-toolbar__field input:hover{border-color:#a9c9f0}
.carbugo-toolbar__field select:focus,
.carbugo-toolbar__field input:focus{
  outline:none;
  border-color:#4c8dff;
  box-shadow:0 0 0 4px rgba(76,141,255,.12), 0 10px 20px rgba(16,83,184,.08);
}
.carbugo-toolbar__fuels{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-self:center;
}
.carbugo-toolbar__fuels--city{justify-content:flex-end}
.carbugo-fuel-pill{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 20px;
  border:1px solid #b8d4f7;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%);
  color:#0e66cf;
  text-decoration:none;
  font-weight:900;
  letter-spacing:-.01em;
  box-shadow:0 8px 18px rgba(10,76,173,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.carbugo-fuel-pill input{position:absolute;opacity:0;pointer-events:none}
.carbugo-fuel-pill:hover{transform:translateY(-1px);border-color:#7bb4f9;box-shadow:0 12px 22px rgba(10,76,173,.09)}
.carbugo-fuel-pill.is-active{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(180deg,#1976ff 0%,#09beff 100%);
  box-shadow:0 18px 28px rgba(21,104,255,.20);
}
.carbugo-toolbar__actions{display:flex;flex-wrap:wrap;gap:12px;margin-left:auto}
.carbugo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 20px;
  border-radius:20px;
  border:1px solid #d1e2f8;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  color:#0d63cc;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 24px rgba(10,76,173,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.carbugo-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(10,76,173,.10)}
.carbugo-btn--search{
  min-width:170px;
  color:#fff;
  border-color:transparent;
  background:linear-gradient(180deg,#1976ff 0%,#09beff 100%);
  box-shadow:0 18px 28px rgba(21,104,255,.20);
}
.carbugo-btn--search::before,
.carbugo-btn--reset::before{
  content:"";
  width:16px;
  height:16px;
  margin-right:8px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
}
.carbugo-btn--search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3C/svg%3E")}
.carbugo-btn--reset{color:#c83a32;border-color:#f1c0ba;background:linear-gradient(180deg,#fff 0%,#fff7f6 100%)}
.carbugo-btn--reset::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c83a32' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E")}

.carbugo-toolbar__legend{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.carbugo-legend-pill,
.carbugo-enseigne-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid var(--cb-border);
  background:#fff;
  color:#17304d;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(12,56,133,.05);
}
.carbugo-legend-pill::before,
.carbugo-price-chip__dot{
  content:"";
  width:11px;
  height:11px;
  border-radius:999px;
  display:inline-block;
  flex:0 0 11px;
}
.carbugo-legend-pill.is-low{background:#eefbe8;color:#1f7d24;border-color:#b7e0a7}
.carbugo-legend-pill.is-low::before{background:#45c453;box-shadow:0 0 0 5px rgba(69,196,83,.12)}
.carbugo-legend-pill.is-mid{background:#fff4e3;color:#a86510;border-color:#f0cf97}
.carbugo-legend-pill.is-mid::before{background:#f09a1f;box-shadow:0 0 0 5px rgba(240,154,31,.12)}
.carbugo-legend-pill.is-high{background:#ffebe7;color:#ca4332;border-color:#f2c0b7}
.carbugo-legend-pill.is-high::before{background:#ee5a49;box-shadow:0 0 0 5px rgba(238,90,73,.12)}

.carbugo-city-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:16px;
  padding:20px 22px;
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid var(--cb-border);
  box-shadow:var(--cb-shadow);
}
.carbugo-city-header__title h1{
  margin:0 0 6px;
  color:#072564;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.04em;
}
.carbugo-city-header__title p{margin:0;color:var(--cb-muted);font-weight:700}

.carbugo-results{padding-bottom:10px}
.carbugo-map-panel{
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid var(--cb-border);
  border-radius:34px 34px 0 0;
  box-shadow:var(--cb-shadow-xl);
}
.carbugo-map{
  width:100%;
  height:540px;
  background:linear-gradient(180deg,#dfeaf6 0%,#cfdeef 100%);
}
.carbugo-map .leaflet-container{background:linear-gradient(180deg,#dfeaf6 0%,#cfdeef 100%)}
.carbugo-map .leaflet-control-zoom{
  border:none!important;
  box-shadow:0 22px 42px rgba(8,33,92,.14);
  margin-top:16px!important;
  margin-left:16px!important;
  border-radius:18px;
  overflow:hidden;
}
.carbugo-map .leaflet-control-zoom a{
  width:48px;
  height:48px;
  line-height:46px;
  color:#114894;
  border:none!important;
  background:rgba(255,255,255,.96);
  font-weight:900;
  font-size:26px;
  backdrop-filter:blur(8px);
}
.carbugo-map .leaflet-control-zoom a:hover{background:#fff;color:#0b66cd}
.carbugo-map .leaflet-control-attribution{
  background:rgba(255,255,255,.88)!important;
  border-radius:12px 0 0 0;
  padding:4px 8px!important;
  color:#5b7390;
}
.carbugo-map .leaflet-popup-content-wrapper{
  border-radius:20px;
  border:1px solid #d7e5f4;
  box-shadow:0 28px 60px rgba(8,33,92,.16);
}
.carbugo-map .leaflet-popup-tip{background:#fff}
.carbugo-leaflet-popup .leaflet-popup-content{margin:14px 14px 12px;min-width:230px}

.carbugo-countbar{
  background:linear-gradient(90deg,#0abfff 0%,#1a82ff 52%,#4de1ff 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  font-weight:950;
  font-size:clamp(24px,2.8vw,36px);
  letter-spacing:-.04em;
  box-shadow:0 14px 30px rgba(12,177,255,.20);
}
.carbugo-countbar strong{display:inline-flex;align-items:center;gap:12px}

.carbugo-table-shell{
  background:#fff;
  border:1px solid var(--cb-border);
  border-top:0;
  border-radius:0 0 32px 32px;
  box-shadow:var(--cb-shadow-xl);
  overflow:hidden;
}
.carbugo-table-scroll{width:100%;overflow:auto}
.carbugo-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
  font-size:14px;
  color:var(--cb-text);
}
.carbugo-table thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:linear-gradient(180deg,#f9fbff 0%,#eef5ff 100%);
  color:#0c63d1;
  text-align:left;
  padding:15px 13px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  border-bottom:1px solid #e2ebf7;
  white-space:nowrap;
}
.carbugo-table tbody td{
  padding:14px 13px;
  border-bottom:1px solid #edf3fb;
  vertical-align:top;
}
.carbugo-table tbody tr:nth-child(even){background:#fbfdff}
.carbugo-table tbody tr:hover{background:#f5faff}
.carbugo-station-link{
  display:inline-block;
  color:#0a63cb;
  text-decoration:none;
  font-weight:900;
  font-size:15px;
  line-height:1.25;
}
.carbugo-station-link:hover{color:#084fa5}
.carbugo-table small{display:block;margin-top:5px;color:#7d90aa;font-size:12px}
.carbugo-updated-time,
.carbugo-city-inline,
.carbugo-address-inline{
  display:inline-flex;
  align-items:flex-start;
  gap:7px;
  line-height:1.45;
}
.carbugo-updated-time::before,
.carbugo-city-inline::before,
.carbugo-address-inline::before{margin-top:1px}
.carbugo-city-inline small{color:#7d90aa;font-size:12px}
.carbugo-address-inline{color:#26405f}
.carbugo-price-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:80px;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.06);
}
.carbugo-price-chip__dot{opacity:.94;box-shadow:0 0 0 4px rgba(255,255,255,.16)}
.carbugo-price--low{background:linear-gradient(180deg,#46c754 0%,#2ea93d 100%);color:#fff}
.carbugo-price--low .carbugo-price-chip__dot{background:#d8ffd8}
.carbugo-price--mid{background:linear-gradient(180deg,#f3a42a 0%,#de8214 100%);color:#fff}
.carbugo-price--mid .carbugo-price-chip__dot{background:#ffe7b6}
.carbugo-price--high{background:linear-gradient(180deg,#f26a59 0%,#df4a39 100%);color:#fff}
.carbugo-price--high .carbugo-price-chip__dot{background:#ffd1c8}
.carbugo-price--empty{background:#e8f0f8;color:#69819e}
.carbugo-price--empty .carbugo-price-chip__dot{background:#8ca2bc}
.carbugo-enseigne-pill{
  background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
  color:#17385f;
  border-color:#cde0f8;
  min-height:40px;
  padding:0 14px;
}
.carbugo-waze-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid #a9defd;
  background:linear-gradient(180deg,#ffffff 0%,#ecfaff 100%);
  color:#0b69c3;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(13,105,195,.08);
  white-space:nowrap;
}
.carbugo-waze-btn:hover{transform:translateY(-1px)}
.carbugo-waze-btn.is-disabled{border-color:#dbe6f2;background:#f5f8fc;color:#91a1b8;box-shadow:none}
.carbugo-empty{
  background:#fff;
  border:1px solid var(--cb-border);
  border-top:0;
  padding:22px;
  color:var(--cb-muted);
  font-weight:700;
  border-radius:0 0 28px 28px;
  box-shadow:var(--cb-shadow-xl);
}
.carbugo-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  padding:14px 0 0;
}
.carbugo-pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:36px;
  border-radius:10px;
  text-decoration:none;
  background:#fff;
  border:1px solid #bfd0e7;
  color:#2d4b71;
  font-weight:900;
}
.carbugo-pagination a.is-active{background:#1670d8;border-color:#1670d8;color:#fff}

.carbugo-avg-grid,
.carbugo-city-chip-grid{display:grid;gap:12px}
.carbugo-avg-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}
.carbugo-avg-card,
.carbugo-city-chip,
.carbugo-admin-card{
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  border:1px solid var(--cb-border);
  border-radius:20px;
  box-shadow:0 14px 32px rgba(8,33,92,.08);
  padding:16px;
}
.carbugo-avg-card span,.carbugo-city-chip span{color:var(--cb-muted)}
.carbugo-avg-card strong{display:block;margin-top:8px;font-size:28px;color:#0c2a71}
.carbugo-city-chip{display:block;text-decoration:none;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.carbugo-city-chip:hover{transform:translateY(-2px);border-color:#a9ccf7;box-shadow:0 18px 38px rgba(13,47,146,.10)}
.carbugo-city-chip strong{display:block;margin-bottom:4px}
.carbugo-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1080px}

.carbugo-map-group,
.carbugo-map-station,
.carbugo-map-station-low,
.carbugo-map-station-mid,
.carbugo-map-station-high,
.carbugo-map-cluster{
  position:relative;
  display:grid;
  place-items:center;
  border-radius:999px;
}
.carbugo-map-group{
  width:58px!important;
  height:58px!important;
  border:3px solid rgba(255,255,255,.96);
  background:radial-gradient(circle at 30% 28%, #53e6ff 0%, #2388ff 48%, #0a3b97 100%);
  color:#fff;
  font-weight:950;
  box-shadow:0 24px 40px rgba(10,68,167,.24);
}
.carbugo-map-group::after,
.carbugo-map-cluster::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
}
.carbugo-map-group__label{position:relative;z-index:1;font-size:15px;line-height:1}
.carbugo-map-cluster{
  border:3px solid rgba(255,255,255,.96);
  background:radial-gradient(circle at 30% 28%, #56e7ff 0%, #248bff 52%, #0b3c97 100%);
  color:#fff;
  font-weight:950;
  box-shadow:0 24px 40px rgba(10,68,167,.24);
}
.carbugo-map-cluster span{position:relative;z-index:1;font-size:16px;line-height:1}
.carbugo-map-station,
.carbugo-map-station-low,
.carbugo-map-station-mid,
.carbugo-map-station-high{
  width:26px!important;
  height:26px!important;
  border:3px solid rgba(255,255,255,.98);
  box-shadow:0 12px 24px rgba(8,33,92,.22);
}
.carbugo-map-station::before,
.carbugo-map-station-low::before,
.carbugo-map-station-mid::before,
.carbugo-map-station-high::before{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:999px;
  background:rgba(255,255,255,.26);
}
.carbugo-map-station{background:linear-gradient(180deg,#3f98ff 0%,#176fff 100%)}
.carbugo-map-station-low{background:linear-gradient(180deg,#49d76c 0%,#26a948 100%)}
.carbugo-map-station-mid{background:linear-gradient(180deg,#ffb140 0%,#f08a19 100%)}
.carbugo-map-station-high{background:linear-gradient(180deg,#ff7d69 0%,#e4513f 100%)}


.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background:transparent}
.marker-cluster div{background:transparent}

.carbugo-popup-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.carbugo-popup-card__title{display:block;color:#0a255d;font-size:15px;line-height:1.25}
.carbugo-popup-card__price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:74px;
  min-height:34px;
  padding:0 10px;
  border-radius:999px;
  font-weight:900;
  color:#fff;
}
.carbugo-popup-card__price.carbugo-price--low{background:linear-gradient(180deg,#46c754 0%,#2ea93d 100%)}
.carbugo-popup-card__price.carbugo-price--mid{background:linear-gradient(180deg,#f3a42a 0%,#de8214 100%)}
.carbugo-popup-card__price.carbugo-price--high{background:linear-gradient(180deg,#f26a59 0%,#df4a39 100%)}
.carbugo-popup-card__price.carbugo-price--empty{background:#e8f0f8;color:#6f8199}
.carbugo-popup-card__line{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#5d738f;
  font-size:13px;
  line-height:1.45;
  margin-top:6px;
}
.carbugo-popup-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.carbugo-popup-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border-radius:12px;
  background:linear-gradient(180deg,#ffffff 0%,#eef8ff 100%);
  border:1px solid #bfe0ff;
  color:#066cc8;
  text-decoration:none;
  font-weight:900;
  font-size:12px;
}

@media (max-width: 1100px){
  .carbugo-toolbar__actions{margin-left:0}
}
@media (max-width: 900px){
  .carbugo-map{height:400px}
  .carbugo-city-header{flex-direction:column;align-items:stretch}
}
@media (max-width: 760px){
  .carbugo-toolbar{padding:14px;border-radius:24px}
  .carbugo-toolbar__field--small,
  .carbugo-toolbar__field--grow{width:100%;flex:1 1 100%}
  .carbugo-toolbar__fuels{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}
  .carbugo-toolbar__fuels::-webkit-scrollbar{display:none}
  .carbugo-toolbar__actions{width:100%}
  .carbugo-btn--search,.carbugo-btn--reset{flex:1 1 0;min-width:0}
  .carbugo-map-panel{border-radius:24px 24px 0 0}
  .carbugo-map{height:340px}
}
@media (max-width: 560px){
  .carbugo-countbar{min-height:50px;font-size:24px}
  .carbugo-toolbar__legend{gap:8px;margin-top:12px}
  .carbugo-toolbar__legend .carbugo-legend-pill{font-size:12px;min-height:34px;padding:0 10px}
  .carbugo-table thead{display:none}
  .carbugo-table,
  .carbugo-table tbody,
  .carbugo-table tr,
  .carbugo-table td{display:block;width:100%;min-width:0}
  .carbugo-table{min-width:0}
  .carbugo-table tbody tr{
    margin:10px;
    padding:12px 12px 6px;
    border:1px solid #e5edf6;
    border-radius:18px;
    background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
    box-shadow:0 10px 22px rgba(13,47,146,.05);
  }
  .carbugo-table tbody td{border:0;padding:7px 0}
  .carbugo-table tbody td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:5px;
    color:#5a7191;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
  }
  .carbugo-table-shell{border-radius:0 0 22px 22px}
  .carbugo-empty{border-radius:0 0 22px 22px}
  .carbugo-price-chip{min-width:0}
  .carbugo-waze-btn{width:100%}
}

.carbugo-enseigne-pill.is-empty{color:#7f92aa;background:linear-gradient(180deg,#f7faff 0%,#eef3f9 100%);border-color:#dbe6f2;box-shadow:none}
.carbugo-map-panel{backdrop-filter:blur(8px)}
.carbugo-map{height:500px}
.carbugo-map .leaflet-container{filter:saturate(.96) contrast(1.02)}
.carbugo-map-group{width:52px!important;height:52px!important;font-size:14px}
.carbugo-map-group__label{font-size:14px}
.carbugo-map-cluster span{font-size:15px}
.carbugo-map .leaflet-control-attribution{font-size:11px}
@media (max-width: 900px){.carbugo-map{height:380px}}
@media (max-width: 760px){.carbugo-map{height:320px}}


.carbugo-map-panel{
  border-radius:34px;
  overflow:hidden;
}
.carbugo-map{
  min-height:540px;
}
.carbugo-map-group,
.carbugo-map-cluster{
  background:transparent !important;
  border:none !important;
}
.carbugo-map-group__label,
.carbugo-map-cluster span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  font-size:18px;
  background:linear-gradient(180deg,#30b8ff 0%,#176dfc 100%);
  border:3px solid rgba(255,255,255,.9);
  box-shadow:0 16px 28px rgba(18,72,171,.22);
}
.carbugo-map-station .carbugo-map-pin__core,
.carbugo-map-station-low .carbugo-map-pin__core,
.carbugo-map-station-mid .carbugo-map-pin__core,
.carbugo-map-station-high .carbugo-map-pin__core{
  display:block;
  width:20px;
  height:20px;
  border-radius:999px;
  border:3px solid rgba(255,255,255,.95);
  box-shadow:0 10px 18px rgba(15,40,85,.18);
}
.carbugo-map-station .carbugo-map-pin__core{background:#1f8fff;}
.carbugo-map-station-low .carbugo-map-pin__core{background:#35c759;}
.carbugo-map-station-mid .carbugo-map-pin__core{background:#ff9f0a;}
.carbugo-map-station-high .carbugo-map-pin__core{background:#ff5a5f;}



/* V16 map refinements */
.carbugo-map-panel{
  position:relative;
  border-radius:30px;
  border:1px solid rgba(181,206,234,.95);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(243,248,255,.98) 100%);
  box-shadow:0 28px 74px rgba(8,33,92,.12);
}
.carbugo-map{
  min-height:500px;
  height:500px;
  background:linear-gradient(180deg,#e4edf7 0%,#d7e3f1 100%);
}
.carbugo-map .leaflet-container{
  background:linear-gradient(180deg,#e4edf7 0%,#d7e3f1 100%);
  filter:saturate(.94) contrast(1.03);
}
.carbugo-map .leaflet-control-zoom{
  margin-top:18px!important;
  margin-left:18px!important;
  border-radius:16px;
  box-shadow:0 18px 42px rgba(8,33,92,.15);
}
.carbugo-map .leaflet-control-zoom a{
  width:46px;
  height:46px;
  line-height:44px;
  font-size:24px;
}
.carbugo-map .leaflet-control-attribution{
  font-size:10.5px;
  border-radius:12px 0 0 0;
}
.carbugo-map-group__label,
.carbugo-map-cluster span{
  width:56px;
  height:56px;
  font-size:17px;
  background:linear-gradient(180deg,#35c4ff 0%,#166dfd 100%);
  box-shadow:0 18px 34px rgba(18,72,171,.24);
}
.carbugo-map-station .carbugo-map-pin__core,
.carbugo-map-station-low .carbugo-map-pin__core,
.carbugo-map-station-mid .carbugo-map-pin__core,
.carbugo-map-station-high .carbugo-map-pin__core{
  width:18px;
  height:18px;
  border-width:3px;
}
@media (max-width: 900px){
  .carbugo-map{min-height:380px;height:380px}
}
@media (max-width: 760px){
  .carbugo-map{min-height:320px;height:320px}
}


/* V19 home map clean/pro */
.carbugo-map-panel--overview{
  border-radius:32px;
  border:1px solid rgba(179,205,233,.95);
  box-shadow:0 26px 64px rgba(8,33,92,.10);
}
.carbugo-map--overview{
  min-height:470px;
  height:470px;
}
.carbugo-map--overview .leaflet-container{
  filter:saturate(.90) contrast(1.04) brightness(1.01);
}
.carbugo-map--overview .leaflet-control-zoom a{
  width:44px;
  height:44px;
  line-height:42px;
  font-size:22px;
}
.carbugo-map--overview .leaflet-control-attribution{
  font-size:10px;
}
.carbugo-map--overview .carbugo-map-group__label{
  width:60px;
  height:60px;
  font-size:18px;
  background:linear-gradient(180deg,#3cc8ff 0%,#176dfc 100%);
  box-shadow:0 18px 34px rgba(17,74,175,.22), 0 0 0 6px rgba(255,255,255,.32);
}
@media (max-width: 900px){
  .carbugo-map--overview{min-height:360px;height:360px}
}
@media (max-width: 760px){
  .carbugo-map--overview{min-height:300px;height:300px}
  .carbugo-map--overview .carbugo-map-group__label{width:54px;height:54px;font-size:16px}
}


.carbugo-home-map-note{display:flex;flex-direction:column;gap:6px;margin-top:16px;padding:18px 20px;border:1px solid var(--cb-border);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:0 10px 24px rgba(10,76,173,.06);color:var(--cb-text)}
.carbugo-home-shortcuts{margin-top:14px;padding:18px 20px;border:1px solid var(--cb-border);border-radius:22px;background:rgba(255,255,255,.92)}
.carbugo-home-shortcuts strong{display:block;margin-bottom:12px;color:#0a255f;font-size:15px}
.carbugo-home-shortcuts__list{display:flex;flex-wrap:wrap;gap:10px}
.carbugo-home-shortcut{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #c9ddf5;background:#fff;color:#0d63cc;text-decoration:none;font-weight:800;box-shadow:0 8px 18px rgba(10,76,173,.06)}
.carbugo-home-shortcut:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(10,76,173,.09)}
.carbugo-home-shortcut small{color:#6f88a3;font-weight:700}
.carbugo-map--home_simple{height:520px}
@media (max-width: 767px){.carbugo-map--home_simple{height:420px}.carbugo-home-shortcuts{padding:16px}.carbugo-home-shortcuts__list{gap:8px}}


/* V25 alignment + locate button */
.carbugo-toolbar__fuels{align-self:flex-end}
.carbugo-toolbar__actions{align-self:flex-end;align-items:center}
.carbugo-fuel-pill{min-height:56px;padding:0 22px}
.carbugo-btn{min-height:56px}
.carbugo-btn--locate{min-width:170px;color:#fff;border-color:transparent;background:linear-gradient(180deg,#1976ff 0%,#09beff 100%);box-shadow:0 18px 28px rgba(21,104,255,.20)}
.carbugo-btn--locate::before{content:"";width:16px;height:16px;margin-right:8px;background-repeat:no-repeat;background-position:center;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.2-6-11a6 6 0 1 1 12 0c0 5.8-6 11-6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.3'/%3E%3C/svg%3E")}
.carbugo-geolocate-trigger.is-loading{opacity:.75;pointer-events:none}
@media (min-width:1101px){.carbugo-toolbar__main{gap:16px}.carbugo-toolbar__actions{margin-left:auto}}
@media (max-width:767px){.carbugo-toolbar__actions{width:100%}.carbugo-btn--search,.carbugo-btn--locate,.carbugo-btn--reset{flex:1 1 calc(50% - 8px)}.carbugo-btn--reset{flex-basis:100%}}


/* V26 alignment + full responsive */
.carbugo-toolbar__main{align-items:flex-end}
.carbugo-toolbar__field,.carbugo-toolbar__field--small,.carbugo-toolbar__field--grow{min-width:0}
.carbugo-toolbar__fuels{align-self:flex-end;row-gap:10px}
.carbugo-toolbar__actions{align-self:flex-end;align-items:center;justify-content:flex-end;row-gap:12px}
.carbugo-fuel-pill,.carbugo-btn{min-height:56px}
.carbugo-btn--search,.carbugo-btn--locate{min-width:170px}
@media (max-width: 1200px){.carbugo-toolbar__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.carbugo-toolbar__field--small,.carbugo-toolbar__field--grow{width:100%}.carbugo-toolbar__fuels,.carbugo-toolbar__actions{grid-column:1 / -1}.carbugo-toolbar__actions{margin-left:0;justify-content:flex-start}}
@media (max-width: 760px){.carbugo-toolbar__main{display:flex;flex-wrap:wrap;gap:12px}.carbugo-toolbar__field label{font-size:11px}.carbugo-toolbar__fuels{width:100%;display:flex;flex-wrap:nowrap;overflow:auto;padding:0 2px 2px;scroll-padding-left:2px;-webkit-overflow-scrolling:touch}.carbugo-toolbar__fuels--city{justify-content:flex-start}.carbugo-fuel-pill{flex:0 0 auto;min-height:52px;padding:0 18px}.carbugo-toolbar__actions{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.carbugo-btn,.carbugo-btn--search,.carbugo-btn--locate,.carbugo-btn--reset{width:100%;min-width:0;min-height:52px}}
@media (max-width: 560px){.carbugo-toolbar{padding:12px;border-radius:22px}.carbugo-toolbar__field select,.carbugo-toolbar__field input{height:54px;font-size:15px;padding:0 16px}.carbugo-map{height:300px!important;min-height:300px!important}.carbugo-map--home_simple{height:300px!important}.carbugo-countbar strong{gap:10px;font-size:clamp(20px,7vw,28px)}}


.carbugo-nearby-box{
  margin:0 0 16px;
  padding:18px 20px;
  border:1px solid var(--cb-border);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 12px 24px rgba(10,76,173,.07);
}
.carbugo-nearby-box strong{
  display:block;
  margin-bottom:8px;
  color:#0a255f;
  font-size:18px;
}
.carbugo-nearby-box p{
  margin:0;
  color:var(--cb-muted);
  font-weight:700;
}
.carbugo-nearby-radii{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.carbugo-nearby-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid #b8d4f7;
  background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%);
  color:#0e66cf;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 8px 18px rgba(10,76,173,.06);
}
.carbugo-nearby-chip.is-active{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(180deg,#1976ff 0%,#09beff 100%);
  box-shadow:0 18px 28px rgba(21,104,255,.20);
}
@media (max-width: 767px){
  .carbugo-nearby-box{padding:16px;border-radius:20px}
  .carbugo-nearby-box strong{font-size:16px}
}


.carbugo-copy-block{
  margin-top:18px;
  padding:20px 22px;
  border-radius:28px;
  border:1px solid var(--cb-border);
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
  box-shadow:var(--cb-shadow);
}
.carbugo-copy-block h2{margin:0 0 10px;color:#0b2a70;font-size:24px;line-height:1.1;letter-spacing:-.03em}
.carbugo-copy-block p{margin:0;color:#415a78;line-height:1.75;font-size:15px}
.carbugo-copy-block--compact{padding:18px}
.carbugo-city-chip-grid--departments{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.carbugo-city-chip--department span{display:block;margin-top:6px}

@media (max-width: 760px){
  .carbugo-copy-block{padding:16px 16px 18px;border-radius:22px}
  .carbugo-copy-block h2{font-size:20px}
}

@media (max-width: 760px){
  .carbugo-city-header{padding:18px 16px;}
  .carbugo-city-header__title h1{font-size:clamp(24px,8vw,36px);}
  .carbugo-city-header .carbugo-toolbar__fuels--city{margin-left:-2px;margin-right:-2px;}
  .carbugo-city-header .carbugo-fuel-pill:first-child{margin-left:2px;}
  .carbugo-city-header .carbugo-fuel-pill:last-child{margin-right:2px;}
}

/* V32 compact home blocks */
.carbugo-avg-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.carbugo-city-chip-grid--compact{gap:10px}
.carbugo-city-chip-grid--departments.carbugo-city-chip-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.carbugo-avg-grid--compact .carbugo-avg-card,
.carbugo-city-chip-grid--compact .carbugo-city-chip{padding:12px 14px;border-radius:16px;box-shadow:0 8px 18px rgba(8,33,92,.06)}
.carbugo-avg-grid--compact .carbugo-avg-card span,
.carbugo-city-chip-grid--compact .carbugo-city-chip span{font-size:12px;line-height:1.25}
.carbugo-avg-grid--compact .carbugo-avg-card strong{margin-top:4px;font-size:22px;line-height:1.05}
.carbugo-city-chip-grid--compact .carbugo-city-chip strong{font-size:14px;line-height:1.2;margin-bottom:2px}
@media (max-width: 720px){
  .carbugo-avg-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .carbugo-city-chip-grid--departments.carbugo-city-chip-grid--compact{grid-template-columns:1fr}
}
