/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-shell[b-rf1qi9jbv4] {
    min-height: 58vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.microsoft-login-card[b-rf1qi9jbv4] {
    width: min(100%, 440px);
    background:
        radial-gradient(circle at top right, rgba(57, 223, 193, 0.1) 0%, rgba(57, 223, 193, 0) 45%),
        linear-gradient(160deg, rgba(18, 26, 34, 0.92) 0%, rgba(11, 17, 22, 0.94) 100%);
    border: 1px solid rgba(130, 144, 156, 0.35);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
}

.microsoft-login-card h1[b-rf1qi9jbv4] {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    color: var(--color-text-white);
}

.subtitle[b-rf1qi9jbv4] {
    margin-top: 0.45rem;
    margin-bottom: 1.35rem;
    color: var(--color-subtitle);
}

.provider-form[b-rf1qi9jbv4] {
    margin: 0;
}

.microsoft-btn[b-rf1qi9jbv4] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border: 1px solid rgba(130, 144, 156, 0.42);
    background-color: rgba(11, 17, 22, 0.68);
    color: #ecf2f8;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.9rem 1.1rem;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.microsoft-btn:hover[b-rf1qi9jbv4] {
    transform: translateY(-1px);
    border-color: rgba(198, 242, 74, 0.45);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}

.microsoft-btn:focus-visible[b-rf1qi9jbv4] {
    outline: 3px solid rgba(198, 242, 74, 0.65);
    outline-offset: 2px;
}

.microsoft-logo[b-rf1qi9jbv4] {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
}

.microsoft-logo svg[b-rf1qi9jbv4] {
    width: 100%;
    height: 100%;
    display: block;
}

.missing-provider[b-rf1qi9jbv4] {
    margin: 0;
    color: #fca5a5;
    font-weight: 500;
}

@media (max-width: 576px) {
    .microsoft-login-card[b-rf1qi9jbv4] {
        padding: 1.4rem;
        border-radius: 14px;
    }

    .microsoft-login-card h1[b-rf1qi9jbv4] {
        font-size: 1.45rem;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.register-shell[b-crkshga3rj] {
    min-height: 58vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.microsoft-register-card[b-crkshga3rj] {
    width: min(100%, 440px);
    background:
        radial-gradient(circle at top right, rgba(57, 223, 193, 0.1) 0%, rgba(57, 223, 193, 0) 45%),
        linear-gradient(160deg, rgba(18, 26, 34, 0.92) 0%, rgba(11, 17, 22, 0.94) 100%);
    border: 1px solid rgba(130, 144, 156, 0.35);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
}

.microsoft-register-card h1[b-crkshga3rj] {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    color: var(--color-text-white);
}

.subtitle[b-crkshga3rj] {
    margin-top: 0.45rem;
    margin-bottom: 1.35rem;
    color: var(--color-subtitle);
}

.provider-form[b-crkshga3rj] {
    margin: 0;
}

.microsoft-btn[b-crkshga3rj] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border: 1px solid rgba(130, 144, 156, 0.42);
    background-color: rgba(11, 17, 22, 0.68);
    color: #ecf2f8;
    border-radius: 12px;
    font-weight: 600;
    padding: 0.9rem 1.1rem;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.microsoft-btn:hover[b-crkshga3rj] {
    transform: translateY(-1px);
    border-color: rgba(198, 242, 74, 0.45);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}

.microsoft-btn:focus-visible[b-crkshga3rj] {
    outline: 3px solid rgba(198, 242, 74, 0.65);
    outline-offset: 2px;
}

.microsoft-logo[b-crkshga3rj] {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
}

.microsoft-logo svg[b-crkshga3rj] {
    width: 100%;
    height: 100%;
    display: block;
}

.missing-provider[b-crkshga3rj] {
    margin: 0;
    color: #fca5a5;
    font-weight: 500;
}

@media (max-width: 576px) {
    .microsoft-register-card[b-crkshga3rj] {
        padding: 1.4rem;
        border-radius: 14px;
    }

    .microsoft-register-card h1[b-crkshga3rj] {
        font-size: 1.45rem;
    }
}
/* /Components/Common/Avatar.razor.rz.scp.css */
.avatar-circle[b-1p7krpic61] {
    display: flex;
    align-items: center; 
    justify-content: center;

    width: 32px;
    height: 32px;
    border-radius: 50%;

    user-select: none;
}

.avatar-initials[b-1p7krpic61] {
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}
/* /Components/Common/CategoryComponent.razor.rz.scp.css */
.category-container[b-tmezqvbv2i] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.category-color[b-tmezqvbv2i] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

.category-text[b-tmezqvbv2i] {
    font-size: 16px;
    color: var(--color-muted-gray);
}
/* /Components/Common/GreenButton.razor.rz.scp.css */
.green-btn[b-wfvzdmlz5j] {
    background-color: var(--color-green);
    color: var(--color-text-on-green);
    font-weight: bold;
    padding: 0.85rem 2rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .green-btn:hover[b-wfvzdmlz5j] {
        background-color: var(--color-darker-green);
    }

    .full-width[b-wfvzdmlz5j]{
        width:100%;
    }
/* /Components/Common/HackatonContainer.razor.rz.scp.css */
.main-container[b-3n46tdapvz] {
    border: 1px solid var(--tile-border-color);
    padding: 2em 1.75em;
    border-radius: 20px;
    background-color: var(--tile-background-color);
    color: var(--color-text-white);
}

.full-width[b-3n46tdapvz] {
    width: 100%;
}

.small-padding[b-3n46tdapvz]{
    padding: 1em;
}
/* /Components/Common/HackatonModal.razor.rz.scp.css */
.modal.d-block[b-l9krbufmfi] {
    display: block !important;
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop[b-l9krbufmfi] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/* /Components/Common/HeaderComponent.razor.rz.scp.css */
.main-container[b-714m4uj7ef] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.title-text[b-714m4uj7ef] {
    color: var(--color-muted-gray);
}

.description-text[b-714m4uj7ef] {
    color: var(--color-subtitle);
}

.subtitle-text[b-714m4uj7ef] {
    font-size: 32px;
    font-weight: bold;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l9610ynk99] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-navbar[b-l9610ynk99] {
    position: sticky;
    top: 0;
    z-index: 1000; 
    background-color: #0b1116;
    width: 100%;
    border-bottom: 1px solid #1a242d;
}

main[b-l9610ynk99] {
    flex: 1;
}

.content[b-l9610ynk99] {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
}

#blazor-error-ui[b-l9610ynk99] {
    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-l9610ynk99] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-aj0abuj9xm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
    background-color: #0b1116;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.navbar-header[b-aj0abuj9xm] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-brand[b-aj0abuj9xm] {
    color: var(--color-text-white, #ffffff);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-brand img[b-aj0abuj9xm] {
    height: 40px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.burger-menu-btn[b-aj0abuj9xm] {
    display: none;
}

.navbar-menu[b-aj0abuj9xm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-left[b-aj0abuj9xm],
.navbar-right[b-aj0abuj9xm] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-btn[b-aj0abuj9xm] {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #82909c;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .nav-btn:hover[b-aj0abuj9xm] {
        color: #ffffff;
        background-color: #1a242d;
    }

    .nav-btn.active[b-aj0abuj9xm] {
        color: #ffffff;
        background-color: #1a242d;
        border-bottom: 3px solid var(--color-green, #c6f24a);
    }

    .nav-btn.auth-btn[b-aj0abuj9xm] {
        background-color: #1c262f;
        border: 1px solid #2d3d4b;
        font-size: 0.85rem;
        border-radius: 4px;
    }

        .nav-btn.auth-btn:hover[b-aj0abuj9xm] {
            background-color: #24323e;
            border-color: #3f5366;
        }

.avatar[b-aj0abuj9xm] {
    align-self: center;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .avatar[b-aj0abuj9xm] {
        display: none;
    }

    .navbar[b-aj0abuj9xm] {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        padding: 16px;
    }

    .navbar-header[b-aj0abuj9xm] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar-brand[b-aj0abuj9xm] {
        margin-right: 0;
    }

    .navbar-menu[b-aj0abuj9xm] {
        display: none;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
        width: 100%;
    }

        .navbar-menu.show[b-aj0abuj9xm] {
            display: flex;
        }

    .navbar-left[b-aj0abuj9xm],
    .navbar-right[b-aj0abuj9xm] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .nav-btn[b-aj0abuj9xm] {
        text-align: left;
        width: 100%;
        padding: 12px 16px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

        .nav-btn.active[b-aj0abuj9xm] {
            border-bottom: none;
            border-left: 3px solid var(--color-green, #c6f24a);
        }

    .navbar-right[b-aj0abuj9xm] {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .burger-menu-btn[b-aj0abuj9xm] {
        display: block;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
    }

    .burger-icon[b-aj0abuj9xm] {
        display: block;
        position: relative;
        width: 22px;
        height: 2px;
        background: #82909c;
        transition: background 0.2s ease;
    }

    .burger-icon[b-aj0abuj9xm]::before,
    .burger-icon[b-aj0abuj9xm]::after {
        content: '';
        position: absolute;
        width: 22px;
        height: 2px;
        background: #82909c;
        left: 0;
        transition: transform 0.2s ease;
    }

    .burger-icon[b-aj0abuj9xm]::before {
        top: -6px;
    }

    .burger-icon[b-aj0abuj9xm]::after {
        top: 6px;
    }

    .burger-icon.open[b-aj0abuj9xm] {
        background: transparent;
    }

    .burger-icon.open[b-aj0abuj9xm]::before {
        transform: translateY(6px) rotate(45deg);
        background: #ffffff;
    }

    .burger-icon.open[b-aj0abuj9xm]::after {
        transform: translateY(-6px) rotate(-45deg);
        background: #ffffff;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bpy3s24ghy],
.components-reconnect-repeated-attempt-visible[b-bpy3s24ghy],
.components-reconnect-failed-visible[b-bpy3s24ghy],
.components-pause-visible[b-bpy3s24ghy],
.components-resume-failed-visible[b-bpy3s24ghy],
.components-rejoining-animation[b-bpy3s24ghy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-retrying[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-failed[b-bpy3s24ghy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bpy3s24ghy] {
    display: block;
}


#components-reconnect-modal[b-bpy3s24ghy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-bpy3s24ghy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bpy3s24ghy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bpy3s24ghy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bpy3s24ghy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bpy3s24ghy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bpy3s24ghy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bpy3s24ghy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bpy3s24ghy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bpy3s24ghy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bpy3s24ghy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bpy3s24ghy] {
    border: 0;
    background-color: #2f6da3;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bpy3s24ghy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bpy3s24ghy] {
        background-color: #2f6da3;
    }

.components-rejoining-animation[b-bpy3s24ghy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bpy3s24ghy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bpy3s24ghy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bpy3s24ghy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bpy3s24ghy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminIdeasTab.razor.rz.scp.css */
.admin-ideas-layout[b-r35sovjbi8] {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
    box-sizing: border-box;
}

.filters-container[b-r35sovjbi8] {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.search-container[b-r35sovjbi8] {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
}

.search-input[b-r35sovjbi8] {
    width: 100%;
    padding: 10px 16px;
    background-color: #151d24;
    border: 1px solid #222f3a;
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

    .search-input[b-r35sovjbi8]::placeholder {
        color: #4a5761;
    }

    .search-input:focus[b-r35sovjbi8] {
        border-color: var(--color-green, #c6f24a);
    }

.categories-container[b-r35sovjbi8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.category-btn[b-r35sovjbi8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    height: 36px;
    border-radius: 18px;
    background-color: #111a22;
    border: 1px solid #222f3a;
    color: var(--color-subtitle, #82909c);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

    .category-btn:hover[b-r35sovjbi8] {
        border-color: #3f5366;
        background-color: #1a242d;
    }

    .category-btn.active[b-r35sovjbi8] {
        background-color: var(--color-green, #c6f24a);
        border-color: var(--color-green, #c6f24a);
        color: #000000;
    }

.ideas-container[b-r35sovjbi8] {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
}

.three-ideas-container[b-r35sovjbi8] {
    display: flex;
    justify-content: space-between;
    gap: 1.5em;
    width: 100%;
}

    .three-ideas-container > *[b-r35sovjbi8] {
        flex: 1 1 33.333%;
        box-sizing: border-box;
    }

.no-match-text[b-r35sovjbi8] {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    color: var(--color-muted-gray, #82909c);
}

@media (max-width: 768px) {
    .filters-container[b-r35sovjbi8] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-r35sovjbi8] {
        max-width: 100%;
        width: 100%;
    }

    .three-ideas-container[b-r35sovjbi8] {
        flex-direction: column;
        gap: 1.5em;
    }

        .three-ideas-container > *[b-r35sovjbi8] {
            flex: 1 1 100%;
            width: 100%;
        }

        .three-ideas-container > div[style*="background-color: transparent;"][b-r35sovjbi8] {
            display: none !important;
        }
}
/* /Components/Pages/Admin/AdminPage.razor.rz.scp.css */
.tabs-container[b-dm6uy9wvck] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tabs-header[b-dm6uy9wvck] {
    display: flex;
    gap: 4px;
}

.tab-nav-btn[b-dm6uy9wvck] {
    padding: 10px 20px;
    background-color: var(--tile-background-color);
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
}

    .tab-nav-btn:hover[b-dm6uy9wvck] {
        background-color: var(--color-bg-hover);
    }

    /* Highlight the active button */
    .tab-nav-btn.active[b-dm6uy9wvck] {
        color: var(--color-green);
        border-bottom-color: var(--color-green);
        font-weight: bold;
    }

.tabs-content[b-dm6uy9wvck] {
    padding: 20px 10px;
}
/* /Components/Pages/Admin/AdminUsersTab.razor.rz.scp.css */
.users-tab-layout[b-q65p7py99d] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

.card-container[b-q65p7py99d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    box-sizing: border-box;
}

.info-container[b-q65p7py99d] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.user-name[b-q65p7py99d] {
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email[b-q65p7py99d] {
    color: var(--color-muted-gray, #82909c);
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-wrapper[b-q65p7py99d] {
    flex-shrink: 0;
}

.role-select[b-q65p7py99d] {
    padding: 8px 12px;
    background-color: #151d24;
    border: 1px solid #222f3a;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    max-width: 110px;
    transition: all 0.2s ease;
}

    .role-select:focus[b-q65p7py99d] {
        border-color: var(--color-green, #c6f24a);
    }

@media (max-width: 768px) {
    .card-container[b-q65p7py99d] {
        gap: 8px;
    }

    .role-select[b-q65p7py99d] {
        padding: 6px 8px;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Home/DayScheduleComponent.razor.rz.scp.css */
.main-container[b-tdkpjxpnea]{
    display:flex;
    flex-direction:column;
    gap:2em;
}

.title-container[b-tdkpjxpnea] {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.muted-gray-text[b-tdkpjxpnea] {
    font-size: 14px;
    color: var(--color-muted-gray);
}

.date-text[b-tdkpjxpnea] {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.events-container[b-tdkpjxpnea]{
    display:flex;
    flex-direction:column;
    gap:1em;
}
/* /Components/Pages/Home/FeatureCard.razor.rz.scp.css */
.main-container[b-xlgsoyeq1j]{
    display:flex;
    flex-direction:column;
    gap:1em;
}

.title-text[b-xlgsoyeq1j] {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-green);
}

.description-text[b-xlgsoyeq1j] {
    font-size: 14px;
    color: var(--color-muted-gray)
}
/* /Components/Pages/Home/GeneralInformationTile.razor.rz.scp.css */
.main-container[b-8l1v65obu7] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.space-between-container[b-8l1v65obu7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3em;
}

.date-time-container[b-8l1v65obu7] {
    display: flex;
    flex-direction: column;
}

.muted-gray-text[b-8l1v65obu7] {
    font-size: 12px;
    color: var(--color-muted-gray);
}

.date-text[b-8l1v65obu7] {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.value-text[b-8l1v65obu7] {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    max-width: 250px;
    text-align: right;
}

.information-container[b-8l1v65obu7]{
    display:flex;
    flex-direction:column;
    gap:0.25em;
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
.main-container[b-wb80u8zvox] {
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.information-container[b-wb80u8zvox] {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .information-container[b-wb80u8zvox] {
        flex-direction: column; /* Stacks the content on mobile screens */
        justify-content: flex-start;
        gap: 20px;
        align-items: stretch;
    }

    .registration-container[b-wb80u8zvox] {
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
    }

    .schedules-container[b-wb80u8zvox] {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

        .schedules-container > *[b-wb80u8zvox] {
            width: 100%;
            box-sizing: border-box;
        }

    .features-container[b-wb80u8zvox] {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

        .features-container > *[b-wb80u8zvox] {
            width: 100%;
            box-sizing: border-box;
        }
}

.registration-container[b-wb80u8zvox] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.registration-text-container[b-wb80u8zvox] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--tile-border-color);
    padding: 6px 16px;
    border-radius: 20px;
    color: var(--color-muted-gray);
    --dot-color: var(--color-green);
}

    .registration-text-container[b-wb80u8zvox]::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: var(--dot-color);
        border-radius: 50%;
    }

    .registration-text-container.vote-phase[b-wb80u8zvox] {
        --dot-color: #007bff;
    }

    .registration-text-container.done-phase[b-wb80u8zvox] {
        --dot-color: #6c757d;
    }

.registration-title[b-wb80u8zvox] {
    font-size: clamp(30px, 8vw, 80px);
    font-weight: bold;
    line-height: 1;
}

.registration-description[b-wb80u8zvox] {
    color: var(--color-subtitle);
    font-size: 22px;
}

.registration-button-group[b-wb80u8zvox] {
    display: flex;
    gap: 1rem;
}

.browse-ideas-btn[b-wb80u8zvox] {
    background: transparent;
    color: var(--color-text-white);
    font-weight: bold;
    padding: 0.85rem 2rem;
    border: 1px solid #485663;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .browse-ideas-btn:hover[b-wb80u8zvox] {
        background-color: #121a22;
    }

.schedule-section-container[b-wb80u8zvox] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.schedule-text[b-wb80u8zvox] {
    font-size: 24px;
    font-weight: bold;
}

.schedules-container[b-wb80u8zvox] {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.features-container[b-wb80u8zvox] {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.kpi-container[b-wb80u8zvox] {
    display: flex;
    gap: 1em;
}

.figure-container[b-wb80u8zvox] {
    display: flex;
    flex-direction: column;
}

.figure-number[b-wb80u8zvox] {
    font-size: 32px;
    font-weight: bold;
}

.figure-not-loaded[b-wb80u8zvox] {
    color: transparent;
}

.figure-text[b-wb80u8zvox] {
    color: var(--color-muted-gray);
    font-size: 14px;
}

.registration-title-image[b-wb80u8zvox] {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    background-color: transparent;
    filter: brightness(1.1);  /* Brighten if needed */
}
/* /Components/Pages/Home/ScheduleItemComponent.razor.rz.scp.css */
.main-container[b-lohucx8l1l] {
    display: flex;
    gap: 2em;
}

.time-text[b-lohucx8l1l] {
    color: var(--color-green);
}

.optional-time-text[b-lohucx8l1l] {
    color: var(--color-muted-gray);
}

.event-container[b-lohucx8l1l] {
    display: flex;
    flex-direction: column;
}

.title-container[b-lohucx8l1l] {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.title-text[b-lohucx8l1l] {
    font-weight: bold;
}

.optional-text[b-lohucx8l1l] {
    color: var(--color-muted-gray);
    font-size: 12px;
}

.description-text[b-lohucx8l1l] {
    color: var(--color-muted-gray);
    font-size: 14px;
}
/* /Components/Pages/Ideas/CommentSection.razor.rz.scp.css */
.comments-section[b-ra6036ovr6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: #0f1419;
    border-radius: 12px;
    margin-top: 1rem;
}

.comments-header[b-ra6036ovr6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.comments-title[b-ra6036ovr6] {
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
}

.comments-list[b-ra6036ovr6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.comment-item[b-ra6036ovr6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    background-color: #151d24;
    border-left: 3px solid var(--color-green, #c6f24a);
    border-radius: 8px;
}

.comment-header[b-ra6036ovr6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.comment-author[b-ra6036ovr6] {
    font-weight: bold;
    color: var(--color-green, #c6f24a);
    font-size: 0.9rem;
}

.comment-date[b-ra6036ovr6] {
    color: var(--color-muted-gray, #82909c);
    font-size: 0.8rem;
}

.comment-content[b-ra6036ovr6] {
    color: #ffffff;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
    word-wrap: break-word;
}

.no-comments-text[b-ra6036ovr6] {
    color: var(--color-muted-gray, #82909c);
    text-align: center;
    margin: 0;
    padding: 1rem;
}

.comment-form[b-ra6036ovr6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #222f3a;
}

.comment-input[b-ra6036ovr6] {
    background-color: #151d24;
    border: 1px solid #222f3a;
    color: #ffffff;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: inherit;
}

.comment-input:focus[b-ra6036ovr6] {
    background-color: #1a242d;
    border-color: var(--color-green, #c6f24a);
    color: #ffffff;
}

.btn[b-ra6036ovr6] {
    background-color: var(--color-green, #c6f24a);
    color: #000000;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 0.9rem;
}

.btn:hover:not(:disabled)[b-ra6036ovr6] {
    background-color: #b8e640;
}

.btn:disabled[b-ra6036ovr6] {
    background-color: #666666;
    color: #ffffff;
    cursor: not-allowed;
}

.alert[b-ra6036ovr6] {
    padding: 0.75rem;
    border-radius: 8px;
    margin: 0;
}

.alert-danger[b-ra6036ovr6] {
    background-color: #5c2f2f;
    color: #ff6b6b;
    border: 1px solid #8b4949;
}
/* /Components/Pages/Ideas/EditButton.razor.rz.scp.css */
.leave-btn[b-ye0j48ur04] {
    background-color: var(----color-dark-green-bg);
    color: var(--color-green);
    border: 1px solid var(--color-green);
    font-weight: bold;
    padding: 0.85rem 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
}

    .leave-btn:hover[b-ye0j48ur04] {
        background-color: #0f120c;
    }
/* /Components/Pages/Ideas/IdeaCard.razor.rz.scp.css */
.main-container[b-aivojsuh7z] {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    min-height: 100%;
}

.block[b-aivojsuh7z] {
    display: flex;
    flex-direction: column;
}

.title-text[b-aivojsuh7z] {
    font-size: 18px;
    font-weight: bold;
}

.description-text[b-aivojsuh7z] {
    font-size: 15px;
    color: var(--color-subtitle);
}

.block-title[b-aivojsuh7z] {
    font-size: 14px;
    color: var(--color-muted-gray);
    line-height: 1;
}

.block-description[b-aivojsuh7z] {
    font-size: 14px;
    color: var(--color-subtitle);
}

.owner-container[b-aivojsuh7z] {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.owner-name[b-aivojsuh7z] {
    font-size: 14px;
}

.team-container[b-aivojsuh7z] {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.needs-more-text[b-aivojsuh7z] {
    color: orange;
    font-size: 14px;
}

.members-container[b-aivojsuh7z] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.member-container[b-aivojsuh7z] {
    display: flex;
    gap: 4px;
    padding: 4px 8px;
    background-color: #222f3a;
    border-radius: 12px;
    align-items: center;
}

.member-text[b-aivojsuh7z] {
    font-size: 12px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.awaiting-approval-text[b-aivojsuh7z] {
    color: var(--color-muted-gray);
    margin-left: auto;
    margin-right: auto;
}

.team-full-text[b-aivojsuh7z] {
    color: var(--color-full);
    margin-left: auto;
    margin-right: auto;
}

.gauge-container[b-aivojsuh7z] {
    width: 100%;
    height: 8px;
    background-color: #1c262f;
    border-radius: 4px;
    overflow: hidden;
}

.gauge-fill[b-aivojsuh7z] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.4s ease-in-out;
}
/* /Components/Pages/Ideas/IdeaCreator.razor.rz.scp.css */
.main-container[b-6iwlnza737] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.new-pitch-text[b-6iwlnza737] {
    color: var(--color-muted-gray);
    font-size: 14px;
}

.pitch-text[b-6iwlnza737] {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}

.description-text[b-6iwlnza737] {
    font-size: 14px;
    color: var(--color-muted-gray);
}

.title-section-text[b-6iwlnza737] {
    font-size: 12px;
    color: var(--color-muted-gray);
}

.section-container[b-6iwlnza737] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-select:focus[b-6iwlnza737],
.form-control:focus[b-6iwlnza737] {
    border-color: var(--color-green); /* Changes the solid inner border line */
    box-shadow: none;
}

.error-text[b-6iwlnza737] {
    color: red;
    margin-left: auto;
    margin-right: auto;
}
/* /Components/Pages/Ideas/IdeasPage.razor.rz.scp.css */
.main-container[b-pw924am8t0] {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
    box-sizing: border-box;
}

.header-container[b-pw924am8t0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.pitch-btn-container[b-pw924am8t0] {
    margin-top: auto;
    margin-left: auto;
    flex-shrink: 0;
}

.filters-container[b-pw924am8t0] {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.search-container[b-pw924am8t0] {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
}

.search-input[b-pw924am8t0] {
    width: 100%;
    padding: 10px 16px;
    background-color: #151d24;
    border: 1px solid #222f3a;
    border-radius: 12px;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

    .search-input[b-pw924am8t0]::placeholder {
        color: #4a5761;
    }

    .search-input:focus[b-pw924am8t0] {
        border-color: var(--color-green, #c6f24a);
    }

.categories-container[b-pw924am8t0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.category-btn[b-pw924am8t0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    height: 36px;
    border-radius: 18px;
    background-color: #111a22;
    border: 1px solid #222f3a;
    color: #82909c;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

    .category-btn:hover[b-pw924am8t0] {
        border-color: #3f5366;
        background-color: #1a242d;
    }

    .category-btn.active[b-pw924am8t0] {
        background-color: var(--color-green, #c6f24a);
        border-color: var(--color-green, #c6f24a);
        color: #000000;
    }

/* Ideas Core Layout Structure */
.ideas-container[b-pw924am8t0] {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
}

.three-ideas-container[b-pw924am8t0] {
    display: flex;
    justify-content: space-between;
    gap: 1.5em;
    width: 100%;
}

    .three-ideas-container > *[b-pw924am8t0] {
        flex: 1 1 33.333%;
        box-sizing: border-box;
    }

.no-match-text[b-pw924am8t0] {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    color: #82909c;
}

@media (max-width: 768px) {
    .header-container[b-pw924am8t0] {
        flex-direction: column;
        align-items: stretch;
    }

    .pitch-btn-container[b-pw924am8t0] {
        margin-left: 0;
        width: 100%;
    }

        .pitch-btn-container > *[b-pw924am8t0] {
            width: 100%;
        }

    .filters-container[b-pw924am8t0] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-pw924am8t0] {
        max-width: 100%;
        width: 100%;
    }

    .three-ideas-container[b-pw924am8t0] {
        flex-direction: column;
        gap: 1.5em;
    }

        .three-ideas-container > *[b-pw924am8t0] {
            flex: 1 1 100%;
            width: 100%;
        }

        .three-ideas-container > div[style*="background-color: transparent;"][b-pw924am8t0] {
            display: none !important;
        }
}
/* /Components/Pages/Ideas/LeaveButton.razor.rz.scp.css */
.leave-btn[b-z2o9rufl0d] {
    background-color: var(----color-dark-green-bg);
    color: var(--color-green);
    border: 1px solid var(--color-green);
    font-weight: bold;
    padding: 0.85rem 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
}

    .leave-btn:hover[b-z2o9rufl0d] {
        background-color: #0f120c;
    }
/* /Components/Pages/Results/ResultsPage.razor.rz.scp.css */
.results-page-layout[b-pkec2z4uzt] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 4em;
    width: 100%;
    box-sizing: border-box;
}

.live-standings-text[b-pkec2z4uzt] {
    color: var(--color-muted-gray);
    line-height: 1;
    letter-spacing: 1px;
}

.leaderboard-text[b-pkec2z4uzt] {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 768px) {
    .results-page-layout[b-pkec2z4uzt] {
        padding: 0 16px;
    }
}
/* /Components/Pages/Results/ResultTile.razor.rz.scp.css */
.result-tile-layout[b-dw9aimq3ep] {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.content-container[b-dw9aimq3ep] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    gap: 4px;
}

.rank[b-dw9aimq3ep] {
    color: var(--color-muted-gray);
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    min-width: 32px;
}

.category-color[b-dw9aimq3ep] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}

.idea-title[b-dw9aimq3ep] {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-container[b-dw9aimq3ep] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.average[b-dw9aimq3ep] {
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.vote[b-dw9aimq3ep] {
    font-size: 14px;
    color: var(--color-muted-gray);
    white-space: nowrap;
    flex-shrink: 0;
}

.idea-container[b-dw9aimq3ep] {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0; 
}

.styled-progress[b-dw9aimq3ep] {
    width: 100%;
    height: 8px;
    appearance: none;
    -webkit-appearance: none;
}

    .styled-progress[b-dw9aimq3ep]::-webkit-progress-bar {
        background-color: #2b2d30;
        border-radius: 9999px;
    }

.progress-success[b-dw9aimq3ep]::-webkit-progress-value {
    background-color: var(--color-green);
    border-radius: 9999px;
}

.progress-default[b-dw9aimq3ep]::-webkit-progress-value {
    background-color: #53575c;
    border-radius: 9999px;
}
/* /Components/Pages/Results/WinnerTile.razor.rz.scp.css */
.winner-tile-layout[b-rf7r7fdw1c] {
    border: 1px solid var(--color-green);
    padding: 2em 1.75em;
    border-radius: 20px;
    background-color: var(--color-dark-green-bg);
    color: var(--color-text-white);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.left-container[b-rf7r7fdw1c] {
    display: flex;
    gap: 24px;
    align-items: center;
    min-width: 0; 
}

.trophee[b-rf7r7fdw1c] {
    font-size: 56px;
    flex-shrink: 0;
}

.information-container[b-rf7r7fdw1c] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.people-award-text[b-rf7r7fdw1c] {
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
}

.idea-title[b-rf7r7fdw1c] {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    word-break: break-word;
}

.owner-text[b-rf7r7fdw1c] {
    color: var(--color-subtitle);
}

.average-container[b-rf7r7fdw1c] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
    flex-shrink: 0;
}

.average-text[b-rf7r7fdw1c] {
    color: var(--color-green);
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}

.average-indication[b-rf7r7fdw1c] {
    color: var(--color-muted-gray);
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .winner-tile-layout[b-rf7r7fdw1c] {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 1.5em;
    }

    .left-container[b-rf7r7fdw1c] {
        gap: 16px;
    }

    .trophee[b-rf7r7fdw1c] {
        font-size: 44px;
    }

    .idea-title[b-rf7r7fdw1c] {
        font-size: 24px;
    }

    .average-container[b-rf7r7fdw1c] {
        flex-direction: row;
        align-items: baseline;
        gap: 6px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 12px;
    }
}
/* /Components/Pages/Vote/VoteCard.razor.rz.scp.css */
.vote-card-layout[b-bf2tizo01j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.info-container[b-bf2tizo01j] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.title-text[b-bf2tizo01j] {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
}

.author-text[b-bf2tizo01j] {
    color: var(--color-muted-gray);
}

.vote-btns-container[b-bf2tizo01j] {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    flex-shrink: 0;
}

.vote-btn[b-bf2tizo01j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--tile-background-color, #151d24);
    border: 1px solid var(--tile-border-color, #222f3a);
    color: var(--color-muted-gray, #82909c);
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .vote-btn:disabled[b-bf2tizo01j] {
        cursor: not-allowed;
        opacity: 0.6;
    }

    .vote-btn:hover:not(:disabled)[b-bf2tizo01j] {
        border-color: var(--color-border-hover);
        background-color: var(--color-bg-hover);
    }

    .vote-btn.active[b-bf2tizo01j] {
        border-color: var(--color-green);
        color: #000000;
        background-color: var(--color-green);
    }

@media (max-width: 768px) {
    .vote-card-layout[b-bf2tizo01j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .vote-btns-container[b-bf2tizo01j] {
        width: 100%;
        justify-content: space-between;
    }

    .vote-btn[b-bf2tizo01j] {
        flex: 1;
        max-width: 55px;
    }
}
/* /Components/Pages/Vote/VotePage.razor.rz.scp.css */
.main-container[b-ufkw2aatot] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 4em;
    width: 100%;
    box-sizing: border-box;
}

.score-container[b-ufkw2aatot] {
    display: flex;
    gap: 4px;
}

.score-text[b-ufkw2aatot] {
    color: var(--color-muted-gray);
}

.score[b-ufkw2aatot] {
    color: var(--color-green);
    font-weight: bold;
}

.submitted-votes-text[b-ufkw2aatot] {
    margin-left: auto;
    margin-right: auto;
    color: var(--color-green);
    font-weight: bold;
}

.error-text[b-ufkw2aatot] {
    color: red;
}

.modal-container[b-ufkw2aatot] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

@media (max-width: 768px) {
    .main-container[b-ufkw2aatot] {
        padding: 0 16px;
    }

    .vote-buttons-row-container[b-ufkw2aatot] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 4px;
        width: 100%;
    }
}
