/* _content/Quiz/Components/Account/Pages/LoginBO.razor.rz.scp.css */
/*per input password content eye*/
.password-container[b-mqet79kmkl] {
    position: relative;
}

.password-icon-wrapper[b-mqet79kmkl] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .password-icon-wrapper svg[b-mqet79kmkl] {
        width: 20px;
        height: 20px;
    }

.resetpsw-link[b-mqet79kmkl] {
    text-decoration: none;
    cursor: pointer;
    color: black;
    opacity: 0.6;
    font-weight: 700;
    transition: opacity 0.3s ease, color 0.3s ease;
}

    .resetpsw-link:hover[b-mqet79kmkl] {
        opacity: 1;
        text-decoration: underline;
        opacity: 0.7;
    }

/*.divider-custom-line {
    flex-grow: 1;
    height: 1px;
    background-color: lightgray;
}

.divider-custom-text {
    padding: 0 10px;
}

.divider-custom {
    display: flex;
    align-items: center;
    text-align: center;
}
*/
.sign-up-label[b-mqet79kmkl] {
    margin: 0;
    font-size: 16px;
}

.register-link[b-mqet79kmkl] {
    text-decoration: none;
    cursor: pointer;
    color: black;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.3s ease, color 0.3s ease;
}

    .register-link:hover[b-mqet79kmkl] {
        opacity: 1;
        text-decoration: underline;
        opacity: 0.7;
    }
    


.max-w-login[b-mqet79kmkl] {
    max-width: 350px;
    min-width: 350px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .max-w-login[b-mqet79kmkl] {
        max-width: 500px;
        min-width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .max-w-login[b-mqet79kmkl] {
        max-width: 700px;
        min-width: 700px;
    }
}
@media (min-width: 1200px) {
    .max-w-login[b-mqet79kmkl] {
        max-width: 700px;
        min-width: 700px;
    }
}

/* _content/Quiz/Components/Layout/AccountLayout.razor.rz.scp.css */
.page[b-u7jvj9h227] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u7jvj9h227] {
    flex: 1;
}

.sidebar[b-u7jvj9h227] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u7jvj9h227] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u7jvj9h227]  a, .top-row[b-u7jvj9h227]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u7jvj9h227]  a:hover, .top-row[b-u7jvj9h227]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u7jvj9h227]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u7jvj9h227] {
        justify-content: space-between;
    }

    .top-row[b-u7jvj9h227]  a, .top-row[b-u7jvj9h227]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u7jvj9h227] {
        flex-direction: row;
    }

    .sidebar[b-u7jvj9h227] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u7jvj9h227] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u7jvj9h227]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u7jvj9h227], article[b-u7jvj9h227] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u7jvj9h227] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;    
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u7jvj9h227] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Quiz/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-82kczne26z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-82kczne26z] {
    flex: 1;
}

.sidebar[b-82kczne26z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-82kczne26z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-82kczne26z]  a, .top-row[b-82kczne26z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-82kczne26z]  a:hover, .top-row[b-82kczne26z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-82kczne26z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-82kczne26z] {
        justify-content: space-between;
    }

    .top-row[b-82kczne26z]  a, .top-row[b-82kczne26z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-82kczne26z] {
        flex-direction: row;
    }

    .sidebar[b-82kczne26z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-82kczne26z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-82kczne26z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-82kczne26z], article[b-82kczne26z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-82kczne26z] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-82kczne26z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Quiz/Components/Pages/BackOffice/Layout/BO_Layout.razor.rz.scp.css */
.page[b-n5t0vqqcq5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n5t0vqqcq5] {
    flex: 1;
}

.sidebar[b-n5t0vqqcq5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n5t0vqqcq5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n5t0vqqcq5]  a, .top-row[b-n5t0vqqcq5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n5t0vqqcq5]  a:hover, .top-row[b-n5t0vqqcq5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n5t0vqqcq5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n5t0vqqcq5] {
        justify-content: space-between;
    }

    .top-row[b-n5t0vqqcq5]  a, .top-row[b-n5t0vqqcq5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n5t0vqqcq5] {
        flex-direction: row;
    }

    .sidebar[b-n5t0vqqcq5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n5t0vqqcq5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n5t0vqqcq5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n5t0vqqcq5], article[b-n5t0vqqcq5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n5t0vqqcq5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n5t0vqqcq5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Quiz/Components/Pages/BackOffice/Layout/BO_NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l8k61kjx55] {
    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-l8k61kjx55] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l8k61kjx55] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l8k61kjx55] {
    font-size: 1.1rem;
}

.bi[b-l8k61kjx55] {
    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-l8k61kjx55] {
    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-l8k61kjx55] {
    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-l8k61kjx55] {
    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");
}

.bi-lock-nav-menu[b-l8k61kjx55] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-l8k61kjx55] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-l8k61kjx55] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-l8k61kjx55] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-l8k61kjx55] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-l8k61kjx55] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l8k61kjx55] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l8k61kjx55] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l8k61kjx55]  .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-l8k61kjx55]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l8k61kjx55]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l8k61kjx55] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l8k61kjx55] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l8k61kjx55] {
        display: none;
    }

    .nav-scrollable[b-l8k61kjx55] {
        /* 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/Quiz/Components/Pages/Corsi.razor.rz.scp.css */
.simulation-list-container[b-50nue23ix2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: calc(100vh - 64px);
}

.page-header[b-50nue23ix2] {
    margin-bottom: 0.5rem;
}



.header-content[b-50nue23ix2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-text[b-50nue23ix2] {
    flex: 1 1 100%;
    order: 1;
    text-align: center;
}

.btn-back:first-child[b-50nue23ix2] {
    order: 0;
}

.btn-back:last-child[b-50nue23ix2] {
    order: 0;
}

@media (min-width: 601px) {
    .header-text[b-50nue23ix2] {
        flex: 1 1 auto;
        order: 0;
    }
}



.btn-back[b-50nue23ix2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    /* transition: all 0.2s; */
    white-space: nowrap;
}


    .btn-back svg[b-50nue23ix2] {
        width: 18px;
        height: 18px;
    }

.header-text[b-50nue23ix2] {
    /*flex: 1;*/  
    
}

    .header-text h1[b-50nue23ix2] {
        font-size: 2rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.5rem;
    }

    .header-text h6[b-50nue23ix2] {
        /*font-size: 1.0625rem;*/
        color: #64748b;
    }

/* Loading state */
.loading-state[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    gap: 1.5rem;
}

.spinner[b-50nue23ix2] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-50nue23ix2 0.8s linear infinite;
}

@keyframes spin-b-50nue23ix2 {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-50nue23ix2] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Empty state */
.empty-state[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    text-align: center;
}

.empty-icon[b-50nue23ix2] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
}

    .empty-icon svg[b-50nue23ix2] {
        width: 40px;
        height: 40px;
    }

.empty-state h2[b-50nue23ix2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
}

.empty-state p[b-50nue23ix2] {
    font-size: 1.0625rem;
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 500px;
}

.btn-primary[b-50nue23ix2] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    /*box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);*/
}   

/* Questionari grid */
.templates-grid[b-50nue23ix2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.template-card[b-50nue23ix2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    /* cursor: pointer; */
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    border: 2px solid #e2e8f0;
}

    .template-card:hover[b-50nue23ix2] {
        /* transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
        /* border-color: #667eea; */
    }

.card-header[b-50nue23ix2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-icon[b-50nue23ix2] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .card-icon svg[b-50nue23ix2] {
        width: 24px;
        height: 24px;
    }

.card-title[b-50nue23ix2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    line-height: 1.4;
}

.card-description[b-50nue23ix2] {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-stats[b-50nue23ix2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item[b-50nue23ix2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

    .stat-item svg[b-50nue23ix2] {
        width: 16px;
        height: 16px;
        color: #94a3b8;
    }

.difficulty-facile[b-50nue23ix2] {
    color: #10b981;
    font-weight: 600;
}

.difficulty-medio[b-50nue23ix2] {
    color: #f59e0b;
    font-weight: 600;
}

.difficulty-difficile[b-50nue23ix2] {
    color: #ef4444;
    font-weight: 600;
}

.card-footer[b-50nue23ix2] {
    margin-top: auto;
}

.btn-start-simulation[b-50nue23ix2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-start-simulation svg[b-50nue23ix2] {
        width: 18px;
        height: 18px;
    }

/* Responsive */
@media (max-width: 768px) {
    .simulation-list-container[b-50nue23ix2] {
        padding: 1.5rem 1rem;
    }

    .header-content[b-50nue23ix2] {
        /*flex-direction: column;*/
        gap: 1rem;
    }

    .header-text h1[b-50nue23ix2] {
        font-size: 1.5rem;
    }

    .header-text h6[b-50nue23ix2] {
        font-size: 0.76rem;
    }

    .templates-grid[b-50nue23ix2] {
        grid-template-columns: 1fr;
    }

    .template-card[b-50nue23ix2] {
        padding: 1.5rem;
    }

    .card-title[b-50nue23ix2] {
        font-size: 1.125rem;
    }
}

@media (max-width: 600px) {    
    .header-text h1[b-50nue23ix2] {
        font-size: 1.375rem;
    }

    .header-text h6[b-50nue23ix2] {
        display: none;
    }
        
}

@media (max-width: 480px) {
    .simulation-list-container[b-50nue23ix2] {
        padding: 1rem;
    }

    .header-text h1[b-50nue23ix2] {
        font-size: 1.375rem;
    }

    .header-text h6[b-50nue23ix2] {
        /*font-size: 0.7rem;*/
        display: none;
    }

    .template-card[b-50nue23ix2] {
        padding: 1.25rem;
    }

    .card-icon[b-50nue23ix2] {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

        .card-icon svg[b-50nue23ix2] {
            width: 20px;
            height: 20px;
        }

    .card-stats[b-50nue23ix2] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

.card-icon[b-50nue23ix2] {
    position: relative;
}

.status-dot[b-50nue23ix2] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
}

/* Stati */
.status-ok[b-50nue23ix2] {
    background-color: #22c55e; /* verde */
}

.status-ko[b-50nue23ix2] {
    background-color: #ef4444; /* rosso */
}

.status-pending[b-50nue23ix2] {
    background-color: #facc15; /* giallo */
    color: #000;
}

.status-none[b-50nue23ix2] {
    display: none;
}



/* ============================================
   MODAL STORICO - RESPONSIVE
   ============================================ */

/* Overlay scuro */
.modal-overlay[b-50nue23ix2] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

/* Box modale */
.modal-content[b-50nue23ix2] {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

/* Variante large */
.modal-large[b-50nue23ix2] {
    max-width: 900px;
}

/* Header */
.modal-header[b-50nue23ix2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

    .modal-header h2[b-50nue23ix2] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

/* Close button */
.modal-close[b-50nue23ix2] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

    .modal-close:hover[b-50nue23ix2] {
        color: #000;
    }

/* Body */
.modal-body[b-50nue23ix2] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Lista storico */
.history-list[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ============================================
   HISTORY ITEM - MOBILE FIRST
   ============================================ */

.history-item[b-50nue23ix2] {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    gap: 12px;
    background: white;    
}

/* Sezione principale: titolo + data */
.history-main[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .history-main strong[b-50nue23ix2] {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.4;
    }

    .history-main span[b-50nue23ix2] {
        font-size: 14px;
        color: #666;
    }

/* Sezione info: punteggio + esito + bottone */
.history-right[b-50nue23ix2] {
    display: flex;
    width: 25% !important;
    justify-content: space-between;
    align-items: center;
}

.history-info[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .history-info span:first-child[b-50nue23ix2] {
        font-weight: 600;
        color: #1a1a1a;
    }

    .history-info span:nth-child(2)[b-50nue23ix2] {
        color: #666;
    }

/* Bottone */
.btn-small[b-50nue23ix2] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    /*align-self: flex-start;*/    
}   

/* Loading state */
.loading-state[b-50nue23ix2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 16px;
}

.spinner[b-50nue23ix2] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-50nue23ix2 1s linear infinite;
}

@keyframes spin-b-50nue23ix2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-state p[b-50nue23ix2] {
    color: #666;
    margin: 0;
}

/* Empty state */
.empty-text[b-50nue23ix2] {
    text-align: center;
    color: #666;
    padding: 40px 20px;
    margin: 0;
}

@media (max-width: 600px) {
    .modal-body[b-50nue23ix2] {
        padding: 10px;
    }

    .history-item[b-50nue23ix2] {
        padding: 8px;
        gap: 4px;

    }

    .history-right[b-50nue23ix2] {
        display: flex;
        flex-direction: column;
        width: 25% !important;
        justify-content: space-between;
        align-items: center;
    }

    .history-info[b-50nue23ix2] {
        /*display: flex;*/
        /*flex-direction: column;*/
        align-items: center;
        gap: 2px;
        font-size: 14px;
        margin-bottom: 2px;
    }

}

    /* STORICO */
/* _content/Quiz/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-o9ep3l49d8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.dashboard-header[b-o9ep3l49d8] {
    text-align: center;
    margin-bottom: 3rem;
}

    .dashboard-header h1[b-o9ep3l49d8] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.5rem;
    }

.subtitle[b-o9ep3l49d8] {
    color: #718096;
    font-size: 1.125rem;
}

.stats-grid[b-o9ep3l49d8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card[b-o9ep3l49d8] {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    border: 1px solid #e2e8f0;
}

.stat-icon[b-o9ep3l49d8] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .stat-icon.success[b-o9ep3l49d8] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    }

    .stat-icon.info[b-o9ep3l49d8] {
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    }

    .stat-icon svg[b-o9ep3l49d8] {
        width: 28px;
        height: 28px;
    }

.stat-content[b-o9ep3l49d8] {
    flex: 1;
}

    .stat-content h3[b-o9ep3l49d8] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 0.5rem;
    }

.stat-value[b-o9ep3l49d8] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.stat-label[b-o9ep3l49d8] {
    font-size: 0.875rem;
    color: #94a3b8;
}

.action-buttons[b-o9ep3l49d8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}

.btn[b-o9ep3l49d8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

    .btn svg[b-o9ep3l49d8] {
        width: 24px;
        height: 24px;
    }

    /*.btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }*/

    /*.btn:active {
        transform: translateY(0);
    }*/

/*.btn-corsi {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
    color: white;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.btn-accent {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

    .btn-accent:hover,
    .btn-accent:focus,
    .btn-accent:active {
        color: #fff;
    }

.btn-test {
    background: linear-gradient(135deg, #fddb92 0%, #f9a825 100%);
    color: white;
}

    .btn-test:hover,
    .btn-test:focus,
    .btn-test:active {
        color: #fff;
    }*/

.btn-corsi[b-o9ep3l49d8],
.btn-primary[b-o9ep3l49d8],
.btn-secondary[b-o9ep3l49d8],
.btn-accent[b-o9ep3l49d8],
.btn-test[b-o9ep3l49d8] {
    color: white;
}

    .btn-corsi:hover[b-o9ep3l49d8], .btn-corsi:focus[b-o9ep3l49d8], .btn-corsi:active[b-o9ep3l49d8],
    .btn-primary:hover[b-o9ep3l49d8], .btn-primary:focus[b-o9ep3l49d8], .btn-primary:active[b-o9ep3l49d8],
    .btn-secondary:hover[b-o9ep3l49d8], .btn-secondary:focus[b-o9ep3l49d8], .btn-secondary:active[b-o9ep3l49d8],
    .btn-accent:hover[b-o9ep3l49d8], .btn-accent:focus[b-o9ep3l49d8], .btn-accent:active[b-o9ep3l49d8],
    .btn-test:hover[b-o9ep3l49d8], .btn-test:focus[b-o9ep3l49d8], .btn-test:active[b-o9ep3l49d8] {
        color: white !important;
    }

.btn-corsi[b-o9ep3l49d8] {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%);
}

.btn-primary[b-o9ep3l49d8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.btn-secondary[b-o9ep3l49d8] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.btn-accent[b-o9ep3l49d8] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.btn-test[b-o9ep3l49d8] {
    background: linear-gradient(135deg, #fddb92 0%, #f9a825 100%);
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container[b-o9ep3l49d8] {
        padding: 1.5rem 1rem;
    }

    .dashboard-header h1[b-o9ep3l49d8] {
        font-size: 2rem;
    }

    .stats-grid[b-o9ep3l49d8] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-o9ep3l49d8] {
        padding: 1.5rem;
    }

    .action-buttons[b-o9ep3l49d8] {
        grid-template-columns: 1fr;
    }

    .btn[b-o9ep3l49d8] {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .dashboard-header h1[b-o9ep3l49d8] {
        font-size: 1.75rem;
    }

    .stat-value[b-o9ep3l49d8] {
        font-size: 1.75rem;
    }
}
/* _content/Quiz/Components/Pages/Elements/VideoPlayer.razor.rz.scp.css */
.video-container[b-b3n2ssn1gj] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.video-wrapper[b-b3n2ssn1gj] {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: black;
    overflow: hidden;
}

.overlay[b-b3n2ssn1gj] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
}

.overlay-box[b-b3n2ssn1gj] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    width: 60%;
    max-width: 600px;
}

.answer-btn[b-b3n2ssn1gj] {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background: #2563eb;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}

    .answer-btn:hover[b-b3n2ssn1gj] {
        background: #1e40af;
    }

.fullscreen-btn[b-b3n2ssn1gj] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 6px;
    padding: 7px 9px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .fullscreen-btn:hover[b-b3n2ssn1gj] {
        background: rgba(0,0,0,0.85);
    }

.video-wrapper.simulated-fullscreen .fullscreen-btn[b-b3n2ssn1gj] {
    top: 16px;
    bottom: auto;
}
/* _content/Quiz/Components/Pages/Esame.razor.rz.scp.css */
.simulation-container[b-6fjxvvn9p5] {
    min-height: 100vh;
    background: #f8fafc;    
}

/* Loading state */
.loading-state[b-6fjxvvn9p5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1.5rem;
}

.spinner[b-6fjxvvn9p5] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-6fjxvvn9p5 0.8s linear infinite;
}

@keyframes spin-b-6fjxvvn9p5 {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-6fjxvvn9p5] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Start screen */
.start-screen[b-6fjxvvn9p5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.start-card[b-6fjxvvn9p5] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.start-icon[b-6fjxvvn9p5] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .start-icon svg[b-6fjxvvn9p5] {
        width: 40px;
        height: 40px;
    }

.start-card h1[b-6fjxvvn9p5] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    /*margin-bottom: 2rem;*/
}

.start-info[b-6fjxvvn9p5] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.75rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
}

.info-item[b-6fjxvvn9p5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label[b-6fjxvvn9p5] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.info-value[b-6fjxvvn9p5] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #667eea;
}

.info-divider[b-6fjxvvn9p5] {
    width: 1px;
    height: 40px;
    background: #cbd5e1;
}

.start-instructions[b-6fjxvvn9p5] {
    text-align: left;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #fef3c7;
    border-radius: 12px;
    border-left: 4px solid #f59e0b;
}

    .start-instructions h3[b-6fjxvvn9p5] {
        font-size: 1rem;
        font-weight: 600;
        color: #92400e;
        margin-bottom: 1rem;
    }

    .start-instructions ul[b-6fjxvvn9p5] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .start-instructions li[b-6fjxvvn9p5] {
        font-size: 0.9375rem;
        color: #78350f;
        padding-left: 1.5rem;
        position: relative;
    }

        .start-instructions li[b-6fjxvvn9p5]::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #f59e0b;
            font-weight: 700;
        }

.btn-start[b-6fjxvvn9p5] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;    
    
}

    .btn-start svg[b-6fjxvvn9p5] {
        width: 20px;
        height: 20px;
    }

/* Simulation header */
.simulation-header[b-6fjxvvn9p5] {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    
}

.btn-back[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

   .btn-back svg[b-6fjxvvn9p5] {
        width: 18px;
        height: 18px;
    }

.timer[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #475569;
}

    .timer.warning[b-6fjxvvn9p5] {
        background: #fee2e2;
        color: #dc2626;
        animation: pulse-b-6fjxvvn9p5 1s infinite;
    }

@keyframes pulse-b-6fjxvvn9p5 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.timer svg[b-6fjxvvn9p5] {
    width: 20px;
    height: 20px;
}

.progress-indicator[b-6fjxvvn9p5] {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 150px;
}

.progress-text[b-6fjxvvn9p5] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
}

.progress-bar[b-6fjxvvn9p5] {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-6fjxvvn9p5] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

/* Simulation content */
.simulation-content[b-6fjxvvn9p5] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    /*display: grid;*/
    grid-template-columns: 1fr 300px;
    gap: 1.5rem;
    align-items: start;
    display: flex;
    justify-content: center;
}

/* Question grid - always visible */
.question-grid-section[b-6fjxvvn9p5] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}

.grid-header-inline[b-6fjxvvn9p5] {
    margin-bottom: 1rem;
}

    .grid-header-inline h3[b-6fjxvvn9p5] {
        font-size: 1rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.75rem;
    }

.grid-legend-inline[b-6fjxvvn9p5] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.legend-item-inline[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.legend-dot[b-6fjxvvn9p5] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .legend-dot.answered[b-6fjxvvn9p5] {
        background: #10b981;
    }

    .legend-dot.current[b-6fjxvvn9p5] {
        background: #667eea;
    }

    .legend-dot.unanswered[b-6fjxvvn9p5] {
        background: #e2e8f0;
    }

.grid-content-inline[b-6fjxvvn9p5] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    padding: 0.75rem 0;
}

.grid-item-inline[b-6fjxvvn9p5] {
    aspect-ratio: 1;
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .grid-item-inline:hover[b-6fjxvvn9p5] {
        border-color: #cbd5e1;
        transform: scale(1.05);
    }

    .grid-item-inline.answered[b-6fjxvvn9p5] {
        background: #d1fae5;
        border-color: #10b981;
        color: #065f46;
    }

    .grid-item-inline.current[b-6fjxvvn9p5] {
        background: #ede9fe;
        border-color: #667eea;
        color: #5b21b6;
        
    }

        .grid-item-inline.current.answered[b-6fjxvvn9p5] {
            background: linear-gradient(135deg, #d1fae5 0%, #ede9fe 100%);
        }

.question-card[b-6fjxvvn9p5] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    min-width: 50%;
}

.question-header[b-6fjxvvn9p5] {
    margin-bottom: 1.5rem;
}

.question-number[b-6fjxvvn9p5] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-toggle-grid[b-6fjxvvn9p5] {
    display: none;
}

.question-text[b-6fjxvvn9p5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.answers-list[b-6fjxvvn9p5] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
}

.answer-option[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

    .answer-option:not(.review):hover[b-6fjxvvn9p5] {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

    

    .answer-option.selected[b-6fjxvvn9p5] {
        background: #ede9fe;
        border-color: #667eea;
    }

    .answer-option input[type="radio"][b-6fjxvvn9p5] {
        display: none;
    }

.radio-custom[b-6fjxvvn9p5] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s;
}

.answer-option.selected .radio-custom[b-6fjxvvn9p5] {
    border-color: #667eea;
    background: white;
}

    .answer-option.selected .radio-custom[b-6fjxvvn9p5]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background: #667eea;
        border-radius: 50%;
    }

.answer-letter[b-6fjxvvn9p5] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: white;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #475569;
}

.answer-option.selected .answer-letter[b-6fjxvvn9p5] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.answer-text[b-6fjxvvn9p5] {
    flex: 1;
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.5;
}

.answer-icon[b-6fjxvvn9p5] {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.answer-option.review[b-6fjxvvn9p5] {
    cursor: default;
}


/* Answer states */
.answer-option.correct[b-6fjxvvn9p5] {
    background: #d1fae5;
    border-color: #10b981;
}

    .answer-option.correct .answer-letter[b-6fjxvvn9p5] {
        background: #10b981;
        border-color: #10b981;
        color: white;
    }

.answer-icon.correct[b-6fjxvvn9p5] {
    color: #10b981;
}

.answer-option.wrong[b-6fjxvvn9p5] {
    background: #fee2e2;
    border-color: #ef4444;
}

    .answer-option.wrong .answer-letter[b-6fjxvvn9p5] {
        background: #ef4444;
        border-color: #ef4444;
        color: white;
    }

.answer-icon.wrong[b-6fjxvvn9p5] {
    color: #ef4444;
}

/* Esito */
.esito-text[b-6fjxvvn9p5] {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
}

    .esito-text.promosso[b-6fjxvvn9p5] {
        color: #10b981;
    }

    .esito-text.bocciato[b-6fjxvvn9p5] {
        color: #ef4444;
    }

/* Navigation buttons */
.navigation-buttons[b-6fjxvvn9p5] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.btn-nav[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: #f1f5f9;
    border: none;
    border-radius: 10px;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    
}  

    .btn-nav:disabled[b-6fjxvvn9p5] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-nav svg[b-6fjxvvn9p5] {
        width: 18px;
        height: 18px;
    }

    .btn-nav.primary[b-6fjxvvn9p5] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }           

.btn-submit[b-6fjxvvn9p5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-submit:disabled[b-6fjxvvn9p5] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-submit svg[b-6fjxvvn9p5] {
        width: 18px;
        height: 18px;
    }

/* Results screen */
.results-screen[b-6fjxvvn9p5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.results-card[b-6fjxvvn9p5] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border: 6px solid;
}

    .results-card.ok[b-6fjxvvn9p5] {
        border-color: #059669;
    }

    .results-card.fail[b-6fjxvvn9p5] {
        border-color: #dc2626;
    }

.results-icon[b-6fjxvvn9p5] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    /*background: linear-gradient(135deg, #10b981 0%, #059669 100%);*/
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .results-icon.ok[b-6fjxvvn9p5] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);        
    }

    .results-icon.fail[b-6fjxvvn9p5] {
        background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    }

    .results-icon svg[b-6fjxvvn9p5] {
        width: 40px;
        height: 40px;
    }

.results-card h1[b-6fjxvvn9p5] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.results-message[b-6fjxvvn9p5] {
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.results-stats[b-6fjxvvn9p5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat[b-6fjxvvn9p5] {
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-label[b-6fjxvvn9p5] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.stat-value[b-6fjxvvn9p5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
}

.btn-back-dashboard[b-6fjxvvn9p5] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

/* Modal styles */
.modal-overlay[b-6fjxvvn9p5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-6fjxvvn9p5] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.modal-icon[b-6fjxvvn9p5] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .modal-icon.warning[b-6fjxvvn9p5] {
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    }

    .modal-icon.success[b-6fjxvvn9p5] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    }

    .modal-icon svg[b-6fjxvvn9p5] {
        width: 32px;
        height: 32px;
    }

.modal-content h2[b-6fjxvvn9p5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.modal-content p[b-6fjxvvn9p5] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.submit-summary[b-6fjxvvn9p5] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.summary-item[b-6fjxvvn9p5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

    .summary-item:not(:last-child)[b-6fjxvvn9p5] {
        border-bottom: 1px solid #e2e8f0;
        margin-bottom: 0.5rem;
    }

.summary-label[b-6fjxvvn9p5] {
    font-weight: 500;
    color: #64748b;
}

.summary-value[b-6fjxvvn9p5] {
    font-weight: 700;
    color: #1a202c;
}

.modal-actions[b-6fjxvvn9p5] {
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-6fjxvvn9p5], .btn-confirm[b-6fjxvvn9p5] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cancel[b-6fjxvvn9p5] {
    background: #f1f5f9;
    color: #475569;
}    

.btn-confirm.danger[b-6fjxvvn9p5] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.btn-confirm.success[b-6fjxvvn9p5] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .simulation-content[b-6fjxvvn9p5] {
        grid-template-columns: 1fr;
    }

    .question-grid-section[b-6fjxvvn9p5] {
        order: 2;
        position: static;
        max-height: none;
        margin-top: 1.5rem;
    }

    .question-card[b-6fjxvvn9p5] {
        order: 1;
    }

    .grid-content-inline[b-6fjxvvn9p5] {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 768px) {
    .simulation-header[b-6fjxvvn9p5] {
        /*flex-wrap: wrap;*/
        padding: 1rem;
        gap: 0.75rem;
    }

    .btn-back[b-6fjxvvn9p5] {
        padding: 0.5rem 0.875rem;
        font-size: 0.875rem;
    }

        .btn-back svg[b-6fjxvvn9p5] {
            width: 16px;
            height: 16px;
        }

    .timer[b-6fjxvvn9p5] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

        .timer svg[b-6fjxvvn9p5] {
            width: 18px;
            height: 18px;
        }

    .progress-indicator[b-6fjxvvn9p5] {
        width: 100%;
        /*order: 3;*/
    }

    .simulation-content[b-6fjxvvn9p5] {
        padding: 1rem;
    }

    .start-card[b-6fjxvvn9p5] {
        padding: 2rem 1.5rem;
    }

    .start-icon[b-6fjxvvn9p5] {
        width: 64px;
        height: 64px;
    }

        .start-icon svg[b-6fjxvvn9p5] {
            width: 32px;
            height: 32px;
        }

    .start-card h1[b-6fjxvvn9p5] {
        font-size: 1.5rem;
    }

    .start-info[b-6fjxvvn9p5] {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .info-divider[b-6fjxvvn9p5] {
        width: 100%;
        height: 1px;
    }

    .info-value[b-6fjxvvn9p5] {
        font-size: 1.5rem;
    }

    .btn-start[b-6fjxvvn9p5] {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .question-card[b-6fjxvvn9p5] {
        padding: 1.5rem;
    }

    .question-text[b-6fjxvvn9p5] {
        font-size: 1.125rem;
    }

    .answer-option[b-6fjxvvn9p5] {
        padding: 0.875rem;
        gap: 0.625rem;
    }

    .navigation-buttons[b-6fjxvvn9p5] {
        /*flex-direction: column;*/
        gap: 0.75rem;
    }

    .btn-nav[b-6fjxvvn9p5], .btn-submit[b-6fjxvvn9p5] {
        width: 100%;
        justify-content: center;
    }

    .question-grid-section[b-6fjxvvn9p5] {
        padding: 1.25rem;
    }

    .grid-content-inline[b-6fjxvvn9p5] {
        grid-template-columns: repeat(6, 1fr);
        gap: 0.625rem;
    }

    .grid-item-inline[b-6fjxvvn9p5] {
        font-size: 0.8125rem;
    }

    .results-card[b-6fjxvvn9p5] {
        padding: 2rem 1.5rem;
    }

    .results-stats[b-6fjxvvn9p5] {
        grid-template-columns: 1fr;
    }

    .modal-content[b-6fjxvvn9p5] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .start-card[b-6fjxvvn9p5], .results-card[b-6fjxvvn9p5] {
        padding: 1.5rem 1rem;
    }

        .start-card h1[b-6fjxvvn9p5] {
            font-size: 1.25rem;
        }

    .start-instructions[b-6fjxvvn9p5] {
        padding: 1.25rem;
    }

        .start-instructions h3[b-6fjxvvn9p5] {
            font-size: 0.9375rem;
        }

        .start-instructions li[b-6fjxvvn9p5] {
            font-size: 0.875rem;
        }

    .info-label[b-6fjxvvn9p5] {
        font-size: 0.8125rem;
    }

    .info-value[b-6fjxvvn9p5] {
        font-size: 1.375rem;
    }

    .btn-start[b-6fjxvvn9p5] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .question-card[b-6fjxvvn9p5] {
        padding: 1.25rem;
    }

    .question-number[b-6fjxvvn9p5] {
        font-size: 0.8125rem;
    }

    .question-text[b-6fjxvvn9p5] {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .answer-option[b-6fjxvvn9p5] {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .answer-letter[b-6fjxvvn9p5] {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.8125rem;
    }

    .answer-text[b-6fjxvvn9p5] {
        font-size: 0.875rem;
    }

    .radio-custom[b-6fjxvvn9p5] {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .answer-option.selected .radio-custom[b-6fjxvvn9p5]::after {
        width: 10px;
        height: 10px;
    }

    .btn-nav[b-6fjxvvn9p5], .btn-submit[b-6fjxvvn9p5] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }

    .question-grid-section[b-6fjxvvn9p5] {
        padding: 1rem;
    }

    .grid-header-inline h3[b-6fjxvvn9p5] {
        font-size: 0.9375rem;
    }

    .legend-item-inline[b-6fjxvvn9p5] {
        font-size: 0.6875rem;
    }

    .legend-dot[b-6fjxvvn9p5] {
        width: 8px;
        height: 8px;
    }

    .grid-content-inline[b-6fjxvvn9p5] {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }

    .grid-item-inline[b-6fjxvvn9p5] {
        font-size: 0.75rem;
    }

    .results-card h1[b-6fjxvvn9p5] {
        font-size: 1.5rem;
    }

    .results-message[b-6fjxvvn9p5] {
        font-size: 1rem;
    }

    .modal-content[b-6fjxvvn9p5] {
        padding: 1.25rem;
    }

        .modal-content h2[b-6fjxvvn9p5] {
            font-size: 1.25rem;
        }

        .modal-content p[b-6fjxvvn9p5] {
            font-size: 0.9375rem;
        }

    .modal-actions[b-6fjxvvn9p5] {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .simulation-header[b-6fjxvvn9p5] {
        padding: 0.875rem;
    }

    .btn-back span[b-6fjxvvn9p5] {
        display: none;
    }

    .timer[b-6fjxvvn9p5] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9375rem;
    }

    .start-card[b-6fjxvvn9p5], .results-card[b-6fjxvvn9p5] {
        padding: 1.25rem 0.875rem;
    }

    .question-card[b-6fjxvvn9p5] {
        padding: 1rem;
    }

    .question-text[b-6fjxvvn9p5] {
        font-size: 0.9375rem;
    }

    .answer-option[b-6fjxvvn9p5] {
        padding: 0.625rem;
    }

    .answer-letter[b-6fjxvvn9p5] {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 0.75rem;
    }

    .answer-text[b-6fjxvvn9p5] {
        font-size: 0.8125rem;
    }

    .grid-content-inline[b-6fjxvvn9p5] {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.375rem;
    }

    .grid-item-inline[b-6fjxvvn9p5] {
        font-size: 0.6875rem;
    }
}


/*.question-dots {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

    .question-dots .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #ccc;
        background: white;
        color: #555;
        font-size: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all .2s ease;
    }

        .question-dots .dot:hover {
            transform: scale(1.1);
            border-color: #4f46e5;
        }

        .question-dots .dot.answered {
            background: #e0e7ff;
            border-color: #4f46e5;
            color: #1e3a8a;
        }

        .question-dots .dot.current {
            background: #4f46e5;
            border-color: #4f46e5;
            color: white;
            box-shadow: 0 0 0 3px rgba(79,70,229,.3);
        }
*/

/*.progress-segmented {
    display: flex;
    gap: 2px;
    height: 6px;
    margin-bottom: 6px;
}

    .progress-segmented .segment {
        flex: 1;
        background: #e5e7eb;
        border-radius: 2px;
    }

        .progress-segmented .segment.done {
            background: #4f46e5;
        }

.progress-text {
    font-size: 13px;
    color: #555;
}*/
/* _content/Quiz/Components/Pages/EsamiList.razor.rz.scp.css */
.simulation-list-container[b-vtp2pekcxj] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: calc(100vh - 64px);
}

.page-header[b-vtp2pekcxj] {
    margin-bottom: 0.5rem;
}



.header-content[b-vtp2pekcxj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-text[b-vtp2pekcxj] {
    flex: 1 1 100%;
    order: 1;
    text-align: center;
}

.btn-back:first-child[b-vtp2pekcxj] {
    order: 0;
}

.btn-back:last-child[b-vtp2pekcxj] {
    order: 0;
}

@media (min-width: 601px) {
    .header-text[b-vtp2pekcxj] {
        flex: 1 1 auto;
        order: 0;
    }
}



.btn-back[b-vtp2pekcxj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    /* transition: all 0.2s; */
    white-space: nowrap;
}


    .btn-back svg[b-vtp2pekcxj] {
        width: 18px;
        height: 18px;
    }

.header-text[b-vtp2pekcxj] {
    /*flex: 1;*/  
    
}

    .header-text h1[b-vtp2pekcxj] {
        font-size: 2rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.5rem;
    }

    .header-text h6[b-vtp2pekcxj] {
        /*font-size: 1.0625rem;*/
        color: #64748b;
    }

/* Loading state */
.loading-state[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    gap: 1.5rem;
}

.spinner[b-vtp2pekcxj] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-vtp2pekcxj 0.8s linear infinite;
}

@keyframes spin-b-vtp2pekcxj {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-vtp2pekcxj] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Empty state */
.empty-state[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    text-align: center;
}

.empty-icon[b-vtp2pekcxj] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
}

    .empty-icon svg[b-vtp2pekcxj] {
        width: 40px;
        height: 40px;
    }

.empty-state h2[b-vtp2pekcxj] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
}

.empty-state p[b-vtp2pekcxj] {
    font-size: 1.0625rem;
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 500px;
}

.btn-primary[b-vtp2pekcxj] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    /*box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);*/
}   

/* Questionari grid */
.templates-grid[b-vtp2pekcxj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.template-card[b-vtp2pekcxj] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    /* cursor: pointer; */
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    border: 2px solid #e2e8f0;
}

    .template-card:hover[b-vtp2pekcxj] {
        /* transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
        /* border-color: #667eea; */
    }

.card-header[b-vtp2pekcxj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-icon[b-vtp2pekcxj] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .card-icon svg[b-vtp2pekcxj] {
        width: 24px;
        height: 24px;
    }

.card-title[b-vtp2pekcxj] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    line-height: 1.4;
}

.card-description[b-vtp2pekcxj] {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-stats[b-vtp2pekcxj] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item[b-vtp2pekcxj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

    .stat-item svg[b-vtp2pekcxj] {
        width: 16px;
        height: 16px;
        color: #94a3b8;
    }

.difficulty-facile[b-vtp2pekcxj] {
    color: #10b981;
    font-weight: 600;
}

.difficulty-medio[b-vtp2pekcxj] {
    color: #f59e0b;
    font-weight: 600;
}

.difficulty-difficile[b-vtp2pekcxj] {
    color: #ef4444;
    font-weight: 600;
}

.card-footer[b-vtp2pekcxj] {
    margin-top: auto;
}

.btn-start-simulation[b-vtp2pekcxj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-start-simulation svg[b-vtp2pekcxj] {
        width: 18px;
        height: 18px;
    }

/* Responsive */
@media (max-width: 768px) {
    .simulation-list-container[b-vtp2pekcxj] {
        padding: 1.5rem 1rem;
    }

    .header-content[b-vtp2pekcxj] {
        /*flex-direction: column;*/
        gap: 1rem;
    }

    .header-text h1[b-vtp2pekcxj] {
        font-size: 1.5rem;
    }

    .header-text h6[b-vtp2pekcxj] {
        font-size: 0.76rem;
    }

    .templates-grid[b-vtp2pekcxj] {
        grid-template-columns: 1fr;
    }

    .template-card[b-vtp2pekcxj] {
        padding: 1.5rem;
    }

    .card-title[b-vtp2pekcxj] {
        font-size: 1.125rem;
    }
}

@media (max-width: 600px) {    
    .header-text h1[b-vtp2pekcxj] {
        font-size: 1.375rem;
    }

    .header-text h6[b-vtp2pekcxj] {
        display: none;
    }
        
}

@media (max-width: 480px) {
    .simulation-list-container[b-vtp2pekcxj] {
        padding: 1rem;
    }

    .header-text h1[b-vtp2pekcxj] {
        font-size: 1.375rem;
    }

    .header-text h6[b-vtp2pekcxj] {
        /*font-size: 0.7rem;*/
        display: none;
    }

    .template-card[b-vtp2pekcxj] {
        padding: 1.25rem;
    }

    .card-icon[b-vtp2pekcxj] {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

        .card-icon svg[b-vtp2pekcxj] {
            width: 20px;
            height: 20px;
        }

    .card-stats[b-vtp2pekcxj] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

.card-icon[b-vtp2pekcxj] {
    position: relative;
}

.status-dot[b-vtp2pekcxj] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
}

/* Stati */
.status-ok[b-vtp2pekcxj] {
    background-color: #22c55e; /* verde */
}

.status-ko[b-vtp2pekcxj] {
    background-color: #ef4444; /* rosso */
}

.status-pending[b-vtp2pekcxj] {
    background-color: #facc15; /* giallo */
    color: #000;
}

.status-none[b-vtp2pekcxj] {
    display: none;
}



/* ============================================
   MODAL STORICO - RESPONSIVE
   ============================================ */

/* Overlay scuro */
.modal-overlay[b-vtp2pekcxj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

/* Box modale */
.modal-content[b-vtp2pekcxj] {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

/* Variante large */
.modal-large[b-vtp2pekcxj] {
    max-width: 900px;
}

/* Header */
.modal-header[b-vtp2pekcxj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

    .modal-header h2[b-vtp2pekcxj] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

/* Close button */
.modal-close[b-vtp2pekcxj] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

    .modal-close:hover[b-vtp2pekcxj] {
        color: #000;
    }

/* Body */
.modal-body[b-vtp2pekcxj] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Lista storico */
.history-list[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ============================================
   HISTORY ITEM - MOBILE FIRST
   ============================================ */

.history-item[b-vtp2pekcxj] {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    gap: 12px;
    background: white;    
}

/* Sezione principale: titolo + data */
.history-main[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .history-main strong[b-vtp2pekcxj] {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.4;
    }

    .history-main span[b-vtp2pekcxj] {
        font-size: 14px;
        color: #666;
    }

/* Sezione info: punteggio + esito + bottone */
.history-right[b-vtp2pekcxj] {
    display: flex;
    width: 25% !important;
    justify-content: space-between;
    align-items: center;
}

.history-info[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .history-info span:first-child[b-vtp2pekcxj] {
        font-weight: 600;
        color: #1a1a1a;
    }

    .history-info span:nth-child(2)[b-vtp2pekcxj] {
        color: #666;
    }

/* Bottone */
.btn-small[b-vtp2pekcxj] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    /*align-self: flex-start;*/    
}   

/* Loading state */
.loading-state[b-vtp2pekcxj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 16px;
}

.spinner[b-vtp2pekcxj] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-vtp2pekcxj 1s linear infinite;
}

@keyframes spin-b-vtp2pekcxj {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-state p[b-vtp2pekcxj] {
    color: #666;
    margin: 0;
}

/* Empty state */
.empty-text[b-vtp2pekcxj] {
    text-align: center;
    color: #666;
    padding: 40px 20px;
    margin: 0;
}

@media (max-width: 600px) {
    .modal-body[b-vtp2pekcxj] {
        padding: 10px;
    }

    .history-item[b-vtp2pekcxj] {
        padding: 8px;
        gap: 4px;

    }

    .history-right[b-vtp2pekcxj] {
        display: flex;
        flex-direction: column;
        width: 25% !important;
        justify-content: space-between;
        align-items: center;
    }

    .history-info[b-vtp2pekcxj] {
        /*display: flex;*/
        /*flex-direction: column;*/
        align-items: center;
        gap: 2px;
        font-size: 14px;
        margin-bottom: 2px;
    }

}

    /* STORICO */
/* _content/Quiz/Components/Pages/Pratice.razor.rz.scp.css */
.practice-container[b-vbc2ti0f9h] {
    max-width: 900px;
    margin: 0 auto;
    /*padding: 2rem 1rem;*/
    min-height: calc(100vh - 4rem);
}

.practice-header[b-vbc2ti0f9h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
}

    .practice-header h1[b-vbc2ti0f9h] {
        font-size: 2rem;
        font-weight: 700;
        color: #1a202c;
        margin: 0;
    }

.btn-filter[b-vbc2ti0f9h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

    /*.btn-filter:hover {
        border-color: #667eea;
        color: #667eea;
        transform: translateY(-2px);
    }*/

    .btn-filter svg[b-vbc2ti0f9h] {
        width: 20px;
        height: 20px;
    }

.filter-badge[b-vbc2ti0f9h] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.progress-info[b-vbc2ti0f9h] {
    display: flex;    
    justify-content: space-between;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0.75rem;
}

.progress-text[b-vbc2ti0f9h] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    align-content: center;
}

.question-card[b-vbc2ti0f9h] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
    min-width: 50%;
}

.question-text[b-vbc2ti0f9h] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.answers-grid[b-vbc2ti0f9h] {
    display: grid;
    gap: 1rem;
}

.answer-btn[b-vbc2ti0f9h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
    width: 100%;
    position: relative;
}

    .answer-btn:hover:not(:disabled)[b-vbc2ti0f9h] {
        border-color: #667eea;
        background: #f1f5f9;
        /*transform: translateX(4px);*/
    }

    .answer-btn:disabled[b-vbc2ti0f9h] {
        cursor: default;
    }

.answer-letter[b-vbc2ti0f9h] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: white;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    color: #475569;
}

.answer-text[b-vbc2ti0f9h] {
    flex: 1;
    font-size: 1.0625rem;
    color: #334155;
    line-height: 1.5;
}

.answer-icon[b-vbc2ti0f9h] {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

/* Answer states */
.answer-btn.correct[b-vbc2ti0f9h] {
    background: #d1fae5;
    border-color: #10b981;
}

    .answer-btn.correct .answer-letter[b-vbc2ti0f9h] {
        background: #10b981;
        border-color: #10b981;
        color: white;
    }

.answer-icon.correct[b-vbc2ti0f9h] {
    color: #10b981;
}

.answer-btn.wrong[b-vbc2ti0f9h] {
    background: #fee2e2;
    border-color: #ef4444;
}

    .answer-btn.wrong .answer-letter[b-vbc2ti0f9h] {
        background: #ef4444;
        border-color: #ef4444;
        color: white;
    }

.answer-icon.wrong[b-vbc2ti0f9h] {
    color: #ef4444;
}

.btn-next[b-vbc2ti0f9h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-next svg[b-vbc2ti0f9h] {
        width: 20px;
        height: 20px;
    }

.topic-tag[b-vbc2ti0f9h] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

    .topic-tag svg[b-vbc2ti0f9h] {
        width: 16px;
        height: 16px;
    }

/* Loading state */
.loading-state[b-vbc2ti0f9h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
    gap: 1.5rem;
}

.spinner[b-vbc2ti0f9h] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-vbc2ti0f9h 0.8s linear infinite;
}

@keyframes spin-b-vbc2ti0f9h {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-vbc2ti0f9h] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Modal */
.modal-overlay[b-vbc2ti0f9h] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-vbc2ti0f9h] {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-header[b-vbc2ti0f9h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

    .modal-header h2[b-vbc2ti0f9h] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a202c;
        margin: 0;
    }

.btn-close[b-vbc2ti0f9h] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: #f1f5f9;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

    .btn-close:hover[b-vbc2ti0f9h] {
        background: #e2e8f0;
    }

    .btn-close svg[b-vbc2ti0f9h] {
        width: 20px;
        height: 20px;
    }

.modal-body[b-vbc2ti0f9h] {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-description[b-vbc2ti0f9h] {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.topics-list[b-vbc2ti0f9h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.topic-checkbox[b-vbc2ti0f9h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

    .topic-checkbox:hover[b-vbc2ti0f9h] {
        background: #f8fafc;
    }

    .topic-checkbox input[type="checkbox"][b-vbc2ti0f9h] {
        display: none;
    }

.checkbox-custom[b-vbc2ti0f9h] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    position: relative;
}

.topic-checkbox input[type="checkbox"]:checked + .checkbox-custom[b-vbc2ti0f9h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

    .topic-checkbox input[type="checkbox"]:checked + .checkbox-custom[b-vbc2ti0f9h]::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        top: 2px;
    }

.topic-name[b-vbc2ti0f9h] {
    font-weight: 500;
    color: #334155;
    margin-right: 1rem;
}

.modal-footer[b-vbc2ti0f9h] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

/* Argomenti*/
.topic-content[b-vbc2ti0f9h] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.topic-header[b-vbc2ti0f9h] {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.topic-percentage.ok[b-vbc2ti0f9h] { color: #16a34a; }
.topic-percentage.warn[b-vbc2ti0f9h] { color: #f59e0b; }
.topic-percentage.bad[b-vbc2ti0f9h] { color: #dc2626; }

.topic-stats[b-vbc2ti0f9h] {
    font-size: 0.85rem;
    color: #6b7280;
}

.topic-progress[b-vbc2ti0f9h] {
    margin-top: 4px;
}

.progress-bar[b-vbc2ti0f9h] {
    height: 6px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-vbc2ti0f9h] {
    height: 100%;
    background: #3b82f6;
}


.btn-primary[b-vbc2ti0f9h], .btn-secondary[b-vbc2ti0f9h] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-vbc2ti0f9h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}   

.btn-secondary[b-vbc2ti0f9h] {
    background: #f1f5f9;
    color: #475569;
}

/* immagine */
.question-image[b-vbc2ti0f9h] {
    margin: 1rem 0 1.5rem;
    display: flex;
    justify-content: center;
}

    .question-image img[b-vbc2ti0f9h] {
        max-width: 100%;
        max-height: 320px;
        border-radius: 12px;
        object-fit: contain;
        /*box-shadow: 0 8px 24px rgba(0,0,0,0.12);*/
        border: 1px solid #e2e8f0;
    }

/* Responsive */
@media (max-width: 768px) {
    .practice-container[b-vbc2ti0f9h] {
        padding: 0 1rem;
    }

    .practice-header[b-vbc2ti0f9h] {
        flex-direction: column;
        align-items: stretch;
    }

        .practice-header h1[b-vbc2ti0f9h] {
            font-size: 1.75rem;
        }

    .btn-filter[b-vbc2ti0f9h] {
        justify-content: center;
    }

    .question-card[b-vbc2ti0f9h] {
        padding: 1.75rem;
    }

    .question-text[b-vbc2ti0f9h] {
        font-size: 1.25rem;
    }

    .answer-btn[b-vbc2ti0f9h] {
        padding: 1rem;
    }

    .answer-letter[b-vbc2ti0f9h] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 1rem;
    }

    .answer-text[b-vbc2ti0f9h] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .practice-header h1[b-vbc2ti0f9h] {
        font-size: 1.5rem;
    }

    .question-card[b-vbc2ti0f9h] {
        padding: 1.5rem;
    }

    .question-text[b-vbc2ti0f9h] {
        font-size: 1.125rem;
    }

    .modal-footer[b-vbc2ti0f9h] {
        flex-direction: column;
    }
}


/* Results screen */
.results-screen[b-vbc2ti0f9h] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.results-card[b-vbc2ti0f9h] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border: 6px solid;
}

    .results-card.ok[b-vbc2ti0f9h] {
        border-color: #059669;
    }       

.results-icon[b-vbc2ti0f9h] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    /*background: linear-gradient(135deg, #10b981 0%, #059669 100%);*/
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .results-icon.ok[b-vbc2ti0f9h] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    }
       
    .results-icon svg[b-vbc2ti0f9h] {
        width: 40px;
        height: 40px;
    }

.results-card h1[b-vbc2ti0f9h] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.results-message[b-vbc2ti0f9h] {
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.btn-continua[b-vbc2ti0f9h] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
/* _content/Quiz/Components/Pages/Simulation.razor.rz.scp.css */
.simulation-container[b-xb3v9q87en] {
    min-height: 100vh;
    background: #f8fafc;
}

/* Loading state */
.loading-state[b-xb3v9q87en] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1.5rem;
}

.spinner[b-xb3v9q87en] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-xb3v9q87en 0.8s linear infinite;
}

@keyframes spin-b-xb3v9q87en {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-xb3v9q87en] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Start screen */
.start-screen[b-xb3v9q87en] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.start-card[b-xb3v9q87en] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.start-icon[b-xb3v9q87en] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .start-icon svg[b-xb3v9q87en] {
        width: 40px;
        height: 40px;
    }

.start-card h1[b-xb3v9q87en] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    /*margin-bottom: 2rem;*/
}

.start-info[b-xb3v9q87en] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.75rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
}

.info-item[b-xb3v9q87en] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label[b-xb3v9q87en] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.info-value[b-xb3v9q87en] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #667eea;
}

.info-divider[b-xb3v9q87en] {
    width: 1px;
    height: 40px;
    background: #cbd5e1;
}

.start-instructions[b-xb3v9q87en] {
    text-align: left;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #fef3c7;
    border-radius: 12px;
    border-left: 4px solid #f59e0b;
}

    .start-instructions h3[b-xb3v9q87en] {
        font-size: 1rem;
        font-weight: 600;
        color: #92400e;
        margin-bottom: 1rem;
    }

    .start-instructions ul[b-xb3v9q87en] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .start-instructions li[b-xb3v9q87en] {
        font-size: 0.9375rem;
        color: #78350f;
        padding-left: 1.5rem;
        position: relative;
    }

        .start-instructions li[b-xb3v9q87en]::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #f59e0b;
            font-weight: 700;
        }

.btn-start[b-xb3v9q87en] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;    
    
}

    .btn-start svg[b-xb3v9q87en] {
        width: 20px;
        height: 20px;
    }

/* Simulation header */
.simulation-header[b-xb3v9q87en] {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    
}

.btn-back[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

   .btn-back svg[b-xb3v9q87en] {
        width: 18px;
        height: 18px;
    }

.timer[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #475569;
}

    .timer.warning[b-xb3v9q87en] {
        background: #fee2e2;
        color: #dc2626;
        animation: pulse-b-xb3v9q87en 1s infinite;
    }

@keyframes pulse-b-xb3v9q87en {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.timer svg[b-xb3v9q87en] {
    width: 20px;
    height: 20px;
}

.progress-indicator[b-xb3v9q87en] {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 150px;
}

.progress-text[b-xb3v9q87en] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
}

.progress-bar[b-xb3v9q87en] {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-xb3v9q87en] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

/* Simulation content */
.simulation-content[b-xb3v9q87en] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    /*display: grid;*/
    grid-template-columns: 1fr 300px;
    gap: 1.5rem;
    align-items: start;
    display: flex;
    justify-content: center;
}

/* Question grid - always visible */
.question-grid-section[b-xb3v9q87en] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}

.grid-header-inline[b-xb3v9q87en] {
    margin-bottom: 1rem;
}

    .grid-header-inline h3[b-xb3v9q87en] {
        font-size: 1rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.75rem;
    }

.grid-legend-inline[b-xb3v9q87en] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.legend-item-inline[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.legend-dot[b-xb3v9q87en] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .legend-dot.answered[b-xb3v9q87en] {
        background: #10b981;
    }

    .legend-dot.current[b-xb3v9q87en] {
        background: #667eea;
    }

    .legend-dot.unanswered[b-xb3v9q87en] {
        background: #e2e8f0;
    }

.grid-content-inline[b-xb3v9q87en] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    padding: 0.75rem 0;
}

.grid-item-inline[b-xb3v9q87en] {
    aspect-ratio: 1;
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .grid-item-inline:hover[b-xb3v9q87en] {
        border-color: #cbd5e1;
        transform: scale(1.05);
    }

    .grid-item-inline.answered[b-xb3v9q87en] {
        background: #d1fae5;
        border-color: #10b981;
        color: #065f46;
    }

    .grid-item-inline.current[b-xb3v9q87en] {
        background: #ede9fe;
        border-color: #667eea;
        color: #5b21b6;
        
    }

        .grid-item-inline.current.answered[b-xb3v9q87en] {
            background: linear-gradient(135deg, #d1fae5 0%, #ede9fe 100%);
        }

.question-card[b-xb3v9q87en] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    min-width: 50%;
}

.question-header[b-xb3v9q87en] {
    margin-bottom: 1.5rem;
}

.question-number[b-xb3v9q87en] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-toggle-grid[b-xb3v9q87en] {
    display: none;
}

.question-text[b-xb3v9q87en] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.answers-list[b-xb3v9q87en] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 1.5rem;
}

.answer-option[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

    .answer-option:not(.review):hover[b-xb3v9q87en] {
        background: #f1f5f9;
        border-color: #cbd5e1;
    }

    

    .answer-option.selected[b-xb3v9q87en] {
        background: #ede9fe;
        border-color: #667eea;
    }

    .answer-option input[type="radio"][b-xb3v9q87en] {
        display: none;
    }

.radio-custom[b-xb3v9q87en] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s;
}

.answer-option.selected .radio-custom[b-xb3v9q87en] {
    border-color: #667eea;
    background: white;
}

    .answer-option.selected .radio-custom[b-xb3v9q87en]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background: #667eea;
        border-radius: 50%;
    }

.answer-letter[b-xb3v9q87en] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: white;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #475569;
}

.answer-option.selected .answer-letter[b-xb3v9q87en] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.answer-text[b-xb3v9q87en] {
    flex: 1;
    font-size: 0.9375rem;
    color: #334155;
    line-height: 1.5;
}

.answer-icon[b-xb3v9q87en] {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.answer-option.review[b-xb3v9q87en] {
    cursor: default;
}


/* Answer states */
.answer-option.correct[b-xb3v9q87en] {
    background: #d1fae5;
    border-color: #10b981;
}

    .answer-option.correct .answer-letter[b-xb3v9q87en] {
        background: #10b981;
        border-color: #10b981;
        color: white;
    }

.answer-icon.correct[b-xb3v9q87en] {
    color: #10b981;
}

.answer-option.wrong[b-xb3v9q87en] {
    background: #fee2e2;
    border-color: #ef4444;
}

    .answer-option.wrong .answer-letter[b-xb3v9q87en] {
        background: #ef4444;
        border-color: #ef4444;
        color: white;
    }

.answer-icon.wrong[b-xb3v9q87en] {
    color: #ef4444;
}

/* Esito */
.esito-text[b-xb3v9q87en] {
    font-size: 1rem;
    font-weight: 600;
    color: #64748b;
}

    .esito-text.promosso[b-xb3v9q87en] {
        color: #10b981;
    }

    .esito-text.bocciato[b-xb3v9q87en] {
        color: #ef4444;
    }

/* Navigation buttons */
.navigation-buttons[b-xb3v9q87en] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.btn-nav[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: #f1f5f9;
    border: none;
    border-radius: 10px;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    
}  

    .btn-nav:disabled[b-xb3v9q87en] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-nav svg[b-xb3v9q87en] {
        width: 18px;
        height: 18px;
    }

    .btn-nav.primary[b-xb3v9q87en] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }           

.btn-submit[b-xb3v9q87en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-submit:disabled[b-xb3v9q87en] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-submit svg[b-xb3v9q87en] {
        width: 18px;
        height: 18px;
    }

/* Results screen */
.results-screen[b-xb3v9q87en] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.results-card[b-xb3v9q87en] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border: 6px solid;
}

    .results-card.ok[b-xb3v9q87en] {
        border-color: #059669;
    }

    .results-card.fail[b-xb3v9q87en] {
        border-color: #dc2626;
    }

.results-icon[b-xb3v9q87en] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    /*background: linear-gradient(135deg, #10b981 0%, #059669 100%);*/
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .results-icon.ok[b-xb3v9q87en] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);        
    }

    .results-icon.fail[b-xb3v9q87en] {
        background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    }

    .results-icon svg[b-xb3v9q87en] {
        width: 40px;
        height: 40px;
    }

.results-card h1[b-xb3v9q87en] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.results-message[b-xb3v9q87en] {
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.results-stats[b-xb3v9q87en] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat[b-xb3v9q87en] {
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-label[b-xb3v9q87en] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.stat-value[b-xb3v9q87en] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
}

.btn-back-dashboard[b-xb3v9q87en] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

/* Modal styles */
.modal-overlay[b-xb3v9q87en] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-xb3v9q87en] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.modal-icon[b-xb3v9q87en] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .modal-icon.warning[b-xb3v9q87en] {
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    }

    .modal-icon.success[b-xb3v9q87en] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    }

    .modal-icon svg[b-xb3v9q87en] {
        width: 32px;
        height: 32px;
    }

.modal-content h2[b-xb3v9q87en] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.modal-content p[b-xb3v9q87en] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.submit-summary[b-xb3v9q87en] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.summary-item[b-xb3v9q87en] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

    .summary-item:not(:last-child)[b-xb3v9q87en] {
        border-bottom: 1px solid #e2e8f0;
        margin-bottom: 0.5rem;
    }

.summary-label[b-xb3v9q87en] {
    font-weight: 500;
    color: #64748b;
}

.summary-value[b-xb3v9q87en] {
    font-weight: 700;
    color: #1a202c;
}

.modal-actions[b-xb3v9q87en] {
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-xb3v9q87en], .btn-confirm[b-xb3v9q87en] {
    flex: 1;
    padding: 0.875rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-cancel[b-xb3v9q87en] {
    background: #f1f5f9;
    color: #475569;
}    

.btn-confirm.danger[b-xb3v9q87en] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.btn-confirm.success[b-xb3v9q87en] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .simulation-content[b-xb3v9q87en] {
        grid-template-columns: 1fr;
    }

    .question-grid-section[b-xb3v9q87en] {
        order: 2;
        position: static;
        max-height: none;
        margin-top: 1.5rem;
    }

    .question-card[b-xb3v9q87en] {
        order: 1;
    }

    .grid-content-inline[b-xb3v9q87en] {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 768px) {
    .simulation-header[b-xb3v9q87en] {
        /*flex-wrap: wrap;*/
        padding: 1rem;
        gap: 0.75rem;
    }

    .btn-back[b-xb3v9q87en] {
        padding: 0.5rem 0.875rem;
        font-size: 0.875rem;
    }

        .btn-back svg[b-xb3v9q87en] {
            width: 16px;
            height: 16px;
        }

    .timer[b-xb3v9q87en] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

        .timer svg[b-xb3v9q87en] {
            width: 18px;
            height: 18px;
        }

    .progress-indicator[b-xb3v9q87en] {
        width: 100%;
        /*order: 3;*/
    }

    .simulation-content[b-xb3v9q87en] {
        padding: 1rem;
    }

    .start-card[b-xb3v9q87en] {
        padding: 2rem 1.5rem;
    }

    .start-icon[b-xb3v9q87en] {
        width: 64px;
        height: 64px;
    }

        .start-icon svg[b-xb3v9q87en] {
            width: 32px;
            height: 32px;
        }

    .start-card h1[b-xb3v9q87en] {
        font-size: 1.5rem;
    }

    .start-info[b-xb3v9q87en] {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
    }

    .info-divider[b-xb3v9q87en] {
        width: 100%;
        height: 1px;
    }

    .info-value[b-xb3v9q87en] {
        font-size: 1.5rem;
    }

    .btn-start[b-xb3v9q87en] {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .question-card[b-xb3v9q87en] {
        padding: 1.5rem;
    }

    .question-text[b-xb3v9q87en] {
        font-size: 1.125rem;
    }

    .answer-option[b-xb3v9q87en] {
        padding: 0.875rem;
        gap: 0.625rem;
    }

    .navigation-buttons[b-xb3v9q87en] {
        /*flex-direction: column;*/
        gap: 0.75rem;
    }

    .btn-nav[b-xb3v9q87en], .btn-submit[b-xb3v9q87en] {
        width: 100%;
        justify-content: center;
    }

    .question-grid-section[b-xb3v9q87en] {
        padding: 1.25rem;
    }

    .grid-content-inline[b-xb3v9q87en] {
        grid-template-columns: repeat(6, 1fr);
        gap: 0.625rem;
    }

    .grid-item-inline[b-xb3v9q87en] {
        font-size: 0.8125rem;
    }

    .results-card[b-xb3v9q87en] {
        padding: 2rem 1.5rem;
    }

    .results-stats[b-xb3v9q87en] {
        grid-template-columns: 1fr;
    }

    .modal-content[b-xb3v9q87en] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .start-card[b-xb3v9q87en], .results-card[b-xb3v9q87en] {
        padding: 1.5rem 1rem;
    }

        .start-card h1[b-xb3v9q87en] {
            font-size: 1.25rem;
        }

    .start-instructions[b-xb3v9q87en] {
        padding: 1.25rem;
    }

        .start-instructions h3[b-xb3v9q87en] {
            font-size: 0.9375rem;
        }

        .start-instructions li[b-xb3v9q87en] {
            font-size: 0.875rem;
        }

    .info-label[b-xb3v9q87en] {
        font-size: 0.8125rem;
    }

    .info-value[b-xb3v9q87en] {
        font-size: 1.375rem;
    }

    .btn-start[b-xb3v9q87en] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .question-card[b-xb3v9q87en] {
        padding: 1.25rem;
    }

    .question-number[b-xb3v9q87en] {
        font-size: 0.8125rem;
    }

    .question-text[b-xb3v9q87en] {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .answer-option[b-xb3v9q87en] {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .answer-letter[b-xb3v9q87en] {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.8125rem;
    }

    .answer-text[b-xb3v9q87en] {
        font-size: 0.875rem;
    }

    .radio-custom[b-xb3v9q87en] {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .answer-option.selected .radio-custom[b-xb3v9q87en]::after {
        width: 10px;
        height: 10px;
    }

    .btn-nav[b-xb3v9q87en], .btn-submit[b-xb3v9q87en] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }

    .question-grid-section[b-xb3v9q87en] {
        padding: 1rem;
    }

    .grid-header-inline h3[b-xb3v9q87en] {
        font-size: 0.9375rem;
    }

    .legend-item-inline[b-xb3v9q87en] {
        font-size: 0.6875rem;
    }

    .legend-dot[b-xb3v9q87en] {
        width: 8px;
        height: 8px;
    }

    .grid-content-inline[b-xb3v9q87en] {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }

    .grid-item-inline[b-xb3v9q87en] {
        font-size: 0.75rem;
    }

    .results-card h1[b-xb3v9q87en] {
        font-size: 1.5rem;
    }

    .results-message[b-xb3v9q87en] {
        font-size: 1rem;
    }

    .modal-content[b-xb3v9q87en] {
        padding: 1.25rem;
    }

        .modal-content h2[b-xb3v9q87en] {
            font-size: 1.25rem;
        }

        .modal-content p[b-xb3v9q87en] {
            font-size: 0.9375rem;
        }

    .modal-actions[b-xb3v9q87en] {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .simulation-header[b-xb3v9q87en] {
        padding: 0.875rem;
    }

    .btn-back span[b-xb3v9q87en] {
        display: none;
    }

    .timer[b-xb3v9q87en] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9375rem;
    }

    .start-card[b-xb3v9q87en], .results-card[b-xb3v9q87en] {
        padding: 1.25rem 0.875rem;
    }

    .question-card[b-xb3v9q87en] {
        padding: 1rem;
    }

    .question-text[b-xb3v9q87en] {
        font-size: 0.9375rem;
    }

    .answer-option[b-xb3v9q87en] {
        padding: 0.625rem;
    }

    .answer-letter[b-xb3v9q87en] {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 0.75rem;
    }

    .answer-text[b-xb3v9q87en] {
        font-size: 0.8125rem;
    }

    .grid-content-inline[b-xb3v9q87en] {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.375rem;
    }

    .grid-item-inline[b-xb3v9q87en] {
        font-size: 0.6875rem;
    }
}


/*.question-dots {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

    .question-dots .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #ccc;
        background: white;
        color: #555;
        font-size: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all .2s ease;
    }

        .question-dots .dot:hover {
            transform: scale(1.1);
            border-color: #4f46e5;
        }

        .question-dots .dot.answered {
            background: #e0e7ff;
            border-color: #4f46e5;
            color: #1e3a8a;
        }

        .question-dots .dot.current {
            background: #4f46e5;
            border-color: #4f46e5;
            color: white;
            box-shadow: 0 0 0 3px rgba(79,70,229,.3);
        }
*/

/*.progress-segmented {
    display: flex;
    gap: 2px;
    height: 6px;
    margin-bottom: 6px;
}

    .progress-segmented .segment {
        flex: 1;
        background: #e5e7eb;
        border-radius: 2px;
    }

        .progress-segmented .segment.done {
            background: #4f46e5;
        }

.progress-text {
    font-size: 13px;
    color: #555;
}*/
/* _content/Quiz/Components/Pages/SimulationList.razor.rz.scp.css */
.simulation-list-container[b-m3ni7fg4lk] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    min-height: calc(100vh - 64px);
}

.page-header[b-m3ni7fg4lk] {
    margin-bottom: 0.5rem;
}



.header-content[b-m3ni7fg4lk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-text[b-m3ni7fg4lk] {
    flex: 1 1 100%;
    order: 1;
    text-align: center;
}

.btn-back:first-child[b-m3ni7fg4lk] {
    order: 0;
}

.btn-back:last-child[b-m3ni7fg4lk] {
    order: 0;
}

@media (min-width: 601px) {
    .header-text[b-m3ni7fg4lk] {
        flex: 1 1 auto;
        order: 0;
    }
}



.btn-back[b-m3ni7fg4lk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    /* transition: all 0.2s; */
    white-space: nowrap;
}


    .btn-back svg[b-m3ni7fg4lk] {
        width: 18px;
        height: 18px;
    }

.header-text[b-m3ni7fg4lk] {
    /*flex: 1;*/  
    
}

    .header-text h1[b-m3ni7fg4lk] {
        font-size: 2rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.5rem;
    }

    .header-text h6[b-m3ni7fg4lk] {
        /*font-size: 1.0625rem;*/
        color: #64748b;
    }

/* Loading state */
.loading-state[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    gap: 1.5rem;
}

.spinner[b-m3ni7fg4lk] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-m3ni7fg4lk 0.8s linear infinite;
}

@keyframes spin-b-m3ni7fg4lk {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-m3ni7fg4lk] {
    font-size: 1.125rem;
    color: #64748b;
}

/* Empty state */
.empty-state[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem;
    text-align: center;
}

.empty-icon[b-m3ni7fg4lk] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
}

    .empty-icon svg[b-m3ni7fg4lk] {
        width: 40px;
        height: 40px;
    }

.empty-state h2[b-m3ni7fg4lk] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
}

.empty-state p[b-m3ni7fg4lk] {
    font-size: 1.0625rem;
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 500px;
}

.btn-primary[b-m3ni7fg4lk] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

    .btn-primary:hover[b-m3ni7fg4lk] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
    }

/* Questionari grid */
.templates-grid[b-m3ni7fg4lk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.template-card[b-m3ni7fg4lk] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    /* cursor: pointer; */
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    border: 2px solid #e2e8f0;
}

    .template-card:hover[b-m3ni7fg4lk] {
        /* transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
        /* border-color: #667eea; */
    }

.card-header[b-m3ni7fg4lk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-icon[b-m3ni7fg4lk] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .card-icon svg[b-m3ni7fg4lk] {
        width: 24px;
        height: 24px;
    }

.card-title[b-m3ni7fg4lk] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    line-height: 1.4;
}

.card-description[b-m3ni7fg4lk] {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.card-stats[b-m3ni7fg4lk] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item[b-m3ni7fg4lk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

    .stat-item svg[b-m3ni7fg4lk] {
        width: 16px;
        height: 16px;
        color: #94a3b8;
    }

.difficulty-facile[b-m3ni7fg4lk] {
    color: #10b981;
    font-weight: 600;
}

.difficulty-medio[b-m3ni7fg4lk] {
    color: #f59e0b;
    font-weight: 600;
}

.difficulty-difficile[b-m3ni7fg4lk] {
    color: #ef4444;
    font-weight: 600;
}

.card-footer[b-m3ni7fg4lk] {
    margin-top: auto;
}

.btn-start-simulation[b-m3ni7fg4lk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-start-simulation svg[b-m3ni7fg4lk] {
        width: 18px;
        height: 18px;
    }

/* Responsive */
@media (max-width: 768px) {
    .simulation-list-container[b-m3ni7fg4lk] {
        padding: 1.5rem 1rem;
    }

    .header-content[b-m3ni7fg4lk] {
        /*flex-direction: column;*/
        gap: 1rem;
    }

    .header-text h1[b-m3ni7fg4lk] {
        font-size: 1.5rem;
    }

    .header-text h6[b-m3ni7fg4lk] {
        font-size: 0.76rem;
    }

    .templates-grid[b-m3ni7fg4lk] {
        grid-template-columns: 1fr;
    }

    .template-card[b-m3ni7fg4lk] {
        padding: 1.5rem;
    }

    .card-title[b-m3ni7fg4lk] {
        font-size: 1.125rem;
    }
}

@media (max-width: 600px) {    
    .header-text h1[b-m3ni7fg4lk] {
        font-size: 1.375rem;
    }

    .header-text h6[b-m3ni7fg4lk] {
        display: none;
    }
        
}

@media (max-width: 480px) {
    .simulation-list-container[b-m3ni7fg4lk] {
        padding: 1rem;
    }

    .header-text h1[b-m3ni7fg4lk] {
        font-size: 1.375rem;
    }

    .header-text h6[b-m3ni7fg4lk] {
        /*font-size: 0.7rem;*/
        display: none;
    }

    .template-card[b-m3ni7fg4lk] {
        padding: 1.25rem;
    }

    .card-icon[b-m3ni7fg4lk] {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

        .card-icon svg[b-m3ni7fg4lk] {
            width: 20px;
            height: 20px;
        }

    .card-stats[b-m3ni7fg4lk] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

.card-icon[b-m3ni7fg4lk] {
    position: relative;
}

.status-dot[b-m3ni7fg4lk] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
}

/* Stati */
.status-ok[b-m3ni7fg4lk] {
    background-color: #22c55e; /* verde */
}

.status-ko[b-m3ni7fg4lk] {
    background-color: #ef4444; /* rosso */
}

.status-pending[b-m3ni7fg4lk] {
    background-color: #facc15; /* giallo */
    color: #000;
}

.status-none[b-m3ni7fg4lk] {
    display: none;
}



/* ============================================
   MODAL STORICO - RESPONSIVE
   ============================================ */

/* Overlay scuro */
.modal-overlay[b-m3ni7fg4lk] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
}

/* Box modale */
.modal-content[b-m3ni7fg4lk] {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

/* Variante large */
.modal-large[b-m3ni7fg4lk] {
    max-width: 900px;
}

/* Header */
.modal-header[b-m3ni7fg4lk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

    .modal-header h2[b-m3ni7fg4lk] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

/* Close button */
.modal-close[b-m3ni7fg4lk] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

    .modal-close:hover[b-m3ni7fg4lk] {
        color: #000;
    }

/* Body */
.modal-body[b-m3ni7fg4lk] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Lista storico */
.history-list[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ============================================
   HISTORY ITEM - MOBILE FIRST
   ============================================ */

.history-item[b-m3ni7fg4lk] {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    gap: 12px;
    background: white;    
}

/* Sezione principale: titolo + data */
.history-main[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .history-main strong[b-m3ni7fg4lk] {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.4;
    }

    .history-main span[b-m3ni7fg4lk] {
        font-size: 14px;
        color: #666;
    }

/* Sezione info: punteggio + esito + bottone */
.history-right[b-m3ni7fg4lk] {
    display: flex;
    width: 25% !important;
    justify-content: space-between;
    align-items: center;
}

.history-info[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .history-info span:first-child[b-m3ni7fg4lk] {
        font-weight: 600;
        color: #1a1a1a;
    }

    .history-info span:nth-child(2)[b-m3ni7fg4lk] {
        color: #666;
    }

/* Bottone */
.btn-small[b-m3ni7fg4lk] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    /*align-self: flex-start;*/    
}   

/* Loading state */
.loading-state[b-m3ni7fg4lk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 16px;
}

.spinner[b-m3ni7fg4lk] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-m3ni7fg4lk 1s linear infinite;
}

@keyframes spin-b-m3ni7fg4lk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-state p[b-m3ni7fg4lk] {
    color: #666;
    margin: 0;
}

/* Empty state */
.empty-text[b-m3ni7fg4lk] {
    text-align: center;
    color: #666;
    padding: 40px 20px;
    margin: 0;
}

@media (max-width: 600px) {
    .modal-body[b-m3ni7fg4lk] {
        padding: 10px;
    }

    .history-item[b-m3ni7fg4lk] {
        padding: 8px;
        gap: 4px;

    }

    .history-right[b-m3ni7fg4lk] {
        display: flex;
        flex-direction: column;
        width: 25% !important;
        justify-content: space-between;
        align-items: center;
    }

    .history-info[b-m3ni7fg4lk] {
        /*display: flex;*/
        /*flex-direction: column;*/
        align-items: center;
        gap: 2px;
        font-size: 14px;
        margin-bottom: 2px;
    }

}

    /* STORICO */
