/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-40qom36dyf] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #121213;
    min-height: 100vh;
}

main[b-40qom36dyf] {
    flex: 1;
    background-color: #121213;
    width: 100%;
}

.content[b-40qom36dyf] {
    padding: 0;
    background-color: #121213;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ouhlan3ldp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ouhlan3ldp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-ouhlan3ldp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ouhlan3ldp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ouhlan3ldp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ouhlan3ldp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ouhlan3ldp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ouhlan3ldp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ouhlan3ldp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ouhlan3ldp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ouhlan3ldp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ouhlan3ldp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ouhlan3ldp] {
        display: none;
    }

    .collapse[b-ouhlan3ldp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ouhlan3ldp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Dark Mode Wordle Game Styles */

.game-container[b-u33tmg9ca1] {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #121213;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
}

.game-header[b-u33tmg9ca1] {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #3a3a3c;
    padding-bottom: 20px;
}

.game-header h1[b-u33tmg9ca1] {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.subtitle[b-u33tmg9ca1] {
    font-size: 1rem;
    color: #818384;
    margin: 0;
}

.game-board[b-u33tmg9ca1] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
    align-items: center;
}

.word-row[b-u33tmg9ca1] {
    display: flex;
    gap: 5px;
}

.letter-box[b-u33tmg9ca1] {
    width: 62px;
    height: 62px;
    border: 2px solid #3a3a3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #121213;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

.letter-count-badge[b-u33tmg9ca1] {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #ff6b35;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.letter-box.letter-filled[b-u33tmg9ca1] {
    border-color: #565758;
    background-color: #121213;
}

.letter-box.letter-correct[b-u33tmg9ca1] {
    background-color: #538d4e;
    border-color: #538d4e;
    color: #ffffff;
}

.letter-box.letter-wrong-position[b-u33tmg9ca1] {
    background-color: #b59f3b;
    border-color: #b59f3b;
    color: #ffffff;
}

.letter-box.letter-not-in-word[b-u33tmg9ca1] {
    background-color: #3a3a3c;
    border-color: #3a3a3c;
    color: #ffffff;
}

.keyboard[b-u33tmg9ca1] {
    margin-top: 20px;
}

.keyboard-row[b-u33tmg9ca1] {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
}

.key[b-u33tmg9ca1] {
    min-width: 43px;
    height: 58px;
    border: none;
    border-radius: 4px;
    background-color: #818384;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.1s ease;
}

.key:hover[b-u33tmg9ca1] {
    background-color: #9ca3a4;
}

.key:active[b-u33tmg9ca1] {
    transform: scale(0.95);
}

.key-special[b-u33tmg9ca1] {
    min-width: 65px;
    font-size: 0.8rem;
}

.key.key-correct[b-u33tmg9ca1] {
    background-color: #538d4e;
}

.key.key-correct:hover[b-u33tmg9ca1] {
    background-color: #6aaa64;
}

.key.key-wrong-position[b-u33tmg9ca1] {
    background-color: #b59f3b;
}

.key.key-wrong-position:hover[b-u33tmg9ca1] {
    background-color: #c9b037;
}

.key.key-not-in-word[b-u33tmg9ca1] {
    background-color: #3a3a3c;
}

.key.key-not-in-word:hover[b-u33tmg9ca1] {
    background-color: #4a4a4c;
}

.message[b-u33tmg9ca1] {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
}

.win-message[b-u33tmg9ca1] {
    background-color: #1a4a3a;
    color: #6aaa64;
    border: 1px solid #538d4e;
}

.lose-message[b-u33tmg9ca1] {
    background-color: #4a1a1a;
    color: #f5793a;
    border: 1px solid #d73a49;
}

.game-controls[b-u33tmg9ca1] {
    text-align: center;
    margin-top: 30px;
}

.play-again-btn[b-u33tmg9ca1] {
    background-color: #538d4e;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.play-again-btn:hover[b-u33tmg9ca1] {
    background-color: #6aaa64;
}

.play-again-btn:active[b-u33tmg9ca1] {
    transform: scale(0.98);
}

/* Donate button styling */
.donate-btn[b-u33tmg9ca1] {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #FF813F;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.donate-btn:hover[b-u33tmg9ca1] {
    background-color: #e06b2a;
    transform: scale(1.1);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.donate-btn:active[b-u33tmg9ca1] {
    transform: scale(0.95);
}

/* Responsive Design */
@media (max-width: 480px) {
    .game-container[b-u33tmg9ca1] {
        padding: 10px;
    }
    
    .letter-box[b-u33tmg9ca1] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .key[b-u33tmg9ca1] {
        min-width: 35px;
        height: 48px;
        font-size: 0.9rem;
    }
    
    .key-special[b-u33tmg9ca1] {
        min-width: 55px;
        font-size: 0.7rem;
    }
    
    .game-header h1[b-u33tmg9ca1] {
        font-size: 2rem;
    }
}

/* Animation for letter reveal */
@keyframes flip-b-u33tmg9ca1 {
    0% {
        transform: rotateX(0);
    }
    50% {
        transform: rotateX(-90deg);
    }
    100% {
        transform: rotateX(0);
    }
}

.letter-box.letter-correct[b-u33tmg9ca1],
.letter-box.letter-wrong-position[b-u33tmg9ca1],
.letter-box.letter-not-in-word[b-u33tmg9ca1] {
    animation: flip-b-u33tmg9ca1 0.6s ease-in-out;
}
