/* /Components/Layout/CultureSelector.razor.rz.scp.css */
.culture-selector[b-9769j6on44] {
    display: flex;
    gap: 0.25rem;
    margin-left: 1.5rem;
}

.culture-selector a[b-9769j6on44] {
    padding: 0.25rem 0.4rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    filter: grayscale(60%);
    opacity: 0.7;
    transition: background-color 0.15s ease, filter 0.15s ease, opacity 0.15s ease;
}

.culture-selector a:hover[b-9769j6on44] {
    background-color: rgba(79, 124, 255, 0.1);
    filter: grayscale(0%);
    opacity: 1;
    text-decoration: none;
}

.culture-selector a.active[b-9769j6on44] {
    background-color: rgba(79, 124, 255, 0.15);
    filter: grayscale(0%);
    opacity: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l956pu5zoi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-l956pu5zoi] {
    background-image: linear-gradient(160deg, #0f1428 0%, #1b1440 55%, #2a1650 100%);
}

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

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

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

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

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

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

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

    .sidebar[b-l956pu5zoi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 0.25rem 0 1.5rem rgba(0, 0, 0, 0.15);
    }

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

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

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

#blazor-error-ui[b-l956pu5zoi] {
    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-l956pu5zoi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pptsbe35gr] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    border: none;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.12) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem;
    transition: background-color 0.15s ease;
}

.navbar-toggler:checked[b-pptsbe35gr] {
    background-color: rgba(255, 255, 255, 0.28);
}

.top-row[b-pptsbe35gr] {
    min-height: 4rem;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-pptsbe35gr] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    padding: 0.25rem 0;
}

.brand-mark[b-pptsbe35gr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #4f7cff, #7c5cff);
    color: #fff;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    box-shadow: 0 0.4rem 0.9rem rgba(79, 124, 255, 0.4);
}

.brand-name[b-pptsbe35gr] {
    font-weight: 600;
    color: #f3f4f6;
}

.nav-scrollable[b-pptsbe35gr] {
    padding: 1rem 0.75rem;
}

.nav-item[b-pptsbe35gr] {
    font-size: 0.92rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-pptsbe35gr]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    height: 2.9rem;
    padding: 0 0.9rem;
    border-radius: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    background: none;
    border: none;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.nav-icon[b-pptsbe35gr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    font-size: 1.1rem;
    line-height: 1;
}

.nav-item[b-pptsbe35gr]  a.active {
    background: linear-gradient(135deg, rgba(79, 124, 255, 0.35), rgba(124, 92, 255, 0.35));
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(79, 124, 255, 0.25);
}

.nav-item[b-pptsbe35gr]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateX(2px);
}

.nav-scrollable[b-pptsbe35gr] {
    display: none;
}

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

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

    .nav-scrollable[b-pptsbe35gr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zqxel2p4ea],
.components-reconnect-repeated-attempt-visible[b-zqxel2p4ea],
.components-reconnect-failed-visible[b-zqxel2p4ea],
.components-pause-visible[b-zqxel2p4ea],
.components-resume-failed-visible[b-zqxel2p4ea],
.components-rejoining-animation[b-zqxel2p4ea] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-failed[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zqxel2p4ea] {
    display: block;
}


#components-reconnect-modal[b-zqxel2p4ea] {
    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-zqxel2p4ea 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zqxel2p4ea 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zqxel2p4ea]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zqxel2p4ea {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zqxel2p4ea {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zqxel2p4ea] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zqxel2p4ea] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zqxel2p4ea] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zqxel2p4ea] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zqxel2p4ea] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zqxel2p4ea] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zqxel2p4ea] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zqxel2p4ea 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zqxel2p4ea] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zqxel2p4ea {
    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/Weather.razor.rz.scp.css */
.weather-page[b-fno6d1eca2] {
    max-width: 46rem;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.subtitle[b-fno6d1eca2] {
    color: #6b7280;
    margin-top: -0.5rem;
    margin-bottom: 1.75rem;
}

.search-bar[b-fno6d1eca2] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.search-bar input[b-fno6d1eca2] {
    flex: 1;
    padding: 0.85rem 1.1rem;
    font-size: 1rem;
    border: 1px solid #d8dee9;
    border-radius: 0.9rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    background: #fff;
}

.search-bar input:focus[b-fno6d1eca2] {
    border-color: #4f7cff;
    box-shadow: 0 0 0 0.2rem rgba(79, 124, 255, 0.15);
}

.search-bar button[b-fno6d1eca2] {
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #4f7cff, #7c5cff);
    border: none;
    border-radius: 0.9rem;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 0.5rem 1.25rem rgba(79, 124, 255, 0.3);
    transition: transform 0.1s ease, box-shadow 0.15s ease;
}

.search-bar button:hover:not(:disabled)[b-fno6d1eca2] {
    transform: translateY(-1px);
    box-shadow: 0 0.75rem 1.5rem rgba(79, 124, 255, 0.4);
}

.search-bar button:disabled[b-fno6d1eca2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.state-message[b-fno6d1eca2] {
    padding: 1.25rem;
    border-radius: 0.9rem;
    background: #f3f4f8;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.state-message.error[b-fno6d1eca2] {
    background: #fdecec;
    color: #b3261e;
}

.spinner[b-fno6d1eca2] {
    width: 1rem;
    height: 1rem;
    border: 0.15rem solid rgba(75, 85, 99, 0.3);
    border-top-color: #4b5563;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-fno6d1eca2 0.7s linear infinite;
}

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

.location-row[b-fno6d1eca2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.location[b-fno6d1eca2] {
    font-size: 1.4rem;
    font-weight: 700;
}

.location .country[b-fno6d1eca2] {
    font-weight: 400;
    color: #6b7280;
    font-size: 1rem;
    margin-left: 0.4rem;
}

.unit-toggle[b-fno6d1eca2] {
    display: flex;
    padding: 0.25rem;
    background: #f3f4f8;
    border-radius: 0.7rem;
    flex-shrink: 0;
}

.unit-toggle button[b-fno6d1eca2] {
    border: none;
    background: none;
    padding: 0.4rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6b7280;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.unit-toggle button.active[b-fno6d1eca2] {
    background: #fff;
    color: #4f46e5;
    box-shadow: 0 0.15rem 0.4rem rgba(15, 23, 42, 0.12);
}

.today-card[b-fno6d1eca2] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #4f7cff, #7c5cff);
    color: #fff;
    box-shadow: 0 1.5rem 3rem rgba(79, 124, 255, 0.35);
    margin-bottom: 1.5rem;
}

.today-icon[b-fno6d1eca2] {
    font-size: 4.5rem;
    line-height: 1;
    filter: drop-shadow(0 0.25rem 0.4rem rgba(0, 0, 0, 0.15));
}

.today-desc[b-fno6d1eca2] {
    font-size: 1.2rem;
    font-weight: 600;
}

.today-temps[b-fno6d1eca2] {
    margin: 0.35rem 0;
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
}

.today-temps .temp-max[b-fno6d1eca2] {
    font-size: 2.25rem;
    font-weight: 700;
}

.today-temps .temp-min[b-fno6d1eca2] {
    font-size: 1.25rem;
    opacity: 0.75;
}

.today-date[b-fno6d1eca2] {
    opacity: 0.85;
    font-size: 0.9rem;
}

.today-meta[b-fno6d1eca2] {
    display: flex;
    gap: 1rem;
    margin-top: 0.6rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.forecast-grid[b-fno6d1eca2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.day-card[b-fno6d1eca2] {
    padding: 1.5rem 1rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid #eceef3;
    text-align: center;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.day-card:hover[b-fno6d1eca2] {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
}

.day-name[b-fno6d1eca2] {
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.day-icon[b-fno6d1eca2] {
    font-size: 2.5rem;
    margin: 0.5rem 0;
}

.day-desc[b-fno6d1eca2] {
    font-size: 0.85rem;
    color: #6b7280;
    min-height: 2.2em;
}

.day-temps[b-fno6d1eca2] {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.day-temps .temp-max[b-fno6d1eca2] {
    font-weight: 700;
    color: #111827;
}

.day-temps .temp-min[b-fno6d1eca2] {
    color: #9ca3af;
}

.day-meta[b-fno6d1eca2] {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.75rem;
    color: #6b7280;
}

@media (max-width: 640px) {
    .forecast-grid[b-fno6d1eca2] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6rem;
    }

    .today-card[b-fno6d1eca2] {
        flex-direction: column;
        text-align: center;
    }

    .today-temps[b-fno6d1eca2] {
        justify-content: center;
    }
}

@media (prefers-color-scheme: dark) {
    .subtitle[b-fno6d1eca2] {
        color: #9ca3af;
    }

    .search-bar input[b-fno6d1eca2] {
        background: #1f2430;
        border-color: #333a4a;
        color: #f3f4f6;
    }

    .state-message[b-fno6d1eca2] {
        background: #1f2430;
        color: #cbd5e1;
    }

    .state-message.error[b-fno6d1eca2] {
        background: #3a1f1f;
        color: #f4a3a0;
    }

    .day-card[b-fno6d1eca2] {
        background: #1f2430;
        border-color: #2c3242;
        box-shadow: none;
    }

    .day-name[b-fno6d1eca2] {
        color: #cbd5e1;
    }

    .day-temps .temp-max[b-fno6d1eca2] {
        color: #f3f4f6;
    }

    .day-meta[b-fno6d1eca2] {
        color: #9ca3af;
    }

    .unit-toggle[b-fno6d1eca2] {
        background: #1f2430;
    }

    .unit-toggle button[b-fno6d1eca2] {
        color: #9ca3af;
    }

    .unit-toggle button.active[b-fno6d1eca2] {
        background: #333a4a;
        color: #a5b4fc;
    }
}
