/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-page[b-1dosfb1jv8] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a27;
    padding: 1rem;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    color: #ede4d3;
}

.account-card[b-1dosfb1jv8] {
    width: 100%;
    max-width: 380px;
    background-color: #26263a;
    border-radius: 8px;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.account-brand[b-1dosfb1jv8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
    margin-bottom: 1.75rem;
    color: #ede4d3;
    font-size: 1.15rem;
    font-weight: 500;
}

    .account-brand img[b-1dosfb1jv8] {
        height: 96px;
        width: 96px;
        border-radius: 12px;
    }

[b-1dosfb1jv8] h3 {
    color: #ede4d3;
    text-align: center;
    margin: 0 0 0.5rem 0;
}

[b-1dosfb1jv8] label {
    display: block;
    color: #cfc6b4;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}

[b-1dosfb1jv8] input:not([type="hidden"]) {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border-radius: 4px;
    border: 1px solid #3f3f5c;
    background-color: #1a1a27;
    color: #ede4d3;
    font-size: 1rem;
}

[b-1dosfb1jv8] .validation-message {
    color: #ff6b6b;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

[b-1dosfb1jv8] .account-error {
    color: #ff6b6b;
    background-color: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.4);
    border-radius: 4px;
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
    margin-top: 1rem;
}

[b-1dosfb1jv8] button[type="submit"] {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.7rem;
    border: none;
    border-radius: 4px;
    background-color: #00897b;
    color: #ede4d3;
    font-size: 1rem;
    cursor: pointer;
}

    [b-1dosfb1jv8] button[type="submit"]:hover {
        background-color: #00695c;
    }

[b-1dosfb1jv8] .account-link {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.85rem;
    color: #cfc6b4;
}

    [b-1dosfb1jv8] .account-link a {
        color: #7fd8cf;
        text-decoration: none;
    }

        [b-1dosfb1jv8] .account-link a:hover {
            text-decoration: underline;
        }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gjc1jv3en8] {
    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-gjc1jv3en8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Drawer-Overlay transparent machen — kein Modal-Feeling */
[b-gjc1jv3en8] .mud-overlay-drawer {
    background-color: transparent !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ryvec6udw1],
.components-reconnect-repeated-attempt-visible[b-ryvec6udw1],
.components-reconnect-failed-visible[b-ryvec6udw1],
.components-pause-visible[b-ryvec6udw1],
.components-resume-failed-visible[b-ryvec6udw1],
.components-rejoining-animation[b-ryvec6udw1] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-ryvec6udw1 {
    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/SpotDetails.razor.rz.scp.css */
.wetter-grid[b-91wgnl7k49] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wetter-icon-gross[b-91wgnl7k49] {
    font-size: 1.4rem;
    line-height: 1;
}

.wetter-details[b-91wgnl7k49] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.wetter-detail-item[b-91wgnl7k49] {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* /Components/Shared/FangKarte.razor.rz.scp.css */
.fang-karte[b-jj2h0uw8rv] {
    overflow: hidden;
}

.fang-karte-layout[b-jj2h0uw8rv] {
    display: flex;
    gap: 0;
}

.fang-foto[b-jj2h0uw8rv] {
    flex-shrink: 0;
    width: 88px;
}

.fang-foto-bild[b-jj2h0uw8rv] {
    width: 88px;
    height: 100%;
    min-height: 88px;
    object-fit: cover;
    display: block;
}

.fang-foto-platzhalter[b-jj2h0uw8rv] {
    width: 88px;
    min-height: 88px;
    height: 100%;
    background: var(--mud-palette-action-disabled-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fang-inhalt[b-jj2h0uw8rv] {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
}

.fang-kopf[b-jj2h0uw8rv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
}

.fang-aktionen[b-jj2h0uw8rv] {
    flex-shrink: 0;
    margin: -8px -8px 0 0;
}

.fang-zeile[b-jj2h0uw8rv] {
    display: block;
}

.fang-masse[b-jj2h0uw8rv] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fang-chip[b-jj2h0uw8rv] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
    white-space: nowrap;
}

.fang-wetter[b-jj2h0uw8rv] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    border-top: 1px solid var(--mud-palette-lines-default);
    padding-top: 6px;
}
/* /Components/Shared/StundenVorhersage.razor.rz.scp.css */
.stunden-scroll[b-gvwk1fwy11] {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.stunden-karte[b-gvwk1fwy11] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 58px;
    padding: 6px 4px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    gap: 2px;
    flex-shrink: 0;
}

.stunden-karte--jetzt[b-gvwk1fwy11] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}

.stunden-zeit[b-gvwk1fwy11] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
}

.stunden-icon[b-gvwk1fwy11] {
    font-size: 1.25rem;
    line-height: 1;
}

.stunden-temp[b-gvwk1fwy11] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.stunden-row[b-gvwk1fwy11] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    min-height: 1rem;
    line-height: 1.2;
    white-space: nowrap;
}

.stunden-row--blau[b-gvwk1fwy11] {
    color: var(--mud-palette-info);
}

.stunden-row--dim[b-gvwk1fwy11] {
    color: var(--mud-palette-text-disabled);
}
/* /Components/Shared/WochenUebersicht.razor.rz.scp.css */
.wochen-karte[b-z3dhoba9sa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 62px;
    padding: 6px 4px;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    gap: 2px;
    flex-shrink: 0;
}

.wochen-tag[b-z3dhoba9sa] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
}

.wochen-icon[b-z3dhoba9sa] {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 2px 0;
}

.wochen-temp-max[b-z3dhoba9sa] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.wochen-temp-min[b-z3dhoba9sa] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.wochen-row[b-z3dhoba9sa] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    min-height: 1rem;
    line-height: 1.2;
    white-space: nowrap;
}

.wochen-row--blau[b-z3dhoba9sa] {
    color: var(--mud-palette-info);
}

.wochen-row--dim[b-z3dhoba9sa] {
    color: var(--mud-palette-text-disabled);
}
