/* _content/Marlimel/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b67ntk96az] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b67ntk96az] {
    flex: 1;
}

.sidebar[b-b67ntk96az] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b67ntk96az] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b67ntk96az]  a, .top-row[b-b67ntk96az]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b67ntk96az]  a:hover, .top-row[b-b67ntk96az]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b67ntk96az]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b67ntk96az] {
        justify-content: space-between;
    }

    .top-row[b-b67ntk96az]  a, .top-row[b-b67ntk96az]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b67ntk96az] {
        flex-direction: row;
    }

    .sidebar[b-b67ntk96az] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b67ntk96az] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b67ntk96az]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b67ntk96az], article[b-b67ntk96az] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b67ntk96az] {
    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-b67ntk96az] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Marlimel/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xo3myd9ah8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xo3myd9ah8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xo3myd9ah8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xo3myd9ah8] {
    font-size: 1.1rem;
}

.bi[b-xo3myd9ah8] {
    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-xo3myd9ah8] {
    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-xo3myd9ah8] {
    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-xo3myd9ah8] {
    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-xo3myd9ah8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xo3myd9ah8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xo3myd9ah8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xo3myd9ah8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xo3myd9ah8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xo3myd9ah8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xo3myd9ah8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xo3myd9ah8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xo3myd9ah8] {
        display: none;
    }

    .nav-scrollable[b-xo3myd9ah8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Marlimel/Components/Pages/Emotions.razor.rz.scp.css */
*[b-o3mr8wg4pt] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

body[b-o3mr8wg4pt] {
    font-family: Arial, sans-serif;
    background-color: #F3F4F6;
    padding: 20px;
}

.card[b-o3mr8wg4pt] {
    max-width: 800px;
    margin: 2rem auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 40px;
}

.title[b-o3mr8wg4pt] {
    font-size: 28px;
    color: #111;
    margin-bottom: 16px;
    text-align: center;
    font-weight: normal;
}

.subtitle[b-o3mr8wg4pt] {
    color: #666;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.emotions-grid[b-o3mr8wg4pt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.emotion-button[b-o3mr8wg4pt] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
}

    .emotion-button:hover[b-o3mr8wg4pt] {
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .emotion-button.selected[b-o3mr8wg4pt] {
        background: #ffe6e6;
        border: 2px solid #ef4444;
    }

.emotion-icon[b-o3mr8wg4pt] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.joyeuse-icon[b-o3mr8wg4pt] {
    background-color: #FFECB3;
}

.aventureuse-icon[b-o3mr8wg4pt] {
    background-color: #C8E6C9;
}

.excitee-icon[b-o3mr8wg4pt] {
    background-color: #FFE0B2;
}

.emotion-label[b-o3mr8wg4pt] {
    font-size: 20px;
    color: #333;
}

.feedback[b-o3mr8wg4pt] {
    background: #ffe6e6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
    display: none;
    align-items: center;
    gap: 12px;
}

    .feedback.visible[b-o3mr8wg4pt] {
        display: flex;
    }

.feedback-icon[b-o3mr8wg4pt] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.feedback-text[b-o3mr8wg4pt] {
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .emotions-grid[b-o3mr8wg4pt] {
        grid-template-columns: 1fr;
    }
}
/* _content/Marlimel/Components/Pages/Game.razor.rz.scp.css */
*[b-kegidz4jss] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-kegidz4jss] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f2f5;
}

.container[b-kegidz4jss] {
    max-width: 1000px;
    margin: 0 auto;
}

.nav-menu[b-kegidz4jss] {
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-item[b-kegidz4jss] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    min-width: 100px;
    text-align: center;
}



    .nav-item.unlocked[b-kegidz4jss] {
        opacity: 1;
    }

.nav-icon[b-kegidz4jss] {
    font-size: 1.5rem;
}

.progress-bar[b-kegidz4jss] {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 1rem 0;
    overflow: hidden;
}

.progress[b-kegidz4jss] {
    height: 100%;
    width: 25%;
    transition: width 0.3s ease;
}

.content-area[b-kegidz4jss] {
    background: white;
    border-radius: 12px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.activity[b-kegidz4jss] {
    display: none;
    flex-grow: 1;
}

    .activity.active[b-kegidz4jss] {
        display: block;
    }

    .activity h2[b-kegidz4jss] {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 24px;
        color: #333;
    }

.nav-buttons[b-kegidz4jss] {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 2rem;
}

.nav-button[b-kegidz4jss] {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    color: white;
}

    .nav-button:disabled[b-kegidz4jss] {
        background: #D1D5DB !important;
        cursor: not-allowed;
    }

.feedback-message[b-kegidz4jss] {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 8px;
    display: none;
}

    .feedback-message.visible[b-kegidz4jss] {
        display: block;
    }

@media (max-width: 768px) {
    .nav-menu[b-kegidz4jss] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .nav-item[b-kegidz4jss] {
        flex: 1 1 40%;
    }
}
/* _content/Marlimel/Components/Pages/GamePreview.razor.rz.scp.css */
*[b-d8st3nen41] {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body[b-d8st3nen41] {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            background-color: #f0f2f5;
        }

        .container[b-d8st3nen41] {
            max-width: 1000px;
            margin: 0 auto;
        }

        .nav-menu[b-d8st3nen41] {
            display: flex;
            justify-content: space-around;
            background: white;
            padding: 1rem;
            border-radius: 12px;
            margin-bottom: 2rem;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .nav-item[b-d8st3nen41] {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            cursor: pointer;
            opacity: 0.6;
            min-width: 100px;
            text-align: center;
        }

        .nav-item.active[b-d8st3nen41] {
            background: #FFE6E6;
            opacity: 1;
        }

        .nav-item.unlocked[b-d8st3nen41] {
            opacity: 1;
        }

        .nav-icon[b-d8st3nen41] {
            font-size: 1.5rem;
        }

        .progress-bar[b-d8st3nen41] {
            width: 100%;
            height: 8px;
            background: #e0e0e0;
            border-radius: 4px;
            margin: 1rem 0;
            overflow: hidden;
        }

        .progress[b-d8st3nen41] {
            height: 100%;
            background: #EF4444;
            width: 25%;
            transition: width 0.3s ease;
        }

        .content-area[b-d8st3nen41] {
            background: white;
            border-radius: 12px;
            min-height: 400px;
            display: flex;
            flex-direction: column;
        }

        .activity[b-d8st3nen41] {
            display: none;
            flex-grow: 1;
        }

        .activity.active[b-d8st3nen41] {
            display: block;
        }

        .activity h2[b-d8st3nen41] {
            text-align: center;
            margin-bottom: 2rem;
            font-size: 24px;
            color: #333;
        }

        .nav-buttons[b-d8st3nen41] {
            display: flex;
            justify-content: space-between;
            margin-top: auto;
            padding-top: 2rem;
        }

        .nav-button[b-d8st3nen41] {
            padding: 0.8rem 1.5rem;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s ease;
            color: white;
        }

        .nav-button:disabled[b-d8st3nen41] {
            background: #D1D5DB !important;
            cursor: not-allowed;
        }

#prev-button[b-d8st3nen41] {
    background: #EF4444;
}

        #next-button[b-d8st3nen41] {
            background: #EF4444;
        }

        #back-button[b-d8st3nen41] {
            background: green;
        }

        .feedback-message[b-d8st3nen41] {
            padding: 1rem;
            margin-top: 1rem;
            border-radius: 8px;
            display: none;
        }

        .feedback-message.visible[b-d8st3nen41] {
            display: block;
        }

        @media (max-width: 768px) {
            .nav-menu[b-d8st3nen41] {
                flex-wrap: wrap;
                gap: 1rem;
            }

            .nav-item[b-d8st3nen41] {
                flex: 1 1 40%;
            }
        }
/* _content/Marlimel/Components/Pages/Roles.razor.rz.scp.css */
*[b-nv50jtnkkc] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

body[b-nv50jtnkkc] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f2f5;
    padding: 20px;
}

.card[b-nv50jtnkkc] {
    max-width: 800px;
    margin: 2rem auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.title[b-nv50jtnkkc] {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.subtitle[b-nv50jtnkkc] {
    color: #666;
    margin-bottom: 2rem;
    text-align: center;
}

.character-grid[b-nv50jtnkkc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.character-card[b-nv50jtnkkc] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.character-header[b-nv50jtnkkc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.character-icon[b-nv50jtnkkc] {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.character-actions[b-nv50jtnkkc] {
    margin-top: 1rem;
}

.action-item[b-nv50jtnkkc] {
    background: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.motivation[b-nv50jtnkkc] {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    display: block;
}

.warning-banner[b-nv50jtnkkc] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.warning-icon[b-nv50jtnkkc] {
    font-size: 1.5rem;
}

/* _content/Marlimel/Components/Pages/Sequence.razor.rz.scp.css */
*[b-3mlxl5dwcs] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

body[b-3mlxl5dwcs] {
    font-family: Arial, sans-serif;
    background: #f0f2f5;
    padding: 20px;
}

.sequence-container[b-3mlxl5dwcs] {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sequence-header[b-3mlxl5dwcs] {
    text-align: center;
    margin-bottom: 20px;
}

.instructions[b-3mlxl5dwcs] {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.interaction-hint[b-3mlxl5dwcs] {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 10px;
    background: #fff3e0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hint-item[b-3mlxl5dwcs] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.numbers-pool[b-3mlxl5dwcs] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.number-button[b-3mlxl5dwcs] {
    width: 40px;
    height: 40px;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
    text-align: center;
    line-height: 40px;
}

    .number-button.draggable[b-3mlxl5dwcs] {
        cursor: grab;
    }

    .number-button:hover:not(:disabled)[b-3mlxl5dwcs] {
        transform: scale(1.1);
    }

    .number-button:disabled[b-3mlxl5dwcs] {
        background: #ccc;
        cursor: not-allowed;
    }

.sequence-item[b-3mlxl5dwcs] {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.sequence-number-slot[b-3mlxl5dwcs] {
    width: 40px;
    height: 40px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    transition: background-color 0.3s;
}

    .sequence-number-slot.highlight[b-3mlxl5dwcs] {
        background-color: #fde8e7;
        border-color: #e74c3c;
    }

    .sequence-number-slot.filled[b-3mlxl5dwcs] {
        border: none;
        background: #e74c3c;
    }

    .sequence-number-slot.correct[b-3mlxl5dwcs] {
        background: #4CAF50;
    }

    .sequence-number-slot.incorrect[b-3mlxl5dwcs] {
        background: #f44336;
    }

.sequence-text[b-3mlxl5dwcs] {
    flex-grow: 1;
}

.verify-button[b-3mlxl5dwcs] {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .verify-button:disabled[b-3mlxl5dwcs] {
        background: #ccc;
        cursor: not-allowed;
    }

.feedback[b-3mlxl5dwcs] {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    display: none;
}

    .feedback.visible[b-3mlxl5dwcs] {
        display: block;
    }

    .feedback.success[b-3mlxl5dwcs] {
        background: #E8F5E9;
        color: #4CAF50;
    }

    .feedback.error[b-3mlxl5dwcs] {
        background: #FFEBEE;
        color: #f44336;
    }

.reset-button[b-3mlxl5dwcs] {
    display: none;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    background: #757575;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

    .reset-button.visible[b-3mlxl5dwcs] {
        display: block;
    }

.dragging[b-3mlxl5dwcs] {
    opacity: 0.5;
}
/* _content/Marlimel/Components/Pages/Vocabulaire.razor.rz.scp.css */
*[b-ruxql75m40] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

body[b-ruxql75m40] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f2f5;
    padding: 20px;
}

.card[b-ruxql75m40] {
    max-width: 800px;
    margin: 2rem auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.title[b-ruxql75m40] {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.subtitle[b-ruxql75m40] {
    color: #666;
    margin-bottom: 1rem;
    text-align: center;
}

.warning-banner[b-ruxql75m40] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vocab-tabs[b-ruxql75m40] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vocab-tab[b-ruxql75m40] {
    padding: 1rem 2rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.word-card[b-ruxql75m40] {
    display: none;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

    .word-card.active[b-ruxql75m40] {
        display: block;
    }

.word-header[b-ruxql75m40] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.word-icon[b-ruxql75m40] {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.word-definition[b-ruxql75m40] {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.example-sentence[b-ruxql75m40] {
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.practice-area[b-ruxql75m40] {
    margin-top: 2rem;
}

.practice-options[b-ruxql75m40] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.practice-option[b-ruxql75m40] {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

    

    .practice-option.correct[b-ruxql75m40] {
        background: #E8F5E9;
        border-color: #4CAF50;
    }

    .practice-option.incorrect[b-ruxql75m40] {
        background: #FFEBEE;
        border-color: #F44336;
    }

.feedback[b-ruxql75m40] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    display: none;
}

    .feedback.visible[b-ruxql75m40] {
        display: block;
    }

@media (max-width: 600px) {
    .vocab-tabs[b-ruxql75m40] {
        flex-direction: column;
    }

    .practice-options[b-ruxql75m40] {
        grid-template-columns: 1fr;
    }
}

.reset-button-vocab[b-ruxql75m40] {
    display: none;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    background: #757575;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

    .reset-button-vocab.visible[b-ruxql75m40] {
        display: block;
    }

.feedback.success[b-ruxql75m40] {
    background: #E8F5E9;
    color: #4CAF50;
}

.feedback.error[b-ruxql75m40] {
    background: #FFEBEE;
    color: #f44336;
}
