@import '_content/InsightFootball.Components/InsightFootball.Components.ov8b4d6bj3.bundle.scp.css';

/* _content/InsightFootball.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vejug7icj8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-vejug7icj8] {
    flex: 1;
    margin-top: 90px;
}

.main-content[b-vejug7icj8] {
    height: calc(100vh - 90px);
    overflow-y: auto;
}

.header-bar[b-vejug7icj8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    height: 90px;
    background-color: var(--color-primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-left[b-vejug7icj8] {
    display: flex;
    align-items: center;
}

.logo img[b-vejug7icj8] {
    height: 50px;
    width: auto;
    margin-right: 0.75rem;
}

.logo:hover[b-vejug7icj8] {
    text-decoration: none;
    opacity: 0.9;
}

.header-right[b-vejug7icj8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 800px) {
    .header-bar[b-vejug7icj8] {
        padding: 0 1rem;
    }

    .desktop-only[b-vejug7icj8] {
        display: none;
    }
}

#blazor-error-ui[b-vejug7icj8] {
    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-vejug7icj8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/InsightFootball.Web/Components/Layout/NavBar.razor.rz.scp.css */
.dropdown-overlay[b-es2aw03v1y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.header-nav[b-es2aw03v1y] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 100;
}

.header-nav[b-es2aw03v1y]  a {
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s ease;
}

.header-nav[b-es2aw03v1y]  a:hover {
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.header-nav[b-es2aw03v1y]  a.active {
    border-bottom-color: var(--color-text);
}

.burger-button[b-es2aw03v1y] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.burger-line[b-es2aw03v1y] {
    display: block;
    width: 24px;
    height: 3px;
    background-color: var(--color-text);
    border-radius: 2px;
}

.mobile-profile[b-es2aw03v1y] {
    display: none;
    width: 100%;
}

@media (max-width: 800px) {
    .burger-button[b-es2aw03v1y] {
        display: flex;
    }

    .header-nav[b-es2aw03v1y] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        right: 0;
        background-color: var(--color-background);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 8px 8px;
        min-width: 240px;
        overflow: hidden;
        gap: 0;
        z-index: 100;
    }

    .header-nav.open[b-es2aw03v1y] {
        display: flex;
    }

    .header-nav[b-es2aw03v1y]  a {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 0.75rem 1rem;
        border-bottom: none;
        font-size: 0.875rem;
        font-weight: normal;
        color: var(--color-text);
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.15s ease;
    }

    .header-nav[b-es2aw03v1y]  a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: var(--color-border);
    }

    .header-nav[b-es2aw03v1y]  a:last-child::after {
        display: none;
    }

    .header-nav[b-es2aw03v1y]  a:hover {
        background-color: var(--color-surface);
    }

    .header-nav[b-es2aw03v1y]  a.active {
        background-color: var(--color-surface);
    }

    .mobile-profile[b-es2aw03v1y] {
        display: flex;
        flex-direction: column;
    }

    .mobile-profile[b-es2aw03v1y]  a:last-child::after {
        display: block;
    }

    [b-es2aw03v1y] form {
        margin: 0;
    }
}
/* _content/InsightFootball.Web/Components/Layout/UserProfileMenu.razor.rz.scp.css */
.dropdown-overlay[b-bha5o8qxuk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.profile-menu-container[b-bha5o8qxuk] {
    position: relative;
    z-index: 1001;
}

.avatar-button[b-bha5o8qxuk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.avatar-button:hover[b-bha5o8qxuk] {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.25);
}

.avatar-initials[b-bha5o8qxuk] {
    color: var(--color-text);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    user-select: none;
}

.profile-dropdown[b-bha5o8qxuk] {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 65px;
    right: -24px;
}

.profile-dropdown.open[b-bha5o8qxuk] {
    display: flex;
}

[b-bha5o8qxuk] form {
    margin: 0;
}
/* _content/InsightFootball.Web/Components/Pages/Login.razor.rz.scp.css */
.auth-container[b-tfq8yum4zp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--color-surface);
}

.auth-card[b-tfq8yum4zp] {
    background-color: var(--color-background);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    width: 100%;
    max-width: 420px;
}

.auth-header[b-tfq8yum4zp] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-logo[b-tfq8yum4zp] {
    height: 60px;
    margin-bottom: 1rem;
}

.auth-header h2[b-tfq8yum4zp] {
    color: var(--color-text);
    margin: 0;
}

.auth-footer[b-tfq8yum4zp] {
    text-align: center;
    margin-top: 1.5rem;
}

.auth-footer a[b-tfq8yum4zp] {
    color: var(--color-primary-dark);
}
/* _content/InsightFootball.Web/Components/Pages/PageNotFound.razor.rz.scp.css */
.not-found[b-759nd1vvxe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 90px);
    text-align: center;
    gap: 0.5rem;
}

.not-found h1[b-759nd1vvxe] {
    font-size: 6rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-primary);
}

.not-found p[b-759nd1vvxe] {
    font-size: 1.25rem;
    color: #666;
    margin: 0;
}

.not-found a[b-759nd1vvxe] {
    margin-top: 1rem;
    padding: 0.6rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-text);
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.not-found a:hover[b-759nd1vvxe] {
    opacity: 0.85;
}
/* _content/InsightFootball.Web/Components/Pages/Register.razor.rz.scp.css */
.auth-container[b-wpv7t60uls] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--color-surface);
}

.auth-card[b-wpv7t60uls] {
    background-color: var(--color-background);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    width: 100%;
    max-width: 420px;
}

.auth-header[b-wpv7t60uls] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-logo[b-wpv7t60uls] {
    height: 60px;
    margin-bottom: 1rem;
}

.auth-header h2[b-wpv7t60uls] {
    color: var(--color-text);
    margin: 0;
}

.auth-footer[b-wpv7t60uls] {
    text-align: center;
    margin-top: 1.5rem;
}

.auth-footer a[b-wpv7t60uls] {
    color: var(--color-primary-dark);
}
