/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-acw6wtkvg3] {
    display: flex;
    min-height: 100vh;
    background-color: #f4f7fa;
    color: #333;
}

.admin-sidebar[b-acw6wtkvg3] {
    width: 280px;
    background-color: #0f172a; /* Deep Navy */
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.sidebar-header[b-acw6wtkvg3] {
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-logo[b-acw6wtkvg3] {
    width: 40px;
    height: auto;
}

.sidebar-brand[b-acw6wtkvg3] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.sidebar-nav[b-acw6wtkvg3] {
    flex: 1;
    padding: 1.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
}

.nav-section[b-acw6wtkvg3] {
    padding: 1.5rem 1.25rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.3);
}

.nav-section-group[b-acw6wtkvg3] {
    margin-top: 0.35rem;
}

.nav-section-toggle[b-acw6wtkvg3] {
    width: 100%;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.82);
    padding: 0.7rem 1rem;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.nav-section-toggle:hover[b-acw6wtkvg3] {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.section-chevron[b-acw6wtkvg3] {
    transition: transform 0.18s ease;
}

.section-chevron.is-open[b-acw6wtkvg3] {
    transform: rotate(180deg);
}

.nav-section-links[b-acw6wtkvg3] {
    margin-top: 0.25rem;
    margin-bottom: 0.35rem;
}

.sidebar-nav[b-acw6wtkvg3]  .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.85rem 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.sidebar-nav[b-acw6wtkvg3]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.sidebar-nav[b-acw6wtkvg3]  .nav-link.active {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.sidebar-nav svg[b-acw6wtkvg3] {
    opacity: 0.7;
}

.active svg[b-acw6wtkvg3] {
    opacity: 1;
}

.sidebar-footer[b-acw6wtkvg3] {
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.logout-btn[b-acw6wtkvg3] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0.75rem;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
    color: #ff6b6b;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.logout-btn:hover[b-acw6wtkvg3] {
    background: #dc3545;
    color: #fff;
}

/* Main Content Area */
.admin-main[b-acw6wtkvg3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.admin-topbar[b-acw6wtkvg3] {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: sticky;
    top: 0;
    z-index: 90;
}

.topbar-search[b-acw6wtkvg3] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    width: 300px;
    color: #64748b;
}

.topbar-search input[b-acw6wtkvg3] {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 0.9rem;
    width: 100%;
}

.topbar-actions[b-acw6wtkvg3] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.topbar-btn[b-acw6wtkvg3] {
    background: transparent;
    border: 0;
    color: #64748b;
    cursor: pointer;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.2s;
}

.topbar-btn:hover[b-acw6wtkvg3] {
    background: #f1f5f9;
    color: #0d6efd;
}

.user-pill[b-acw6wtkvg3] {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.4rem 1rem;
    border-radius: 50px;
}

.user-role[b-acw6wtkvg3] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
}

.admin-content[b-acw6wtkvg3] {
    padding: 2rem;
    flex: 1;
}

@media (max-width: 1024px) {
    .admin-sidebar[b-acw6wtkvg3] {
        width: 80px;
    }
    
    .sidebar-brand[b-acw6wtkvg3], .nav-section[b-acw6wtkvg3], .sidebar-nav span[b-acw6wtkvg3] {
        display: none;
    }
    
    .sidebar-header[b-acw6wtkvg3], .sidebar-nav[b-acw6wtkvg3]  .nav-link {
        justify-content: center;
        padding: 1rem;
    }

    .nav-section-toggle[b-acw6wtkvg3] {
        justify-content: center;
        padding: 0.8rem;
        font-size: 0;
    }

    .section-chevron[b-acw6wtkvg3] {
        display: none;
    }

    .nav-link[b-acw6wtkvg3] {
        font-size: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rqx7m04842] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rqx7m04842] {
    flex: 1;
}

article[b-rqx7m04842] {
    padding: 0 !important;
}

#blazor-error-ui[b-rqx7m04842] {
    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-rqx7m04842] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.impact-header[b-scc0j620vm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition-base);
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.impact-header.is-solid[b-scc0j620vm] {
    background: rgba(2, 8, 20, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: var(--impact-border);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.header-logo[b-scc0j620vm] {
    height: 50px;
    width: auto;
    transition: var(--transition-base);
}

.impact-header.is-solid .header-logo[b-scc0j620vm] {
    height: 40px;
}

.nav-link[b-scc0j620vm] {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding: 1.5rem 1rem !important;
    transition: var(--transition-fast);
}

.nav-link:hover[b-scc0j620vm], .nav-link.show[b-scc0j620vm] {
    color: var(--impact-secondary) !important;
}

.dropdown[b-scc0j620vm] {
    position: relative;
}

.dropdown-menu[b-scc0j620vm] {
    border: 1px solid var(--impact-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background: var(--impact-surface) !important;
}

.dropdown-menu-end[b-scc0j620vm] {
    right: 0;
    left: auto !important;
}

.dropdown-item[b-scc0j620vm] {
    font-weight: 600;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.dropdown-item:hover[b-scc0j620vm] {
    background: var(--impact-surface-light) !important;
    color: var(--impact-secondary) !important;
    transform: translateX(5px);
}

/* Profile Avatar */
.avatar-circle[b-scc0j620vm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--impact-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-base);
}

.avatar-circle.guest[b-scc0j620vm] {
    background: rgba(255, 255, 255, 0.1);
}

.profile-trigger:hover .avatar-circle[b-scc0j620vm] {
    border-color: var(--impact-secondary);
    transform: scale(1.05);
}

.nav-backdrop[b-scc0j620vm] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-scc0j620vm] {
        background: var(--impact-surface);
        margin-top: 1rem;
        border-radius: 16px;
        padding: 1.5rem;
        border: 1px solid var(--impact-border);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }

    .nav-link[b-scc0j620vm] {
        padding: 0.75rem 0 !important;
    }

    .dropdown-menu[b-scc0j620vm] {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        background: transparent !important;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page-passion[b-uz03e44jt8] {
    --passion-blue: #006bb7;
    --passion-gold: #ffb100;
    --passion-text: #ffffff;
    --passion-text-muted: rgba(255, 255, 255, 0.6);
    --passion-bg: #020814;
    --passion-surface: #0b1221;
    --passion-border: rgba(255, 255, 255, 0.08);
    
    background-color: var(--passion-bg);
    color: var(--passion-text);
    overflow-x: hidden;
    margin-top: 74px; /* Navbar height */
}

/* --- HERO --- */
.passion-hero[b-uz03e44jt8] {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.passion-hero-img[b-uz03e44jt8] {
    width: 100%;
    height: auto;
    display: block;
}

/* --- STORY --- */
.passion-story[b-uz03e44jt8] {
    padding: 100px 0;
    position: relative;
}

.story-layout[b-uz03e44jt8] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
}

.story-sidebar[b-uz03e44jt8] {
    position: relative;
    padding-top: 10px;
}

.sidebar-accent[b-uz03e44jt8] {
    width: 4px;
    height: 120px;
    background: linear-gradient(to bottom, var(--passion-blue), var(--passion-gold));
    margin-bottom: 20px;
}

.sidebar-label[b-uz03e44jt8] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--passion-blue);
}

.passion-title[b-uz03e44jt8] {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 107, 183, 0.2);
}

.passion-lead[b-uz03e44jt8] {
    font-size: 1.25rem;
    color: var(--passion-text-muted);
    max-width: 800px;
    line-height: 1.6;
}

.passion-story-heading[b-uz03e44jt8] {
    margin: 0 0 1rem;
    color: var(--passion-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.86rem;
    font-weight: 900;
}

.story-content-passion[b-uz03e44jt8] {
    font-size: 1.15rem;
    line-height: 1.8;
}

.passion-quote-block[b-uz03e44jt8] {
    position: relative;
    margin-bottom: 3rem;
}

.drop-cap-passion[b-uz03e44jt8]::first-letter {
    float: left;
    font-size: 5.5rem;
    line-height: 0.8;
    font-weight: 900;
    margin-right: 1.2rem;
    margin-top: 0.5rem;
    color: var(--passion-blue);
    font-style: italic;
}

.passion-details p[b-uz03e44jt8] {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.story-image-wrap[b-uz03e44jt8] {
    margin: 2.2rem 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0b1221;
}

.story-image[b-uz03e44jt8] {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.passion-callout[b-uz03e44jt8] {
    border-left: 8px solid var(--passion-gold);
    padding: 2.5rem;
    background: rgba(255, 177, 0, 0.03);
    border-radius: 0 16px 16px 0;
    position: relative;
    overflow: hidden;
}

.passion-callout[b-uz03e44jt8]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

.callout-text[b-uz03e44jt8] {
    font-size: clamp(1.5rem, 3vw, 2.8rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
}

/* --- PILLARS --- */
.passion-pillars[b-uz03e44jt8] {
    background: linear-gradient(to bottom, var(--passion-bg), #050b1a);
    position: relative;
}

.passion-eyebrow[b-uz03e44jt8] {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--passion-gold);
    margin-bottom: 1rem;
}

.passion-subtitle[b-uz03e44jt8] {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 950;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.pillars-grid-passion[b-uz03e44jt8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.pillar-card-passion[b-uz03e44jt8] {
    position: relative;
    padding: 3.5rem 2.5rem;
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease;
    overflow: hidden;
}

.pillar-card-passion:hover[b-uz03e44jt8] {
    transform: translateY(-10px);
    border-color: var(--passion-blue);
}

.pillar-card-passion[b-uz03e44jt8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 107, 183, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pillar-card-passion:hover[b-uz03e44jt8]::before {
    opacity: 1;
}

.pillar-icon-wrapper[b-uz03e44jt8] {
    width: 64px;
    height: 64px;
    background: rgba(0, 107, 183, 0.1);
    border: 1px solid rgba(0, 107, 183, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--passion-blue);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
}

.pillar-card-passion:hover .pillar-icon-wrapper[b-uz03e44jt8] {
    background: var(--passion-blue);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
}

.pillar-tag[b-uz03e44jt8] {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--passion-gold);
    margin-bottom: 0.75rem;
}

.pillar-content h3[b-uz03e44jt8] {
    font-size: 1.5rem;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 1rem;
}

.pillar-content p[b-uz03e44jt8] {
    color: var(--passion-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.pillar-corner[b-uz03e44jt8] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 177, 0, 0.2) 50%);
}

/* --- CTA --- */
.passion-cta[b-uz03e44jt8] {
    padding: 100px 0;
    background: #050b1a;
}

.cta-box-passion[b-uz03e44jt8] {
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 40px;
    padding: 5rem;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cta-box-passion[b-uz03e44jt8]::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.15), transparent 70%);
    pointer-events: none;
}

.passion-cta-title[b-uz03e44jt8] {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2rem;
}

.passion-cta-title span[b-uz03e44jt8] {
    color: var(--passion-blue);
    display: block;
}

.cta-actions-passion[b-uz03e44jt8] {
    display: flex;
    gap: 1.5rem;
}

.btn-passion[b-uz03e44jt8] {
    padding: 1.2rem 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-passion-primary[b-uz03e44jt8] {
    background: var(--passion-blue);
    color: #fff;
}

.btn-passion-primary:hover[b-uz03e44jt8] {
    background: var(--passion-gold);
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 177, 0, 0.3);
}

.btn-passion-outline[b-uz03e44jt8] {
    background: transparent;
    border-color: var(--passion-blue);
    color: #fff;
}

.btn-passion-outline:hover[b-uz03e44jt8] {
    background: var(--passion-blue);
    transform: translateY(-5px);
}

.cta-visual-passion[b-uz03e44jt8] {
    position: relative;
}

.visual-glow[b-uz03e44jt8] {
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.4), transparent 70%);
    filter: blur(20px);
}

.cta-visual-passion img[b-uz03e44jt8] {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
    .pillars-grid-passion[b-uz03e44jt8] { grid-template-columns: 1fr 1fr; }
    .cta-box-passion[b-uz03e44jt8] { grid-template-columns: 1fr; padding: 3rem; text-align: center; }
    .cta-actions-passion[b-uz03e44jt8] { justify-content: center; }
    .cta-visual-passion[b-uz03e44jt8] { display: none; }
}

@media (max-width: 768px) {
    .story-layout[b-uz03e44jt8] { grid-template-columns: 1fr; }
    .pillars-grid-passion[b-uz03e44jt8] { grid-template-columns: 1fr; }
    .passion-title[b-uz03e44jt8] { font-size: 3rem; }
    .cta-actions-passion[b-uz03e44jt8] { flex-direction: column; }
    .passion-cta-title[b-uz03e44jt8] { font-size: 3rem; }
}
/* /Components/Pages/Academy/EnrollAcademy.razor.rz.scp.css */
.academy-enroll-page[b-si7izgei7h] {
    --passion-blue: #006bb7;
    --passion-gold: #ffb100;
    --passion-text: #ffffff;
    --passion-text-muted: rgba(255, 255, 255, 0.64);
    --passion-bg: #020814;
    --passion-surface: #0b1221;
    --passion-border: rgba(255, 255, 255, 0.08);

    background-color: var(--passion-bg);
    color: var(--passion-text);
    overflow-x: hidden;
    margin-top: 74px;
}

.passion-hero[b-si7izgei7h] {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.passion-hero-img[b-si7izgei7h] {
    width: 100%;
    display: block;
}

.passion-story[b-si7izgei7h] {
    padding: 100px 0;
}

.story-layout[b-si7izgei7h] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
}

.story-sidebar[b-si7izgei7h] {
    padding-top: 10px;
}

.sidebar-accent[b-si7izgei7h] {
    width: 4px;
    height: 120px;
    background: linear-gradient(to bottom, var(--passion-blue), var(--passion-gold));
    margin-bottom: 20px;
}

.sidebar-label[b-si7izgei7h] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-blue);
}

.passion-title[b-si7izgei7h] {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}

.passion-lead[b-si7izgei7h] {
    font-size: 1.18rem;
    color: var(--passion-text-muted);
    max-width: 820px;
    line-height: 1.65;
}

.passion-callout[b-si7izgei7h] {
    border-left: 8px solid var(--passion-gold);
    padding: 2.1rem;
    background: rgba(255, 177, 0, 0.03);
    border-radius: 0 16px 16px 0;
}

.callout-text[b-si7izgei7h] {
    font-size: clamp(1.35rem, 2.8vw, 2.3rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
}

.pathway-grid[b-si7izgei7h] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pathway-card[b-si7izgei7h] {
    border-radius: 20px;
    border: 1px solid var(--passion-border);
    background: var(--passion-surface);
    padding: 1.4rem;
}

.pathway-card span[b-si7izgei7h] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--passion-gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.pathway-card h3[b-si7izgei7h] {
    margin: 0 0 0.6rem;
    font-size: 1.12rem;
    text-transform: uppercase;
    font-weight: 900;
}

.pathway-card p[b-si7izgei7h] {
    margin: 0;
    color: var(--passion-text-muted);
    line-height: 1.55;
    font-size: 0.94rem;
}

.academy-form-section[b-si7izgei7h] {
    background: linear-gradient(to bottom, var(--passion-bg), #050b1a);
}

.passion-eyebrow[b-si7izgei7h] {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-gold);
    margin-bottom: 1rem;
}

.passion-subtitle[b-si7izgei7h] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.academy-form-shell[b-si7izgei7h] {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 32px;
    background: linear-gradient(165deg, rgba(11, 18, 33, 0.95), rgba(7, 25, 49, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255,255,255,0.05);
}

.form-section-head[b-si7izgei7h] {
    margin-bottom: 2.4rem;
    text-align: center;
}

.form-section-head h3[b-si7izgei7h] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.5rem;
    font-weight: 950;
    font-style: italic;
    color: var(--passion-gold);
}

.form-section-head p[b-si7izgei7h] {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 1rem;
    max-width: 600px;
    margin-inline: auto;
}

.form-grid[b-si7izgei7h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.form-row[b-si7izgei7h] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.form-row-full[b-si7izgei7h] {
    grid-column: 1 / -1;
}

.form-row label[b-si7izgei7h] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding-left: 0.45rem;
}

.input-wrapper[b-si7izgei7h] {
    position: relative;
}

.input-icon[b-si7izgei7h] {
    position: absolute;
    left: 1.05rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--passion-blue);
    font-size: 1rem;
    opacity: 0.72;
    pointer-events: none;
}

.input-wrapper:focus-within .input-icon[b-si7izgei7h] {
    opacity: 1;
}

.academy-form-shell[b-si7izgei7h]  .academy-input,
.academy-form-shell[b-si7izgei7h]  .academy-select,
.academy-form-shell[b-si7izgei7h]  .academy-textarea {
    display: block;
    width: 100%;
    max-width: none !important;
    border-radius: 11px;
    border: 1px solid rgba(151, 177, 221, 0.24);
    background: #081a38;
    color: #f2f7ff;
    padding: 0.95rem 1rem 0.95rem 2.8rem;
    min-height: 2.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.academy-form-shell[b-si7izgei7h]  .academy-input:focus,
.academy-form-shell[b-si7izgei7h]  .academy-select:focus,
.academy-form-shell[b-si7izgei7h]  .academy-textarea:focus {
    outline: none;
    border-color: rgba(255, 177, 0, 0.65);
    background: #0a1f42;
    box-shadow: 0 0 0 3px rgba(255, 177, 0, 0.18);
}

.academy-form-shell[b-si7izgei7h]  .academy-input::placeholder,
.academy-form-shell[b-si7izgei7h]  .academy-textarea::placeholder {
    color: #8ea4c6;
}

.academy-form-shell[b-si7izgei7h]  .academy-select {
    appearance: none;
    cursor: pointer;
    padding-right: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d6e8ff' d='M1.646 4.646a.5.5 0 1 1 .708-.708L8 9.293l5.646-5.355a.5.5 0 1 1 .708.708l-6 5.7a.5.5 0 0 1-.708 0l-6-5.7z'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.academy-form-shell[b-si7izgei7h]  .academy-select option {
    background: #0b1b3a;
    color: #f2f7ff;
}

.academy-form-shell[b-si7izgei7h]  .academy-textarea {
    min-height: 170px;
    resize: vertical;
    padding-top: 1rem;
}

.academy-form-shell[b-si7izgei7h]  .validation,
.academy-form-shell[b-si7izgei7h]  .validation-message {
    color: #ffb4be;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
}

.academy-submit-row[b-si7izgei7h] {
    margin-top: 0.4rem;
}

.academy-submit[b-si7izgei7h] {
    width: 100%;
    min-height: 3.1rem;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 107, 183, 0.35);
}

.academy-error[b-si7izgei7h] {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #fca5a5;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
}

.academy-success[b-si7izgei7h] {
    text-align: center;
    padding: 3.2rem 1.5rem;
}

.success-icon[b-si7izgei7h] {
    font-size: 4rem;
    color: #22c55e;
    margin-bottom: 1.2rem;
}

.academy-success h3[b-si7izgei7h] {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.academy-success p[b-si7izgei7h] {
    font-size: 1.05rem;
    color: var(--passion-text-muted);
    margin-bottom: 2rem;
}

.passion-cta[b-si7izgei7h] {
    padding: 100px 0;
    background: #050b1a;
}

.cta-box-passion[b-si7izgei7h] {
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 40px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 40px;
    align-items: center;
}

.passion-cta-title[b-si7izgei7h] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2rem;
}

.passion-cta-title span[b-si7izgei7h] {
    color: var(--passion-blue);
    display: block;
}

.cta-actions-passion[b-si7izgei7h] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-passion[b-si7izgei7h] {
    padding: 1.05rem 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.btn-passion-primary[b-si7izgei7h] {
    background: var(--passion-blue);
    color: #fff;
}

.btn-passion-primary:hover[b-si7izgei7h] {
    background: var(--passion-gold);
    color: #000;
    transform: translateY(-4px);
}

.btn-passion-outline[b-si7izgei7h] {
    background: transparent;
    border-color: var(--passion-blue);
    color: #fff;
}

.btn-passion-outline:hover[b-si7izgei7h] {
    background: var(--passion-blue);
    transform: translateY(-4px);
}

.cta-visual-passion[b-si7izgei7h] {
    position: relative;
}

.visual-glow[b-si7izgei7h] {
    position: absolute;
    inset: -26px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.35), transparent 70%);
    filter: blur(12px);
}

.cta-visual-passion img[b-si7izgei7h] {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .pathway-grid[b-si7izgei7h] {
        grid-template-columns: 1fr;
    }

    .cta-box-passion[b-si7izgei7h] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3rem;
    }

    .cta-actions-passion[b-si7izgei7h] {
        justify-content: center;
    }

    .cta-visual-passion[b-si7izgei7h] {
        display: none;
    }
}

@media (max-width: 768px) {
    .story-layout[b-si7izgei7h],
    .form-grid[b-si7izgei7h] {
        grid-template-columns: 1fr;
    }

    .academy-form-shell[b-si7izgei7h] {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .passion-title[b-si7izgei7h],
    .passion-cta-title[b-si7izgei7h] {
        font-size: 3rem;
    }

    .cta-actions-passion[b-si7izgei7h] {
        flex-direction: column;
    }
}
/* /Components/Pages/Account/ForgotPassword.razor.rz.scp.css */
.auth-full-screen[b-wdii07tzmq] {
    min-height: calc(100vh - 82px);
    background: var(--impact-bg);
    margin-top: 82px;
}

.auth-image-container[b-wdii07tzmq] {
    min-height: calc(100vh - 82px);
    position: relative;
    overflow: hidden;
}

.auth-full-img[b-wdii07tzmq] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: 1;
}

.auth-image-overlay[b-wdii07tzmq] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 8, 20, 0.4) 0%, rgba(2, 8, 20, 0.8) 100%);
    z-index: 2;
}

.auth-center-logo[b-wdii07tzmq] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60%;
    max-width: 400px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

.auth-form-container[b-wdii07tzmq] {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--impact-bg);
    z-index: 1;
}

.auth-form-container[b-wdii07tzmq]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at top right, rgba(255, 177, 0, 0.15), transparent 40%),
        radial-gradient(circle at bottom left, rgba(255, 177, 0, 0.1), transparent 40%),
        url('Images/Texture.png');
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

.auth-card-wrapper[b-wdii07tzmq] {
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

.auth-card[b-wdii07tzmq] {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tracking-wider[b-wdii07tzmq] {
    letter-spacing: 0.1em;
}

.hover-underline:hover[b-wdii07tzmq] {
    text-decoration: underline !important;
}

.input-group[b-wdii07tzmq] {
    flex-wrap: nowrap;
}

.input-group-text[b-wdii07tzmq] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-right: none;
    color: var(--impact-text-muted);
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

.form-control[b-wdii07tzmq] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-left: none;
    color: white;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    flex: 1 1 auto;
    width: 1%;
}

.form-control[b-wdii07tzmq]::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:focus[b-wdii07tzmq] {
    background-color: var(--impact-surface-light);
    border-color: var(--impact-primary);
    box-shadow: none;
    color: white;
}

@media (max-width: 991.98px) {
    .auth-full-screen[b-wdii07tzmq] {
        margin-top: 70px;
    }

    .auth-image-container[b-wdii07tzmq] {
        display: none;
    }

    .auth-form-container[b-wdii07tzmq] {
        min-height: calc(100vh - 70px);
        padding: 2rem 0;
    }

    .auth-card-wrapper[b-wdii07tzmq] {
        padding: 1rem;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.auth-full-screen[b-gxa0kjj5rx] {
    min-height: calc(100vh - 82px);
    background: var(--impact-bg);
    margin-top: 82px;
}

.auth-image-container[b-gxa0kjj5rx] {
    min-height: calc(100vh - 82px);
    position: relative;
    overflow: hidden;
}

.auth-full-img[b-gxa0kjj5rx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: 1;
}

.auth-image-overlay[b-gxa0kjj5rx] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 8, 20, 0.4) 0%, rgba(2, 8, 20, 0.8) 100%);
    z-index: 2;
}

.auth-center-logo[b-gxa0kjj5rx] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60%;
    max-width: 400px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

.auth-image-footer[b-gxa0kjj5rx] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to top, rgba(2, 8, 20, 0.9) 0%, transparent 100%);
}

.auth-form-container[b-gxa0kjj5rx] {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--impact-bg);
    z-index: 1;
}

.auth-form-container[b-gxa0kjj5rx]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at top right, rgba(255, 177, 0, 0.15), transparent 40%),
        radial-gradient(circle at bottom left, rgba(255, 177, 0, 0.1), transparent 40%),
        url('Images/Texture.png');
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

.auth-card-wrapper[b-gxa0kjj5rx] {
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

.auth-card[b-gxa0kjj5rx] {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tracking-wider[b-gxa0kjj5rx] {
    letter-spacing: 0.1em;
}

.hover-underline:hover[b-gxa0kjj5rx] {
    text-decoration: underline !important;
}

/* Form Overrides */
.input-group[b-gxa0kjj5rx] {
    flex-wrap: nowrap;
}

.input-group-text[b-gxa0kjj5rx] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-right: none;
    color: var(--impact-text-muted);
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

.form-control[b-gxa0kjj5rx] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-left: none;
    color: white;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    flex: 1 1 auto;
    width: 1%;
}

.form-control[b-gxa0kjj5rx]::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:focus[b-gxa0kjj5rx] {
    background-color: var(--impact-surface-light);
    border-color: var(--impact-primary);
    box-shadow: none;
    color: white;
}

.form-check-input[b-gxa0kjj5rx] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    width: 1.25em;
    height: 1.25em;
    cursor: pointer;
}

.form-check-input:checked[b-gxa0kjj5rx] {
    background-color: var(--impact-primary);
    border-color: var(--impact-primary);
}

.form-check-label[b-gxa0kjj5rx] {
    padding-left: 0.5rem;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 991.98px) {
    .auth-full-screen[b-gxa0kjj5rx] {
        margin-top: 70px; /* Reduced for mobile header */
    }
    .auth-image-container[b-gxa0kjj5rx] {
        display: none;
    }
    .auth-form-container[b-gxa0kjj5rx] {
        min-height: calc(100vh - 70px);
        padding: 2rem 0;
    }
    .auth-card-wrapper[b-gxa0kjj5rx] {
        padding: 1rem;
    }
}
/* /Components/Pages/Account/Profile.razor.rz.scp.css */
.auth-shell[b-9tmwrw8nc9] {
    max-width: 720px;
    margin-top: 7.5rem;
    margin-bottom: 2rem;
}

.auth-card[b-9tmwrw8nc9] {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
}

/* /Components/Pages/Account/Register.razor.rz.scp.css */
.auth-full-screen[b-1u27c0fbdv] {
    min-height: calc(100vh - 82px);
    background: var(--impact-bg);
    margin-top: 82px;
}

.auth-image-container[b-1u27c0fbdv] {
    min-height: calc(100vh - 82px);
    position: relative;
    overflow: hidden;
}

.auth-full-img[b-1u27c0fbdv] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: 1;
}

.auth-image-overlay[b-1u27c0fbdv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 8, 20, 0.4) 0%, rgba(2, 8, 20, 0.8) 100%);
    z-index: 2;
}

.auth-center-logo[b-1u27c0fbdv] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60%;
    max-width: 400px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

.auth-image-footer[b-1u27c0fbdv] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to top, rgba(2, 8, 20, 0.9) 0%, transparent 100%);
}

.auth-form-container[b-1u27c0fbdv] {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--impact-bg);
    z-index: 1;
}

.auth-form-container[b-1u27c0fbdv]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at top right, rgba(255, 177, 0, 0.15), transparent 40%),
        radial-gradient(circle at bottom left, rgba(255, 177, 0, 0.1), transparent 40%),
        url('Images/Texture.png');
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

.auth-card-wrapper[b-1u27c0fbdv] {
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

.auth-card[b-1u27c0fbdv] {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tracking-wider[b-1u27c0fbdv] {
    letter-spacing: 0.1em;
}

.hover-underline:hover[b-1u27c0fbdv] {
    text-decoration: underline !important;
}

/* Form Overrides */
.input-group[b-1u27c0fbdv] {
    flex-wrap: nowrap;
}

.input-group-text[b-1u27c0fbdv] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-right: none;
    color: var(--impact-text-muted);
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

.form-control[b-1u27c0fbdv] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-left: none;
    color: white;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    flex: 1 1 auto;
    width: 1%;
}

.form-control[b-1u27c0fbdv]::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:focus[b-1u27c0fbdv] {
    background-color: var(--impact-surface-light);
    border-color: var(--impact-primary);
    box-shadow: none;
    color: white;
}

.form-check-input[b-1u27c0fbdv] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    width: 1.25em;
    height: 1.25em;
    cursor: pointer;
}

.form-check-input:checked[b-1u27c0fbdv] {
    background-color: var(--impact-primary);
    border-color: var(--impact-primary);
}

.form-check-label[b-1u27c0fbdv] {
    padding-left: 0.5rem;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 991.98px) {
    .auth-full-screen[b-1u27c0fbdv] {
        margin-top: 70px; /* Reduced for mobile header */
    }
    .auth-image-container[b-1u27c0fbdv] {
        display: none;
    }
    .auth-form-container[b-1u27c0fbdv] {
        min-height: calc(100vh - 70px);
        padding: 2rem 0;
    }
    .auth-card-wrapper[b-1u27c0fbdv] {
        padding: 1rem;
    }
}
/* /Components/Pages/Account/ResetPassword.razor.rz.scp.css */
.auth-full-screen[b-pg3tj5bs5s] {
    min-height: calc(100vh - 82px);
    background: var(--impact-bg);
    margin-top: 82px;
}

.auth-image-container[b-pg3tj5bs5s] {
    min-height: calc(100vh - 82px);
    position: relative;
    overflow: hidden;
}

.auth-full-img[b-pg3tj5bs5s] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: 1;
}

.auth-image-overlay[b-pg3tj5bs5s] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2, 8, 20, 0.4) 0%, rgba(2, 8, 20, 0.8) 100%);
    z-index: 2;
}

.auth-center-logo[b-pg3tj5bs5s] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60%;
    max-width: 400px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

.auth-form-container[b-pg3tj5bs5s] {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--impact-bg);
    z-index: 1;
}

.auth-form-container[b-pg3tj5bs5s]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at top right, rgba(255, 177, 0, 0.15), transparent 40%),
        radial-gradient(circle at bottom left, rgba(255, 177, 0, 0.1), transparent 40%),
        url('Images/Texture.png');
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

.auth-card-wrapper[b-pg3tj5bs5s] {
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

.auth-card[b-pg3tj5bs5s] {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tracking-wider[b-pg3tj5bs5s] {
    letter-spacing: 0.1em;
}

.hover-underline:hover[b-pg3tj5bs5s] {
    text-decoration: underline !important;
}

.input-group[b-pg3tj5bs5s] {
    flex-wrap: nowrap;
}

.input-group-text[b-pg3tj5bs5s] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-right: none;
    color: var(--impact-text-muted);
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

.form-control[b-pg3tj5bs5s] {
    background-color: var(--impact-surface-light);
    border: 1px solid var(--impact-border);
    border-left: none;
    color: white;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    flex: 1 1 auto;
    width: 1%;
}

.form-control[b-pg3tj5bs5s]::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.form-control:focus[b-pg3tj5bs5s] {
    background-color: var(--impact-surface-light);
    border-color: var(--impact-primary);
    box-shadow: none;
    color: white;
}

@media (max-width: 991.98px) {
    .auth-full-screen[b-pg3tj5bs5s] {
        margin-top: 70px;
    }

    .auth-image-container[b-pg3tj5bs5s] {
        display: none;
    }

    .auth-form-container[b-pg3tj5bs5s] {
        min-height: calc(100vh - 70px);
        padding: 2rem 0;
    }

    .auth-card-wrapper[b-pg3tj5bs5s] {
        padding: 1rem;
    }
}
/* /Components/Pages/Admin/AdminAccess.razor.rz.scp.css */
.admin-shell[b-xt7r9ys81u] {
    margin-top: 7.5rem;
    margin-bottom: 2rem;
}

.admin-card[b-xt7r9ys81u] {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
}

/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-shell[b-x7cnyokkft] {
    margin-top: 7.5rem;
    margin-bottom: 2rem;
}

.admin-card[b-x7cnyokkft] {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
}

/* /Components/Pages/Admin/AdminSubmissions.razor.rz.scp.css */
.admin-container[b-3bocjro09c] {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.summary-card[b-3bocjro09c] {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 1rem !important;
}

.summary-card:hover[b-3bocjro09c] {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.08) !important;
}

.icon-box[b-3bocjro09c] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-light-primary[b-3bocjro09c] { background-color: rgba(13, 110, 253, 0.1) !important; }
.bg-light-warning[b-3bocjro09c] { background-color: rgba(255, 193, 7, 0.1) !important; }
.bg-light-info[b-3bocjro09c] { background-color: rgba(13, 202, 240, 0.1) !important; }
.bg-light-success[b-3bocjro09c] { background-color: rgba(25, 135, 84, 0.1) !important; }
.bg-light-danger[b-3bocjro09c] { background-color: rgba(220, 53, 69, 0.1) !important; }
.bg-light-secondary[b-3bocjro09c] { background-color: rgba(108, 117, 125, 0.1) !important; }
.bg-light-dark[b-3bocjro09c] { background-color: rgba(33, 37, 41, 0.05) !important; }
.bg-light-soft[b-3bocjro09c] { background-color: #fafbfc; }

.nav-pills-custom .nav-link[b-3bocjro09c] {
    color: #6c757d;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.nav-pills-custom .nav-link:hover[b-3bocjro09c] {
    background-color: #f1f3f5;
}

.nav-pills-custom .nav-link.active[b-3bocjro09c] {
    background-color: #fff !important;
    color: #0d6efd !important;
    border-color: #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-pills-custom .badge[b-3bocjro09c] {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 600;
}

.nav-pills-custom .nav-link.active .badge[b-3bocjro09c] {
    background-color: #0d6efd;
    color: #fff;
}

/* Fix for invisible filter text */
.form-select.bg-transparent[b-3bocjro09c] {
    color: #212529 !important;
}

.form-select.bg-transparent option[b-3bocjro09c] {
    background-color: #fff;
    color: #212529;
}

.custom-table thead th[b-3bocjro09c] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #6c757d;
    padding: 1rem 0.75rem;
}

.custom-table tbody td[b-3bocjro09c] {
    padding: 1rem 0.75rem;
}

.text-truncate-2[b-3bocjro09c] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-xs[b-3bocjro09c] {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    border-radius: 0.3rem;
}

.shadow-inner[b-3bocjro09c] {
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.participant-details[b-3bocjro09c] {
    animation: slideInDown-b-3bocjro09c 0.2s ease-out;
}

@keyframes slideInDown-b-3bocjro09c {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-pill[b-3bocjro09c] {
    transition: all 0.2s;
}

.stat-pill:hover[b-3bocjro09c] {
    border-color: #0d6efd !important;
    background-color: #f8f9ff !important;
}

/* Custom Dropdown for Blazor */
.custom-dropdown[b-3bocjro09c] {
    position: relative;
    display: inline-block;
}

.custom-dropdown-menu[b-3bocjro09c] {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
}

.custom-dropdown-menu.show[b-3bocjro09c] {
    display: block;
}

/* Dropup logic */
.custom-dropdown.dropup .custom-dropdown-menu[b-3bocjro09c] {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.custom-dropdown-item[b-3bocjro09c] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: background-color 0.15s;
}

.custom-dropdown-item:hover[b-3bocjro09c] {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.custom-dropdown-item.active[b-3bocjro09c] {
    background-color: #0d6efd;
    color: #fff;
}

.custom-dropdown-divider[b-3bocjro09c] {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.custom-dropdown-header[b-3bocjro09c] {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
}
/* /Components/Pages/Admin/CompetitionAdminWorkspace.razor.rz.scp.css */
.form-control[b-0jlb268sbr],
.form-select[b-0jlb268sbr] {
    background-color: #ffffff !important;
    color: #212529 !important;
    border-color: #ced4da !important;
}

.form-control:focus[b-0jlb268sbr],
.form-select:focus[b-0jlb268sbr] {
    background-color: #ffffff !important;
    color: #212529 !important;
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15) !important;
}

.form-control[b-0jlb268sbr]::placeholder {
    color: #6c757d !important;
    opacity: 1;
}

/* Dashboard Indicators */
.badge-indicator[b-0jlb268sbr] {
    display: flex;
    align-items: center;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    cursor: pointer;
    transition: all 0.2s ease;
}

.badge-indicator:hover[b-0jlb268sbr] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.indicator-icon[b-0jlb268sbr] {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.indicator-value[b-0jlb268sbr] {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.indicator-label[b-0jlb268sbr] {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #6c757d;
}

/* Stat Cards */
.stat-card[b-0jlb268sbr] {
    background: white;
    padding: 1.25rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-label[b-0jlb268sbr] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.stat-value[b-0jlb268sbr] {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

/* Categorized Tabs */
.tab-container[b-0jlb268sbr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.tab-category[b-0jlb268sbr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-label[b-0jlb268sbr] {
    font-size: 0.65rem;
    font-weight: 800;
    color: #adb5bd;
    letter-spacing: 0.05rem;
}

.category-tabs[b-0jlb268sbr] {
    display: flex;
    gap: 0.25rem;
    background: white;
    padding: 0.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.tab-btn[b-0jlb268sbr] {
    border: none;
    background: transparent;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.tab-btn svg[b-0jlb268sbr] {
    opacity: 0.6;
}

.tab-btn:hover[b-0jlb268sbr] {
    background: #f1f3f5;
    color: #212529;
}

.tab-btn.active[b-0jlb268sbr] {
    background: #0d6efd;
    color: white;
    box-shadow: 0 4px 6px rgba(13, 110, 253, 0.2);
}

.tab-btn.active svg[b-0jlb268sbr] {
    opacity: 1;
}

.tab-badge[b-0jlb268sbr] {
    background: #dc3545;
    color: white;
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    border-radius: 2rem;
    font-weight: 800;
}

/* Modals */
.modal-backdrop[b-0jlb268sbr] {
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040;
}

.modal.show[b-0jlb268sbr] {
    z-index: 1050;
}

.modal-content[b-0jlb268sbr] {
    border-radius: 1.25rem;
}

.modal-header[b-0jlb268sbr] {
    background: #f8f9fa;
    border-radius: 1.25rem 1.25rem 0 0;
}

/* Tables */
.table thead th[b-0jlb268sbr] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    color: #6c757d;
    padding: 1rem 0.5rem;
}

.table tbody td[b-0jlb268sbr] {
    padding: 0.75rem 0.5rem;
}

.table-warning-subtle[b-0jlb268sbr] {
    background-color: #fff9db !important;
}

.entry-filter-panel[b-0jlb268sbr] {
    background: #f8f9fa;
    padding: 1rem;
}

.teams-admin-panel[b-0jlb268sbr] {
    width: 100%;
}

.team-filter-panel[b-0jlb268sbr] {
    background: #f8f9fa;
    padding: 1rem;
}

.teams-table[b-0jlb268sbr] {
    min-width: 980px;
}

.team-avatar-placeholder[b-0jlb268sbr] {
    align-items: center;
    background: #e7f1ff;
    border: 1px solid #cfe2ff;
    border-radius: 999px;
    color: #0d6efd;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.team-logo-cell[b-0jlb268sbr] {
    color: #6c757d;
    font-size: 0.82rem;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-control-color[b-0jlb268sbr] {
    min-height: 31px;
    padding: 0.2rem;
}
/* /Components/Pages/Clinics/BookClinic.razor.rz.scp.css */
.clinic-book-page[b-umnydrg4h3] {
    --passion-blue: #006bb7;
    --passion-gold: #ffb100;
    --passion-text: #ffffff;
    --passion-text-muted: rgba(255, 255, 255, 0.64);
    --passion-bg: #020814;
    --passion-surface: #0b1221;
    --passion-border: rgba(255, 255, 255, 0.08);

    background-color: var(--passion-bg);
    color: var(--passion-text);
    overflow-x: hidden;
    margin-top: 74px;
}

.passion-hero[b-umnydrg4h3] {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.passion-hero-img[b-umnydrg4h3] {
    width: 100%;
    min-height: 320px;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.passion-story[b-umnydrg4h3] {
    padding: 100px 0;
}

.story-layout[b-umnydrg4h3] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
}

.story-sidebar[b-umnydrg4h3] {
    padding-top: 10px;
}

.sidebar-accent[b-umnydrg4h3] {
    width: 4px;
    height: 120px;
    background: linear-gradient(to bottom, var(--passion-blue), var(--passion-gold));
    margin-bottom: 20px;
}

.sidebar-label[b-umnydrg4h3] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-blue);
}

.passion-title[b-umnydrg4h3] {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}

.passion-lead[b-umnydrg4h3] {
    font-size: 1.18rem;
    color: var(--passion-text-muted);
    max-width: 820px;
    line-height: 1.65;
}

.passion-callout[b-umnydrg4h3] {
    border-left: 8px solid var(--passion-gold);
    padding: 2.1rem;
    background: rgba(255, 177, 0, 0.03);
    border-radius: 0 16px 16px 0;
}

.callout-text[b-umnydrg4h3] {
    font-size: clamp(1.35rem, 2.8vw, 2.3rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
}

.clinic-packages-grid[b-umnydrg4h3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.clinic-package-card[b-umnydrg4h3] {
    border-radius: 20px;
    border: 1px solid var(--passion-border);
    background: var(--passion-surface);
    padding: 1.4rem;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.clinic-package-card:hover[b-umnydrg4h3] {
    transform: translateY(-4px);
    border-color: rgba(0, 107, 183, 0.7);
}

.clinic-package-card span[b-umnydrg4h3] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--passion-gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.clinic-package-card h3[b-umnydrg4h3] {
    margin: 0 0 0.6rem;
    font-size: 1.12rem;
    text-transform: uppercase;
    font-weight: 900;
}

.clinic-package-card p[b-umnydrg4h3] {
    margin: 0 0 0.8rem;
    color: var(--passion-text-muted);
    line-height: 1.55;
    font-size: 0.94rem;
}

.clinic-package-card strong[b-umnydrg4h3] {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 900;
}

.clinic-stats-row[b-umnydrg4h3] {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.clinic-stat[b-umnydrg4h3] {
    background: rgba(6, 20, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem;
}

.clinic-stat h4[b-umnydrg4h3] {
    margin: 0;
    font-size: 1.04rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.clinic-stat p[b-umnydrg4h3] {
    margin: 0.35rem 0 0;
    color: var(--passion-text-muted);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.clinic-form-section[b-umnydrg4h3] {
    background: linear-gradient(to bottom, var(--passion-bg), #050b1a);
}

.passion-eyebrow[b-umnydrg4h3] {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-gold);
    margin-bottom: 1rem;
}

.passion-subtitle[b-umnydrg4h3] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.clinic-form-shell[b-umnydrg4h3] {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 32px;
    background: linear-gradient(165deg, rgba(11, 18, 33, 0.95), rgba(7, 25, 49, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255,255,255,0.05);
}

.form-section-head[b-umnydrg4h3] {
    margin-bottom: 2.4rem;
    text-align: center;
}

.form-section-head h3[b-umnydrg4h3] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.5rem;
    font-weight: 950;
    font-style: italic;
    color: var(--passion-gold);
}

.form-section-head p[b-umnydrg4h3] {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 1rem;
    max-width: 600px;
    margin-inline: auto;
}

.form-grid[b-umnydrg4h3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.form-row[b-umnydrg4h3] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.form-row-full[b-umnydrg4h3] {
    grid-column: 1 / -1;
}

.form-row label[b-umnydrg4h3] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding-left: 0.45rem;
}

.input-wrapper[b-umnydrg4h3] {
    position: relative;
}

.input-icon[b-umnydrg4h3] {
    position: absolute;
    left: 1.05rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--passion-blue);
    font-size: 1rem;
    opacity: 0.72;
    pointer-events: none;
}

.input-wrapper:focus-within .input-icon[b-umnydrg4h3] {
    opacity: 1;
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-input,
.clinic-form-shell[b-umnydrg4h3]  .clinic-select,
.clinic-form-shell[b-umnydrg4h3]  .clinic-textarea {
    display: block;
    width: 100%;
    max-width: none !important;
    border-radius: 11px;
    border: 1px solid rgba(151, 177, 221, 0.24);
    background: #081a38;
    color: #f2f7ff;
    padding: 0.95rem 1rem 0.95rem 2.8rem;
    min-height: 2.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-input:focus,
.clinic-form-shell[b-umnydrg4h3]  .clinic-select:focus,
.clinic-form-shell[b-umnydrg4h3]  .clinic-textarea:focus {
    outline: none;
    border-color: rgba(255, 177, 0, 0.65);
    background: #0a1f42;
    box-shadow: 0 0 0 3px rgba(255, 177, 0, 0.18);
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-input::placeholder,
.clinic-form-shell[b-umnydrg4h3]  .clinic-textarea::placeholder {
    color: #8ea4c6;
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-select {
    appearance: none;
    cursor: pointer;
    padding-right: 2.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d6e8ff' d='M1.646 4.646a.5.5 0 1 1 .708-.708L8 9.293l5.646-5.355a.5.5 0 1 1 .708.708l-6 5.7a.5.5 0 0 1-.708 0l-6-5.7z'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-select option {
    background: #0b1b3a;
    color: #f2f7ff;
}

.clinic-form-shell[b-umnydrg4h3]  .clinic-textarea {
    min-height: 170px;
    resize: vertical;
    padding-top: 1rem;
}

.clinic-form-shell[b-umnydrg4h3]  .validation,
.clinic-form-shell[b-umnydrg4h3]  .validation-message {
    color: #ffb4be;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
}

.clinic-submit-row[b-umnydrg4h3] {
    margin-top: 0.4rem;
}

.clinic-submit[b-umnydrg4h3] {
    width: 100%;
    min-height: 3.1rem;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 107, 183, 0.35);
}

.clinic-error[b-umnydrg4h3] {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #fca5a5;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 600;
}

.clinic-success[b-umnydrg4h3] {
    text-align: center;
    padding: 3.2rem 1.5rem;
}

.success-icon[b-umnydrg4h3] {
    font-size: 4rem;
    color: #22c55e;
    margin-bottom: 1.2rem;
}

.clinic-success h3[b-umnydrg4h3] {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.clinic-success p[b-umnydrg4h3] {
    font-size: 1.05rem;
    color: var(--passion-text-muted);
    margin-bottom: 2rem;
}

.passion-cta[b-umnydrg4h3] {
    padding: 100px 0;
    background: #050b1a;
}

.cta-box-passion[b-umnydrg4h3] {
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 40px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 40px;
    align-items: center;
}

.passion-cta-title[b-umnydrg4h3] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2rem;
}

.passion-cta-title span[b-umnydrg4h3] {
    color: var(--passion-blue);
    display: block;
}

.cta-actions-passion[b-umnydrg4h3] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-passion[b-umnydrg4h3] {
    padding: 1.05rem 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.btn-passion-primary[b-umnydrg4h3] {
    background: var(--passion-blue);
    color: #fff;
}

.btn-passion-primary:hover[b-umnydrg4h3] {
    background: var(--passion-gold);
    color: #000;
    transform: translateY(-4px);
}

.btn-passion-outline[b-umnydrg4h3] {
    background: transparent;
    border-color: var(--passion-blue);
    color: #fff;
}

.btn-passion-outline:hover[b-umnydrg4h3] {
    background: var(--passion-blue);
    transform: translateY(-4px);
}

.cta-visual-passion[b-umnydrg4h3] {
    position: relative;
}

.visual-glow[b-umnydrg4h3] {
    position: absolute;
    inset: -26px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.35), transparent 70%);
    filter: blur(12px);
}

.cta-visual-passion img[b-umnydrg4h3] {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .clinic-packages-grid[b-umnydrg4h3],
    .clinic-stats-row[b-umnydrg4h3] {
        grid-template-columns: 1fr;
    }

    .cta-box-passion[b-umnydrg4h3] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3rem;
    }

    .cta-actions-passion[b-umnydrg4h3] {
        justify-content: center;
    }

    .cta-visual-passion[b-umnydrg4h3] {
        display: none;
    }
}

@media (max-width: 768px) {
    .story-layout[b-umnydrg4h3],
    .form-grid[b-umnydrg4h3] {
        grid-template-columns: 1fr;
    }

    .clinic-form-shell[b-umnydrg4h3] {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .passion-title[b-umnydrg4h3],
    .passion-cta-title[b-umnydrg4h3] {
        font-size: 3rem;
    }

    .cta-actions-passion[b-umnydrg4h3] {
        flex-direction: column;
    }
}
/* /Components/Pages/Competition/CompetitionCenter.razor.rz.scp.css */
.competition-page[b-rftgmpyrkc] {
    margin: 6.75rem auto 2.5rem;
    width: min(1300px, 95vw);
    color: #eef3ff;
}

.center-status[b-rftgmpyrkc] {
    border-radius: 14px;
    background: rgba(31, 41, 64, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
}

.competition-hero[b-rftgmpyrkc] {
    border-radius: 18px;
    background: rgba(70, 80, 107, 0.72);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
    padding: 1.6rem 1.4rem;
    text-align: center;
}

.competition-logo[b-rftgmpyrkc] {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    background: #f5f7fb;
    object-fit: contain;
    padding: 0.4rem;
    margin-bottom: 0.8rem;
}

.competition-hero h1[b-rftgmpyrkc] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

.competition-hero p[b-rftgmpyrkc] {
    margin: 0.35rem 0 0;
    color: #08b5ff;
    font-weight: 700;
}

.center-toolbar[b-rftgmpyrkc] {
    margin-top: 1.2rem;
    border-radius: 16px;
    background: rgba(44, 52, 75, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: end;
}

.view-tabs[b-rftgmpyrkc],
.stage-tabs[b-rftgmpyrkc] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.view-tabs button[b-rftgmpyrkc],
.stage-tabs button[b-rftgmpyrkc] {
    border: 0;
    border-radius: 10px;
    padding: 0.55rem 0.85rem;
    background: rgba(255, 255, 255, 0.07);
    color: #bec9e8;
    font-weight: 700;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.view-tabs button.is-active[b-rftgmpyrkc],
.stage-tabs button.is-active[b-rftgmpyrkc] {
    background: #0ea5e9;
    color: #0b1326;
}

.selector-wrap[b-rftgmpyrkc] {
    min-width: 300px;
}

.selector-wrap label[b-rftgmpyrkc] {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    color: #9caad0;
}

.selector-wrap select[b-rftgmpyrkc] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #2e3856;
    color: #e7edff;
    padding: 0.55rem 0.7rem;
}

.stage-tabs[b-rftgmpyrkc] {
    margin: 1rem 0 0.85rem;
}

.match-day h3[b-rftgmpyrkc] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 1.2rem 0 0.8rem;
}

.match-card[b-rftgmpyrkc] {
    background: rgba(66, 75, 102, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    margin-bottom: 0.9rem;
    overflow: hidden;
}

.match-line[b-rftgmpyrkc] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.9rem;
    padding: 0.8rem;
}

.team[b-rftgmpyrkc] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
}

.team img[b-rftgmpyrkc] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #eff4ff;
    object-fit: cover;
}

.side-right[b-rftgmpyrkc] {
    justify-content: flex-end;
}

.score-block[b-rftgmpyrkc] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.score[b-rftgmpyrkc] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0dbbff;
}

.divider[b-rftgmpyrkc] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #8da0cf;
}

.match-meta[b-rftgmpyrkc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.9rem 0.75rem;
    background: rgba(22, 29, 49, 0.45);
    font-size: 0.85rem;
}

.match-meta a[b-rftgmpyrkc] {
    margin-left: auto;
    color: #ffbf3c;
    text-decoration: none;
    font-weight: 700;
}

.status[b-rftgmpyrkc] {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.status.completed[b-rftgmpyrkc] {
    background: rgba(46, 185, 119, 0.18);
    color: #46e2a2;
}

.status.live[b-rftgmpyrkc] {
    background: rgba(240, 70, 70, 0.18);
    color: #ff7f7f;
}

.status.scheduled[b-rftgmpyrkc] {
    background: rgba(200, 200, 220, 0.16);
    color: #d9def7;
}

.table-panel[b-rftgmpyrkc],
.pool-panel[b-rftgmpyrkc] {
    margin-top: 1rem;
    border-radius: 14px;
    background: rgba(44, 52, 75, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
}

.table-panel h3[b-rftgmpyrkc],
.pool-panel h3[b-rftgmpyrkc] {
    margin: 0 0 0.8rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.table-panel table[b-rftgmpyrkc] {
    width: 100%;
    border-collapse: collapse;
}

.table-panel th[b-rftgmpyrkc],
.table-panel td[b-rftgmpyrkc] {
    padding: 0.5rem 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.88rem;
}

.table-panel th[b-rftgmpyrkc] {
    color: #9bb0df;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.pool-panel ul[b-rftgmpyrkc] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pool-panel li[b-rftgmpyrkc] {
    padding: 0.55rem 0.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

@media (max-width: 980px) {
    .center-toolbar[b-rftgmpyrkc] {
        grid-template-columns: 1fr;
    }

    .selector-wrap[b-rftgmpyrkc] {
        min-width: 0;
    }

    .match-line[b-rftgmpyrkc] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        text-align: center;
    }

    .team[b-rftgmpyrkc],
    .side-right[b-rftgmpyrkc] {
        justify-content: center;
    }

    .match-meta a[b-rftgmpyrkc] {
        margin-left: 0;
    }
}

/* /Components/Pages/Competition/CompetitionsOverview.razor.rz.scp.css */
.league-center[b-4d0x2wicvo] {
    background-color: var(--impact-bg);
    background-image: radial-gradient(circle at top right, rgba(0, 107, 183, 0.05), transparent 40%);
    min-height: 100vh;
    padding: 0;
    color: var(--impact-text-muted);
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Centered Underline Selector Zone */
.league-selector-zone[b-4d0x2wicvo] {
    background: transparent;
    padding: 6rem 0 4rem;
    border-bottom: 1px solid var(--impact-border);
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.selector-content[b-4d0x2wicvo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: min(1000px, 90vw);
}

.competition-kind-shelf[b-4d0x2wicvo] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.kind-chip[b-4d0x2wicvo] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--impact-border);
    color: var(--impact-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    transition: 0.2s ease;
}

.kind-chip:hover[b-4d0x2wicvo] {
    color: #fff;
    border-color: var(--impact-primary);
}

.kind-chip.is-active[b-4d0x2wicvo] {
    color: #fff;
    border-color: rgba(0, 107, 183, 0.4);
    background: rgba(0, 107, 183, 0.18);
}

.selector-label-main[b-4d0x2wicvo] {
    font-size: 0.75rem;
    font-weight: 950;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.6em;
    text-transform: uppercase;
    margin: 0;
}

/* Custom Dropdown Styling */
.custom-dropdown[b-4d0x2wicvo] {
    position: relative;
    width: 100%;
}

.dropdown-trigger[b-4d0x2wicvo] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    color: #fff;
    padding: 1.25rem 4rem 1.25rem 2rem;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.trigger-text[b-4d0x2wicvo] {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.dropdown-trigger:hover[b-4d0x2wicvo] {
    border-color: var(--impact-primary);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-1px);
}

.picker-arrow[b-4d0x2wicvo] {
    position: absolute;
    right: 1.5rem;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--impact-surface-light);
    transition: 0.3s;
}

.dropdown-trigger:hover .picker-arrow[b-4d0x2wicvo] {
    color: var(--impact-primary);
}

/* Custom Dropdown Menu - Industrial High-Tech Look */
.dropdown-menu-custom[b-4d0x2wicvo] {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    width: 100%;
    max-width: 800px;
    z-index: 1000;
    box-shadow: 0 30px 100px rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    padding: 0;
    animation: menuAppear-b-4d0x2wicvo 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

@keyframes menuAppear-b-4d0x2wicvo {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0.98); }
    to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

.menu-header[b-4d0x2wicvo] {
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 2rem;
    font-size: 0.6rem;
    font-weight: 900;
    color: var(--impact-text-muted);
    letter-spacing: 0.3em;
    border-bottom: 1px solid var(--impact-border);
}

.menu-items[b-4d0x2wicvo] {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-item-custom[b-4d0x2wicvo] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 1.5rem 2.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 2rem;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid var(--impact-border);
}

.item-id[b-4d0x2wicvo] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.1);
}

.item-name[b-4d0x2wicvo] {
    font-weight: 950;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    flex: 1;
}

.item-status[b-4d0x2wicvo] {
    font-size: 0.6rem;
    font-weight: 950;
    color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(0, 107, 183, 0.2);
}

.dropdown-item-custom:hover[b-4d0x2wicvo] {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    padding-left: 3rem;
}

.dropdown-item-custom:hover .item-id[b-4d0x2wicvo] { color: var(--impact-primary); }

.dropdown-item-custom.is-selected[b-4d0x2wicvo] {
    background: rgba(0, 107, 183, 0.05);
}

.menu-footer[b-4d0x2wicvo] {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2rem;
    font-size: 0.55rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.1em;
    border-top: 1px solid var(--impact-border);
}

.dropdown-backdrop[b-4d0x2wicvo] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* Layout Body */
.center-body[b-4d0x2wicvo] { 
    width: min(1400px, 94vw); 
    margin: 4rem auto; 
}

.date-marker[b-4d0x2wicvo] {
    margin: 3rem 0 1.5rem;
    font-weight: 950;
    font-size: 0.8rem;
    letter-spacing: 0.4em;
    color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.date-marker span[b-4d0x2wicvo] {
    color: #fff;
}

.date-marker[b-4d0x2wicvo]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--impact-border);
    margin-left: 2rem;
}

/* Match Rows Modernization */
.match-list[b-4d0x2wicvo] { 
    display: flex; 
    flex-direction: column; 
    gap: 0.75rem; 
    background: transparent; 
}

.match-row[b-4d0x2wicvo] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 120px 1fr 160px 1fr 200px;
    align-items: center;
    padding: 0.5rem 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    color: inherit;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: rowAppear-b-4d0x2wicvo 0.4s ease backwards;
}

@keyframes rowAppear-b-4d0x2wicvo {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.match-row:nth-child(1)[b-4d0x2wicvo] { animation-delay: 0.05s; }
.match-row:nth-child(2)[b-4d0x2wicvo] { animation-delay: 0.1s; }
.match-row:nth-child(3)[b-4d0x2wicvo] { animation-delay: 0.15s; }
.match-row:nth-child(4)[b-4d0x2wicvo] { animation-delay: 0.2s; }
.match-row:nth-child(5)[b-4d0x2wicvo] { animation-delay: 0.25s; }

.match-row:hover[b-4d0x2wicvo] { 
    background: var(--impact-surface-light); 
    border-color: var(--impact-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.m-time[b-4d0x2wicvo] {
    padding: 1.5rem;
    color: var(--impact-text-muted);
    font-weight: 800;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    text-align: center;
    border-right: 1px solid var(--impact-border);
}

.m-team[b-4d0x2wicvo] { display: flex; align-items: center; gap: 1.5rem; padding: 1rem; }
.m-team.home[b-4d0x2wicvo] { justify-content: flex-end; text-align: right; }
.m-team.away[b-4d0x2wicvo] { justify-content: flex-start; text-align: left; }

.m-name[b-4d0x2wicvo] { 
    font-weight: 800; 
    font-size: 1.1rem; 
    text-transform: uppercase; 
    color: var(--impact-text-muted); 
    transition: 0.2s;
}

.match-row:hover .m-name[b-4d0x2wicvo] { color: #fff; }
.winner .m-name[b-4d0x2wicvo] { color: #fff !important; }

.m-logo[b-4d0x2wicvo] { 
    width: 42px; 
    height: 42px; 
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
    transition: 0.3s;
}

.winner .m-logo[b-4d0x2wicvo] { filter: none !important; transform: scale(1.1); }

.m-score-container[b-4d0x2wicvo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    border-radius: 0.5rem;
    margin: 0 1rem;
}

.m-val[b-4d0x2wicvo] { 
    font-size: 2.4rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
}

.m-sep[b-4d0x2wicvo] { color: var(--impact-primary); font-weight: 900; font-size: 1.2rem; opacity: 0.5; }

.m-meta[b-4d0x2wicvo] { 
    padding: 2rem; 
    display: flex; 
    flex-direction: column; 
    gap: 0.4rem; 
}

.m-status[b-4d0x2wicvo] { 
    font-size: 0.65rem; 
    font-weight: 950; 
    color: rgba(255, 255, 255, 0.7); 
    letter-spacing: 0.15em;
}

.m-status.is-live[b-4d0x2wicvo] { 
    color: #ef4444; 
    text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.m-arena[b-4d0x2wicvo] { 
    font-size: 0.7rem; 
    font-weight: 900; 
    color: rgba(255, 255, 255, 0.1); 
    text-transform: uppercase; 
}

/* Bracket View */
.bracket-viewport[b-4d0x2wicvo] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 8rem 4rem;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.bracket-scaler[b-4d0x2wicvo] {
    display: flex;
    flex-direction: column;
}

.bracket-header-row[b-4d0x2wicvo] {
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    gap: var(--bracket-col-gap);
    margin-bottom: 4rem;
    text-align: center;
}

.bracket-header-cell span[b-4d0x2wicvo] { 
    display: block;
    font-weight: 950; 
    color: #fff; 
    text-transform: uppercase; 
    font-size: 0.8rem; 
    letter-spacing: 0.3em; 
}

.bracket-header-cell small[b-4d0x2wicvo] { 
    color: rgba(255, 255, 255, 0.5); 
    font-weight: 900; 
    font-size: 0.65rem; 
}

.bracket-map[b-4d0x2wicvo] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    grid-template-rows: repeat(var(--bracket-rows), var(--bracket-row-height));
    column-gap: var(--bracket-col-gap);
    row-gap: var(--bracket-row-gap);
}

.bracket-connector[b-4d0x2wicvo] { 
    position: absolute; 
    background: var(--impact-border); 
    z-index: 0;
}

.bracket-node-wrapper[b-4d0x2wicvo] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.b-node[b-4d0x2wicvo] {
    width: 100%;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
    display: block;
}

.b-node:hover[b-4d0x2wicvo] { 
    border-color: var(--impact-primary); 
    background: var(--impact-surface-light);
    transform: scale(1.02);
    z-index: 10;
}

.b-node.is-final[b-4d0x2wicvo] {
    border-color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
}

.b-team[b-4d0x2wicvo] { 
    display: grid; 
    grid-template-columns: 32px 1fr 50px; 
    align-items: center; 
    height: 44px; 
    gap: 0;
    text-align: left;
}

.b-team:first-child[b-4d0x2wicvo] { border-bottom: 1px solid var(--impact-border); }

.b-logo[b-4d0x2wicvo] {
    width: 20px;
    height: 20px;
    margin-left: 0.75rem;
    filter: grayscale(1) opacity(0.5);
    object-fit: contain;
}

.winner .b-logo[b-4d0x2wicvo] { filter: grayscale(0) opacity(1); }

.b-name[b-4d0x2wicvo] { 
    padding: 0 1rem; 
    font-weight: 900; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    text-align: left; 
    color: var(--impact-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-score[b-4d0x2wicvo] { 
    background: rgba(0, 0, 0, 0.2); 
    height: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 950; 
    font-size: 1rem; 
    color: var(--impact-text-muted); 
    font-family: 'JetBrains Mono', monospace; 
    border-left: 1px solid var(--impact-border);
}

.winner .b-name[b-4d0x2wicvo] { color: #fff; }
.winner .b-score[b-4d0x2wicvo] { color: var(--impact-primary); }

/* Filter Shelf - Integrated Look */
.filter-shelf[b-4d0x2wicvo] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    margin-bottom: 4rem;
    position: sticky;
    top: 1rem;
    z-index: 100;
    padding: 0.25rem;
}

.filter-items[b-4d0x2wicvo] { display: flex; gap: 0.25rem; }

.filter-item[b-4d0x2wicvo] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 0.8rem 2.5rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 0.5rem;
}

.filter-item:hover[b-4d0x2wicvo] { color: #fff; background: rgba(255, 255, 255, 0.05); }

.filter-item.is-active[b-4d0x2wicvo] {
    color: #fff;
    background: var(--impact-primary);
}

.refresh-tool[b-4d0x2wicvo] {
    background: transparent;
    border: none;
    border-left: 1px solid var(--impact-border);
    color: var(--impact-primary);
    width: 60px;
    cursor: pointer;
    transition: 0.2s;
}

.refresh-tool:hover[b-4d0x2wicvo] { color: #fff; background: var(--impact-primary); border-radius: 0 0.5rem 0.5rem 0; }

/* Standings Modernization */
.standings-block[b-4d0x2wicvo] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.industrial-table[b-4d0x2wicvo] {
    width: 100%;
    border-collapse: collapse;
}

.industrial-table th[b-4d0x2wicvo] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 950;
    color: #fff;
    letter-spacing: 0.1em;
    border-bottom: 2px solid var(--impact-border);
    text-transform: uppercase;
}

.industrial-table td[b-4d0x2wicvo] { 
    padding: 1.25rem 1rem; 
    border-bottom: 1px solid var(--impact-border);
    color: var(--impact-text-muted); 
    font-weight: 600;
}

.industrial-table tr:last-child td[b-4d0x2wicvo] { border-bottom: none; }
.industrial-table tr:hover td[b-4d0x2wicvo] { background: rgba(255, 255, 255, 0.02); color: #fff; }

.industrial-table .t-left[b-4d0x2wicvo] { text-align: left; padding-left: 2rem; }
.industrial-table .t-left span[b-4d0x2wicvo] { color: #fff; }

.industrial-table .t-points[b-4d0x2wicvo] { 
    background: rgba(0, 0, 0, 0.2) !important; 
    color: var(--impact-primary) !important;
    font-weight: 950;
    font-size: 1.25rem;
    font-family: 'JetBrains Mono', monospace;
    width: 100px;
}

.t-logo[b-4d0x2wicvo] { 
    width: 24px; 
    height: 24px; 
    filter: grayscale(1) opacity(0.5); 
}

/* Modal Animations */
.industrial-modal[b-4d0x2wicvo] { 
    position: fixed; 
    inset: 0; 
    background: rgba(2, 8, 20, 0.9); 
    backdrop-filter: blur(8px);
    z-index: 5000; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 1.5rem; 
    animation: fadeIn-b-4d0x2wicvo 0.3s ease forwards;
}

@keyframes fadeIn-b-4d0x2wicvo {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-shell[b-4d0x2wicvo] { 
    background: var(--impact-bg); 
    width: min(1200px, 100%); 
    max-height: 96vh; 
    border: 1px solid var(--impact-border); 
    display: grid; 
    grid-template-rows: auto auto 1fr; 
    animation: slideInRight-b-4d0x2wicvo 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideInRight-b-4d0x2wicvo {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.modal-header[b-4d0x2wicvo] { 
    background: var(--impact-surface); 
    padding: 1.5rem 2.5rem; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.modal-title[b-4d0x2wicvo] { 
    display: flex; 
    align-items: center; 
    gap: 1rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
    font-size: 0.85rem; 
}

.title-accent[b-4d0x2wicvo] { width: 4px; height: 16px; background: var(--impact-primary); }

.modal-close[b-4d0x2wicvo] { 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    color: #fff; 
    font-weight: 900; 
    padding: 0.5rem 1.5rem; 
    font-size: 0.65rem; 
    cursor: pointer; 
    transition: 0.3s;
}

.modal-close:hover[b-4d0x2wicvo] { background: #ef4444; border-color: #ef4444; }

.modal-scoreboard[b-4d0x2wicvo] { 
    background: radial-gradient(circle at center, rgba(0, 107, 183, 0.1), transparent);
    padding: 4rem 2rem; 
    text-align: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.ms-content[b-4d0x2wicvo] { display: flex; align-items: center; justify-content: center; gap: 4rem; }
.ms-side[b-4d0x2wicvo] { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; flex: 1; }
.ms-logo[b-4d0x2wicvo] { width: 80px; height: 80px; filter: grayscale(1) brightness(1.2); }
.ms-name[b-4d0x2wicvo] { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #fff; }

.ms-score[b-4d0x2wicvo] { 
    display: flex; 
    align-items: center; 
    gap: 2rem; 
    padding: 2rem 4rem; 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    border-radius: 1.25rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.ms-val[b-4d0x2wicvo] { 
    font-size: 6rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
    line-height: 1; 
}

.ms-sep[b-4d0x2wicvo] { font-size: 2rem; color: var(--impact-border); }

.ms-footer[b-4d0x2wicvo] { 
    margin-top: 3rem; 
    font-size: 0.75rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
}

.modal-tabs[b-4d0x2wicvo] { 
    display: flex; 
    background: transparent; 
    border-bottom: 1px solid var(--impact-border); 
    padding: 0 2rem;
    gap: 1rem;
}

.modal-tab[b-4d0x2wicvo] { 
    background: transparent; 
    border: none; 
    color: var(--impact-text-muted); 
    padding: 1.25rem 2rem; 
    font-weight: 800; 
    text-transform: uppercase; 
    font-size: 0.85rem; 
    cursor: pointer; 
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.modal-tab.is-active[b-4d0x2wicvo] { 
    color: #fff; 
    border-bottom-color: var(--impact-primary);
}

.roster-panel[b-4d0x2wicvo] { 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid var(--impact-border); 
    padding: 2rem; 
    border-radius: 1rem;
}

.rp-header[b-4d0x2wicvo] { 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    font-size: 0.8rem; 
    margin-bottom: 1.5rem; 
    border-bottom: 1px solid var(--impact-border); 
    padding-bottom: 0.5rem; 
}

.rp-table[b-4d0x2wicvo] { width: 100%; border-collapse: collapse; }

.rp-table td[b-4d0x2wicvo] { 
    padding: 0.75rem 0; 
    border-bottom: 1px solid var(--impact-border); 
    color: var(--impact-text-muted);
}

.rp-table tr.is-sub td[b-4d0x2wicvo] { color: rgba(255, 255, 255, 0.1); font-size: 0.8rem; }

/* Timeline */
.timeline-stream[b-4d0x2wicvo] { border-left: 1px solid var(--impact-border); margin-left: 1rem; }

.timeline-entry[b-4d0x2wicvo] { 
    position: relative; 
    padding: 1.5rem 2rem; 
    border-bottom: 1px solid var(--impact-border); 
}

.timeline-entry[b-4d0x2wicvo]::before { 
    content: ""; 
    position: absolute; 
    left: -4px; 
    top: 1.7rem; 
    width: 7px; 
    height: 7px; 
    background: var(--impact-border); 
    transition: 0.2s;
}

.timeline-entry:hover[b-4d0x2wicvo]::before { background: var(--impact-primary); box-shadow: 0 0 10px var(--impact-primary); }

.entry-time[b-4d0x2wicvo] { 
    font-weight: 950; 
    color: var(--impact-primary); 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 1.8rem;
    margin-bottom: 0.25rem; 
}

.entry-tag[b-4d0x2wicvo] { 
    font-size: 0.55rem; 
    font-weight: 900; 
    padding: 0.15rem 0.4rem; 
    background: var(--impact-surface-light); 
    color: var(--impact-text-muted); 
    text-transform: uppercase; 
}

.entry-team[b-4d0x2wicvo] { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 0.85rem; }

.entry-meta[b-4d0x2wicvo] { 
    font-size: 0.65rem; 
    color: var(--impact-text-muted); 
    margin-top: 0.5rem; 
}

/* States */
.impact-state[b-4d0x2wicvo] { 
    padding: 8rem 0; 
    text-align: center; 
    color: rgba(255, 255, 255, 0.05); 
    font-weight: 900; 
    letter-spacing: 0.2em; 
    text-transform: uppercase; 
}

.btn-retry[b-4d0x2wicvo] {
    background: transparent;
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 0.75rem 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: 0.3s;
}

.btn-retry:hover[b-4d0x2wicvo] { background: #ef4444; color: #fff; }

/* Content Transition */
.content-fade[b-4d0x2wicvo] {
    animation: fadeIn-b-4d0x2wicvo 0.4s ease forwards;
}

/* Utility */
.font-mono[b-4d0x2wicvo] { font-family: 'JetBrains Mono', monospace; }
.letter-spacing-1[b-4d0x2wicvo] { letter-spacing: 0.1em; }
.letter-spacing-2[b-4d0x2wicvo] { letter-spacing: 0.25em; }
.fw-900[b-4d0x2wicvo] { font-weight: 900; }

@media (max-width: 1000px) {
    .match-row[b-4d0x2wicvo] { grid-template-columns: 80px 1fr 100px 1fr; }
    .m-time[b-4d0x2wicvo] { padding: 1.5rem; }
    .m-val[b-4d0x2wicvo] { font-size: 1.8rem; }
}
/* /Components/Pages/Competition/MatchDetails.razor.rz.scp.css */
.match-details-page[b-byozrz7hdt] {
    margin: 7rem auto 2.5rem;
    width: min(1320px, 95vw);
    color: #edf2ff;
}

.details-status[b-byozrz7hdt] {
    border-radius: 14px;
    background: rgba(36, 44, 67, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 1.2rem;
}

.match-overview[b-byozrz7hdt] {
    border-radius: 18px;
    background: rgba(70, 80, 107, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr auto 1fr;
    align-items: center;
}

.match-title[b-byozrz7hdt] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 1rem 1rem 0.3rem;
}

.match-title h1[b-byozrz7hdt] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
}

.match-title p[b-byozrz7hdt] {
    margin: 0.35rem 0 0.4rem;
    color: #d9e3ff;
    font-weight: 600;
}

.team-side[b-byozrz7hdt] {
    text-align: center;
    padding: 0.8rem;
}

.team-side img[b-byozrz7hdt] {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: #f5f7fb;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.team-side h2[b-byozrz7hdt] {
    margin: 0 0 0.45rem;
    font-size: 1.65rem;
    font-weight: 800;
}

.score[b-byozrz7hdt] {
    font-size: 2.1rem;
    font-weight: 800;
    color: #11b8ff;
}

.versus[b-byozrz7hdt] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #11b8ff;
}

.detail-tabs[b-byozrz7hdt] {
    margin-top: 0.8rem;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-tabs button[b-byozrz7hdt] {
    border: 0;
    background: rgba(30, 37, 58, 0.9);
    color: #93a5cf;
    font-size: 1.05rem;
    font-weight: 800;
    padding: 0.75rem;
}

.detail-tabs button.is-active[b-byozrz7hdt] {
    background: #27314f;
    color: #07b7ff;
    box-shadow: inset 0 -2px 0 #0ea5e9;
}

.timeline-list[b-byozrz7hdt] {
    background: rgba(46, 55, 80, 0.9);
    border-radius: 0 0 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 0;
}

.timeline-item[b-byozrz7hdt] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.minute[b-byozrz7hdt] {
    min-width: 56px;
    color: #11b8ff;
    font-weight: 800;
}

.event-type[b-byozrz7hdt] {
    font-size: 1rem;
    font-weight: 800;
    color: #f4f8ff;
}

.event-subline[b-byozrz7hdt] {
    font-size: 0.9rem;
    color: #d5def8;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.event-note[b-byozrz7hdt] {
    margin-top: 0.2rem;
    font-size: 0.84rem;
    color: #9eb0dc;
}

.event-logo[b-byozrz7hdt] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
    background: #f5f7fb;
}

.lineups-grid[b-byozrz7hdt] {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.lineup-card[b-byozrz7hdt] {
    border-radius: 14px;
    background: rgba(46, 55, 80, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.8rem;
}

.lineup-card h3[b-byozrz7hdt] {
    text-align: center;
    margin: 0.1rem 0 0.8rem;
    font-weight: 800;
}

.lineup-card h4[b-byozrz7hdt] {
    margin: 0.6rem 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
}

.lineup-card table[b-byozrz7hdt] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.lineup-card th[b-byozrz7hdt],
.lineup-card td[b-byozrz7hdt] {
    font-size: 0.86rem;
    padding: 0.42rem 0.36rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lineup-card th[b-byozrz7hdt] {
    text-transform: uppercase;
    font-size: 0.72rem;
    color: #9ab0df;
}

.empty-state[b-byozrz7hdt] {
    padding: 1rem 1.15rem;
    color: #afc0e9;
}

@media (max-width: 1000px) {
    .match-overview[b-byozrz7hdt] {
        grid-template-columns: 1fr;
    }

    .versus[b-byozrz7hdt] {
        display: none;
    }

    .lineups-grid[b-byozrz7hdt] {
        grid-template-columns: 1fr;
    }
}

/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page-passion[b-7ap40ybj8q] {
    --passion-blue: #006bb7;
    --passion-gold: #ffb100;
    --passion-text: #ffffff;
    --passion-text-muted: rgba(255, 255, 255, 0.64);
    --passion-bg: #020814;
    --passion-surface: #0b1221;
    --passion-border: rgba(255, 255, 255, 0.08);

    background-color: var(--passion-bg);
    color: var(--passion-text);
    overflow-x: hidden;
    margin-top: 74px;
}

.passion-hero[b-7ap40ybj8q] {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.passion-hero-img[b-7ap40ybj8q] {
    width: 100%;
    display: block;
}

.passion-story[b-7ap40ybj8q] {
    padding: 100px 0;
}

.story-layout[b-7ap40ybj8q] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
}

.story-sidebar[b-7ap40ybj8q] {
    padding-top: 10px;
}

.sidebar-accent[b-7ap40ybj8q] {
    width: 4px;
    height: 120px;
    background: linear-gradient(to bottom, var(--passion-blue), var(--passion-gold));
    margin-bottom: 20px;
}

.sidebar-label[b-7ap40ybj8q] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-blue);
}

.passion-title[b-7ap40ybj8q] {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}

.passion-lead[b-7ap40ybj8q] {
    font-size: 1.2rem;
    color: var(--passion-text-muted);
    max-width: 820px;
    line-height: 1.65;
}

.story-content-passion[b-7ap40ybj8q] {
    font-size: 1.1rem;
    line-height: 1.8;
}

.passion-callout[b-7ap40ybj8q] {
    border-left: 8px solid var(--passion-gold);
    padding: 2.1rem;
    background: rgba(255, 177, 0, 0.03);
    border-radius: 0 16px 16px 0;
}

.callout-text[b-7ap40ybj8q] {
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
}

.contact-info-grid[b-7ap40ybj8q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-info-card[b-7ap40ybj8q] {
    padding: 1.2rem;
    border-radius: 18px;
    border: 1px solid var(--passion-border);
    background: var(--passion-surface);
}

.contact-info-card h3[b-7ap40ybj8q] {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-info-card p[b-7ap40ybj8q] {
    margin: 0.55rem 0 0;
    color: var(--passion-text-muted);
}

.passion-pillars[b-7ap40ybj8q] {
    background: linear-gradient(to bottom, var(--passion-bg), #050b1a);
}

.passion-eyebrow[b-7ap40ybj8q] {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-gold);
    margin-bottom: 1rem;
}

.passion-subtitle[b-7ap40ybj8q] {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 950;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.contact-form-shell[b-7ap40ybj8q] {
    max-width: 980px;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 32px;
    background: linear-gradient(165deg, rgba(11, 18, 33, 0.95), rgba(7, 25, 49, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}

.contact-form-shell[b-7ap40ybj8q]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.contact-form-inner[b-7ap40ybj8q] {
    position: relative;
    z-index: 1;
}

.form-section-head[b-7ap40ybj8q] {
    margin-bottom: 2.5rem;
    text-align: center;
}

.form-section-head h3[b-7ap40ybj8q] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.5rem;
    font-weight: 950;
    font-style: italic;
    color: var(--passion-gold);
}

.form-section-head p[b-7ap40ybj8q] {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    max-width: 600px;
    margin-inline: auto;
}

.form-grid[b-7ap40ybj8q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.form-row[b-7ap40ybj8q] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.form-row-full[b-7ap40ybj8q] {
    grid-column: 1 / -1;
}

.form-row label[b-7ap40ybj8q] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding-left: 0.5rem;
}

.input-wrapper[b-7ap40ybj8q] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-7ap40ybj8q] {
    position: absolute;
    left: 1.25rem;
    color: var(--passion-blue);
    font-size: 1.1rem;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-form-shell[b-7ap40ybj8q]  .contact-input,
.contact-form-shell[b-7ap40ybj8q]  .contact-select,
.contact-form-shell[b-7ap40ybj8q]  .contact-textarea {
    display: block;
    width: 100%;
    max-width: none !important;
    border-radius: 11px;
    border: 1px solid rgba(151, 177, 221, 0.24);
    background: #081a38;
    color: #f2f7ff;
    padding: 0.95rem 1rem 0.95rem 3rem;
    min-height: 2.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form-shell[b-7ap40ybj8q]  .contact-input:focus,
.contact-form-shell[b-7ap40ybj8q]  .contact-select:focus,
.contact-form-shell[b-7ap40ybj8q]  .contact-textarea:focus {
    outline: none;
    border-color: rgba(255, 177, 0, 0.65);
    background: #0a1f42;
    box-shadow: 0 0 0 3px rgba(255, 177, 0, 0.18);
}

.contact-form-shell[b-7ap40ybj8q]  .contact-textarea {
    min-height: 170px;
    resize: vertical;
    padding-top: 1rem;
}

.contact-form-shell[b-7ap40ybj8q]  .contact-input::placeholder,
.contact-form-shell[b-7ap40ybj8q]  .contact-textarea::placeholder {
    color: #8ea4c6;
}

.contact-form-shell[b-7ap40ybj8q]  .contact-select {
    appearance: none;
    cursor: pointer;
    padding-right: 2.7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d6e8ff' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 1 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.contact-form-shell[b-7ap40ybj8q]  .contact-select option {
    background: #0b1b3a;
    color: #f2f7ff;
}

.contact-form-shell[b-7ap40ybj8q]  .validation,
.contact-form-shell[b-7ap40ybj8q]  .validation-message {
    color: #ffb4be;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.2rem;
    padding-left: 0.3rem;
}

.input-wrapper:focus-within .input-icon[b-7ap40ybj8q] {
    opacity: 1;
    transform: scale(1.08);
}

.contact-submit-row[b-7ap40ybj8q] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.contact-submit[b-7ap40ybj8q] {
    min-width: 240px;
    height: 60px;
    font-size: 1rem;
    border-radius: 16px;
    gap: 0.75rem;
    box-shadow: 0 15px 30px rgba(0, 107, 183, 0.2);
}

.contact-success[b-7ap40ybj8q] {
    text-align: center;
    padding: 4rem 2rem;
    background: transparent;
    border: none;
}

.success-icon[b-7ap40ybj8q] {
    font-size: 4rem;
    color: #22c55e;
    margin-bottom: 1.5rem;
    display: block;
}

.contact-success h3[b-7ap40ybj8q] {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.contact-success p[b-7ap40ybj8q] {
    font-size: 1.1rem;
    color: var(--passion-text-muted);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-inline: auto;
}

.contact-error[b-7ap40ybj8q] {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #fca5a5;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}


.passion-cta[b-7ap40ybj8q] {
    padding: 100px 0;
    background: #050b1a;
}

.cta-box-passion[b-7ap40ybj8q] {
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 40px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 40px;
    align-items: center;
}

.passion-cta-title[b-7ap40ybj8q] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2rem;
}

.passion-cta-title span[b-7ap40ybj8q] {
    color: var(--passion-blue);
    display: block;
}

.cta-actions-passion[b-7ap40ybj8q] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-passion[b-7ap40ybj8q] {
    padding: 1.05rem 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.btn-passion-primary[b-7ap40ybj8q] {
    background: var(--passion-blue);
    color: #fff;
}

.btn-passion-primary:hover[b-7ap40ybj8q] {
    background: var(--passion-gold);
    color: #000;
    transform: translateY(-4px);
}

.btn-passion-outline[b-7ap40ybj8q] {
    background: transparent;
    border-color: var(--passion-blue);
    color: #fff;
}

.btn-passion-outline:hover[b-7ap40ybj8q] {
    background: var(--passion-blue);
    transform: translateY(-4px);
}

.cta-visual-passion[b-7ap40ybj8q] {
    position: relative;
}

.visual-glow[b-7ap40ybj8q] {
    position: absolute;
    inset: -26px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.35), transparent 70%);
    filter: blur(12px);
}

.cta-visual-passion img[b-7ap40ybj8q] {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .cta-box-passion[b-7ap40ybj8q] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3rem;
    }

    .cta-actions-passion[b-7ap40ybj8q] {
        justify-content: center;
    }

    .cta-visual-passion[b-7ap40ybj8q] {
        display: none;
    }
}

@media (max-width: 768px) {
    .story-layout[b-7ap40ybj8q] {
        grid-template-columns: 1fr;
    }

    .contact-info-grid[b-7ap40ybj8q],
    .form-grid[b-7ap40ybj8q] {
        grid-template-columns: 1fr;
    }

    .contact-submit-row[b-7ap40ybj8q] {
        justify-content: stretch;
    }

    .contact-submit[b-7ap40ybj8q] {
        width: 100%;
    }

    .passion-title[b-7ap40ybj8q],
    .passion-cta-title[b-7ap40ybj8q] {
        font-size: 3rem;
    }

    .cta-actions-passion[b-7ap40ybj8q] {
        flex-direction: column;
    }
}
/* /Components/Pages/Events/UpcomingEvents.razor.rz.scp.css */
.calendar-page[b-9p6pxzuhuv] {
    background:
        radial-gradient(circle at 10% 10%, rgba(56, 199, 255, 0.14), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(214, 170, 58, 0.12), transparent 28%),
        linear-gradient(180deg, #030c1c 0%, #020815 100%);
}

.calendar-toolbar[b-9p6pxzuhuv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.calendar-toolbar h2[b-9p6pxzuhuv] {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 1.9rem);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.calendar-legend[b-9p6pxzuhuv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.legend-pill[b-9p6pxzuhuv] {
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.legend-pill.league[b-9p6pxzuhuv] {
    color: #8ecbff;
    background: rgba(48, 114, 230, 0.18);
}

.legend-pill.tournament[b-9p6pxzuhuv] {
    color: #ffe9a8;
    background: rgba(214, 170, 58, 0.24);
}

.legend-pill.facility[b-9p6pxzuhuv] {
    color: #ffd4b2;
    background: rgba(219, 98, 49, 0.22);
}

.legend-pill.academy[b-9p6pxzuhuv] {
    color: #b4f3df;
    background: rgba(33, 153, 118, 0.24);
}

.legend-pill.event[b-9p6pxzuhuv] {
    color: #e0dcff;
    background: rgba(107, 86, 206, 0.25);
}

.calendar-grid[b-9p6pxzuhuv] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.calendar-day-header[b-9p6pxzuhuv] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    padding: 0.35rem 0.4rem;
}

.calendar-day-cell[b-9p6pxzuhuv] {
    min-height: 132px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background: rgba(6, 18, 44, 0.86);
    padding: 0.45rem;
    text-align: left;
    color: inherit;
}

.calendar-day-cell.is-outside[b-9p6pxzuhuv] {
    opacity: 0.48;
}

.calendar-day-cell.is-selected[b-9p6pxzuhuv] {
    border-color: rgba(56, 199, 255, 0.8);
    box-shadow: 0 0 0 1px rgba(56, 199, 255, 0.42), 0 18px 30px rgba(2, 8, 20, 0.5);
}

.calendar-day-number[b-9p6pxzuhuv] {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.calendar-day-items[b-9p6pxzuhuv] {
    display: grid;
    gap: 0.25rem;
}

.calendar-mini-item[b-9p6pxzuhuv] {
    border-radius: 8px;
    padding: 0.24rem 0.35rem;
    font-size: 0.67rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-mini-item span[b-9p6pxzuhuv] {
    opacity: 0.86;
    margin-right: 0.25rem;
}

.calendar-mini-item strong[b-9p6pxzuhuv] {
    font-weight: 700;
}

.calendar-mini-item.league[b-9p6pxzuhuv] {
    color: #b9dcff;
    background: rgba(48, 114, 230, 0.2);
}

.calendar-mini-item.tournament[b-9p6pxzuhuv] {
    color: #ffe8a7;
    background: rgba(214, 170, 58, 0.22);
}

.calendar-mini-item.facility[b-9p6pxzuhuv] {
    color: #ffd3b1;
    background: rgba(219, 98, 49, 0.22);
}

.calendar-mini-item.academy[b-9p6pxzuhuv] {
    color: #bff6e6;
    background: rgba(33, 153, 118, 0.24);
}

.calendar-mini-item.event[b-9p6pxzuhuv] {
    color: #e3deff;
    background: rgba(107, 86, 206, 0.24);
}

.calendar-more[b-9p6pxzuhuv] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.calendar-agenda[b-9p6pxzuhuv] {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(6, 17, 38, 0.9);
}

.calendar-agenda h3[b-9p6pxzuhuv] {
    margin-bottom: 0.9rem;
    color: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.agenda-list[b-9p6pxzuhuv] {
    display: grid;
    gap: 0.55rem;
}

.agenda-item[b-9p6pxzuhuv] {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(3, 10, 24, 0.9);
    padding: 0.7rem;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 0.75rem;
}

.agenda-time strong[b-9p6pxzuhuv] {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.agenda-time span[b-9p6pxzuhuv] {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
}

.agenda-top[b-9p6pxzuhuv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.agenda-top h4[b-9p6pxzuhuv] {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
}

.agenda-source[b-9p6pxzuhuv] {
    border-radius: 999px;
    padding: 0.16rem 0.55rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.agenda-source.league[b-9p6pxzuhuv] {
    color: #8ecbff;
    background: rgba(48, 114, 230, 0.2);
}

.agenda-source.tournament[b-9p6pxzuhuv] {
    color: #ffe8a7;
    background: rgba(214, 170, 58, 0.24);
}

.agenda-source.facility[b-9p6pxzuhuv] {
    color: #ffd3b1;
    background: rgba(219, 98, 49, 0.24);
}

.agenda-source.academy[b-9p6pxzuhuv] {
    color: #bff6e6;
    background: rgba(33, 153, 118, 0.24);
}

.agenda-source.event[b-9p6pxzuhuv] {
    color: #e3deff;
    background: rgba(107, 86, 206, 0.24);
}

.agenda-body p[b-9p6pxzuhuv] {
    margin: 0.25rem 0 0.25rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.84rem;
}

.agenda-body a[b-9p6pxzuhuv] {
    color: #70c8ff;
    font-size: 0.78rem;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 980px) {
    .calendar-grid[b-9p6pxzuhuv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .calendar-day-header[b-9p6pxzuhuv] {
        display: none;
    }
}

@media (max-width: 640px) {
    .calendar-toolbar[b-9p6pxzuhuv] {
        flex-wrap: wrap;
    }

    .calendar-grid[b-9p6pxzuhuv] {
        grid-template-columns: 1fr;
    }

    .agenda-item[b-9p6pxzuhuv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.impact-home[b-p1raga9ymd] {
    --bg-main: #040b17;
    --bg-panel: #0f1828;
    --bg-panel-soft: #131f32;
    --text-main: #f6f8ff;
    --text-muted: #8f9db6;
    --line: rgba(255, 255, 255, 0.12);
    --blue: #2f76e8;
    --blue-strong: #2f73df;
    --gold: #efc83a;
    --shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
    background: linear-gradient(180deg, #071224 0%, var(--bg-main) 45%, #040a14 100%);
    color: var(--text-main);
    overflow: clip;
}

.impact-container[b-p1raga9ymd] {
    width: min(1400px, 92vw);
    margin: 0 auto;
}

.impact-section[b-p1raga9ymd] {
    position: relative;
    padding: 5.5rem 0;
}

.impact-anchor[b-p1raga9ymd] {
    display: block;
    position: relative;
    top: -84px;
    visibility: hidden;
}

.impact-kicker[b-p1raga9ymd] {
    margin: 0 0 0.75rem;
    color: #2f7cff;
    font-size: 1.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.impact-divider[b-p1raga9ymd] {
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: var(--gold);
    margin: 0 auto 1.6rem;
}

.impact-section-header[b-p1raga9ymd] {
    max-width: 860px;
    margin-bottom: 2.5rem;
}

.impact-section-header.impact-center[b-p1raga9ymd] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.impact-section-header h2[b-p1raga9ymd] {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.impact-section-header h2 span[b-p1raga9ymd] {
    color: var(--blue);
}

.impact-section-header p[b-p1raga9ymd] {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.impact-light p[b-p1raga9ymd],
.impact-light h2[b-p1raga9ymd] {
    color: #ffffff;
}

.impact-btn[b-p1raga9ymd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.72rem 1.7rem;
    border-radius: 8px;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.impact-btn:hover[b-p1raga9ymd] {
    transform: translateY(-2px);
}

.impact-btn-primary[b-p1raga9ymd] {
    color: #ffffff;
    background: var(--blue-strong);
    box-shadow: 0 15px 30px rgba(47, 115, 223, 0.35);
}

.impact-btn-outline[b-p1raga9ymd] {
    color: var(--blue);
    border-color: var(--blue);
    background: rgba(13, 25, 43, 0.5);
}

.impact-hero[b-p1raga9ymd] {
    position: relative;
    min-height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-hero-slider[b-p1raga9ymd],
.impact-hero-overlay[b-p1raga9ymd] {
    position: absolute;
    inset: 0;
}

.impact-hero-slide[b-p1raga9ymd] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.impact-hero-slide.is-active[b-p1raga9ymd] {
    opacity: 1;
}

.impact-hero-overlay[b-p1raga9ymd] {
    background:
        linear-gradient(180deg, rgba(5, 11, 20, 0.55) 0%, rgba(5, 11, 20, 0.66) 50%, rgba(5, 11, 20, 0.88) 100%),
        radial-gradient(circle at center, rgba(5, 11, 20, 0.12), rgba(5, 11, 20, 0.76));
}

.impact-hero-content[b-p1raga9ymd] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 3rem;
}

.impact-hero-logo[b-p1raga9ymd] {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin: 0 auto 1.6rem;
    filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.35));
}

.impact-hero-title[b-p1raga9ymd] {
    margin: 0 0 0.5rem;
    font-size: clamp(2.7rem, 6.4vw, 6.6rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 500;
}

.impact-hero-title-base[b-p1raga9ymd] {
    color: #ffffff;
}

.impact-hero-title-accent[b-p1raga9ymd] {
    color: var(--blue);
}

.impact-hero-subtitle[b-p1raga9ymd] {
    margin: 0 auto 1.6rem;
    color: var(--text-muted);
    font-size: 1.25rem;
    max-width: 760px;
}

.impact-hero-actions[b-p1raga9ymd] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.impact-hero-dots[b-p1raga9ymd] {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
}

.impact-dot[b-p1raga9ymd] {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.impact-dot.is-active[b-p1raga9ymd] {
    width: 38px;
    background: var(--blue);
}

.impact-stats-band[b-p1raga9ymd] {
    background: var(--blue-strong);
    padding: 0.60rem 0;
}

.impact-stats-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 240px));
    justify-content: center;
    gap: 1rem;
}

.impact-stat-item[b-p1raga9ymd] {
    text-align: center;
}

.impact-stat-icon[b-p1raga9ymd] {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-stat-icon img[b-p1raga9ymd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.impact-stat-value[b-p1raga9ymd] {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.impact-stat-label[b-p1raga9ymd] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.impact-about[b-p1raga9ymd] {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: visible;
}

.impact-about-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
    align-items: flex-start;
}

.impact-about-media[b-p1raga9ymd] {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    min-height: 520px;
}

.impact-about-main[b-p1raga9ymd] {
    width: 85%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.impact-about-stack[b-p1raga9ymd] {
    position: absolute;
    right: 0;
    top: 15%;
    width: 45%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.impact-about-secondary[b-p1raga9ymd] {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.impact-about-card[b-p1raga9ymd] {
    position: absolute;
    z-index: 4;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 180px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.impact-about-card:hover[b-p1raga9ymd] {
    transform: translateY(-5px) scale(1.02);
}

.impact-about-card strong[b-p1raga9ymd] {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.impact-about-card span[b-p1raga9ymd] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    opacity: 0.9;
}

.impact-about-card-blue[b-p1raga9ymd] {
    background: rgba(47, 118, 232, 0.85);
    bottom: -5%;
    left: 10%;
}

.impact-about-card-gold[b-p1raga9ymd] {
    background: rgba(239, 200, 58, 0.9);
    color: #171717;
    top: -5%;
    right: 35%;
}

.impact-about-copy[b-p1raga9ymd] {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.impact-about-copy .impact-kicker[b-p1raga9ymd] {
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-bottom: 1.25rem;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--blue);
}

.impact-about-copy h2[b-p1raga9ymd] {
    margin: 0 0 2rem;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 700;
}

.impact-about-copy h2 span[b-p1raga9ymd] {
    color: var(--blue);
    display: block;
}

.impact-about-copy p[b-p1raga9ymd] {
    margin: 0 0 1.8rem;
    color: var(--text-muted);
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 90%;
}

.impact-about-tags[b-p1raga9ymd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2.5rem;
}

.impact-about-tags span[b-p1raga9ymd] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.impact-about-tags span:hover[b-p1raga9ymd] {
    background: var(--blue);
    border-color: var(--blue);
    transform: translateY(-2px);
}

.impact-programs[b-p1raga9ymd] {
    padding-top: 5rem;
}

.impact-program-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.impact-program-card[b-p1raga9ymd] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 25, 42, 0.95), rgba(8, 16, 30, 0.98));
    box-shadow: var(--shadow);
}

.impact-program-image[b-p1raga9ymd] {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.impact-program-body[b-p1raga9ymd] {
    padding: 1.1rem;
}

.impact-program-body h3[b-p1raga9ymd] {
    margin: 0 0 0.8rem;
    font-size: 2.8rem;
    color: #ffffff;
}

.impact-program-body p[b-p1raga9ymd] {
    margin: 0 0 0.9rem;
    color: var(--text-muted);
    font-size: 1.8rem;
    line-height: 1.6;
}

.impact-program-body ul[b-p1raga9ymd] {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.impact-program-body li[b-p1raga9ymd] {
    position: relative;
    padding-left: 0.9rem;
    color: #d3dcf1;
    font-size: 1.7rem;
}

.impact-program-body li[b-p1raga9ymd]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.impact-program-body a[b-p1raga9ymd] {
    color: var(--blue);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.impact-events[b-p1raga9ymd] {
    padding-top: 5rem;
}

.impact-events-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.impact-news-card[b-p1raga9ymd] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 25, 42, 0.96), rgba(9, 16, 30, 0.99));
}

.impact-news-image-wrap[b-p1raga9ymd] {
    position: relative;
    height: 220px;
}

.impact-news-image[b-p1raga9ymd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.impact-news-image-wrap[b-p1raga9ymd]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.2), rgba(5, 11, 20, 0.66));
}

.impact-news-tag[b-p1raga9ymd] {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 2;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
}

.impact-news-tag.tag-gold[b-p1raga9ymd] {
    background: var(--gold);
    color: #111111;
}

.impact-news-tag.tag-blue[b-p1raga9ymd] {
    background: rgba(47, 118, 232, 0.28);
    color: #63a1ff;
}

.impact-news-body[b-p1raga9ymd] {
    padding: 1rem;
}

.impact-news-body h3[b-p1raga9ymd] {
    margin: 0 0 0.45rem;
    color: #ffffff;
    font-size: 2.8rem;
}

.impact-news-body p[b-p1raga9ymd] {
    margin: 0 0 0.75rem;
    color: var(--text-muted);
    font-size: 1.7rem;
    line-height: 1.6;
}

.impact-news-meta[b-p1raga9ymd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
}

.impact-news-meta span[b-p1raga9ymd] {
    color: #2f87ff;
    font-size: 1.4rem;
}

.impact-news-meta a[b-p1raga9ymd] {
    text-decoration: none;
    color: #2f87ff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
}

.impact-facility[b-p1raga9ymd] {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.impact-facility-bg[b-p1raga9ymd],
.impact-facility-overlay[b-p1raga9ymd] {
    position: absolute;
    inset: 0;
}

.impact-facility-bg[b-p1raga9ymd] {
    background-size: cover;
    background-position: center;
}

.impact-facility-overlay[b-p1raga9ymd] {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.58), rgba(5, 11, 20, 0.86));
}

.impact-facility-content[b-p1raga9ymd] {
    position: relative;
    z-index: 2;
}

.impact-facility-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 14rem;
}

.impact-facility-card[b-p1raga9ymd] {
    padding: 1.2rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(10, 18, 33, 0.86);
    box-shadow: var(--shadow);
    text-align: center;
}

.impact-facility-icon[b-p1raga9ymd] {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    margin: 0 auto 0.8rem;
    background: rgba(47, 118, 232, 0.18);
    border: 1px solid rgba(47, 118, 232, 0.46);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63a1ff;
    font-size: 1.8rem;
}

.impact-facility-card h3[b-p1raga9ymd] {
    margin: 0 0 0.45rem;
    font-size: 2.4rem;
    color: #ffffff;
}

.impact-facility-card p[b-p1raga9ymd] {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.6rem;
    line-height: 1.6;
}

.impact-moments[b-p1raga9ymd] {
    padding-top: 5rem;
}

.impact-carousel-shell[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    gap: 1rem;
    align-items: center;
}

.impact-carousel-arrow[b-p1raga9ymd] {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: #d8e2f5;
    font-size: 1.8rem;
    cursor: pointer;
}

.impact-moments-viewport[b-p1raga9ymd] {
    overflow: hidden;
    margin: 0 -10px;
    width: 100%;
}

.impact-moments-track[b-p1raga9ymd] {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.impact-moment-card[b-p1raga9ymd] {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.impact-moment-card img[b-p1raga9ymd] {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
    .impact-moment-card[b-p1raga9ymd] {
        flex: 0 0 50%;
    }
    
    .impact-moments-track[b-p1raga9ymd] {
        transform: translateX(calc(-var(--moments-index) * 50%)) !important;
    }
}

@media (max-width: 768px) {
    .impact-moment-card[b-p1raga9ymd] {
        flex: 0 0 100%;
    }

    .impact-moments-track[b-p1raga9ymd] {
        transform: translateX(calc(-var(--moments-index) * 100%)) !important;
    }
}

.impact-upcoming[b-p1raga9ymd] {
    padding-top: 5rem;
}

.impact-upcoming-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

.impact-upcoming-intro h2[b-p1raga9ymd] {
    margin: 0 0 1rem;
    font-size: clamp(2.5rem, 4.5vw, 4.2rem);
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 700;
}

.impact-upcoming-intro h2 span[b-p1raga9ymd] {
    color: var(--blue);
}

.impact-upcoming-intro p[b-p1raga9ymd] {
    margin: 0 0 1.2rem;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.impact-link[b-p1raga9ymd] {
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
}

.impact-upcoming-list[b-p1raga9ymd] {
    display: grid;
    gap: 0.75rem;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 1rem;
}

/* Custom scrollbar for the list */
.impact-upcoming-list[b-p1raga9ymd]::-webkit-scrollbar {
    width: 6px;
}
.impact-upcoming-list[b-p1raga9ymd]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.impact-upcoming-list[b-p1raga9ymd]::-webkit-scrollbar-thumb {
    background: rgba(47, 118, 232, 0.3);
    border-radius: 10px;
}
.impact-upcoming-list[b-p1raga9ymd]::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

.impact-upcoming-item[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 90px 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left-width: 4px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 25, 42, 0.94), rgba(9, 16, 30, 0.98));
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.impact-upcoming-item:hover[b-p1raga9ymd] {
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.2);
}

.impact-upcoming-item.sport-soccer[b-p1raga9ymd] {
    border-left-color: var(--blue);
}

.impact-upcoming-item.sport-tennis[b-p1raga9ymd] {
    border-left-color: var(--gold);
    background: linear-gradient(180deg, rgba(28, 28, 23, 0.9), rgba(18, 18, 14, 0.95));
}

.impact-upcoming-item.sport-hockey[b-p1raga9ymd] {
    border-left-color: #d4d9e3;
}

.impact-upcoming-date[b-p1raga9ymd] {
    background: rgba(7, 13, 24, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.8rem 0.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.impact-upcoming-day[b-p1raga9ymd],
.impact-upcoming-month[b-p1raga9ymd] {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.impact-upcoming-date strong[b-p1raga9ymd] {
    display: block;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0.2rem 0;
    font-weight: 800;
}

.impact-upcoming-body[b-p1raga9ymd] {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.impact-upcoming-title-row[b-p1raga9ymd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.impact-upcoming-title-row h3[b-p1raga9ymd] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.impact-badge[b-p1raga9ymd] {
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.impact-badge.sport-soccer[b-p1raga9ymd] {
    color: #5da3ff;
    background: rgba(47, 118, 232, 0.18);
}

.impact-badge.sport-tennis[b-p1raga9ymd] {
    color: #f6d878;
    background: rgba(239, 200, 58, 0.15);
}

.impact-badge.sport-hockey[b-p1raga9ymd] {
    color: #d7dce7;
    background: rgba(215, 220, 231, 0.12);
}

.impact-upcoming-meta[b-p1raga9ymd] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.impact-testimonials[b-p1raga9ymd] {
    padding-top: 5rem;
}

.impact-testimonial-viewport[b-p1raga9ymd] {
    overflow: hidden;
    margin: 0 -10px; /* Compensate for internal padding */
    width: 100%;
}

.impact-testimonial-track[b-p1raga9ymd] {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.impact-testimonial-card[b-p1raga9ymd] {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.impact-testimonial-card-inner[b-p1raga9ymd] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(13, 22, 38, 0.95), rgba(8, 15, 29, 0.99));
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.impact-testimonial-mark[b-p1raga9ymd] {
    color: var(--blue);
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    opacity: 0.4;
}

.impact-testimonial-card p[b-p1raga9ymd] {
    margin: 0 0 1.5rem;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    font-style: italic;
    flex-grow: 1;
}

.impact-testimonial-card strong[b-p1raga9ymd] {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    color: #ffffff;
    font-weight: 700;
}

.impact-testimonial-card span[b-p1raga9ymd] {
    color: var(--blue);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 1200px) {
    .impact-testimonial-card[b-p1raga9ymd] {
        flex: 0 0 50%;
    }
    
    .impact-testimonial-track[b-p1raga9ymd] {
        transform: translateX(calc(-var(--testimonial-index) * 50%)) !important;
    }
}

@media (max-width: 768px) {
    .impact-testimonial-card[b-p1raga9ymd] {
        flex: 0 0 100%;
    }

    .impact-testimonial-track[b-p1raga9ymd] {
        transform: translateX(calc(-var(--testimonial-index) * 100%)) !important;
    }
}

.impact-contact[b-p1raga9ymd] {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.impact-contact-bg[b-p1raga9ymd],
.impact-contact-overlay[b-p1raga9ymd] {
    position: absolute;
    inset: 0;
}

.impact-contact-bg[b-p1raga9ymd] {
    background-size: cover;
    background-position: center;
}

.impact-contact-overlay[b-p1raga9ymd] {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.6), rgba(5, 11, 20, 0.9));
}

.impact-contact-grid[b-p1raga9ymd] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 520px);
    gap: 1.2rem;
    align-items: center;
}

.impact-contact-copy > p[b-p1raga9ymd] {
    margin: 0 0 1.2rem;
    color: var(--text-muted);
    font-size: 1.9rem;
    line-height: 1.7;
    max-width: 640px;
}

.impact-contact-points[b-p1raga9ymd] {
    display: grid;
    gap: 0.6rem;
    max-width: 650px;
}

.impact-contact-point[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0.65rem;
    align-items: center;
}

.impact-contact-icon[b-p1raga9ymd] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(47, 118, 232, 0.4);
    background: rgba(47, 118, 232, 0.16);
    color: #5da3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}

.impact-contact-point strong[b-p1raga9ymd] {
    display: block;
    color: #ffffff;
    font-size: 2.1rem;
    margin-bottom: 0.1rem;
}

.impact-contact-point span[b-p1raga9ymd] {
    color: var(--text-muted);
    font-size: 1.8rem;
}

.impact-contact-form[b-p1raga9ymd] {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(12, 20, 35, 0.82);
    padding: 1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: grid;
    gap: 0.65rem;
}

.impact-form-row[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.impact-contact-form input[b-p1raga9ymd],
.impact-contact-form select[b-p1raga9ymd],
.impact-contact-form textarea[b-p1raga9ymd] {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(35, 45, 63, 0.6);
    color: #ffffff;
    font-size: 1.7rem;
    padding: 0.6rem 0.75rem;
    font-family: inherit;
}

.impact-contact-form select[b-p1raga9ymd] {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6f8db8 50%), linear-gradient(135deg, #6f8db8 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 15px) calc(50% - 3px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.impact-contact-form textarea[b-p1raga9ymd] {
    resize: vertical;
}

.impact-contact-form button[b-p1raga9ymd] {
    min-height: 58px;
    border: none;
    border-radius: 8px;
    background: var(--blue-strong);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.9rem;
    font-weight: 700;
    cursor: pointer;
}

.impact-form-success[b-p1raga9ymd] {
    text-align: center;
    padding: 1.7rem 0.5rem;
}

.impact-form-success h3[b-p1raga9ymd] {
    margin: 0 0 0.4rem;
    font-size: 2.3rem;
}

.impact-form-success p[b-p1raga9ymd] {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.8rem;
}

@media (max-width: 1600px) {
    .impact-btn[b-p1raga9ymd] {
        font-size: 1rem;
    }

    .impact-kicker[b-p1raga9ymd] {
        font-size: 0.9rem;
    }

    .impact-stat-value[b-p1raga9ymd] {
        font-size: 2.5rem;
    }

    .impact-stat-label[b-p1raga9ymd],
    .impact-about-card span[b-p1raga9ymd],
    .impact-about-tags span[b-p1raga9ymd],
    .impact-program-body p[b-p1raga9ymd],
    .impact-program-body li[b-p1raga9ymd],
    .impact-news-body p[b-p1raga9ymd],
    .impact-upcoming-intro p[b-p1raga9ymd],
    .impact-upcoming-meta[b-p1raga9ymd],
    .impact-testimonial-card p[b-p1raga9ymd],
    .impact-contact-copy > p[b-p1raga9ymd],
    .impact-contact-point strong[b-p1raga9ymd],
    .impact-contact-point span[b-p1raga9ymd],
    .impact-contact-form input[b-p1raga9ymd],
    .impact-contact-form select[b-p1raga9ymd],
    .impact-contact-form textarea[b-p1raga9ymd],
    .impact-contact-form button[b-p1raga9ymd],
    .impact-form-success p[b-p1raga9ymd] {
        font-size: 1rem;
    }

    .impact-news-meta span[b-p1raga9ymd],
    .impact-news-meta a[b-p1raga9ymd],
    .impact-badge[b-p1raga9ymd],
    .impact-news-tag[b-p1raga9ymd] {
        font-size: 0.75rem;
    }

    .impact-program-body h3[b-p1raga9ymd],
    .impact-news-body h3[b-p1raga9ymd],
    .impact-upcoming-title-row h3[b-p1raga9ymd],
    .impact-testimonial-card strong[b-p1raga9ymd],
    .impact-facility-card h3[b-p1raga9ymd] {
        font-size: 2rem;
    }

    .impact-about-card strong[b-p1raga9ymd],
    .impact-upcoming-date strong[b-p1raga9ymd] {
        font-size: 2.4rem;
    }

    .impact-about-copy p[b-p1raga9ymd] {
        font-size: 1.15rem;
    }

    .impact-about-copy h2[b-p1raga9ymd],
    .impact-upcoming-intro h2[b-p1raga9ymd] {
        font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    }

    .impact-facility-card p[b-p1raga9ymd],
    .impact-form-success h3[b-p1raga9ymd] {
        font-size: 1.05rem;
    }
}

@media (max-width: 1200px) {
    .impact-hero[b-p1raga9ymd] {
        min-height: 88vh;
    }

    .impact-stats-grid[b-p1raga9ymd],
    .impact-facility-grid[b-p1raga9ymd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .impact-about-grid[b-p1raga9ymd],
    .impact-upcoming-grid[b-p1raga9ymd],
    .impact-contact-grid[b-p1raga9ymd] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .impact-about-media[b-p1raga9ymd] {
        min-height: auto;
        padding-bottom: 4rem;
    }

    .impact-about-main[b-p1raga9ymd] {
        width: 100%;
        height: 400px;
    }

    .impact-about-stack[b-p1raga9ymd] {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: -3rem;
        padding: 0 1.5rem;
    }

    .impact-about-secondary[b-p1raga9ymd] {
        height: 320px;
    }

    .impact-about-card[b-p1raga9ymd] {
        position: relative;
        bottom: auto;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 1rem;
        min-width: 0;
    }

    .impact-about-card-gold[b-p1raga9ymd] {
        order: -1;
    }

    .impact-upcoming-intro[b-p1raga9ymd] {
        max-width: 620px;
    }

    .impact-facility-grid[b-p1raga9ymd] {
        margin-top: 2rem;
    }

    .impact-facility[b-p1raga9ymd] {
        min-height: auto;
    }
}

@media (max-width: 900px) {
    .impact-hero-title[b-p1raga9ymd] {
        font-size: clamp(3.2rem, 13vw, 5.8rem);
    }

    .impact-hero-subtitle[b-p1raga9ymd] {
        font-size: 1rem;
    }

    .impact-stats-grid[b-p1raga9ymd],
    .impact-program-grid[b-p1raga9ymd],
    .impact-events-grid[b-p1raga9ymd],
    .impact-moments-grid[b-p1raga9ymd],
    .impact-testimonial-grid[b-p1raga9ymd],
    .impact-facility-grid[b-p1raga9ymd] {
        grid-template-columns: 1fr;
    }

    .impact-carousel-shell[b-p1raga9ymd] {
        grid-template-columns: 1fr;
    }

    .impact-carousel-arrow[b-p1raga9ymd] {
        width: 44px;
        height: 44px;
    }

    .impact-about-media[b-p1raga9ymd] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .impact-about-main[b-p1raga9ymd] {
        height: 300px;
    }

    .impact-about-stack[b-p1raga9ymd] {
        margin-top: 0;
        padding: 0;
    }

    .impact-about-secondary[b-p1raga9ymd] {
        height: 240px;
    }

    .impact-upcoming-item[b-p1raga9ymd] {
        grid-template-columns: 90px 1fr;
    }

    .impact-contact-grid[b-p1raga9ymd] {
        grid-template-columns: 1fr;
    }

    .impact-form-row[b-p1raga9ymd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .impact-section[b-p1raga9ymd] {
        padding: 4rem 0;
    }

    .impact-btn[b-p1raga9ymd] {
        width: 100%;
    }

    .impact-hero-actions[b-p1raga9ymd] {
        flex-direction: column;
    }

    .impact-hero-logo[b-p1raga9ymd] {
        width: 120px;
        height: 120px;
    }

    .impact-hero[b-p1raga9ymd] {
        min-height: 84vh;
    }

    .impact-news-image-wrap[b-p1raga9ymd] {
        height: 190px;
    }

    .impact-moment-card img[b-p1raga9ymd] {
        height: 220px;
    }

    .impact-upcoming-title-row[b-p1raga9ymd] {
        gap: 0.35rem;
    }
}


/* Crusaders Section */
.impact-crusaders[b-p1raga9ymd] {
    background: var(--bg-panel);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.crusaders-logo[b-p1raga9ymd] {
    max-height: 120px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.crusaders-image-stack[b-p1raga9ymd] {
    position: relative;
}

.crusaders-image-stack[b-p1raga9ymd]::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid var(--blue);
    border-radius: 24px;
    z-index: 0;
    opacity: 0.3;
}

.crusaders-image-stack img[b-p1raga9ymd] {
    position: relative;
    z-index: 1;
}

/* PSI Banner */
.impact-psi-banner[b-p1raga9ymd] {
    padding: 4rem 0;
    background: #050b14 !important;
    border-bottom: 1px solid var(--line);
}

.text-white-50[b-p1raga9ymd] {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bg-accent-bright[b-p1raga9ymd] {
    background-color: var(--blue) !important;
}

.text-accent-bright[b-p1raga9ymd] {
    color: var(--blue) !important;
}

.border-accent[b-p1raga9ymd] {
    border: 1px solid rgba(47, 118, 232, 0.3) !important;
}



/* Crusaders v2 Redesign */
.impact-crusaders-v2[b-p1raga9ymd] {
    position: relative;
    background: #020812;
    overflow: hidden;
    padding: 8rem 0;
}

.impact-crusaders-bg[b-p1raga9ymd] {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1580748141549-71748ddf07c9?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    filter: grayscale(1) contrast(1.1);
}

.crusaders-feature-grid[b-p1raga9ymd] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.crusaders-brand-zone[b-p1raga9ymd] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.crusaders-logo-glamour[b-p1raga9ymd] {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.crusaders-logo-glamour img[b-p1raga9ymd] {
    width: 100%;
    height: auto;
    /*filter: drop-shadow(0 0 30px rgba(47, 118, 232, 0.4));*/
    position: relative;
    z-index: 2;
}

.logo-glow[b-p1raga9ymd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(47, 118, 232, 0.2) 0%, transparent 70%);
    z-index: 1;
}

.crusaders-perks[b-p1raga9ymd] {
    display: grid;
    gap: 1.5rem;
}

.perk-item[b-p1raga9ymd] {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.perk-icon[b-p1raga9ymd] {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    background: rgba(47, 118, 232, 0.1);
    border: 1px solid rgba(47, 118, 232, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perk-item strong[b-p1raga9ymd] {
    display: block;
    color: #fff;
    font-size: 1.2rem;
}

.perk-item span[b-p1raga9ymd] {
    color: rgba(255,255,255,0.5);
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .crusaders-feature-grid[b-p1raga9ymd] {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .crusaders-content-zone .impact-divider[b-p1raga9ymd] {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .perk-item[b-p1raga9ymd] {
        justify-content: center;
        text-align: left;
    }
    
    .crusaders-logo-glamour[b-p1raga9ymd] {
        max-width: 320px;
        margin-bottom: 2rem;
    }
}



/* About v2 Redesign */
.impact-about-v2[b-p1raga9ymd] {
    background: #040b17;
    padding: 10rem 0;
}

.about-content-v2[b-p1raga9ymd] {
    position: relative;
    z-index: 2;
}

.about-metrics-grid[b-p1raga9ymd] {
    display: flex;
    gap: 3rem;
}

.metric-box[b-p1raga9ymd] {
    display: flex;
    flex-direction: column;
}

.metric-value[b-p1raga9ymd] {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.metric-label[b-p1raga9ymd] {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.badge-v2[b-p1raga9ymd] {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: #fff;
    transition: all 0.3s ease;
}

.badge-v2:hover[b-p1raga9ymd] {
    background: var(--blue);
    border-color: var(--blue);
}

.about-media-v2[b-p1raga9ymd] {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.media-main-wrap[b-p1raga9ymd] {
    width: 80%;
    position: relative;
    z-index: 2;
}

.media-main-wrap .img-main[b-p1raga9ymd] {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.media-accent-wrap[b-p1raga9ymd] {
    position: absolute;
    left: -10%;
    bottom: -15%;
    width: 50%;
    z-index: 3;
}

.media-accent-wrap .img-accent[b-p1raga9ymd] {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #040b17;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.media-decoration[b-p1raga9ymd] {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--blue) 0%, transparent 70%);
    opacity: 0.15;
    z-index: 1;
}

@media (max-width: 992px) {
    .about-media-v2[b-p1raga9ymd] {
        margin-top: 4rem;
        justify-content: center;
    }
    
    .media-main-wrap[b-p1raga9ymd] {
        width: 100%;
    }
    
    .media-accent-wrap[b-p1raga9ymd] {
        left: 0;
        bottom: -10%;
        width: 45%;
    }
}

/* /Components/Pages/Leagues.razor.rz.scp.css */
.league-center[b-8d0zd4f7p0] {
    background-color: var(--impact-bg);
    background-image: radial-gradient(circle at top right, rgba(0, 107, 183, 0.05), transparent 40%);
    min-height: 100vh;
    padding: 0;
    color: var(--impact-text-muted);
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Centered Underline Selector Zone */
.league-selector-zone[b-8d0zd4f7p0] {
    background: transparent;
    padding: 6rem 0 4rem;
    border-bottom: 1px solid var(--impact-border);
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.selector-content[b-8d0zd4f7p0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: min(1000px, 90vw);
}

.selector-label-main[b-8d0zd4f7p0] {
    font-size: 0.75rem;
    font-weight: 950;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.6em;
    text-transform: uppercase;
    margin: 0;
}

/* Custom Dropdown Styling */
.custom-dropdown[b-8d0zd4f7p0] {
    position: relative;
    width: 100%;
}

.dropdown-trigger[b-8d0zd4f7p0] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    color: #fff;
    padding: 1.25rem 4rem 1.25rem 2rem;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.trigger-text[b-8d0zd4f7p0] {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.dropdown-trigger:hover[b-8d0zd4f7p0] {
    border-color: var(--impact-primary);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-1px);
}

.picker-arrow[b-8d0zd4f7p0] {
    position: absolute;
    right: 1.5rem;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--impact-surface-light);
    transition: 0.3s;
}

.dropdown-trigger:hover .picker-arrow[b-8d0zd4f7p0] {
    color: var(--impact-primary);
}

/* Custom Dropdown Menu - Industrial High-Tech Look */
.dropdown-menu-custom[b-8d0zd4f7p0] {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    width: 100%;
    max-width: 800px;
    z-index: 1000;
    box-shadow: 0 30px 100px rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    padding: 0;
    animation: menuAppear-b-8d0zd4f7p0 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

@keyframes menuAppear-b-8d0zd4f7p0 {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0.98); }
    to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

.menu-header[b-8d0zd4f7p0] {
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 2rem;
    font-size: 0.6rem;
    font-weight: 900;
    color: var(--impact-text-muted);
    letter-spacing: 0.3em;
    border-bottom: 1px solid var(--impact-border);
}

.menu-items[b-8d0zd4f7p0] {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-item-custom[b-8d0zd4f7p0] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 1.5rem 2.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 2rem;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid var(--impact-border);
}

.item-id[b-8d0zd4f7p0] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.1);
}

.item-name[b-8d0zd4f7p0] {
    font-weight: 950;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    flex: 1;
}

.item-status[b-8d0zd4f7p0] {
    font-size: 0.6rem;
    font-weight: 950;
    color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(0, 107, 183, 0.2);
}

.dropdown-item-custom:hover[b-8d0zd4f7p0] {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    padding-left: 3rem;
}

.dropdown-item-custom:hover .item-id[b-8d0zd4f7p0] { color: var(--impact-primary); }

.dropdown-item-custom.is-selected[b-8d0zd4f7p0] {
    background: rgba(0, 107, 183, 0.05);
}

.menu-footer[b-8d0zd4f7p0] {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2rem;
    font-size: 0.55rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.1em;
    border-top: 1px solid var(--impact-border);
}

.dropdown-backdrop[b-8d0zd4f7p0] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* Layout Body */
.center-body[b-8d0zd4f7p0] { 
    width: min(1400px, 94vw); 
    margin: 4rem auto; 
}

.date-marker[b-8d0zd4f7p0] {
    margin: 3rem 0 1.5rem;
    font-weight: 950;
    font-size: 0.8rem;
    letter-spacing: 0.4em;
    color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.date-marker span[b-8d0zd4f7p0] {
    color: #fff;
}

.date-marker[b-8d0zd4f7p0]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--impact-border);
    margin-left: 2rem;
}

/* Match Rows Modernization */
.match-list[b-8d0zd4f7p0] { 
    display: flex; 
    flex-direction: column; 
    gap: 0.75rem; 
    background: transparent; 
}

.match-row[b-8d0zd4f7p0] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 120px 1fr 160px 1fr 200px;
    align-items: center;
    padding: 0.5rem 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    color: inherit;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: rowAppear-b-8d0zd4f7p0 0.4s ease backwards;
}

@keyframes rowAppear-b-8d0zd4f7p0 {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.match-row:nth-child(1)[b-8d0zd4f7p0] { animation-delay: 0.05s; }
.match-row:nth-child(2)[b-8d0zd4f7p0] { animation-delay: 0.1s; }
.match-row:nth-child(3)[b-8d0zd4f7p0] { animation-delay: 0.15s; }
.match-row:nth-child(4)[b-8d0zd4f7p0] { animation-delay: 0.2s; }
.match-row:nth-child(5)[b-8d0zd4f7p0] { animation-delay: 0.25s; }

.match-row:hover[b-8d0zd4f7p0] { 
    background: var(--impact-surface-light); 
    border-color: var(--impact-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.m-time[b-8d0zd4f7p0] {
    padding: 1.5rem;
    color: var(--impact-text-muted);
    font-weight: 800;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    text-align: center;
    border-right: 1px solid var(--impact-border);
}

.m-team[b-8d0zd4f7p0] { display: flex; align-items: center; gap: 1.5rem; padding: 1rem; }
.m-team.home[b-8d0zd4f7p0] { justify-content: flex-end; text-align: right; }
.m-team.away[b-8d0zd4f7p0] { justify-content: flex-start; text-align: left; }

.m-name[b-8d0zd4f7p0] { 
    font-weight: 800; 
    font-size: 1.1rem; 
    text-transform: uppercase; 
    color: var(--impact-text-muted); 
    transition: 0.2s;
}

.match-row:hover .m-name[b-8d0zd4f7p0] { color: #fff; }
.winner .m-name[b-8d0zd4f7p0] { color: #fff !important; }

.m-logo[b-8d0zd4f7p0] { 
    width: 42px; 
    height: 42px; 
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
    transition: 0.3s;
}

.winner .m-logo[b-8d0zd4f7p0] { filter: none !important; transform: scale(1.1); }

.m-score-container[b-8d0zd4f7p0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    border-radius: 0.5rem;
    margin: 0 1rem;
}

.m-val[b-8d0zd4f7p0] { 
    font-size: 2.4rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
}

.m-sep[b-8d0zd4f7p0] { color: var(--impact-primary); font-weight: 900; font-size: 1.2rem; opacity: 0.5; }

.m-meta[b-8d0zd4f7p0] { 
    padding: 2rem; 
    display: flex; 
    flex-direction: column; 
    gap: 0.4rem; 
}

.m-status[b-8d0zd4f7p0] { 
    font-size: 0.65rem; 
    font-weight: 950; 
    color: rgba(255, 255, 255, 0.7); 
    letter-spacing: 0.15em;
}

.m-status.is-live[b-8d0zd4f7p0] { 
    color: #ef4444; 
    text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.m-arena[b-8d0zd4f7p0] { 
    font-size: 0.7rem; 
    font-weight: 900; 
    color: rgba(255, 255, 255, 0.1); 
    text-transform: uppercase; 
}

/* Bracket View */
.bracket-viewport[b-8d0zd4f7p0] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 8rem 4rem;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.bracket-scaler[b-8d0zd4f7p0] {
    display: flex;
    flex-direction: column;
}

.bracket-header-row[b-8d0zd4f7p0] {
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    gap: var(--bracket-col-gap);
    margin-bottom: 4rem;
    text-align: center;
}

.bracket-header-cell span[b-8d0zd4f7p0] { 
    display: block;
    font-weight: 950; 
    color: #fff; 
    text-transform: uppercase; 
    font-size: 0.8rem; 
    letter-spacing: 0.3em; 
}

.bracket-header-cell small[b-8d0zd4f7p0] { 
    color: rgba(255, 255, 255, 0.5); 
    font-weight: 900; 
    font-size: 0.65rem; 
}

.bracket-map[b-8d0zd4f7p0] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    grid-template-rows: repeat(var(--bracket-rows), var(--bracket-row-height));
    column-gap: var(--bracket-col-gap);
    row-gap: var(--bracket-row-gap);
}

.bracket-connector[b-8d0zd4f7p0] { 
    position: absolute; 
    background: var(--impact-border); 
    z-index: 0;
}

.bracket-node-wrapper[b-8d0zd4f7p0] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.b-node[b-8d0zd4f7p0] {
    width: 100%;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
    display: block;
}

.b-node:hover[b-8d0zd4f7p0] { 
    border-color: var(--impact-primary); 
    background: var(--impact-surface-light);
    transform: scale(1.02);
    z-index: 10;
}

.b-node.is-final[b-8d0zd4f7p0] {
    border-color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
}

.b-team[b-8d0zd4f7p0] { 
    display: grid; 
    grid-template-columns: 32px 1fr 50px; 
    align-items: center; 
    height: 44px; 
    gap: 0;
    text-align: left;
}

.b-team:first-child[b-8d0zd4f7p0] { border-bottom: 1px solid var(--impact-border); }

.b-logo[b-8d0zd4f7p0] {
    width: 20px;
    height: 20px;
    margin-left: 0.75rem;
    filter: grayscale(1) opacity(0.5);
    object-fit: contain;
}

.winner .b-logo[b-8d0zd4f7p0] { filter: grayscale(0) opacity(1); }

.b-name[b-8d0zd4f7p0] { 
    padding: 0 1rem; 
    font-weight: 900; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    text-align: left; 
    color: var(--impact-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-score[b-8d0zd4f7p0] { 
    background: rgba(0, 0, 0, 0.2); 
    height: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 950; 
    font-size: 1rem; 
    color: var(--impact-text-muted); 
    font-family: 'JetBrains Mono', monospace; 
    border-left: 1px solid var(--impact-border);
}

.winner .b-name[b-8d0zd4f7p0] { color: #fff; }
.winner .b-score[b-8d0zd4f7p0] { color: var(--impact-primary); }

/* Filter Shelf - Integrated Look */
.filter-shelf[b-8d0zd4f7p0] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    margin-bottom: 4rem;
    position: sticky;
    top: 1rem;
    z-index: 100;
    padding: 0.25rem;
}

.filter-items[b-8d0zd4f7p0] { display: flex; gap: 0.25rem; }

.filter-item[b-8d0zd4f7p0] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 0.8rem 2.5rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 0.5rem;
}

.filter-item:hover[b-8d0zd4f7p0] { color: #fff; background: rgba(255, 255, 255, 0.05); }

.filter-item.is-active[b-8d0zd4f7p0] {
    color: #fff;
    background: var(--impact-primary);
}

.refresh-tool[b-8d0zd4f7p0] {
    background: transparent;
    border: none;
    border-left: 1px solid var(--impact-border);
    color: var(--impact-primary);
    width: 60px;
    cursor: pointer;
    transition: 0.2s;
}

.refresh-tool:hover[b-8d0zd4f7p0] { color: #fff; background: var(--impact-primary); border-radius: 0 0.5rem 0.5rem 0; }

/* Standings Modernization */
.standings-block[b-8d0zd4f7p0] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.industrial-table[b-8d0zd4f7p0] {
    width: 100%;
    border-collapse: collapse;
}

.industrial-table th[b-8d0zd4f7p0] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 950;
    color: #fff;
    letter-spacing: 0.1em;
    border-bottom: 2px solid var(--impact-border);
    text-transform: uppercase;
}

.industrial-table td[b-8d0zd4f7p0] { 
    padding: 1.25rem 1rem; 
    border-bottom: 1px solid var(--impact-border);
    color: var(--impact-text-muted); 
    font-weight: 600;
}

.industrial-table tr:last-child td[b-8d0zd4f7p0] { border-bottom: none; }
.industrial-table tr:hover td[b-8d0zd4f7p0] { background: rgba(255, 255, 255, 0.02); color: #fff; }

.industrial-table .t-left[b-8d0zd4f7p0] { text-align: left; padding-left: 2rem; }
.industrial-table .t-left span[b-8d0zd4f7p0] { color: #fff; }

.industrial-table .t-points[b-8d0zd4f7p0] { 
    background: rgba(0, 0, 0, 0.2) !important; 
    color: var(--impact-primary) !important;
    font-weight: 950;
    font-size: 1.25rem;
    font-family: 'JetBrains Mono', monospace;
    width: 100px;
}

.t-logo[b-8d0zd4f7p0] { 
    width: 24px; 
    height: 24px; 
    filter: grayscale(1) opacity(0.5); 
}

/* Modal Animations */
.industrial-modal[b-8d0zd4f7p0] { 
    position: fixed; 
    inset: 0; 
    background: rgba(2, 8, 20, 0.9); 
    backdrop-filter: blur(8px);
    z-index: 5000; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 1.5rem; 
    animation: fadeIn-b-8d0zd4f7p0 0.3s ease forwards;
}

@keyframes fadeIn-b-8d0zd4f7p0 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-shell[b-8d0zd4f7p0] { 
    background: var(--impact-bg); 
    width: min(1200px, 100%); 
    max-height: 96vh; 
    border: 1px solid var(--impact-border); 
    display: grid; 
    grid-template-rows: auto auto 1fr; 
    animation: slideInRight-b-8d0zd4f7p0 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideInRight-b-8d0zd4f7p0 {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.modal-header[b-8d0zd4f7p0] { 
    background: var(--impact-surface); 
    padding: 1.5rem 2.5rem; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.modal-title[b-8d0zd4f7p0] { 
    display: flex; 
    align-items: center; 
    gap: 1rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
    font-size: 0.85rem; 
}

.title-accent[b-8d0zd4f7p0] { width: 4px; height: 16px; background: var(--impact-primary); }

.modal-close[b-8d0zd4f7p0] { 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    color: #fff; 
    font-weight: 900; 
    padding: 0.5rem 1.5rem; 
    font-size: 0.65rem; 
    cursor: pointer; 
    transition: 0.3s;
}

.modal-close:hover[b-8d0zd4f7p0] { background: #ef4444; border-color: #ef4444; }

.modal-scoreboard[b-8d0zd4f7p0] { 
    background: radial-gradient(circle at center, rgba(0, 107, 183, 0.1), transparent);
    padding: 4rem 2rem; 
    text-align: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.ms-content[b-8d0zd4f7p0] { display: flex; align-items: center; justify-content: center; gap: 4rem; }
.ms-side[b-8d0zd4f7p0] { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; flex: 1; }
.ms-logo[b-8d0zd4f7p0] { width: 80px; height: 80px; filter: grayscale(1) brightness(1.2); }
.ms-name[b-8d0zd4f7p0] { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #fff; }

.ms-score[b-8d0zd4f7p0] { 
    display: flex; 
    align-items: center; 
    gap: 2rem; 
    padding: 2rem 4rem; 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    border-radius: 1.25rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.ms-val[b-8d0zd4f7p0] { 
    font-size: 6rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
    line-height: 1; 
}

.ms-sep[b-8d0zd4f7p0] { font-size: 2rem; color: var(--impact-border); }

.ms-footer[b-8d0zd4f7p0] { 
    margin-top: 3rem; 
    font-size: 0.75rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
}

.modal-tabs[b-8d0zd4f7p0] { 
    display: flex; 
    background: transparent; 
    border-bottom: 1px solid var(--impact-border); 
    padding: 0 2rem;
    gap: 1rem;
}

.modal-tab[b-8d0zd4f7p0] { 
    background: transparent; 
    border: none; 
    color: var(--impact-text-muted); 
    padding: 1.25rem 2rem; 
    font-weight: 800; 
    text-transform: uppercase; 
    font-size: 0.85rem; 
    cursor: pointer; 
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.modal-tab.is-active[b-8d0zd4f7p0] { 
    color: #fff; 
    border-bottom-color: var(--impact-primary);
}

.roster-panel[b-8d0zd4f7p0] { 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid var(--impact-border); 
    padding: 2rem; 
    border-radius: 1rem;
}

.rp-header[b-8d0zd4f7p0] { 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    font-size: 0.8rem; 
    margin-bottom: 1.5rem; 
    border-bottom: 1px solid var(--impact-border); 
    padding-bottom: 0.5rem; 
}

.rp-table[b-8d0zd4f7p0] { width: 100%; border-collapse: collapse; }

.rp-table td[b-8d0zd4f7p0] { 
    padding: 0.75rem 0; 
    border-bottom: 1px solid var(--impact-border); 
    color: var(--impact-text-muted);
}

.rp-table tr.is-sub td[b-8d0zd4f7p0] { color: rgba(255, 255, 255, 0.1); font-size: 0.8rem; }

/* Timeline */
.timeline-stream[b-8d0zd4f7p0] { border-left: 1px solid var(--impact-border); margin-left: 1rem; }

.timeline-entry[b-8d0zd4f7p0] { 
    position: relative; 
    padding: 1.5rem 2rem; 
    border-bottom: 1px solid var(--impact-border); 
}

.timeline-entry[b-8d0zd4f7p0]::before { 
    content: ""; 
    position: absolute; 
    left: -4px; 
    top: 1.7rem; 
    width: 7px; 
    height: 7px; 
    background: var(--impact-border); 
    transition: 0.2s;
}

.timeline-entry:hover[b-8d0zd4f7p0]::before { background: var(--impact-primary); box-shadow: 0 0 10px var(--impact-primary); }

.entry-time[b-8d0zd4f7p0] { 
    font-weight: 950; 
    color: var(--impact-primary); 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 1.8rem;
    margin-bottom: 0.25rem; 
}

.entry-tag[b-8d0zd4f7p0] { 
    font-size: 0.55rem; 
    font-weight: 900; 
    padding: 0.15rem 0.4rem; 
    background: var(--impact-surface-light); 
    color: var(--impact-text-muted); 
    text-transform: uppercase; 
}

.entry-team[b-8d0zd4f7p0] { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 0.85rem; }

.entry-meta[b-8d0zd4f7p0] { 
    font-size: 0.65rem; 
    color: var(--impact-text-muted); 
    margin-top: 0.5rem; 
}

/* States */
.impact-state[b-8d0zd4f7p0] { 
    padding: 8rem 0; 
    text-align: center; 
    color: rgba(255, 255, 255, 0.05); 
    font-weight: 900; 
    letter-spacing: 0.2em; 
    text-transform: uppercase; 
}

.btn-retry[b-8d0zd4f7p0] {
    background: transparent;
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 0.75rem 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: 0.3s;
}

.btn-retry:hover[b-8d0zd4f7p0] { background: #ef4444; color: #fff; }

/* Content Transition */
.content-fade[b-8d0zd4f7p0] {
    animation: fadeIn-b-8d0zd4f7p0 0.4s ease forwards;
}

/* Utility */
.font-mono[b-8d0zd4f7p0] { font-family: 'JetBrains Mono', monospace; }
.letter-spacing-1[b-8d0zd4f7p0] { letter-spacing: 0.1em; }
.letter-spacing-2[b-8d0zd4f7p0] { letter-spacing: 0.25em; }
.fw-900[b-8d0zd4f7p0] { font-weight: 900; }

@media (max-width: 1000px) {
    .match-row[b-8d0zd4f7p0] { grid-template-columns: 80px 1fr 100px 1fr; }
    .m-time[b-8d0zd4f7p0] { padding: 1.5rem; }
    .m-val[b-8d0zd4f7p0] { font-size: 1.8rem; }
}
/* /Components/Pages/Officials/LiveCenter.razor.rz.scp.css */
.officials-page[b-y3b1wcxs5v] {
    margin: 7rem auto 2rem;
    width: min(1320px, 96vw);
    color: #edf3ff;
}

.officials-page h1[b-y3b1wcxs5v] {
    font-size: 2rem;
    font-weight: 800;
}

.officials-page > p[b-y3b1wcxs5v] {
    color: #aac0ec;
    margin-top: 0.2rem;
}

.status-box[b-y3b1wcxs5v] {
    margin: 0.8rem 0;
    border-radius: 12px;
    background: rgba(53, 62, 90, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.65rem 0.8rem;
}

.status-box.ok[b-y3b1wcxs5v] {
    border-color: rgba(55, 199, 147, 0.45);
}

.status-box.error[b-y3b1wcxs5v] {
    border-color: rgba(230, 86, 86, 0.45);
}

.toolbar[b-y3b1wcxs5v] {
    margin-top: 0.9rem;
    border-radius: 12px;
    background: rgba(39, 47, 71, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.75rem;
}

.toolbar label[b-y3b1wcxs5v] {
    display: block;
    margin-bottom: 0.35rem;
    color: #9fb3e0;
    font-size: 0.82rem;
    font-weight: 700;
}

.toolbar select[b-y3b1wcxs5v] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #2b3552;
    color: #edf3ff;
    padding: 0.5rem 0.65rem;
}

.scoreline[b-y3b1wcxs5v] {
    margin-top: 0.7rem;
    border-radius: 12px;
    background: rgba(39, 47, 71, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.75rem 0.9rem;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    font-weight: 700;
}

.scoreline strong[b-y3b1wcxs5v] {
    color: #06b7ff;
}

.badge[b-y3b1wcxs5v] {
    margin-left: auto;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.18);
    color: #38c6ff;
    padding: 0.2rem 0.65rem;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.editor-grid[b-y3b1wcxs5v] {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.editor-card[b-y3b1wcxs5v] {
    border-radius: 12px;
    background: rgba(39, 47, 71, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.8rem;
}

.editor-card h3[b-y3b1wcxs5v] {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.field-grid[b-y3b1wcxs5v] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
}

.field-grid label[b-y3b1wcxs5v] {
    font-size: 0.78rem;
    color: #9fb3e0;
    margin-top: 0.2rem;
}

.field-grid input[b-y3b1wcxs5v],
.field-grid select[b-y3b1wcxs5v],
.field-grid textarea[b-y3b1wcxs5v] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #2a3451;
    color: #edf3ff;
    padding: 0.42rem 0.55rem;
}

.checkbox-line[b-y3b1wcxs5v],
.checkbox-grid label[b-y3b1wcxs5v] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin-top: 0.5rem;
    color: #c4d2ef;
    font-size: 0.83rem;
}

.checkbox-grid[b-y3b1wcxs5v] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

.editor-card .btn[b-y3b1wcxs5v] {
    margin-top: 0.6rem;
    width: 100%;
    border-radius: 9px;
    font-weight: 700;
}

.timeline-panel[b-y3b1wcxs5v] {
    margin-top: 0.9rem;
    border-radius: 12px;
    background: rgba(39, 47, 71, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.8rem;
}

.timeline-panel h3[b-y3b1wcxs5v] {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.timeline-row[b-y3b1wcxs5v] {
    display: grid;
    grid-template-columns: 54px 190px 1fr;
    gap: 0.55rem;
    align-items: center;
    padding: 0.45rem 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.timeline-row .minute[b-y3b1wcxs5v] {
    color: #12bdff;
    font-weight: 800;
}

.timeline-row .type[b-y3b1wcxs5v] {
    font-weight: 700;
}

.timeline-row .detail[b-y3b1wcxs5v] {
    color: #c5d2ef;
}

.muted-line[b-y3b1wcxs5v] {
    color: #9fb3e0;
}

@media (max-width: 1100px) {
    .editor-grid[b-y3b1wcxs5v] {
        grid-template-columns: 1fr;
    }
}

/* /Components/Pages/PSI.razor.rz.scp.css */
.psi-page-passion[b-7bhi0poccb] {
    --passion-blue: #006bb7;
    --passion-gold: #ffb100;
    --passion-text: #ffffff;
    --passion-text-muted: rgba(255, 255, 255, 0.64);
    --passion-bg: #020814;
    --passion-surface: #0b1221;
    --passion-border: rgba(255, 255, 255, 0.08);

    background-color: var(--passion-bg);
    color: var(--passion-text);
    overflow-x: hidden;
    margin-top: 74px;
}

.passion-hero[b-7bhi0poccb] {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.passion-hero-img[b-7bhi0poccb] {
    width: 100%;
    display: block;
}

.passion-story[b-7bhi0poccb] {
    padding: 100px 0;
}

.story-layout[b-7bhi0poccb] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
}

.story-sidebar[b-7bhi0poccb] {
    padding-top: 10px;
}

.sidebar-accent[b-7bhi0poccb] {
    width: 4px;
    height: 120px;
    background: linear-gradient(to bottom, var(--passion-blue), var(--passion-gold));
    margin-bottom: 20px;
}

.sidebar-label[b-7bhi0poccb] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-blue);
}

.passion-title[b-7bhi0poccb] {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 107, 183, 0.2);
}

.passion-lead[b-7bhi0poccb] {
    font-size: 1.24rem;
    color: var(--passion-text-muted);
    max-width: 820px;
    line-height: 1.65;
}

.story-content-passion[b-7bhi0poccb] {
    font-size: 1.1rem;
    line-height: 1.8;
}

.passion-quote-block[b-7bhi0poccb] {
    margin-bottom: 3rem;
}

.drop-cap-passion[b-7bhi0poccb]::first-letter {
    float: left;
    font-size: 5.5rem;
    line-height: 0.8;
    font-weight: 900;
    margin-right: 1rem;
    margin-top: 0.5rem;
    color: var(--passion-blue);
    font-style: italic;
}

.passion-details p[b-7bhi0poccb] {
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
}

.passion-callout[b-7bhi0poccb] {
    border-left: 8px solid var(--passion-gold);
    padding: 2.2rem;
    background: rgba(255, 177, 0, 0.03);
    border-radius: 0 16px 16px 0;
}

.callout-text[b-7bhi0poccb] {
    font-size: clamp(1.45rem, 3vw, 2.7rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.passion-pillars[b-7bhi0poccb] {
    background: linear-gradient(to bottom, var(--passion-bg), #050b1a);
}

.passion-eyebrow[b-7bhi0poccb] {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--passion-gold);
    margin-bottom: 1rem;
}

.passion-subtitle[b-7bhi0poccb] {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 950;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.pillars-grid-passion[b-7bhi0poccb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
    margin-top: 3rem;
}

.pillar-card-passion[b-7bhi0poccb] {
    position: relative;
    padding: 2rem 1.6rem;
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 24px;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.pillar-card-passion:hover[b-7bhi0poccb] {
    transform: translateY(-8px);
    border-color: var(--passion-blue);
}

.pillar-tag[b-7bhi0poccb] {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--passion-gold);
    margin-bottom: 0.75rem;
}

.pillar-content h3[b-7bhi0poccb] {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 0.7rem;
}

.pillar-content p[b-7bhi0poccb] {
    color: var(--passion-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.psi-pathway-passion[b-7bhi0poccb] {
    background-color: var(--passion-bg);
}

.pathway-stack-passion[b-7bhi0poccb] {
    border-top: 1px solid var(--passion-border);
}

.pathway-row[b-7bhi0poccb] {
    display: grid;
    grid-template-columns: 100px 1fr 200px;
    padding: 2.8rem 0;
    border-bottom: 1px solid var(--passion-border);
    align-items: center;
    transition: background-color 0.25s ease;
}

.pathway-row:hover[b-7bhi0poccb] {
    background-color: rgba(255, 255, 255, 0.02);
}

.pathway-num[b-7bhi0poccb] {
    font-size: 1.5rem;
    font-weight: 950;
    font-style: italic;
    color: var(--passion-blue);
}

.pathway-info h3[b-7bhi0poccb] {
    font-size: 1.95rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.pathway-info p[b-7bhi0poccb] {
    margin: 0;
    color: var(--passion-text-muted);
    font-size: 1.06rem;
}

.badge-passion[b-7bhi0poccb] {
    padding: 0.5rem 1.2rem;
    border: 1px solid var(--passion-gold);
    color: var(--passion-gold);
    border-radius: 99px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.passion-cta[b-7bhi0poccb] {
    padding: 100px 0;
    background: #050b1a;
}

.cta-box-passion[b-7bhi0poccb] {
    background: var(--passion-surface);
    border: 1px solid var(--passion-border);
    border-radius: 40px;
    padding: 4.2rem;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 40px;
    align-items: center;
}

.passion-cta-title[b-7bhi0poccb] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    margin-bottom: 2rem;
}

.passion-cta-title span[b-7bhi0poccb] {
    color: var(--passion-blue);
    display: block;
}

.cta-actions-passion[b-7bhi0poccb] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-passion[b-7bhi0poccb] {
    padding: 1.1rem 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 0.86rem;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-passion-primary[b-7bhi0poccb] {
    background: var(--passion-blue);
    color: #fff;
}

.btn-passion-primary:hover[b-7bhi0poccb] {
    background: var(--passion-gold);
    color: #000;
    transform: translateY(-4px);
}

.btn-passion-outline[b-7bhi0poccb] {
    background: transparent;
    border-color: var(--passion-blue);
    color: #fff;
}

.btn-passion-outline:hover[b-7bhi0poccb] {
    background: var(--passion-blue);
    transform: translateY(-4px);
}

.cta-visual-passion[b-7bhi0poccb] {
    position: relative;
}

.visual-glow[b-7bhi0poccb] {
    position: absolute;
    inset: -26px;
    background: radial-gradient(circle, rgba(0, 107, 183, 0.35), transparent 70%);
    filter: blur(12px);
}

.cta-visual-passion img[b-7bhi0poccb] {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .pillars-grid-passion[b-7bhi0poccb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pathway-row[b-7bhi0poccb] {
        grid-template-columns: 60px 1fr;
    }

    .pathway-meta[b-7bhi0poccb] {
        display: none;
    }

    .cta-box-passion[b-7bhi0poccb] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3rem;
    }

    .cta-actions-passion[b-7bhi0poccb] {
        justify-content: center;
    }

    .cta-visual-passion[b-7bhi0poccb] {
        display: none;
    }
}

@media (max-width: 768px) {
    .story-layout[b-7bhi0poccb] {
        grid-template-columns: 1fr;
    }

    .pillars-grid-passion[b-7bhi0poccb] {
        grid-template-columns: 1fr;
    }

    .passion-title[b-7bhi0poccb] {
        font-size: 3rem;
    }

    .passion-cta-title[b-7bhi0poccb] {
        font-size: 3rem;
    }

    .cta-actions-passion[b-7bhi0poccb] {
        flex-direction: column;
    }
}
/* /Components/Pages/Tournaments/TournamentsOverview.razor.rz.scp.css */
.tournament-center[b-2fjmog5omd] {
    background-color: var(--impact-bg);
    background-image: radial-gradient(circle at top right, rgba(0, 107, 183, 0.05), transparent 40%);
    min-height: 100vh;
    padding: 0;
    color: var(--impact-text-muted);
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Centered Underline Selector Zone */
.tournament-selector-zone[b-2fjmog5omd] {
    background: transparent;
    padding: 6rem 0 4rem;
    border-bottom: 1px solid var(--impact-border);
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.selector-content[b-2fjmog5omd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: min(1000px, 90vw);
}

.selector-label-main[b-2fjmog5omd] {
    font-size: 0.75rem;
    font-weight: 950;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.6em;
    text-transform: uppercase;
    margin: 0;
}

/* Custom Dropdown Styling */
.custom-dropdown[b-2fjmog5omd] {
    position: relative;
    width: 100%;
}

.dropdown-trigger[b-2fjmog5omd] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    color: #fff;
    padding: 1.25rem 4rem 1.25rem 2rem;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.trigger-text[b-2fjmog5omd] {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.dropdown-trigger:hover[b-2fjmog5omd] {
    border-color: var(--impact-primary);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-1px);
}

.picker-arrow[b-2fjmog5omd] {
    position: absolute;
    right: 1.5rem;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--impact-surface-light);
    transition: 0.3s;
}

.dropdown-trigger:hover .picker-arrow[b-2fjmog5omd] {
    color: var(--impact-primary);
}

/* Custom Dropdown Menu - Industrial High-Tech Look */
.dropdown-menu-custom[b-2fjmog5omd] {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    width: 100%;
    max-width: 800px;
    z-index: 1000;
    box-shadow: 0 30px 100px rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    padding: 0;
    animation: menuAppear-b-2fjmog5omd 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

@keyframes menuAppear-b-2fjmog5omd {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0.98); }
    to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

.menu-header[b-2fjmog5omd] {
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 2rem;
    font-size: 0.6rem;
    font-weight: 900;
    color: var(--impact-text-muted);
    letter-spacing: 0.3em;
    border-bottom: 1px solid var(--impact-border);
}

.menu-items[b-2fjmog5omd] {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-item-custom[b-2fjmog5omd] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 1.5rem 2.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 2rem;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid var(--impact-border);
}

.item-id[b-2fjmog5omd] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.1);
}

.item-name[b-2fjmog5omd] {
    font-weight: 950;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    flex: 1;
}

.item-status[b-2fjmog5omd] {
    font-size: 0.6rem;
    font-weight: 950;
    color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(0, 107, 183, 0.2);
}

.dropdown-item-custom:hover[b-2fjmog5omd] {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    padding-left: 3rem;
}

.dropdown-item-custom:hover .item-id[b-2fjmog5omd] { color: var(--impact-primary); }

.dropdown-item-custom.is-selected[b-2fjmog5omd] {
    background: rgba(0, 107, 183, 0.05);
}

.menu-footer[b-2fjmog5omd] {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2rem;
    font-size: 0.55rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    letter-spacing: 0.1em;
    border-top: 1px solid var(--impact-border);
}

.dropdown-backdrop[b-2fjmog5omd] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* Layout Body */
.center-body[b-2fjmog5omd] { 
    width: min(1400px, 94vw); 
    margin: 4rem auto; 
}

.date-marker[b-2fjmog5omd] {
    margin: 3rem 0 1.5rem;
    font-weight: 950;
    font-size: 0.8rem;
    letter-spacing: 0.4em;
    color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.date-marker span[b-2fjmog5omd] {
    color: #fff;
}

.date-marker[b-2fjmog5omd]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--impact-border);
    margin-left: 2rem;
}

/* Match Rows Modernization */
.match-list[b-2fjmog5omd] { 
    display: flex; 
    flex-direction: column; 
    gap: 0.75rem; 
    background: transparent; 
}

.match-row[b-2fjmog5omd] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    display: grid;
    grid-template-columns: 120px 1fr 160px 1fr 200px;
    align-items: center;
    padding: 0.5rem 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    color: inherit;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: rowAppear-b-2fjmog5omd 0.4s ease backwards;
}

@keyframes rowAppear-b-2fjmog5omd {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.match-row:nth-child(1)[b-2fjmog5omd] { animation-delay: 0.05s; }
.match-row:nth-child(2)[b-2fjmog5omd] { animation-delay: 0.1s; }
.match-row:nth-child(3)[b-2fjmog5omd] { animation-delay: 0.15s; }
.match-row:nth-child(4)[b-2fjmog5omd] { animation-delay: 0.2s; }
.match-row:nth-child(5)[b-2fjmog5omd] { animation-delay: 0.25s; }

.match-row:hover[b-2fjmog5omd] { 
    background: var(--impact-surface-light); 
    border-color: var(--impact-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.m-time[b-2fjmog5omd] {
    padding: 1.5rem;
    color: var(--impact-text-muted);
    font-weight: 800;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    text-align: center;
    border-right: 1px solid var(--impact-border);
}

.m-team[b-2fjmog5omd] { display: flex; align-items: center; gap: 1.5rem; padding: 1rem; }
.m-team.home[b-2fjmog5omd] { justify-content: flex-end; text-align: right; }
.m-team.away[b-2fjmog5omd] { justify-content: flex-start; text-align: left; }

.m-name[b-2fjmog5omd] { 
    font-weight: 800; 
    font-size: 1.1rem; 
    text-transform: uppercase; 
    color: var(--impact-text-muted); 
    transition: 0.2s;
}

.match-row:hover .m-name[b-2fjmog5omd] { color: #fff; }
.winner .m-name[b-2fjmog5omd] { color: #fff !important; }

.m-logo[b-2fjmog5omd] { 
    width: 42px; 
    height: 42px; 
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
    transition: 0.3s;
}

.winner .m-logo[b-2fjmog5omd] { filter: none !important; transform: scale(1.1); }

.m-score-container[b-2fjmog5omd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    border-radius: 0.5rem;
    margin: 0 1rem;
}

.m-val[b-2fjmog5omd] { 
    font-size: 2.4rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
}

.m-sep[b-2fjmog5omd] { color: var(--impact-primary); font-weight: 900; font-size: 1.2rem; opacity: 0.5; }

.m-meta[b-2fjmog5omd] { 
    padding: 2rem; 
    display: flex; 
    flex-direction: column; 
    gap: 0.4rem; 
}

.m-status[b-2fjmog5omd] { 
    font-size: 0.65rem; 
    font-weight: 950; 
    color: rgba(255, 255, 255, 0.7); 
    letter-spacing: 0.15em;
}

.m-status.is-live[b-2fjmog5omd] { 
    color: #ef4444; 
    text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.m-arena[b-2fjmog5omd] { 
    font-size: 0.7rem; 
    font-weight: 900; 
    color: rgba(255, 255, 255, 0.1); 
    text-transform: uppercase; 
}

/* Bracket View */
.bracket-viewport[b-2fjmog5omd] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 8rem 4rem;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.bracket-scaler[b-2fjmog5omd] {
    display: flex;
    flex-direction: column;
}

.bracket-header-row[b-2fjmog5omd] {
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    gap: var(--bracket-col-gap);
    margin-bottom: 4rem;
    text-align: center;
}

.bracket-header-cell span[b-2fjmog5omd] { 
    display: block;
    font-weight: 950; 
    color: #fff; 
    text-transform: uppercase; 
    font-size: 0.8rem; 
    letter-spacing: 0.3em; 
}

.bracket-header-cell small[b-2fjmog5omd] { 
    color: rgba(255, 255, 255, 0.5); 
    font-weight: 900; 
    font-size: 0.65rem; 
}

.bracket-map[b-2fjmog5omd] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--bracket-columns), var(--bracket-col-width));
    grid-template-rows: repeat(var(--bracket-rows), var(--bracket-row-height));
    column-gap: var(--bracket-col-gap);
    row-gap: var(--bracket-row-gap);
}

.bracket-connector[b-2fjmog5omd] { 
    position: absolute; 
    background: var(--impact-border); 
    z-index: 0;
}

.bracket-node-wrapper[b-2fjmog5omd] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.b-node[b-2fjmog5omd] {
    width: 100%;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
    display: block;
}

.b-node:hover[b-2fjmog5omd] { 
    border-color: var(--impact-primary); 
    background: var(--impact-surface-light);
    transform: scale(1.02);
    z-index: 10;
}

.b-node.is-final[b-2fjmog5omd] {
    border-color: var(--impact-primary);
    background: rgba(0, 107, 183, 0.1);
}

.b-team[b-2fjmog5omd] { 
    display: grid; 
    grid-template-columns: 32px 1fr 50px; 
    align-items: center; 
    height: 44px; 
    gap: 0;
    text-align: left;
}

.b-team:first-child[b-2fjmog5omd] { border-bottom: 1px solid var(--impact-border); }

.b-logo[b-2fjmog5omd] {
    width: 20px;
    height: 20px;
    margin-left: 0.75rem;
    filter: grayscale(1) opacity(0.5);
    object-fit: contain;
}

.winner .b-logo[b-2fjmog5omd] { filter: grayscale(0) opacity(1); }

.b-name[b-2fjmog5omd] { 
    padding: 0 1rem; 
    font-weight: 900; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    text-align: left; 
    color: var(--impact-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-score[b-2fjmog5omd] { 
    background: rgba(0, 0, 0, 0.2); 
    height: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 950; 
    font-size: 1rem; 
    color: var(--impact-text-muted); 
    font-family: 'JetBrains Mono', monospace; 
    border-left: 1px solid var(--impact-border);
}

.winner .b-name[b-2fjmog5omd] { color: #fff; }
.winner .b-score[b-2fjmog5omd] { color: var(--impact-primary); }

/* Filter Shelf - Integrated Look */
.filter-shelf[b-2fjmog5omd] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 0.75rem;
    margin-bottom: 4rem;
    position: sticky;
    top: 1rem;
    z-index: 100;
    padding: 0.25rem;
}

.filter-items[b-2fjmog5omd] { display: flex; gap: 0.25rem; }

.filter-item[b-2fjmog5omd] {
    background: transparent;
    border: none;
    color: var(--impact-text-muted);
    padding: 0.8rem 2.5rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 0.5rem;
}

.filter-item:hover[b-2fjmog5omd] { color: #fff; background: rgba(255, 255, 255, 0.05); }

.filter-item.is-active[b-2fjmog5omd] {
    color: #fff;
    background: var(--impact-primary);
}

.refresh-tool[b-2fjmog5omd] {
    background: transparent;
    border: none;
    border-left: 1px solid var(--impact-border);
    color: var(--impact-primary);
    width: 60px;
    cursor: pointer;
    transition: 0.2s;
}

.refresh-tool:hover[b-2fjmog5omd] { color: #fff; background: var(--impact-primary); border-radius: 0 0.5rem 0.5rem 0; }

/* Standings Modernization */
.standings-block[b-2fjmog5omd] {
    background: var(--impact-surface);
    border: 1px solid var(--impact-border);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.industrial-table[b-2fjmog5omd] {
    width: 100%;
    border-collapse: collapse;
}

.industrial-table th[b-2fjmog5omd] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 950;
    color: #fff;
    letter-spacing: 0.1em;
    border-bottom: 2px solid var(--impact-border);
    text-transform: uppercase;
}

.industrial-table td[b-2fjmog5omd] { 
    padding: 1.25rem 1rem; 
    border-bottom: 1px solid var(--impact-border);
    color: var(--impact-text-muted); 
    font-weight: 600;
}

.industrial-table tr:last-child td[b-2fjmog5omd] { border-bottom: none; }
.industrial-table tr:hover td[b-2fjmog5omd] { background: rgba(255, 255, 255, 0.02); color: #fff; }

.industrial-table .t-left[b-2fjmog5omd] { text-align: left; padding-left: 2rem; }
.industrial-table .t-left span[b-2fjmog5omd] { color: #fff; }

.industrial-table .t-points[b-2fjmog5omd] { 
    background: rgba(0, 0, 0, 0.2) !important; 
    color: var(--impact-primary) !important;
    font-weight: 950;
    font-size: 1.25rem;
    font-family: 'JetBrains Mono', monospace;
    width: 100px;
}

.t-logo[b-2fjmog5omd] { 
    width: 24px; 
    height: 24px; 
    filter: grayscale(1) opacity(0.5); 
}

/* Modal Animations */
.industrial-modal[b-2fjmog5omd] { 
    position: fixed; 
    inset: 0; 
    background: rgba(2, 8, 20, 0.9); 
    backdrop-filter: blur(8px);
    z-index: 5000; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 1.5rem; 
    animation: fadeIn-b-2fjmog5omd 0.3s ease forwards;
}

@keyframes fadeIn-b-2fjmog5omd {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-shell[b-2fjmog5omd] { 
    background: var(--impact-bg); 
    width: min(1200px, 100%); 
    max-height: 96vh; 
    border: 1px solid var(--impact-border); 
    display: grid; 
    grid-template-rows: auto auto 1fr; 
    animation: slideInRight-b-2fjmog5omd 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideInRight-b-2fjmog5omd {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.modal-header[b-2fjmog5omd] { 
    background: var(--impact-surface); 
    padding: 1.5rem 2.5rem; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.modal-title[b-2fjmog5omd] { 
    display: flex; 
    align-items: center; 
    gap: 1rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
    font-size: 0.85rem; 
}

.title-accent[b-2fjmog5omd] { width: 4px; height: 16px; background: var(--impact-primary); }

.modal-close[b-2fjmog5omd] { 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    color: #fff; 
    font-weight: 900; 
    padding: 0.5rem 1.5rem; 
    font-size: 0.65rem; 
    cursor: pointer; 
    transition: 0.3s;
}

.modal-close:hover[b-2fjmog5omd] { background: #ef4444; border-color: #ef4444; }

.modal-scoreboard[b-2fjmog5omd] { 
    background: radial-gradient(circle at center, rgba(0, 107, 183, 0.1), transparent);
    padding: 4rem 2rem; 
    text-align: center; 
    border-bottom: 1px solid var(--impact-border); 
}

.ms-content[b-2fjmog5omd] { display: flex; align-items: center; justify-content: center; gap: 4rem; }
.ms-side[b-2fjmog5omd] { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; flex: 1; }
.ms-logo[b-2fjmog5omd] { width: 80px; height: 80px; filter: grayscale(1) brightness(1.2); }
.ms-name[b-2fjmog5omd] { font-size: 1.5rem; font-weight: 900; text-transform: uppercase; color: #fff; }

.ms-score[b-2fjmog5omd] { 
    display: flex; 
    align-items: center; 
    gap: 2rem; 
    padding: 2rem 4rem; 
    background: var(--impact-surface-light); 
    border: 1px solid var(--impact-border); 
    border-radius: 1.25rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.ms-val[b-2fjmog5omd] { 
    font-size: 6rem; 
    font-weight: 900; 
    color: #fff; 
    font-family: 'JetBrains Mono', monospace; 
    line-height: 1; 
}

.ms-sep[b-2fjmog5omd] { font-size: 2rem; color: var(--impact-border); }

.ms-footer[b-2fjmog5omd] { 
    margin-top: 3rem; 
    font-size: 0.75rem; 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    letter-spacing: 0.1em; 
}

.modal-tabs[b-2fjmog5omd] { 
    display: flex; 
    background: transparent; 
    border-bottom: 1px solid var(--impact-border); 
    padding: 0 2rem;
    gap: 1rem;
}

.modal-tab[b-2fjmog5omd] { 
    background: transparent; 
    border: none; 
    color: var(--impact-text-muted); 
    padding: 1.25rem 2rem; 
    font-weight: 800; 
    text-transform: uppercase; 
    font-size: 0.85rem; 
    cursor: pointer; 
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.modal-tab.is-active[b-2fjmog5omd] { 
    color: #fff; 
    border-bottom-color: var(--impact-primary);
}

.roster-panel[b-2fjmog5omd] { 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid var(--impact-border); 
    padding: 2rem; 
    border-radius: 1rem;
}

.rp-header[b-2fjmog5omd] { 
    font-weight: 950; 
    color: var(--impact-text-muted); 
    font-size: 0.8rem; 
    margin-bottom: 1.5rem; 
    border-bottom: 1px solid var(--impact-border); 
    padding-bottom: 0.5rem; 
}

.rp-table[b-2fjmog5omd] { width: 100%; border-collapse: collapse; }

.rp-table td[b-2fjmog5omd] { 
    padding: 0.75rem 0; 
    border-bottom: 1px solid var(--impact-border); 
    color: var(--impact-text-muted);
}

.rp-table tr.is-sub td[b-2fjmog5omd] { color: rgba(255, 255, 255, 0.1); font-size: 0.8rem; }

/* Timeline */
.timeline-stream[b-2fjmog5omd] { border-left: 1px solid var(--impact-border); margin-left: 1rem; }

.timeline-entry[b-2fjmog5omd] { 
    position: relative; 
    padding: 1.5rem 2rem; 
    border-bottom: 1px solid var(--impact-border); 
}

.timeline-entry[b-2fjmog5omd]::before { 
    content: ""; 
    position: absolute; 
    left: -4px; 
    top: 1.7rem; 
    width: 7px; 
    height: 7px; 
    background: var(--impact-border); 
    transition: 0.2s;
}

.timeline-entry:hover[b-2fjmog5omd]::before { background: var(--impact-primary); box-shadow: 0 0 10px var(--impact-primary); }

.entry-time[b-2fjmog5omd] { 
    font-weight: 950; 
    color: var(--impact-primary); 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 1.8rem;
    margin-bottom: 0.25rem; 
}

.entry-tag[b-2fjmog5omd] { 
    font-size: 0.55rem; 
    font-weight: 900; 
    padding: 0.15rem 0.4rem; 
    background: var(--impact-surface-light); 
    color: var(--impact-text-muted); 
    text-transform: uppercase; 
}

.entry-team[b-2fjmog5omd] { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 0.85rem; }

.entry-meta[b-2fjmog5omd] { 
    font-size: 0.65rem; 
    color: var(--impact-text-muted); 
    margin-top: 0.5rem; 
}

/* States */
.impact-state[b-2fjmog5omd] { 
    padding: 8rem 0; 
    text-align: center; 
    color: rgba(255, 255, 255, 0.05); 
    font-weight: 900; 
    letter-spacing: 0.2em; 
    text-transform: uppercase; 
}

.btn-retry[b-2fjmog5omd] {
    background: transparent;
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 0.75rem 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: 0.3s;
}

.btn-retry:hover[b-2fjmog5omd] { background: #ef4444; color: #fff; }

/* Content Transition */
.content-fade[b-2fjmog5omd] {
    animation: fadeIn-b-2fjmog5omd 0.4s ease forwards;
}

/* Utility */
.font-mono[b-2fjmog5omd] { font-family: 'JetBrains Mono', monospace; }
.letter-spacing-1[b-2fjmog5omd] { letter-spacing: 0.1em; }
.letter-spacing-2[b-2fjmog5omd] { letter-spacing: 0.25em; }
.fw-900[b-2fjmog5omd] { font-weight: 900; }

@media (max-width: 1000px) {
    .match-row[b-2fjmog5omd] { grid-template-columns: 80px 1fr 100px 1fr; }
    .m-time[b-2fjmog5omd] { padding: 1.5rem; }
    .m-val[b-2fjmog5omd] { font-size: 1.8rem; }
}
