/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-i56zmlu30i] {
    min-height: 100dvh;
}

#blazor-error-ui[b-i56zmlu30i] {
    color-scheme: light only;
    background: rgba(11, 18, 32, 0.92);
    bottom: 0;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.9rem 3.4rem 0.9rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #f5f7fb;
    backdrop-filter: blur(18px);
}

    #blazor-error-ui .dismiss[b-i56zmlu30i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bf8u3hg6ay],
.components-reconnect-repeated-attempt-visible[b-bf8u3hg6ay],
.components-reconnect-failed-visible[b-bf8u3hg6ay],
.components-pause-visible[b-bf8u3hg6ay],
.components-resume-failed-visible[b-bf8u3hg6ay],
.components-rejoining-animation[b-bf8u3hg6ay] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-retrying[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-failed[b-bf8u3hg6ay],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bf8u3hg6ay] {
    display: block;
}


#components-reconnect-modal[b-bf8u3hg6ay] {
    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-bf8u3hg6ay 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bf8u3hg6ay 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bf8u3hg6ay 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bf8u3hg6ay]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bf8u3hg6ay 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bf8u3hg6ay {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bf8u3hg6ay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bf8u3hg6ay {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bf8u3hg6ay] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bf8u3hg6ay] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bf8u3hg6ay] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bf8u3hg6ay] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bf8u3hg6ay] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bf8u3hg6ay] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bf8u3hg6ay] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bf8u3hg6ay 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bf8u3hg6ay] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bf8u3hg6ay {
    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 */
.station-app[b-arhohsdx2w] {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 1.25rem 1rem 4rem;
    display: grid;
    gap: 1rem;
}

.hero-card[b-arhohsdx2w],
.section-card[b-arhohsdx2w] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(8, 14, 26, 0.8);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(20px);
}

.hero-card[b-arhohsdx2w] {
    padding: 1.4rem;
    display: grid;
    gap: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(88, 196, 255, 0.32), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(255, 151, 106, 0.22), transparent 30%),
        rgba(8, 14, 26, 0.92);
}

.hero-copy h1[b-arhohsdx2w],
.section-heading h2[b-arhohsdx2w],
.station-focus h3[b-arhohsdx2w],
.visit-card h3[b-arhohsdx2w],
.area-header h3[b-arhohsdx2w] {
    margin: 0;
}

.eyebrow[b-arhohsdx2w],
.section-label[b-arhohsdx2w],
.stat-label[b-arhohsdx2w],
.station-meta span[b-arhohsdx2w],
.visit-time[b-arhohsdx2w],
.section-note[b-arhohsdx2w],
.helper-text[b-arhohsdx2w],
.empty-text[b-arhohsdx2w],
.station-chip span[b-arhohsdx2w] {
    color: rgba(225, 233, 245, 0.72);
}

.eyebrow[b-arhohsdx2w],
.section-label[b-arhohsdx2w] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
}

.hero-copy h1[b-arhohsdx2w] {
    font-size: clamp(2rem, 8vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.hero-description[b-arhohsdx2w] {
    margin: 0.85rem 0 0;
    line-height: 1.7;
    color: rgba(236, 242, 255, 0.86);
}

.hero-stats[b-arhohsdx2w],
.recent-grid[b-arhohsdx2w],
.station-chip-grid[b-arhohsdx2w] {
    display: grid;
    gap: 0.75rem;
}

.hero-stats[b-arhohsdx2w] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-tile[b-arhohsdx2w] {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-tile strong[b-arhohsdx2w] {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.25rem;
}

.stat-tile.accent[b-arhohsdx2w] {
    background: linear-gradient(135deg, rgba(82, 196, 255, 0.22), rgba(255, 128, 92, 0.2));
}

.section-card[b-arhohsdx2w] {
    padding: 1.2rem;
}

.section-heading[b-arhohsdx2w],
.action-row[b-arhohsdx2w],
.area-header[b-arhohsdx2w],
.route-header[b-arhohsdx2w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.status-pill[b-arhohsdx2w],
.completion-badge[b-arhohsdx2w] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font-size: 0.78rem;
    background: rgba(91, 206, 255, 0.14);
    color: #9fe5ff;
}

.station-focus[b-arhohsdx2w] {
    margin-top: 1rem;
    padding: 1.25rem;
    border-radius: 24px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.station-meta[b-arhohsdx2w] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.station-meta span[b-arhohsdx2w] {
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.78rem;
}

.station-focus h3[b-arhohsdx2w] {
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.station-focus p[b-arhohsdx2w],
.completion-panel p[b-arhohsdx2w],
.visit-card p[b-arhohsdx2w],
.station-chip strong[b-arhohsdx2w] {
    margin: 0;
}

.station-focus p[b-arhohsdx2w] {
    margin-top: 0.85rem;
    color: rgba(238, 243, 255, 0.88);
    line-height: 1.7;
}

.action-row[b-arhohsdx2w] {
    margin-top: 1rem;
}

.route-header[b-arhohsdx2w] {
    margin-top: 1.15rem;
}

.route-actions[b-arhohsdx2w] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.route-actions .text-action[b-arhohsdx2w] {
    display: none;
}

.section-heading .text-action[b-arhohsdx2w] {
    white-space: nowrap;
    flex-shrink: 0;
}

.route-header h3[b-arhohsdx2w] {
    margin: 0.2rem 0 0;
    font-size: 1.05rem;
}

.line-picker[b-arhohsdx2w] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 0.8rem 0.95rem;
    background: rgba(9, 17, 31, 0.92);
    color: #f5f7fb;
    font: inherit;
}

.line-picker option[b-arhohsdx2w] {
    background: #0f172a;
    color: #f5f7fb;
}

.manual-entry-panel[b-arhohsdx2w] {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.station-search[b-arhohsdx2w] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(9, 17, 31, 0.92);
    color: #f5f7fb;
    font: inherit;
}

.station-search[b-arhohsdx2w]::placeholder {
    color: rgba(225, 233, 245, 0.48);
}

.manual-station-list[b-arhohsdx2w] {
    display: grid;
    gap: 0.65rem;
}

.manual-station-option[b-arhohsdx2w] {
    display: grid;
    gap: 0.25rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f7fb;
    text-align: left;
}

.manual-station-option strong[b-arhohsdx2w],
.manual-station-card h3[b-arhohsdx2w] {
    margin: 0;
    font-size: 1.05rem;
}

.manual-station-option span[b-arhohsdx2w] {
    color: rgba(225, 233, 245, 0.72);
    font-size: 0.88rem;
}

.manual-station-card[b-arhohsdx2w] {
    padding: 1.1rem;
    border-radius: 22px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.manual-entry-actions[b-arhohsdx2w] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.segment-list[b-arhohsdx2w] {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.85rem;
}

.segment-item[b-arhohsdx2w] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: inherit;
    text-align: left;
}

.segment-item.selected[b-arhohsdx2w] {
    border-color: rgba(107, 228, 255, 0.55);
    background: rgba(91, 206, 255, 0.12);
}

.segment-item.visited[b-arhohsdx2w] {
    opacity: 0.62;
}

.segment-check[b-arhohsdx2w] {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 0.35rem;
    border: 1px solid rgba(159, 229, 255, 0.52);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 0 rgba(107, 228, 255, 0.95);
    transition: box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.segment-check.checked[b-arhohsdx2w] {
    border-color: #7ce4ff;
    background: rgba(107, 228, 255, 0.14);
    box-shadow: inset 0 0 0 0.34rem rgba(107, 228, 255, 0.95);
}

.segment-check.locked[b-arhohsdx2w] {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 0 0 0.34rem rgba(255, 255, 255, 0.26);
}

.segment-copy[b-arhohsdx2w] {
    display: grid;
    gap: 0.2rem;
}

.segment-copy strong[b-arhohsdx2w] {
    font-size: 1rem;
}

.segment-copy span[b-arhohsdx2w] {
    color: rgba(225, 233, 245, 0.72);
    font-size: 0.88rem;
}

.segment-badge[b-arhohsdx2w] {
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    color: #9fe5ff;
    font-size: 0.78rem;
}

button[b-arhohsdx2w] {
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
    font: inherit;
}

button:hover:not(:disabled)[b-arhohsdx2w] {
    transform: translateY(-1px);
}

button:disabled[b-arhohsdx2w] {
    cursor: wait;
    opacity: 0.65;
}

.primary-action[b-arhohsdx2w],
.ghost-action[b-arhohsdx2w],
.text-action[b-arhohsdx2w] {
    border-radius: 18px;
    padding: 0.95rem 1rem;
}

.primary-action[b-arhohsdx2w] {
    flex: 1 1 0;
    background: linear-gradient(135deg, #6be4ff, #ff9363);
    color: #09111f;
    font-weight: 700;
}

.primary-action.button-muted[b-arhohsdx2w] {
    opacity: 0.6;
}

.ghost-action[b-arhohsdx2w] {
    flex: 1 1 0;
    background: rgba(255, 255, 255, 0.05);
    color: #f5f7fb;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.text-action[b-arhohsdx2w] {
    padding-inline: 0;
    background: transparent;
    color: #ffd7c5;
}

.helper-text[b-arhohsdx2w],
.empty-text[b-arhohsdx2w] {
    margin: 0.95rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.completion-panel[b-arhohsdx2w] {
    margin-top: 1rem;
    padding: 1.3rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(108, 255, 181, 0.12), rgba(107, 228, 255, 0.12));
    border: 1px solid rgba(124, 255, 210, 0.16);
}

.completion-panel h3[b-arhohsdx2w] {
    margin: 0.75rem 0 0.5rem;
    font-size: 1.5rem;
}

.recent-grid[b-arhohsdx2w] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.visit-card[b-arhohsdx2w],
.station-chip[b-arhohsdx2w],
.area-group[b-arhohsdx2w] {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.visit-card[b-arhohsdx2w] {
    padding: 1rem;
    display: grid;
    gap: 0.55rem;
}

.visit-card h3[b-arhohsdx2w] {
    font-size: 1.15rem;
}

.visit-card span[b-arhohsdx2w],
.area-header span[b-arhohsdx2w] {
    color: #9fe5ff;
}

.area-groups[b-arhohsdx2w] {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.area-group[b-arhohsdx2w] {
    padding: 1rem;
}

.area-header[b-arhohsdx2w] {
    margin-bottom: 0.8rem;
}

.station-chip-grid[b-arhohsdx2w] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.station-chip[b-arhohsdx2w] {
    padding: 0.9rem;
    display: grid;
    gap: 0.3rem;
}

.loading-state .skeleton-card[b-arhohsdx2w] {
    min-height: 160px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
        rgba(8, 14, 26, 0.88);
    background-size: 200% 100%;
    animation: shine-b-arhohsdx2w 1.6s infinite linear;
}

@keyframes shine-b-arhohsdx2w {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@media (max-width: 640px) {
    .station-app[b-arhohsdx2w] {
        padding-inline: 0.85rem;
    }

    .hero-stats[b-arhohsdx2w],
    .recent-grid[b-arhohsdx2w],
    .station-chip-grid[b-arhohsdx2w] {
        grid-template-columns: 1fr;
    }

    .section-heading[b-arhohsdx2w],
    .action-row[b-arhohsdx2w],
    .area-header[b-arhohsdx2w],
    .route-header[b-arhohsdx2w] {
        flex-direction: column;
        align-items: stretch;
    }

    .current-station-card .section-heading[b-arhohsdx2w] {
        flex-direction: row;
        align-items: flex-start;
    }

    .status-pill[b-arhohsdx2w],
    .section-note[b-arhohsdx2w],
    .text-action[b-arhohsdx2w] {
        align-self: flex-start;
    }

    .route-actions[b-arhohsdx2w] {
        flex-direction: column;
        align-items: stretch;
    }

    .manual-entry-actions[b-arhohsdx2w] {
        flex-direction: column;
    }
}
