@import '_content/DropShot.UI/DropShot.UI.kf1y22f705.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
footer.site-footer[b-ogtw92c7z6] {
    background: linear-gradient(120deg, rgb(3, 68, 72) 0%, rgb(3, 27, 72) 70%);
    color: rgba(255, 255, 255, 0.7);
    padding: 3rem 0 1.5rem;
    margin-top: auto;
}

.footer-heading[b-ogtw92c7z6] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}

.footer-links[b-ogtw92c7z6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .footer-links[b-ogtw92c7z6]  a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-links[b-ogtw92c7z6]  a:hover {
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
        }

.footer-bottom[b-ogtw92c7z6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-social[b-ogtw92c7z6] {
    display: flex;
    gap: 0.25rem;
}

    .footer-social[b-ogtw92c7z6]  .mud-icon-button {
        color: rgba(255, 255, 255, 0.6);
        transition: color 0.2s ease;
    }

        .footer-social[b-ogtw92c7z6]  .mud-icon-button:hover {
            color: rgba(255, 255, 255, 1);
        }

.footer-copyright[b-ogtw92c7z6] {
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 640.98px) {
    footer.site-footer[b-ogtw92c7z6] {
        padding: 2rem 0 1rem;
    }

    .footer-bottom[b-ogtw92c7z6] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fgp5fxpfsd] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-fgp5fxpfsd] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main[b-fgp5fxpfsd]  .content {
    flex: 1;
    width: 100%;
    max-width: var(--ds-content-max-width, 1280px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}

.top-navbar[b-fgp5fxpfsd] {
    background-image: linear-gradient(120deg, rgb(5, 98, 103) 0%, rgb(5, 39, 103) 70%);
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}

@media (max-width: 640.98px) {
    .top-navbar[b-fgp5fxpfsd] {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
    }
}

#blazor-error-ui[b-fgp5fxpfsd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fgp5fxpfsd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════════════════
   NavMenu – Top horizontal navigation bar
   ══════════════════════════════════════════════════════════════════════ */

/* ── Top bar container ─────────────────────────────────────────────── */
.top-row[b-75zgl1w9l5] {
    height: 3.5rem;
    background-color: #000000 !important;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.navbar-brand[b-75zgl1w9l5] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    padding: 0;
    white-space: nowrap;
    color: white;
    text-decoration: none;
    flex-shrink: 0;
}

.navbar-logo[b-75zgl1w9l5] {
    height: 2rem;
    width: auto;
    margin-right: 0.5rem;
}

/* ── Icons ─────────────────────────────────────────────────────────── */
.nav-icon[b-75zgl1w9l5] {
    color: white;
    font-size: 1.25rem !important;
    flex-shrink: 0;
}

/* ── Nav content (holds primary + utils) ───────────────────────────── */
.nav-content[b-75zgl1w9l5] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.nav-primary[b-75zgl1w9l5] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.nav-utils[b-75zgl1w9l5] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* ── Nav items (horizontal) ────────────────────────────────────────── */
.nav-item[b-75zgl1w9l5] {
    font-size: 0.9rem;
    position: relative;
    flex-shrink: 0;
}

.nav-item[b-75zgl1w9l5]  .nav-link,
.nav-item > .nav-link[b-75zgl1w9l5] {
    color: #d7d7d7;
    background: none;
    border: 1px solid transparent;
    border-radius: 8px;
    /* 2.5rem link in a 3.5rem toolbar gives a 0.5rem gap top + bottom so
       the buttons sit in the middle instead of stretching edge-to-edge. */
    height: 2.5rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.75rem;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
}

/* Active route uses the same frosted-glass look as list cards
   (shared.css .frosted-card) so the toolbar selection doesn't feel
   like a different visual language. */
.nav-item[b-75zgl1w9l5]  a.active {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.nav-item[b-75zgl1w9l5]  .nav-link:hover,
.nav-item > .nav-link:hover[b-75zgl1w9l5] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* ── Dropdown (Scoreboard, User menu) ──────────────────────────────── */
.nav-dropdown[b-75zgl1w9l5] {
    position: relative;
}

.nav-dropdown-trigger[b-75zgl1w9l5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #d7d7d7;
    background: none;
    border: 1px solid transparent;
    border-radius: 8px;
    /* Match .nav-link inset so toolbar buttons line up. */
    height: 2.5rem;
    margin: 0.5rem 0;
    padding: 0 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    white-space: nowrap;
}

.nav-dropdown-trigger:hover[b-75zgl1w9l5] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-expand-icon[b-75zgl1w9l5] {
    display: flex;
    transition: transform 0.2s;
}

.nav-dropdown-menu[b-75zgl1w9l5] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: rgba(18, 18, 18, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-radius: 0 0 8px 8px;
    z-index: 200;
    padding: 0.25rem 0;
}

.nav-dropdown-right > .nav-dropdown-menu[b-75zgl1w9l5] {
    left: auto;
    right: 0;
}

.nav-dropdown:hover > .nav-dropdown-menu[b-75zgl1w9l5],
.nav-dropdown:focus-within > .nav-dropdown-menu[b-75zgl1w9l5] {
    display: block;
}

/* When a menu item (e.g. the theme toggle) sets this class via JS, force
   the dropdown closed even if the cursor still hovers the trigger / a
   child is focused. The class is removed after a short timeout so the
   dropdown opens normally again on the next intentional hover/focus. */
.nav-dropdown.nav-dropdown-suppressed > .nav-dropdown-menu[b-75zgl1w9l5] {
    display: none !important;
}

.nav-dropdown:hover > .nav-dropdown-trigger .nav-expand-icon[b-75zgl1w9l5],
.nav-dropdown:focus-within > .nav-dropdown-trigger .nav-expand-icon[b-75zgl1w9l5] {
    transform: rotate(180deg);
}

.nav-dropdown-divider[b-75zgl1w9l5] {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0.35rem 0;
}

.nav-dropdown-menu[b-75zgl1w9l5]  .nav-link,
.nav-dropdown-menu > .nav-link[b-75zgl1w9l5],
.nav-dropdown-menu a.nav-link[b-75zgl1w9l5],
.nav-dropdown-item .nav-link[b-75zgl1w9l5] {
    color: #d7d7d7;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    height: auto;
}

.nav-dropdown-menu[b-75zgl1w9l5]  .nav-link:hover,
.nav-dropdown-menu > .nav-link:hover[b-75zgl1w9l5],
.nav-dropdown-menu a.nav-link:hover[b-75zgl1w9l5],
.nav-dropdown-item .nav-link:hover[b-75zgl1w9l5] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-dropdown-menu[b-75zgl1w9l5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

/* ── Responsive visibility helpers ────────────────────────────────── */
.nav-mobile-only[b-75zgl1w9l5] {
    display: none;
}

/* ── Mobile hamburger user header ──────────────────────────────────── */
.nav-mobile-header[b-75zgl1w9l5] {
    display: none;
}

/* ── Avatar ────────────────────────────────────────────────────────── */
.nav-avatar[b-75zgl1w9l5] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid lightseagreen;
}

/* ── Theme toggle ──────────────────────────────────────────────────── */
/* The button lives inside .nav-dropdown-item and carries the .nav-link
   class, so .nav-dropdown-menu .nav-link picks up padding / gap / colour.
   These rules just unset the user-agent <button> defaults so it blends
   in with the surrounding <a> / NavLink rows. */
.theme-toggle-btn[b-75zgl1w9l5] {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font: inherit;
}

/* ── Hamburger toggle ──────────────────────────────────────────────── */
.navbar-toggler[b-75zgl1w9l5] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    display: none;
    flex-shrink: 0;
    margin-left: auto;
}

.navbar-toggler:checked[b-75zgl1w9l5] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* ── Nav label visibility ──────────────────────────────────────────── */
.nav-label[b-75zgl1w9l5] {
    display: inline;
}

/* Label + sublabel wrapper — only splits into two lines on the mobile
   hamburger menu. On desktop / medium the sublabel is hidden so the
   group renders inline with the icon like before. */
.nav-label-group[b-75zgl1w9l5] {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
}

.nav-sublabel[b-75zgl1w9l5] {
    display: none;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    white-space: normal;
    margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════════════════
   Desktop (>=641px)
   ══════════════════════════════════════════════════════════════════════ */
@media (min-width: 641px) {
    .navbar-toggler[b-75zgl1w9l5] {
        display: none;
    }

    .nav-content[b-75zgl1w9l5] {
        display: flex;
    }
}

/* ══════════════════════════════════════════════════════════════════════
   Medium screens – tighten spacing
   Labels stay visible; we shrink the font / gap / sublabel instead of
   hiding labels (which used to leave users with unlabelled icons).
   ══════════════════════════════════════════════════════════════════════ */
@media (min-width: 641px) and (max-width: 1024px) {
    .nav-item[b-75zgl1w9l5]  .nav-link,
    .nav-item > .nav-link[b-75zgl1w9l5],
    .nav-dropdown-trigger[b-75zgl1w9l5] {
        padding: 0 0.5rem;
        gap: 0.3rem;
        font-size: 0.8rem;
    }

    .nav-label[b-75zgl1w9l5] {
        display: inline;
        font-size: 0.8rem;
    }

    /* Hide the small grey descriptor on tight screens — label alone is enough. */
    .nav-primary .nav-sublabel[b-75zgl1w9l5],
    .nav-utils .nav-sublabel[b-75zgl1w9l5] {
        display: none;
    }

    /* Shrink icons a touch so the label has room. */
    .nav-primary .nav-icon[b-75zgl1w9l5],
    .nav-utils .nav-icon[b-75zgl1w9l5] {
        font-size: 1.1rem;
    }
}

/* ══════════════════════════════════════════════════════════════════════
   Mobile (<641px)
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 640.98px) {
    .top-row[b-75zgl1w9l5] {
        position: relative;
    }

    .navbar-toggler[b-75zgl1w9l5] {
        display: block;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        z-index: 101;
    }

    .nav-content[b-75zgl1w9l5] {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 3.5rem;
        right: 0;
        width: 280px;
        max-width: 85vw;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background: rgba(18, 18, 18, 0.95);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.4);
        z-index: 100;
        padding-bottom: 1rem;
    }

    .navbar-toggler:checked ~ .nav-content[b-75zgl1w9l5] {
        display: flex;
    }

    .nav-primary[b-75zgl1w9l5],
    .nav-utils[b-75zgl1w9l5] {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .nav-item[b-75zgl1w9l5] {
        width: 100%;
    }

    .nav-item[b-75zgl1w9l5]  .nav-link,
    .nav-item > .nav-link[b-75zgl1w9l5] {
        min-height: 3rem;
        height: auto;
        padding: 0.5rem 1.25rem;
        width: 100%;
        border-radius: 0;
        align-items: center;
    }

    .nav-item[b-75zgl1w9l5]  .nav-link:hover,
    .nav-item > .nav-link:hover[b-75zgl1w9l5] {
        background-color: rgba(0, 137, 123, 0.15);
    }

    .nav-item[b-75zgl1w9l5]  a.active {
        background-color: rgba(0, 137, 123, 0.2);
        border-left: 3px solid #00897b;
        color: #4db6ac;
    }

    .nav-item:first-child[b-75zgl1w9l5] {
        padding-top: 0.5rem;
    }

    /* On mobile, show dropdown items inline (always expanded) */
    .nav-dropdown-menu[b-75zgl1w9l5] {
        display: block;
        position: static;
        box-shadow: none;
        border-radius: 0;
        background: none;
        padding: 0;
        min-width: 0;
    }

    /* Account/dropdown items match primary items exactly on mobile. */
    .nav-dropdown-menu[b-75zgl1w9l5]  .nav-link,
    .nav-dropdown-menu > .nav-link[b-75zgl1w9l5],
    .nav-dropdown-menu a.nav-link[b-75zgl1w9l5],
    .nav-dropdown-item .nav-link[b-75zgl1w9l5] {
        padding: 0.5rem 1.25rem;
        min-height: 3rem;
        height: auto;
        width: 100%;
        border-radius: 0;
    }

    .nav-dropdown-menu[b-75zgl1w9l5]  .nav-link:hover,
    .nav-dropdown-menu > .nav-link:hover[b-75zgl1w9l5],
    .nav-dropdown-menu a.nav-link:hover[b-75zgl1w9l5],
    .nav-dropdown-item .nav-link:hover[b-75zgl1w9l5] {
        background-color: rgba(0, 137, 123, 0.15);
    }

    /* Hide the internal dividers — everything is a flat list on mobile. */
    .nav-dropdown-divider[b-75zgl1w9l5] {
        display: none;
    }

    /* Theme toggle and Logout are utility actions — right-aligned on mobile
       so they're visually distinct from navigation destinations. */
    .nav-utility-action .nav-link[b-75zgl1w9l5] {
        justify-content: flex-end;
    }

    .nav-expand-icon[b-75zgl1w9l5] {
        display: none;
    }

    /* Show the descriptive second line for each menu item on mobile. */
    .nav-sublabel[b-75zgl1w9l5] {
        display: block;
    }

    .nav-label[b-75zgl1w9l5] {
        display: inline;
    }

    /* Divider between primary and utils on mobile */
    .nav-utils[b-75zgl1w9l5] {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 0.5rem;
        margin-top: 0.5rem;
    }

    .nav-mobile-only[b-75zgl1w9l5] {
        display: block;
    }

    /* Mobile user header: shown at top of hamburger panel */
    .nav-mobile-header[b-75zgl1w9l5] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 1.25rem 0.75rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        flex-shrink: 0;
    }

    .nav-mobile-header .nav-label-group[b-75zgl1w9l5] {
        flex: 1;
        min-width: 0;
    }

    .nav-mobile-header .nav-label[b-75zgl1w9l5] {
        font-size: 0.9rem;
        font-weight: 600;
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-mobile-header .nav-sublabel[b-75zgl1w9l5] {
        display: block;
    }

    .nav-mobile-avatar[b-75zgl1w9l5] {
        width: 36px;
        height: 36px;
    }

    /* Hide the trigger button on mobile — the nav-mobile-header replaces it.
       Dropdown items are already expanded inline via .nav-dropdown-menu. */
    .nav-dropdown-trigger-wrapper[b-75zgl1w9l5] {
        display: none;
    }
}
/* /Components/Pages/ViewCompetition.razor.rz.scp.css */
/* Keep team-member tables consistent across teams so the Mobile and
   Status columns line up vertically between adjacent team blocks. */
[b-dldmh5kvnn] .team-members-table .mud-table-root {
    table-layout: fixed;
    width: 100%;
    max-width: 700px;
}
/* /Components/Shared/RoleSwitcher.razor.rz.scp.css */
.role-switcher-row[b-q4qovat5jv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3rem;
    padding-left: 10px;
}

.role-switcher-select[b-q4qovat5jv] {
    background: rgba(255, 255, 255, 0.1);
    color: #d7d7d7;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.85rem;
    cursor: pointer;
    flex: 1;
    min-width: 0;
}

    .role-switcher-select:hover[b-q4qovat5jv] {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .role-switcher-select:focus[b-q4qovat5jv] {
        outline: none;
        border-color: rgba(255, 255, 255, 0.5);
    }

    .role-switcher-select option[b-q4qovat5jv] {
        background: #1e1e2e;
        color: #d7d7d7;
    }
