/* _content/Frontend/Components/Auth/Pages/Login.razor.rz.scp.css */
/* _content/Frontend/Components/Auth/Pages/ProfilePage.razor.rz.scp.css */
/* _content/Frontend/Components/Auth/Pages/Register.razor.rz.scp.css */
/* _content/Frontend/Components/Layout/Header.razor.rz.scp.css */
body[b-ky836jpvvb] {
}

/* _content/Frontend/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-46ojlnh66e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.content[b-46ojlnh66e]{
    padding-top: 25px;
}

main[b-46ojlnh66e] {
    flex: 1;
    min-height: 100vh;
}

.sidebar[b-46ojlnh66e] {
    background-image: linear-gradient(180deg, rgb(22, 22, 22) 0%, #2e2e2e 70%);
}

.top-row[b-46ojlnh66e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-46ojlnh66e]  a, .top-row[b-46ojlnh66e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-46ojlnh66e]  a:hover, .top-row[b-46ojlnh66e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-46ojlnh66e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-46ojlnh66e] {
        justify-content: space-between;
    }

    .top-row[b-46ojlnh66e]  a, .top-row[b-46ojlnh66e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-46ojlnh66e] {
        flex-direction: row;
    }

    .sidebar[b-46ojlnh66e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-46ojlnh66e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-46ojlnh66e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-46ojlnh66e], article[b-46ojlnh66e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-46ojlnh66e] {
    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-46ojlnh66e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Frontend/Components/Layout/NavMenu.razor.rz.scp.css */
*[b-w6v3fayc1j], *[b-w6v3fayc1j]::before, *[b-w6v3fayc1j]::after {
    box-sizing: border-box;
}

.navbar[b-w6v3fayc1j] {
    z-index: 1050;
}

.navbar-brand[b-w6v3fayc1j] {
    font-size: 1.1rem;
}

.navbar-brand img[b-w6v3fayc1j] {
    max-height: 80px;
}

.header-title[b-w6v3fayc1j] {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
}

.navbar-toggler[b-w6v3fayc1j] {
    width: 3.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.75rem;
}

.bi[b-w6v3fayc1j] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.nav-item[b-w6v3fayc1j] {
    font-size: 0.95rem;
}

.nav-link[b-w6v3fayc1j] {
    color: #d7d7d7;
    transition: transform 0.2s ease-out;
}

.nav-link:hover[b-w6v3fayc1j],
.nav-link:focus[b-w6v3fayc1j] {
    transform: scale(1.1);
    color: white; 
}

.navbar .nav-item .nav-link.active[b-w6v3fayc1j],
.navbar .nav-item .nav-link[aria-current="page"][b-w6v3fayc1j] {
    color: #B771E5; 
}

.nav-link.active:active[b-w6v3fayc1j] {
    transform: scale(1.05);
    color: #B771E5 !important; 
}

.nav-link:active:not(.active)[b-w6v3fayc1j] {
    transform: scale(1.05);
 
}
.arcade-cart-btn[b-w6v3fayc1j] {
    background: none;
    border: none;
    color: white;
    position: relative;
    font-size: 1.5rem;
}

.arcade-cart-badge[b-w6v3fayc1j] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ffe600;
    color: #000;
    font-size: 0.5rem;
    padding: 0.25em 0.5em;
    border-radius: 999px;
    font-weight: bold;
    font-family: 'Press Start 2P', monospace;
    text-shadow: 0 0 1px #000;
    box-shadow:
            0 0 4px #ffc107;
    border: 2px solid #a67c00;
    z-index: 2;
}

@media (max-width: 768px) {
    .header-title[b-w6v3fayc1j] {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .nav-link[b-w6v3fayc1j] {
        padding: 0.5rem 1rem;
    }
    
    a.navbar-brand[b-w6v3fayc1j] {
        margin-right: 0;
        margin-left: 1rem;
    }

    .arcade-cart-btn[b-w6v3fayc1j] {
        font-size: 1.4rem;
    }

    .navbar-brand[b-w6v3fayc1j] {
        font-size: 1.1rem;
        flex-direction: column;
    }
    
}

@media (min-width: 1200px) {
    .nav-link[b-w6v3fayc1j] {
        padding: 0.75rem 1.5rem;
    }
}
/* _content/Frontend/Components/Layout/ProductPageLayout.razor.rz.scp.css */
.productpage-main[b-fiule7c4ef] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 350;
}

.page[b-fiule7c4ef] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-fiule7c4ef] {
    background-image: linear-gradient(180deg, rgb(22, 22, 22) 0%, #2e2e2e 70%);
}

.top-row[b-fiule7c4ef] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fiule7c4ef]  a, .top-row[b-fiule7c4ef]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-fiule7c4ef]  a:hover, .top-row[b-fiule7c4ef]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-fiule7c4ef]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-fiule7c4ef] {
        justify-content: space-between;
    }

    .top-row[b-fiule7c4ef]  a, .top-row[b-fiule7c4ef]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fiule7c4ef] {
        flex-direction: row;
    }

    .sidebar[b-fiule7c4ef] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fiule7c4ef] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fiule7c4ef]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fiule7c4ef], article[b-fiule7c4ef] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fiule7c4ef] {
    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-fiule7c4ef] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* _content/Frontend/Components/Layout/StoreFrontLayout.razor.rz.scp.css */

.storefront-main[b-3fssdfkqew] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.product-title[b-3fssdfkqew] {
    font-weight: 600; /* medium for emphasis */
    font-size: 1.125rem; /* ~18px */
    letter-spacing: 0.5px;
}

.product-price[b-3fssdfkqew] {
    font-weight: 700; /* bold for call-out */
    font-size: 1.25rem; /* ~20px */
}
.productpage-main[b-3fssdfkqew] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 350;
}

.page[b-3fssdfkqew] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3fssdfkqew] {
    flex: 1;
}

.sidebar[b-3fssdfkqew] {
    background-image: linear-gradient(180deg, rgb(22, 22, 22) 0%, #2e2e2e 70%);
}

.top-row[b-3fssdfkqew] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3fssdfkqew]  a, .top-row[b-3fssdfkqew]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-3fssdfkqew]  a:hover, .top-row[b-3fssdfkqew]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-3fssdfkqew]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-3fssdfkqew] {
        justify-content: space-between;
    }

        .top-row[b-3fssdfkqew]  a, .top-row[b-3fssdfkqew]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-3fssdfkqew] {
        flex-direction: row;
    }

    .sidebar[b-3fssdfkqew] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3fssdfkqew] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-3fssdfkqew]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-3fssdfkqew], article[b-3fssdfkqew] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3fssdfkqew] {
    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-3fssdfkqew] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Frontend/Components/LoadingAnimation.razor.rz.scp.css */
.pacman-loader[b-zowsyl53v6] {
    margin-top: 3rem;
}

.pacman-animation-wrapper[b-zowsyl53v6] {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.pacman-top[b-zowsyl53v6], .pacman-bottom[b-zowsyl53v6] {
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: #4635B1;
    border-radius: 100px 100px 0 0;
    left: 0;
    z-index: 2;
}

.pacman-top[b-zowsyl53v6] {
    top: 0;
    animation: chomp-b-zowsyl53v6 0.5s linear infinite;
}

.pacman-bottom[b-zowsyl53v6] {
    top: 50px;
    transform: rotate(180deg);
    animation: chompreverse-b-zowsyl53v6 0.5s linear infinite;
}

.feed[b-zowsyl53v6] {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #c53a3a;
    border-radius: 50%;
    top: 45px;
    left: 125px;
    animation: feed-b-zowsyl53v6 1s linear infinite;
}


@keyframes chomp-b-zowsyl53v6 {
    0%, 100% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-45deg);
    }
}

@keyframes chompreverse-b-zowsyl53v6 {
    0%, 100% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(225deg);
    }
}

@keyframes feed-b-zowsyl53v6 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-120px);
    }
}
/* _content/Frontend/Components/Store/Components/ProductCard.razor.rz.scp.css */
#ProductCard1[b-anw1r92lhd] {
    background-color: #444444;
    color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    border-color: #5e5e5e;
}

.btn btn-primary btn-sm[b-anw1r92lhd] {
    background-color: #DA0037;
}

#ProductImage[b-anw1r92lhd] {
    width: 100px;
    height: 100px;
    margin-right: 40px;
}
/*
.ProductCardPrice {
    margin-left: 50%
}*/

#ProductCardButton[b-anw1r92lhd] {
    background-color: #DA0037;
    border: none;
    border-radius: 2%;
}

.card-title[b-anw1r92lhd] {
    font-weight: 600; /* medium for emphasis */
    font-size: 1.125rem; /* ~18px */
    letter-spacing: 0.5px;
}

.ProductCardPrice[b-anw1r92lhd] {
    font-weight: 700; /* bold for call-out */
    font-size: 1.25rem; /* ~20px */
}
/* _content/Frontend/Components/Store/Components/ShoppingCart.razor.rz.scp.css */
:root[b-22qi9z4c3l] {
    --primary-color: #4635B1;
}

.shopping-cart-popup[b-22qi9z4c3l] {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 350px;
    max-height: 80vh;
    overflow-y: auto;
    /*background-color: #111;*/
    /*border: 2px solid #B771E5;*/
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);*/
    padding: 20px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
    .shopping-cart-popup[b-22qi9z4c3l] {
        width: 90%;
        right: 5%;
        top: 80px;
    }
}

@media (min-width: 2200px) {
    .shopping-cart-popup[b-22qi9z4c3l] {
        right: 25rem;
    }
}


.cart-wrapper[b-22qi9z4c3l] {
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.cart-icon-container[b-22qi9z4c3l] {
    position: relative;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

    .cart-icon-container:hover[b-22qi9z4c3l] {
        transform: scale(1.1);
        text-shadow: 0 0 5px rgba(70, 53, 177, 0.5);
    }

.cart-counter[b-22qi9z4c3l] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--secondary-color, #B771E5);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(70, 53, 177, 0.5);
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}

.cart-dropdown[b-22qi9z4c3l] {
    position: absolute;
    top: 50px;
    right: 0;
    width: 320px;
    background-color: var(--card-background, #FFFFFF);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 5px rgba(70, 53, 177, 0.5);
    padding: 1rem;
    z-index: 200;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color, #4635B1);
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

.cart-wrapper .cart-dropdown.active[b-22qi9z4c3l] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cart-header[b-22qi9z4c3l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color, #4635B1);
    margin-bottom: 1rem;
}

    .cart-header h3[b-22qi9z4c3l] {
        font-size: 1rem;
        color: var(--text-color, #4635B1);
        font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
        margin: 0;
        text-shadow: 0 0 5px rgba(70, 53, 177, 0.5);
    }

.cart-close[b-22qi9z4c3l] {
    cursor: pointer;
    color: var(--text-color, #4635B1);
    transition: color 0.3s ease;
}

    .cart-close:hover[b-22qi9z4c3l] {
        color: var(--secondary-color, #B771E5);
    }

.cart-items[b-22qi9z4c3l] {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 1rem;
    max-height: 250px;
}

.cart-item[b-22qi9z4c3l] {
    display: flex;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed var(--primary-color, #4635B1);
    animation: slideIn 0.3s ease;
}

.cart-item-image[b-22qi9z4c3l] {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-item-details[b-22qi9z4c3l] {
    flex: 1;
}

.cart-item-name[b-22qi9z4c3l] {
    font-size: 0.9rem;
    margin: 0 0 0.25rem 0;
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}

.cart-item-price[b-22qi9z4c3l] {
    font-size: 0.85rem;
    font-weight: bold;
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}

.cart-item-remove[b-22qi9z4c3l] {
    color: #ff4d4d;
    cursor: pointer;
    align-self: center;
    font-size: 0.85rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .cart-item-remove:hover[b-22qi9z4c3l] {
        opacity: 1;
    }

.cart-footer[b-22qi9z4c3l] {
    border-top: 2px solid var(--primary-color, #4635B1);
    padding-top: 1rem;
}

.cart-total[b-22qi9z4c3l] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-weight: bold;
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}

.checkout-btn[b-22qi9z4c3l] {
    width: 100%;
    padding: 0.75rem;
}

.empty-cart[b-22qi9z4c3l] {
    text-align: center;
    padding: 2rem 1rem;
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}

    .empty-cart i[b-22qi9z4c3l] {
        font-size: 2rem;
        margin-bottom: 1rem;
        animation: pulse 2s infinite;
    }

.cart-item-quantity[b-22qi9z4c3l] {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.item-quantity[b-22qi9z4c3l] {
    margin: 0 0.5rem;
    font-size: 0.85rem;
    font-family: 'Press Start 2P', cursive, 'Segoe UI', Tahoma, sans-serif;
}
/* _content/Frontend/Components/Store/Pages/Checkout.razor.rz.scp.css */
.receipt-overlay[b-0m6lxe6k8w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[b-0m6lxe6k8w], .form-control[b-0m6lxe6k8w] {
    background-color: #d6d6d6 !important;
}

input[b-0m6lxe6k8w]
{
    color: black !important;
}

.arcade-error[b-0m6lxe6k8w] {
    font-family: monospace;
    color: #f55;
}

label[b-0m6lxe6k8w] {
    color: #fff !important;
}
/* _content/Frontend/Components/User/Components/ArcadeGame.razor.rz.scp.css */
.arcade-machine[b-9ukqew5fbn] {
    width: 280px;
   
}

.arcade-screen[b-9ukqew5fbn] {
    width: 260px;
    height: 360px;
    border: 4px solid #333;
    border-radius: 8px;
}

.power-btn[b-9ukqew5fbn] {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 1.2rem;
    box-shadow: inset -2px -2px 4px rgba(0,0,0,.7);
}
.screen-arcade-text[b-9ukqew5fbn] {
    font-family: 'Press Start 2P', cursive;
    color:yellow;
    margin-top: 1rem;
    text-shadow: 0 0 5px rgba(70, 53, 177, 0.5);
    animation: blink-b-9ukqew5fbn 2s infinite;
    font-size: 0.5rem;
    letter-spacing: 1px;
}

@keyframes blink-b-9ukqew5fbn {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}
/* _content/Frontend/Components/User/Components/ContactSupportModal.razor.rz.scp.css */
.modal[b-crbtelkzri] {
    background-color: rgba(0, 0, 0, 0.75);
}

    .modal.show[b-crbtelkzri] {
        display: block;
    }

.modal-content[b-crbtelkzri] {
    background-color: #1a1a1a;
    border: 2px solid #bf1f1f;
    border-radius: 8px;
}

.modal-header[b-crbtelkzri] {
    border-bottom: 1px solid #333;
    background-color: #2a2a2a;
}

.modal-title[b-crbtelkzri] {
    color: #bf1f1f;
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
}

.modal-body[b-crbtelkzri] {
    color: #e0e0e0;
}

.modal-footer[b-crbtelkzri] {
    border-top: 1px solid #333;
    background-color: #2a2a2a;
}

.form-control[b-crbtelkzri] {
    background-color: #2a2a2a;
    border: 1px solid #333;
    color: #e0e0e0;
}

    .form-control:focus[b-crbtelkzri] {
        background-color: #333;
        border-color: #bf1f1f;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(191, 31, 31, 0.25);
    }

.form-label[b-crbtelkzri] {
    color: #e0e0e0;
}

/* Buttons in dark theme */
.btn-primary[b-crbtelkzri] {
    background-color: #bf1f1f;
    border-color: #bf1f1f;
}

    .btn-primary:hover[b-crbtelkzri] {
        background-color: #d42a2a;
        border-color: #d42a2a;
    }

.btn-secondary[b-crbtelkzri] {
    background-color: #333;
    border-color: #444;
}

    .btn-secondary:hover[b-crbtelkzri] {
        background-color: #444;
        border-color: #555;
    } 
/* _content/Frontend/Components/User/Components/EventCarousel.razor.rz.scp.css */
/*.scroll-carousel-container {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.scroll-carousel {*/
/*    display: flex;*/
/*    overflow-x: auto;*/
/*    scroll-behavior: smooth;*/
/*    !*padding: 0 1rem;*!*/
/*}*/

/*.carousel-item-card {*/
/*    flex: none; !important;*/
/*    !*margin: 0; !* Ensure no extra spacing from default styles *!*!*/
/*}*/

/*.card {*/
/*    width: 250px;*/
/*    margin: 0 auto; !* Optional: Center the card inside the item *!*/
/*}*/

/*.carousel-arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 10;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    font-size: 2rem;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*}*/

/*.carousel-arrow.left {*/
/*    left: 0.5rem;*/
/*}*/

/*.carousel-arrow.right {*/
/*    right: 0.5rem;*/
/*}*/

/*.card-body {*/
/*    min-height: 160px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/
/* _content/Frontend/Components/User/Components/Footer.razor.rz.scp.css */
.screen-arcade-text[b-tui6yvc4gd] {
    font-family: 'Press Start 2P', cursive;
    color: yellow;
    margin-top: 1rem;
    text-shadow: 0 0 5px rgba(70, 53, 177, 0.5);
    animation: blink 2s infinite;
    font-size: 0.5rem;
    letter-spacing: 1px;
}
.border-purple[b-tui6yvc4gd] {
    border-color: #B771E5!important;
}
.social-icons a:hover[b-tui6yvc4gd],
.social-icons a:focus[b-tui6yvc4gd] {
    color: #B771E5!important;
    transform: scale(1.15) rotate(-5deg) !important;
    text-shadow: 0 0 8px #ff4b2b, 2px 2px 4px #222 !important;
}


.footer-links a:hover[b-tui6yvc4gd],
.footer-links a:focus[b-tui6yvc4gd] {
    color: #B771E5 !important;
   
    text-shadow: 2px 2px 4px #222, 0 0 8px #B771E5;
    outline: none
   
}

/* For accessibility: show focus for keyboard navigation */
.footer-links a:focus-visible[b-tui6yvc4gd] {
    outline: 2px dashed #B771E5!important;
    outline-offset: 3px;
    background: rgba(255, 75, 43, 0.08);
}
/* _content/Frontend/Components/User/Components/HighscoresViewer.razor.rz.scp.css */
#HighscoresContainer[b-o4gxwuyq7d] {
    background-color: #444444;
    color: #EDEDED;
    border: #5e5e5e;
    border-style: solid;
    border-width: 1px;
    border-radius: 2%;
}
/* _content/Frontend/Components/User/Components/LeaveComment.razor.rz.scp.css */
[b-yj6n3ntpgd]::placeholder {
    color: #ffffff; 
    opacity: 1;
}
/* _content/Frontend/Components/User/Components/LeaveReviewDialog.razor.rz.scp.css */
a.generic-text.generic-text-size[b-lfbd0ul7eb],
p.generic-text.generic-text-size[b-lfbd0ul7eb],
label.generic-text.generic-text-size[b-lfbd0ul7eb],
button.generic-text.generic-text-size[b-lfbd0ul7eb] {
    font-size: 1rem !important;
}
/* _content/Frontend/Components/User/Components/ReviewViewer.razor.rz.scp.css */
a.generic-text.generic-text-size[b-ygai01v9jb],
p.generic-text.generic-text-size[b-ygai01v9jb],
label.generic-text.generic-text-size[b-ygai01v9jb],
button.generic-text.generic-text-size[b-ygai01v9jb] {
    font-size: 1rem !important;
}
/* _content/Frontend/Components/User/Pages/Contact.razor.rz.scp.css */
.body-text[b-7m3657tej5] {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 1rem;
    color: #d1d1d1;
}
/* _content/Frontend/Components/User/Pages/Events.razor.rz.scp.css */


.div1[b-dse18h23g2] {
    width: 100%; height: 100%; border: 2px solid
}
.div2[b-dse18h23g2] {
background-color: black
}

.CellText[b-dse18h23g2] {
    color: black;
}
/* _content/Frontend/Components/User/Pages/Forum.razor.rz.scp.css */
/* _content/Frontend/Components/User/Pages/Home.razor.rz.scp.css */
/*:root {*/
/*    --primary-color: #39ff14; */
/*    --neon-glow: 0 0 2px #39ff14, 0 0 5px #39ff14, 0 0 10px #39ff14, 0 0 20px #39ff14;*/
/*}  !* Temp, eftersom det inte fanns någon --neon-glow innan *!*/

/*.arcade-text {*/
/*    font-family: 'Arcade', 'Press Start 2P', Tahoma, sans-serif;*/
/*    color: var(--primary-color);*/
/*    !*margin-top: 1rem;*!*/
/*    text-shadow: var(--neon-glow);*/
/*    animation: blink 2s infinite;*/
/*    font-size: 0.9rem;*/
/*    letter-spacing: 1px;*/
/*}*/

/*@keyframes blink {*/
/*    0%, 100% {*/
/*        opacity: 1;*/
/*    }*/

/*    50% {*/
/*        opacity: 0.3;*/
/*    }*/
/*}*/

.special-section-bg[b-00v62zfofe] {
    background-image: url('Images/v628-kul-01-meteor.jpg');
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1rem;
    padding: 2rem;
}

.hero-highlight[b-00v62zfofe] {
    background: linear-gradient(145deg, #1b1b1b, #2c2c2c);
    border: 2px solid #B771E5;
    box-shadow: 0 0 15px rgba(191, 31, 31, 0.6);
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
    .hero-highlight[b-00v62zfofe] {
        text-align: center;
    }
}
img[b-00v62zfofe] {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.tournament-banner[b-00v62zfofe] {
    box-shadow: 0 0 1rem #bb00ff;
    border: 2px solid #bb00ff;
}

    .tournament-banner .overlay[b-00v62zfofe] {
        background: rgba(0, 0, 0, 0.6);
    }

    .tournament-banner h2[b-00v62zfofe] {
        text-shadow: 0 0 8px rgba(187,0,255,0.8), 0 0 16px rgba(187,0,255,0.6);
        font-family: 'Press Start 2P', sans-serif; /* if you’re using a pixel font */
    }
