@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Pages/Shared/Components/Sponsors.razor.rz.scp.css */
/* Sponsors Section */

.hb-sponsors[b-imdknlvakk] {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.hb-sponsor-header[b-imdknlvakk] {
    text-align: center;
    margin-bottom: 40px;
}

    .hb-sponsor-header span[b-imdknlvakk] {
        color: #f7c600;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
        font-size: 13px;
    }

    .hb-sponsor-header h2[b-imdknlvakk] {
        margin-top: 10px;
        font-size: clamp(28px, 4vw, 48px);
        text-transform: uppercase;
        font-weight: 900;
    }

.hb-carousel[b-imdknlvakk] {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .hb-carousel[b-imdknlvakk]::before,
    .hb-carousel[b-imdknlvakk]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 140px;
        height: 100%;
        z-index: 5;
        pointer-events: none;
    }

    .hb-carousel[b-imdknlvakk]::before {
        left: 0;
        background: linear-gradient(to right, #050505, transparent);
    }

    .hb-carousel[b-imdknlvakk]::after {
        right: 0;
        background: linear-gradient(to left, #050505, transparent);
    }

.hb-track[b-imdknlvakk] {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: scroll-b-imdknlvakk 28s linear infinite;
}

.hb-carousel:hover .hb-track[b-imdknlvakk] {
    animation-play-state: paused;
}

.hb-sponsor-logo[b-imdknlvakk] {
    /*width: 240px;
    height: 120px;*/
    flex: 0 0 auto;
   /* border-radius: 22px;
    background: linear-gradient(145deg, rgba(247,198,0,0.18), rgba(255,255,255,0.03)), #111;
    border: 1px solid rgba(247,198,0,0.25);*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 22px;
    font-weight: 900;
    color: #f7c600;
    letter-spacing: 2px;
    box-shadow: 0 0 25px rgba(247,198,0,0.08), inset 0 0 25px rgba(255,255,255,0.03);*/
    transition: all 0.35s ease;
}
    .hb-sponsor-logo > a > img[b-imdknlvakk]
    {
        height: 120px;
    }

    .hb-sponsor-logo:hover[b-imdknlvakk] {
        transform: translateY(-6px) scale(1.04);
/*        border-color: #f7c600;
        box-shadow: 0 0 35px rgba(247,198,0,0.25), 0 0 60px rgba(247,198,0,0.12);*/
    }

@keyframes scroll-b-imdknlvakk {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {

    .hb-logo[b-imdknlvakk] {
        width: 180px;
        height: 90px;
        font-size: 16px;
    }

    .hb-track[b-imdknlvakk] {
        gap: 16px;
        animation-duration: 18s;
    }

    .hb-carousel[b-imdknlvakk]::before,
    .hb-carousel[b-imdknlvakk]::after {
        width: 60px;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
/*.hb-footer {
    padding: 3.5rem 0;
    background: #8A8D90 url('assets/img/backgrounds/bg-pattern.png') repeat scroll 0 0;
}

.hb-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
}

.hb-footer-logo {
    margin-bottom: 1rem;
}

.hb-footer h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hb-footer ul {
    margin: 1.1rem 0 0;
    padding-left: 1.1rem;
}

.hb-footer li + li {
    margin-top: 0.55rem;
}

.footer-top-area {
    background: #8A8D90 url(../img/backgrounds/bg-pattern.png) repeat scroll 0 0;
}

@media (max-width: 1100px) {
    .hb-footer-grid {
        grid-template-columns: 1fr;
    }
}

*/
/* /Shared/Header.razor.rz.scp.css */
.hb-site-header[b-4209do6lb4] {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 198, 0, 0.35);
    box-shadow: 0 0 28px rgba(255, 183, 0, 0.18);
}

.hb-header-inner[b-4209do6lb4] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hb-brand[b-4209do6lb4] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    min-width: 0;
}

.hb-brand-logo[b-4209do6lb4] {
    width: 150px;
    height: 150px;
    object-fit: contain;
    /*filter: drop-shadow(0 0 12px rgba(255, 196, 0, 0.45));*/
    flex-shrink: 0;
}

.hb-brand-text[b-4209do6lb4] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.hb-brand-title[b-4209do6lb4] {
    font-size: clamp(1.1rem, 3.5vw, 1.65rem);
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffcc19;
    text-transform: uppercase;
    white-space: nowrap;
}

.hb-brand-subtitle[b-4209do6lb4] {
    margin-top: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #ffffff;
    text-transform: uppercase;
}

.hb-hero[b-4209do6lb4] {
    min-height: 80vh;
    display: grid;
    place-items: center;
    padding: 80px 20px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(255, 190, 0, 0.16), transparent 35%), linear-gradient(180deg, #111, #000);
}

    .hb-hero h1[b-4209do6lb4] {
        max-width: 900px;
        font-size: clamp(2.4rem, 8vw, 5.8rem);
        line-height: 0.95;
        text-transform: uppercase;
        color: #ffcc19;
        text-shadow: 0 0 26px rgba(255, 198, 0, 0.35);
    }

    .hb-hero p[b-4209do6lb4] {
        margin-top: 18px;
        font-size: clamp(1rem, 3vw, 1.35rem);
        color: #ddd;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

@media (max-width: 820px) {
    .hb-header-inner[b-4209do6lb4] {
        padding: 8px 14px;
    }

    .hb-brand-logo[b-4209do6lb4] {
        width: 62px;
        height: 62px;
    }

    .hb-brand-subtitle[b-4209do6lb4] {
        font-size: 0.62rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 430px) {
    .hb-brand-title[b-4209do6lb4] {
        font-size: 1rem;
    }

    .hb-brand-subtitle[b-4209do6lb4] {
        letter-spacing: 2px;
    }

    .hb-brand-logo[b-4209do6lb4] {
        width: 56px;
        height: 56px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #050505;
    color: #ffffff;
    min-height: 200vh;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}*/

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.hb-nav-toggle[b-kd1ih0s86n] {
    display: none;
}

.hb-hamburger[b-kd1ih0s86n] {
    display: none;
    width: 46px;
    height: 42px;
    border: 1px solid #ffcc19;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(180deg, #1b1b1b, #070707);
}

    .hb-hamburger span[b-kd1ih0s86n],
    .hb-hamburger span[b-kd1ih0s86n]::before,
    .hb-hamburger span[b-kd1ih0s86n]::after {
        display: block;
        width: 22px;
        height: 2px;
        background: #ffcc19;
        border-radius: 99px;
        position: relative;
        transition: 0.25s ease;
    }

        .hb-hamburger span[b-kd1ih0s86n]::before,
        .hb-hamburger span[b-kd1ih0s86n]::after {
            content: "";
            position: absolute;
            left: 0;
        }

        .hb-hamburger span[b-kd1ih0s86n]::before {
            top: -7px;
        }

        .hb-hamburger span[b-kd1ih0s86n]::after {
            top: 7px;
        }

.hb-main-nav[b-kd1ih0s86n] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .hb-main-nav a[b-kd1ih0s86n] {
        color: #f5f5f5;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 12px 14px;
        border-radius: 999px;
    }

        .hb-main-nav a:hover[b-kd1ih0s86n] {
            color: #000;
            background: #ffcc19;
            box-shadow: 0 0 18px rgba(255, 198, 0, 0.45);
        }

.hb-header-cta[b-kd1ih0s86n] {
    color: #000 !important;
    background: linear-gradient(135deg, #fff176, #ffb300, #ff7a00);
}
@media (max-width: 1095px) {
    .hb-hamburger[b-kd1ih0s86n] {
        display: flex;
    }

    .hb-main-nav[b-kd1ih0s86n] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: grid;
        gap: 8px;
        padding: 14px;
        background: rgba(3, 3, 3, 0.96);
        border: 0px solid rgba(255, 198, 0, 0.35);
        border-radius: 0 0 22px 22px;
        box-shadow: 0 18px 30px rgba(0, 0, 0, 0.55), 0 0 24px rgba(255, 183, 0, 0.18);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: 0.25s ease;
    }

        .hb-main-nav a[b-kd1ih0s86n] {
            /*width: 100%;*/
            padding: 15px 16px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.045);
        }
    .hb-header-cta[b-kd1ih0s86n] {
        color: #f5f5f5 !important;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 12px 14px;
        border-radius: 999px;
    }
    .hb-nav-toggle:checked ~ .hb-main-nav[b-kd1ih0s86n] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .hb-nav-toggle:checked + .hb-hamburger span[b-kd1ih0s86n] {
        background: transparent;
    }

        .hb-nav-toggle:checked + .hb-hamburger span[b-kd1ih0s86n]::before {
            top: 0;
            transform: rotate(45deg);
        }

        .hb-nav-toggle:checked + .hb-hamburger span[b-kd1ih0s86n]::after {
            top: 0;
            transform: rotate(-45deg);
        }
}
