@import '_content/Append.Blazor.Sidepanel/Append.Blazor.Sidepanel.bundle.scp.css';
@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';
@import '_content/PGMS.AdvBlazorComponents/PGMS.AdvBlazorComponents.7xfldza1e4.bundle.scp.css';
@import '_content/PGMS.BlazorComponents/PGMS.BlazorComponents.bx4gkdwcdf.bundle.scp.css';

/* /Components/Layout/LandingLayout.razor.rz.scp.css */
/* Landing Layout Styles - Barons Football Theme */
.landing-layout[b-ztmri1el9s] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(ellipse at top left, rgba(29, 55, 97, 0.8) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(168, 51, 47, 0.3) 0%, transparent 50%),
        linear-gradient(175deg, #0B1B31 0%, #132240 40%, #0F1A2E 100%);
    color: #E5E7EB;
    font-family: "Inter", "Segoe UI", sans-serif;
}

/* Header Styles */
.landing-header[b-ztmri1el9s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 27, 49, 0.75);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-bottom: 1px solid rgba(29, 55, 97, 0.5);
    padding: 0.75rem 0;
}

.header-container[b-ztmri1el9s] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Styles */
.header-logo[b-ztmri1el9s] {
    flex-shrink: 0;
}

.logo-text[b-ztmri1el9s] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

.logo-accent[b-ztmri1el9s] {
    color: #DAC94D;
}

/* Navigation Styles */
.header-nav[b-ztmri1el9s] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-pill[b-ztmri1el9s] {
    background: rgba(11, 27, 49, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 0.4rem;
    display: flex;
    border: 1px solid rgba(29, 55, 97, 0.6);
    gap: 0.25rem;
}

.nav-link[b-ztmri1el9s] {
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    text-decoration: none;
    color: #94A3B8;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-link:hover[b-ztmri1el9s] {
    color: #FFFFFF;
    background: rgba(29, 55, 97, 0.4);
}

/* Header Actions */
.header-actions[b-ztmri1el9s] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
}

/* Language Toggle */
.lang-toggle[b-ztmri1el9s] {
    display: flex;
    background: rgba(11, 27, 49, 0.6);
    border: 1px solid rgba(29, 55, 97, 0.6);
    border-radius: 50px;
    padding: 3px;
    gap: 2px;
}

.lang-btn[b-ztmri1el9s] {
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #64748B;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.03em;
}

.lang-btn:hover[b-ztmri1el9s] {
    color: #E5E7EB;
}

.lang-btn.lang-active[b-ztmri1el9s] {
    background: rgba(218, 201, 77, 0.2);
    color: #DAC94D;
    box-shadow: 0 0 8px rgba(218, 201, 77, 0.15);
}

.btn-login[b-ztmri1el9s] {
    padding: 0.6rem 1.6rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(29, 55, 97, 0.8);
    font-size: 0.9rem;
    background: rgba(11, 27, 49, 0.6);
    color: #E5E7EB;
}

.btn-login:hover[b-ztmri1el9s] {
    background: rgba(29, 55, 97, 0.5);
    border-color: rgba(29, 55, 97, 0.9);
    color: #FFFFFF;
}

/* Hero Section */
.hero-section[b-ztmri1el9s] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    min-height: 85vh;
}

.hero-container[b-ztmri1el9s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

/* Hero Text (Left side) */
.hero-text[b-ztmri1el9s] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title[b-ztmri1el9s] {
    font-size: 3.8rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

[b-ztmri1el9s] .hero-accent {
    color: #DAC94D;
}

.hero-subtitle[b-ztmri1el9s] {
    font-size: 1.15rem;
    color: #94A3B8;
    line-height: 1.7;
    max-width: 480px;
    margin: 0;
}

/* CTA Button - Barons Red */
.hero-cta[b-ztmri1el9s] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.05rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #A8332F, #8B2724);
    color: white;
    box-shadow: 0 0 18px rgba(168, 51, 47, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
}

.hero-cta:hover[b-ztmri1el9s] {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(168, 51, 47, 0.6);
}

.hero-cta i[b-ztmri1el9s] {
    font-size: 0.95rem;
}

/* Payment Badges */
.hero-payments[b-ztmri1el9s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.payments-label[b-ztmri1el9s] {
    font-size: 0.8rem;
    color: #64748B;
}

.payment-badges[b-ztmri1el9s] {
    display: flex;
    gap: 0.5rem;
}

.payment-badge[b-ztmri1el9s] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    background: rgba(11, 27, 49, 0.6);
    border: 1px solid rgba(29, 55, 97, 0.5);
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Hero Visual (Right side) - App Preview Mock */
.hero-visual[b-ztmri1el9s] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-preview-placeholder[b-ztmri1el9s] {
    position: relative;
    width: 100%;
    max-width: 460px;
}

.preview-glow[b-ztmri1el9s] {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle, rgba(29, 55, 97, 0.35) 0%, transparent 70%);
    border-radius: 32px;
    z-index: 0;
    animation: glow-pulse-b-ztmri1el9s 4s ease-in-out infinite;
}

@keyframes glow-pulse-b-ztmri1el9s {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.preview-frame[b-ztmri1el9s] {
    position: relative;
    z-index: 1;
    background: rgba(11, 27, 49, 0.75);
    border: 1px solid rgba(29, 55, 97, 0.7);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    min-height: 320px;
}

.preview-topbar[b-ztmri1el9s] {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: rgba(11, 16, 32, 0.8);
    border-bottom: 1px solid rgba(29, 55, 97, 0.5);
}

.preview-dot[b-ztmri1el9s] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.preview-dot.red[b-ztmri1el9s] { background: #A8332F; }
.preview-dot.yellow[b-ztmri1el9s] { background: #DAC94D; }
.preview-dot.green[b-ztmri1el9s] { background: #22C55E; }

.preview-content[b-ztmri1el9s] {
    display: flex;
    height: 280px;
}

.preview-sidebar-mock[b-ztmri1el9s] {
    width: 120px;
    background: rgba(15, 23, 42, 0.5);
    border-right: 1px solid rgba(29, 55, 97, 0.4);
}

.preview-chat-mock[b-ztmri1el9s] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    justify-content: center;
}

.mock-bubble[b-ztmri1el9s] {
    border-radius: 14px;
    height: 36px;
    animation: fade-in-bubble-b-ztmri1el9s 0.6s ease-out both;
}

.mock-bubble-in[b-ztmri1el9s] {
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.15);
    width: 70%;
    align-self: flex-start;
}

.mock-bubble-out[b-ztmri1el9s] {
    background: linear-gradient(135deg, #1D3761, #2A4A7A);
    width: 55%;
    align-self: flex-end;
    box-shadow: 0 0 12px rgba(29, 55, 97, 0.3);
}

.mock-bubble.short[b-ztmri1el9s] {
    width: 40%;
}

.mock-bubble:nth-child(1)[b-ztmri1el9s] { animation-delay: 0.2s; }
.mock-bubble:nth-child(2)[b-ztmri1el9s] { animation-delay: 0.5s; }
.mock-bubble:nth-child(3)[b-ztmri1el9s] { animation-delay: 0.8s; }

@keyframes fade-in-bubble-b-ztmri1el9s {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Main Content */
.landing-content[b-ztmri1el9s] {
    flex: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-container[b-ztmri1el9s] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .hero-text[b-ztmri1el9s] {
        align-items: center;
    }

    .hero-subtitle[b-ztmri1el9s] {
        max-width: 600px;
    }

    .hero-payments[b-ztmri1el9s] {
        justify-content: center;
    }

    .hero-visual[b-ztmri1el9s] {
        order: -1;
    }

    .app-preview-placeholder[b-ztmri1el9s] {
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .header-container[b-ztmri1el9s] {
        padding: 0 1rem;
    }

    .header-nav[b-ztmri1el9s] {
        display: none;
    }

    .hero-section[b-ztmri1el9s] {
        padding-top: 100px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .hero-title[b-ztmri1el9s] {
        font-size: 2.6rem;
    }

    .hero-cta[b-ztmri1el9s] {
        width: 100%;
        justify-content: center;
    }

    .preview-content[b-ztmri1el9s] {
        height: 200px;
    }

    .preview-sidebar-mock[b-ztmri1el9s] {
        width: 80px;
    }
}

@media (max-width: 480px) {
    .hero-title[b-ztmri1el9s] {
        font-size: 2.1rem;
    }

    .hero-subtitle[b-ztmri1el9s] {
        font-size: 1rem;
    }

    .logo-text[b-ztmri1el9s] {
        font-size: 1.2rem;
    }

    .nav-link[b-ztmri1el9s] {
        padding: 0.4rem 0.9rem;
        font-size: 0.85rem;
    }

    .payment-badges[b-ztmri1el9s] {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dcbyp44ws0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--lp-bg-secondary);
    transition: background 0.3s ease;
}

main[b-dcbyp44ws0] {
    flex: 1;
    background: var(--lp-card-bg);
    box-shadow: -5px 0 20px var(--lp-card-shadow);
    overflow: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sidebar[b-dcbyp44ws0] {
    background: var(--lp-sidebar-bg);
    box-shadow: 2px 0 10px var(--lp-card-shadow);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-collapsed[b-dcbyp44ws0] {
    background: var(--lp-sidebar-bg);
    box-shadow: 2px 0 10px var(--lp-card-shadow);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Removed gradient overlay that was causing color inconsistency */
/*.sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(52, 152, 219, 0.1) 0%, rgba(155, 89, 182, 0.1) 100%);
    pointer-events: none;
}*/

.top-row[b-dcbyp44ws0] {
    background: var(--lp-bg-secondary);
    border-bottom: 1px solid var(--lp-border-color);
    justify-content: flex-end;
    display: flex;
    align-items: center;
    border-radius: 0px !important;
    margin: 0 !important;
    backdrop-filter: blur(10px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}


/* Top Row Content */
.top-row-content[b-dcbyp44ws0] {
    display: flex;
    justify-content: space-between;
    padding: 15px 35px 15px;
    align-items: center;
    width: 100%;
}

/* Breadcrumb Section */
.breadcrumb-section[b-dcbyp44ws0] {
    flex: 1;
}

.breadcrumb[b-dcbyp44ws0] {
    background: transparent;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.breadcrumb-item[b-dcbyp44ws0] {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    border-radius: var(--lp-radius-sm);
}

.breadcrumb-item.active[b-dcbyp44ws0] {
    color: var(--lp-text-muted);
}

.breadcrumb-item + .breadcrumb-item[b-dcbyp44ws0]::before {
    content: ">";
    color: var(--lp-text-muted);
}

.breadcrumb-link[b-dcbyp44ws0] {
    font-size: 18px;
    font-weight: 500;
    color: var(--lp-text-muted);
}

.breadcrumb-link:hover[b-dcbyp44ws0] {
    background: var(--lp-border-color);
    border-radius: var(--lp-radius-sm, 4px);
    text-decoration: none;
}

.welcome-text[b-dcbyp44ws0] {
    color: var(--lp-text-muted);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.user-section[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Help Button */
.help-btn[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--lp-radius-md);
    text-decoration: none;
    color: var(--lp-text-primary);
    transition: all 0.3s ease;
    margin-left: 0 !important;
}

.help-btn:hover[b-dcbyp44ws0] {
    background: var(--lp-brand-navy, #1D3761);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 55, 97, 0.3);
    border-color: transparent;
}

.help-btn i[b-dcbyp44ws0] {
    font-size: 1.1rem;
}

/* User Dropdown */
.user-dropdown-btn[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0rem;
    border-radius: var(--lp-radius-md);
    background: var(--lp-card-bg);
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    gap: 2px;
}

.user-icon[b-dcbyp44ws0] {
    background-color: #1D3761; /* light grey */
    border-radius: 50%; /* makes it a circle */
    padding: 10px 12px 10px;
    margin: 0 !important;
    color: white;
}

.user-dropdown-btn:hover[b-dcbyp44ws0] {
    transform: translateY(-1px);
}

.user-name-text[b-dcbyp44ws0] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-dropdown .dropdown-menu[b-dcbyp44ws0] {
    border: 1px solid var(--lp-border-color);
    box-shadow: 0 4px 20px var(--lp-card-shadow);
    border-radius: var(--lp-radius-md);
    padding: 0.7rem 1rem;
}

.user-dropdown .dropdown-item[b-dcbyp44ws0] {
    padding: 0.5rem 1rem;
    color: var(--lp-text-primary);
    transition: all 0.3s ease;
}

.dropdown-item[b-dcbyp44ws0] {
    margin: 0 !important;

}

.user-dropdown .dropdown-item:hover[b-dcbyp44ws0] {
    background: var(--lp-brand-navy, #1D3761);
    color: white;
}

/* Logout dropdown item styling */
.user-dropdown .dropdown-item.text-danger[b-dcbyp44ws0] {
    color: #dc3545 !important;
}

.user-dropdown .dropdown-item.text-danger:hover[b-dcbyp44ws0] {
    background: #dc3545 !important;
    color: white !important;
}

/* Blue circle around user icon */
.user-dropdown-btn .fas.fa-user[b-dcbyp44ws0] {
    background: var(--lp-brand-navy, #1D3761);
    color: white;
    border-radius: 50%;
    padding: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}



/* Login Link */
.login-link[b-dcbyp44ws0] {
    color: var(--lp-brand-navy, #1D3761);
    font-weight: 600;
    background: linear-gradient(135deg, #e7f1ff 0%, #cce7ff 100%);
    border: 1px solid #b3d7ff;
}

.login-link:hover[b-dcbyp44ws0] {
    background: linear-gradient(135deg, var(--lp-brand-navy, #1D3761) 0%, var(--lp-brand-navy-dark, #0B1B31) 100%);
    color: white;
}

/* Content Wrapper */
.content-wrapper[b-dcbyp44ws0] {
    background: #f9f8f6;
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    box-shadow: 0 4px 20px var(--lp-card-shadow);
    min-height: calc(100vh - 12rem);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* App Footer */
.app-footer[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
    border-top: 1px solid var(--lp-border-color);
    padding: 1rem 2rem;
    margin-top: auto;
    border-radius: 0 0 20px 0;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.footer-content[b-dcbyp44ws0] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.version-info[b-dcbyp44ws0] {
    color: var(--lp-text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.version-info i[b-dcbyp44ws0] {
    color: var(--lp-text-primary);
    transition: color 0.3s ease;
}

/* Language Selector */
.language-selector .btn[b-dcbyp44ws0] {
    background-color: var(--lp-card-bg);
    border-color: var(--lp-border-color);
    color: var(--lp-text-primary);
    transition: all 0.3s ease;
    height: 2.5rem;
}

    .language-selector .btn:hover[b-dcbyp44ws0] {
        background: var(--lp-brand-navy, #1D3761);
        border-color: transparent;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(29, 55, 97, 0.3);
    }

.language-selector .dropdown-menu[b-dcbyp44ws0] {
    border: 1px solid var(--lp-border-color);
    box-shadow: 0 4px 20px var(--lp-card-shadow);
    border-radius: var(--lp-radius-md);
    padding: 0.5rem 0;
}

.language-selector .dropdown-item:hover[b-dcbyp44ws0] {
    background: var(--lp-brand-navy, #1D3761);
    color: white;
}

/* Logout button styles are now defined above - no need for duplicates */

/* Dark theme specific adjustments for MainLayout */
[data-bs-theme="dark"] .content-wrapper[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
}

[data-bs-theme="dark"] .top-row[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
    border-bottom-color: var(--lp-border-color);
}

[data-bs-theme="dark"] .app-footer[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
    border-top-color: var(--lp-border-color);
}

/* Dark Theme - Breadcrumb */
[data-bs-theme="dark"] .breadcrumb-link[b-dcbyp44ws0] {
    color: var(--lp-text-primary);
}

[data-bs-theme="dark"] .breadcrumb-link:hover[b-dcbyp44ws0] {
    color: #2A4A7A;
}

/* Dark Theme - Help Button */
[data-bs-theme="dark"] .help-btn[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
    border-color: var(--lp-border-color);
    color: var(--lp-text-primary);
}

/* Dark Theme - User Dropdown */
[data-bs-theme="dark"] .user-dropdown-btn[b-dcbyp44ws0] {
    background: var(--lp-card-bg);
    border-color: var(--lp-border-color);
    color: var(--lp-text-primary);
}



@media (max-width: 640.98px) {
    .top-row[b-dcbyp44ws0] {
        justify-content: space-between;
    }

    .top-row[b-dcbyp44ws0]  a, .top-row[b-dcbyp44ws0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dcbyp44ws0] {
        flex-direction: row;
    }

    .sidebar[b-dcbyp44ws0] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: var(--z-sticky);
    }

    .sidebar-collapsed[b-dcbyp44ws0] {
        width: 90px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: var(--z-sticky);
    }



    .top-row[b-dcbyp44ws0] {
        position: sticky;
        top: 0;
        z-index: calc(var(--z-sticky) - 1);
        margin: 0 1rem 1rem 1rem;
        border-radius: var(--lp-radius-lg);
    }

    .top-row.auth[b-dcbyp44ws0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dcbyp44ws0], article[b-dcbyp44ws0] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    article[b-dcbyp44ws0] {
        background: transparent;
        padding-top: 0 !important;
    }
}

#blazor-error-ui[b-dcbyp44ws0] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(255, 107, 107, 0.3);
    display: none;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    width: 100%;
    z-index: var(--z-fixed);
    border-radius: var(--lp-radius-lg) var(--lp-radius-lg) 0 0;
    font-weight: 500;
}

.error-content[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.error-icon[b-dcbyp44ws0] {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.error-text[b-dcbyp44ws0] {
    flex: 1;
}

.error-text strong[b-dcbyp44ws0] {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.error-text p[b-dcbyp44ws0] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.error-actions[b-dcbyp44ws0] {
    display: flex;
    gap: 0.75rem;
}

.error-actions .reload[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: var(--lp-radius-md);
    font-weight: 500;
    transition: all 0.3s ease;
}

.error-actions .reload:hover[b-dcbyp44ws0] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

/* Reconnection UI Styles */
.reconnection-info[b-dcbyp44ws0] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.reconnection-status[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    opacity: 0.9;
}

.reconnection-status i.fa-spinner[b-dcbyp44ws0] {
    animation: spin-b-dcbyp44ws0 1s linear infinite;
}

.reconnection-failed[b-dcbyp44ws0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
}

.reconnection-failed .btn[b-dcbyp44ws0] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    border-radius: var(--lp-radius-md);
    transition: all 0.2s ease;
}

.reconnection-failed .btn:hover[b-dcbyp44ws0] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

@keyframes spin-b-dcbyp44ws0 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-actions .dismiss[b-dcbyp44ws0] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--lp-radius-md);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.error-actions .dismiss:hover[b-dcbyp44ws0] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar Container */
.sidebar-container[b-y7xhvp2j6b] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.navbar-toggler[b-y7xhvp2j6b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--lp-radius-md);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.navbar-toggler:checked[b-y7xhvp2j6b] {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(0.95);
}

.navbar-toggler:hover[b-y7xhvp2j6b] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.top-row[b-y7xhvp2j6b] {
    height: 4rem;
    flex-shrink: 0;
    background: var(--lp-sidebar-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--lp-sidebar-border);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.navbar-brand[b-y7xhvp2j6b] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.navbar-brand:hover[b-y7xhvp2j6b] {
    transform: translateY(-1px);
    color: #3498db !important;
}

.brand-icon[b-y7xhvp2j6b] {
    margin-right: 0.75rem;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #1D3761 0%, #A8332F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-text[b-y7xhvp2j6b] {
    background: linear-gradient(135deg, #ffffff 0%, #ecf0f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-text.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0;
    overflow: hidden;
    margin-left: 0;
}

.logo-image[b-y7xhvp2j6b] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-image.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0 !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar[b-y7xhvp2j6b] {
    background: var(--lp-card-bg);
}

/* Brand icon adjustments for collapsed sidebar */
.sidebar-collapsed .brand-icon[b-y7xhvp2j6b] {
    margin-right: 0;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sidebar-collapsed .navbar-brand[b-y7xhvp2j6b] {
    justify-content: center;
    padding: 1rem 0.75rem;
    width: 100%;
    box-sizing: border-box;
}

/* Navigation Sections */
.nav-section[b-y7xhvp2j6b] {
    margin-bottom: 1.5rem;
}

.nav-section-title[b-y7xhvp2j6b] {
    color: #9a9a9a;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--lp-sidebar-border);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-section-title.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0;
    overflow: hidden;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

/* Subsection Styles */
.nav-subsection[b-y7xhvp2j6b] {
    margin-bottom: 1rem;
}

.nav-subsection-title[b-y7xhvp2j6b] {
    color: #b5b5b5;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.25rem 1.5rem;
    margin-bottom: 0.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-subsection-title.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0;
    overflow: hidden;
    padding: 0.25rem 0;
    white-space: nowrap;
}

.nav-subsection .nav-item[b-y7xhvp2j6b] {
    padding-left: 0.5rem;
}

/* Navigation Icons */
.nav-icon[b-y7xhvp2j6b] {
    width: 1.25rem;
    margin-top: 5px;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: var(--lp-text-muted, #a1a1a1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    align-self: center;
}

/* Collapsed sidebar styles */
.sidebar-collapsed .nav-link[b-y7xhvp2j6b] {
    justify-content: center;
    padding: 1rem 0.75rem;
    position: relative;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.sidebar-collapsed .nav-icon[b-y7xhvp2j6b] {
    margin-right: 0;
    font-size: 1.3rem;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.sidebar-collapsed .nav-item[b-y7xhvp2j6b] {
    margin-bottom: 0.25rem;
    padding: 0 0.5rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.sidebar-collapsed .nav-section[b-y7xhvp2j6b] {
    margin-bottom: 1.5rem;
    position: relative;
}

.sidebar-collapsed .nav-section:not(:last-child)[b-y7xhvp2j6b]::after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-collapsed .nav-section-title[b-y7xhvp2j6b] {
    display: none;
}

/* Hover effects for collapsed sidebar */
.sidebar-collapsed .nav-link:hover[b-y7xhvp2j6b] {
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--lp-radius-md);
    transform: scale(1.02);
}

.sidebar-collapsed .nav-link:hover .nav-icon[b-y7xhvp2j6b] {
    color: #ffffff;
    transform: scale(1.05);
}

/* Scrollable area adjustments for collapsed sidebar */
.sidebar-collapsed .nav-scrollable[b-y7xhvp2j6b] {
    padding: 1.5rem 0.25rem;
}

/* Tooltip for collapsed sidebar */
.sidebar-collapsed .nav-link[b-y7xhvp2j6b] {
    position: relative;
}

.sidebar-collapsed .nav-link[b-y7xhvp2j6b]::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: var(--lp-radius-md);
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: var(--z-fixed);
    margin-left: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.sidebar-collapsed .nav-link:hover[b-y7xhvp2j6b]::after {
    opacity: 1;
    visibility: visible;
}

.nav-text[b-y7xhvp2j6b] {
    font-weight: 500;
    color: #a1a1a1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.1;
    word-wrap: break-word;
    hyphens: auto;
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-text p[b-y7xhvp2j6b] {
    margin: 0;
    line-height: 1.1;
}

.nav-text.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.nav-item[b-y7xhvp2j6b] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
    margin: 0 0.75rem;
}

    .nav-item:first-of-type[b-y7xhvp2j6b] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-y7xhvp2j6b] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-y7xhvp2j6b]  .nav-link {
        color: #171417;
        background: none;
        border: none;
        border-radius: var(--lp-radius-lg);
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        width: 100%;
        padding: 0.5rem 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .nav-item[b-y7xhvp2j6b]  .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(29, 55, 97, 0.1) 0%, rgba(168, 51, 47, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .nav-item[b-y7xhvp2j6b]  a.active {
        background: rgba(29, 55, 97, 0.12);
        color: #1D3761;
        font-weight: bold;
        transform: translateX(5px);
    }

    .nav-item[b-y7xhvp2j6b]  a.active .nav-icon {
        color: var(--lp-brand-navy, #1D3761) !important;
        transform: scale(1.1);
    }

    .nav-item[b-y7xhvp2j6b]  a.active .nav-text {
        color: var(--lp-brand-navy, #1D3761) !important;
    }

    .nav-item[b-y7xhvp2j6b]  a.active .nav-text p {
        color: var(--lp-brand-navy, #1D3761) !important;
        margin: 0;
    }

    .nav-item[b-y7xhvp2j6b]  .nav-link:hover {
        background: rgba(29, 55, 97, 0.08);
        color: var(--lp-sidebar-text-active);
        transform: translateX(3px);
        align-items: center;
        box-shadow: 0 2px 10px var(--lp-card-shadow);
    }

.nav-item[b-y7xhvp2j6b]  .nav-link:hover::before {
    opacity: 1;
}

.nav-item[b-y7xhvp2j6b]  .nav-link:hover .nav-icon {
    color: var(--lp-brand-navy, #1D3761);
    transform: scale(1.05);
}

.nav-scrollable[b-y7xhvp2j6b] {
    display: none;
    padding: 1rem 0;
    background: var(--lp-card-bg);
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y7xhvp2j6b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y7xhvp2j6b] {
        display: none;
    }

    .nav-scrollable[b-y7xhvp2j6b] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
        padding: 1.5rem 0;
    }

    /* Custom scrollbar */
    .nav-scrollable[b-y7xhvp2j6b]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-y7xhvp2j6b]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }

    .nav-scrollable[b-y7xhvp2j6b]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }

    .nav-scrollable[b-y7xhvp2j6b]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }
}

/* Premium Widget */
.premium-widget[b-y7xhvp2j6b] {
    margin: 0 0 1rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #1D3761 0%, #2A4A7A 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-blob[b-y7xhvp2j6b] {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    opacity: 1;
}

.premium-blob-1[b-y7xhvp2j6b] {
    width: 80px;
    height: 60px;
    top: -15px;
    right: 15px;
}

.premium-blob-2[b-y7xhvp2j6b] {
    width: 60px;
    height: 40px;
    bottom: -10px;
    left: 20px;
}

.premium-blob-3[b-y7xhvp2j6b] {
    width: 40px;
    height: 40px;
    top: 50%;
    right: -10px;
}

.premium-content[b-y7xhvp2j6b] {
    position: relative;
    z-index: 2;
}

.premium-header[b-y7xhvp2j6b] {
    margin-bottom: 1rem;
}

.premium-title[b-y7xhvp2j6b] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.premium-description[b-y7xhvp2j6b] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.3;
}

.premium-button[b-y7xhvp2j6b] {
    background: white;
    color: #1D3761;
    border: none;
    border-radius: var(--lp-radius-md);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.premium-button:hover[b-y7xhvp2j6b] {
    background: #f8f9ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.premium-button:active[b-y7xhvp2j6b] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Collapsed state for premium widget - hide completely like logo */
.premium-widget.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sidebar Footer */
.sidebar-footer[b-y7xhvp2j6b] {
    flex-shrink: 0;
    padding: 1rem;
    padding-top: 20px;
    background: var(--lp-card-bg);
    border-top: 1px solid var(--lp-border-color);
    margin-top: auto;
}

    .sidebar-footer .sidebar-toggle-btn[b-y7xhvp2j6b] {
        background: var(--lp-card-bg);
        border: none;
        border-radius: var(--lp-radius-lg);
        padding: 10px;
        display: flex;
        height: 45px;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 0.5rem;
    }

.sidebar-footer .sidebar-toggle-btn:hover[b-y7xhvp2j6b] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(29, 55, 97, 0.3);
    background: var(--lp-bg-secondary);
}

.sidebar-footer .sidebar-toggle-btn:active[b-y7xhvp2j6b] {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 8px rgba(29, 55, 97, 0.2);
}

.sidebar-footer .toggle-text[b-y7xhvp2j6b] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lp-brand-navy, #1D3761);
}

/* Collapsed sidebar footer adjustments */
.sidebar-collapsed .sidebar-footer .sidebar-toggle-btn[b-y7xhvp2j6b] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

.sidebar-collapsed .sidebar-footer .toggle-text[b-y7xhvp2j6b] {
    display: none;
}

.sidebar-collapsed .sidebar-footer[b-y7xhvp2j6b] {
    padding: 1rem 0.5rem;
}

/* Logo Text — on dark sidebar background, needs light color */
.logo-text[b-y7xhvp2j6b] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-text.collapsed[b-y7xhvp2j6b] {
    opacity: 0;
    transform: translateX(-20px);
    width: 0;
    overflow: hidden;
}

.logo-accent[b-y7xhvp2j6b] {
    color: #DAC94D;
}

/* Nav Section Label (replaces inline margin-bottom: 0) */
.nav-section-label[b-y7xhvp2j6b] {
    margin-bottom: 0;
}

/* Temporary Organization Badge */
.temp-org-badge[b-y7xhvp2j6b] {
    color: var(--lp-brand-navy, #1D3761);
    font-weight: 500;
}

/* Toggle Icon */
.toggle-icon[b-y7xhvp2j6b] {
    color: var(--lp-brand-navy, #1D3761);
}


/* /Components/Layout/TemporaryOrganizationIndicator.razor.rz.scp.css */
.temporary-org-indicator[b-y2og0wtw8u] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    margin: 0 1rem 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(243, 156, 18, 0.3);
    border-left: 4px solid #d35400;
    animation: slideDown-b-y2og0wtw8u 0.3s ease-out;
}

.temp-org-content[b-y2og0wtw8u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.temp-org-icon[b-y2og0wtw8u] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.temp-org-text[b-y2og0wtw8u] {
    flex: 1;
    color: rgba(255, 255, 255, 0.95);
}

.temp-org-text strong[b-y2og0wtw8u] {
    color: white;
    font-weight: 600;
}

.temp-org-clear-btn[b-y2og0wtw8u] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.temp-org-clear-btn:hover[b-y2og0wtw8u] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.temp-org-clear-btn:active[b-y2og0wtw8u] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.temp-org-clear-btn i[b-y2og0wtw8u] {
    font-size: 0.75rem;
}

@keyframes slideDown-b-y2og0wtw8u {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .temporary-org-indicator[b-y2og0wtw8u] {
        margin: 0 0.5rem 0.5rem 0.5rem;
        padding: 0.5rem 1rem;
    }
    
    .temp-org-content[b-y2og0wtw8u] {
        font-size: 0.8rem;
        gap: 0.5rem;
    }
    
    .temp-org-clear-btn[b-y2og0wtw8u] {
        padding: 0.2rem 0.5rem;
        font-size: 0.75rem;
    }
    
    .temp-org-text[b-y2og0wtw8u] {
        flex: 1;
        min-width: 0; /* Allow text to wrap */
    }
}

@media (max-width: 480px) {
    .temp-org-content[b-y2og0wtw8u] {
        flex-wrap: wrap;
    }
    
    .temp-org-clear-btn[b-y2og0wtw8u] {
        margin-left: auto;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
/* Login Page – BaronsGear Dark Cockpit Theme */
.login-page[b-ui25zs8222] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, #1D3761 0%, transparent 55%),
        radial-gradient(circle at top right, #A8332F 0%, transparent 60%),
        radial-gradient(circle at bottom right, #2A4A7A 0%, transparent 55%),
        linear-gradient(180deg, #0B1B31 0%, #0B1B31 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Login Container */
.login-container[b-ui25zs8222] {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* Login Card */
.login-card[b-ui25zs8222] {
    background: rgba(17, 27, 51, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(35, 48, 85, 0.7);
    animation: slideUp-b-ui25zs8222 0.6s ease-out;
    transition: all 0.3s ease;
}

.login-card:hover[b-ui25zs8222] {
    transform: translateY(-3px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
}

@keyframes slideUp-b-ui25zs8222 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Logo Section */
.login-logo[b-ui25zs8222] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo-text[b-ui25zs8222] {
    font-size: 2rem;
    font-weight: 800;
    color: #E5E7EB;
    letter-spacing: -0.5px;
}

.logo-accent[b-ui25zs8222] {
    color: #DAC94D;
}

/* Welcome Section */
.login-welcome[b-ui25zs8222] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.welcome-title[b-ui25zs8222] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #E5E7EB;
    margin-bottom: 0.5rem;
}

.welcome-subtitle[b-ui25zs8222] {
    font-size: 1rem;
    color: #94A3B8;
    margin: 0;
    font-weight: 400;
}

/* Form Styles */
.login-form[b-ui25zs8222] {
    margin-bottom: 2rem;
}

.form-group[b-ui25zs8222] {
    margin-bottom: 1.5rem;
}

.form-label[b-ui25zs8222] {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #E5E7EB;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.input-wrapper[b-ui25zs8222] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-ui25zs8222] {
    position: absolute;
    left: 1rem;
    color: #64748B;
    font-size: 1rem;
    z-index: 2;
    transition: color 0.3s ease;
}

.form-input[b-ui25zs8222],
[b-ui25zs8222] .form-input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid #233055;
    border-radius: 10px;
    font-size: 1rem;
    background: rgba(22, 34, 68, 0.6);
    color: #E5E7EB;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus[b-ui25zs8222],
[b-ui25zs8222] .form-input:focus {
    border-color: #A8332F;
    background: rgba(22, 34, 68, 0.85);
    box-shadow: 0 0 0 3px rgba(168, 51, 47, 0.15);
    transform: translateY(-1px);
}

.input-wrapper:focus-within .input-icon[b-ui25zs8222] {
    color: #DAC94D;
}

.form-input[b-ui25zs8222]::placeholder {
    color: #64748B;
    font-weight: 400;
}

/* Validation Styles */
.validation-message[b-ui25zs8222] {
    display: block;
    color: #F87171;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
    animation: shake-b-ui25zs8222 0.5s ease-in-out;
}

.error-message[b-ui25zs8222] {
    background: rgba(248, 113, 113, 0.1);
    border: 1px solid rgba(248, 113, 113, 0.25);
    color: #F87171;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: slideDown-b-ui25zs8222 0.3s ease-out;
}

@keyframes shake-b-ui25zs8222 {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@keyframes slideDown-b-ui25zs8222 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Login Button */
.login-btn[b-ui25zs8222] {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #A8332F 0%, #8B2724 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(168, 51, 47, 0.35);
}

.login-btn[b-ui25zs8222]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.login-btn:hover[b-ui25zs8222] {
    background: linear-gradient(135deg, #8B2724 0%, #751E1B 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(168, 51, 47, 0.45);
}

.login-btn:hover[b-ui25zs8222]::before {
    left: 100%;
}

.login-btn:active[b-ui25zs8222] {
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(168, 51, 47, 0.35);
}

.btn-text[b-ui25zs8222] {
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-loader[b-ui25zs8222] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-btn.loading .btn-text[b-ui25zs8222] {
    opacity: 0;
}

.login-btn.loading .btn-loader[b-ui25zs8222] {
    opacity: 1;
}

.spinner[b-ui25zs8222] {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    animation: spin-b-ui25zs8222 1s linear infinite;
}

@keyframes spin-b-ui25zs8222 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Login Footer */
.login-footer[b-ui25zs8222] {
    text-align: center;
}

.forgot-password[b-ui25zs8222] {
    display: inline-block;
    color: #DAC94D;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.forgot-password:hover[b-ui25zs8222] {
    color: #DAC94D;
    text-decoration: underline;
}

.signup-link[b-ui25zs8222] {
    color: #94A3B8;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.signup-link a[b-ui25zs8222] {
    color: #DAC94D;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.signup-link a:hover[b-ui25zs8222] {
    color: #DAC94D;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 480px) {
    .login-page[b-ui25zs8222] {
        padding: 1rem 0.5rem;
    }

    .login-card[b-ui25zs8222] {
        padding: 2rem 1.5rem;
        border-radius: 14px;
    }

    .welcome-title[b-ui25zs8222] {
        font-size: 1.5rem;
    }

    .logo-text[b-ui25zs8222] {
        font-size: 1.75rem;
    }
}

/* Checking Session Styles */
.checking-wrap[b-ui25zs8222] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, #1D3761 0%, transparent 55%),
        radial-gradient(circle at top right, #A8332F 0%, transparent 60%),
        radial-gradient(circle at bottom right, #2A4A7A 0%, transparent 55%),
        linear-gradient(180deg, #0B1B31 0%, #0B1B31 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.checking-card[b-ui25zs8222] {
    background: rgba(17, 27, 51, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(35, 48, 85, 0.7);
    animation: slideUp-b-ui25zs8222 0.6s ease-out;
    text-align: center;
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.checking-card h3[b-ui25zs8222] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E5E7EB;
    margin: 1.5rem 0 0.5rem 0;
}

.checking-card p[b-ui25zs8222] {
    color: #94A3B8;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.checking-spinner[b-ui25zs8222] {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border: 4px solid #A8332F;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-ui25zs8222 1s linear infinite;
}
/* /Components/Pages/WhatsNewPage.razor.rz.scp.css */
/* Page Layout */
.whats-new-page[b-vmpgy2xke3] {
    padding: 20px;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Header */
.page-header[b-vmpgy2xke3] {
    background: linear-gradient(135deg, #1D3761 0%, #2A4A7A 100%);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
}

.page-header-content[b-vmpgy2xke3] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-header-icon[b-vmpgy2xke3] {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    color: white;
    font-size: 32px;
}

.page-title[b-vmpgy2xke3],
.page-subtitle[b-vmpgy2xke3] {
    color: white !important;
}

.page-title[b-vmpgy2xke3] {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.page-subtitle[b-vmpgy2xke3] {
    margin: 8px 0 0 0;
    font-size: 16px;
    opacity: 0.9;
}

/* Content */
.whats-new-content[b-vmpgy2xke3] {
    max-width: 1200px;
    margin: 0 auto;
}

.loading-container[b-vmpgy2xke3] {
    text-align: center;
    padding: 60px 20px;
}

.posts-grid[b-vmpgy2xke3] {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

/* Post Cards */
.post-card[b-vmpgy2xke3] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.post-card:hover[b-vmpgy2xke3] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.post-card-header[b-vmpgy2xke3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #f8f9fa;
    cursor: pointer;
}

.post-card-header:hover[b-vmpgy2xke3] {
    background: #e9ecef;
}

.post-card-header-left[b-vmpgy2xke3] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.version-badge[b-vmpgy2xke3] {
    background: #1D3761;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.post-date[b-vmpgy2xke3] {
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.expand-btn[b-vmpgy2xke3] {
    background: none;
    border: none;
    color: #6c757d;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
}

.expand-btn:hover[b-vmpgy2xke3] {
    background: rgba(37, 69, 255, 0.1);
    color: #1D3761;
}

.post-card-content[b-vmpgy2xke3] {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.post-card-content.expanded[b-vmpgy2xke3] {
    max-height: 2000px;
    padding: 24px;
    border-top: 1px solid #e9ecef;
}

.post-card-content-simple[b-vmpgy2xke3] {
    padding: 24px;
    border-top: 1px solid #e9ecef;
}

/* No Posts */
.no-posts-container[b-vmpgy2xke3] {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 12px;
}

.no-posts-icon[b-vmpgy2xke3] {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header[b-vmpgy2xke3] {
        padding: 30px 20px;
    }

    .page-header-content[b-vmpgy2xke3] {
        flex-direction: column;
        text-align: center;
    }

    .page-title[b-vmpgy2xke3] {
        font-size: 24px;
    }

    .post-card-header-left[b-vmpgy2xke3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
