/* =====================================================
STATION2 — DARK APP LAYOUT / INDEX2 STYLE
===================================================== */

body.station-page{
    background:
        radial-gradient(circle at 12% 8%, rgba(255,193,7,.08), transparent 24%),
        radial-gradient(circle at 86% 10%, rgba(74,144,255,.12), transparent 28%),
        linear-gradient(180deg, #071321 0%, #081726 48%, #091a2c 100%);
    color:#eef4ff;
    overflow-x:hidden;
}

body.station-page .site-wrapper,
body.station-page .site-footer{
    background:transparent;
}

.station2-page-wrap{
    position:relative;
    z-index:2;
    padding:18px 0 42px;
}

.station2-container{
    width:min(1240px, calc(100% - 32px));
    margin:0 auto;
}

/* =====================================================
BREADCRUMBS
===================================================== */

.station2-breadcrumbs{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin:0 0 14px;
    color:rgba(238,244,255,.55);
    font-size:13px;
    font-weight:700;
}

.station2-breadcrumbs a{
    color:rgba(238,244,255,.72);
    text-decoration:none;
}

.station2-breadcrumbs a:hover{
    color:#ffc107;
}

.station2-breadcrumbs strong{
    color:#fff;
    font-weight:900;
}

/* =====================================================
HERO
===================================================== */

.station2-hero{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) 310px;
    gap:22px;
    padding:24px;
    border-radius:32px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 14% 12%, rgba(255,193,7,.09), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(74,144,255,.10), transparent 28%),
        linear-gradient(180deg, rgba(6,20,40,.97), rgba(5,16,31,.99));
    box-shadow:0 22px 54px rgba(0,0,0,.28);
    overflow:hidden;
}

.station2-hero-glow{
    position:absolute;
    right:-90px;
    bottom:-120px;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,193,7,.10);
    filter:blur(28px);
    pointer-events:none;
}

.station2-hero-main,
.station2-hero-actions{
    position:relative;
    z-index:2;
}

.station2-brand-block{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:0;
}

.station2-logo-box{
    width:86px;
    height:86px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:linear-gradient(180deg,#fff,#eef3fb);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 18px 36px rgba(0,0,0,.24);
    overflow:hidden;
}

.station2-logo-box img{
    max-width:76%;
    max-height:76%;
    object-fit:contain;
    display:block;
}

.station2-logo-box span{
    color:#081420;
    font-size:24px;
    font-weight:950;
}

.station2-title-block{
    min-width:0;
}

.station2-kicker{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#ffc107;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.10em;
}

.station2-title-block h1{
    margin:6px 0 8px;
    color:#fff;
    font-size:clamp(32px, 5vw, 58px);
    line-height:.98;
    font-weight:950;
    letter-spacing:-.045em;
}

.station2-address{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    color:rgba(238,244,255,.74);
    font-size:15px;
    line-height:1.35;
}

.station2-address strong{
    color:#fff;
}

.station2-dot{
    color:rgba(238,244,255,.28);
}

.station2-hero-tags{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-top:18px;
}

.station2-hero-tags span{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:rgba(238,244,255,.82);
    font-size:12px;
    font-weight:900;
}

.station2-hero-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.station2-action,
.station2-wide-action,
.station2-mini-link{
    min-height:48px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.09);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 16px;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.06);
    font-weight:950;
    cursor:pointer;
    transition:.18s ease;
}

.station2-action:hover,
.station2-wide-action:hover,
.station2-mini-link:hover{
    transform:translateY(-1px);
    color:#fff;
    background:rgba(255,255,255,.09);
}

.station2-action-main{
    color:#07111d;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    border-color:rgba(255,193,7,.44);
    box-shadow:0 14px 28px rgba(255,193,7,.18);
}

.station2-action-main:hover{
    color:#07111d;
}

.station2-action-photo{
    background:linear-gradient(135deg, rgba(52,211,153,.28), rgba(34,197,94,.16));
    border-color:rgba(52,211,153,.22);
}

.station2-action-muted{
    background:rgba(255,255,255,.04);
}

.favorite-btn.active{
    background:rgba(255,193,7,.12);
    border-color:rgba(255,193,7,.30);
    color:#ffd35c;
}

/* =====================================================
SECTIONS / PANELS
===================================================== */

.station2-prices-section,
.station2-panel{
    margin-top:18px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 14% 10%, rgba(255,193,7,.045), transparent 28%),
        linear-gradient(180deg, rgba(10,24,43,.94), rgba(6,17,32,.98));
    box-shadow:0 18px 42px rgba(0,0,0,.22);
}

.station2-prices-section{
    padding:22px;
}

.station2-panel{
    padding:20px;
}

.station2-section-head,
.station2-panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.station2-panel-head-row{
    align-items:center;
}

.station2-section-head h2,
.station2-panel-head h2{
    margin:5px 0 0;
    color:#fff;
    font-size:24px;
    line-height:1.12;
    font-weight:950;
    letter-spacing:-.025em;
}

.station2-section-note{
    color:rgba(238,244,255,.62);
    font-size:13px;
    line-height:1.45;
    max-width:390px;
    font-weight:700;
}

/* =====================================================
FUEL CARDS
===================================================== */

.station2-fuel-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    align-items:stretch;
}

.station2-fuel-card{
    position:relative;
    min-height:268px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(255,193,7,.08), transparent 44%),
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
    box-shadow:0 14px 30px rgba(0,0,0,.20);
    transition:.18s ease;
}

.station2-fuel-card:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 40px rgba(0,0,0,.28);
    border-color:rgba(255,193,7,.16);
}

.station2-fuel-card.fuel-user-highlight{
    border-color:rgba(255,193,7,.42);
    box-shadow:0 0 0 1px rgba(255,193,7,.12), 0 18px 38px rgba(0,0,0,.24);
}

.station2-fuel-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    padding:16px 16px 10px;
    background:transparent;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.station2-fuel-code{
    color:#ffc107;
    font-size:17px;
    font-weight:950;
    line-height:1;
}

.station2-fuel-name{
    margin-top:5px;
    color:rgba(238,244,255,.66);
    font-size:12px;
    line-height:1.25;
    font-weight:800;
}

.station2-fav-fuel{
    display:inline-flex;
    align-items:center;
    height:24px;
    padding:0 8px;
    border-radius:999px;
    background:rgba(255,193,7,.12);
    color:#ffd35c;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.station2-price-box{
    padding:18px 16px 12px;
    text-align:center;
}

.station2-price-box .price-number{
    color:#fff;
    font-size:clamp(36px, 4vw, 48px);
    line-height:.9;
    letter-spacing:-.06em;
    font-weight:950;
}

.station2-price-box .price-currency{
    display:block;
    margin-top:7px;
    color:rgba(238,244,255,.55);
    font-size:12px;
    font-weight:900;
}

.price-change{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    margin-top:12px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
}

.price-up{
    color:#ff9b9b;
    background:rgba(239,68,68,.12);
}

.price-down{
    color:#6ee7b7;
    background:rgba(34,197,94,.12);
}

.price-same{
    color:rgba(238,244,255,.64);
    background:rgba(255,255,255,.06);
}

.station2-fuel-meta{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    padding:0 14px 12px;
    text-align:center;
    background:transparent;
    flex:1;
}

.fuel-update,
.price-confirmations{
    color:rgba(238,244,255,.60);
    font-size:12px;
    font-weight:700;
}

.price-status{
    font-size:12px;
    font-weight:950;
}

.price-verified{
    color:#5ee7a8;
}

.price-pending{
    color:#fbbf24;
}

.price-ai{
    color:#93c5fd;
}

.price-old-warning{
    color:#fbbf24;
    font-size:12px;
    font-weight:900;
}

.station2-fuel-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    padding:12px;
    margin-top:auto;
}

.confirm-price,
.change-price-btn,
.add-price-btn{
    min-height:42px;
    border:0;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    color:#07111d;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    font-size:13px;
    font-weight:950;
    cursor:pointer;
    transition:.18s ease;
}

.confirm-price span{
    opacity:.74;
    font-size:11px;
}

.change-price-btn{
    color:#fff;
    background:rgba(255,255,255,.075);
    border:1px solid rgba(255,255,255,.08);
}

.add-price-btn{
    width:100%;
}

.confirm-price:hover,
.change-price-btn:hover,
.add-price-btn:hover{
    transform:translateY(-1px);
}

.station2-empty-price{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex:1;
    padding:20px 14px 14px;
    text-align:center;
    background:transparent;
}

.fuel-no-price{
    color:#fff;
    font-size:18px;
    font-weight:950;
}

.station2-empty-price p{
    margin:0;
    color:rgba(238,244,255,.58);
    font-size:12px;
    line-height:1.35;
}

.fuel-missing{
    opacity:1;
}

/* =====================================================
QUICK ACTIONS
===================================================== */

.station2-quick-actions{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:12px;
    margin-top:14px;
}

.station2-wide-action{
    min-height:58px;
    border:0;
    background:rgba(255,255,255,.06);
}

.station2-wide-action span{
    display:block;
    margin-left:6px;
    color:rgba(238,244,255,.58);
    font-size:12px;
    font-weight:800;
}

.station2-photo-wide{
    background:linear-gradient(135deg, rgba(52,211,153,.25), rgba(34,197,94,.13));
    border:1px solid rgba(52,211,153,.18);
}

.station2-confirm-wide{
    color:#07111d;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
}

/* =====================================================
DASHBOARD / MAP
===================================================== */

.station2-dashboard-grid,
.station2-map-amenities-grid{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
    gap:18px;
}

.fuel-chart-switch{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    flex-wrap:wrap;
}

.chart-fuel-btn,
.fuel-badge{
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.055);
    color:rgba(238,244,255,.78);
    font-size:11px;
    font-weight:950;
    cursor:pointer;
    transition:.18s ease;
}

.chart-fuel-btn.active,
.fuel-badge.active,
.fuel-badge:hover{
    color:#07111d;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    border-color:rgba(255,193,7,.36);
}

.station2-chart-wrap{
    height:270px;
    position:relative;
}

#priceChart{
    width:100%;
    height:100% !important;
    max-height:none;
}

.station2-stats-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.station-stat-box{
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.07);
}

.stat-top{
    display:flex;
    align-items:center;
    gap:8px;
    color:rgba(238,244,255,.60);
    font-size:12px;
    font-weight:900;
}

.stat-value{
    margin-top:8px;
    color:#fff;
    font-size:24px;
    line-height:1.05;
    font-weight:950;
}

.stat-sub{
    margin-top:4px;
    color:rgba(238,244,255,.46);
    font-size:12px;
    font-weight:700;
}

.station2-mini-link{
    min-height:36px;
    padding:0 12px;
    border-radius:12px;
    font-size:12px;
}

.station2-map-box{
    display:flex;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
}

.station2-map-box iframe{
    width:100%;
    min-height:310px;
    border:0;
    display:block;
    filter:saturate(.88) contrast(.95);
}

.station2-amenities-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.amenity-box{
    min-height:112px;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    text-align:center;
    transition:.18s ease;
}

.amenity-box:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,.075);
}

.amenity-icon{
    font-size:30px;
}

.amenity-name{
    color:rgba(238,244,255,.82);
    font-size:13px;
    font-weight:900;
}

/* =====================================================
UPDATES
===================================================== */

.station2-updates-panel{
    margin-bottom:18px;
}

.station2-updates-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:0;
    padding-left:0;
}

.station2-updates-list::before{
    display:none;
}

.station-update{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin:0;
    padding:15px;
    border-radius:20px;
    background:rgba(255,255,255,.052);
    border:1px solid rgba(255,255,255,.07);
    box-shadow:none;
    color:#eef4ff;
}

.station-update:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(0,0,0,.20);
    background:rgba(255,255,255,.068);
}

.update-avatar{
    position:static;
    width:38px;
    height:38px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    color:#07111d;
    font-size:14px;
    font-weight:950;
    box-shadow:0 10px 20px rgba(0,0,0,.22);
}

.update-content{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:0;
    flex:1;
}

.update-user{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.update-user a{
    color:#fff;
    text-decoration:none;
}

.update-action{
    color:rgba(238,244,255,.62);
    font-size:13px;
    font-weight:700;
}

.update-fuels{
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}

.fuel-change-box{
    color:#fff;
    font-size:14px;
    font-weight:900;
}

.change-up{
    color:#ff9b9b;
}

.change-down{
    color:#6ee7b7;
}

.update-time{
    color:rgba(238,244,255,.48);
    font-size:12px;
    font-weight:700;
}

.updates-empty{
    padding:38px 14px;
    text-align:center;
    color:rgba(238,244,255,.66);
}

.updates-empty-icon{
    font-size:36px;
    margin-bottom:8px;
}

.updates-empty-text{
    color:#fff;
    font-weight:950;
}

.updates-empty-sub{
    margin-top:4px;
    font-size:13px;
}

.updates-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:18px;
}

.updates-page-btn,
.updates-page-current{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 13px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    border:1px solid rgba(255,255,255,.08);
}

.updates-page-btn:hover{
    color:#07111d;
    background:#ffc107;
}

/* =====================================================
MODAL / FORM — STATION2 DARK
===================================================== */

.station-price-modal-content{
    border:1px solid rgba(255,255,255,.10);
    border-radius:26px;
    background:linear-gradient(180deg, rgba(9,25,45,.98), rgba(6,17,32,.99));
    color:#eef4ff;
    box-shadow:0 24px 60px rgba(0,0,0,.45);
    overflow:hidden;
}

.station-price-modal-content .modal-header{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.station-price-modal-content .btn-close{
    filter:invert(1);
    opacity:.8;
}

.station-price-modal-subtitle,
.station-price-bulk-hint,
.current-price-meta{
    color:rgba(238,244,255,.62);
}

.guest-price-note,
.station-price-bulk-hint{
    padding:12px 14px;
    border-radius:16px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.08);
    font-size:13px;
    line-height:1.45;
}

.station-price-toolbar{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin:14px 0;
}

.station-toolbar-btn{
    min-height:36px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#fff;
    padding:0 12px;
    font-size:12px;
    font-weight:900;
}

.station-toolbar-counter{
    color:rgba(238,244,255,.62);
    font-size:12px;
    font-weight:800;
}

.station-price-list{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-top:14px;
}

.price-edit-row{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:10px;
    align-items:flex-start;
    padding:12px;
    border-radius:18px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.075);
}

.price-edit-row.is-selected{
    border-color:rgba(255,193,7,.34);
    background:rgba(255,193,7,.07);
}

.price-edit-check input{
    display:none;
}

.price-edit-check span{
    width:24px;
    height:24px;
    border-radius:9px;
    display:block;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}

.price-edit-check input:checked + span{
    background:#ffc107;
    border-color:#ffc107;
    box-shadow:inset 0 0 0 5px #071321;
}

.price-edit-main{
    min-width:0;
}

.price-edit-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}

.fuel-label{
    color:#fff;
    font-size:15px;
    font-weight:950;
}

.price-edit-controls{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:10px;
}

.fuel-input{
    display:flex;
    align-items:center;
    gap:8px;
}

.price-input{
    width:110px;
    min-height:42px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.08);
    color:#fff;
    text-align:center;
    font-size:17px;
    font-weight:950;
}

.price-input::placeholder{
    color:rgba(238,244,255,.35);
}

.quick-price-actions{
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}

.quick-price-btn{
    min-height:38px;
    padding:0 10px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.09);
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.save-prices-btn{
    min-height:50px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    color:#07111d;
    font-weight:950;
}

.price-form-alert{
    padding:12px;
    border-radius:14px;
    font-weight:800;
    font-size:13px;
}

.price-form-alert-success{
    background:rgba(34,197,94,.14);
    color:#86efac;
}

.price-form-alert-error{
    background:rgba(239,68,68,.14);
    color:#fecaca;
}

/* =====================================================
LEGACY SAFETY
===================================================== */

.card,
.card-body{
    color:inherit;
}

.login-info-popup{
    position:fixed;
    left:50%;
    bottom:92px;
    transform:translateX(-50%) translateY(20px);
    z-index:99999;
    padding:12px 16px;
    border-radius:16px;
    background:#071321;
    color:#fff;
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 16px 36px rgba(0,0,0,.35);
    opacity:0;
    transition:.25s ease;
}

.login-info-popup.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width:1180px){
    .station2-fuel-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .station2-hero{
        grid-template-columns:1fr;
    }

    .station2-hero-actions{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width:900px){
    .station2-page-wrap{
        padding-top:12px;
    }

    .station2-container{
        width:calc(100% - 20px);
    }

    .station2-dashboard-grid,
    .station2-map-amenities-grid{
        grid-template-columns:1fr;
    }

    .station2-section-head,
    .station2-panel-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .fuel-chart-switch{
        justify-content:flex-start;
    }
}

@media (max-width:700px){
    /* PWA/mobile: nie ukrywamy okruszków na stronie stacji.
       Są ważne dla powrotu do miasta/regionu i dla SEO/UX. */
    .station2-breadcrumbs{
        display:flex;
        flex-wrap:nowrap;
        align-items:center;
        gap:7px;
        width:100%;
        max-width:100%;
        margin:0 0 12px;
        padding:8px 10px;
        border:1px solid rgba(255,255,255,.08);
        border-radius:16px;
        background:rgba(5,16,31,.72);
        box-shadow:0 10px 26px rgba(0,0,0,.16);
        overflow-x:auto;
        overflow-y:hidden;
        white-space:nowrap;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .station2-breadcrumbs::-webkit-scrollbar{
        display:none;
    }

    .station2-breadcrumbs a,
    .station2-breadcrumbs span,
    .station2-breadcrumbs strong{
        flex:0 0 auto;
    }

    .station2-breadcrumbs a{
        color:rgba(238,244,255,.82);
    }

    .station2-breadcrumbs strong{
        max-width:180px;
        overflow:hidden;
        text-overflow:ellipsis;
        color:#fff;
    }

    .station2-hero{
        padding:16px;
        border-radius:26px;
        gap:16px;
    }

    .station2-brand-block{
        align-items:flex-start;
        gap:12px;
    }

    .station2-logo-box{
        width:64px;
        height:64px;
        border-radius:18px;
    }

    .station2-title-block h1{
        font-size:34px;
        line-height:1;
        margin-top:4px;
    }

    .station2-address{
        font-size:13px;
        gap:6px;
    }

    .station2-hero-tags{
        margin-top:14px;
        gap:6px;
    }

    .station2-hero-tags span{
        min-height:30px;
        padding:0 9px;
        font-size:11px;
    }

    .station2-hero-actions{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .station2-action{
        min-height:44px;
        padding:0 10px;
        border-radius:14px;
        font-size:13px;
    }

    .station2-prices-section,
    .station2-panel{
        margin-top:12px;
        padding:14px;
        border-radius:24px;
    }

    .station2-section-head h2,
    .station2-panel-head h2{
        font-size:21px;
    }

    .station2-section-note{
        font-size:12px;
    }

    .station2-fuel-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }

    .station2-fuel-card{
        min-height:244px;
        border-radius:20px;
    }

    .station2-fuel-top{
        padding:13px 12px 9px;
    }

    .station2-fuel-code{
        font-size:15px;
    }

    .station2-fuel-name{
        font-size:11px;
    }

    .station2-price-box{
        padding:15px 10px 10px;
    }

    .station2-price-box .price-number{
        font-size:36px;
    }

    .station2-fuel-meta{
        padding:0 10px 10px;
    }

    .fuel-update,
    .price-confirmations,
    .price-status,
    .price-old-warning{
        font-size:11px;
    }

    .station2-fuel-actions{
        padding:10px;
        gap:7px;
    }

    .confirm-price,
    .change-price-btn,
    .add-price-btn{
        min-height:38px;
        border-radius:13px;
        font-size:12px;
    }

    .station2-quick-actions{
        grid-template-columns:1fr;
        gap:8px;
    }

    .station2-wide-action{
        min-height:48px;
        border-radius:15px;
        font-size:13px;
    }

    .station2-chart-wrap{
        height:230px;
    }

    .station2-stats-grid{
        grid-template-columns:1fr 1fr;
        gap:9px;
    }

    .station-stat-box{
        padding:13px;
        border-radius:16px;
    }

    .stat-top{
        font-size:11px;
    }

    .stat-value{
        font-size:19px;
    }

    .station2-map-box iframe{
        min-height:230px;
    }

    .station2-amenities-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
    }

    .amenity-box{
        min-height:92px;
        border-radius:17px;
    }

    .amenity-icon{
        font-size:26px;
    }

    .station-update{
        padding:13px;
        border-radius:18px;
        gap:10px;
    }

    .update-avatar{
        width:34px;
        height:34px;
        border-radius:12px;
    }

    .update-user{
        font-size:13px;
    }

    .fuel-badge{
        min-height:28px;
        font-size:10px;
        padding:0 9px;
    }

    .price-edit-head,
    .price-edit-controls{
        flex-direction:column;
        align-items:flex-start;
    }

    .price-input{
        width:118px;
    }
}

@media (max-width:380px){
    .station2-container{
        width:calc(100% - 14px);
    }

    .station2-fuel-grid{
        gap:8px;
    }

    .station2-price-box .price-number{
        font-size:32px;
    }

    .station2-fuel-card{
        min-height:238px;
    }
}


/* =====================================================
STATION2 FINAL — COMPACT STATION HEADER + RESPONSIVE PRICE GRID
===================================================== */

.station2-hero-status-grid,
.station2-hero-summary,
.station2-summary-main,
.station2-summary-side{
    display:none !important;
}

.station2-hero{
    grid-template-columns:minmax(0,1fr) minmax(300px,360px);
    gap:22px;
    padding:24px;
    align-items:stretch;
    min-height:0;
}

.station2-hero-main{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:22px;
    min-height:210px;
}

.station2-logo-box{
    width:78px;
    height:78px;
    border-radius:22px;
}

.station2-title-block h1{
    margin:5px 0 8px;
    max-width:780px;
    font-size:clamp(34px, 4.2vw, 56px);
}

.station2-hero-meta-line{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.station2-hero-meta-line span{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:rgba(238,244,255,.72);
    font-size:12px;
    font-weight:850;
}

.station2-hero-meta-line strong{
    color:#fff;
    font-weight:950;
}

.station2-hero-actions{
    align-self:stretch;
    padding:18px;
    border-radius:26px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,193,7,.10), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 14px 34px rgba(0,0,0,.18);
}

.station2-actions-label{
    color:rgba(238,244,255,.58);
    font-size:11px;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin:0 0 2px;
}

.station2-action{
    width:100%;
}

.station2-action-strong{
    min-height:68px;
    justify-content:flex-start;
    padding:0 18px;
    text-align:left;
    box-shadow:0 14px 30px rgba(34,197,94,.11);
}

.station2-action-strong > span:first-child{
    width:38px;
    height:38px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.10);
    flex-shrink:0;
}

.station2-action-strong small{
    display:block;
    margin-top:3px;
    color:rgba(238,244,255,.62);
    font-size:12px;
    line-height:1.2;
    font-weight:800;
}

.station2-action-photo{
    background:
        radial-gradient(circle at 0% 20%, rgba(255,193,7,.12), transparent 28%),
        linear-gradient(135deg, rgba(52,211,153,.38), rgba(34,197,94,.19));
    border-color:rgba(52,211,153,.32);
}

.station2-action-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.station2-action-row .station2-action{
    min-height:46px;
    padding:0 10px;
}

.station2-prices-section{
    margin-top:18px;
}

.station2-section-head{
    align-items:center;
}

.station2-fuel-grid{
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap:14px;
}

.station2-fuel-card{
    min-height:282px;
}

.station2-fuel-actions{
    grid-template-columns:1fr 1fr;
}

.station2-fuel-actions .confirm-price:only-child,
.station2-fuel-actions .change-price-btn:only-child{
    grid-column:1 / -1;
}

.station2-help-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:16px;
    padding:16px;
    border-radius:22px;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,193,7,.09), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
    border:1px solid rgba(255,255,255,.08);
}

.station2-help-strip strong{
    display:block;
    color:#fff;
    font-size:15px;
    font-weight:950;
    margin-bottom:4px;
}

.station2-help-strip span{
    display:block;
    color:rgba(238,244,255,.60);
    font-size:13px;
    font-weight:700;
    line-height:1.4;
}

.station2-help-actions{
    display:grid;
    grid-template-columns:minmax(150px,1fr) minmax(210px,1.2fr);
    gap:10px;
    min-width:390px;
}

.station2-help-actions .station2-wide-action{
    min-height:52px;
    border-radius:16px;
}

.station2-photo-wide{
    justify-content:flex-start;
    padding-left:16px;
}

.station2-dashboard-grid{
    grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
}

.station2-map-amenities-grid{
    grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
}

@media (max-width:1180px){
    .station2-hero{
        grid-template-columns:1fr;
    }

    .station2-hero-main{
        min-height:0;
    }

    .station2-hero-actions{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        align-items:stretch;
    }

    .station2-actions-label{
        grid-column:1 / -1;
    }

    .station2-action-row{
        grid-column:1 / -1;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .station2-action-strong{
        min-height:58px;
    }

    .station2-help-strip{
        align-items:flex-start;
        flex-direction:column;
    }

    .station2-help-actions{
        width:100%;
        min-width:0;
    }
}

@media (max-width:900px){
    .station2-dashboard-grid,
    .station2-map-amenities-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:700px){
    .station2-hero{
        padding:15px;
        gap:12px;
        border-radius:24px;
    }

    .station2-brand-block{
        align-items:flex-start;
        gap:12px;
    }

    .station2-logo-box{
        width:62px;
        height:62px;
        border-radius:18px;
    }

    .station2-title-block h1{
        font-size:32px;
        line-height:1;
        margin-top:4px;
    }

    .station2-address{
        font-size:13px;
        gap:6px;
    }

    .station2-hero-meta-line{
        gap:6px;
    }

    .station2-hero-meta-line span{
        min-height:30px;
        padding:0 9px;
        font-size:11px;
    }

    .station2-hero-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        padding:12px;
        border-radius:20px;
    }

    .station2-actions-label{
        grid-column:1 / -1;
        margin-bottom:0;
    }

    .station2-action-main,
    .station2-action-strong{
        grid-column:1 / -1;
    }

    .station2-action-strong{
        min-height:56px;
        padding:0 14px;
    }

    .station2-action-strong > span:first-child{
        width:34px;
        height:34px;
        border-radius:12px;
    }

    .station2-action-row{
        grid-column:1 / -1;
        grid-template-columns:1fr 1fr;
    }

    .station2-action-row .station2-action{
        min-height:42px;
        font-size:12px;
    }

    .station2-fuel-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }

    .station2-fuel-card:nth-last-child(1):nth-child(odd){
        grid-column:1 / -1;
    }

    .station2-fuel-card{
        min-height:244px;
    }

    .station2-fuel-actions{
        grid-template-columns:1fr;
    }

    .station2-help-strip{
        padding:13px;
        border-radius:20px;
        gap:12px;
    }

    .station2-help-actions{
        grid-template-columns:1fr;
    }

    .station2-help-actions .station2-wide-action{
        min-height:46px;
    }

    .station2-photo-wide{
        justify-content:center;
        padding-left:12px;
    }
}

@media (max-width:380px){
    .station2-title-block h1{
        font-size:29px;
    }

    .station2-hero-meta-line span{
        width:100%;
        justify-content:center;
    }
}

/* =====================================================
STATION2 HERO CLEAN — FINAL OVERRIDE
===================================================== */

.station2-hero-status-grid,
.station2-hero-summary,
.station2-summary-main,
.station2-summary-side{
    display:none !important;
}

.station2-hero-clean{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:18px;
    padding:20px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 12% 8%, rgba(255,193,7,.075), transparent 25%),
        radial-gradient(circle at 86% 16%, rgba(74,144,255,.10), transparent 30%),
        linear-gradient(180deg, rgba(6,20,40,.97), rgba(5,16,31,.99));
    box-shadow:0 20px 48px rgba(0,0,0,.26);
    overflow:hidden;
    align-items:stretch;
}

.station2-hero-clean .station2-hero-main{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
    min-height:170px;
}

.station2-hero-clean .station2-brand-block{
    display:flex;
    align-items:center;
    gap:16px;
    min-width:0;
}

.station2-hero-clean .station2-logo-box{
    width:72px;
    height:72px;
    border-radius:21px;
}

.station2-hero-clean .station2-title-block h1{
    margin:5px 0 7px;
    max-width:780px;
    color:#fff;
    font-size:clamp(31px, 3.8vw, 50px);
    line-height:1;
    font-weight:950;
    letter-spacing:-.04em;
}

.station2-hero-clean .station2-address{
    display:flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
    color:rgba(238,244,255,.72);
    font-size:14px;
    line-height:1.35;
}

.station2-hero-clean .station2-address strong{
    color:#fff;
    font-weight:950;
}

.station2-hero-bottom{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
}

.station2-hero-clean .station2-hero-meta-line{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
}

.station2-hero-clean .station2-hero-meta-line span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    min-height:32px;
    padding:0 11px;
    border-radius:999px;
    background:rgba(255,255,255,.052);
    border:1px solid rgba(255,255,255,.075);
    color:rgba(238,244,255,.66);
    font-size:11px;
    font-weight:850;
}

.station2-hero-clean .station2-hero-meta-line b{
    color:rgba(238,244,255,.48);
    font-weight:850;
}

.station2-hero-clean .station2-hero-meta-line strong{
    color:#fff;
    font-weight:950;
}

.station2-hero-clean .station2-hero-actions{
    position:relative;
    z-index:2;
    align-self:stretch;
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:14px;
    border-radius:22px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,193,7,.10), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.03));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045), 0 14px 34px rgba(0,0,0,.18);
}

.station2-hero-clean .station2-actions-label{
    margin:0;
    color:rgba(238,244,255,.56);
    font-size:10px;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.station2-hero-clean .station2-action{
    width:100%;
    min-height:43px;
    border-radius:14px;
    font-size:13px;
}

.station2-hero-clean .station2-action-main{
    min-height:48px;
}

.station2-hero-clean .station2-action-strong{
    min-height:58px;
    justify-content:flex-start;
    padding:0 14px;
    text-align:left;
}

.station2-hero-clean .station2-action-strong > span:first-child{
    width:34px;
    height:34px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.10);
    flex-shrink:0;
}

.station2-hero-clean .station2-action-strong small{
    display:block;
    margin-top:3px;
    color:rgba(238,244,255,.62);
    font-size:11px;
    line-height:1.2;
    font-weight:800;
}

.station2-hero-clean .station2-action-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}

.station2-hero-clean .station2-action-row .station2-action{
    min-height:40px;
    padding:0 10px;
}

.station2-prices-section{
    margin-top:14px;
}

@media(max-width:1180px){
    .station2-hero-clean{
        grid-template-columns:1fr;
    }

    .station2-hero-clean .station2-hero-main{
        min-height:0;
    }

    .station2-hero-clean .station2-hero-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        align-items:stretch;
    }

    .station2-hero-clean .station2-actions-label,
    .station2-hero-clean .station2-action-main,
    .station2-hero-clean .station2-action-strong,
    .station2-hero-clean .station2-action-row{
        grid-column:1 / -1;
    }
}

@media(max-width:700px){
    .station2-hero-clean{
        padding:13px;
        border-radius:23px;
        gap:10px;
    }

    .station2-hero-clean .station2-hero-main{
        gap:13px;
    }

    .station2-hero-clean .station2-brand-block{
        align-items:flex-start;
        gap:12px;
    }

    .station2-hero-clean .station2-logo-box{
        width:58px;
        height:58px;
        border-radius:17px;
    }

    .station2-hero-clean .station2-title-block h1{
        font-size:30px;
        margin:4px 0 6px;
    }

    .station2-hero-clean .station2-kicker{
        font-size:10px;
    }

    .station2-hero-clean .station2-address{
        font-size:12px;
        line-height:1.3;
        gap:5px;
    }

    .station2-hero-clean .station2-hero-meta-line{
        gap:6px;
    }

    .station2-hero-clean .station2-hero-meta-line span{
        min-height:28px;
        font-size:10px;
        padding:0 8px;
    }

    .station2-hero-clean .station2-hero-meta-line b{
        display:none;
    }

    .station2-hero-clean .station2-hero-actions{
        padding:10px;
        border-radius:18px;
        gap:7px;
    }

    .station2-hero-clean .station2-action{
        min-height:39px;
        font-size:12px;
        border-radius:13px;
    }

    .station2-hero-clean .station2-action-main{
        min-height:44px;
    }

    .station2-hero-clean .station2-action-strong{
        min-height:52px;
    }
}

@media(max-width:380px){
    .station2-hero-clean .station2-title-block h1{
        font-size:27px;
    }

    .station2-hero-clean .station2-hero-meta-line span{
        width:auto;
        justify-content:flex-start;
    }
}

/* =====================================================
OWNER MANAGED — FRONT
===================================================== */

.station-owner-front-box{
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    max-width:760px;
    padding:12px;
    border-radius:18px;
    background:
        radial-gradient(circle at 0 0, rgba(255,193,7,.10), transparent 34%),
        rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
}

.station-owner-front-badge,
.station-owner-hours{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:32px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}

.station-owner-front-badge{
    background:rgba(55,214,122,.13);
    color:#79f0a6;
    border:1px solid rgba(55,214,122,.24);
}

.station-owner-hours{
    background:rgba(255,193,7,.12);
    color:#ffd45a;
    border:1px solid rgba(255,193,7,.22);
}

.station-owner-front-box p{
    width:100%;
    margin:3px 0 0;
    color:rgba(255,255,255,.76);
    font-size:13px;
    line-height:1.45;
}

.station-owner-front-box small{
    width:100%;
    color:rgba(255,255,255,.54);
    font-size:12px;
    line-height:1.4;
}

.price-owner-official{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    min-height:28px;
    padding:0 9px;
    border-radius:999px;
    background:rgba(55,214,122,.13);
    color:#79f0a6;
    border:1px solid rgba(55,214,122,.24);
    font-size:12px;
    font-weight:900;
}

.station-owner-promotions-section{
    margin:18px 0;
    padding:18px;
    border-radius:28px;
    background:
        radial-gradient(circle at 0 0, rgba(255,193,7,.12), transparent 34%),
        radial-gradient(circle at 100% 0, rgba(65,130,255,.10), transparent 30%),
        linear-gradient(180deg, rgba(8,25,45,.94), rgba(4,14,27,.98));
    border:1px solid rgba(255,255,255,.09);
    box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.station-owner-promotions-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.station-owner-promo-card{
    position:relative;
    padding:16px;
    border-radius:22px;
    background:rgba(0,0,0,.20);
    border:1px solid rgba(255,255,255,.09);
    overflow:hidden;
}

.station-owner-promo-card::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at 0 0, rgba(255,193,7,.10), transparent 34%);
}

.station-owner-promo-badge{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:26px;
    padding:0 9px;
    margin-bottom:9px;
    border-radius:999px;
    background:rgba(255,193,7,.15);
    color:#ffd45a;
    border:1px solid rgba(255,193,7,.26);
    font-size:11px;
    font-weight:950;
}

.station-owner-promo-card h3{
    position:relative;
    margin:0 0 7px;
    color:#fff;
    font-size:18px;
    line-height:1.18;
}

.station-owner-promo-card p{
    position:relative;
    margin:0;
    color:rgba(255,255,255,.68);
    font-size:13px;
    line-height:1.48;
}

.station-owner-promo-card small{
    position:relative;
    display:block;
    margin-top:12px;
    color:rgba(255,255,255,.48);
    font-size:12px;
    font-weight:800;
}

@media(max-width:900px){
    .station-owner-promotions-grid{
        grid-template-columns:1fr;
    }

    .station-owner-front-box{
        align-items:flex-start;
    }

    .station-owner-front-badge,
    .station-owner-hours{
        width:100%;
        justify-content:flex-start;
    }
}

/* =====================================================
OWNER PROMOTIONS — UNDER PRICES
===================================================== */

.station-owner-promotions-under-prices{
    margin-top:22px;
    padding:22px;
    border-radius:28px;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,193,7,.16), transparent 28%),
        linear-gradient(180deg, rgba(12,28,48,.96), rgba(7,18,32,.96));
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 50px rgba(0,0,0,.26);
}

.station-owner-promotions-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
    margin-top:18px;
}

.station-owner-promo-card{
    position:relative;
    padding:18px;
    border-radius:22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
    border:1px solid rgba(255,255,255,.09);
    overflow:hidden;
}

.station-owner-promo-card::before{
    content:"";
    position:absolute;
    inset:auto -30px -50px auto;
    width:120px;
    height:120px;
    background:rgba(255,193,7,.14);
    filter:blur(28px);
    border-radius:999px;
    pointer-events:none;
}

.station-owner-promo-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    margin-bottom:12px;
    border-radius:999px;
    background:rgba(255,193,7,.16);
    border:1px solid rgba(255,193,7,.34);
    color:#ffd86b;
    font-size:11px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.station-owner-promo-card h3{
    margin:0 0 8px;
    color:#fff;
    font-size:18px;
    font-weight:900;
    line-height:1.2;
}

.station-owner-promo-card p{
    margin:0;
    color:rgba(238,244,255,.78);
    font-size:14px;
    line-height:1.5;
}

.station-owner-promo-card small{
    display:block;
    margin-top:14px;
    color:rgba(255,255,255,.58);
    font-size:12px;
    font-weight:700;
}

/* MOBILE */
@media(max-width:700px){
    .station-owner-promotions-under-prices{
        margin-top:16px;
        padding:16px;
        border-radius:22px;
    }

    .station-owner-promotions-under-prices .station2-panel-head-row{
        display:block;
    }

    .station-owner-promotions-under-prices .station2-section-note{
        margin-top:6px;
        font-size:12px;
        line-height:1.35;
    }

    .station-owner-promotions-grid{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:14px;
    }

    .station-owner-promo-card{
        padding:15px;
        border-radius:18px;
    }

    .station-owner-promo-card h3{
        font-size:16px;
    }

    .station-owner-promo-card p{
        font-size:13px;
    }
}

.station-toast{
    position:fixed;
    left:50%;
    top:92px;
    z-index:999999;
    transform:translateX(-50%) translateY(-12px);
    display:flex;
    align-items:center;
    gap:12px;
    min-width:min(420px, calc(100vw - 28px));
    max-width:520px;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(8,19,34,.94);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 18px 60px rgba(0,0,0,.45);
    backdrop-filter:blur(18px);
    color:#fff;
    opacity:0;
    pointer-events:none;
    transition:.25s ease;
}

.station-toast.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.station-toast-success{
    border-color:rgba(34,197,94,.45);
    box-shadow:0 18px 60px rgba(34,197,94,.16), 0 18px 60px rgba(0,0,0,.45);
}

.station-toast-error{
    border-color:rgba(239,68,68,.5);
    box-shadow:0 18px 60px rgba(239,68,68,.16), 0 18px 60px rgba(0,0,0,.45);
}

.station-toast-icon{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    flex:0 0 auto;
}

.station-toast-text{
    font-size:14px;
    font-weight:800;
    line-height:1.35;
}

.confirm-price{
    transition:.25s ease;
}

.confirm-price.is-loading{
    opacity:.75;
    cursor:wait;
}

.confirm-price.is-confirmed{
    background:rgba(34,197,94,.16) !important;
    border-color:rgba(34,197,94,.45) !important;
    color:#bbf7d0 !important;
}

@media(max-width:700px){
    .station-toast{
        top:76px;
        border-radius:16px;
        padding:13px 14px;
    }
}
.price-already-confirmed{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:44px;
    padding:10px 12px;
    border-radius:14px;
    margin-top:8px;
    font-size:13px;
    font-weight:700;
    line-height:1.2;
    text-align:center;
    color:#22c55e;
    background:linear-gradient(180deg, rgba(34,197,94,.12) 0%, rgba(34,197,94,.08) 100%);
    border:1px solid rgba(34,197,94,.22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 8px 20px rgba(34,197,94,.08);
}

.price-already-confirmed::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    flex:0 0 8px;
    margin-right:8px;
    background:#22c55e;
    box-shadow:0 0 10px rgba(34,197,94,.55);
}

.station2-fuel-actions .price-already-confirmed{
    margin-top:0;
}

/* =====================================================
STATION — MODAL DODAWANIA CEN FIX
===================================================== */

.modal-backdrop{
    z-index:30000 !important;
}

.modal{
    z-index:30010 !important;
}

#editPricesModal .modal-dialog{
    margin-top:90px !important;
    margin-bottom:40px !important;
}

#editPricesModal .station-price-modal-content{
    max-height:calc(100vh - 130px) !important;
    overflow:hidden !important;
}

#editPricesModal .modal-body{
    overflow-y:auto !important;
    max-height:calc(100vh - 230px) !important;
}

#bulkHint{
    display:none !important;
}

@media(max-width:767.98px){
    #editPricesModal .modal-dialog{
        margin:calc(env(safe-area-inset-top, 0px) + 18px) 10px 20px !important;
        max-width:calc(100vw - 20px) !important;
    }

    #editPricesModal .station-price-modal-content{
        max-height:calc(100vh - 45px) !important;
        border-radius:22px !important;
    }

    #editPricesModal .modal-body{
        max-height:calc(100vh - 175px) !important;
        overflow-y:auto !important;
    }
}

/* =====================================================
STATION2 — LAST PRICE UPDATE THANK YOU BOX
===================================================== */

.station2-last-update-box{
    margin-top:12px;
    max-width:760px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px;
    border-radius:18px;
    background:
        radial-gradient(circle at 0 0, rgba(34,197,94,.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
    border:1px solid rgba(34,197,94,.22);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.station2-last-update-icon{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    font-size:20px;
}

.station2-last-update-content{
    min-width:0;
    flex:1;
}

.station2-last-update-title{
    color:#fff;
    font-size:13px;
    font-weight:950;
    line-height:1.2;
}

.station2-last-update-meta{
    margin-top:4px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    color:rgba(238,244,255,.68);
    font-size:12px;
    line-height:1.35;
    font-weight:800;
}

.station2-last-update-meta a{
    color:#79f0a6;
    font-weight:950;
    text-decoration:none;
}

.station2-last-update-meta a:hover{
    text-decoration:underline;
}

.station2-last-update-meta strong{
    color:#fff;
    font-weight:950;
}

.station2-last-update-separator{
    color:rgba(238,244,255,.32);
}

.station2-last-update-note{
    margin-top:4px;
    color:rgba(238,244,255,.50);
    font-size:12px;
    line-height:1.35;
    font-weight:700;
}

.station2-last-update-btn{
    min-height:38px;
    padding:0 13px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#ffcf47,#ffae00);
    color:#07111d;
    font-size:12px;
    font-weight:950;
    white-space:nowrap;
    cursor:pointer;
    box-shadow:0 12px 24px rgba(255,193,7,.14);
    transition:.18s ease;
}

.station2-last-update-btn:hover{
    transform:translateY(-1px);
}

.station2-last-update-empty{
    background:
        radial-gradient(circle at 0 0, rgba(255,193,7,.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
    border-color:rgba(255,193,7,.22);
}

@media(max-width:700px){
    .station2-last-update-box{
        align-items:flex-start;
        gap:10px;
        padding:11px;
    }

    .station2-last-update-icon{
        width:34px;
        height:34px;
        flex-basis:34px;
        border-radius:12px;
        font-size:18px;
    }

    .station2-last-update-btn{
        width:100%;
        margin-top:8px;
    }

    .station2-last-update-box{
        flex-wrap:wrap;
    }

    .station2-last-update-content{
        flex:1 1 calc(100% - 48px);
    }
}

.station2-last-update-like{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;

    background:
        linear-gradient(180deg,#ffd95e 0%, #ffbe1b 100%);

    color:#111827;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
    font-weight:700;

    cursor:pointer;

    box-shadow:
        0 10px 24px rgba(255,190,27,.28),
        inset 0 1px 0 rgba(255,255,255,.35);

    transition:
        transform .16s ease,
        box-shadow .16s ease,
        opacity .16s ease;

    flex:0 0 44px;
}

.station2-last-update-like:hover{
    transform:translateY(-2px) scale(1.04);

    box-shadow:
        0 16px 34px rgba(255,190,27,.38),
        inset 0 1px 0 rgba(255,255,255,.45);
}

.station2-last-update-like:active{
    transform:scale(.97);
}

.station2-last-update-like:disabled{
    opacity:.85;
    cursor:wait;
}

.station2-last-update-like span{
    filter:
        drop-shadow(0 1px 0 rgba(255,255,255,.35))
        drop-shadow(0 2px 4px rgba(0,0,0,.18));
}

/* =====================================================
MOBILE/PWA FIX 2026-05 — iPhone safe-area + modal ceny
Dopisek na końcu pliku, nadpisuje wcześniejsze reguły.
===================================================== */

@supports (padding: max(0px)){
    body.station-page{
        padding-top:env(safe-area-inset-top, 0px);
    }
}

/* Bezpieczny odstęp góry na iPhone/PWA — treść stacji nie wchodzi pod status bar/header */
@media(max-width:767.98px){
    body.station-page{
        overflow-x:hidden;
    }

    .station2-page-wrap{
        padding-top:calc(env(safe-area-inset-top, 0px) + 16px) !important;
        padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 90px) !important;
    }

    .station2-container{
        width:calc(100% - 18px) !important;
    }
}

/* Modal cen — pełniejsza wysokość, bez chowania przycisku zapisu na dole */
#editPricesModal{
    --tn-safe-top:env(safe-area-inset-top, 0px);
    --tn-safe-bottom:env(safe-area-inset-bottom, 0px);
}

#editPricesModal .modal-dialog{
    width:min(760px, calc(100vw - 24px)) !important;
}

#editPricesModal .station-price-modal-content{
    display:flex !important;
    flex-direction:column !important;
}

#editPricesModal .modal-header{
    flex:0 0 auto !important;
}

#editPricesModal .modal-body{
    flex:1 1 auto !important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
}

/* iPhone nie powiększa ekranu po kliknięciu w input, gdy font-size >= 16px */
#editPricesModal input,
#editPricesModal select,
#editPricesModal textarea,
#editPricesModal button{
    font-size:16px !important;
}

/* Kompaktowy układ wiersza paliwa */
#editPricesModal .price-edit-row{
    grid-template-columns:28px minmax(0,1fr) !important;
    gap:10px !important;
}

#editPricesModal .price-edit-check span{
    width:24px !important;
    height:24px !important;
}

#editPricesModal .price-edit-head{
    gap:8px !important;
}

#editPricesModal .current-price-meta{
    line-height:1.25 !important;
}

#editPricesModal .price-edit-controls{
    display:grid !important;
    grid-template-columns:minmax(112px, 138px) minmax(0, 1fr) !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
}

#editPricesModal .fuel-input{
    min-width:0 !important;
    gap:6px !important;
}

#editPricesModal .price-input{
    width:92px !important;
    min-height:40px !important;
    height:40px !important;
    padding:0 8px !important;
    border-radius:13px !important;
    font-size:16px !important;
}

#editPricesModal .fuel-input span{
    white-space:nowrap !important;
    font-size:16px !important;
}

#editPricesModal .quick-price-actions{
    display:grid !important;
    grid-template-columns:44px 1fr 1fr !important;
    gap:6px !important;
    width:100% !important;
    min-width:0 !important;
}

#editPricesModal .quick-price-btn{
    min-width:0 !important;
    min-height:40px !important;
    height:40px !important;
    padding:0 7px !important;
    border-radius:13px !important;
    white-space:nowrap !important;
    font-size:15px !important;
    line-height:1 !important;
}

#editPricesModal #savePricesBtn{
    position:sticky !important;
    bottom:calc(var(--tn-safe-bottom) + 8px) !important;
    z-index:5 !important;
    margin-top:14px !important;
    margin-bottom:calc(var(--tn-safe-bottom) + 6px) !important;
    min-height:52px !important;
    box-shadow:0 14px 34px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.10) inset !important;
}

@media(max-width:767.98px){
    #editPricesModal .modal-dialog{
        margin:calc(var(--tn-safe-top) + 10px) auto calc(var(--tn-safe-bottom) + 10px) !important;
        width:calc(100vw - 18px) !important;
        max-width:calc(100vw - 18px) !important;
        min-height:0 !important;
    }

    #editPricesModal .station-price-modal-content{
        max-height:calc(100dvh - var(--tn-safe-top) - var(--tn-safe-bottom) - 20px) !important;
        border-radius:24px !important;
    }

    #editPricesModal .modal-header{
        padding:16px 16px 12px !important;
    }

    #editPricesModal .modal-title{
        font-size:24px !important;
        line-height:1.08 !important;
    }

    #editPricesModal .station-price-modal-subtitle{
        margin-top:6px !important;
        font-size:16px !important;
        line-height:1.36 !important;
    }

    #editPricesModal .modal-body{
        max-height:none !important;
        padding:14px 16px 16px !important;
    }

    #editPricesModal .guest-price-note{
        padding:11px 12px !important;
        border-radius:17px !important;
        font-size:15px !important;
        line-height:1.35 !important;
    }

    #editPricesModal .station-price-toolbar{
        display:grid !important;
        grid-template-columns:1fr auto !important;
        gap:8px !important;
        margin:12px 0 8px !important;
    }

    #editPricesModal .station-toolbar-btn{
        min-height:38px !important;
        padding:0 12px !important;
        font-size:14px !important;
    }

    #editPricesModal .station-toolbar-counter{
        grid-column:1 / -1 !important;
        font-size:14px !important;
    }

    #editPricesModal .station-price-list{
        gap:10px !important;
        margin-top:10px !important;
    }

    #editPricesModal .price-edit-row{
        padding:12px !important;
        border-radius:20px !important;
    }

    #editPricesModal .price-edit-head{
        display:block !important;
    }

    #editPricesModal .fuel-label{
        font-size:17px !important;
        line-height:1.15 !important;
        margin-bottom:8px !important;
    }

    #editPricesModal .current-price-meta{
        font-size:15px !important;
    }
}

@media(max-width:390px){
    #editPricesModal .modal-dialog{
        width:calc(100vw - 12px) !important;
        max-width:calc(100vw - 12px) !important;
    }

    #editPricesModal .modal-header{
        padding:14px 14px 10px !important;
    }

    #editPricesModal .modal-body{
        padding:12px 14px 14px !important;
    }

    #editPricesModal .price-edit-row{
        grid-template-columns:26px minmax(0,1fr) !important;
        padding:11px !important;
    }

    #editPricesModal .price-edit-controls{
        grid-template-columns:minmax(104px, 124px) minmax(0,1fr) !important;
        gap:7px !important;
    }

    #editPricesModal .price-input{
        width:82px !important;
        height:38px !important;
        min-height:38px !important;
        padding:0 6px !important;
    }

    #editPricesModal .quick-price-actions{
        grid-template-columns:38px 1fr 1fr !important;
        gap:5px !important;
    }

    #editPricesModal .quick-price-btn{
        height:38px !important;
        min-height:38px !important;
        padding:0 5px !important;
        font-size:14px !important;
    }
}

/* =========================
HISTORIA CEN — GOŚĆ (bez psucia avatara)
========================= */

.station-update .update-user{
display:flex;
align-items:center;
gap:8px;
flex-wrap:wrap;
}

/* tylko badge GOŚĆ */

.station-update .update-user .text-muted{
display:inline-flex;
align-items:center;

background:#ffbf1f;
color:#111827 !important;

padding:5px 10px;

border-radius:999px;

font-size:12px;
font-weight:800;

line-height:1;

box-shadow:
0 0 0 1px rgba(255,191,31,.35),
0 6px 16px rgba(255,191,31,.18);
}

.station-update .update-action{
color:#93a3b8;
font-size:13px;
font-weight:600;
}

/* PRZYWRÓĆ STARĄ ŻÓŁTĄ IKONĘ */

.station-update .update-avatar{
background:linear-gradient(
180deg,
#ffcc33,
#f59e0b
) !important;

color:#111 !important;

border:none !important;

box-shadow:
0 10px 30px rgba(245,158,11,.22);
}

/* automaty dalej żółte */

.station-update:has(.update-user a),
.station-update:has(.update-user .text-muted){
opacity:1;
}

/* mobile */

@media(max-width:768px){

.station-update .update-user{
gap:6px;
}

.station-update .update-user .text-muted{
font-size:11px;
padding:5px 9px;
}

}

/* =========================
PO DODANIU CEN — SUCCESS + CTA
========================= */

.price-form-alert-success{

background:
linear-gradient(
180deg,
rgba(12,28,50,.96),
rgba(8,18,34,.98)
);

border:1px solid rgba(59,130,246,.22);

border-radius:18px;

padding:18px;

margin-top:14px;

box-shadow:
0 20px 50px rgba(0,0,0,.24);

overflow:hidden;
}

.price-form-alert-success .price-added-title{

display:flex;
align-items:center;
gap:10px;

font-size:20px;
font-weight:800;

color:#fff;

margin-bottom:12px;
}

.price-form-alert-success .price-added-title::before{
content:"⛽";
font-size:24px;
}

.price-form-alert-success .price-added-text{

color:#c6d3ea;

font-size:15px;

line-height:1.65;

margin-bottom:16px;
}

.price-form-alert-success .guest-cta{

background:
linear-gradient(
180deg,
rgba(255,191,31,.12),
rgba(255,191,31,.05)
);

border:1px solid rgba(255,191,31,.24);

padding:14px;

border-radius:14px;

display:flex;
flex-direction:column;

gap:12px;
}

.price-form-alert-success .guest-cta strong{
color:#ffbf1f;
font-size:16px;
}

.price-form-alert-success .guest-cta p{
margin:0;
color:#e7edf8;
}

.price-form-alert-success .guest-actions{

display:flex;
gap:10px;
flex-wrap:wrap;
}

.price-form-alert-success .guest-register{

background:#ffbf1f;

color:#111;

text-decoration:none;

padding:12px 18px;

border-radius:12px;

font-weight:800;

transition:.18s;
}

.price-form-alert-success .guest-register:hover{
transform:translateY(-1px);
color:#111;
}

.price-form-alert-success .guest-login{

background:rgba(255,255,255,.06);

color:#fff;

text-decoration:none;

padding:12px 18px;

border-radius:12px;

border:1px solid rgba(255,255,255,.08);
}

/* mobile */

@media(max-width:768px){

.price-form-alert-success{
padding:16px;
border-radius:16px;
}

.price-form-alert-success .guest-actions{
flex-direction:column;
}

.price-form-alert-success .guest-register,
.price-form-alert-success .guest-login{
width:100%;
text-align:center;
}

}