@import 'Type4Fun.Web.Client.v42towkcbr.bundle.scp.css';

/* _content/Type4Fun.Web/Components/Layout/HomeActions.razor.rz.scp.css */
/* Add this to your existing CSS */

.mode-container[b-ijznlkj2d0] {
    text-align: center;
    margin: 20px 0;
}

.mode-title[b-ijznlkj2d0] {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.mode-buttons[b-ijznlkj2d0] {
    display: flex;
    justify-content: center;
}

.mode-button[b-ijznlkj2d0] {
    padding: 10px 20px;
    font-size: 16px;
    color: var(--white-color);
    background: var(--background-gray);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0.8;
    filter: grayscale(20%);
}

    .mode-button:hover[b-ijznlkj2d0] {
        background: linear-gradient(145deg, var(--purple-color), var(--blue-color)); /* Gradient on hover */
        color: var(--white-color);
        border-color: transparent; /* Remove border on hover */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

@keyframes glow-b-ijznlkj2d0 {
    0% {
        box-shadow: 0 0 5px var(--pink-color), 0 0 10px var(--yellow-color);
    }

    100% {
        box-shadow: 0 0 10px var(--pink-color), 0 0 20px var(--yellow-color);
    }
}
/* _content/Type4Fun.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.fleet-heading-section[b-yjx9rstavg] {
    background-color: var(--background-dark);
    animation-name: example;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

.logo-image[b-yjx9rstavg] {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.blur-border[b-yjx9rstavg] {
    background: url('/logo.webp') no-repeat center/cover;
    box-shadow: 0 0 8px 8px var(--background-dark) inset;
}

/* Ensure navbar doesn't push page content */
.navbar[b-yjx9rstavg] {
    position: fixed; /* Keep it on top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Ensure it stays above everything */
}

/* Override Bootstrap collapse behavior */
@media (max-width: 768px) {
    .navbar-collapse[b-yjx9rstavg] {
        position: absolute; /* Overlap content */
        top: 100%; /* Position dropdown right below navbar */
        left: 0;
        width: 100%;
        background-color: var(--background-dark); /* Ensure readability */
        z-index: 1050; /* Keep it above other content */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

        /* Align dropdown menu to the left */
        .navbar-collapse ul[b-yjx9rstavg] {
            flex-direction: column;
            align-items: flex-start; /* Align to the left */
            padding: 10px;
        }
}

.nav-item[b-yjx9rstavg] {
    cursor: pointer;
}

/* _content/Type4Fun.Web/Components/Layout/NotFound.razor.rz.scp.css */
/* _content/Type4Fun.Web/Components/Layout/Ping.razor.rz.scp.css */
.ping-container[b-skubnr00py] {
    z-index: 9999;
    position: fixed;
    top: 1.5rem;
    left: 6rem;
    cursor: pointer;
}

.disabled[b-skubnr00py] {
    color: gray; /* Gray out the text */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
    pointer-events: none; /* Disable pointer events */
}
/* _content/Type4Fun.Web/Components/Layout/UserInfo.razor.rz.scp.css */
.image-container[b-j9u4w8bf3f] {
    position: relative;
    text-align: center;
    user-select: none;
}

.dropdown-list[b-j9u4w8bf3f] {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 130px;
    background-color: var(--background-dark);
    z-index: 500;
    display: inline-block;
    text-align: left;
    padding: 2px 10px 0px;
    font-size: 16px;
    border-radius: 10px;
}

.profile-image[b-j9u4w8bf3f] {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

    .profile-image:hover[b-j9u4w8bf3f]{
        transform: scale(1.1);
    }

    .list-el[b-j9u4w8bf3f] {
        cursor: pointer;
        list-style-type: none;
        display: flex;
        justify-content: start;
        align-items: center;
        display: inline-block;
    }

    .list-el:hover[b-j9u4w8bf3f] {
        color: white;
    }

.google-login-sign[b-j9u4w8bf3f] {
    font-size: 16px;
    opacity: 0.5;
}

.login-link:hover .fab.fa-google[b-j9u4w8bf3f] {
    opacity: 0.9; 
    color: var(--pink-color);
    user-select: none;
}
/* _content/Type4Fun.Web/Components/Pages/About/About.razor.rz.scp.css */
/* Add this to your existing CSS */

/* General Styling */
body[b-gg0qb7wvxq] {
    background-color: var(--background-gray); /* Set background to gray */
    color: var(--text-light); /* Light text for better contrast */
}

.container[b-gg0qb7wvxq] {
    background-color: var(--background-dark); /* Darker gray for containers */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px;
}

h1[b-gg0qb7wvxq], h2[b-gg0qb7wvxq], h3[b-gg0qb7wvxq] {
    color: var(--light-blue-color); /* Use light blue for headings */
    font-weight: 300; /* Lighter font weight for minimalism */
}

.lead[b-gg0qb7wvxq] {
    color: var(--text-light); /* Light text for paragraphs */
    font-size: 1.1em;
}

.list-group-item[b-gg0qb7wvxq] {
    background-color: var(--background-gray); /* Gray background for list items */
    color: var(--text-light); /* Light text */
    border: 1px solid var(--background-dark); /* Subtle border */
}

/* Donate Button Styling */
.donate-button[b-gg0qb7wvxq] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: var(--white-color);
    background: linear-gradient(145deg, var(--purple-color), var(--blue-color)); /* Gradient background */
    border: none;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .donate-button:hover[b-gg0qb7wvxq] {
        background: linear-gradient(145deg, var(--blue-color), var(--purple-color)); /* Reverse gradient on hover */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .donate-button:active[b-gg0qb7wvxq] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

/* Links Styling */
a.text-primary[b-gg0qb7wvxq] {
    color: var(--light-blue-color) !important; /* Light blue for links */
    text-decoration: none;
}

    a.text-primary:hover[b-gg0qb7wvxq] {
        color: var(--blue-color) !important; /* Darker blue on hover */
    }
/* _content/Type4Fun.Web/Components/Pages/About/Faq.razor.rz.scp.css */
/* Add this to your existing CSS */

/* General Styling */
body[b-i19ucvggag] {
    background-color: var(--background-gray); /* Set background to gray */
    color: var(--text-light); /* Light text for better contrast */
}

.container[b-i19ucvggag] {
    background-color: var(--background-dark); /* Darker gray for containers */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px;
}

h1[b-i19ucvggag], h2[b-i19ucvggag], h3[b-i19ucvggag] {
    color: var(--light-blue-color); /* Use light blue for headings */
    font-weight: 300; /* Lighter font weight for minimalism */
}

.lead[b-i19ucvggag] {
    color: var(--text-light); /* Light text for paragraphs */
    font-size: 1.1em;
}

.list-group-item[b-i19ucvggag] {
    background-color: var(--background-gray); /* Gray background for list items */
    color: var(--text-light); /* Light text */
    border: 1px solid var(--background-dark); /* Subtle border */
}

/* Donate Button Styling */
.donate-button[b-i19ucvggag] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: var(--white-color);
    background: linear-gradient(145deg, var(--purple-color), var(--blue-color)); /* Gradient background */
    border: none;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .donate-button:hover[b-i19ucvggag] {
        background: linear-gradient(145deg, var(--blue-color), var(--purple-color)); /* Reverse gradient on hover */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .donate-button:active[b-i19ucvggag] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

/* Links Styling */
a.text-primary[b-i19ucvggag] {
    color: var(--light-blue-color) !important; /* Light blue for links */
    text-decoration: none;
}

    a.text-primary:hover[b-i19ucvggag] {
        color: var(--blue-color) !important; /* Darker blue on hover */
    }
/* _content/Type4Fun.Web/Components/Pages/About/Support.razor.rz.scp.css */
/* Support Page Styling */
.card[b-7rglmpnxel] {
    background-color: var(--background-dark);
    border: 1px solid var(--background-gray);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-body[b-7rglmpnxel] {
    padding: 20px;
    color: var(--text-light)
}

.form-control[b-7rglmpnxel] {
    background-color: var(--background-gray);
    border: 1px solid var(--background-dark);
    color: var(--text-light);
    border-radius: 5px;
}

    .form-control:focus[b-7rglmpnxel] {
        background-color: var(--background-gray);
        border-color: var(--primary-color);
        color: var(--text-light);
        box-shadow: 0 0 5px var(--primary-color);
    }

.btn-primary[b-7rglmpnxel] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .btn-primary:hover[b-7rglmpnxel] {
        background-color: var(--blue-color);
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .btn-primary:active[b-7rglmpnxel] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
/* _content/Type4Fun.Web/Components/Pages/Contest/Contest.razor.rz.scp.css */
/* Contest Container */
.container.contest-container[b-v9hnggwxqn] {
    background-color: var(--background-dark);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Contest Info Section */
.contest-info[b-v9hnggwxqn] {
    background-color: var(--background-gray);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .contest-info .lead[b-v9hnggwxqn] {
        color: var(--text-light);
        font-size: 1.1em;
        margin-bottom: 10px;
    }

.reward-display[b-v9hnggwxqn] {
    font-size: 1.2em;
    color: var(--pink-color);
}

.reward-label[b-v9hnggwxqn] {
    font-weight: bold;
}

.reward-value[b-v9hnggwxqn] {
    color: var(--green-color);
    font-weight: bold;
}

/* Contestants List */
.list-group-item[b-v9hnggwxqn] {
    background-color: var(--background-gray);
    color: var(--text-light);
    border: 1px solid var(--background-dark);
    margin-bottom: 5px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

    .list-group-item:hover[b-v9hnggwxqn] {
        background-color: var(--background-dark);
    }

    /* Highlight the First Place */
    .list-group-item:nth-child(1)[b-v9hnggwxqn] {
        background-color: var(--background-dark);
        border: 2px solid var(--green-color);
        color: var(--green-color);
        font-weight: bold;
    }
/* _content/Type4Fun.Web/Components/Pages/Leaderboard/Leaderboard.razor.rz.scp.css */
/* Leaderboard Container with Animated Background */
.container.leaderboard-container[b-9v9t15yg3r] {
    background: radial-gradient(circle, #1a1a1a, #000000);
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
}

    .container.leaderboard-container[b-9v9t15yg3r]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.2"/></svg>');
        opacity: 0.3;
        animation: smoke-b-9v9t15yg3r 10s infinite linear;
    }

@keyframes smoke-b-9v9t15yg3r {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-50px) translateX(50px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* Leaderboard Items */
.list-group-item[b-9v9t15yg3r] {
    background-color: var(--background-gray);
    color: var(--text-light);
    border: 1px solid var(--background-dark);
    margin-bottom: 5px;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

    .list-group-item:hover[b-9v9t15yg3r] {
        transform: perspective(1000px) rotateX(5deg) rotateY(5deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }

    /* Fire Effect for MMR */
    .list-group-item .mmr-fire[b-9v9t15yg3r] {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: radial-gradient(circle, #ff4500, #ff0000, #8b0000);
        border-radius: 50%;
        box-shadow: 0 0 10px #ff4500, 0 0 20px #ff0000, 0 0 30px #8b0000;
        animation: flicker-b-9v9t15yg3r 1.5s infinite alternate;
    }

@keyframes flicker-b-9v9t15yg3r {
    0% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }
}

/* First Place - Super Cool */
.list-group-item:nth-child(1)[b-9v9t15yg3r] {
    background: linear-gradient(145deg, #1a1a1a, #000000);
    border: 2px solid #ff0000;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 30px rgba(255, 0, 0, 0.5);
    color: #ff0000;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
    animation: pulse-red-b-9v9t15yg3r 2s infinite;
}

@keyframes pulse-red-b-9v9t15yg3r {
    0% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 30px rgba(255, 0, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 0, 0, 0.9), 0 0 50px rgba(255, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 30px rgba(255, 0, 0, 0.5);
    }
}

/* Second and Third Place - Cool but slightly less */
.list-group-item:nth-child(2)[b-9v9t15yg3r],
.list-group-item:nth-child(3)[b-9v9t15yg3r] {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    border: 2px solid #ff4500;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.6), 0 0 20px rgba(255, 69, 0, 0.4);
    color: #ff4500;
    text-shadow: 0 0 8px rgba(255, 69, 0, 0.7);
    animation: pulse-orange-b-9v9t15yg3r 2s infinite;
}

@keyframes pulse-orange-b-9v9t15yg3r {
    0% {
        box-shadow: 0 0 10px rgba(255, 69, 0, 0.6), 0 0 20px rgba(255, 69, 0, 0.4);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 69, 0, 0.8), 0 0 40px rgba(255, 69, 0, 0.6);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 69, 0, 0.6), 0 0 20px rgba(255, 69, 0, 0.4);
    }
}

/* Top 10 - Cool but less than the top 3 */
.list-group-item:nth-child(n+4):nth-child(-n+10)[b-9v9t15yg3r] {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border: 2px solid #ff8c00;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.5), 0 0 16px rgba(255, 140, 0, 0.3);
    color: #ff8c00;
    text-shadow: 0 0 6px rgba(255, 140, 0, 0.6);
    animation: pulse-yellow-b-9v9t15yg3r 2s infinite;
}

@keyframes pulse-yellow-b-9v9t15yg3r {
    0% {
        box-shadow: 0 0 8px rgba(255, 140, 0, 0.5), 0 0 16px rgba(255, 140, 0, 0.3);
    }

    50% {
        box-shadow: 0 0 16px rgba(255, 140, 0, 0.7), 0 0 32px rgba(255, 140, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 8px rgba(255, 140, 0, 0.5), 0 0 16px rgba(255, 140, 0, 0.3);
    }
}

/* Rest of the Top 100 - Normal but still cool */
.list-group-item:nth-child(n+11):nth-child(-n+100)[b-9v9t15yg3r] {
    background: linear-gradient(145deg, #4a4a4a, #3a3a3a);
    border: 1px solid #ffa500;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.4), 0 0 10px rgba(255, 165, 0, 0.2);
    color: #ffa500;
    text-shadow: 0 0 4px rgba(255, 165, 0, 0.5);
}

/* Dynamic Lighting */
.list-group-item[b-9v9t15yg3r]::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
    animation: light-b-9v9t15yg3r 5s infinite linear;
}

@keyframes light-b-9v9t15yg3r {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Type4Fun.Web/Components/Pages/Profile/Profile.razor.rz.scp.css */
/* Profile Page Styling */
.profile-container[b-4peqw7wyak] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--background-dark);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-header[b-4peqw7wyak] {
    font-size: 24px;
    color: var(--light-blue-color);
    text-align: center;
    margin-bottom: 20px;
}

.profile-input-group[b-4peqw7wyak] {
    margin-bottom: 20px;
}

    .profile-input-group label[b-4peqw7wyak] {
        display: block;
        font-size: 16px;
        color: var(--text-light);
        margin-bottom: 8px;
    }

.transparent-input[b-4peqw7wyak] {
    background-color: var(--background-gray);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    outline: none;
    padding: 10px;
    caret-color: var(--pink-color);
    color: var(--white-color);
    width: 100%;
    transition: border-color 0.3s ease;
}

    .transparent-input:focus[b-4peqw7wyak] {
        border-color: var(--pink-color);
        box-shadow: 0 0 5px var(--pink-color);
    }

    .transparent-input:disabled[b-4peqw7wyak] {
        background-color: var(--background-gray);
        color: var(--text-light);
        opacity: 0.7;
    }

.save-button[b-4peqw7wyak] {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

    .save-button:hover[b-4peqw7wyak] {
        background-color: var(--blue-color);
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .save-button:active[b-4peqw7wyak] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.red-color[b-4peqw7wyak] {
    color: var(--red-color);
    font-size: 14px;
    margin-top: 5px;
}

.success-message[b-4peqw7wyak] {
    color: var(--green-color);
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
/* _content/Type4Fun.Web/Components/Pages/Profile/Settings.razor.rz.scp.css */
.stats-container[b-8pavgoucw4] {
    display: flex;
    flex-direction: column;
}

.stat-item[b-8pavgoucw4] {
    display: flex;
    justify-content: space-between;
}

.stat-value[b-8pavgoucw4] {
    margin-left: 2rem;
    cursor: pointer;
}
/* _content/Type4Fun.Web/Components/Pages/Profile/Stats.razor.rz.scp.css */
.stats-container[b-h48eou17d8] {
    max-width: 800px;
    margin: 20px;
    padding: 20px;
    background-color: var(--background-gray);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
}

.info-icon[b-h48eou17d8] {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--blue-color);
    font-size: 1.2rem;
}

    .info-icon:hover[b-h48eou17d8] {
        opacity: 70%;
    }

.explanation-box[b-h48eou17d8] {
    margin-top: 10px;
    padding: 8px;
    background-color: var(--blue-color);
    border-radius: 8px;
    font-size: 0.9rem;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 9999;
    margin-left: 15px;
}

.stats-grid[b-h48eou17d8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 15px;
    justify-content: center;
    text-align: center;
}

.full-width-stat[b-h48eou17d8] {
    grid-column: span 2; /* Make it take full width */
    font-weight: bold;
    padding: 15px;
}

.stat-item[b-h48eou17d8] {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stat-label[b-h48eou17d8] {
    font-size: 0.9rem;
}

.stat-value[b-h48eou17d8] {
    font-size: 1.3rem;
    font-weight: bold;
}

.loading-message[b-h48eou17d8], .no-practise-message[b-h48eou17d8] {
    text-align: center;
    font-size: 1.1rem;
}
/* _content/Type4Fun.Web/Components/Shared/Dialog.razor.rz.scp.css */
/* Popup Overlay */
.popup-overlay[b-k50w8cs8x2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

    .popup-overlay.visible[b-k50w8cs8x2] {
        opacity: 1;
        visibility: visible;
    }

/* Popup Content */
.popup-content[b-k50w8cs8x2] {
    background-color: var(--background-dark);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    text-align: center;
    color: var(--text-light);

    min-height: 100px;
    min-width: 150px;
}

    .popup-content p[b-k50w8cs8x2] {
        margin: 0 0 20px 0;
        font-size: 16px;
    }

    .popup-content button[b-k50w8cs8x2] {
        margin-top: 10px;
    }
/* _content/Type4Fun.Web/Components/Shared/Spinner.razor.rz.scp.css */
*[b-7e667zrv9n] {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root[b-7e667zrv9n] {
    --hue: 223;
    --bg: hsl(var(--hue),10%,90%);
    --fg: hsl(var(--hue),10%,10%);
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
}

body[b-7e667zrv9n] {
    background-color: var(--bg);
    color: var(--fg);
    font: 1em/1.5 sans-serif;
    height: 100vh;
    display: grid;
    place-items: center;
    transition: background-color 0.3s;
}

main[b-7e667zrv9n] {
    padding: 1.5em 0;
}

.pl[b-7e667zrv9n],
.pl__worm[b-7e667zrv9n] {
    animation-duration: 4s; 
    animation-iteration-count: infinite;
}

.pl[b-7e667zrv9n] {
    width: 4em; 
    height: 4em; 
}

.pl__ring[b-7e667zrv9n] {
    stroke: hsla(250, 10%, 40%, 0.1); 
}

.pl__worm[b-7e667zrv9n] {
    animation-name: worm-b-7e667zrv9n;
    animation-timing-function: cubic-bezier(0.42,0.17,0.75,0.83);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root[b-7e667zrv9n] {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%);
    }

    .pl__ring[b-7e667zrv9n] {
        stroke: hsla(var(--hue),10%,90%,0.1);
    }
}

/* Animations */
@keyframes bump-b-7e667zrv9n {
    from, 42%, 46%, 51%, 55%, 59%, 63%, 67%, 71%, 74%, 78%, 81%, 85%, 88%, 92%, to {
        transform: translate(0,0);
    }

    44% {
        transform: translate(1.33%,6.75%);
    }

    53% {
        transform: translate(-16.67%,-0.54%);
    }

    61% {
        transform: translate(3.66%,-2.46%);
    }

    69% {
        transform: translate(-0.59%,15.27%);
    }

    76% {
        transform: translate(-1.92%,-4.68%);
    }

    83% {
        transform: translate(9.38%,0.96%);
    }

    90% {
        transform: translate(-4.55%,1.98%);
    }
}

@keyframes worm-b-7e667zrv9n {
    from {
        stroke-dashoffset: 10;
    }

    25% {
        stroke-dashoffset: 295;
    }

    to {
        stroke-dashoffset: 1165;
    }
}
/* _content/Type4Fun.Web/Components/Shared/SuccessMark.razor.rz.scp.css */
.success-checkmark[b-1ho6ckwzeg] {
    /*width: 40px;*/ /* Reduced from 80px */
    /*height: 57.5px;*/ /* Reduced from 115px */
    /*margin: 0 auto;*/
}

    .success-checkmark .check-icon[b-1ho6ckwzeg] {
        width: 40px; /* Reduced from 80px */
        height: 40px; /* Reduced from 80px */
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 2px solid #4CAF50; /* Reduced from 4px */
    }

        .success-checkmark .check-icon[b-1ho6ckwzeg]::before,
        .success-checkmark .check-icon[b-1ho6ckwzeg]::after {
            content: '';
            height: 50px; /* Reduced from 100px */
            position: absolute;
            background: var(--background-dark);
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon[b-1ho6ckwzeg]::before {
            top: 1.5px; /* Adjusted from 3px */
            left: -1px; /* Adjusted from -2px */
            width: 15px; /* Reduced from 30px */
            transform-origin: 100% 50%;
            border-radius: 50px 0 0 50px; /* Adjusted from 100px */
        }

        .success-checkmark .check-icon[b-1ho6ckwzeg]::after {
            top: 0;
            left: 15px; /* Reduced from 30px */
            width: 30px; /* Reduced from 60px */
            transform-origin: 0 50%;
            border-radius: 0 50px 50px 0; /* Adjusted from 100px */
            animation: rotate-circle-b-1ho6ckwzeg 4.25s ease-in;
        }

    .success-checkmark .icon-line[b-1ho6ckwzeg] {
        height: 2.5px; /* Reduced from 5px */
        background-color: #4CAF50;
        display: block;
        border-radius: 1px; /* Reduced from 2px */
        position: absolute;
        z-index: 10;
    }

        .success-checkmark .icon-line.line-tip[b-1ho6ckwzeg] {
            top: 23px; /* Adjusted from 46px */
            left: 7px; /* Adjusted from 14px */
            width: 12.5px; /* Reduced from 25px */
            transform: rotate(45deg);
            animation: icon-line-tip-b-1ho6ckwzeg 0.75s;
        }

        .success-checkmark .icon-line.line-long[b-1ho6ckwzeg] {
            top: 19px; /* Adjusted from 38px */
            right: 4px; /* Adjusted from 8px */
            width: 23.5px; /* Reduced from 47px */
            transform: rotate(-45deg);
            animation: icon-line-long-b-1ho6ckwzeg 0.75s;
        }

    .success-checkmark .icon-circle[b-1ho6ckwzeg] {
        top: -2px; /* Adjusted from -4px */
        left: -2px; /* Adjusted from -4px */
        z-index: 10;
        width: 40px; /* Reduced from 80px */
        height: 40px; /* Reduced from 80px */
        border-radius: 50%;
        position: absolute;
        box-sizing: content-box;
        border: 2px solid rgba(76, 175, 80, 0.5); /* Reduced from 4px */
    }

    .success-checkmark .icon-fix[b-1ho6ckwzeg] {
        top: 4px; /* Adjusted from 8px */
        width: 2.5px; /* Reduced from 5px */
        left: 13px; /* Adjusted from 26px */
        z-index: 1;
        height: 42.5px; /* Reduced from 85px */
        position: absolute;
        transform: rotate(-45deg);
        background-color: var(--background-dark);
    }

/* Keyframes remain the same as they are based on proportions */
@keyframes rotate-circle-b-1ho6ckwzeg {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip-b-1ho6ckwzeg {
    0% {
        width: 0;
        left: 0.5px; /* Adjusted from 1px */
        top: 9.5px; /* Adjusted from 19px */
    }

    54% {
        width: 0;
        left: 0.5px; /* Adjusted from 1px */
        top: 9.5px; /* Adjusted from 19px */
    }

    70% {
        width: 25px; /* Reduced from 50px */
        left: -4px; /* Adjusted from -8px */
        top: 18.5px; /* Adjusted from 37px */
    }

    84% {
        width: 8.5px; /* Reduced from 17px */
        left: 10.5px; /* Adjusted from 21px */
        top: 24px; /* Adjusted from 48px */
    }

    100% {
        width: 12.5px; /* Reduced from 25px */
        left: 7px; /* Adjusted from 14px */
        top: 22.5px; /* Adjusted from 45px */
    }
}

@keyframes icon-line-long-b-1ho6ckwzeg {
    0% {
        width: 0;
        right: 23px; /* Adjusted from 46px */
        top: 27px; /* Adjusted from 54px */
    }

    65% {
        width: 0;
        right: 23px; /* Adjusted from 46px */
        top: 27px; /* Adjusted from 54px */
    }

    84% {
        width: 27.5px; /* Reduced from 55px */
        right: 0px;
        top: 17.5px; /* Adjusted from 35px */
    }

    100% {
        width: 23.5px; /* Reduced from 47px */
        right: 4px; /* Adjusted from 8px */
        top: 19px; /* Adjusted from 38px */
    }
}
/* _content/Type4Fun.Web/Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-container[b-2l3vrrfc4o] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text[b-2l3vrrfc4o] {
    visibility: hidden;
    background-color: var(--background-dark);
    color: var(--text-light);
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    bottom: 75%;
    left: 90%;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    /* Fade in tooltip */
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 15px;
}

.tooltip-container:hover .tooltip-text[b-2l3vrrfc4o] {
    visibility: visible;
    opacity: 1;
}
/* _content/Type4Fun.Web/Components/TypeDuelGame/ColorPicker.razor.rz.scp.css */
.color-holder[b-1v6xwes1et] {
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
}
/* _content/Type4Fun.Web/Components/TypeDuelGame/ScoreComponent.razor.rz.scp.css */
.score-container[b-3apqy4u77w] {
    color: #ffffff; /* White text suitable for dark backgrounds */
    font-size: 1.2rem;
    position: relative; /* Needed for positioning the increment */
}

.score-increment-animation[b-3apqy4u77w] {
    animation: slideFade-b-3apqy4u77w 0.8s ease-out forwards;
}

.score-high[b-3apqy4u77w] {
    color: var(--primary-color);

    font-size: 1.5rem;
    animation: slideFade-b-3apqy4u77w 1.3s ease-out forwards;
}

.score-mid[b-3apqy4u77w] {
    color: var(--secondary-color);
    font-size: 1.2rem;
    animation: slideFade-b-3apqy4u77w 1.2s ease-out forwards;
}

.score-low[b-3apqy4u77w] {
    color: var(--text-light);
    font-size: 1rem;
    animation: slideFade-b-3apqy4u77w 0.8s ease-out forwards;
}

@keyframes slideFade-b-3apqy4u77w {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
/* _content/Type4Fun.Web/Components/TypeDuelGame/Session.razor.rz.scp.css */
.input-container[b-k8xblnbs3a] {
    max-width: 300px; /* Adjust based on your preference */
    margin: 20px auto; /* Centering the input field */
}

.dark-input[b-k8xblnbs3a] {
    background-color: #29292e; /* Slightly lighter than the background for depth */
    border: 1px solid #444; /* Subtle border for definition */
    border-radius: 4px; /* Rounded corners for a modern look */
    color: #fff; /* Light text color for contrast */
    font-size: 16px; /* Comfortable text size */
    padding: 10px 15px; /* Adequate padding for ease of use */
    width: 100%; /* Full width of the container */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    outline: none; /* Removes the default focus outline */
    transition: border-color 0.3s; /* Smooth transition for interactions */
}

    .dark-input:focus[b-k8xblnbs3a] {
        border-color: #5757ff; /* Bright color for focus indication */
    }

.ready-button[b-k8xblnbs3a] {
    background-color: #242424;
    color: #fff;
    border: none;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
}

    .ready-button:hover[b-k8xblnbs3a] {
        background-color: #333333;
    }

    .ready-button:active[b-k8xblnbs3a] {
        transform: scale(0.98);
    }

.ready-color[b-k8xblnbs3a] {
    color: #4CAF50;
}

.icon[b-k8xblnbs3a] {
    margin-right: 5px;
}


.game-section[b-k8xblnbs3a] {
    height: 50vh;
}

.loading-container[b-k8xblnbs3a] {
    color: #FFF; /* Initial white text for contrast */
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    background-color: #333; /* Dark background */
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    text-shadow: 0 0 8px #000, 0 0 8px #FFF; /* Dynamic shadow for better visibility */
}

    .loading-container[b-k8xblnbs3a]:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00ab, #ff0000);
        background-size: 400%;
        animation: glowingFrame-b-k8xblnbs3a 18s linear infinite; /* Updated duration */
        border-radius: 8px;
        filter: blur(5px);
    }


.dots[b-k8xblnbs3a] {
    display: inline-block;
    margin-left: 10px;
}

    .dots div[b-k8xblnbs3a] {
        width: 8px;
        height: 8px;
        background-color: #FFF;
        border-radius: 50%;
        display: inline-block;
        animation: dotFlashing-b-k8xblnbs3a 1s infinite linear;
        animation-delay: 0s, 0.2s, 0.4s;
    }

@keyframes dotFlashing-b-k8xblnbs3a {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes glowingFrame-b-k8xblnbs3a {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.invite-container[b-k8xblnbs3a] {
    background-color: #222; /* Dark background */
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .invite-container span[b-k8xblnbs3a] {
        color: #fff; /* Light text for dark theme */
        font-size: 18px; /* Larger text */
    }

.btn-copy[b-k8xblnbs3a] {
    color: #4CAF50;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

    .btn-copy:focus[b-k8xblnbs3a] {
        outline: none;
    }

    .btn-copy:active[b-k8xblnbs3a] {
        transform: scale(0.95);
    }

.overlay[b-k8xblnbs3a] {
    position: fixed; /* or 'absolute', if your page doesn't scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 2; /* Ensure it sits above other content */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Disable interactions */
}

.watching-match-message[b-k8xblnbs3a] {
    padding: 20px;
    background-color: #1a1a1a; /* Dark background for the message box */
    color: #ffffff; /* Light text color */
    border-radius: 8px;
    pointer-events: auto; /* Re-enable interactions for the message box */
}

@keyframes pulse-b-k8xblnbs3a {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulsing-icon[b-k8xblnbs3a] {
    animation: pulse-b-k8xblnbs3a 1s infinite;
}

.red-color[b-k8xblnbs3a] {
    color: red;
}

.exit-container[b-k8xblnbs3a] {
    cursor: pointer;
}
/* _content/Type4Fun.Web/Components/TypeDuelGame/TypeDuelGame.razor.rz.scp.css */
/* Assuming a dark theme, set your base styles accordingly */
.Type4Fun-Components-TypeDuel[b-qk68bg5kbl] {
    color: #E0E0E0; /* Light grey text for high contrast */
    font-family: 'Roboto', sans-serif; /* Modern, readable font */
}

    .Type4Fun-Components-TypeDuel .round-info[b-qk68bg5kbl] {
        font-size: 24px; /* Larger font size for round info */
        font-weight: bold; /* Make it bold */
        color: #FFFFFF; /* Even brighter for key info */
        margin-bottom: 8px; /* Add some space below */
    }

    .Type4Fun-Components-TypeDuel .time-left[b-qk68bg5kbl] {
        font-size: 20px; /* Slightly smaller than round info, but still large */
        color: #C0C0C0; /* A bit dimmer to differentiate from round info */
        margin-bottom: 16px; /* More space before the word display */
    }

    .Type4Fun-Components-TypeDuel .word-display[b-qk68bg5kbl] {
        /* Additional styles for WordDisplayComponent if needed */
    }

    /* Smooth transitions for any changes */
    .Type4Fun-Components-TypeDuel div[b-qk68bg5kbl] {
        transition: all 0.3s ease-in-out;
    }


.rounds-container[b-qk68bg5kbl] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.round[b-qk68bg5kbl] {
    width: 10px; /* Width of the line */
    height: 35px; /* Height of the line */
    margin-right: 10px; /* Space between lines */
    border-radius: 10px;
}

.current-round[b-qk68bg5kbl] {
    background-color: #808080 !important; /* Grayish color */
    animation: blink-current-round-b-qk68bg5kbl 1s infinite; /* Blinking effect */
}

@keyframes blink-current-round-b-qk68bg5kbl {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0.5; /* Semi-transparent */
    }
}

.no-winner[b-qk68bg5kbl] {
    background-color: #ccc;
}

.round:last-child[b-qk68bg5kbl] {
    margin-right: 0; 
}
/* _content/Type4Fun.Web/Components/TypeDuelGame/WordDisplayComponent.razor.rz.scp.css */
.words-container[b-v9hln81q99] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

.word-item[b-v9hln81q99] {
    text-align: center;
    margin: 8px;
}

.word-points[b-v9hln81q99] {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.word-low[b-v9hln81q99] {
    color: var(--text-light);
}

.word-mid[b-v9hln81q99] {
    color: var(--secondary-color);
}

.word-high[b-v9hln81q99] {
    color: var(--primary-color);
}

.letter[b-v9hln81q99] {
    margin-right: 1px;
}

.word-text[b-v9hln81q99] {
    color: #FFFFFF;
    user-select: none;
    font-size: 2rem;
    white-space: nowrap;
    width: 180px;
}

.completed-word[b-v9hln81q99] {
    text-decoration: line-through;
    opacity: 0.8;
}

.cursor[b-v9hln81q99] {
    user-select: none;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: -6px;
    left: 3px;
}   

.fail-cursor[b-v9hln81q99] {
    user-select: none;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: -6px;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 1.3rem;
}

.setence-text[b-v9hln81q99] {
    color: #FFFFFF;
    user-select: none;
    font-size: 2rem;
}

.sentence-vertical-cursor[b-v9hln81q99] {
    width: 2.8px;
    height: 30px;
    position: absolute;
    opacity: 0.8;
    animation: blink-b-v9hln81q99 1s step-end infinite;
    border-radius: 20px;
}

@keyframes blink-b-v9hln81q99 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.finished-typing-sentence-part[b-v9hln81q99] {
    opacity: 0.5;
}
