/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jc2qyr5ldb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-jc2qyr5ldb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/StationQueue.razor.rz.scp.css */
.station-page[b-smcjxpdon4] {
    min-height: 100vh;
    padding: 28px;
    background: #0f1f38;
    color: white;
}

.station-header[b-smcjxpdon4] {
    max-width: 1200px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .station-header h1[b-smcjxpdon4] {
        margin: 0;
        font-size: 2.2rem;
    }

    .station-header p[b-smcjxpdon4] {
        margin: 6px 0 0;
        color: #cbd5e1;
    }

.station-header-actions[b-smcjxpdon4] {
    display: flex;
    gap: 10px;
}

.station-nav-button[b-smcjxpdon4],
.station-refresh-button[b-smcjxpdon4] {
    padding: 11px 16px;
    border: 0;
    border-radius: 9px;
    background: white;
    color: #102649;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}

.station-empty[b-smcjxpdon4] {
    max-width: 1200px;
    margin: 70px auto;
    padding: 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    text-align: center;
    font-size: 1.2rem;
}

.station-ticket-grid[b-smcjxpdon4] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.station-ticket[b-smcjxpdon4] {
    overflow: hidden;
    border: 4px solid #f59e0b;
    border-radius: 16px;
    background: white;
    color: #102649;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

    .station-ticket.ready[b-smcjxpdon4] {
        border-color: #22c55e;
    }

.station-ticket-header[b-smcjxpdon4] {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: #f8fafc;
    border-bottom: 1px solid #d7dee8;
}

    .station-ticket-header h2[b-smcjxpdon4] {
        margin: 0;
    }

    .station-ticket-header span[b-smcjxpdon4] {
        color: #64748b;
    }

.ticket-time[b-smcjxpdon4] {
    font-weight: 800;
}

.station-ticket-items[b-smcjxpdon4] {
    padding: 8px 16px;
}

.station-ticket-item[b-smcjxpdon4] {
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

    .station-ticket-item:last-child[b-smcjxpdon4] {
        border-bottom: 0;
    }

    .station-ticket-item p[b-smcjxpdon4] {
        margin: 7px 0 0;
        color: #475569;
        line-height: 1.4;
    }

.station-ticket-actions[b-smcjxpdon4] {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f8fafc;
}

.ticket-ready-button[b-smcjxpdon4],
.ticket-complete-button[b-smcjxpdon4] {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 9px;
    color: white;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.ticket-ready-button[b-smcjxpdon4] {
    background: #159432;
}

.ticket-complete-button[b-smcjxpdon4] {
    background: #2563eb;
}

.ticket-ready-label[b-smcjxpdon4] {
    color: #15803d;
    font-size: 1.1rem;
    font-weight: 900;
}

@media (max-width: 900px) {
    .station-ticket-grid[b-smcjxpdon4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .station-header[b-smcjxpdon4] {
        align-items: flex-start;
        flex-direction: column;
    }

    .station-ticket-grid[b-smcjxpdon4] {
        grid-template-columns: 1fr;
    }
}
.live-indicator[b-smcjxpdon4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.16);
    color: #86efac;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.sent-badge[b-smcjxpdon4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dcfce7;
    color: #166534;
}
