/* /Shared/AccountMenu.razor.rz.scp.css */
.account-menu[b-3g9cibvwvh] {
    position: relative;
}

.account-trigger[b-3g9cibvwvh] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.95rem;
    padding: 0.4rem 0.85rem 0.4rem 0.45rem;
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-1);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.account-trigger:hover[b-3g9cibvwvh] {
    border-color: rgba(var(--accent-rgb), 0.34);
    background: rgba(255, 255, 255, 0.07);
}

.account-avatar[b-3g9cibvwvh] {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.22), rgba(var(--accent-rgb), 0.36));
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.account-copy[b-3g9cibvwvh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.account-copy strong[b-3g9cibvwvh] {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.1;
}

.account-copy small[b-3g9cibvwvh] {
    margin-top: 0.15rem;
    color: var(--text-3);
    font-size: 0.76rem;
    line-height: 1.2;
}

.account-chevron[b-3g9cibvwvh] {
    color: var(--text-3);
    font-size: 0.82rem;
    transition: transform 0.18s ease;
}

.open .account-chevron[b-3g9cibvwvh] {
    transform: rotate(180deg);
}

.account-dropdown[b-3g9cibvwvh] {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 0;
    width: min(21rem, calc(100vw - 2rem));
    padding: 0.95rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(19, 24, 32, 0.98), rgba(9, 12, 17, 0.98));
    box-shadow: var(--shadow-panel);
    backdrop-filter: blur(18px);
}

.account-summary[b-3g9cibvwvh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
}

.account-summary h3[b-3g9cibvwvh] {
    margin: 0;
    font-size: 1rem;
}

.account-summary p[b-3g9cibvwvh] {
    margin: 0.35rem 0 0;
    color: var(--text-2);
    font-size: 0.86rem;
    line-height: 1.45;
}

.account-eyebrow[b-3g9cibvwvh] {
    margin: 0 0 0.35rem;
    color: var(--accent-cool);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.account-plan[b-3g9cibvwvh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.7rem;
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-1);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.account-plan.vip[b-3g9cibvwvh] {
    border-color: rgba(var(--accent-rgb), 0.34);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0.28));
}

.account-links[b-3g9cibvwvh] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.account-link[b-3g9cibvwvh],
.account-logout[b-3g9cibvwvh] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-1);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.account-link:hover[b-3g9cibvwvh],
.account-logout:hover[b-3g9cibvwvh] {
    border-color: rgba(var(--accent-rgb), 0.3);
    background: rgba(var(--accent-rgb), 0.12);
    color: #fff;
}

.account-logout-form[b-3g9cibvwvh] {
    margin-top: 0.75rem;
}

.account-logout[b-3g9cibvwvh] {
    justify-content: center;
}

@media (max-width: 980px) {
    .account-copy[b-3g9cibvwvh] {
        display: none;
    }

    .account-trigger[b-3g9cibvwvh] {
        width: 2.85rem;
        min-width: 2.85rem;
        min-height: 2.85rem;
        justify-content: center;
        padding: 0;
        border-radius: 1rem;
    }

    .account-dropdown[b-3g9cibvwvh] {
        right: 0;
        width: min(19rem, calc(100vw - 1.5rem));
    }

    .account-chevron[b-3g9cibvwvh] {
        display: none;
    }
}

@media (max-width: 640px) {
    .account-trigger[b-3g9cibvwvh] {
        width: 2.7rem;
        min-width: 2.7rem;
        min-height: 2.7rem;
        border-radius: 0.9rem;
    }

    .account-avatar[b-3g9cibvwvh] {
        width: 2rem;
        height: 2rem;
        font-size: 0.72rem;
    }

    .account-dropdown[b-3g9cibvwvh] {
        width: min(18rem, calc(100vw - 1.25rem));
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Layout styles are in restore.css. */
/* /Shared/NavMenu.razor.rz.scp.css */
/* Navigation styles are in restore.css. */
/* /Shared/SurveyPrompt.razor.rz.scp.css */
.ig-header-link[b-dn9mpmsqz8] {
    width: 2.9rem;
    min-width: 2.9rem;
    min-height: 2.9rem;
    padding: 0;
    border-radius: 999px;
    flex-shrink: 0;
}

.ig-header-link svg[b-dn9mpmsqz8] {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

@media (max-width: 768px) {
    .ig-header-link[b-dn9mpmsqz8] {
        width: 2.65rem;
        min-width: 2.65rem;
        height: 2.65rem;
        min-height: 2.65rem;
    }
}
