/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5ug2wp5zbm] {
    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-5ug2wp5zbm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MobileLayout.razor.rz.scp.css */
.mobile-layout[b-iazrhojubu] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-iazrhojubu] {
    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-iazrhojubu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-b3aqizl4fo],
.components-reconnect-repeated-attempt-visible[b-b3aqizl4fo],
.components-reconnect-failed-visible[b-b3aqizl4fo],
.components-pause-visible[b-b3aqizl4fo],
.components-resume-failed-visible[b-b3aqizl4fo],
.components-rejoining-animation[b-b3aqizl4fo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-retrying[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-failed[b-b3aqizl4fo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-b3aqizl4fo] {
    display: block;
}


#components-reconnect-modal[b-b3aqizl4fo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-b3aqizl4fo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-b3aqizl4fo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-b3aqizl4fo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-b3aqizl4fo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-b3aqizl4fo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-b3aqizl4fo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-b3aqizl4fo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-b3aqizl4fo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-b3aqizl4fo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-b3aqizl4fo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-b3aqizl4fo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-b3aqizl4fo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-b3aqizl4fo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-b3aqizl4fo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-b3aqizl4fo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-b3aqizl4fo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-b3aqizl4fo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-b3aqizl4fo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.pils-container[b-8b04htekb6] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.pils-header[b-8b04htekb6] {
    text-align: center;
    margin-bottom: 20px;
}

.pils-header h1[b-8b04htekb6] {
    font-size: 2.5rem;
    margin: 0;
    color: #333;
}

.pils-header p[b-8b04htekb6] {
    color: #666;
    margin: 5px 0 0;
}

.pils-header a[b-8b04htekb6] {
    color: #2196F3;
    text-decoration: none;
}

.controls[b-8b04htekb6] {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.filter-group[b-8b04htekb6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-group label[b-8b04htekb6] {
    font-weight: 500;
    color: #333;
}

.filter-group select[b-8b04htekb6],
.filter-group input[type="range"][b-8b04htekb6] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.filter-group select[b-8b04htekb6] {
    min-width: 150px;
}

.filter-group input[type="range"][b-8b04htekb6] {
    width: 150px;
}

.legend[b-8b04htekb6] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
}

.legend-item[b-8b04htekb6] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot[b-8b04htekb6] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.dot.green[b-8b04htekb6] { background: #4CAF50; }
.dot.yellow[b-8b04htekb6] { background: #FFC107; }
.dot.orange[b-8b04htekb6] { background: #FF9800; }
.dot.red[b-8b04htekb6] { background: #F44336; }

.refresh-container[b-8b04htekb6] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    margin-left: auto;
}

.refresh-btn[b-8b04htekb6] {
    background: #2196F3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.refresh-btn:hover:not(:disabled)[b-8b04htekb6] {
    background: #1976D2;
}

.refresh-btn:disabled[b-8b04htekb6] {
    background: #ccc;
    cursor: not-allowed;
}

.sync-btn[b-8b04htekb6] {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.sync-btn:hover:not(:disabled)[b-8b04htekb6] {
    background: #388E3C;
}

.sync-btn:disabled[b-8b04htekb6] {
    background: #ccc;
    cursor: not-allowed;
}

.my-location-btn[b-8b04htekb6] {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.my-location-btn:hover:not(:disabled)[b-8b04htekb6] {
    background: #1557b0;
}

.my-location-btn:disabled[b-8b04htekb6] {
    background: #ccc;
    cursor: not-allowed;
}

.location-error[b-8b04htekb6] {
    font-size: 12px;
    color: #c62828;
    margin-left: 10px;
}

.places-count[b-8b04htekb6] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: transparent;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.last-updated[b-8b04htekb6] {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.map-container[b-8b04htekb6] {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #e0e0e0;
}

.loading-overlay[b-8b04htekb6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loading-content[b-8b04htekb6] {
    text-align: center;
}

.loading-progress[b-8b04htekb6] {
    color: #666;
    font-size: 14px;
}

.loading-status[b-8b04htekb6] {
    color: #2196F3;
    font-size: 12px;
    margin-top: 10px;
}

.spinner[b-8b04htekb6] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2196F3;
    border-radius: 50%;
    animation: spin-b-8b04htekb6 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-8b04htekb6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-progress[b-8b04htekb6] {
    color: #666;
    font-size: 14px;
}

.stats[b-8b04htekb6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.stat-card[b-8b04htekb6] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-card h3[b-8b04htekb6] {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.stat-card .stat-value[b-8b04htekb6] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.stat-card .stat-price[b-8b04htekb6] {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0;
    color: #2e7d32;
}

.stat-card .stat-region[b-8b04htekb6] {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.stat-card.cheapest[b-8b04htekb6] {
    border-left: 4px solid #4CAF50;
}

.stat-card.expensive[b-8b04htekb6] {
    border-left: 4px solid #F44336;
}

.place-list[b-8b04htekb6] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.place-list h2[b-8b04htekb6] {
    margin: 0 0 15px;
    font-size: 1.3rem;
    color: #333;
}

.place-list table[b-8b04htekb6] {
    width: 100%;
    border-collapse: collapse;
}

.place-list th[b-8b04htekb6],
.place-list td[b-8b04htekb6] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.place-list th[b-8b04htekb6] {
    font-weight: 600;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.place-list th:hover[b-8b04htekb6] {
    background: #f5f5f5;
}

.place-list tr:hover[b-8b04htekb6] {
    background: #fafafa;
}

.place-list .price[b-8b04htekb6] {
    font-weight: 600;
    color: #2e7d32;
}

.more-info[b-8b04htekb6] {
    text-align: center;
    color: #666;
    margin-top: 15px;
    font-size: 14px;
}

footer[b-8b04htekb6] {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}

footer a[b-8b04htekb6] {
    color: #2196F3;
    text-decoration: none;
}

@media (max-width: 768px) {
    .controls[b-8b04htekb6] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group[b-8b04htekb6] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .refresh-btn[b-8b04htekb6] {
        margin-left: 0;
        width: 100%;
    }
    
    .map-container[b-8b04htekb6] {
        height: 350px;
    }
    
    .place-list[b-8b04htekb6] {
        overflow-x: auto;
    }
}
/* /Components/Pages/Mobile/HomeMobile.razor.rz.scp.css */
.mobile-container[b-7ebnot6h70] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f5f5f5;
}

.mobile-header[b-7ebnot6h70] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

.mobile-header h1[b-7ebnot6h70] {
    margin: 0;
    font-size: 1.4rem;
}

.menu-toggle[b-7ebnot6h70] {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle:active[b-7ebnot6h70] {
    background: rgba(255,255,255,0.3);
}

.mobile-filters[b-7ebnot6h70] {
    background: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.filter-section[b-7ebnot6h70] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-section label[b-7ebnot6h70] {
    font-weight: 500;
    color: #333;
    font-size: 0.9rem;
}

.filter-section select[b-7ebnot6h70] {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.filter-section input[type="range"][b-7ebnot6h70] {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 4px;
}

.filter-section input[type="range"][b-7ebnot6h70]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #2196F3;
    border-radius: 50%;
    cursor: pointer;
}

.legend-mobile[b-7ebnot6h70] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 0.85rem;
}

.legend-item[b-7ebnot6h70] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot[b-7ebnot6h70] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.green[b-7ebnot6h70] { background: #4CAF50; }
.dot.yellow[b-7ebnot6h70] { background: #FFC107; }
.dot.orange[b-7ebnot6h70] { background: #FF9800; }
.dot.red[b-7ebnot6h70] { background: #F44336; }

.refresh-container-mobile[b-7ebnot6h70] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mobile-buttons[b-7ebnot6h70] {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: flex-end;
}

.refresh-btn-mobile[b-7ebnot6h70] {
    background: #2196F3;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
}

.refresh-btn-mobile:active:not(:disabled)[b-7ebnot6h70] {
    background: #1976D2;
}

.refresh-btn-mobile:disabled[b-7ebnot6h70] {
    background: #ccc;
}

.sync-btn-mobile[b-7ebnot6h70] {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
}

.sync-btn-mobile:active:not(:disabled)[b-7ebnot6h70] {
    background: #388E3C;
}

.sync-btn-mobile:disabled[b-7ebnot6h70] {
    background: #ccc;
}

.places-count-mobile[b-7ebnot6h70] {
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    padding: 12px 16px;
    border-radius: 8px;
    text-align: right;
    margin-left: auto;
}

.last-updated-mobile[b-7ebnot6h70] {
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
    text-align: center;
}

.loading-mobile[b-7ebnot6h70] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner-mobile[b-7ebnot6h70] {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2196F3;
    border-radius: 50%;
    animation: spin-b-7ebnot6h70 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-7ebnot6h70 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.view-tabs[b-7ebnot6h70] {
    display: flex;
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.tab[b-7ebnot6h70] {
    flex: 1;
    padding: 12px;
    border: none;
    background: white;
    font-size: 0.9rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.tab.active[b-7ebnot6h70] {
    color: #2196F3;
    border-bottom-color: #2196F3;
    font-weight: 500;
}

.tab:active[b-7ebnot6h70] {
    background: #f5f5f5;
}

.view-content[b-7ebnot6h70] {
    flex: 1;
    overflow-y: auto;
    position: relative;
}

.mobile-map[b-7ebnot6h70] {
    height: calc(100vh - 180px);
    height: calc(100dvh - 180px);
    background: #e0e0e0;
}

.my-location-fab[b-7ebnot6h70] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: white;
    color: #1a73e8;
    font-size: 1.6rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-location-fab:active:not(:disabled)[b-7ebnot6h70] {
    background: #f1f3f4;
}

.my-location-fab:disabled[b-7ebnot6h70] {
    opacity: 0.6;
    cursor: not-allowed;
}

.location-error-mobile[b-7ebnot6h70] {
    position: absolute;
    bottom: 88px;
    right: 20px;
    left: 20px;
    background: #c62828;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 500;
}

.mobile-list[b-7ebnot6h70] {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.place-card[b-7ebnot6h70] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
}

.place-card:active[b-7ebnot6h70] {
    background: #f9f9f9;
}

.place-info[b-7ebnot6h70] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.place-name[b-7ebnot6h70] {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.place-region[b-7ebnot6h70] {
    font-size: 0.85rem;
    color: #666;
}

.place-price-info[b-7ebnot6h70] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.place-price[b-7ebnot6h70] {
    font-weight: 700;
    font-size: 1.1rem;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.place-volume[b-7ebnot6h70] {
    font-size: 0.75rem;
    color: #888;
}

.price-green[b-7ebnot6h70] {
    background: #E8F5E9;
    color: #2E7D32;
}

.price-yellow[b-7ebnot6h70] {
    background: #FFF8E1;
    color: #F9A825;
}

.price-orange[b-7ebnot6h70] {
    background: #FFF3E0;
    color: #EF6C00;
}

.price-red[b-7ebnot6h70] {
    background: #FFEBEE;
    color: #C62828;
}

.more-info-mobile[b-7ebnot6h70] {
    text-align: center;
    color: #666;
    padding: 16px;
    font-size: 0.9rem;
}

.mobile-stats[b-7ebnot6h70] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stat-card-mobile[b-7ebnot6h70] {
    background: white;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-card-mobile.cheapest[b-7ebnot6h70] {
    border-left: 4px solid #4CAF50;
}

.stat-card-mobile.expensive[b-7ebnot6h70] {
    border-left: 4px solid #F44336;
}

.stat-label[b-7ebnot6h70] {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-7ebnot6h70] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.stat-price[b-7ebnot6h70] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2E7D32;
}

.stat-detail[b-7ebnot6h70] {
    font-size: 0.9rem;
    color: #666;
}

.mobile-footer[b-7ebnot6h70] {
    text-align: center;
    padding: 16px;
    font-size: 0.85rem;
    color: #666;
    background: white;
    border-top: 1px solid #eee;
}

.mobile-footer a[b-7ebnot6h70] {
    color: #2196F3;
    text-decoration: none;
}
