/* /Components/Admin/SkiAreaEditForm.razor.rz.scp.css */
.ski-area-edit[b-m64950nvzf] {
    padding: 1rem;
    border: 1px solid var(--ski-border-color, #ced4da);
    border-radius: var(--ski-border-radius, 0.375rem);
}

.edit-title[b-m64950nvzf] {
    margin-bottom: 1rem;
}

.edit-grid[b-m64950nvzf] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .edit-grid[b-m64950nvzf] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .edit-grid[b-m64950nvzf] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.edit-actions[b-m64950nvzf] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pmn0gsdgqq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-pmn0gsdgqq] {
    flex: 1;
    width: 100%;
    max-width: var(--ski-content-max-width, 1200px);
    margin: 0 auto;
    padding: 1rem;
}

#blazor-error-ui[b-pmn0gsdgqq] {
    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-pmn0gsdgqq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-e9t91ly979] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--ski-nav-bg, var(--ski-accent, #1b6ec2));
    color: var(--ski-nav-text, #ffffff);
}

.brand[b-e9t91ly979] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ski-nav-text, #ffffff);
    text-decoration: none;
}

.brand:hover[b-e9t91ly979] {
    color: var(--ski-nav-text, #ffffff);
}

.nav-links[b-e9t91ly979] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link[b-e9t91ly979] {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    border-radius: var(--ski-border-radius, 0.375rem);
    color: var(--ski-nav-text, #ffffff);
    text-decoration: none;
}

.nav-link:hover[b-e9t91ly979] {
    background-color: var(--ski-nav-hover-bg, rgba(255, 255, 255, 0.12));
    color: var(--ski-nav-text, #ffffff);
}

.nav-link.active[b-e9t91ly979] {
    background-color: var(--ski-nav-active-bg, rgba(255, 255, 255, 0.25));
    color: var(--ski-nav-text, #ffffff);
}

.language-picker[b-e9t91ly979] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.25rem;
}

.language-select[b-e9t91ly979] {
    width: auto;
    max-width: 9rem;
    padding: 0.25rem 1.75rem 0.25rem 0.5rem;
    border: 1px solid var(--ski-nav-active-bg, rgba(255, 255, 255, 0.25));
    border-radius: var(--ski-border-radius, 0.375rem);
    background-color: var(--ski-nav-hover-bg, rgba(255, 255, 255, 0.12));
    color: var(--ski-nav-text, #ffffff);
    font-size: 0.875rem;
    cursor: pointer;
}

.language-select:hover[b-e9t91ly979] {
    background-color: var(--ski-nav-active-bg, rgba(255, 255, 255, 0.25));
}

.language-select option[b-e9t91ly979] {
    color: #212529;
    background-color: #ffffff;
}

@media (min-width: 641px) {
    .top-nav[b-e9t91ly979] {
        flex-wrap: nowrap;
        padding: 0.5rem 1.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nt395jxrnj],
.components-reconnect-repeated-attempt-visible[b-nt395jxrnj],
.components-reconnect-failed-visible[b-nt395jxrnj],
.components-pause-visible[b-nt395jxrnj],
.components-resume-failed-visible[b-nt395jxrnj],
.components-rejoining-animation[b-nt395jxrnj] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-nt395jxrnj {
    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/Admin.razor.rz.scp.css */
.admin-panel[b-iddzo5yzmu] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 72rem;
}

.admin-section[b-iddzo5yzmu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section-header[b-iddzo5yzmu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.section-header h2[b-iddzo5yzmu] {
    margin: 0;
}

.delete-confirm[b-iddzo5yzmu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.admin-actions[b-iddzo5yzmu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.admin-note[b-iddzo5yzmu] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.admin-message[b-iddzo5yzmu] {
    padding: 0.5rem 0.75rem;
    border-radius: var(--ski-border-radius, 0.375rem);
    background: var(--ski-surface-hover, #f0f6fc);
    font-size: 0.9rem;
}

.places-row td[b-iddzo5yzmu] {
    padding-top: 0.25rem;
}

.resort-places[b-iddzo5yzmu] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.place-item[b-iddzo5yzmu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.place-name-row[b-iddzo5yzmu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 12rem;
}

.place-name[b-iddzo5yzmu] {
    font-weight: 500;
    color: #212529;
}

.place-confidence[b-iddzo5yzmu] {
    font-size: 0.75rem;
    color: #6c757d;
    background: var(--ski-surface-hover, #f0f6fc);
    border: 1px solid var(--ski-border-color, #ced4da);
    border-radius: var(--ski-border-radius, 0.375rem);
    padding: 0.1rem 0.4rem;
}

.season-passes-table[b-iddzo5yzmu] {
    max-width: 40rem;
}
/* /Components/Pages/City.razor.rz.scp.css */
.city-actions[b-3y1gk36ncw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 42rem;
    margin: 0 auto 1rem;
}

.city-stop[b-3y1gk36ncw] {
    font-size: 0.875rem;
    color: #6c757d;
}

.city-resorts[b-3y1gk36ncw] {
    margin-top: 1.5rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.search-actions[b-lo1xfwgcee] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-error[b-lo1xfwgcee] {
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    border-radius: var(--ski-border-radius, 0.375rem);
    background: #f8d7da;
    color: #842029;
}

.results[b-lo1xfwgcee] {
    margin-top: 1.5rem;
}
/* /Components/Search/FilterPanel.razor.rz.scp.css */
.search-filters[b-2xdhb3rk09] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.filters-row[b-2xdhb3rk09] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
}

.filters-advanced[b-2xdhb3rk09] {
    padding-top: 0.75rem;
    border-top: 1px dashed var(--ski-border-color, #ced4da);
}

.filter-field[b-2xdhb3rk09] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1 1 9rem;
    min-width: 8rem;
}

.filter-actions[b-2xdhb3rk09] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.125rem;
}

.filter-note[b-2xdhb3rk09] {
    font-size: 0.8rem;
    color: #6c757d;
}
/* /Components/Search/JourneyDetail.razor.rz.scp.css */
.journey-detail[b-ll13v2ptdt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.journey-status[b-ll13v2ptdt] {
    margin: 0;
    color: #6c757d;
}

.journey-status.error[b-ll13v2ptdt] {
    color: #842029;
}

.journey[b-ll13v2ptdt] {
    padding: 0.5rem 0;
}

.journey-line[b-ll13v2ptdt] {
    position: relative;
    height: 2px;
    background: var(--ski-accent, #1b6ec2);
    margin: 0 0.5rem;
}

.journey-dot[b-ll13v2ptdt] {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ski-accent, #1b6ec2);
    border: 2px solid #ffffff;
    transform: translate(-50%, -50%);
}

.stop-list[b-ll13v2ptdt] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
    padding-left: 1rem;
    border-left: 2px solid var(--ski-border-color, #ced4da);
}

.stop-item[b-ll13v2ptdt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
}

.stop-name[b-ll13v2ptdt] {
    font-weight: 500;
}

.stop-times[b-ll13v2ptdt] {
    display: flex;
    gap: 1rem;
    color: #6c757d;
}
/* /Components/Search/ResortList.razor.rz.scp.css */
.results-list[b-uj1a2b7rcy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.result-item[b-uj1a2b7rcy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid var(--ski-border-color, #ced4da);
    border-radius: var(--ski-border-radius, 0.375rem);
    background: var(--ski-surface, #ffffff);
    transition: border-color 0.15s ease;
}

.result-item.expanded[b-uj1a2b7rcy] {
    border-color: var(--ski-accent, #1b6ec2);
}

.result-header[b-uj1a2b7rcy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.result-header:hover[b-uj1a2b7rcy] {
    background: var(--ski-surface-hover, #f0f6fc);
}

.result-header.static[b-uj1a2b7rcy],
.result-header.static:hover[b-uj1a2b7rcy] {
    cursor: default;
    background: transparent;
}

.result-name[b-uj1a2b7rcy] {
    flex: 1;
    font-weight: 500;
}

.result-place-name[b-uj1a2b7rcy] {
    color: #6c757d;
    font-size: 0.875rem;
}

.result-time[b-uj1a2b7rcy] {
    min-width: 5rem;
    text-align: right;
    color: var(--ski-accent, #1b6ec2);
    font-weight: 600;
}

.result-expanded[b-uj1a2b7rcy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid var(--ski-border-color, #ced4da);
}

.resort-details[b-uj1a2b7rcy] {
    padding: 0.5rem 1rem 0.75rem;
}

@media (max-width: 640.98px) {
    .result-header[b-uj1a2b7rcy] {
        flex-wrap: wrap;
    }

    .result-place-name[b-uj1a2b7rcy] {
        flex-basis: 100%;
        order: 3;
    }
}
/* /Components/Search/StationSearch.razor.rz.scp.css */
.station-search[b-y0razz6y38] {
    position: relative;
}

.combobox[b-y0razz6y38] {
    position: relative;
}

.combobox-list[b-y0razz6y38] {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0.25rem 0 0;
    padding: 0.25rem;
    background: var(--ski-surface, #ffffff);
    border: 1px solid var(--ski-border-color, #ced4da);
    border-radius: var(--ski-border-radius, 0.375rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-height: 16rem;
    overflow-y: auto;
}

.combobox-option[b-y0razz6y38] {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0.5rem 0.75rem;
    border-radius: var(--ski-border-radius, 0.375rem);
    cursor: pointer;
}

.combobox-option:hover[b-y0razz6y38],
.combobox-option.active[b-y0razz6y38] {
    background: var(--ski-surface-hover, #f0f6fc);
    color: var(--ski-accent, #1b6ec2);
}

.combobox-empty[b-y0razz6y38] {
    padding: 0.5rem 0.75rem;
    color: #6c757d;
}

.combobox-hint[b-y0razz6y38] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}
