/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5rallrlgn2] {
    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-5rallrlgn2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
.hq-hero[b-yugppl87wl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f1115 0%, #1a1d2e 100%);
    color: #eef2ff;
    text-align: center;
    padding: 2rem;
}

.hq-hero-inner[b-yugppl87wl] {
    max-width: 600px;
    margin: auto;
}

.hq-title[b-yugppl87wl] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hq-subtitle[b-yugppl87wl] {
    font-size: 1.2rem;
    color: #aab2c5;
    margin-bottom: 2.5rem;
}

.hq-actions[b-yugppl87wl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hq-join[b-yugppl87wl] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hq-btn[b-yugppl87wl] {
    padding: 0.875rem 1.75rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.25s ease;
}

.hq-btn-primary[b-yugppl87wl] {
    background: #3b82f6;
    color: white;
}

    .hq-btn-primary:hover[b-yugppl87wl] {
        background: #2563eb;
        transform: translateY(-2px);
    }

.hq-btn-secondary[b-yugppl87wl] {
    background: #22c55e;
    color: white;
}

    .hq-btn-secondary:hover[b-yugppl87wl] {
        background: #16a34a;
        transform: translateY(-2px);
    }

.hq-input[b-yugppl87wl] {
    padding: 0.875rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #2b3348;
    background: rgba(27, 33, 48, 0.8);
    color: #eef2ff;
    min-width: 200px;
    text-align: center;
    outline: none;
    font-size: 1rem;
}

    .hq-input:focus[b-yugppl87wl] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    }

.hq-error[b-yugppl87wl] {
    color: #ef4444;
    font-weight: 600;
    padding: 0.75rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
}
/* /Components/Pages/Meet.razor.rz.scp.css */
