/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bty74ge1ud] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bty74ge1ud] {
    flex: 1;
}

.sidebar[b-bty74ge1ud] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bty74ge1ud] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bty74ge1ud]  a, .top-row[b-bty74ge1ud]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bty74ge1ud]  a:hover, .top-row[b-bty74ge1ud]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bty74ge1ud]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* CENTERED LOGO HEADER */
.app-header[b-bty74ge1ud] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(248, 250, 252, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.96);
}

.app-header-inner[b-bty74ge1ud] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.6rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-logo-link[b-bty74ge1ud] {
    display: inline-block;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-logo-link:hover[b-bty74ge1ud] {
    opacity: 0.85;
    transform: translateY(-1px);
}

.app-logo[b-bty74ge1ud] {
    display: block;
    height: 2.8rem;
    width: auto;
    object-fit: contain;
}

@media (max-width: 640.98px) {
    .top-row[b-bty74ge1ud] {
        justify-content: space-between;
    }

    .top-row[b-bty74ge1ud]  a, .top-row[b-bty74ge1ud]  .btn-link {
        margin-left: 0;
    }

    .container[b-bty74ge1ud] {
        padding: 10px;
    }

    .hero[b-bty74ge1ud] {
        padding: 30px 15px;
    }

    .hero h1[b-bty74ge1ud] {
        font-size: 1.8em;
    }

    .price-card[b-bty74ge1ud] {
        margin-bottom: 20px;
    }

    .stats-grid[b-bty74ge1ud] {
        grid-template-columns: 1fr;
    }

    .app-header-inner[b-bty74ge1ud] {
        padding: 0.5rem 0.75rem;
    }

    .app-logo[b-bty74ge1ud] {
        height: 2.2rem;
    }
}

@media (min-width: 641px) {
    .page[b-bty74ge1ud] {
        flex-direction: row;
    }

    .sidebar[b-bty74ge1ud] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bty74ge1ud] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bty74ge1ud]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bty74ge1ud], article[b-bty74ge1ud] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .app-header-inner[b-bty74ge1ud] {
        padding: 0.7rem 1.2rem;
    }

    .app-logo[b-bty74ge1ud] {
        height: 3rem;
    }
}

#blazor-error-ui[b-bty74ge1ud] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bty74ge1ud] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zr3zpbm19f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #333333;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0.1);
}

.navbar-toggler:checked[b-zr3zpbm19f] {
    background-color: rgba(0, 0, 0, 0.2);
}

.top-row[b-zr3zpbm19f] {
    min-height: 3.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.bi[b-zr3zpbm19f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-zr3zpbm19f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-zr3zpbm19f] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-zr3zpbm19f] {
    padding-bottom: 1rem;
}

.nav-item[b-zr3zpbm19f]  .nav-link {
    color: #333333;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0.8rem 1.2rem;
}

.nav-item[b-zr3zpbm19f]  a.active {
    background-color: #e9ecef;
    color: #198754;
    font-weight: 500;
}

.nav-item[b-zr3zpbm19f]  .nav-link:hover {
    background-color: #e9ecef;
    color: #198754;
}

.nav-scrollable[b-zr3zpbm19f] {
    display: none;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zr3zpbm19f] {
    display: block;
}

/* Icon colors */
.bi-house-door-fill-nav-menu[b-zr3zpbm19f],
.bi-plus-square-fill-nav-menu[b-zr3zpbm19f],
.bi-list-nested-nav-menu[b-zr3zpbm19f],
.bi-person-fill-nav-menu[b-zr3zpbm19f],
.bi-arrow-bar-left-nav-menu[b-zr3zpbm19f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-zr3zpbm19f] {
        display: none;
    }

    .nav-scrollable[b-zr3zpbm19f] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.logo[b-zr3zpbm19f] {
    max-width: 150px;
    height: auto;
}

.navbar-brand[b-zr3zpbm19f] {
    padding: 0;
}

.navbar-brand img[b-zr3zpbm19f] {
    max-height: 40px;
    width: auto;
}

.logo-link[b-zr3zpbm19f] {
    display: flex;
    align-items: center;
    margin-right: auto;
}

@media (max-width: 640.98px) {
    .navbar-brand img[b-zr3zpbm19f] {
        max-height: 30px;
    }
}
/* /Components/OutputResults/PollSlovenia.razor.rz.scp.css */
/* ================================================================
   PollSlovenia — sondaggio compatto post-risultati
   ================================================================ */

/* ── Card contenitore ── */
.poll-card[b-3o0a7j10mu] {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    padding: 14px 16px;
    margin-top: 16px;
    animation: pollIn-b-3o0a7j10mu 0.25s ease;
}

@keyframes pollIn-b-3o0a7j10mu {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Titolo ── */
.poll-title[b-3o0a7j10mu] {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.poll-title i[b-3o0a7j10mu] {
    color: #1E88E5;
    font-size: 14px;
}

/* ── Bottoni opzioni ── */
.poll-options[b-3o0a7j10mu] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.poll-btn[b-3o0a7j10mu] {
    flex: 1;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1.5px solid #E5E7EB;
    background: #F9FAFB;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    transition: background 0.12s, border-color 0.12s, transform 0.08s;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.poll-btn:active[b-3o0a7j10mu] {
    transform: scale(0.96);
}

.poll-flag[b-3o0a7j10mu] {
    font-size: 20px;
    line-height: 1;
}

/* Slovenia — verde */
.poll-btn-slov:hover[b-3o0a7j10mu],
.poll-btn-slov:active[b-3o0a7j10mu] {
    background: #DCFCE7;
    border-color: #16A34A;
    color: #15803D;
}

/* Italia — blu */
.poll-btn-ital:hover[b-3o0a7j10mu],
.poll-btn-ital:active[b-3o0a7j10mu] {
    background: #DBEAFE;
    border-color: #1E88E5;
    color: #1565C0;
}

/* Non lo so — grigio */
.poll-btn-nls:hover[b-3o0a7j10mu],
.poll-btn-nls:active[b-3o0a7j10mu] {
    background: #F3F4F6;
    border-color: #9CA3AF;
    color: #374151;
}

/* ── Conferma voto ── */
.poll-thanks[b-3o0a7j10mu] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 12px 14px;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #15803D;
    animation: pollIn-b-3o0a7j10mu 0.2s ease;
}

.poll-thanks i[b-3o0a7j10mu] {
    font-size: 16px;
    color: #16A34A;
}
/* /Components/OutputResults/SloveniaConvenienceRecap.razor.rz.scp.css */
/* ================================================================
   SloveniaConvenienceRecap — gradient card fedele al design Flutter
   ================================================================ */

.verdict-card[b-gy5g2l8wei] {
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Gradiente verde se conviene Slovenia, blu se conviene Italia */
.card-slov[b-gy5g2l8wei] { background: linear-gradient(135deg, #14532D 0%, #16A34A 100%); }
.card-ital[b-gy5g2l8wei] { background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%); }

/* ── Esito principale ── */
.verdict-top[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.verdict-flag[b-gy5g2l8wei] {
    font-size: 38px;
    line-height: 1;
    flex-shrink: 0;
}

.verdict-text[b-gy5g2l8wei] { flex: 1; min-width: 0; }

.verdict-title[b-gy5g2l8wei] {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}

.verdict-sub[b-gy5g2l8wei] {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.4;
}

/* ── Divisore ── */
.verdict-divider[b-gy5g2l8wei] {
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 14px 0;
}

/* ── Breakdown 3 colonne ── */
.verdict-breakdown[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
}

.vb-col[b-gy5g2l8wei] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.vb-sep[b-gy5g2l8wei] {
    width: 1px;
    align-self: stretch;
    background: rgba(255,255,255,0.25);
    margin: 0 12px;
}

.vb-label[b-gy5g2l8wei] {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    line-height: 1.3;
}

.vb-value[b-gy5g2l8wei] {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.vb-bold[b-gy5g2l8wei] { font-size: 15px; font-weight: 800; }

/* Verde pallido (green-300) per valori positivi, rosso pallido per negativi */
.vb-pos[b-gy5g2l8wei] { color: #86EFAC; }
.vb-neg[b-gy5g2l8wei] { color: #FCA5A5; }
/* /Components/Pages/Admin-stats.razor.rz.scp.css */
/* ================================================================
   Admin Stats Dashboard
   ================================================================ */

.admin-stats-root[b-y71bsuwbie] {
    padding: 1.5rem 1.25rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ── Header ── */
.admin-header[b-y71bsuwbie] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.admin-header-text[b-y71bsuwbie] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.admin-title[b-y71bsuwbie] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.admin-subtitle[b-y71bsuwbie] {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

.refresh-btn[b-y71bsuwbie] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1.5px solid #E5E7EB;
    background: #ffffff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.refresh-btn:hover:not(:disabled)[b-y71bsuwbie] {
    background: #F9FAFB;
    border-color: #D1D5DB;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.refresh-btn:disabled[b-y71bsuwbie] {
    opacity: 0.6;
    cursor: not-allowed;
}

.refresh-spin[b-y71bsuwbie] {
    display: inline-block;
    animation: spin-b-y71bsuwbie 0.8s linear infinite;
    font-size: 1rem;
}

/* ── Loading state ── */
.loading-state[b-y71bsuwbie] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 1rem;
    color: #6B7280;
}

.loading-spinner-lg[b-y71bsuwbie] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 3px solid rgba(37, 99, 235, 0.15);
    border-top-color: #2563EB;
    animation: spin-b-y71bsuwbie 0.75s linear infinite;
}

.loading-text[b-y71bsuwbie] {
    font-size: 0.9rem;
    margin: 0;
}

/* ── Section ── */
.stats-section[b-y71bsuwbie] {
    margin-bottom: 2rem;
}

.section-header[b-y71bsuwbie] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}

.section-title[b-y71bsuwbie] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-hint[b-y71bsuwbie] {
    font-size: 0.78rem;
    color: #9CA3AF;
    font-style: italic;
}

/* ── Live badge ── */
.live-badge[b-y71bsuwbie] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 999px;
    background: #FEF2F2;
    color: #DC2626;
    border: 1px solid #FCA5A5;
    animation: pulse-live-b-y71bsuwbie 2s ease-in-out infinite;
}

@keyframes pulse-live-b-y71bsuwbie {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.65; }
}

/* ── KPI Grid ── */
.kpi-grid[b-y71bsuwbie] {
    display: grid;
    gap: 1rem;
}

.kpi-grid-4[b-y71bsuwbie] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.kpi-grid-3[b-y71bsuwbie] {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

/* ── KPI Card ── */
.kpi-card[b-y71bsuwbie] {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.14s, transform 0.1s;
}

.kpi-card:hover[b-y71bsuwbie] {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* Accent variants */
.kpi-card.accent-blue[b-y71bsuwbie]   { border-left: 4px solid #2563EB; }
.kpi-card.accent-green[b-y71bsuwbie]  { border-left: 4px solid #16A34A; }
.kpi-card.accent-purple[b-y71bsuwbie] { border-left: 4px solid #7C3AED; }
.kpi-card.accent-orange[b-y71bsuwbie] { border-left: 4px solid #EA580C; }

.kpi-card.conversion-highlight[b-y71bsuwbie] {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
}

.kpi-icon-wrap[b-y71bsuwbie] {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: #F9FAFB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border: 1px solid #F3F4F6;
}

.kpi-body[b-y71bsuwbie] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.kpi-value[b-y71bsuwbie] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    letter-spacing: -0.02em;
}

.kpi-pct[b-y71bsuwbie] {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.75;
}

.kpi-label[b-y71bsuwbie] {
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 500;
}

/* ── Chart wrapper ── */
.chart-wrapper[b-y71bsuwbie] {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ── Animation ── */
@keyframes spin-b-y71bsuwbie {
    to { transform: rotate(360deg); }
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .admin-stats-root[b-y71bsuwbie] {
        padding: 1rem 0.9rem 2rem;
    }

    .admin-title[b-y71bsuwbie] {
        font-size: 1.25rem;
    }

    .kpi-card[b-y71bsuwbie] {
        padding: 0.9rem 1rem;
    }

    .kpi-value[b-y71bsuwbie] {
        font-size: 1.5rem;
    }

    .kpi-icon-wrap[b-y71bsuwbie] {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.2rem;
    }

    .kpi-grid-4[b-y71bsuwbie],
    .kpi-grid-3[b-y71bsuwbie] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 360px) {
    .kpi-grid-4[b-y71bsuwbie],
    .kpi-grid-3[b-y71bsuwbie] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/CercaDistributori.razor.rz.scp.css */
/* PAGE LAYOUT - matching Home style */
.page-wrapper[b-ob01v59gfx] {
    min-height: 100vh;
    padding: 1.25rem 1rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
}

.page-header[b-ob01v59gfx] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.page-title[b-ob01v59gfx] {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 750;
    color: #111827;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.01em;
}

.subtitle-icon[b-ob01v59gfx] {
    margin-right: 0.35rem;
}

.page-subtitle[b-ob01v59gfx] {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
    .page-wrapper[b-ob01v59gfx] {
        padding: 0.6rem 0.75rem 1.4rem;
    }
    
    .page-title[b-ob01v59gfx] {
        font-size: 1.35rem;
    }
    
    .page-subtitle[b-ob01v59gfx] {
        font-size: 0.8rem;
    }
}

/* TABLET & DESKTOP */
@media (min-width: 768px) {
    .page-wrapper[b-ob01v59gfx] {
        padding: 1.8rem 1.5rem 2.5rem;
    }
    
    .page-header[b-ob01v59gfx] {
        margin-bottom: 2rem;
    }
    
    .page-title[b-ob01v59gfx] {
        font-size: 2rem;
    }
    
    .page-subtitle[b-ob01v59gfx] {
        font-size: 1rem;
    }
}
/* /Components/Pages/DistributoriVicini.razor.rz.scp.css */
/* ================================================================
   DistributoriVicini — mobile-first, fedele al design Flutter
   ================================================================ */

/* ── PAGE ── */
.results-page[b-xh7ijog6wa] {
    min-height: 100vh;
    background: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ── HEADER (bianco, identico alle altre pagine dell'app) ── */
.page-header[b-xh7ijog6wa] {
    padding: 1rem 1rem 0;
}

.back-btn[b-xh7ijog6wa] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    color: #6B7280;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.25rem 0;
    margin-bottom: 0.75rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.back-btn i[b-xh7ijog6wa] { font-size: 0.75rem; }
.back-btn:active[b-xh7ijog6wa] { color: #374151; }

.header-title-block[b-xh7ijog6wa] {
    text-align: center;
    margin-bottom: 0.25rem;
}

.page-title[b-xh7ijog6wa] {
    font-size: 1.5rem;
    font-weight: 750;
    color: #111827;
    margin: 0 0 0.4rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.title-icon[b-xh7ijog6wa] {
    color: #1E88E5;
    margin-right: 0.35rem;
    font-size: 1.2rem;
}

.page-location[b-xh7ijog6wa] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    margin: 0;
    font-size: 0.8125rem;
    color: #6B7280;
    line-height: 1.4;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.loc-icon[b-xh7ijog6wa] {
    color: #1E88E5;
    font-size: 0.75rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ── STATE SCREENS ── */
.state-center[b-xh7ijog6wa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    text-align: center;
}

.spin-ic[b-xh7ijog6wa] {
    font-size: 36px;
    color: #1E88E5;
}

.state-icon-big[b-xh7ijog6wa] {
    font-size: 56px;
    color: #D1D5DB;
    margin-bottom: 16px;
}

.state-title[b-xh7ijog6wa] {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 8px 0 0;
}

.state-text[b-xh7ijog6wa] {
    font-size: 14px;
    color: #6B7280;
    margin-top: 8px;
}

.btn-retry[b-xh7ijog6wa] {
    background: #1E88E5;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    touch-action: manipulation;
}

.btn-retry:active[b-xh7ijog6wa] { background: #1565C0; }

/* ── SCROLL WRAPPER ── */
.results-scroll[b-xh7ijog6wa] {
    padding: 16px 16px 32px;
}

/* ── CHIPS ── */
.chips-row[b-xh7ijog6wa] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.chip[b-xh7ijog6wa] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 999px;
    border: 1px solid #E5E7EB;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    max-width: 100%;
    line-height: 1.3;
}

.chip i[b-xh7ijog6wa] {
    font-size: 11px;
    color: #6B7280;
    flex-shrink: 0;
}

.chip-green[b-xh7ijog6wa]        { color: #16A34A; border-color: #BBF7D0; }
.chip-green i[b-xh7ijog6wa]      { color: #16A34A; }
.chip-purple[b-xh7ijog6wa]       { color: #7C3AED; border-color: #DDD6FE; }
.chip-purple i[b-xh7ijog6wa]     { color: #7C3AED; }

/* ── COUNT LABEL ── */
.count-label[b-xh7ijog6wa] {
    font-size: 13px;
    color: #6B7280;
    font-weight: 500;
    margin: 20px 0 10px;
}

/* ── TABLE CONTAINER ── */
.stations-table[b-xh7ijog6wa] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* ── TABLE HEADER ── */
.table-header-row[b-xh7ijog6wa] {
    background: #1565C0;
    padding: 9px 12px;
    display: flex;
    align-items: center;
}

.th[b-xh7ijog6wa] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
}

.th-rank[b-xh7ijog6wa]    { width: 26px;  flex-shrink: 0; }
.th-station[b-xh7ijog6wa] { flex: 1;      padding-left: 6px; }
.th-info[b-xh7ijog6wa]    { width: 28px;  flex-shrink: 0; }
.th-price[b-xh7ijog6wa]   { width: 50px;  text-align: right; flex-shrink: 0; }
.th-dist[b-xh7ijog6wa]    { width: 34px;  text-align: right; flex-shrink: 0; }
.th-total[b-xh7ijog6wa]   { width: 54px;  text-align: right; flex-shrink: 0; }
.th-nav[b-xh7ijog6wa]     { width: 30px;  flex-shrink: 0; }

/* ── DATA ROWS ── */
.table-data-row[b-xh7ijog6wa] {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

.table-data-row:active[b-xh7ijog6wa] { filter: brightness(0.96); }

.row-first[b-xh7ijog6wa] { background: #FFFBEB; }
.row-alt[b-xh7ijog6wa]   { background: #F9FAFB; }
.row-even[b-xh7ijog6wa]  { background: #fff; }

/* ── TD CELLS (mirror TH widths) ── */
.td[b-xh7ijog6wa] {
    display: flex;
    align-items: center;
}

.td-rank[b-xh7ijog6wa]    { width: 26px;  flex-shrink: 0; }
.td-station[b-xh7ijog6wa] { flex: 1;      flex-direction: column; align-items: flex-start; min-width: 0; padding-left: 6px; }
.td-info[b-xh7ijog6wa]    { width: 28px;  flex-shrink: 0; justify-content: center; }
.td-price[b-xh7ijog6wa]   { width: 50px;  justify-content: flex-end; flex-shrink: 0; }
.td-dist[b-xh7ijog6wa]    { width: 34px;  justify-content: flex-end; flex-shrink: 0;
              font-size: 12px; color: #6B7280; }
.td-total[b-xh7ijog6wa]   { width: 54px;  justify-content: flex-end; flex-shrink: 0; }
.td-nav[b-xh7ijog6wa]     { width: 30px;  justify-content: flex-end; flex-shrink: 0; padding-left: 4px; }

/* ── RANK BADGES ── */
.rank-badge[b-xh7ijog6wa] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.rank-gold[b-xh7ijog6wa]    { background: #D97706; }
.rank-silver[b-xh7ijog6wa]  { background: #9CA3AF; }
.rank-bronze[b-xh7ijog6wa]  { background: #92400E; }
.rank-default[b-xh7ijog6wa] { background: #D1D5DB; color: #374151; }

/* ── STATION CELL ── */
.sname-row[b-xh7ijog6wa] {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    min-width: 0;
}

.flag-em[b-xh7ijog6wa] { font-size: 11px; flex-shrink: 0; }

.sname[b-xh7ijog6wa] {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.scity[b-xh7ijog6wa] {
    font-size: 10px;
    color: #6B7280;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 1px;
}

.saddr[b-xh7ijog6wa] {
    font-size: 9.5px;
    color: #9CA3AF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-style: italic;
    margin-top: 1px;
}

.ic-expire[b-xh7ijog6wa] { font-size: 11px; color: #F97316; flex-shrink: 0; margin-left: 2px; }
.ic-self[b-xh7ijog6wa]   { font-size: 11px; color: #0891B2; flex-shrink: 0; margin-left: 2px; }

/* ── INFO ICON ── */
.ic-info[b-xh7ijog6wa]        { font-size: 15px; color: #9CA3AF; }
.ic-info-active[b-xh7ijog6wa] { color: #1E88E5; }

/* ── PRICE ── */
.td-price[b-xh7ijog6wa] {
    font-size: 13px;
    font-weight: 800;
}

.price-ital[b-xh7ijog6wa] { color: #1E88E5; }
.price-slov[b-xh7ijog6wa] { color: #EA580C; }

/* ── TOTAL ── */
.td-total[b-xh7ijog6wa] {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
}

.total-best[b-xh7ijog6wa] { color: #16A34A; }

/* ── NAVIGATE BUTTON ── */
.nav-btn[b-xh7ijog6wa] {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.nav-btn i[b-xh7ijog6wa] { font-size: 18px; color: #1E88E5; }
.nav-btn:active i[b-xh7ijog6wa] { opacity: 0.7; }

/* ── ROW SEPARATOR ── */
.row-sep[b-xh7ijog6wa] {
    height: 1px;
    background: #F3F4F6;
    margin: 0 12px;
}

/* ── DETAIL PANEL ── */
.detail-panel[b-xh7ijog6wa] {
    padding: 0 12px 12px;
    animation: panelIn-b-xh7ijog6wa 0.15s ease;
}

@keyframes panelIn-b-xh7ijog6wa {
    from { opacity: 0; transform: translateY(-3px); }
    to   { opacity: 1; transform: translateY(0); }
}

.detail-sep[b-xh7ijog6wa] {
    height: 1px;
    margin-bottom: 10px;
}

.sep-ital[b-xh7ijog6wa] { background: rgba(30,136,229,0.2); }
.sep-slov[b-xh7ijog6wa] { background: rgba(234,88,12,0.2); }

.detail-grid[b-xh7ijog6wa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.detail-col[b-xh7ijog6wa] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dl[b-xh7ijog6wa] {
    font-size: 10px;
    color: #9CA3AF;
}

.dv[b-xh7ijog6wa] {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.dv-bold[b-xh7ijog6wa]  { font-weight: 800; }
.dv-green[b-xh7ijog6wa] { color: #16A34A; }
.dv-gray[b-xh7ijog6wa]  { color: #6B7280; }
.dv-ital[b-xh7ijog6wa]  { color: #1E88E5; }
.dv-slov[b-xh7ijog6wa]  { color: #EA580C; }

.detail-date[b-xh7ijog6wa] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #9CA3AF;
    margin-top: 4px;
}

.detail-date i[b-xh7ijog6wa] { font-size: 10px; }

/* ── TABLE FOOTNOTE ── */
.table-footnote[b-xh7ijog6wa] {
    padding: 8px 12px;
    background: #F9FAFB;
    font-size: 10px;
    color: #9CA3AF;
    font-style: italic;
}

/* ── SAFE AREA (iPhone notch) ── */
@supports (padding: max(0px)) {
    .page-header[b-xh7ijog6wa] {
        padding-top: max(1rem, env(safe-area-inset-top));
    }
}

/* ── MOBILE ── */
@media (max-width: 767px) {
    .page-title[b-xh7ijog6wa] { font-size: 1.3rem; }
}

/* ── POLL WRAPPER ── */
.poll-wrapper[b-xh7ijog6wa] {
    margin-top: 20px;
    margin-bottom: 4px;
}

/* Card principale */
.poll-wrapper[b-xh7ijog6wa]  .poll-card {
    background: #ffffff;
    border: 1.5px solid #93C5FD;
    border-top: 4px solid #1E88E5;
    border-radius: 18px;
    padding: 18px 16px 16px;
    box-shadow: 0 8px 28px rgba(30,136,229,0.13), 0 2px 8px rgba(0,0,0,0.05);
    animation: pollBounce-b-xh7ijog6wa 0.42s cubic-bezier(0.34, 1.4, 0.64, 1);
    margin-top: 0;
}

@keyframes pollBounce-b-xh7ijog6wa {
    from { opacity: 0; transform: translateY(18px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

/* Titolo */
.poll-wrapper[b-xh7ijog6wa]  .poll-title {
    font-size: 15px;
    font-weight: 800;
    color: #1E3A5F;
    margin-bottom: 14px;
    gap: 8px;
}

.poll-wrapper[b-xh7ijog6wa]  .poll-title i {
    color: #1E88E5;
    font-size: 18px;
}

/* Griglia opzioni */
.poll-wrapper[b-xh7ijog6wa]  .poll-options {
    gap: 10px;
}

/* Bottoni — già colorati di default (no hover necessario su mobile) */
.poll-wrapper[b-xh7ijog6wa]  .poll-btn {
    padding: 18px 8px 14px;
    border-radius: 14px;
    border-width: 2px;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.14s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.12s;
}

.poll-wrapper[b-xh7ijog6wa]  .poll-btn:active {
    transform: scale(0.94) !important;
    box-shadow: none !important;
}

/* Slovenia — verde */
.poll-wrapper[b-xh7ijog6wa]  .poll-btn-slov {
    background: #DCFCE7;
    border-color: #16A34A;
    color: #15803D;
}

/* Italia — blu */
.poll-wrapper[b-xh7ijog6wa]  .poll-btn-ital {
    background: #DBEAFE;
    border-color: #2563EB;
    color: #1565C0;
}

/* Non lo so — grigio neutro */
.poll-wrapper[b-xh7ijog6wa]  .poll-btn-nls {
    background: #F3F4F6;
    border-color: #9CA3AF;
    color: #4B5563;
}

/* Hover per desktop */
.poll-wrapper[b-xh7ijog6wa]  .poll-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Flag grande */
.poll-wrapper[b-xh7ijog6wa]  .poll-flag {
    font-size: 28px;
}

/* Conferma voto */
.poll-wrapper[b-xh7ijog6wa]  .poll-thanks {
    margin-top: 0;
}

/* ── TABLET / DESKTOP ── */
@media (min-width: 640px) {
    .page-header[b-xh7ijog6wa] { padding: 1.5rem 1.5rem 0; }
    .page-title[b-xh7ijog6wa]  { font-size: 1.75rem; }
    .results-scroll[b-xh7ijog6wa] {
        max-width: 720px;
        margin: 0 auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ROOT LAYOUT */
.home-root[b-6a656bhly8] {
    min-height: 100vh;
    padding: 1.25rem 1rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HERO MOBILE FIRST */
.hero-mobile[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: radial-gradient(circle at top left, #1e88e5 0, #0d47a1 45%, #050816 100%);
    color: #ffffff;
    border-radius: 1.5rem;
    padding: 1.4rem 1.3rem 1.6rem;
    box-shadow: 0 16px 40px rgba(13, 71, 161, 0.3);
    position: relative;
    overflow: hidden;
}

/* Decorazione soft */
.hero-mobile[b-6a656bhly8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0 0, rgba(255,255,255,0.18), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-top[b-6a656bhly8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hero-badge[b-6a656bhly8] {
    display: flex;
    justify-content: flex-start;
}

.badge-pill[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e2e8f0;
}

.hero-title[b-6a656bhly8] {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 750;
    margin: 0;
}

.hero-highlight[b-6a656bhly8] {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.95;
}

.hero-subtitle[b-6a656bhly8] {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #e3f2fd;
    max-width: 28rem;
}

.hero-actions[b-6a656bhly8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* CTA PRINCIPALE */
.btn-primary-cta[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #00c853, #1de9b6);
    color: #0b1726;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(0, 200, 83, 0.35);
    transform-origin: center;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out, filter 0.12s ease-out;
}

.btn-primary-main[b-6a656bhly8] {
    font-size: 0.98rem;
    font-weight: 700;
}

.btn-primary-sub[b-6a656bhly8] {
    font-size: 0.78rem;
    opacity: 0.85;
}

.btn-primary-cta:active[b-6a656bhly8] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 8px 22px rgba(0, 200, 83, 0.28);
    filter: brightness(0.98);
}

.hero-secondary-info[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: #cfd8dc;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(12px);
    align-self: flex-start;
}

.dot-online[b-6a656bhly8] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #69f0ae;
    box-shadow: 0 0 0 4px rgba(105, 240, 174, 0.3);
}

/* BLOCCO PROVINCIA + CARDS */
.province-and-status[b-6a656bhly8] {
    margin-top: 1.5rem;
}

.province-card[b-6a656bhly8] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1rem 0.9rem 1.1rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.province-card-header[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.section-title-main[b-6a656bhly8] {
    font-size: 1.15rem;
    margin: 0;
    color: #111827;
    font-weight: 700;
}

.section-subtitle[b-6a656bhly8] {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Selector provincia (stesso naming, nuovo styling) */
.province-selector-inline[b-6a656bhly8] {
    align-self: stretch;
}

.selector-container-compact[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: linear-gradient(120deg, #1e88e5, #1565c0);
    box-shadow: 0 8px 20px rgba(21, 101, 192, 0.35);
}

.selector-label-compact[b-6a656bhly8] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #e3f2fd;
    font-size: 0.8rem;
    font-weight: 600;
}

.selector-label-compact i[b-6a656bhly8] {
    font-size: 0.9rem;
}

.province-dropdown-compact[b-6a656bhly8] {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(13, 71, 161, 0.35);
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    min-width: 6rem;
}

.province-dropdown-compact option[b-6a656bhly8] {
    background: #0d47a1;
    color: #ffffff;
}

/* LOADING / NO DATA */
.loading-section[b-6a656bhly8] {
    text-align: center;
    padding: 2.3rem 1rem 2rem;
    color: #4b5563;
}

.loading-spinner[b-6a656bhly8] {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.spinner-circle[b-6a656bhly8] {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    border: 3px solid rgba(37, 99, 235, 0.18);
    border-top-color: #2563eb;
    animation: spin-b-6a656bhly8 0.8s linear infinite;
}

.loading-text[b-6a656bhly8] {
    font-size: 0.9rem;
    margin: 0;
}

.no-data[b-6a656bhly8] {
    text-align: center;
    padding: 1.8rem 1.2rem;
    background: #f9fafb;
    border-radius: 0.9rem;
    color: #6b7280;
    font-size: 0.9rem;
}

/* CARDS PREZZI */
.cards-container[b-6a656bhly8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-top: 0.4rem;
}

.price-card[b-6a656bhly8] {
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
}

.price-card:active[b-6a656bhly8] {
    transform: scale(0.995) translateY(1px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.card-header[b-6a656bhly8] {
    padding: 0.9rem 1rem;
    color: #ffffff;
}

.card-header.benzina[b-6a656bhly8] {
    background: linear-gradient(130deg, #00c853, #009624);
}

.card-header.diesel[b-6a656bhly8] {
    background: linear-gradient(130deg, #111827, #020617);
}

.card-header-main[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.card-header-main h3[b-6a656bhly8] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
}

.card-header-sub[b-6a656bhly8] {
    margin: 0.3rem 0 0;
    font-size: 0.75rem;
    opacity: 0.92;
}

/* CHIP CARBURANTE */
.fuel-chip[b-6a656bhly8] {
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.fuel-benzina[b-6a656bhly8] {
    background: rgba(224, 242, 241, 0.18);
}

.fuel-diesel[b-6a656bhly8] {
    background: rgba(243, 244, 246, 0.15);
}

/* TABELLA DISTRIBUTORI */
.distributori-table[b-6a656bhly8] {
    padding: 0.2rem 0.3rem 0.6rem;
}

.distributore-row[b-6a656bhly8] {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid #f3f4f6;
    gap: 0.6rem;
}

.distributore-row:last-child[b-6a656bhly8] {
    border-bottom: none;
}

.distributore-row.benzina[b-6a656bhly8] {
    border-left: 3px solid #22c55e;
}

.distributore-row.diesel[b-6a656bhly8] {
    border-left: 3px solid #111827;
}

.distributore-row.slovenia[b-6a656bhly8] {
    border-left: 3px solid #f97316;
    background: linear-gradient(90deg, #fff7ed, #fffbeb);
}

.rank[b-6a656bhly8] {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f9fafb;
    font-size: 0.75rem;
    font-weight: 700;
}

.distributore-row.slovenia .rank[b-6a656bhly8] {
    background: #f97316;
    font-size: 0.72rem;
}

.station-info[b-6a656bhly8] {
    flex: 1;
    min-width: 0;
}

.station-name[b-6a656bhly8] {
    font-size: 0.88rem;
    font-weight: 650;
    color: #111827;
    text-transform: uppercase;
}

.station-details[b-6a656bhly8] {
    font-size: 0.78rem;
    color: #6b7280;
    text-transform: uppercase;
    margin-top: 0.05rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.price-info[b-6a656bhly8] {
    text-align: right;
    flex-shrink: 0;
}

.price[b-6a656bhly8] {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0f172a;
}

.distance[b-6a656bhly8] {
    font-size: 0.74rem;
    color: #6b7280;
}

/* Separatore Slovenia */
.slovenia-separator[b-6a656bhly8] {
    margin: 0.25rem 0.4rem 0.35rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.74rem;
    font-weight: 600;
    color: #7c2d12;
    background: linear-gradient(90deg, #fed7aa, #ffedd5);
    text-align: center;
}

/* ULTIMO AGGIORNAMENTO */
.last-update[b-6a656bhly8] {
    margin-top: 0.6rem;
    text-align: center;
}

.update-info[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}

/* SEZIONE PETROLIO */
.oil-section[b-6a656bhly8] {
    margin-top: 1.5rem;
}

.oil-summary[b-6a656bhly8] {
    background: linear-gradient(135deg, #1e3c72 0, #2a5298 100%);
    border-radius: 1.1rem;
    padding: 1rem 0.9rem;
    box-shadow: 0 12px 32px rgba(30, 60, 114, 0.4);
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #ffffff;
}

.oil-icon-wrapper[b-6a656bhly8] {
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oil-icon[b-6a656bhly8] {
    font-size: 1.4rem;
}

.oil-content[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.oil-label[b-6a656bhly8] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.92;
}

.oil-price[b-6a656bhly8] {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.price-value[b-6a656bhly8] {
    font-size: 1.4rem;
    font-weight: 700;
}

.price-unit[b-6a656bhly8] {
    font-size: 0.78rem;
    opacity: 0.9;
}

.oil-change-wrapper[b-6a656bhly8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
}

.oil-change[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
}

.oil-change.positive[b-6a656bhly8] {
    background: rgba(239, 68, 68, 0.32);
}

.oil-change.negative[b-6a656bhly8] {
    background: rgba(34, 197, 94, 0.32);
}

.trend-icon[b-6a656bhly8] {
    font-size: 0.9rem;
}

.change-value[b-6a656bhly8] {
    font-weight: 700;
}

.change-percent[b-6a656bhly8] {
    opacity: 0.9;
}

.change-period[b-6a656bhly8] {
    opacity: 0.85;
}

.oil-date[b-6a656bhly8] {
    opacity: 0.9;
}

/* ANIMAZIONI */
@keyframes spin-b-6a656bhly8 {
    to { transform: rotate(360deg); }
}

/* BREAKPOINTS */

/* MOBILE OPTIMIZATION - 90% usage */
@media (max-width: 767px) {
    .home-root[b-6a656bhly8] {
        padding: 0.6rem 0.75rem 1.4rem;
    }

    .hero-mobile[b-6a656bhly8] {
        padding: 1rem 0.9rem 1.2rem;
        border-radius: 1.1rem;
        box-shadow: 0 8px 22px rgba(13, 71, 161, 0.22);
        gap: 1rem;
    }

    .hero-title[b-6a656bhly8] {
        font-size: 1.35rem;
    }

    .hero-highlight[b-6a656bhly8] {
        font-size: 0.95rem;
    }

    .hero-subtitle[b-6a656bhly8] {
        font-size: 0.8rem;
        max-width: 20rem;
    }

    .btn-primary-cta[b-6a656bhly8] {
        padding: 0.7rem 0.85rem;
    }

    .province-and-status[b-6a656bhly8] {
        margin-top: 1.2rem;
    }

    .province-card[b-6a656bhly8] {
        padding: 0.8rem 0.8rem 0.9rem;
        border-radius: 0.95rem;
    }

    .cards-container[b-6a656bhly8] {
        gap: 0.6rem;
    }

    .distributore-row[b-6a656bhly8] {
        padding: 0.5rem 0.4rem;
        gap: 0.45rem;
    }

    .rank[b-6a656bhly8] {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0.7rem;
    }

    .station-name[b-6a656bhly8] {
        font-size: 0.8rem;
    }

    .station-details[b-6a656bhly8] {
        font-size: 0.72rem;
    }

    .price[b-6a656bhly8] {
        font-size: 0.9rem;
    }

    .oil-section[b-6a656bhly8] {
        margin-top: 1.1rem;
    }

    .oil-summary[b-6a656bhly8] {
        padding: 0.85rem 0.7rem;
    }
}

/* Very small phones: cut extra copy */
@media (max-width: 400px) {
    .hero-subtitle[b-6a656bhly8],
    .section-subtitle[b-6a656bhly8],
    .card-header-sub[b-6a656bhly8] {
        display: none;
    }

    .hero-badge[b-6a656bhly8] {
        display: none;
    }

    .home-root[b-6a656bhly8] {
        padding: 0.5rem 0.7rem 1.2rem;
    }

    .province-card-header[b-6a656bhly8] {
        gap: 0.5rem;
    }

    .section-title-main[b-6a656bhly8] {
        font-size: 1rem;
    }
}

/* ≥ 768px - tablet / small desktop */
@media (min-width: 768px) {
    .home-root[b-6a656bhly8] {
        padding: 1.8rem 1.5rem 2.5rem;
    }

    .hero-mobile[b-6a656bhly8] {
        padding: 1.8rem 1.8rem 2rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero-top[b-6a656bhly8] {
        max-width: 55%;
    }

    .hero-actions[b-6a656bhly8] {
        max-width: 40%;
        align-items: flex-end;
    }

    .btn-primary-cta[b-6a656bhly8] {
        align-items: flex-start;
    }

    .province-card[b-6a656bhly8] {
        padding: 1.3rem 1.3rem 1.4rem;
    }

    .province-card-header[b-6a656bhly8] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .cards-container[b-6a656bhly8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .oil-summary[b-6a656bhly8] {
        padding: 1.1rem 1.2rem;
    }
}

/* ≥ 1024px - desktop */
@media (min-width: 1024px) {
    .hero-title[b-6a656bhly8] {
        font-size: 2rem;
    }

    .hero-highlight[b-6a656bhly8] {
        font-size: 1.3rem;
    }

    .hero-subtitle[b-6a656bhly8] {
        font-size: 1rem;
    }

    .btn-primary-main[b-6a656bhly8] {
        font-size: 1.02rem;
    }

    .btn-primary-sub[b-6a656bhly8] {
        font-size: 0.82rem;
    }

    .section-title-main[b-6a656bhly8] {
        font-size: 1.3rem;
    }
}

/* ================================================================
   STATS CARD (ultime 24 ore) — Option C: white + accenti colorati
   ================================================================ */

.stats-section[b-6a656bhly8] {
    margin: 1.25rem 0 0;
}

/* ── Card — stesso linguaggio dell'hero ── */
.stats-card[b-6a656bhly8] {
    background: radial-gradient(circle at top left, #1e88e5 0%, #0d47a1 48%, #050816 100%);
    border-radius: 1.5rem;
    box-shadow: 0 16px 40px rgba(13, 71, 161, 0.3);
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

/* Luce decorativa come nell'hero */
.stats-card[b-6a656bhly8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.18), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

/* ── Header strip ── */
.stats-card-header[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 1.1rem;
    background: rgba(15, 23, 42, 0.35);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    position: relative;
    z-index: 1;
}

.stats-live-badge[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.62rem;
    font-weight: 800;
    color: #69f0ae;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(105, 240, 174, 0.35);
    animation: pulse-live-b-6a656bhly8 2s ease-in-out infinite;
}

.stats-period[b-6a656bhly8] {
    font-size: 0.62rem;
    font-weight: 600;
    color: #e2e8f0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

/* ── Body ── */
.stats-card-body[b-6a656bhly8] {
    display: flex;
    align-items: center;
    padding: 1rem 1.1rem;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

/* ── Blocco % ── */
.stats-perc-block[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    min-width: 72px;
}

.stats-perc-val[b-6a656bhly8] {
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.04em;
}

.stats-perc-sym[b-6a656bhly8] {
    font-size: 1.1rem;
    font-weight: 700;
    vertical-align: super;
    opacity: 0.85;
}

.stats-perc-sub[b-6a656bhly8] {
    font-size: 0.58rem;
    font-weight: 700;
    color: #e3f2fd;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.3;
}

/* ── Divisore verticale ── */
.stats-divider[b-6a656bhly8] {
    width: 1px;
    height: 3rem;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

/* ── Metriche ── */
.stats-metrics[b-6a656bhly8] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
}

.stats-metric[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0.55rem 0.7rem;
    border-radius: 0.9rem;
    flex: 1;
    min-width: 52px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

/* Accenti sottili per differenziare le metriche */
.stats-metric-blue[b-6a656bhly8]   { border-top: 2px solid rgba(147, 197, 253, 0.6); }
.stats-metric-green[b-6a656bhly8]  { border-top: 2px solid rgba(110, 231, 183, 0.6); }
.stats-metric-purple[b-6a656bhly8] { border-top: 2px solid rgba(196, 181, 253, 0.6); }

.stats-metric-val[b-6a656bhly8] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.stats-metric-lbl[b-6a656bhly8] {
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Animazione live ── */
@keyframes pulse-live-b-6a656bhly8 {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.45; }
}

/* ── Responsive ── */
@media (max-width: 400px) {
    .stats-card-body[b-6a656bhly8]   { padding: 0.85rem 0.9rem; gap: 0.75rem; }
    .stats-perc-val[b-6a656bhly8]    { font-size: 2.1rem; }
    .stats-metrics[b-6a656bhly8]     { gap: 0.4rem; }
    .stats-metric[b-6a656bhly8]      { padding: 0.45rem 0.55rem; }
    .stats-metric-val[b-6a656bhly8]  { font-size: 1.1rem; }
    .stats-divider[b-6a656bhly8]     { height: 2.5rem; }
}

/* ================================================================
   SONDAGGIO HOME — Option B: gradiente + slide-up
   ================================================================ */

.home-poll-section[b-6a656bhly8] {
    margin-top: 1.25rem;
}

/* Card con gradiente bianco → azzurro → verde chiaro */
.home-poll-section[b-6a656bhly8]  .poll-card {
    background: linear-gradient(160deg, #ffffff 0%, #EFF6FF 55%, #F0FDF4 100%);
    border: 1.5px solid #BFDBFE;
    border-radius: 18px;
    padding: 18px 16px 16px;
    box-shadow: 0 8px 24px rgba(30, 136, 229, 0.1), 0 2px 6px rgba(0,0,0,0.04);
    margin-top: 0;
    /* Slide-up con leggero bounce */
    animation: pollSlideUp-b-6a656bhly8 0.38s cubic-bezier(0.34, 1.4, 0.64, 1);
}

@keyframes pollSlideUp-b-6a656bhly8 {
    from { opacity: 0; transform: translateY(14px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

/* Titolo dentro la card */
.home-poll-section[b-6a656bhly8]  .poll-title {
    font-size: 15px;
    font-weight: 800;
    color: #1e3a5f;
    margin-bottom: 14px;
    justify-content: center;
    gap: 8px;
}

.home-poll-section[b-6a656bhly8]  .poll-title i {
    font-size: 17px;
    color: #1E88E5;
}

/* Bottoni: più alti, più rotondi, shadow */
.home-poll-section[b-6a656bhly8]  .poll-options {
    gap: 10px;
}

.home-poll-section[b-6a656bhly8]  .poll-btn {
    padding: 16px 10px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 16px;
    border-width: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: background 0.14s, border-color 0.14s,
                transform 0.12s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.12s;
}

.home-poll-section[b-6a656bhly8]  .poll-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.home-poll-section[b-6a656bhly8]  .poll-flag {
    font-size: 28px;
}

/* Conferma voto */
.home-poll-section[b-6a656bhly8]  .poll-thanks {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px;
    border-radius: 14px;
    margin-top: 0;
    justify-content: center;
    animation: pollSlideUp-b-6a656bhly8 0.3s ease;
}

@media (max-width: 400px) {
    .home-poll-section[b-6a656bhly8]  .poll-btn  { padding: 13px 8px; }
    .home-poll-section[b-6a656bhly8]  .poll-flag { font-size: 22px; }
}
/* /Components/Pages/Inserimento-litri.razor.rz.scp.css */
 .page-container[b-kihs0yvt3h] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-kihs0yvt3h] {
    max-width: 400px;
    width: 100%;
}

.title[b-kihs0yvt3h] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.input-container[b-kihs0yvt3h] {
    margin-bottom: 1.5rem;
}

.input-label[b-kihs0yvt3h] {
    display: block;
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.number-input[b-kihs0yvt3h] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1.125rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.number-input:focus[b-kihs0yvt3h] {
    border-color: #3b82f6;
}

.calc-btn[b-kihs0yvt3h] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.calc-btn:disabled[b-kihs0yvt3h] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.calc-btn.active:hover[b-kihs0yvt3h] {
    background-color: #2563eb;
}

.results-container[b-kihs0yvt3h] {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
}

.results-title[b-kihs0yvt3h] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.results-grid[b-kihs0yvt3h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.result-item[b-kihs0yvt3h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.result-item.price[b-kihs0yvt3h] {
    font-weight: 500;
}

.result-item.savings[b-kihs0yvt3h] {
    font-weight: 600;
    color: #059669;
    border-bottom: none;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 2px solid #e5e7eb;
}

.label[b-kihs0yvt3h] {
    color: #4b5563;
}

.value[b-kihs0yvt3h] {
    font-weight: 500;
    color: #1f2937;
}

.value.highlight[b-kihs0yvt3h] {
    color: #059669;
    font-size: 1.125rem;
}

/* Stile per rimuovere le frecce dall'input number */
.number-input[b-kihs0yvt3h]::-webkit-outer-spin-button,
.number-input[b-kihs0yvt3h]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input[type=number][b-kihs0yvt3h] {
    -moz-appearance: textfield;
}
.savings-banner[b-kihs0yvt3h] {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.savings-banner.slovenia[b-kihs0yvt3h] {
    background-color: #ecfdf5;
    border: 2px solid #059669;
}

.savings-banner.italia[b-kihs0yvt3h] {
    background-color: #eff6ff;
    border: 2px solid #3b82f6;
}

.savings-icon[b-kihs0yvt3h] {
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.slovenia .savings-icon[b-kihs0yvt3h] {
    color: #059669;
}

.italia .savings-icon[b-kihs0yvt3h] {
    color: #3b82f6;
}

.savings-content[b-kihs0yvt3h] {
    flex: 1;
}

.savings-title[b-kihs0yvt3h] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.25rem;
}

.slovenia .savings-title[b-kihs0yvt3h] {
    color: #059669;
}

.italia .savings-title[b-kihs0yvt3h] {
    color: #3b82f6;
}

.savings-amount[b-kihs0yvt3h] {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}

.savings-amount .amount[b-kihs0yvt3h] {
    font-weight: 600;
    font-size: 1.25rem;
}

.slovenia .amount[b-kihs0yvt3h] {
    color: #059669;
}

.italia .amount[b-kihs0yvt3h] {
    color: #3b82f6;
}
 /* Stili essenziali per i bottoni */
 .custom-control-buttons[b-kihs0yvt3h] {
     display: flex;
     gap: 1rem;
     margin-bottom: 2rem;
 }

 .custom-nav-btn[b-kihs0yvt3h] {
     padding: 0.75rem 1.5rem;
     border: none;
     border-radius: 8px;
     background: #f8f9fa;
     color: #2d3748;
     cursor: pointer;
     transition: all 0.2s ease-in-out;
     display: flex;
     align-items: center;
     gap: 0.5rem;
     border: 1px solid #e2e8f0;
 }

 .custom-nav-btn:hover[b-kihs0yvt3h] {
     background: #e2e8f0;
 }

 .custom-nav-btn:disabled[b-kihs0yvt3h] {
     opacity: 0.6;
     cursor: not-allowed;
 }

 .custom-nav-btn i[b-kihs0yvt3h] {
     font-size: 1rem;
 }
/* /Components/Pages/LocationMap.razor.rz.scp.css */
/* /Components/Pages/Scelta-area.razor.rz.scp.css */
.page-container[b-tnbe2pzlzx] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-tnbe2pzlzx] {
    max-width: 400px;
    width: 100%;
}

.title[b-tnbe2pzlzx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.button-group[b-tnbe2pzlzx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.area-btn[b-tnbe2pzlzx] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 3px solid transparent;
    cursor: pointer;
    background-color: #1f2937;
    color: white;
}

.area-btn:hover:not(.selected)[b-tnbe2pzlzx] {
    background-color: #111827;
}

.area-btn.selected[b-tnbe2pzlzx] {
    border-color: #60a5fa;
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.hybrid-checkbox[b-tnbe2pzlzx] {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-input[b-tnbe2pzlzx] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.checkbox-label[b-tnbe2pzlzx] {
    font-size: 1rem;
    color: #1f2937;
    cursor: pointer;
}

.next-btn[b-tnbe2pzlzx] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
}

.next-btn:disabled[b-tnbe2pzlzx] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.next-btn.active:hover[b-tnbe2pzlzx] {
    background-color: #2563eb;
}

.info-section[b-tnbe2pzlzx] {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.info-link[b-tnbe2pzlzx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3b82f6;
}

.info-icon[b-tnbe2pzlzx] {
    color: #3b82f6;
}

.link-text[b-tnbe2pzlzx] {
    color: #3b82f6;
    text-decoration: none;
}

.link-text:hover[b-tnbe2pzlzx] {
    text-decoration: underline;
} 
/* /Components/Pages/Scelta-rifornimento.razor.rz.scp.css */
.page-container[b-ez4mt78gxi] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-ez4mt78gxi] {
    max-width: 400px;
    width: 100%;
}

.title[b-ez4mt78gxi] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.button-group[b-ez4mt78gxi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.fuel-btn[b-ez4mt78gxi] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 3px solid transparent;
    cursor: pointer;
}

.diesel[b-ez4mt78gxi] {
    background-color: #1f2937;
    color: white;
}

.diesel:hover:not(.selected)[b-ez4mt78gxi] {
    background-color: #111827;
}

.diesel.selected[b-ez4mt78gxi] {
    border-color: #60a5fa; /* Bordo blu chiaro per il diesel selezionato */
    outline: 2px solid #60a5fa; /* Doppio bordo per maggiore enfasi */
    outline-offset: 2px;
}

.benzina[b-ez4mt78gxi] {
    background-color: #059669;
    color: white;
}

.benzina:hover:not(.selected)[b-ez4mt78gxi] {
    background-color: #047857;
}

.benzina.selected[b-ez4mt78gxi] {
    border-color: #60a5fa; /* Bordo verde chiaro per la benzina selezionata */
    outline: 2px solid #34d399; /* Doppio bordo per maggiore enfasi */
    outline-offset: 2px;
}

.next-btn[b-ez4mt78gxi] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
}

.next-btn:disabled[b-ez4mt78gxi] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.next-btn.active:hover[b-ez4mt78gxi] {
    background-color: #2563eb;
} 
/* /Components/SearchSteps/Step1Position.razor.rz.scp.css */
.step-content[b-g3995u1h58] {
    padding: 20px;
    min-height: 400px;
}

.map-container[b-g3995u1h58] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

.map-element[b-g3995u1h58] {
    height: 300px;
    width: 100%;
    z-index: 1;
}

.address-text[b-g3995u1h58] {
    word-break: break-word;
    max-width: 500px;
}

/* Coordinate nascoste per default */
.coordinates-display[b-g3995u1h58] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    gap: 15px;
    z-index: 1000;
    font-size: 0.75em;
}

.coord-item[b-g3995u1h58] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.coord-label[b-g3995u1h58] {
    font-weight: 600;
    color: #666;
}

.coord-value[b-g3995u1h58] {
    color: #1976d2;
    font-weight: 500;
}

.map-hint[b-g3995u1h58] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 118, 210, 0.9);
    color: white;
    padding: 12px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    z-index: 1000;
    animation: pulse-b-g3995u1h58 2s infinite;
    text-align: center;
    max-width: 250px;
}

@keyframes pulse-b-g3995u1h58 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@media (max-width: 600px) {
    .address-text[b-g3995u1h58] {
        font-size: 0.9em;
    }

    .map-hint[b-g3995u1h58] {
        padding: 10px 16px;
        font-size: 0.9em;
    }
}
/* /Components/SearchSteps/Step2Fuel.razor.rz.scp.css */
.step-content[b-x3zpdrf6d4] {
    padding: 20px;
    min-height: 400px;
}

.fuel-buttons[b-x3zpdrf6d4] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.fuel-button[b-x3zpdrf6d4] {
    flex: 1;
    min-width: 140px;
    padding: 16px 24px !important;
    border-radius: 8px !important;
}

.range-display[b-x3zpdrf6d4] {
    text-align: center;
}

.range-labels[b-x3zpdrf6d4] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .fuel-buttons[b-x3zpdrf6d4] {
        flex-direction: column;
    }

    .fuel-button[b-x3zpdrf6d4] {
        min-width: 100%;
    }
}

.range-buttons[b-x3zpdrf6d4] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.range-button[b-x3zpdrf6d4] {
    min-width: 60px !important;
    flex: 1;
    max-width: 80px;
}
/* /Components/SearchSteps/Step4Vehicle.razor.rz.scp.css */
/* === STEP CONTENT BASE === */
.step-content[b-rmtw9bdb3g] {
    padding: 20px;
    min-height: 400px;
}

/* === RANGE BUTTONS (Raggio di Ricerca) === */
.range-buttons[b-rmtw9bdb3g] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.range-button[b-rmtw9bdb3g] {
    min-width: 60px !important;
    flex: 1;
    max-width: 80px;
}

/* === SLIDER CONTROLS (Serbatoio e Consumi) === */
.slider-controls[b-rmtw9bdb3g] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}

.slider-wrapper[b-rmtw9bdb3g] {
    flex: 1;
    padding: 0 8px;
}

.slider-button[b-rmtw9bdb3g] {
    flex-shrink: 0;
    width: 48px !important;
    height: 48px !important;
}

.mobile-slider[b-rmtw9bdb3g] {
    margin: 8px 0 !important;
}

/* === QUICK PRESETS (Chip Valori) === */
.quick-presets[b-rmtw9bdb3g] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.preset-chip[b-rmtw9bdb3g] {
    cursor: pointer;
    margin: 2px !important;
}

/* === ANTI-ZOOM MOBILE === */
.no-zoom[b-rmtw9bdb3g],
.slider-button[b-rmtw9bdb3g],
.range-button[b-rmtw9bdb3g],
.preset-chip[b-rmtw9bdb3g] {
    touch-action: manipulation !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-appearance: none !important;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
    /* Pulsanti più grandi su mobile */
    .slider-button[b-rmtw9bdb3g] {
        width: 52px !important;
        height: 52px !important;
    }

    .range-button[b-rmtw9bdb3g] {
        min-width: 65px !important;
        height: 44px !important;
    }

    /* Preset chip più grandi */
    .preset-chip[b-rmtw9bdb3g] {
        font-size: 0.9rem !important;
        height: 36px !important;
    }

    /* Slider migliorato per touch */
    .mobile-slider .mud-slider[b-rmtw9bdb3g] {
        height: 8px !important;
    }

    .mobile-slider .mud-slider-thumb[b-rmtw9bdb3g] {
        width: 24px !important;
        height: 24px !important;
        margin-top: -8px !important;
    }

    .mobile-slider .mud-slider-track[b-rmtw9bdb3g] {
        padding: 12px 0 !important;
    }

    /* Forza anti-zoom su tutti gli elementi touch */
    .slider-controls[b-rmtw9bdb3g],
    .slider-controls *[b-rmtw9bdb3g],
    .quick-presets[b-rmtw9bdb3g],
    .quick-presets *[b-rmtw9bdb3g],
    .range-buttons[b-rmtw9bdb3g],
    .range-buttons *[b-rmtw9bdb3g] {
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }
}

/* === TOUCH DEVICES OPTIMIZATION === */
@media (pointer: coarse) {
    .mobile-slider[b-rmtw9bdb3g] {
        padding: 16px 0 !important;
    }

    .mobile-slider .mud-slider-thumb[b-rmtw9bdb3g] {
        width: 28px !important;
        height: 28px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    }

    .mobile-slider .mud-slider-track[b-rmtw9bdb3g] {
        height: 10px !important;
    }
}

/* === GLOBAL TOUCH FIXES === */
.step-content *[b-rmtw9bdb3g] {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* Ripristina selezione testo dove necessario */
.step-content input[b-rmtw9bdb3g],
.step-content textarea[b-rmtw9bdb3g],
.step-content [contenteditable][b-rmtw9bdb3g] {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

/* === UTILITY CLASSES === */
.range-display[b-rmtw9bdb3g] {
    text-align: center;
}

.range-labels[b-rmtw9bdb3g] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
/* /Components/SearchSteps/UnifiedSearchForm.razor.rz.scp.css */
/* ===========================================
   UNIFIED SEARCH FORM - ULTRA FIXED LAYOUT
   Layout bloccato con max specificity
   Spacing uniforme su TUTTE le sezioni
   🔧 BOTTONI +/- INGRANDITI A 4REM!
   =========================================== */

/* BASE FORM */
.unified-search-form[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 6rem;
    touch-action: pan-y pinch-zoom;
}

/* PROGRESS INDICATOR */
.unified-search-form .progress-indicator[b-8agilwl872] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 1rem 1.2rem;
    border-radius: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    margin-bottom: 0.6rem;
}

.unified-search-form .progress-step[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex: 1;
    opacity: 0.35;
    transition: opacity 0.2s ease;
}

.unified-search-form .progress-step.active[b-8agilwl872],
.unified-search-form .progress-step.completed[b-8agilwl872] {
    opacity: 1;
}

.unified-search-form .step-dot[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    background: #f3f4f6;
    color: #9ca3af;
    transition: all 0.2s ease;
}

.unified-search-form .progress-step.active .step-dot[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: #ffffff;
}

.unified-search-form .progress-step.completed .step-dot[b-8agilwl872] {
    background: linear-gradient(135deg, #00c853, #009624);
    color: #ffffff;
}

.unified-search-form .progress-step span[b-8agilwl872] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #4b5563;
    text-align: center;
}

.unified-search-form .progress-line[b-8agilwl872] {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin: 0 0.5rem;
    position: relative;
    top: -1.1rem;
    transition: background 0.3s ease;
}

.unified-search-form .progress-line.completed[b-8agilwl872] {
    background: linear-gradient(90deg, #00c853, #009624);
}

/* FORM CARD */
.unified-search-form .form-card[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* SEARCH SECTIONS */
.unified-search-form .search-section[b-8agilwl872] {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    position: relative;
}

.unified-search-form .search-section:nth-child(1)[b-8agilwl872] { z-index: 1; }
.unified-search-form .search-section:nth-child(2)[b-8agilwl872] { z-index: 2; }
.unified-search-form .search-section:nth-child(3)[b-8agilwl872] { z-index: 3; }

/* SECTION HEADER */
.unified-search-form .section-header-static[b-8agilwl872] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.2rem;
    position: relative;
    z-index: 1;
}

.unified-search-form .section-icon-title[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.unified-search-form .section-icon[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.unified-search-form .section-icon.location[b-8agilwl872] {
    background: linear-gradient(130deg, #667eea, #764ba2);
}

.unified-search-form .section-icon.fuel[b-8agilwl872] {
    background: linear-gradient(130deg, #00c853, #009624);
}

.unified-search-form .section-icon.vehicle[b-8agilwl872] {
    background: linear-gradient(130deg, #1e88e5, #1565c0);
}

.unified-search-form .section-text[b-8agilwl872] {
    flex: 1;
    min-width: 0;
}

.unified-search-form .section-title[b-8agilwl872] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
}

.unified-search-form .section-subtitle[b-8agilwl872] {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    color: #6b7280;
    /* 🔧 INDIRIZZI SU 2 RIGHE */
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    white-space: normal;
}

/* SECTION CONTENT */
.unified-search-form .section-content[b-8agilwl872] {
    padding: 0 1.2rem 1.5rem;
    position: relative;
    z-index: 1;
}

/* GPS BUTTON */
.unified-search-form .gps-button[b-8agilwl872] {
    width: 100%;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
    box-shadow: 0 8px 20px rgba(21, 101, 192, 0.35);
    margin-bottom: 0.75rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.unified-search-form .gps-button:active[b-8agilwl872] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 6px 16px rgba(21, 101, 192, 0.3);
}

/* MAP */
.unified-search-form .map-container[b-8agilwl872] {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    isolation: isolate;
    contain: layout style;
    will-change: auto;
}

.unified-search-form .map-element[b-8agilwl872] {
    width: 100%;
    height: 100%;
    position: relative;
}

.unified-search-form .map-overlay[b-8agilwl872] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1000;
}

.unified-search-form .map-hint[b-8agilwl872] {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.6rem 1rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4b5563;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e7eb;
}

.unified-search-form .map-hint svg[b-8agilwl872] {
    color: #1e88e5;
    flex-shrink: 0;
}

/* =========================================== 
   INPUT GROUP - ULTRA FORCED
   =========================================== */
.unified-search-form .input-group[b-8agilwl872] {
    margin-bottom: 2rem !important;
    position: relative;
    z-index: 1;
}

.unified-search-form .input-group:last-child[b-8agilwl872] {
    margin-bottom: 0 !important;
}

.unified-search-form .input-label[b-8agilwl872] {
    display: block !important;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.2rem !important;
    letter-spacing: -0.01em;
}

/* =========================================== 
   FUEL SELECTOR - ULTRA SPECIFICITY
   =========================================== */
.unified-search-form .section-content .input-group .fuel-selector[b-8agilwl872] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 0.85rem !important;
    width: 100% !important;
}

/* Regola globale per TUTTI i breakpoint */
@media (min-width: 0px) and (max-width: 999999px) {
    .unified-search-form .fuel-selector[b-8agilwl872] {
        grid-template-columns: 1fr !important;
    }
    
    .unified-search-form .range-selector[b-8agilwl872] {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    /* VALUE CONTROL - LOCKED LAYOUT */
    .unified-search-form .value-control[b-8agilwl872] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
}

/* Blocco esplicito a 367px per fuel */
@media (min-width: 367px) {
    .unified-search-form .section-content .input-group .fuel-selector[b-8agilwl872] {
        grid-template-columns: 1fr !important;
    }
}

/* Blocco esplicito a 398px per value-control */
@media (min-width: 398px) {
    .unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.unified-search-form .fuel-btn[b-8agilwl872] {
    min-height: 4rem;
    width: 100% !important;
    padding: 1.1rem 1.3rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box !important;
    touch-action: manipulation;
}

.unified-search-form .fuel-btn[b-8agilwl872]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(249,250,251,0.4));
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}

.unified-search-form .fuel-btn:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.unified-search-form .fuel-btn:hover[b-8agilwl872]::before {
    opacity: 1;
}

.unified-search-form .fuel-btn.active[b-8agilwl872] {
    border-color: #00c853;
    background: linear-gradient(135deg, #ffffff, #f0fdf4);
    color: #0f172a;
    box-shadow: 0 8px 24px rgba(0, 200, 83, 0.2), 0 0 0 3px rgba(0, 200, 83, 0.1);
    transform: translateY(-1px);
}

.unified-search-form .fuel-badge[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.unified-search-form .fuel-btn:hover .fuel-badge[b-8agilwl872] {
    transform: scale(1.05);
}

.unified-search-form .fuel-btn.active .fuel-badge[b-8agilwl872] {
    transform: scale(1.1);
}

.unified-search-form .fuel-badge.benzina[b-8agilwl872] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.unified-search-form .fuel-badge.gasolio[b-8agilwl872] {
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

.unified-search-form .fuel-badge.benzina100[b-8agilwl872] {
    background: linear-gradient(135deg, #9333ea, #7c3aed);
}

.unified-search-form .fuel-btn.benzina100-active[b-8agilwl872] {
    border-color: #9333ea;
    background: linear-gradient(135deg, #ffffff, #faf5ff);
    box-shadow: 0 8px 24px rgba(147, 51, 234, 0.2), 0 0 0 3px rgba(147, 51, 234, 0.1);
}

.unified-search-form .fuel-label[b-8agilwl872] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* =========================================== 
   RANGE SELECTOR - ULTRA SPECIFICITY
   =========================================== */
.unified-search-form .section-content .input-group .range-selector[b-8agilwl872] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.7rem !important;
    width: 100% !important;
}

.unified-search-form .range-btn[b-8agilwl872] {
    min-height: 4.5rem;
    width: 100% !important;
    padding: 0.9rem 0.6rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    box-sizing: border-box !important;
    touch-action: manipulation;
}

.unified-search-form .range-btn:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.unified-search-form .range-btn.active[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    border-color: #1e88e5;
    box-shadow: 0 8px 24px rgba(30, 136, 229, 0.35), 0 0 0 3px rgba(30, 136, 229, 0.1);
    transform: translateY(-2px) scale(1.02);
}

.unified-search-form .range-value[b-8agilwl872] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.2s ease;
}

.unified-search-form .range-btn.active .range-value[b-8agilwl872] {
    color: #ffffff;
    transform: scale(1.05);
}

.unified-search-form .range-unit[b-8agilwl872] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
}

.unified-search-form .range-btn.active .range-unit[b-8agilwl872] {
    color: rgba(255, 255, 255, 0.9);
}

/* =========================================== 
   🔥 VALUE CONTROL - BOTTONI +/- PIÙ GRANDI
   Capacità serbatoio e Consumi medi
   =========================================== */
.unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
    min-height: 6rem !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 1.25rem !important;
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.unified-search-form .value-control:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

/* 🔥 BOTTONI +/- INGRANDITI DA 3rem A 4rem! */
.unified-search-form .section-content .input-group .value-control .control-btn[b-8agilwl872] {
    width: 4rem !important;
    height: 4rem !important;
    flex-shrink: 0 !important;
    border-radius: 1rem;
    border: none;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    color: #1e88e5;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.12);
    position: relative;
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.unified-search-form .control-btn:hover:not(:disabled)[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: white;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(30, 136, 229, 0.35);
}

.unified-search-form .control-btn:active:not(:disabled)[b-8agilwl872] {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}

.unified-search-form .control-btn:disabled[b-8agilwl872] {
    opacity: 0.25;
    cursor: not-allowed;
    background: #f1f5f9;
}

.unified-search-form .section-content .input-group .value-control .value-display[b-8agilwl872] {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.2rem !important;
    padding: 0.5rem 0 !important;
}

.unified-search-form .value-number[b-8agilwl872] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.unified-search-form .value-unit[b-8agilwl872] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* SELECT */
.unified-search-form .area-select[b-8agilwl872] {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .area-select:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.unified-search-form .area-select:focus[b-8agilwl872] {
    outline: none;
    border-color: #1e88e5;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
    z-index: 10;
}

.unified-search-form .info-link[b-8agilwl872] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1e88e5;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.unified-search-form .info-link:hover[b-8agilwl872] {
    color: #1565c0;
    gap: 0.5rem;
}

/* TOGGLE */
.unified-search-form .toggle-group[b-8agilwl872] {
    margin-top: 0.6rem;
}

.unified-search-form .toggle-label[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    cursor: pointer;
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .toggle-label:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.unified-search-form .toggle-input[b-8agilwl872] {
    display: none;
}

.unified-search-form .toggle-switch[b-8agilwl872] {
    position: relative;
    width: 3rem;
    height: 1.75rem;
    background: #cbd5e1;
    border-radius: 999px;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.unified-search-form .toggle-switch[b-8agilwl872]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 1.45rem;
    height: 1.45rem;
    background: white;
    border-radius: 999px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.unified-search-form .toggle-input:checked + .toggle-switch[b-8agilwl872] {
    background: linear-gradient(135deg, #00c853, #009624);
}

.unified-search-form .toggle-input:checked + .toggle-switch[b-8agilwl872]::after {
    transform: translateX(1.25rem);
}

.unified-search-form .toggle-text[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    font-weight: 650;
    color: #111827;
}

.unified-search-form .toggle-text svg[b-8agilwl872] {
    color: #00c853;
}

/* FLOATING CTA */
.unified-search-form .floating-cta[b-8agilwl872] {
    position: sticky;
    bottom: 1rem;
    z-index: 100;
    margin-top: 2.5rem;
    padding-top: 1rem;
    isolation: isolate;
}

.unified-search-form .search-cta[b-8agilwl872] {
    width: 100%;
    padding: 0.95rem 1.2rem;
    background: linear-gradient(135deg, #00c853, #1de9b6);
    color: #0b1726;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
    box-shadow: 0 16px 40px rgba(0, 200, 83, 0.4);
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .search-cta:active:not(:disabled)[b-8agilwl872] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 10px 28px rgba(0, 200, 83, 0.35);
}

.unified-search-form .search-cta:disabled[b-8agilwl872] {
    background: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

.unified-search-form .spinner[b-8agilwl872] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(11, 23, 38, 0.25);
    border-top-color: #0b1726;
    border-radius: 999px;
    animation: spin-b-8agilwl872 0.7s linear infinite;
}

@keyframes spin-b-8agilwl872 {
    to { transform: rotate(360deg); }
}

/* =========================================== 
   RESPONSIVE - SOLO DIMENSIONI
   =========================================== */

/* MOBILE < 768px */
@media (max-width: 767px) {
    .unified-search-form[b-8agilwl872] {
        gap: 0.8rem;
        padding-bottom: 5rem;
    }
    
    .unified-search-form .progress-indicator[b-8agilwl872] {
        padding: 0.9rem 1rem;
        margin-bottom: 0.8rem;
    }
    
    .unified-search-form .progress-step span[b-8agilwl872] {
        font-size: 0.65rem;
    }
    
    .unified-search-form .step-dot[b-8agilwl872] {
        width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1rem 1.1rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.1rem 1.5rem;
    }
    
    .unified-search-form .section-title[b-8agilwl872] {
        font-size: 0.95rem;
    }
    
    .unified-search-form .section-subtitle[b-8agilwl872] {
        font-size: 0.7rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 200px;
    }
    
    .unified-search-form .fuel-btn[b-8agilwl872] {
        min-height: 3.8rem;
        padding: 1rem 1.2rem;
    }
    
    .unified-search-form .fuel-badge[b-8agilwl872] {
        width: 2rem;
        height: 2rem;
    }
    
    .unified-search-form .range-selector[b-8agilwl872] {
        gap: 0.65rem !important;
    }
    
    .unified-search-form .range-btn[b-8agilwl872] {
        min-height: 4rem;
        padding: 0.8rem 0.5rem;
    }
    
    .unified-search-form .range-value[b-8agilwl872] {
        font-size: 1.3rem;
    }
    
    .unified-search-form .range-unit[b-8agilwl872] {
        font-size: 0.7rem;
    }
    
    /* 🔥 Value control mobile - BOTTONI 3.5REM */
    .unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
        min-height: 5.5rem !important;
        padding: 1.25rem !important;
        gap: 1rem !important;
    }
    
    .unified-search-form .value-number[b-8agilwl872] {
        font-size: 2rem;
    }
    
    .unified-search-form .section-content .input-group .value-control .control-btn[b-8agilwl872] {
        width: 3.5rem !important;
        height: 3.5rem !important;
        font-size: 1.375rem;
    }
    
    .unified-search-form .area-select[b-8agilwl872] {
        margin-bottom: 0.8rem;
        padding: 0.85rem 0.95rem;
    }
    
    .unified-search-form .toggle-label[b-8agilwl872] {
        padding: 0.9rem 1rem;
    }
    
    .unified-search-form .floating-cta[b-8agilwl872] {
        position: relative;
        bottom: auto;
        margin-top: 2rem;
    }
    
    .unified-search-form .search-cta[b-8agilwl872] {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }
}

/* TABLET 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .unified-search-form[b-8agilwl872] {
        gap: 1rem;
        padding-bottom: 6rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1.1rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1.05rem 1.15rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.15rem 1.5rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 260px;
    }
}

/* DESKTOP >= 1024px */
@media (min-width: 1024px) {
    .unified-search-form[b-8agilwl872] {
        gap: 1.1rem;
        padding-bottom: 7rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1.2rem;
    }
    
    .unified-search-form .progress-indicator[b-8agilwl872] {
        padding: 1.1rem 1.4rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1.1rem 1.2rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.2rem 1.5rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 300px;
    }
    
    .unified-search-form .floating-cta[b-8agilwl872] {
        margin-top: 3rem;
        padding-top: 1.5rem;
    }
}
