@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Lookif.Component.DateTimePicker/Lookif.Component.DateTimePicker.8f18a5cur3.bundle.scp.css';
@import '_content/Lookif.Component.DropDown/Lookif.Component.DropDown.a7xnl1sgav.bundle.scp.css';
@import '_content/Lookif.UI.Component/Lookif.UI.Component.xv207vxsdx.bundle.scp.css';

/* _content/PersonalDictionary.UI/Pages/AboutUs.razor.rz.scp.css */
/* About Us Page Styles */
.about-us-container[b-hpyh1fq4fb] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Vazir', 'Tahoma', sans-serif;
    direction: rtl;
}

/* Main Content Styles */
.about-us-content[b-hpyh1fq4fb] {
    padding-top: 0;
}

/* Hero Section with AboutUs.png image */
.hero-section[b-hpyh1fq4fb] {
    padding: 0;
    margin-bottom: 3rem;
    background: transparent;
}

.hero-image-container[b-hpyh1fq4fb] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 0;
}

.hero-image[b-hpyh1fq4fb] {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Mission Section */
.mission-section[b-hpyh1fq4fb] {
    padding: 4rem 2rem;
    background: white;
    margin-bottom: 3rem;
}

.container[b-hpyh1fq4fb] {
    max-width: 1200px;
    margin: 0 auto;
}

.mission-content[b-hpyh1fq4fb] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
}

.mission-text h2[b-hpyh1fq4fb] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.mission-text p[b-hpyh1fq4fb] {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.8;
}

.mission-stats[b-hpyh1fq4fb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.stat-item[b-hpyh1fq4fb] {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 15px;
    border: 1px solid #e5e7eb;
}

.stat-number[b-hpyh1fq4fb] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4f46e5;
    margin-bottom: 0.5rem;
}

.stat-label[b-hpyh1fq4fb] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

/* AI Features Section */
.ai-features-section[b-hpyh1fq4fb] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin-bottom: 3rem;
    color: white;
}

.ai-features-section h2[b-hpyh1fq4fb] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ai-features-grid[b-hpyh1fq4fb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.ai-feature-card[b-hpyh1fq4fb] {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ai-feature-card:hover[b-hpyh1fq4fb] {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.ai-feature-icon[b-hpyh1fq4fb] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ai-feature-icon svg[b-hpyh1fq4fb] {
    width: 35px;
    height: 35px;
    color: white;
}

.ai-feature-card h3[b-hpyh1fq4fb] {
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1rem;
}

.ai-feature-card p[b-hpyh1fq4fb] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 1.1rem;
}

/* IELTS Section */
.ielts-section[b-hpyh1fq4fb] {
    padding: 4rem 2rem;
    background: white;
    margin-bottom: 3rem;
}

.ielts-section h2[b-hpyh1fq4fb] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 3rem;
}

.ielts-grid[b-hpyh1fq4fb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.ielts-card[b-hpyh1fq4fb] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ielts-card[b-hpyh1fq4fb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5 0%, #f59e0b 100%);
}

.ielts-card:hover[b-hpyh1fq4fb] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ielts-icon[b-hpyh1fq4fb] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ielts-icon svg[b-hpyh1fq4fb] {
    width: 40px;
    height: 40px;
    color: white;
}

.ielts-card h3[b-hpyh1fq4fb] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1rem;
}

.ielts-card p[b-hpyh1fq4fb] {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.ielts-features[b-hpyh1fq4fb] {
    list-style: none;
    padding: 0;
}

.ielts-features li[b-hpyh1fq4fb] {
    color: #4b5563;
    margin-bottom: 0.8rem;
    padding-right: 1.5rem;
    position: relative;
    font-size: 1rem;
}

.ielts-features li[b-hpyh1fq4fb]::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.1rem;
}



/* Contact Section */
.contact-section[b-hpyh1fq4fb] {
    padding: 4rem 2rem;
    background: #f9fafb;
    margin-bottom: 3rem;
}

.contact-section h2[b-hpyh1fq4fb] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 3rem;
}

.contact-info[b-hpyh1fq4fb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.contact-item[b-hpyh1fq4fb] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.contact-item:hover[b-hpyh1fq4fb] {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon[b-hpyh1fq4fb] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg[b-hpyh1fq4fb] {
    width: 30px;
    height: 30px;
    color: white;
}

.contact-details h3[b-hpyh1fq4fb] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.contact-details p[b-hpyh1fq4fb] {
    color: #6b7280;
    font-size: 1rem;
}

/* Footer */
.footer[b-hpyh1fq4fb] {
    background: #1f2937;
    color: white;
    padding: 3rem 2rem 1rem;
}

.footer-content[b-hpyh1fq4fb] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3[b-hpyh1fq4fb], .footer-section h4[b-hpyh1fq4fb] {
    margin-bottom: 1rem;
    color: #f9fafb;
}

.footer-section p[b-hpyh1fq4fb] {
    color: #d1d5db;
    line-height: 1.6;
}

.footer-section ul[b-hpyh1fq4fb] {
    list-style: none;
    padding: 0;
}

.footer-section ul li[b-hpyh1fq4fb] {
    margin-bottom: 0.5rem;
}

.footer-section ul li a[b-hpyh1fq4fb] {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover[b-hpyh1fq4fb] {
    color: #4f46e5;
}

.footer-bottom[b-hpyh1fq4fb] {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #9ca3af;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-image-container[b-hpyh1fq4fb] {
        padding: 1rem 0;
    }

    .hero-image[b-hpyh1fq4fb] {
        max-width: 90%;
    }

    .mission-content[b-hpyh1fq4fb] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mission-text h2[b-hpyh1fq4fb] {
        font-size: 2rem;
    }

    .ai-features-grid[b-hpyh1fq4fb] {
        grid-template-columns: 1fr;
    }

    .ielts-grid[b-hpyh1fq4fb] {
        grid-template-columns: 1fr;
    }

    .contact-info[b-hpyh1fq4fb] {
        grid-template-columns: 1fr;
    }

    .contact-item[b-hpyh1fq4fb] {
        flex-direction: column;
        text-align: center;
    }

    .footer-content[b-hpyh1fq4fb] {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-section[b-hpyh1fq4fb],
    .mission-section[b-hpyh1fq4fb],
    .features-section[b-hpyh1fq4fb],
    .team-section[b-hpyh1fq4fb],
    .contact-section[b-hpyh1fq4fb] {
        padding: 2rem 1rem;
    }

    .hero-image[b-hpyh1fq4fb] {
        max-width: 95%;
    }
}
/* _content/PersonalDictionary.UI/Pages/Admin/WritingAssessmentManagement.razor.rz.scp.css */
/* Assessment Management Styles */
.assessment-management-container[b-n5kdbau7pl] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-n5kdbau7pl] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

/* Filters Section */
.filters-section[b-n5kdbau7pl] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.filters-row[b-n5kdbau7pl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.filter-item[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-item label[b-n5kdbau7pl] {
    font-weight: 500;
    color: #495057;
    font-size: 0.9em;
}

.filter-item .form-control[b-n5kdbau7pl],
.filter-item .form-select[b-n5kdbau7pl] {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    font-size: 0.9em;
}

.filter-item .btn[b-n5kdbau7pl] {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.header-content[b-n5kdbau7pl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-main[b-n5kdbau7pl] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-icon[b-n5kdbau7pl] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

    .page-icon svg[b-n5kdbau7pl] {
        width: 30px;
        height: 30px;
    }

.page-title h1[b-n5kdbau7pl] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.8em;
    font-weight: 700;
}

.page-subtitle[b-n5kdbau7pl] {
    color: #6c757d;
    font-size: 1.1em;
    margin-top: 5px;
}

.refresh-button svg[b-n5kdbau7pl] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.loading-container[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.loading-spinner[b-n5kdbau7pl] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-n5kdbau7pl 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-n5kdbau7pl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text h3[b-n5kdbau7pl] {
    color: #495057;
    margin: 0 0 10px 0;
}

.loading-text p[b-n5kdbau7pl] {
    color: #6c757d;
    margin: 0;
}

/* Assessment List Styles */
.assessment-list[b-n5kdbau7pl] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.list-header[b-n5kdbau7pl] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.2fr 1.5fr 1fr;
    gap: 15px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    font-size: 0.9em;
}

.header-cell[b-n5kdbau7pl] {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.list-row[b-n5kdbau7pl] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.2fr 1.5fr 1fr;
    gap: 15px;
    padding: 20px;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.2s ease;
    align-items: center;
}

.list-row:hover[b-n5kdbau7pl] {
    background: #f8f9fa;
}

.list-row:last-child[b-n5kdbau7pl] {
    border-bottom: none;
}

.cell[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
}

.user-cell[b-n5kdbau7pl] {
    align-items: flex-start;
    text-align: left;
}

.user-info[b-n5kdbau7pl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-n5kdbau7pl] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.user-avatar svg[b-n5kdbau7pl] {
    width: 20px;
    height: 20px;
}

.username[b-n5kdbau7pl] {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.95em;
}

.exam-type-badge[b-n5kdbau7pl], .writing-type-badge[b-n5kdbau7pl] {
    background: #e9ecef;
    color: #495057;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 500;
    white-space: nowrap;
}

.exam-type-badge[b-n5kdbau7pl] {
    background: #cff4fc;
    color: #055160;
}

.writing-type-badge[b-n5kdbau7pl] {
    background: #f0f4ff;
    color: #0c63e4;
}

.request-date[b-n5kdbau7pl] {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.9em;
}

.request-time[b-n5kdbau7pl] {
    color: #6c757d;
    font-size: 0.8em;
}

.teacher-name[b-n5kdbau7pl], .completion-date[b-n5kdbau7pl] {
    color: #6c757d;
    font-size: 0.8em;
    margin-top: 2px;
}

.overall-score[b-n5kdbau7pl] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.75em;
    font-weight: 600;
    margin-top: 2px;
}

.actions-cell[b-n5kdbau7pl] {
    align-items: center;
}

.action-buttons[b-n5kdbau7pl] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.action-buttons .btn[b-n5kdbau7pl] {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-badge[b-n5kdbau7pl] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-requested[b-n5kdbau7pl] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-assigned[b-n5kdbau7pl] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-completed[b-n5kdbau7pl] {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Pagination Styles */
.paging-controls[b-n5kdbau7pl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 15px;
}

.paging-bar[b-n5kdbau7pl] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.paging-arrow-btn[b-n5kdbau7pl] {
    background: white;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.paging-arrow-btn:disabled[b-n5kdbau7pl] {
    background: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
    border-color: #e9ecef;
}

.paging-arrow-btn:not(:disabled):hover[b-n5kdbau7pl] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.paging-number-btn[b-n5kdbau7pl] {
    background: white;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    min-width: 40px;
    text-align: center;
    transition: all 0.2s ease;
}

.paging-number-btn:hover[b-n5kdbau7pl] {
    background: #f8f9fa;
    border-color: #007bff;
}

.paging-number-btn.active[b-n5kdbau7pl] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.page-info[b-n5kdbau7pl] {
    color: #6c757d;
    font-size: 0.9em;
    white-space: nowrap;
}

.paging-size-select[b-n5kdbau7pl] {
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: white;
    color: #495057;
    font-size: 0.9em;
    cursor: pointer;
}

.paging-size-select:focus[b-n5kdbau7pl] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

/* Modal Styles */
.modal-overlay[b-n5kdbau7pl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
}

.modal-content[b-n5kdbau7pl] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 900px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header[b-n5kdbau7pl] {
    padding: 20px 25px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.modal-header h5[b-n5kdbau7pl] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1em;
}

.btn-close[b-n5kdbau7pl] {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    left: 20px;
    position: absolute;
}

.btn-close:hover[b-n5kdbau7pl] {
    background: #e9ecef;
    color: #495057;
}

.modal-body[b-n5kdbau7pl] {
    padding: 25px;
    overflow-y: auto;
    flex: 1;
}

.content-grid[b-n5kdbau7pl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    height: 100%;
}

.content-section[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    direction:ltr
}

.content-section:last-child[b-n5kdbau7pl] {
    margin-bottom: 0;
}

.content-section h6[b-n5kdbau7pl] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.95em;
}

.content-text[b-n5kdbau7pl] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    color: #495057;
    line-height: 1.6;
    border: 1px solid #e9ecef;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Chart Visualization Styles */
.mini-chart-bar[b-n5kdbau7pl] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.mini-chart-btn[b-n5kdbau7pl] {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.8em;
}

.mini-chart-host[b-n5kdbau7pl] {
    margin-bottom: 10px;
}

.mini-table[b-n5kdbau7pl],
.full-table[b-n5kdbau7pl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.mini-table th[b-n5kdbau7pl], .mini-table td[b-n5kdbau7pl],
.full-table th[b-n5kdbau7pl], .full-table td[b-n5kdbau7pl] {
    border: 1px solid #dee2e6;
    padding: 6px 8px;
    text-align: right;
}

.mini-table thead[b-n5kdbau7pl], .full-table thead[b-n5kdbau7pl] {
    background: #f1f3f5;
}

/* Chart Modal Styles */
.chart-modal-overlay[b-n5kdbau7pl] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.chart-modal-content[b-n5kdbau7pl] {
    background: white;
    border-radius: 12px;
    width: min(900px, 92vw);
    max-height: 85vh;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.chart-modal-header[b-n5kdbau7pl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.chart-modal-header h4[b-n5kdbau7pl] {
    margin: 0;
    font-weight: 600;
}

.close-modal-btn[b-n5kdbau7pl] {
    background: none;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.close-modal-btn:hover[b-n5kdbau7pl] {
    background: rgba(255, 255, 255, 0.2);
}

.close-modal-btn svg[b-n5kdbau7pl] {
    width: 20px;
    height: 20px;
}

.chart-modal-body[b-n5kdbau7pl] {
    padding: 16px;
}

.teacher-selection-modal[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.teacher-selection-modal label[b-n5kdbau7pl] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 5px;
}

.teacher-selection-modal .form-select[b-n5kdbau7pl] {
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 0.95em;
}

.modal-actions[b-n5kdbau7pl] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-actions .btn[b-n5kdbau7pl] {
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.9em;
}

.no-assessments[b-n5kdbau7pl] {
    text-align: center;
    padding: 80px 20px;
    color: #6c757d;
}

.no-data-icon[b-n5kdbau7pl] {
    width: 80px;
    height: 80px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

    .no-data-icon svg[b-n5kdbau7pl] {
        width: 40px;
        height: 40px;
        color: #adb5bd;
    }

.no-assessments h3[b-n5kdbau7pl] {
    color: #495057;
    margin: 0 0 10px 0;
}

.no-assessments p[b-n5kdbau7pl] {
    margin: 0;
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .list-header[b-n5kdbau7pl], .list-row[b-n5kdbau7pl] {
        grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .modal-content[b-n5kdbau7pl] {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .assessment-management-container[b-n5kdbau7pl] {
        padding: 15px;
    }
    
    .content-grid[b-n5kdbau7pl] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .page-header[b-n5kdbau7pl] {
        padding: 20px;
    }
    
    .header-content[b-n5kdbau7pl] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filters-row[b-n5kdbau7pl] {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .list-header[b-n5kdbau7pl] {
        display: none;
    }
    
    .list-row[b-n5kdbau7pl] {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        margin-bottom: 15px;
        background: white;
    }
    
    .cell[b-n5kdbau7pl] {
        align-items: flex-start;
        text-align: left;
    }
    
    .cell[b-n5kdbau7pl]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #495057;
        font-size: 0.8em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }
    
    .user-cell[b-n5kdbau7pl]::before {
        content: "کاربر: ";
    }
    
    .actions-cell[b-n5kdbau7pl] {
        align-items: flex-start;
    }
    
    .action-buttons[b-n5kdbau7pl] {
        justify-content: flex-start;
    }
    
    .paging-controls[b-n5kdbau7pl] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .paging-bar[b-n5kdbau7pl] {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .modal-content[b-n5kdbau7pl] {
        max-width: 95vw;
        margin: 10px;
    }
    
    .modal-header[b-n5kdbau7pl] {
        padding: 15px 20px;
    }
    
    .modal-body[b-n5kdbau7pl] {
        padding: 20px;
    }
    
    .modal-actions[b-n5kdbau7pl] {
        flex-direction: column;
    }
    
    .modal-actions .btn[b-n5kdbau7pl] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-icon[b-n5kdbau7pl] {
        width: 50px;
        height: 50px;
    }
    
    .page-icon svg[b-n5kdbau7pl] {
        width: 25px;
        height: 25px;
    }
    
    .page-title h1[b-n5kdbau7pl] {
        font-size: 1.5em;
    }
    
    .user-info[b-n5kdbau7pl] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    
    .filters-section[b-n5kdbau7pl] {
        padding: 15px;
    }
    
    .list-row[b-n5kdbau7pl] {
        padding: 12px;
    }
    
    .paging-number-btn[b-n5kdbau7pl], .paging-arrow-btn[b-n5kdbau7pl] {
        padding: 6px 10px;
        font-size: 0.8em;
    }
    
    .action-buttons[b-n5kdbau7pl] {
        flex-direction: column;
        width: 100%;
    }
    
    .action-buttons .btn[b-n5kdbau7pl] {
        width: 100%;
        justify-content: center;
    }
}

/* WritingAssessmentManagement Error State */
.management-error[b-n5kdbau7pl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
    border: 1px solid #e9ecef;
}

.management-error .error-icon[b-n5kdbau7pl] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: managementErrorPulse-b-n5kdbau7pl 2s ease-in-out infinite;
}

@keyframes managementErrorPulse-b-n5kdbau7pl {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.management-error .error-icon svg[b-n5kdbau7pl] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.management-error .error-title[b-n5kdbau7pl] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.management-error .error-message[b-n5kdbau7pl] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.management-error .retry-button[b-n5kdbau7pl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.management-error .retry-button:hover[b-n5kdbau7pl] {
    background: #218838;
    transform: translateY(-1px);
}

.management-error .button-icon[b-n5kdbau7pl] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .management-error[b-n5kdbau7pl] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .management-error .error-title[b-n5kdbau7pl] {
        font-size: 1.1rem;
    }
    
    .management-error .error-message[b-n5kdbau7pl] {
        font-size: 0.9rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/AIs/AIAssistantCapabilities.razor.rz.scp.css */
/* AI Assistant Capabilities Page Styles */
.ai-assistant-container[b-mj819tr9xp] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    direction: rtl;
    font-family: 'IranSans', 'Tahoma', sans-serif;
}

/* Header Section */
.ai-header[b-mj819tr9xp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.ai-header-content[b-mj819tr9xp] {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row-reverse;
}

.ai-avatar[b-mj819tr9xp] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.ai-intro h1[b-mj819tr9xp] {
    margin: 0 0 20px 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: right;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ai-description[b-mj819tr9xp] {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: right;
    color: rgba(255, 255, 255, 0.95);
    opacity: 0.9;
}

.ai-description:last-child[b-mj819tr9xp] {
    margin-bottom: 0;
}

/* Features Grid */
.features-grid[b-mj819tr9xp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.feature-card[b-mj819tr9xp] {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-card[b-mj819tr9xp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover[b-mj819tr9xp] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.feature-card:hover[b-mj819tr9xp]::before {
    transform: scaleX(1);
}

.feature-icon[b-mj819tr9xp] {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon[b-mj819tr9xp] {
    transform: scale(1.1);
}

.feature-card h3[b-mj819tr9xp] {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.feature-card p[b-mj819tr9xp] {
    margin: 0;
    font-size: 1rem;
    color: #666;
    text-align: center;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ai-header[b-mj819tr9xp] {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .ai-header-content[b-mj819tr9xp] {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .ai-intro h1[b-mj819tr9xp] {
        font-size: 2rem;
    }

    .ai-description[b-mj819tr9xp] {
        font-size: 1rem;
    }

    .features-grid[b-mj819tr9xp] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card[b-mj819tr9xp] {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .ai-assistant-container[b-mj819tr9xp] {
        padding: 15px;
    }

    .ai-header[b-mj819tr9xp] {
        padding: 25px 15px;
    }

    .ai-intro h1[b-mj819tr9xp] {
        font-size: 1.8rem;
    }

    .feature-card[b-mj819tr9xp] {
        padding: 20px 15px;
    }
}

/* Animation for cards */
@keyframes fadeInUp-b-mj819tr9xp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card[b-mj819tr9xp] {
    animation: fadeInUp-b-mj819tr9xp 0.6s ease forwards;
}

.feature-card:nth-child(1)[b-mj819tr9xp] { animation-delay: 0.1s; }
.feature-card:nth-child(2)[b-mj819tr9xp] { animation-delay: 0.2s; }
.feature-card:nth-child(3)[b-mj819tr9xp] { animation-delay: 0.3s; }
.feature-card:nth-child(4)[b-mj819tr9xp] { animation-delay: 0.4s; }

/* Hover effects for better interactivity */
.feature-card:active[b-mj819tr9xp] {
    transform: translateY(-4px);
    transition: transform 0.1s ease;
}

/* Focus styles for accessibility */
.feature-card:focus[b-mj819tr9xp] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* Loading state */
.feature-card.loading[b-mj819tr9xp] {
    pointer-events: none;
    opacity: 0.7;
}

/* Success state */
.feature-card.success[b-mj819tr9xp] {
    border-color: #4caf50;
}

.feature-card.success[b-mj819tr9xp]::before {
    background: linear-gradient(90deg, #4caf50, #45a049);
} 
/* _content/PersonalDictionary.UI/Pages/AIs/Consultings/AIChat.razor.rz.scp.css */
/* --- Telegram-Authentic RTL Chat Design --- */

/* Back Navigation */
.chat-back-nav[b-qd5percsw3] {
    max-width: 600px;
    margin: 0 auto 12px 100px;
    text-align: right;
    direction: rtl;
}

.back-nav-btn[b-qd5percsw3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #3390ec;
    color: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    direction: rtl;
}

.back-nav-btn:hover[b-qd5percsw3] {
    background: #e3f0ff;
    border-color: #3390ec;
    color: #1976d2;
}

.back-nav-btn:active[b-qd5percsw3] {
    transform: scale(0.98);
}

.back-nav-btn svg[b-qd5percsw3] {
    transition: transform 0.2s ease;
}

.back-nav-btn:hover svg[b-qd5percsw3] {
    transform: translateX(-2px);
}
 

.ai-chat-header-fa[b-qd5percsw3] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 auto 18px auto;
    max-width: 600px;
    padding: 18px 0 0 0;
    flex-direction: row-reverse;
    direction: rtl;
    justify-content: flex-end;
}

.ai-chat-svg-fa[b-qd5percsw3] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 10px;
}

.ai-chat-title-fa h2[b-qd5percsw3] {
    margin: 0 0 4px 0;
    font-size: 1.45rem;
    color: #3390ec;
    font-weight: 700;
    text-align: right;
}

.ai-chat-title-fa p[b-qd5percsw3] {
    margin: 0;
    color: #444;
    font-size: 1rem;
    opacity: 0.85;
    text-align: right;
}

.chat-container-fa[b-qd5percsw3] {
    max-width: 600px;
    margin: 0 auto;
    background: #f7fafd;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    height: 70vh;
    position: relative;
    direction: rtl;
    overflow: hidden;
}

.chat-messages-area-fa[b-qd5percsw3] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 24px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    scrollbar-width: thin;
    scrollbar-color: #3390ec #e3e6ea;
}

.chat-messages-area-fa[b-qd5percsw3]::-webkit-scrollbar {
    width: 8px;
    background: #e3e6ea;
    border-radius: 8px;
}

.chat-messages-area-fa[b-qd5percsw3]::-webkit-scrollbar-thumb {
    background: #3390ec;
    border-radius: 8px;
    min-height: 40px;
    transition: background 0.2s;
}

.chat-messages-area-fa[b-qd5percsw3]::-webkit-scrollbar-thumb:hover {
    background: #1976d2;
}

.chat-messages-area-fa[b-qd5percsw3]::-webkit-scrollbar-corner {
    background: #e3e6ea;
}

.chat-empty-fa[b-qd5percsw3] {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin: 32px 0 16px 0;
    opacity: 0.85;
}

.chat-message-fa[b-qd5percsw3] {
    display: flex;
    margin-bottom: 2px;
    align-items: flex-end;
    direction: rtl;
}

.chat-message-fa.user-fa[b-qd5percsw3] {
    justify-content: flex-start;
}

.chat-message-fa.ai-fa[b-qd5percsw3] {
    justify-content: flex-end;
}

.bubble-fa[b-qd5percsw3] {
    max-width: 75%;
    padding: 10px 16px 18px 16px;
    border-radius: 18px;
    font-size: 1.05rem;
    line-height: 1.7;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    word-break: break-word;
    text-align: right;
    position: relative;
    margin-bottom: 0;
    min-width: 60px;
    border: none;
}

    .bubble-fa.user-fa[b-qd5percsw3] {
        background: #3390ec;
        color: #fff;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 0;
        align-self: flex-start;
        min-width: 40%;
    }



    .bubble-fa.ai-fa[b-qd5percsw3] {
        background: #fff;
        color: #222;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 0;
        align-self: flex-end;
        border: 1px solid #e3e6ea;
        min-width: 40%;
    }



.chat-date-fa[b-qd5percsw3] {
    font-size: 0.78em;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 18px;
    background: transparent;
    padding: 0;
    margin: 0;
    direction: ltr;
    display: inline;
    text-align: left;
}

.bubble-fa.ai-fa .chat-date-fa[b-qd5percsw3] {
    left: 18px; 
    text-align: left;
    color: black;
}

.chat-input-row-fa[b-qd5percsw3] {
    display: flex;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0 12px 12px 12px;
    background: #f7fafd;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.chat-input-fa[b-qd5percsw3] {
    flex: 1;
    border-radius: 22px;
    border: 1.5px solid #b6c6e3;
    padding: 12px 18px;
    font-size: 1.05rem;
    direction: rtl;
    text-align: right;
    background: #f9fbff;
    transition: border 0.2s;
}

.chat-input-fa:focus[b-qd5percsw3] {
    border: 1.5px solid #3390ec;
    outline: none;
    background: #fff;
}

.send-btn-fa[b-qd5percsw3] {
    border-radius: 22px;
    padding: 10px 28px;
    font-size: 1.05rem;
    background: #3390ec;
    color: #fff;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(51,144,236,0.08);
    font-weight: 600;
}

.send-btn-fa:hover[b-qd5percsw3] {
    background: #1976d2;
    box-shadow: 0 4px 16px rgba(51,144,236,0.13);
}

.ai-typing-fa[b-qd5percsw3] {
    display: inline-flex;
    align-items: center;
    height: 1.2em;
    margin-left: 8px;
}

.dot-fa[b-qd5percsw3] {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #4f8cff;
    border-radius: 50%;
    display: inline-block;
    animation: ai-typing-bounce-b-qd5percsw3 1.2s infinite both;
}

.dot-fa:nth-child(2)[b-qd5percsw3] {
    animation-delay: 0.2s;
}

.dot-fa:nth-child(3)[b-qd5percsw3] {
    animation-delay: 0.4s;
}

@keyframes ai-typing-bounce-b-qd5percsw3 {
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.7; }
    40% { transform: scale(1.2); opacity: 1; }
}

/* AI Chat Loading and Error States */
.ai-chat-loading[b-qd5percsw3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.ai-chat-loading .loading-spinner[b-qd5percsw3] {
    width: 40px;
    height: 40px;
    border: 4px solid #e3f0ff;
    border-top: 4px solid #4f8cff;
    border-radius: 50%;
    animation: aiChatSpin-b-qd5percsw3 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes aiChatSpin-b-qd5percsw3 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ai-chat-loading .loading-text[b-qd5percsw3] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.ai-chat-error[b-qd5percsw3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
    border: 1px solid #e3f0ff;
}

.ai-chat-error .error-icon[b-qd5percsw3] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: aiChatErrorPulse-b-qd5percsw3 2s ease-in-out infinite;
}

@keyframes aiChatErrorPulse-b-qd5percsw3 {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.ai-chat-error .error-icon svg[b-qd5percsw3] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.ai-chat-error .error-title[b-qd5percsw3] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.ai-chat-error .error-message[b-qd5percsw3] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.ai-chat-error .retry-button[b-qd5percsw3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #4f8cff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ai-chat-error .retry-button:hover[b-qd5percsw3] {
    background: #3390ec;
    transform: translateY(-1px);
}

.ai-chat-error .button-icon[b-qd5percsw3] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .ai-chat-error[b-qd5percsw3] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .ai-chat-error .error-title[b-qd5percsw3] {
        font-size: 1.1rem;
    }
    
    .ai-chat-error .error-message[b-qd5percsw3] {
        font-size: 0.9rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/AIs/Consultings/AIConsultingHistory.razor.rz.scp.css */
/* Back Navigation */
.chat-back-nav[b-d9f1e00m70] {
    max-width: 700px;
    text-align: left;
    margin: 10px;
}

.back-nav-btn[b-d9f1e00m70] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #3390ec;
    color: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    direction: rtl;
}

.back-nav-btn:hover[b-d9f1e00m70] {
    background: #e3f0ff;
    border-color: #3390ec;
    color: #1976d2;
}

.back-nav-btn:active[b-d9f1e00m70] {
    transform: scale(0.98);
}

.back-nav-btn svg[b-d9f1e00m70] {
    transition: transform 0.2s ease;
}

.back-nav-btn:hover svg[b-d9f1e00m70] {
    transform: translateX(-2px);
}

.history-header-fa[b-d9f1e00m70] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    direction: rtl;
    gap: 0;
    margin: 0 auto 24px auto;
    max-width: 700px;
    padding: 16px 0 0 0;
}
.history-svg-fa[b-d9f1e00m70] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 8px;
}
.history-title-fa h2[b-d9f1e00m70] {
    margin: 0 0 4px 0;
    font-size: 1.4rem;
    color: #4f8cff;
    font-weight: 700;
    text-align: right;
}
.history-title-fa p[b-d9f1e00m70] {
    margin: 0;
    color: #333;
    font-size: 1rem;
    opacity: 0.85;
    text-align: right;
}
.history-actions-fa[b-d9f1e00m70] {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px 0;
    direction: rtl;
}
.new-chat-btn-fa[b-d9f1e00m70] {
    border-radius: 20px;
    padding: 8px 28px;
    font-size: 1rem;
    background: #4f8cff;
    color: #fff;
    border: none;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}
.new-chat-btn-fa:hover[b-d9f1e00m70] {
    background: #357ae8;
}
.history-table-fa[b-d9f1e00m70] {
    display: grid;
    grid-template-rows: auto;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    direction: rtl;
    margin-top: 24px;
}
.history-table-header-fa[b-d9f1e00m70] {
    display: grid;
    grid-template-columns: 2.5fr 1.2fr 1.5fr 1fr;
    background: #f0f4ff;
    color: #357ae8;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 24px;
    border-bottom: 1px solid #e3f0ff;
    text-align: right;
}
.history-table-row-fa[b-d9f1e00m70] {
    display: grid;
    grid-template-columns: 2.5fr 1.2fr 1.5fr 1fr;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #f5f7fa;
    font-size: 1rem;
    transition: background 0.15s;
}
.history-table-row-fa:last-child[b-d9f1e00m70] {
    border-bottom: none;
}
.history-table-row-fa:hover[b-d9f1e00m70] {
    background: #f8faff;
}
.history-table-title-fa[b-d9f1e00m70] {
    font-weight: 600;
    color: #222;
    word-break: break-word;
}
.history-table-type-fa[b-d9f1e00m70] {
    text-align: right;
}
.history-table-date-fa[b-d9f1e00m70] {
    color: #888;
    font-size: 0.97rem;
    text-align: right;
}
.history-table-action-fa[b-d9f1e00m70] {
    text-align: left;
}
.open-chat-btn-fa[b-d9f1e00m70] {
    border-radius: 16px;
    padding: 4px 18px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #4f8cff;
    border: 1px solid #4f8cff;
    background: #f0f4ff;
    transition: background 0.2s, color 0.2s;
}
.open-chat-btn-fa:hover[b-d9f1e00m70] {
    background: #4f8cff;
    color: #fff;
}
.history-empty-fa[b-d9f1e00m70] {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin: 32px 0 16px 0;
    opacity: 0.85;
}
.history-loading-fa[b-d9f1e00m70] {
    text-align: center;
    margin: 32px 0 16px 0;
    font-size: 1.1rem;
    color: #4f8cff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.dot-fa[b-d9f1e00m70] {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #4f8cff;
    border-radius: 50%;
    display: inline-block;
    animation: ai-typing-bounce-b-d9f1e00m70 1.2s infinite both;
}
.dot-fa:nth-child(2)[b-d9f1e00m70] {
    animation-delay: 0.2s;
}
.dot-fa:nth-child(3)[b-d9f1e00m70] {
    animation-delay: 0.4s;
}
@keyframes ai-typing-bounce-b-d9f1e00m70 {
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.7; }
    40% { transform: scale(1.2); opacity: 1; }
} 
.history-cards-fa[b-d9f1e00m70] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    margin-top: 24px;
    direction: rtl;
}
.history-card-fa[b-d9f1e00m70] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(79,140,255,0.07);
    padding: 20px 24px 16px 24px;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.2s;
    border: 1px solid #f0f4ff;
}
.history-card-fa:hover[b-d9f1e00m70] {
    box-shadow: 0 4px 24px rgba(79,140,255,0.13);
    border-color: #4f8cff33;
}
.history-card-header-fa[b-d9f1e00m70] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.history-card-icon-fa[b-d9f1e00m70] {
    background: #f0f4ff;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history-card-title-fa[b-d9f1e00m70] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}
.history-card-title-fa div:first-child[b-d9f1e00m70] {
    font-weight: 700;
    color: #4f8cff;
    font-size: 1.1rem;
}
.history-card-date-fa[b-d9f1e00m70] {
    color: #888;
    font-size: 0.95rem;
}
.history-card-body-fa[b-d9f1e00m70] {
    margin: 8px 0 12px 0;
    text-align: right;
}
.history-card-type-fa[b-d9f1e00m70] {
    color: #333;
    font-size: 1rem;
}
.history-card-type-fa span[b-d9f1e00m70] {
    color: #4f8cff;
    font-weight: 600;
}
.history-card-actions-fa[b-d9f1e00m70] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.grid-cards-fa[b-d9f1e00m70] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
    direction: rtl;
}

.chat-type-badge[b-d9f1e00m70] {
    display: inline-block;
    background: #e3f0ff;
    color: #357ae8;
    border-radius: 12px;
    padding: 2px 12px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-left: 8px;
}

.history-card-preview-fa[b-d9f1e00m70] {
    color: #666;
    font-size: 0.97rem;
    margin-top: 6px;
    opacity: 0.85;
    text-align: right;
    min-height: 22px;
}

.history-card-title-main-fa[b-d9f1e00m70] {
    font-size: 1.4rem;
    color: #4f8cff;
    font-weight: 700;
    margin: 0;
    text-align: right;
}

.sticky-new-chat-btn-fa[b-d9f1e00m70] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8faff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.paging-controls-fa[b-d9f1e00m70] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}
.paging-arrow-btn-fa[b-d9f1e00m70] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    color: #4f8cff;
    border: 1px solid #e3f0ff;
    transition: background 0.2s, color 0.2s, border 0.2s;
    font-size: 1.2rem;
    padding: 0;
    outline: none;
}
.paging-arrow-btn-fa:disabled[b-d9f1e00m70] {
    background: #e3f0ff;
    color: #aaa;
    border-color: #e3f0ff;
    cursor: not-allowed;
}
.paging-arrow-btn-fa:not(:disabled):hover[b-d9f1e00m70] {
    background: #4f8cff;
    color: #fff;
    border-color: #4f8cff;
}

.history-new-chat-btn-row-fa[b-d9f1e00m70] {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px 0;
    direction: rtl;
}

.responsive-table-fa[b-d9f1e00m70] {
    width: 100%;
    overflow-x: auto;
}

.paging-bar-fa[b-d9f1e00m70] {
    display: flex;
    align-items: center;
    gap: 4px;
}
.paging-number-btn-fa[b-d9f1e00m70] {
    border: none;
    background: transparent;
    color: #4f8cff;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}
.paging-number-btn-fa.active[b-d9f1e00m70],
.paging-number-btn-fa:hover[b-d9f1e00m70] {
    background: #4f8cff;
    color: #fff;
}
.paging-size-select-fa[b-d9f1e00m70] {
    margin-right: 16px;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 1rem;
    border: 1px solid #4f8cff;
    color: #4f8cff;
    background: #f0f4ff;
    outline: none;
    transition: border 0.2s;
}
.paging-size-select-fa:focus[b-d9f1e00m70] {
    border: 1.5px solid #2a6edb;
}

@media (max-width: 700px) {
    .grid-cards-fa[b-d9f1e00m70] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .sticky-new-chat-btn-fa[b-d9f1e00m70] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f8faff;
        box-shadow: 0 -2px 12px rgba(79,140,255,0.07);
        padding: 10px 0 10px 0;
        z-index: 100;
        border-top: 1px solid #e3f0ff;
    }
    .history-cards-fa[b-d9f1e00m70], .grid-cards-fa[b-d9f1e00m70] {
        margin-bottom: 70px;
    }
    .history-table-fa[b-d9f1e00m70],
    .history-table-header-fa[b-d9f1e00m70],
    .history-table-row-fa[b-d9f1e00m70] {
        font-size: 0.95rem;
        padding: 10px 8px;
    }
    .history-table-header-fa[b-d9f1e00m70], .history-table-row-fa[b-d9f1e00m70] {
        grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
    }
    .history-table-header-fa[b-d9f1e00m70] {
        position: sticky;
        top: 0;
        background: #f0f4ff;
        z-index: 2;
    }
    .history-table-title-fa[b-d9f1e00m70] {
        font-size: 1rem;
    }
    .history-new-chat-btn-row-fa[b-d9f1e00m70] {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background: #f8faff;
        box-shadow: 0 -2px 12px rgba(79,140,255,0.07);
        padding: 10px 12px 10px 12px;
        margin: 0;
        justify-content: center;
    }
    .history-new-chat-btn-row-fa .new-chat-btn-fa[b-d9f1e00m70] {
        width: 100%;
        max-width: 500px;
        font-size: 1.1rem;
        padding: 12px 0;
        border-radius: 24px;
    }
    .history-table-fa[b-d9f1e00m70],
    .history-empty-fa[b-d9f1e00m70],
    .history-loading-fa[b-d9f1e00m70] {
        margin-bottom: 70px;
    }
    .responsive-table-fa[b-d9f1e00m70] {
        margin-bottom: 70px;
    }
    .open-chat-text-fa[b-d9f1e00m70] {
        display: none;
    }
    .paging-bar-fa[b-d9f1e00m70] {
        gap: 2px;
    }
    .paging-number-btn-fa[b-d9f1e00m70] {
        font-size: 0.95rem;
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }
    .paging-size-select-fa[b-d9f1e00m70] {
        margin-right: 8px;
        font-size: 0.95rem;
        padding: 3px 8px;
    }
}

.history-empty-fa[b-d9f1e00m70] {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin: 32px 0 16px 0;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
} 
/* _content/PersonalDictionary.UI/Pages/AIs/Writings/IELTSWritingHistory.razor.rz.scp.css */
/* Back Navigation */
.chat-back-nav[b-ppa4ie9mth] {
    max-width: 700px;
    text-align: left;
    margin: 10px;
}

.back-nav-btn[b-ppa4ie9mth] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #3390ec;
    color: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    direction: rtl;
}

.back-nav-btn:hover[b-ppa4ie9mth] {
    background: #e3f0ff;
    border-color: #3390ec;
    color: #1976d2;
}

.back-nav-btn:active[b-ppa4ie9mth] {
    transform: scale(0.98);
}

.back-nav-btn svg[b-ppa4ie9mth] {
    transition: transform 0.2s ease;
}

.back-nav-btn:hover svg[b-ppa4ie9mth] {
    transform: translateX(-2px);
}

.history-header-fa[b-ppa4ie9mth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    direction: rtl;
    gap: 0;
    margin: 0 auto 24px auto;
    max-width: 700px;
    padding: 16px 0 0 0;
}

.history-title-main-fa[b-ppa4ie9mth] {
    font-size: 1.4rem;
    color: #4f8cff;
    font-weight: 700;
    margin: 0;
    text-align: right;
}

.history-new-chat-btn-row-fa[b-ppa4ie9mth] {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px 0;
    direction: rtl;
}

.new-chat-btn-fa[b-ppa4ie9mth] {
    border-radius: 20px;
    padding: 8px 28px;
    font-size: 1rem;
    background: #4f8cff;
    color: #fff;
    border: none;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.new-chat-btn-fa:hover[b-ppa4ie9mth] {
    background: #357ae8;
}

.history-table-fa[b-ppa4ie9mth] {
    display: grid;
    grid-template-rows: auto;
    gap: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    direction: rtl;
    margin-top: 24px;
}

.history-table-header-fa[b-ppa4ie9mth] {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1.2fr 1.5fr 1fr;
    background: #f0f4ff;
    color: #357ae8;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 24px;
    border-bottom: 1px solid #e3f0ff;
    text-align: right;
}

.history-table-row-fa[b-ppa4ie9mth] {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1.2fr 1.5fr 1fr;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #f5f7fa;
    font-size: 1rem;
    transition: background 0.15s;
}

.history-table-row-fa:last-child[b-ppa4ie9mth] {
    border-bottom: none;
}

.history-table-row-fa:hover[b-ppa4ie9mth] {
    background: #f8faff;
}

.history-table-title-fa[b-ppa4ie9mth] {
    font-weight: 600;
    color: #222;
    word-break: break-word;
}

.history-table-type-fa[b-ppa4ie9mth] {
    text-align: right;
}

.history-table-status-fa[b-ppa4ie9mth] {
    text-align: right;
}

.history-table-date-fa[b-ppa4ie9mth] {
    color: #888;
    font-size: 0.97rem;
    text-align: right;
}

.history-table-action-fa[b-ppa4ie9mth] {
    text-align: left;
}

.open-chat-btn-fa[b-ppa4ie9mth] {
    border-radius: 16px;
    padding: 4px 18px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #4f8cff;
    border: 1px solid #4f8cff;
    background: #f0f4ff;
    transition: background 0.2s, color 0.2s;
}

.open-chat-btn-fa:hover[b-ppa4ie9mth] {
    background: #4f8cff;
    color: #fff;
}

/* Status Badges */
.status-badge[b-ppa4ie9mth] {
    display: inline-block;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.status-badge.evaluated[b-ppa4ie9mth] {
    background: #e8f5e8;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.status-badge.answered[b-ppa4ie9mth] {
    background: #fff3e0;
    color: #f57c00;
    border: 1px solid #ffcc02;
}

.status-badge.sample-answer[b-ppa4ie9mth] {
    background: #e3f2fd;
    color: #1976d2;
    border: 1px solid #bbdefb;
}

.status-badge.question-only[b-ppa4ie9mth] {
    background: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #e1bee7;
}

/* Task Type Badge */
.task-type-badge[b-ppa4ie9mth] {
    display: inline-block;
    background: #e3f0ff;
    color: #357ae8;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Exam Type Badge */
.exam-type-badge[b-ppa4ie9mth] {
    display: inline-block;
    background: #f0f4ff;
    color: #4f8cff;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 600;
}

.history-empty-fa[b-ppa4ie9mth] {
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    margin: 32px 0 16px 0;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.history-loading-fa[b-ppa4ie9mth] {
    text-align: center;
    margin: 32px 0 16px 0;
    font-size: 1.1rem;
    color: #4f8cff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.dot-fa[b-ppa4ie9mth] {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #4f8cff;
    border-radius: 50%;
    display: inline-block;
    animation: ai-typing-bounce-b-ppa4ie9mth 1.2s infinite both;
}

.dot-fa:nth-child(2)[b-ppa4ie9mth] {
    animation-delay: 0.2s;
}

.dot-fa:nth-child(3)[b-ppa4ie9mth] {
    animation-delay: 0.4s;
}

@keyframes ai-typing-bounce-b-ppa4ie9mth {
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.7; }
    40% { transform: scale(1.2); opacity: 1; }
}

.paging-controls-fa[b-ppa4ie9mth] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.paging-arrow-btn-fa[b-ppa4ie9mth] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    color: #4f8cff;
    border: 1px solid #e3f0ff;
    transition: background 0.2s, color 0.2s, border 0.2s;
    font-size: 1.2rem;
    padding: 0;
    outline: none;
}

.paging-arrow-btn-fa:disabled[b-ppa4ie9mth] {
    background: #e3f0ff;
    color: #aaa;
    border-color: #e3f0ff;
    cursor: not-allowed;
}

.paging-arrow-btn-fa:not(:disabled):hover[b-ppa4ie9mth] {
    background: #4f8cff;
    color: #fff;
    border-color: #4f8cff;
}

.responsive-table-fa[b-ppa4ie9mth] {
    width: 100%;
    overflow-x: auto;
}

.paging-bar-fa[b-ppa4ie9mth] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.paging-number-btn-fa[b-ppa4ie9mth] {
    border: none;
    background: transparent;
    color: #4f8cff;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.paging-number-btn-fa.active[b-ppa4ie9mth],
.paging-number-btn-fa:hover[b-ppa4ie9mth] {
    background: #4f8cff;
    color: #fff;
}

.paging-size-select-fa[b-ppa4ie9mth] {
    margin-right: 16px;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 1rem;
    border: 1px solid #4f8cff;
    color: #4f8cff;
    background: #f0f4ff;
    outline: none;
    transition: border 0.2s;
}

.paging-size-select-fa:focus[b-ppa4ie9mth] {
    border: 1.5px solid #2a6edb;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .history-header-fa[b-ppa4ie9mth] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .history-title-main-fa[b-ppa4ie9mth] {
        font-size: 1.2rem;
    }

    .history-new-chat-btn-row-fa[b-ppa4ie9mth] {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 100;
        background: #f8faff;
        box-shadow: 0 -2px 12px rgba(79,140,255,0.07);
        padding: 10px 12px 10px 12px;
        margin: 0;
        justify-content: center;
    }

    .history-new-chat-btn-row-fa .new-chat-btn-fa[b-ppa4ie9mth] {
        width: 100%;
        max-width: 500px;
        font-size: 1.1rem;
        padding: 12px 0;
        border-radius: 24px;
    }

    .history-table-fa[b-ppa4ie9mth],
    .history-table-header-fa[b-ppa4ie9mth],
    .history-table-row-fa[b-ppa4ie9mth] {
        font-size: 0.9rem;
        padding: 10px 8px;
    }

    .history-table-header-fa[b-ppa4ie9mth], 
    .history-table-row-fa[b-ppa4ie9mth] {
        grid-template-columns: 1.2fr 1fr 1fr 1.2fr 1fr;
    }

    .history-table-header-fa[b-ppa4ie9mth] {
        position: sticky;
        top: 0;
        background: #f0f4ff;
        z-index: 2;
    }

    .history-table-title-fa[b-ppa4ie9mth] {
        font-size: 0.9rem;
    }

    .status-badge[b-ppa4ie9mth] {
        font-size: 0.8rem;
        padding: 3px 8px;
    }

    .task-type-badge[b-ppa4ie9mth],
    .exam-type-badge[b-ppa4ie9mth] {
        font-size: 0.8rem;
        padding: 3px 8px;
    }

    .history-table-fa[b-ppa4ie9mth],
    .history-empty-fa[b-ppa4ie9mth],
    .history-loading-fa[b-ppa4ie9mth] {
        margin-bottom: 70px;
    }

    .responsive-table-fa[b-ppa4ie9mth] {
        margin-bottom: 70px;
    }

    .open-chat-text-fa[b-ppa4ie9mth] {
        display: none;
    }

    .paging-bar-fa[b-ppa4ie9mth] {
        gap: 2px;
    }

    .paging-number-btn-fa[b-ppa4ie9mth] {
        font-size: 0.9rem;
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    .paging-size-select-fa[b-ppa4ie9mth] {
        margin-right: 8px;
        font-size: 0.9rem;
        padding: 3px 8px;
    }
}

@media (max-width: 480px) {
    .history-table-header-fa[b-ppa4ie9mth], 
    .history-table-row-fa[b-ppa4ie9mth] {
        grid-template-columns: 1fr 0.8fr 0.8fr 1fr 0.8fr;
        font-size: 0.8rem;
        padding: 8px 6px;
    }

    .status-badge[b-ppa4ie9mth] {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .task-type-badge[b-ppa4ie9mth],
    .exam-type-badge[b-ppa4ie9mth] {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .history-title-main-fa[b-ppa4ie9mth] {
        font-size: 1.1rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/AIs/Writings/IELTSWritingTarget.razor.rz.scp.css */
/* Modern TabControl Styles for IELTS Writing Target */

/* Back Navigation */
.chat-back-nav[b-c5ws0m76cm] {
    max-width: 1200px;

    text-align: left;
    margin: 10px;
}
.btn-suggested-question[b-c5ws0m76cm] {
    color: #f8f9fa;
    background-color: #3390ec;
    border-color: #0dcaf0;
    min-width: 200px;
    position: relative;
}

.btn-suggested-question:disabled[b-c5ws0m76cm] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Loading Spinner for Question Generation */
.loading-spinner[b-c5ws0m76cm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.spinner[b-c5ws0m76cm] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin-b-c5ws0m76cm 1s linear infinite;
}

@keyframes spin-b-c5ws0m76cm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Evaluation Loading */
.evaluation-loading[b-c5ws0m76cm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 300px;
}

.evaluation-spinner[b-c5ws0m76cm] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin-b-c5ws0m76cm 1s linear infinite;
}

.evaluation-text[b-c5ws0m76cm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.evaluation-title[b-c5ws0m76cm] {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.evaluation-subtitle[b-c5ws0m76cm] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
} 

.back-nav-btn[b-c5ws0m76cm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #3390ec;
    color: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    direction: rtl;
}

.back-nav-btn:hover[b-c5ws0m76cm] {
    background: #e3f0ff;
    border-color: #3390ec;
    color: #1976d2;
}

.back-nav-btn:active[b-c5ws0m76cm] {
    transform: scale(0.98);
}

.back-nav-btn svg[b-c5ws0m76cm] {
    transition: transform 0.2s ease;
}

.back-nav-btn:hover svg[b-c5ws0m76cm] {
    transform: translateX(-2px);
}

.ielts-container[b-c5ws0m76cm] {
    min-width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    padding: 0 15px;
}

.ielts-row[b-c5ws0m76cm] {
    direction:ltr;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    min-height: 500px;
    width: 100%;
}

.ielts-column[b-c5ws0m76cm] {
    flex: 1;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    width: 50%;
    min-width: 0;
}

.ielts-config-row[b-c5ws0m76cm] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
}

.ielts-config-item[b-c5ws0m76cm] {
    flex: 1;
    min-width: 0;
}

.ielts-config-button[b-c5ws0m76cm] {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.ielts-paper-textarea[b-c5ws0m76cm] {
    direction: ltr;
    text-align: left;
    min-height: 400px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    width: 100%;
}

.ielts-question-display[b-c5ws0m76cm] {
    white-space: pre-line;
    text-align: left;
    direction: ltr;
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    min-height: 400px;
    overflow-y: auto;
}

.ielts-result[b-c5ws0m76cm] {
    background: #e3f2fd;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #2196f3;
    margin-top: 20px;
}

.ielts-result-content[b-c5ws0m76cm] {
    font-family: Arial;
    direction: ltr;
    text-align: left;
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #bbdefb;
    white-space: pre-line;
    line-height: 1.8;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ielts-container[b-c5ws0m76cm] {
        padding: 0 10px;
    }

    .ielts-row[b-c5ws0m76cm] {
        flex-direction: column;
        gap: 15px;
        min-height: auto;
        width: 100%;
    }

    .ielts-column[b-c5ws0m76cm] {
        padding: 15px;
        width: 100%;
        flex: none;
    }

    .ielts-paper-textarea[b-c5ws0m76cm] {
        min-height: 300px;
        padding: 15px;
        font-size: 13px;
    }

    .ielts-question-display[b-c5ws0m76cm] {
        min-height: 200px;
        padding: 12px;
    }

    .ielts-config-row[b-c5ws0m76cm] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
        width: 100%;
    }

    .ielts-config-item[b-c5ws0m76cm] {
        margin-bottom: 10px;
        width: 100%;
    }

    .ielts-config-button[b-c5ws0m76cm] {
        margin-top: 10px;
        width: 100%;
    }

    .ielts-result[b-c5ws0m76cm] {
        padding: 20px 15px;
    }

    .ielts-result-content[b-c5ws0m76cm] {
        padding: 15px;
        font-size: 13px;
    }

    h2[b-c5ws0m76cm] {
        font-size: 1.5rem !important;
    }

    h3[b-c5ws0m76cm] {
        font-size: 1.3rem !important;
    }

    h4[b-c5ws0m76cm] {
        font-size: 1.1rem !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .ielts-container[b-c5ws0m76cm] {
        padding: 0 8px;
    }

    .ielts-column[b-c5ws0m76cm] {
        padding: 12px;
    }

    .ielts-paper-textarea[b-c5ws0m76cm] {
        min-height: 250px;
        padding: 12px;
        font-size: 12px;
    }

    .ielts-question-display[b-c5ws0m76cm] {
        min-height: 150px;
        padding: 10px;
    }

    .ielts-result[b-c5ws0m76cm] {
        padding: 15px 12px;
    }

    .ielts-result-content[b-c5ws0m76cm] {
        padding: 12px;
        font-size: 12px;
    }
}
.tab-form-select[b-c5ws0m76cm] {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}
.tab-bar-fa[b-c5ws0m76cm] {
    display: flex;
    border-bottom: 2px solid #e3e6ea;
    margin-bottom: 18px;
    gap: 0;
    background: #f7fafd;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    direction: rtl;
}
.tab-fa[b-c5ws0m76cm] {
    flex: 1 1 0;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    color: #3390ec;
    transition: background 0.2s, color 0.2s;
    font-size: 1rem;
}
.tab-fa.active[b-c5ws0m76cm] {
    background: #fff;
    color: #1976d2;
    border-bottom: 2px solid #1976d2;
    box-shadow: 0 2px 8px rgba(51,144,236,0.06);
    z-index: 2;
}
.tab-fa:not(.active):hover[b-c5ws0m76cm] {
    background: #e3f0ff;
}

/* Mobile responsive for tabs */
@media (max-width: 768px) {
    .tab-fa[b-c5ws0m76cm] {
        font-size: 0.9rem;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .tab-fa[b-c5ws0m76cm] {
        font-size: 0.8rem;
        padding: 8px 0;
    }
}
/* _content/PersonalDictionary.UI/Pages/AIs/Writings/IELTSWritingTask.razor.rz.scp.css */
/* IELTS Writing Task Page Styles */
/* Teacher Assessment Styles */
.teacher-assessment-btn[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .teacher-assessment-btn:hover:not(:disabled)[b-k8xmdc96nb] {
        background: linear-gradient(135deg, #218838, #1aa085);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
    }

    .teacher-assessment-btn:disabled[b-k8xmdc96nb] {
        background: linear-gradient(135deg, #6c757d, #5a6268);
        cursor: not-allowed;
    }

.teacher-assessment-status[b-k8xmdc96nb] {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.assessment-status-card[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 2px solid #28a745;
    border-radius: 15px;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

.status-icon[b-k8xmdc96nb] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

    .status-icon svg[b-k8xmdc96nb] {
        width: 24px;
        height: 24px;
    }

.status-content h4[b-k8xmdc96nb] {
    margin: 0 0 10px 0;
    color: #155724;
    font-size: 1.1em;
    font-weight: 600;
}

.status-content p[b-k8xmdc96nb] {
    margin: 0 0 5px 0;
    color: #495057;
    font-weight: 500;
}

.status-content small[b-k8xmdc96nb] {
    color: #6c757d;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .assessment-status-card[b-k8xmdc96nb] {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .status-icon[b-k8xmdc96nb] {
        width: 40px;
        height: 40px;
    }

        .status-icon svg[b-k8xmdc96nb] {
            width: 20px;
            height: 20px;
        }

    .teacher-assessment-btn[b-k8xmdc96nb] {
        font-size: 0.9em;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .assessment-status-card[b-k8xmdc96nb] {
        margin: 15px 10px;
        padding: 12px;
    }

    .status-content h4[b-k8xmdc96nb] {
        font-size: 1em;
    }

    .status-content p[b-k8xmdc96nb] {
        font-size: 0.9em;
    }

    .status-content small[b-k8xmdc96nb] {
        font-size: 0.8em;
    }
}
/* Back Navigation */
.chat-back-nav[b-k8xmdc96nb] {
    max-width: 1200px;
    text-align: left;
    margin: 10px;
}

.back-nav-btn[b-k8xmdc96nb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #3390ec;
    color: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    direction: rtl;
}

.back-nav-btn:hover[b-k8xmdc96nb] {
    background: #e3f0ff;
    border-color: #3390ec;
    color: #1976d2;
}

.back-nav-btn:active[b-k8xmdc96nb] {
    transform: scale(0.98);
}

.back-nav-btn svg[b-k8xmdc96nb] {
    transition: transform 0.2s ease;
}

.back-nav-btn:hover svg[b-k8xmdc96nb] {
    transform: translateX(-2px);
}

/* Modern Header Styles */
.ielts-header[b-k8xmdc96nb] {
    margin-bottom: 30px;
    padding: 30px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.ielts-header[b-k8xmdc96nb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.header-content[b-k8xmdc96nb] {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.header-main[b-k8xmdc96nb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

/* IELTS Logo Section */
.ielts-logo[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ielts-icon[b-k8xmdc96nb] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ielts-icon svg[b-k8xmdc96nb] {
    width: 32px;
    height: 32px;
    color: white;
}

.ielts-text h1[b-k8xmdc96nb] {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.ielts-subtitle[b-k8xmdc96nb] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

/* Task Badge Section */
.task-badge[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.task-icon[b-k8xmdc96nb] {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-icon svg[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
    color: white;
}

.task-info[b-k8xmdc96nb] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.task-type[b-k8xmdc96nb] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.task-category[b-k8xmdc96nb] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Header Decoration */
.header-decoration[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.decoration-line[b-k8xmdc96nb] {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    flex: 1;
    max-width: 200px;
}

/* Container and Layout - Base (Desktop First) */
.ielts-container[b-k8xmdc96nb] {
    min-width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    padding: 0 15px;
    transition: all 0.3s ease;
}

/* Hide mobile-only elements by default */
.mobile-only-instruction[b-k8xmdc96nb] {
    display: none;
}

/* Desktop-specific enhancements */
@media (min-width: 769px) {
    .difficulty-card:hover[b-k8xmdc96nb] {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    }
    
    .difficulty-card.selected[b-k8xmdc96nb] {
        transform: translateY(-5px);
        box-shadow: 0 25px 60px rgba(25,118,210,0.4);
    }
    
    /* Enhanced hover effects for desktop */
    .btn:hover[b-k8xmdc96nb] {
        transform: translateY(-2px);
        transition: all 0.2s ease;
    }
    
    /* Better spacing for larger screens */
    .ielts-result-container[b-k8xmdc96nb] {
        padding: 35px;
    }
    
    .ielts-scores-section[b-k8xmdc96nb] {
        padding: 30px;
    }
}

.ielts-row[b-k8xmdc96nb] {
    direction: ltr;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    min-height: 500px;
    width: 100%;
}

.ielts-column[b-k8xmdc96nb] {
    flex: 1;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    width: 50%;
    min-width: 0;
}

/* Textarea and Question Display */
.ielts-paper-textarea[b-k8xmdc96nb] {
    direction: ltr;
    text-align: left;
    min-height: 400px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    width: 100%;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.ielts-paper-textarea.readonly-textarea[b-k8xmdc96nb] {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
    cursor: not-allowed;
    opacity: 0.8;
}

.ielts-paper-textarea.readonly-textarea[b-k8xmdc96nb]::placeholder {
    color: #6c757d;
    font-style: italic;
}

.ielts-question-display[b-k8xmdc96nb] {
    white-space: pre-line;
    text-align: left;
    direction: ltr;
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    min-height: 400px;
    overflow-y: auto;
}

.mini-chart-bar[b-k8xmdc96nb] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.mini-chart-btn[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.mini-chart-host[b-k8xmdc96nb] {
    margin-bottom: 10px;
}

.mini-table[b-k8xmdc96nb],
.full-table[b-k8xmdc96nb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.mini-table th[b-k8xmdc96nb], .mini-table td[b-k8xmdc96nb],
.full-table th[b-k8xmdc96nb], .full-table td[b-k8xmdc96nb] {
    border: 1px solid #dee2e6;
    padding: 6px 8px;
    text-align: right;
}

.mini-table thead[b-k8xmdc96nb], .full-table thead[b-k8xmdc96nb] {
    background: #f1f3f5;
}

.chart-modal-overlay[b-k8xmdc96nb] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.chart-modal-content[b-k8xmdc96nb] {
    background: white;
    border-radius: 12px;
    width: min(900px, 92vw);
    max-height: 85vh;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.chart-modal-header[b-k8xmdc96nb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.chart-modal-body[b-k8xmdc96nb] {
    padding: 16px;
}

/* AI Answer Display */
.ielts-ai-answer-display[b-k8xmdc96nb] {
    white-space: pre-line;
    text-align: left;
    direction: ltr;
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #2196f3;
    min-height: 400px;
    overflow-y: auto;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
}

.ielts-ai-answer-display[b-k8xmdc96nb]::-webkit-scrollbar {
    width: 6px;
}

.ielts-ai-answer-display[b-k8xmdc96nb]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.ielts-ai-answer-display[b-k8xmdc96nb]::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 3px;
}

.ielts-ai-answer-display[b-k8xmdc96nb]::-webkit-scrollbar-thumb:hover {
    background: #1976d2;
}

/* Evaluation Loading */
.evaluation-loading[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 300px;
}

.evaluation-spinner[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin-b-k8xmdc96nb 1s linear infinite;
}

.evaluation-text[b-k8xmdc96nb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.evaluation-title[b-k8xmdc96nb] {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.evaluation-subtitle[b-k8xmdc96nb] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

@keyframes spin-b-k8xmdc96nb {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* AI Sample Button Styles */
.ai-sample-btn[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #17a2b8, #138496);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
}

.ai-sample-btn:hover:not(:disabled)[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #138496, #117a8b);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4);
}

.ai-sample-btn:disabled[b-k8xmdc96nb] {
    background: #6c757d;
    border-color: #6c757d;
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Score Selection Modal Styles */
.score-modal-overlay[b-k8xmdc96nb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
    padding: 10px;
}

.score-modal-content[b-k8xmdc96nb] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow: auto;
    animation: modalSlideIn-b-k8xmdc96nb 0.3s ease-out;
}

@keyframes modalSlideIn-b-k8xmdc96nb {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.score-modal-header[b-k8xmdc96nb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0;
}

.score-modal-header h4[b-k8xmdc96nb] {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    direction: rtl;
}

.close-modal-btn[b-k8xmdc96nb] {
    background: none;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.close-modal-btn:hover[b-k8xmdc96nb] {
    background: rgba(255, 255, 255, 0.2);
}

.close-modal-btn svg[b-k8xmdc96nb] {
    width: 20px;
    height: 20px;
}

.score-modal-body[b-k8xmdc96nb] {
    padding: 25px;
    direction: rtl;
    text-align: right;
}

.score-modal-body p[b-k8xmdc96nb] {
    margin-bottom: 20px;
    color: #495057;
    font-size: 1rem;
    line-height: 1.5;
}

.score-options[b-k8xmdc96nb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.score-option[b-k8xmdc96nb] {
    padding: 12px 8px;
    border: 2px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #495057;
}

.score-option:hover[b-k8xmdc96nb] {
    border-color: #17a2b8;
    background: #e3f2fd;
    transform: translateY(-1px);
}

.score-option.selected[b-k8xmdc96nb] {
    border-color: #17a2b8;
    background: #17a2b8;
    color: white;
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

/* New difficulty selector styles */
.difficulty-topbar[b-k8xmdc96nb] {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}
.task-chip[b-k8xmdc96nb] {
    background:#eef5ff;
    color:#1976d2;
    border:1px solid #cfe2ff;
    padding:6px 10px;
    border-radius:8px;
    font-weight:700;
}
.word-range[b-k8xmdc96nb] {
    color:#6c757d;
    font-weight:700;
    font-size:.9rem;
}
.difficulty-grid[b-k8xmdc96nb] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.difficulty-grid-2[b-k8xmdc96nb] { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
    max-width: 1000px; 
    margin: 0 auto; 
}

/* Large Desktop optimization (1400px+) */
@media (min-width: 1400px) {
    .ielts-container[b-k8xmdc96nb] {
        max-width: 1400px;
        padding: 0 20px;
    }
    
    .ielts-row[b-k8xmdc96nb] {
        gap: 30px;
    }
    
    .ielts-column[b-k8xmdc96nb] {
        padding: 25px;
    }
    
    .difficulty-grid-2[b-k8xmdc96nb] {
        gap: 50px;
        max-width: 1300px;
    }
    
    .ielts-paper-textarea[b-k8xmdc96nb] {
        min-height: 450px;
        font-size: 15px;
    }
    
    .ielts-question-display[b-k8xmdc96nb] {
        min-height: 450px;
        font-size: 15px;
    }
}

/* Desktop optimization (1200px-1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .ielts-container[b-k8xmdc96nb] {
        max-width: 1200px;
    }
    
    .difficulty-grid-2[b-k8xmdc96nb] {
        gap: 40px;
        max-width: 1200px;
    }
    
    .ielts-row[b-k8xmdc96nb] {
        gap: 25px;
    }
    
    .ielts-column[b-k8xmdc96nb] {
        padding: 22px;
    }
}

/* Large Tablet optimization (1025px - 900px) */
@media (max-width: 1024px) and (min-width: 901px) {
    .ielts-container[b-k8xmdc96nb] {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .ielts-row[b-k8xmdc96nb] {
        gap: 20px;
    }
    
    .ielts-column[b-k8xmdc96nb] {
        padding: 20px;
    }
    
    .difficulty-grid-2[b-k8xmdc96nb] {
        gap: 30px;
        max-width: 900px;
    }
    
    .ielts-paper-textarea[b-k8xmdc96nb] {
        min-height: 380px;
        font-size: 14px;
    }
    
    .ielts-question-display[b-k8xmdc96nb] {
        min-height: 380px;
    }
}

/* Tablet optimization (900px - 769px) */
@media (max-width: 900px) and (min-width: 769px) {
    .ielts-container[b-k8xmdc96nb] {
        padding: 0 12px;
    }
    
    .ielts-row[b-k8xmdc96nb] {
        gap: 18px;
    }
    
    .ielts-column[b-k8xmdc96nb] {
        padding: 18px;
    }
    
    .difficulty-grid-2[b-k8xmdc96nb] {
        gap: 25px;
        max-width: 800px;
    }
    
    .difficulty-card[b-k8xmdc96nb] {
        padding: 15px;
    }
    
    .difficulty-body ul[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .ielts-paper-textarea[b-k8xmdc96nb] {
        min-height: 360px;
        font-size: 14px;
    }
    
    .ielts-question-display[b-k8xmdc96nb] {
        min-height: 360px;
    }
    
    /* Simplify header for tablets */
    .ielts-text h1[b-k8xmdc96nb] {
        font-size: 2.2rem;
    }
    
    .task-badge[b-k8xmdc96nb] {
        padding: 16px 20px;
    }
}

/* Mobile optimization - Simplified Design */
@media (max-width: 768px) {
    /* Simplify overall layout */
    .ielts-container[b-k8xmdc96nb] {
        padding: 0 8px;
        min-width: auto;
    }
    
    /* Hide complex elements on mobile */
    .header-decoration[b-k8xmdc96nb] {
        display: none !important;
    }
    
    .ielts-subtitle[b-k8xmdc96nb] {
        display: none !important;
    }
    
    /* Simplified difficulty selection */
    .difficulty-grid-2[b-k8xmdc96nb] {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 100%;
    }
    
    .difficulty-card[b-k8xmdc96nb] {
        padding: 12px;
        border-width: 2px;
        border-radius: 12px;
    }
    
    .difficulty-header[b-k8xmdc96nb] {
        padding: 8px 12px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .difficulty-head-left[b-k8xmdc96nb] {
        justify-content: center;
        gap: 6px;
    }
    
    .difficulty-title[b-k8xmdc96nb] {
        font-size: 1rem;
    }
    
    .difficulty-badge[b-k8xmdc96nb] {
        padding: 4px 12px;
        font-size: 0.8rem;
        align-self: center;
    }
    
    /* Simplified list for mobile */
    .difficulty-body[b-k8xmdc96nb] {
        padding: 8px 12px;
    }
    
    .difficulty-body ul[b-k8xmdc96nb] {
        font-size: 0.8rem;
        padding: 0 10px;
        margin: 0;
    }
    
    /* Hide detailed bullet points on mobile, keep only essential ones */
    .difficulty-body ul li:nth-child(n+4)[b-k8xmdc96nb] {
        display: none;
    }
    
    /* Make essential text bigger and clearer */
    .difficulty-body ul li:last-child[b-k8xmdc96nb] {
        display: block !important;
        font-weight: 700;
        color: #1976d2;
        margin-top: 8px;
        font-size: 0.85rem;
    }
    
    /* Show mobile-only instruction */
    .mobile-only-instruction[b-k8xmdc96nb] {
        display: block !important;
    }
    
    /* Hide complex topbar on mobile */
    .difficulty-topbar[b-k8xmdc96nb] {
        display: none !important;
    }
}

/* Small mobile - Ultra simplified */
@media (max-width: 480px) {
    .ielts-container[b-k8xmdc96nb] {
        padding: 0 5px;
    }
    
    /* Ultra compact difficulty cards */
    .difficulty-card[b-k8xmdc96nb] {
        padding: 8px;
        border-radius: 10px;
    }
    
    .difficulty-header[b-k8xmdc96nb] {
        padding: 6px 8px;
        gap: 6px;
    }
    
    .difficulty-title[b-k8xmdc96nb] {
        font-size: 0.9rem;
        font-weight: 800;
    }
    
    .difficulty-badge[b-k8xmdc96nb] {
        padding: 2px 8px;
        font-size: 0.7rem;
    }
    
    .difficulty-body[b-k8xmdc96nb] {
        padding: 6px 8px;
    }
    
    /* Show only 2 essential bullet points on small mobile */
    .difficulty-body ul[b-k8xmdc96nb] {
        font-size: 0.75rem;
        padding: 0 8px;
        margin: 0;
    }
    
    .difficulty-body ul li:nth-child(n+3)[b-k8xmdc96nb] {
        display: none;
    }
    
    .difficulty-body ul li:last-child[b-k8xmdc96nb] {
        display: block !important;
        font-weight: 800;
        color: #1976d2;
        margin-top: 6px;
        font-size: 0.8rem;
        text-align: center;
    }
    
    /* Simplify header even more */
    .ielts-text h1[b-k8xmdc96nb] {
        font-size: 1.3rem;
        letter-spacing: 0.5px;
    }
    
    .task-type[b-k8xmdc96nb] {
        font-size: 0.85rem;
    }
    
    .task-category[b-k8xmdc96nb] {
        font-size: 0.6rem;
    }
    
    /* Hide level icons on very small screens */
    .level-icon[b-k8xmdc96nb] {
        display: none;
    }
    
    .difficulty-head-left[b-k8xmdc96nb] {
        gap: 0;
    }
}
.difficulty-card[b-k8xmdc96nb] { display:block; border: 3px solid #e9ecef; border-radius: 15px; background: #ffffff; cursor: pointer; transition: all .3s ease; position: relative; overflow: hidden; }
.difficulty-card:hover[b-k8xmdc96nb] { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); border-color: #1976d2; }
.difficulty-card.selected[b-k8xmdc96nb] { border-color: #1976d2; box-shadow: 0 20px 50px rgba(25,118,210,0.3); transform: translateY(-3px); }
.difficulty-card:hover .difficulty-badge.advanced-badge[b-k8xmdc96nb] { animation-duration: 1s; }
.difficulty-card[b-k8xmdc96nb]:after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s; }
.difficulty-card:hover[b-k8xmdc96nb]:after { left: 100%; }
.visually-hidden[b-k8xmdc96nb] { position:absolute; width:1px; height:1px; margin:-1px; border:0; padding:0; white-space:nowrap; clip-path: inset(50%); clip: rect(0 0 0 0); overflow:hidden; }
.difficulty-header[b-k8xmdc96nb] { display:flex; align-items:center; justify-content:space-between; padding:12px 14px; background: linear-gradient(135deg, #e3f2fd, #e8eaf6); border-radius: 10px 10px 0 0; }
.difficulty-head-left[b-k8xmdc96nb] { display:flex; align-items:center; gap:8px; }
.level-icon[b-k8xmdc96nb] { width:24px; height:24px; color:#1976d2; display:inline-flex; align-items:center; justify-content:center; }
.level-icon svg[b-k8xmdc96nb] { width:18px; height:18px; }
.difficulty-title[b-k8xmdc96nb] { font-weight: 800; color: #1976d2; }
.difficulty-badge[b-k8xmdc96nb] { background:#1976d2; color:#fff; border-radius:999px; padding:4px 10px; font-size:.8rem; font-weight:700; }
.difficulty-badge.intermediate-badge[b-k8xmdc96nb] { background: linear-gradient(135deg, #4CAF50, #66BB6A); box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3); }
.difficulty-badge.advanced-badge[b-k8xmdc96nb] { background: linear-gradient(135deg, #FF6B35, #F7931E); box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3); animation: pulse-glow-b-k8xmdc96nb 2s ease-in-out infinite alternate; }

@keyframes pulse-glow-b-k8xmdc96nb {
    from { box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3); }
    to { box-shadow: 0 4px 20px rgba(255, 107, 53, 0.6); }
}
.difficulty-body[b-k8xmdc96nb] { padding: 12px 16px; }
.difficulty-body ul[b-k8xmdc96nb] { margin:0; padding:0 18px; color:#495057; font-size:.95rem; line-height:1.6; }

.score-modal-footer[b-k8xmdc96nb] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px 25px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 15px 15px;
}

.score-modal-footer .btn[b-k8xmdc96nb] {
    min-width: 120px;
    font-weight: 600;
}

/* Evaluation Warning Modal Styles */
.evaluation-warning-overlay[b-k8xmdc96nb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    backdrop-filter: blur(5px);
}

.evaluation-warning-content[b-k8xmdc96nb] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    max-width: 600px;
    width: 90%;
    max-height: 80%;
    overflow: auto;
    animation: modalSlideIn-b-k8xmdc96nb 0.3s ease-out;
}

.evaluation-warning-header[b-k8xmdc96nb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: white;
    border-radius: 15px 15px 0 0;
}

.warning-icon[b-k8xmdc96nb] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.warning-icon svg[b-k8xmdc96nb] {
    width: 20px;
    height: 20px;
}

.evaluation-warning-header h4[b-k8xmdc96nb] {
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    direction: rtl;
    flex: 1;
    text-align: center;
}

.evaluation-warning-body[b-k8xmdc96nb] {
    padding: 25px;
    direction: rtl;
    text-align: right;
}

.warning-message h5[b-k8xmdc96nb] {
    color: #1976d2;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 700;
}

.warning-message p[b-k8xmdc96nb] {
    margin-bottom: 20px;
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
}

.warning-highlight[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #1976d2;
    color: #1565c0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.warning-highlight strong[b-k8xmdc96nb] {
    color: #0d47a1;
}

.evaluation-warning-footer[b-k8xmdc96nb] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px 25px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 15px 15px;
}

.evaluation-warning-footer .btn[b-k8xmdc96nb] {
    min-width: 140px;
    font-weight: 600;
}

/* Evaluation Info Notice Styles */
.evaluation-info-notice[b-k8xmdc96nb] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #2196f3;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.15);
}

.info-icon[b-k8xmdc96nb] {
    width: 40px;
    height: 40px;
    background: #2196f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 5px;
}

.info-icon svg[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
    color: white;
}

.info-content[b-k8xmdc96nb] {
    flex: 1;
    direction: rtl;
    text-align: right;
}

.info-content h5[b-k8xmdc96nb] {
    color: #1976d2;
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 700;
}

.info-content p[b-k8xmdc96nb] {
    color: #424242;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* New Result Container Styles */
.ielts-result-container[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ielts-result-grid[b-k8xmdc96nb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Scores Section Styles */
.ielts-scores-section[b-k8xmdc96nb] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

/* Overall Score Container */
.overall-score-container[b-k8xmdc96nb] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px solid #dee2e6;
}

/* Individual Scores Grid */
.individual-scores-grid[b-k8xmdc96nb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.individual-score-item[b-k8xmdc96nb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.individual-score-item:hover[b-k8xmdc96nb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.score-label[b-k8xmdc96nb] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    text-align: center;
    line-height: 1.3;
    direction: rtl;
}

/* Score Circle Styles */
.score-circle-container[b-k8xmdc96nb] {
    position: relative;
    --score-color: #4CAF50;
}

.score-circle-container.large[b-k8xmdc96nb] {
    width: 200px;
    height: 200px;
}

.score-circle-container.small[b-k8xmdc96nb] {
    width: 120px;
    height: 120px;
}

.score-circle[b-k8xmdc96nb] {
    position: relative;
    width: 100%;
    height: 100%;
}

.score-svg[b-k8xmdc96nb] {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.score-circle-bg[b-k8xmdc96nb] {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 8;
}

.score-circle-progress[b-k8xmdc96nb] {
    fill: none;
    stroke: var(--score-color);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 1s ease-in-out;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.score-content[b-k8xmdc96nb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    direction: rtl;
}

.score-number[b-k8xmdc96nb] {
    font-weight: 700;
    color: var(--score-color);
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.score-circle-container.large .score-number[b-k8xmdc96nb] {
    font-size: 2.5rem;
}

.score-circle-container.small .score-number[b-k8xmdc96nb] {
    font-size: 1.5rem;
}

.score-level[b-k8xmdc96nb] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* AI Hints Section Styles */
.ielts-hints-section[b-k8xmdc96nb] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.hints-header[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: white;
}

.hints-icon[b-k8xmdc96nb] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hints-icon svg[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
}

.hints-header h4[b-k8xmdc96nb] {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.hints-content[b-k8xmdc96nb] {
    padding: 25px;
    line-height: 1.8;
    font-size: 14px;
    color: #495057;
    direction: rtl;
    text-align: right;
    white-space: pre-line;
    max-height: 500px;
    overflow-y: auto;
}

.hints-content[b-k8xmdc96nb]::-webkit-scrollbar {
    width: 6px;
}

.hints-content[b-k8xmdc96nb]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.hints-content[b-k8xmdc96nb]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.hints-content[b-k8xmdc96nb]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Loading Overlay */
.loading-overlay[b-k8xmdc96nb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-container[b-k8xmdc96nb] {
    background: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.loading-spinner[b-k8xmdc96nb] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3390ec;
    border-radius: 50%;
    animation: spin-b-k8xmdc96nb 1s linear infinite;
    margin: 0 auto 20px;
}

.loading-text h3[b-k8xmdc96nb] {
    color: #3390ec;
    margin-bottom: 10px;
}

.loading-text p[b-k8xmdc96nb] {
    color: #666;
    margin: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .header-main[b-k8xmdc96nb] {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .ielts-text h1[b-k8xmdc96nb] {
        font-size: 2rem;
    }
    
    .task-badge[b-k8xmdc96nb] {
        padding: 15px 20px;
    }
    
    .ielts-result-grid[b-k8xmdc96nb] {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .ielts-scores-section[b-k8xmdc96nb] {
        order: 1;
    }
    
    .ielts-hints-section[b-k8xmdc96nb] {
        order: 2;
    }
    
    .score-circle-container.large[b-k8xmdc96nb] {
        width: 180px;
        height: 180px;
    }
    
    .score-circle-container.small[b-k8xmdc96nb] {
        width: 100px;
        height: 100px;
    }
    
    .score-circle-container.large .score-number[b-k8xmdc96nb] {
        font-size: 2.2rem;
    }
    
    .score-circle-container.small .score-number[b-k8xmdc96nb] {
        font-size: 1.3rem;
    }
    
    .ielts-result-container[b-k8xmdc96nb] {
        padding: 25px;
    }
    
    .individual-scores-grid[b-k8xmdc96nb] {
        gap: 15px;
    }
}

/* Mobile Responsive - Completely Redesigned */
@media (max-width: 768px) {
    .ielts-container[b-k8xmdc96nb] {
        padding: 0 10px;
        min-width: auto;
    }

    /* Mobile Header - Simplified and Clean */
    .ielts-header[b-k8xmdc96nb] {
        margin-bottom: 20px;
        padding: 20px 0;
        border-radius: 15px;
    }
    
    .header-content[b-k8xmdc96nb] {
        padding: 0 15px;
    }
    
    .header-main[b-k8xmdc96nb] {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    /* Simplified IELTS Logo for Mobile */
    .ielts-logo[b-k8xmdc96nb] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .ielts-icon[b-k8xmdc96nb] {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    
    .ielts-icon svg[b-k8xmdc96nb] {
        width: 28px;
        height: 28px;
    }
    
    .ielts-text h1[b-k8xmdc96nb] {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .ielts-subtitle[b-k8xmdc96nb] {
        font-size: 0.75rem;
        margin-top: 3px;
    }
    
    /* Simplified Task Badge for Mobile */
    .task-badge[b-k8xmdc96nb] {
        padding: 12px 15px;
        gap: 10px;
        border-radius: 12px;
    }
    
    .task-icon[b-k8xmdc96nb] {
        width: 35px;
        height: 35px;
        border-radius: 8px;
    }
    
    .task-icon svg[b-k8xmdc96nb] {
        width: 20px;
        height: 20px;
    }
    
    .task-type[b-k8xmdc96nb] {
        font-size: 1rem;
    }
    
    .task-category[b-k8xmdc96nb] {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
    
    /* Hide decoration line on mobile */
    .header-decoration[b-k8xmdc96nb] {
        display: none;
    }

    /* Mobile Layout Adjustments */
    .ielts-row[b-k8xmdc96nb] {
        flex-direction: column;
        gap: 15px;
        min-height: auto;
        width: 100%;
    }

    .ielts-column[b-k8xmdc96nb] {
        padding: 15px;
        width: 100%;
        flex: none;
    }

    .ielts-paper-textarea[b-k8xmdc96nb] {
        min-height: 300px;
        padding: 15px;
        font-size: 13px;
    }

    .ielts-question-display[b-k8xmdc96nb] {
        min-height: 200px;
        padding: 12px;
    }

    .ielts-ai-answer-display[b-k8xmdc96nb] {
        min-height: 300px;
        padding: 15px;
        font-size: 13px;
    }

    .ielts-result-container[b-k8xmdc96nb] {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .ielts-result-grid[b-k8xmdc96nb] {
        gap: 20px;
    }
    
    .ielts-scores-section[b-k8xmdc96nb] {
        padding: 20px;
        gap: 20px;
    }
    
    .overall-score-container[b-k8xmdc96nb] {
        padding: 15px;
    }
    
    .score-circle-container.large[b-k8xmdc96nb] {
        width: 150px;
        height: 150px;
    }
    
    .score-circle-container.small[b-k8xmdc96nb] {
        width: 80px;
        height: 80px;
    }
    
    .score-circle-container.large .score-number[b-k8xmdc96nb] {
        font-size: 1.8rem;
    }
    
    .score-circle-container.small .score-number[b-k8xmdc96nb] {
        font-size: 1.1rem;
    }
    
    .score-level[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .individual-scores-grid[b-k8xmdc96nb] {
        gap: 12px;
    }
    
    .individual-score-item[b-k8xmdc96nb] {
        padding: 12px;
    }
    
    .score-label[b-k8xmdc96nb] {
        font-size: 0.8rem;
    }
    
    .hints-header[b-k8xmdc96nb] {
        padding: 15px 20px;
    }
    
    .hints-content[b-k8xmdc96nb] {
        padding: 20px;
        font-size: 13px;
        max-height: 300px;
    }

    /* Mobile Modal Styles - Optimized */
    .score-modal-overlay[b-k8xmdc96nb] {
        padding: 3px;
        align-items: flex-start;
        padding-top: 15px;
    }
    
    .score-modal-content[b-k8xmdc96nb] {
        width: 100%;
        margin: 0;
        max-height: 97vh;
        border-radius: 10px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    }
    
    .score-modal-header[b-k8xmdc96nb] {
        padding: 12px 15px;
        border-radius: 10px 10px 0 0;
    }
    
    .score-modal-header h4[b-k8xmdc96nb] {
        font-size: 0.9rem;
        line-height: 1.2;
        text-align: center;
    }
    
    .score-modal-body[b-k8xmdc96nb] {
        padding: 12px;
    }
    
    /* Mobile instruction styling */
    .mobile-only-instruction p[b-k8xmdc96nb] {
        font-size: 0.85rem !important;
        padding: 8px !important;
        margin-bottom: 12px !important;
        border: 2px solid #1976d2;
        background: linear-gradient(135deg, #e3f2fd, #f3e5f5) !important;
    }
    
    .score-modal-footer[b-k8xmdc96nb] {
        padding: 12px 15px;
        flex-direction: column;
        gap: 8px;
    }
    
    .score-modal-footer .btn[b-k8xmdc96nb] {
        min-width: auto;
        width: 100%;
        padding: 14px 12px;
        font-size: 0.9rem;
        font-weight: 700;
    }
    
    /* Optimize button colors for mobile */
    .score-modal-footer .btn-primary[b-k8xmdc96nb] {
        background: linear-gradient(135deg, #1976d2, #42a5f5);
        border: none;
        box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    }
    
    .score-modal-footer .btn-secondary[b-k8xmdc96nb] {
        background: #6c757d;
        border: none;
    }

    /* Mobile Warning Modal Styles */
    .evaluation-warning-content[b-k8xmdc96nb] {
        width: 95%;
        margin: 10px;
    }
    
    .evaluation-warning-header[b-k8xmdc96nb] {
        padding: 15px 20px;
        flex-direction: column;
        gap: 10px;
    }
    
    .evaluation-warning-header h4[b-k8xmdc96nb] {
        font-size: 1rem;
        order: 1;
    }
    
    .warning-icon[b-k8xmdc96nb] {
        order: 0;
    }
    
    .close-modal-btn[b-k8xmdc96nb] {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .evaluation-warning-body[b-k8xmdc96nb] {
        padding: 20px;
    }
    
    .warning-message h5[b-k8xmdc96nb] {
        font-size: 1rem;
    }
    
    .warning-message p[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .warning-highlight[b-k8xmdc96nb] {
        font-size: 0.85rem;
        padding: 12px 15px;
    }
    
    .evaluation-warning-footer[b-k8xmdc96nb] {
        padding: 15px 20px;
        flex-direction: column;
        gap: 10px;
    }
    
    .evaluation-warning-footer .btn[b-k8xmdc96nb] {
        min-width: auto;
        width: 100%;
    }

    /* Mobile Info Notice Styles */
    .evaluation-info-notice[b-k8xmdc96nb] {
        padding: 15px;
        gap: 12px;
    }
    
    .info-icon[b-k8xmdc96nb] {
        width: 35px;
        height: 35px;
        margin-top: 2px;
    }
    
    .info-icon svg[b-k8xmdc96nb] {
        width: 20px;
        height: 20px;
    }
    
    .info-content h5[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .info-content p[b-k8xmdc96nb] {
        font-size: 0.85rem;
    }
}

/* Small Mobile - Ultra Compact */
@media (max-width: 480px) {
    .ielts-container[b-k8xmdc96nb] {
        padding: 0 8px;
    }
    
    /* Ultra Compact Header */
    .ielts-header[b-k8xmdc96nb] {
        padding: 15px 0;
        border-radius: 12px;
        margin-bottom: 15px;
    }
    
    .header-content[b-k8xmdc96nb] {
        padding: 0 10px;
    }
    
    .header-main[b-k8xmdc96nb] {
        gap: 12px;
        margin-bottom: 10px;
    }
    
    .ielts-logo[b-k8xmdc96nb] {
        gap: 8px;
    }
    
    .ielts-icon[b-k8xmdc96nb] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    
    .ielts-icon svg[b-k8xmdc96nb] {
        width: 24px;
        height: 24px;
    }
    
    .ielts-text h1[b-k8xmdc96nb] {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
    
    .ielts-subtitle[b-k8xmdc96nb] {
        font-size: 0.65rem;
        margin-top: 2px;
    }
    
    .task-badge[b-k8xmdc96nb] {
        padding: 10px 12px;
        gap: 8px;
        border-radius: 10px;
    }
    
    .task-icon[b-k8xmdc96nb] {
        width: 30px;
        height: 30px;
        border-radius: 6px;
    }
    
    .task-icon svg[b-k8xmdc96nb] {
        width: 18px;
        height: 18px;
    }
    
    .task-type[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .task-category[b-k8xmdc96nb] {
        font-size: 0.65rem;
        letter-spacing: 0.3px;
    }

    .ielts-column[b-k8xmdc96nb] {
        padding: 12px;
    }

    .ielts-paper-textarea[b-k8xmdc96nb] {
        min-height: 250px;
        padding: 12px;
        font-size: 12px;
    }

    .ielts-question-display[b-k8xmdc96nb] {
        min-height: 150px;
        padding: 10px;
    }

    .ielts-ai-answer-display[b-k8xmdc96nb] {
        min-height: 250px;
        padding: 12px;
        font-size: 12px;
    }

    .ielts-result-container[b-k8xmdc96nb] {
        padding: 15px 12px;
    }
    
    .ielts-scores-section[b-k8xmdc96nb] {
        padding: 15px;
        gap: 15px;
    }
    
    .overall-score-container[b-k8xmdc96nb] {
        padding: 12px;
    }
    
    .score-circle-container.large[b-k8xmdc96nb] {
        width: 120px;
        height: 120px;
    }
    
    .score-circle-container.small[b-k8xmdc96nb] {
        width: 70px;
        height: 70px;
    }
    
    .score-circle-container.large .score-number[b-k8xmdc96nb] {
        font-size: 1.5rem;
    }
    
    .score-circle-container.small .score-number[b-k8xmdc96nb] {
        font-size: 1rem;
    }
    
    .score-level[b-k8xmdc96nb] {
        font-size: 0.8rem;
    }
    
    .individual-scores-grid[b-k8xmdc96nb] {
        gap: 10px;
    }
    
    .individual-score-item[b-k8xmdc96nb] {
        padding: 10px;
    }
    
    .score-label[b-k8xmdc96nb] {
        font-size: 0.75rem;
    }
    
    .hints-header[b-k8xmdc96nb] {
        padding: 12px 15px;
    }
    
    .hints-header h4[b-k8xmdc96nb] {
        font-size: 1rem;
    }
    
    .hints-content[b-k8xmdc96nb] {
        padding: 15px;
        font-size: 12px;
        max-height: 250px;
    }

    /* Ultra Small Mobile Modal Styles */
    .score-modal-content[b-k8xmdc96nb] {
        width: 98%;
        margin: 5px;
    }
    
    .score-modal-header[b-k8xmdc96nb] {
        padding: 12px 15px;
    }
    
    .score-modal-header h4[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .score-modal-body[b-k8xmdc96nb] {
        padding: 15px;
    }
    
    .score-modal-body p[b-k8xmdc96nb] {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .score-options[b-k8xmdc96nb] {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .score-option[b-k8xmdc96nb] {
        padding: 8px 4px;
        font-size: 0.8rem;
    }
    
    .score-modal-footer[b-k8xmdc96nb] {
        padding: 12px 15px;
    }

    /* Ultra Small Mobile Warning Modal Styles */
    .evaluation-warning-content[b-k8xmdc96nb] {
        width: 98%;
        margin: 5px;
    }
    
    .evaluation-warning-header[b-k8xmdc96nb] {
        padding: 12px 15px;
    }
    
    .evaluation-warning-header h4[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .evaluation-warning-body[b-k8xmdc96nb] {
        padding: 15px;
    }
    
    .warning-message h5[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .warning-message p[b-k8xmdc96nb] {
        font-size: 0.8rem;
    }
    
    .warning-highlight[b-k8xmdc96nb] {
        font-size: 0.75rem;
        padding: 10px 12px;
    }
    
    .evaluation-warning-footer[b-k8xmdc96nb] {
        padding: 12px 15px;
    }

    /* Ultra Small Mobile Info Notice Styles */
    .evaluation-info-notice[b-k8xmdc96nb] {
        padding: 12px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    
    .info-icon[b-k8xmdc96nb] {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    
    .info-icon svg[b-k8xmdc96nb] {
        width: 18px;
        height: 18px;
    }
    
    .info-content[b-k8xmdc96nb] {
        text-align: center;
    }
    
    .info-content h5[b-k8xmdc96nb] {
        font-size: 0.85rem;
    }
    
    .info-content p[b-k8xmdc96nb] {
        font-size: 0.8rem;
    }
} 

/* Teacher Assessment Result Styles */
.teacher-result-container[b-k8xmdc96nb] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.teacher-result-container h3[b-k8xmdc96nb] {
    color: #28a745;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.teacher-info-notice[b-k8xmdc96nb] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, #e8f5e8, #f0f8f0);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #28a745;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.15);
}

.teacher-info-icon[b-k8xmdc96nb] {
    width: 40px;
    height: 40px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 5px;
}

.teacher-info-icon svg[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
    color: white;
}

.teacher-info-content[b-k8xmdc96nb] {
    flex: 1;
    direction: rtl;
    text-align: right;
}

.teacher-info-content h5[b-k8xmdc96nb] {
    color: #155724;
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 700;
}

.teacher-info-content p[b-k8xmdc96nb] {
    color: #424242;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.teacher-hints-header[b-k8xmdc96nb] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.teacher-hints-icon[b-k8xmdc96nb] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-hints-icon svg[b-k8xmdc96nb] {
    width: 24px;
    height: 24px;
}

.teacher-hints-header h4[b-k8xmdc96nb] {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Responsive Design for Teacher Assessment */
@media (max-width: 1024px) {
    .teacher-result-container[b-k8xmdc96nb] {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .teacher-result-container[b-k8xmdc96nb] {
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .teacher-info-notice[b-k8xmdc96nb] {
        padding: 15px;
        gap: 12px;
    }
    
    .teacher-info-icon[b-k8xmdc96nb] {
        width: 35px;
        height: 35px;
        margin-top: 2px;
    }
    
    .teacher-info-icon svg[b-k8xmdc96nb] {
        width: 20px;
        height: 20px;
    }
    
    .teacher-info-content h5[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
    
    .teacher-info-content p[b-k8xmdc96nb] {
        font-size: 0.85rem;
    }
    
    .teacher-hints-header[b-k8xmdc96nb] {
        padding: 15px 20px;
    }
    
    .teacher-hints-header h4[b-k8xmdc96nb] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .teacher-result-container[b-k8xmdc96nb] {
        padding: 15px 12px;
    }
    
    .teacher-info-notice[b-k8xmdc96nb] {
        padding: 12px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }
    
    .teacher-info-icon[b-k8xmdc96nb] {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    
    .teacher-info-icon svg[b-k8xmdc96nb] {
        width: 18px;
        height: 18px;
    }
    
    .teacher-info-content[b-k8xmdc96nb] {
        text-align: center;
    }
    
    .teacher-info-content h5[b-k8xmdc96nb] {
        font-size: 0.85rem;
    }
    
    .teacher-info-content p[b-k8xmdc96nb] {
        font-size: 0.8rem;
    }
    
    .teacher-hints-header[b-k8xmdc96nb] {
        padding: 12px 15px;
    }
    
    .teacher-hints-header h4[b-k8xmdc96nb] {
        font-size: 0.9rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/Index.razor.rz.scp.css */
.landing-container[b-fmr3jhdpg8] {
    direction: rtl;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    overflow-x: hidden;
    position: relative;
}

.header[b-fmr3jhdpg8] {
    background-color: rgb(216 219 226);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}

.nav-menu[b-fmr3jhdpg8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo[b-fmr3jhdpg8] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.nav-links[b-fmr3jhdpg8] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-fmr3jhdpg8] {
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1rem;
}

.nav-link[b-fmr3jhdpg8]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background-color: #2563eb;
    transition: width 0.3s ease;
}

.nav-link:hover[b-fmr3jhdpg8]::after {
    width: 100%;
}

.login-btn[b-fmr3jhdpg8], .register-btn[b-fmr3jhdpg8], .profile-btn[b-fmr3jhdpg8], .version-btn[b-fmr3jhdpg8] {
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.login-btn[b-fmr3jhdpg8] {
    background-color: transparent;
    border: 2px solid #2563eb;
    color: #2563eb;
}

.register-btn[b-fmr3jhdpg8] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    color: white;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.1);
}

.profile-btn[b-fmr3jhdpg8] {
    background: linear-gradient(135deg, #059669, #047857);
    border: none;
    color: white;
    box-shadow: 0 4px 6px rgba(5, 150, 105, 0.1);
}

.version-btn[b-fmr3jhdpg8] {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border: none;
    color: white;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.version-btn[b-fmr3jhdpg8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.version-btn:hover[b-fmr3jhdpg8]::before {
    left: 100%;
}

.login-btn:hover[b-fmr3jhdpg8], .register-btn:hover[b-fmr3jhdpg8], .profile-btn:hover[b-fmr3jhdpg8], .version-btn:hover[b-fmr3jhdpg8] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

    .version-btn:hover[b-fmr3jhdpg8] {
        box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
    }

/* Mobile Version FAB */
.mobile-version-fab[b-fmr3jhdpg8] {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3);
    display: none;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-version-fab:hover[b-fmr3jhdpg8] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.4);
}

.mobile-version-fab svg[b-fmr3jhdpg8] {
    width: 1.5rem;
    height: 1.5rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
    .mobile-version-fab[b-fmr3jhdpg8] {
        display: flex;
    }
    
    .nav-links .version-btn[b-fmr3jhdpg8] {
        display: none;
    }
}

.welcome-text[b-fmr3jhdpg8] {
    color: #1e293b;
    font-weight: 600;
    font-size: 1rem;
}

.slides-container[b-fmr3jhdpg8] {
    flex: 1; 
    height: 100vh;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 0;
}

.slide[b-fmr3jhdpg8] {
    height: 100vh;
    scroll-snap-align: start;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    overflow: hidden;
    margin-top: 0;
}

.slide-content[b-fmr3jhdpg8] {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.hero[b-fmr3jhdpg8] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding-top: 4rem;
}

.hero-text-content[b-fmr3jhdpg8] {
    flex: 1;
    max-width: 600px;
    position: relative;
    z-index: 1;
    padding-right: 2rem;
}

.hero-visual[b-fmr3jhdpg8] {
    flex: 1;
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-card[b-fmr3jhdpg8] {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: float-b-fmr3jhdpg8 6s ease-in-out infinite;
    width: 200px;
    height: 200px;
    transition: all 0.3s ease;
}

.floating-card:hover[b-fmr3jhdpg8] {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.25);
}

.floating-card-content[b-fmr3jhdpg8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.floating-card svg[b-fmr3jhdpg8] {
    width: 56px;
    height: 56px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.floating-card span[b-fmr3jhdpg8] {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-1[b-fmr3jhdpg8] {
    top: 15%;
    right: 10%;
    animation-delay: 0s;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    z-index: 5;
}

.card-2[b-fmr3jhdpg8] {
    top: 20%;
    left: 5%;
    animation-delay: -2s;
    background: linear-gradient(135deg, #059669, #047857);
    z-index: 4;
}

.card-4[b-fmr3jhdpg8] {
    bottom: 15%;
    right: 20%;
    animation-delay: -2s;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    z-index: 3;
}

.card-5[b-fmr3jhdpg8] {
    bottom: 14%;
    left: 15%;
    animation-delay: -4s;
    background: linear-gradient(135deg, #10b981, #059669);
    z-index: 2;
}

@keyframes float-b-fmr3jhdpg8 {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-20px) rotate(2deg) scale(1.02);
    }
}

.hero h1[b-fmr3jhdpg8] {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: linear-gradient(to right, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text[b-fmr3jhdpg8] {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.8;
}

.hero-buttons[b-fmr3jhdpg8] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-button[b-fmr3jhdpg8] {
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button.primary[b-fmr3jhdpg8] {
    background-color: white;
    color: #2563eb;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.cta-button.secondary[b-fmr3jhdpg8] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid white;
}

.cta-button:hover[b-fmr3jhdpg8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.features[b-fmr3jhdpg8] {
    background-color: #ffffff;
}

.features h2[b-fmr3jhdpg8] {
    text-align: center;
    margin-bottom: 4rem;
    color: #1e293b;
    font-size: 2.25rem;
    font-weight: 800;
    position: relative;
}

.features h2[b-fmr3jhdpg8]::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 2px;
}

.feature-grid[b-fmr3jhdpg8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}

.feature-card[b-fmr3jhdpg8] {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.feature-card[b-fmr3jhdpg8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover[b-fmr3jhdpg8]::before {
    transform: scaleX(1);
}

.feature-card:hover[b-fmr3jhdpg8] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.feature-icon[b-fmr3jhdpg8] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 1rem;
    padding: 1rem;
}

.feature-card h3[b-fmr3jhdpg8] {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.feature-card p[b-fmr3jhdpg8] {
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

.learning-path[b-fmr3jhdpg8] {
    background-color: #e5e8eb;
    position: relative;
    overflow: hidden;
}

.learning-path[b-fmr3jhdpg8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%232563eb' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}

.learning-path h2[b-fmr3jhdpg8] {
    text-align: center;
    margin-bottom: 4rem;
    color: #1e293b;
    font-size: 2.25rem;
    font-weight: 800;
    position: relative;
}

.learning-path h2[b-fmr3jhdpg8]::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 2px;
}

.path-steps[b-fmr3jhdpg8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.path-step[b-fmr3jhdpg8] {
    background-color: white;
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.path-step:hover[b-fmr3jhdpg8] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.step-number[b-fmr3jhdpg8] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
}

.path-step h3[b-fmr3jhdpg8] {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.path-step p[b-fmr3jhdpg8] {
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

.contact[b-fmr3jhdpg8] {
    background-color: #ffffff;
}

.contact h2[b-fmr3jhdpg8] {
    text-align: center;
    margin-bottom: 3rem;
    color: #1e293b;
    font-size: 2.25rem;
    font-weight: 800;
    position: relative;
}

.contact h2[b-fmr3jhdpg8]::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 2px;
}

.contact-info[b-fmr3jhdpg8] {
    text-align: center;
    color: #1e293b;
    background: #f8fafc;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    max-width: 90vw;
 
    transition: all 0.3s ease;
}

.contact-info:hover[b-fmr3jhdpg8] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.contact-info p[b-fmr3jhdpg8] {
    margin: 1rem 0;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #475569;
}

.contact-info svg[b-fmr3jhdpg8] {
    color: #2563eb;
}

/* AI Assistance Section */
.ai-assistance[b-fmr3jhdpg8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.ai-assistance[b-fmr3jhdpg8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.ai-assistance h2[b-fmr3jhdpg8] {
    text-align: center;
    margin-bottom: 4rem;
    color: white;
    font-size: 2.25rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.ai-assistance h2[b-fmr3jhdpg8]::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.ai-features-grid[b-fmr3jhdpg8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.ai-feature-card[b-fmr3jhdpg8] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.ai-feature-card[b-fmr3jhdpg8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.ai-feature-card:hover[b-fmr3jhdpg8]::before {
    transform: scaleX(1);
}

.ai-feature-card:hover[b-fmr3jhdpg8] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.ai-feature-icon[b-fmr3jhdpg8] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 1.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.ai-feature-card h3[b-fmr3jhdpg8] {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ai-feature-card p[b-fmr3jhdpg8] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 1rem;
}

.footer[b-fmr3jhdpg8] {
    background-color: #1e293b;
    color: #f8fafc;
    text-align: center;
    padding: 2rem;
    margin-top: auto;
    font-size: 1rem;
}

.mobile-menu-button[b-fmr3jhdpg8] {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #2563eb;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    z-index: 1001;
}

.scroll-indicator[b-fmr3jhdpg8] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce-b-fmr3jhdpg8 2s infinite;
    cursor: pointer;
    z-index: 10;
    background: rgb(0 10 255);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 1rem;
    border: 1px solid rgb(255 255 255);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .scroll-indicator svg[b-fmr3jhdpg8] {
        width: 32px;
        height: 32px;
        color: #1e293b;
        color: white;
    }

 
@keyframes bounce-b-fmr3jhdpg8 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .slide-content[b-fmr3jhdpg8] {
        flex-direction: column;
        text-align: center;
    }

    .hero-text-content[b-fmr3jhdpg8] {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .hero-visual[b-fmr3jhdpg8] {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-menu-button[b-fmr3jhdpg8] {
        display: block;
    }

    .nav-menu[b-fmr3jhdpg8] {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        align-items: flex-start;
    }

    .logo[b-fmr3jhdpg8] {
        margin-left: 3rem;
    }

    .nav-links[b-fmr3jhdpg8] {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        border-radius: 0 0 1rem 1rem;
    }

    .nav-links.show[b-fmr3jhdpg8] {
        display: flex;
    }

    .slide-content[b-fmr3jhdpg8] {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .hero-text-content[b-fmr3jhdpg8] {
        padding-right: 0;
        margin-bottom: 0;
        order: 2;
    }

    .hero-visual[b-fmr3jhdpg8] {
        height: auto;
        order: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0.75rem;
        padding: 1rem;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }

    .floating-card[b-fmr3jhdpg8] {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100px;
        height: 100px;
        padding: 0.75rem;
        animation: none;
    }

    .floating-card:hover[b-fmr3jhdpg8] {
        transform: translateY(-5px);
    }

    .floating-card svg[b-fmr3jhdpg8] {
        display: none;
    }

    .floating-card span[b-fmr3jhdpg8] {
        font-size: 0.75rem;
    }

    .hero h1[b-fmr3jhdpg8] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-text[b-fmr3jhdpg8] {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .hero-buttons[b-fmr3jhdpg8] {
        justify-content: center;
    }

    .feature-grid[b-fmr3jhdpg8], .path-steps[b-fmr3jhdpg8] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card[b-fmr3jhdpg8], .path-step[b-fmr3jhdpg8] {
        padding: 2rem;
    }

    .contact-info[b-fmr3jhdpg8] {
        padding: 2rem;
    }

    .features h2[b-fmr3jhdpg8], .learning-path h2[b-fmr3jhdpg8], .contact h2[b-fmr3jhdpg8] {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .feature-grid[b-fmr3jhdpg8] {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .feature-card[b-fmr3jhdpg8] {
        width: 100%;
        padding: 1.5rem;
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        text-align: right;
        background: #f8fafc;
        border: none;
        box-shadow: none;
    }

    .feature-card[b-fmr3jhdpg8]::before {
        display: none;
    }

    .feature-icon[b-fmr3jhdpg8] {
        width: 48px;
        height: 48px;
        margin: 0;
        flex-shrink: 0;
        background: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-card-content[b-fmr3jhdpg8] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .feature-card h3[b-fmr3jhdpg8] {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .feature-card p[b-fmr3jhdpg8] {
        margin: 0;
        font-size: 0.95rem;
        color: #64748b;
        line-height: 1.5;
    }

    .features h2[b-fmr3jhdpg8] {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .learning-path[b-fmr3jhdpg8] {
        padding-top: 4rem;
    }

    .learning-path h2[b-fmr3jhdpg8] {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
        position: relative;
        z-index: 1;
    }

    .learning-path[b-fmr3jhdpg8]::before {
        opacity: 0.3;
    }

    .path-steps[b-fmr3jhdpg8] {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .path-step[b-fmr3jhdpg8] {
        width: 100%;
        padding: 1.5rem;
        background: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .step-number[b-fmr3jhdpg8] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .path-step h3[b-fmr3jhdpg8] {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .path-step p[b-fmr3jhdpg8] {
        font-size: 0.95rem;
        color: #64748b;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .hero-visual[b-fmr3jhdpg8] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .floating-card[b-fmr3jhdpg8] {
        width: 80px;
        height: 80px;
        padding: 0.5rem;
    }

    .floating-card svg[b-fmr3jhdpg8] {
        display: none;
    }

    .floating-card span[b-fmr3jhdpg8] {
        font-size: 0.625rem;
    }

    .hero h1[b-fmr3jhdpg8] {
        font-size: 1.75rem;
    }

    .hero-text[b-fmr3jhdpg8] {
        font-size: 1rem;
    }

    .features h2[b-fmr3jhdpg8], .learning-path h2[b-fmr3jhdpg8], .contact h2[b-fmr3jhdpg8] {
        font-size: 1.5rem;
    }

    .feature-card h3[b-fmr3jhdpg8], .path-step h3[b-fmr3jhdpg8] {
        font-size: 1.125rem;
    }

    .feature-card p[b-fmr3jhdpg8], .path-step p[b-fmr3jhdpg8] {
        font-size: 0.95rem;
    }

    .step-number[b-fmr3jhdpg8] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }

    .feature-card[b-fmr3jhdpg8] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .feature-icon[b-fmr3jhdpg8] {
        width: 40px;
        height: 40px;
    }

    .feature-card h3[b-fmr3jhdpg8] {
        font-size: 1rem;
    }

    .feature-card p[b-fmr3jhdpg8] {
        font-size: 0.875rem;
    }

    .learning-path h2[b-fmr3jhdpg8] {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .path-step[b-fmr3jhdpg8] {
        padding: 1.25rem;
    }

    .step-number[b-fmr3jhdpg8] {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }

    .path-step h3[b-fmr3jhdpg8] {
        font-size: 1rem;
    }

    .path-step p[b-fmr3jhdpg8] {
        font-size: 0.875rem;
    }

    /* AI Assistance Mobile Styles */
    .ai-assistance h2[b-fmr3jhdpg8] {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .ai-features-grid[b-fmr3jhdpg8] {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .ai-feature-card[b-fmr3jhdpg8] {
        width: 100%;
        padding: 1.5rem;
        background: rgba(255, 255, 255, 0.15);
    }

    .ai-feature-icon[b-fmr3jhdpg8] {
        width: 60px;
        height: 60px;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .ai-feature-card h3[b-fmr3jhdpg8] {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .ai-feature-card p[b-fmr3jhdpg8] {
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.8);
    }
} 
/* _content/PersonalDictionary.UI/Pages/LoginRelated/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-m2gm5d2g9c] {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #f5f6fa;
}

.forgot-password-left-column[b-m2gm5d2g9c] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3e50;
    padding: 2rem;
}

.brand-content[b-m2gm5d2g9c] {
    text-align: center;
    color: white;
}

.brand-title[b-m2gm5d2g9c] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brand-description[b-m2gm5d2g9c] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.forgot-password-right-column[b-m2gm5d2g9c] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.forgot-password-form-wrapper[b-m2gm5d2g9c] {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title[b-m2gm5d2g9c] {
    text-align: center;
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-m2gm5d2g9c] {
    text-align: center;
    color: #7f8c8d;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.form-group[b-m2gm5d2g9c] {
    margin-bottom: 1.5rem;
}

.input-group[b-m2gm5d2g9c] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-m2gm5d2g9c] {
    position: absolute;
    right: 15px;
    color: #7f8c8d;
    width: 20px;
    height: 20px;
}

.form-control[b-m2gm5d2g9c] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus[b-m2gm5d2g9c] {
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    outline: none;
}

.submit-button[b-m2gm5d2g9c] {
    width: 100%;
    padding: 12px;
    background-color: #2c3e50;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-button:hover[b-m2gm5d2g9c] {
    background-color: #34495e;
    transform: translateY(-1px);
}

.form-footer[b-m2gm5d2g9c] {
    margin-top: 2rem;
    text-align: center;
}

.login-link[b-m2gm5d2g9c] {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.login-link span[b-m2gm5d2g9c] {
    color: #2c3e50;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.login-link span:hover[b-m2gm5d2g9c] {
    color: #34495e;
}

.home-link[b-m2gm5d2g9c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7f8c8d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.home-link:hover[b-m2gm5d2g9c] {
    color: #2c3e50;
}

@media only screen and (max-width: 768px) {
    .forgot-password-container[b-m2gm5d2g9c] {
        flex-direction: column;
    }

    .forgot-password-left-column[b-m2gm5d2g9c] {
        display: none;
    }

    .forgot-password-right-column[b-m2gm5d2g9c] {
        padding: 1rem;
    }

    .forgot-password-form-wrapper[b-m2gm5d2g9c] {
        padding: 1.5rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/LoginRelated/Login.razor.rz.scp.css */
.login-container[b-60j8fcmb6u] {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #f5f6fa;
    position: relative;
}

.login-left-column[b-60j8fcmb6u] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3e50;
    padding: 2rem;
}

.brand-content[b-60j8fcmb6u] {
    text-align: center;
    color: white;
}

.brand-logo[b-60j8fcmb6u] {
    width: 150px;
    height: auto;
    margin-bottom: 2rem;
}

.brand-title[b-60j8fcmb6u] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brand-description[b-60j8fcmb6u] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.login-right-column[b-60j8fcmb6u] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.login-form-wrapper[b-60j8fcmb6u] {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s ease;
}

 

.form-title[b-60j8fcmb6u] {
    text-align: center;
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.form-group[b-60j8fcmb6u] {
    margin-bottom: 1.5rem;
}

.input-group[b-60j8fcmb6u] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-60j8fcmb6u] {
    position: absolute;
    right: 15px;
    color: #7f8c8d;
    width: 20px;
    height: 20px;
    transition: color 0.3s ease;
}

.form-control[b-60j8fcmb6u] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus[b-60j8fcmb6u] {
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    outline: none;
    background: white;
}

.form-control:disabled[b-60j8fcmb6u] {
    background-color: #f8f9fa;
    cursor: not-allowed;
    opacity: 0.7;
    border-color: #dee2e6;
}

.form-control:disabled + .input-icon[b-60j8fcmb6u] {
    color: #adb5bd;
}

.submit-button[b-60j8fcmb6u] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.submit-button[b-60j8fcmb6u]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.submit-button:hover:not(:disabled)[b-60j8fcmb6u]::before {
    left: 100%;
}

.submit-button:hover:not(:disabled)[b-60j8fcmb6u] {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
}

.submit-button:active:not(:disabled)[b-60j8fcmb6u] {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.submit-button:disabled[b-60j8fcmb6u] {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.loading-spinner[b-60j8fcmb6u] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(44, 62, 80, 0.1);
    border-top: 4px solid #2c3e50;
    border-radius: 50%;
    animation: spin-b-60j8fcmb6u 1s linear infinite;
    margin: 0 auto 20px;
    position: relative;
    display: block;
}

.loading-spinner[b-60j8fcmb6u]::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    border-top: 2px solid rgba(44, 62, 80, 0.3);
    border-radius: 50%;
    animation: spin-b-60j8fcmb6u 1.5s linear infinite reverse;
}

@keyframes spin-b-60j8fcmb6u {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse-b-60j8fcmb6u {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes fadeInUp-b-60j8fcmb6u {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loading-overlay[b-60j8fcmb6u] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 1000;
    backdrop-filter: blur(8px);
    animation: fadeInUp-b-60j8fcmb6u 0.3s ease-out;
}

.loading-content[b-60j8fcmb6u] {
    text-align: center;
    color: #2c3e50;
    animation: fadeInUp-b-60j8fcmb6u 0.4s ease-out 0.1s both;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.loading-text[b-60j8fcmb6u] {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #34495e;
    animation: pulse-b-60j8fcmb6u 2s ease-in-out infinite;
}

 
 
 

.loading-progress[b-60j8fcmb6u] {
    width: 200px;
    height: 4px;
    background: rgba(44, 62, 80, 0.1);
    border-radius: 2px;
    margin: 15px auto 0;
    overflow: hidden;
    position: relative;
}

.loading-progress[b-60j8fcmb6u]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #2c3e50, transparent);
    animation: progress-b-60j8fcmb6u 2s ease-in-out infinite;
}

@keyframes progress-b-60j8fcmb6u {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.form-footer[b-60j8fcmb6u] {
    margin-top: 2rem;
    text-align: center;
}

.register-link[b-60j8fcmb6u] {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.register-link span[b-60j8fcmb6u] {
    color: #2c3e50;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.register-link span:hover:not(.disabled)[b-60j8fcmb6u] {
    color: #34495e;
    background-color: rgba(44, 62, 80, 0.1);
}

.register-link span.disabled[b-60j8fcmb6u] {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: transparent;
}

.home-link[b-60j8fcmb6u] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7f8c8d;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.home-link:hover:not(.disabled)[b-60j8fcmb6u] {
    color: #2c3e50;
    background-color: rgba(44, 62, 80, 0.1);
}

.home-link.disabled[b-60j8fcmb6u] {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .login-container[b-60j8fcmb6u] {
        flex-direction: column;
    }

    .login-left-column[b-60j8fcmb6u] {
        display: none;
    }

    .login-right-column[b-60j8fcmb6u] {
        padding: 1rem;
    }

    .login-form-wrapper[b-60j8fcmb6u] {
        padding: 1.5rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/LoginRelated/Register.razor.rz.scp.css */
.register-container[b-aaz8qgeux4] {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #f5f6fa;
    position: relative;
}

.register-left-column[b-aaz8qgeux4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c3e50;
    padding: 2rem;
}

.brand-content[b-aaz8qgeux4] {
    text-align: center;
    color: white;
}

.brand-title[b-aaz8qgeux4] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brand-description[b-aaz8qgeux4] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.register-right-column[b-aaz8qgeux4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.register-form-wrapper[b-aaz8qgeux4] {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s ease;
}

.register-form-wrapper.loading[b-aaz8qgeux4] {
    filter: blur(3px);
    pointer-events: none;
    transform: scale(0.98);
    opacity: 0.7;
}

.form-title[b-aaz8qgeux4] {
    text-align: center;
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-aaz8qgeux4] {
    text-align: center;
    color: #7f8c8d;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.form-group[b-aaz8qgeux4] {
    margin-bottom: 1.5rem;
}

.input-group[b-aaz8qgeux4] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-aaz8qgeux4] {
    position: absolute;
    right: 15px;
    color: #7f8c8d;
    width: 20px;
    height: 20px;
    transition: color 0.3s ease;
}

.form-control[b-aaz8qgeux4] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus[b-aaz8qgeux4] {
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    outline: none;
    background: white;
}

.form-control:disabled[b-aaz8qgeux4] {
    background-color: #f8f9fa;
    cursor: not-allowed;
    opacity: 0.7;
    border-color: #dee2e6;
}

.form-control:disabled + .input-icon[b-aaz8qgeux4] {
    color: #adb5bd;
}

.password-hint[b-aaz8qgeux4] {
    color: #7f8c8d;
    font-size: 0.875rem;
    text-align: center;
    margin: 1rem 0;
    line-height: 1.5;
}

.submit-button[b-aaz8qgeux4] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.submit-button[b-aaz8qgeux4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.submit-button:hover:not(:disabled)[b-aaz8qgeux4]::before {
    left: 100%;
}

.submit-button:hover:not(:disabled)[b-aaz8qgeux4] {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
}

.submit-button:active:not(:disabled)[b-aaz8qgeux4] {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.submit-button:disabled[b-aaz8qgeux4] {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.loading-spinner[b-aaz8qgeux4] {
    width: 32px;
    height: 32px;
    border: 4px solid rgba(44, 62, 80, 0.1);
    border-top: 4px solid #2c3e50;
    border-radius: 50%;
    animation: spin-b-aaz8qgeux4 1s linear infinite;
    margin: 0 auto 20px;
}

.loading-spinner[b-aaz8qgeux4]::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    border-top: 2px solid rgba(44, 62, 80, 0.3);
    border-radius: 50%;
    animation: spin-b-aaz8qgeux4 1.5s linear infinite reverse;
}

@keyframes spin-b-aaz8qgeux4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse-b-aaz8qgeux4 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes fadeInUp-b-aaz8qgeux4 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loading-overlay[b-aaz8qgeux4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 10;
    backdrop-filter: blur(8px);
    animation: fadeInUp-b-aaz8qgeux4 0.3s ease-out;
}

.loading-content[b-aaz8qgeux4] {
    text-align: center;
    color: #2c3e50;
    animation: fadeInUp-b-aaz8qgeux4 0.4s ease-out 0.1s both;
}

.loading-text[b-aaz8qgeux4] {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #34495e;
    animation: pulse-b-aaz8qgeux4 2s ease-in-out infinite;
}

.loading-dots[b-aaz8qgeux4] {
    display: inline-block;
    margin-left: 5px;
}

.loading-dots[b-aaz8qgeux4]::after {
    content: '';
    animation: dots-b-aaz8qgeux4 1.5s steps(4, end) infinite;
}

@keyframes dots-b-aaz8qgeux4 {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

.loading-progress[b-aaz8qgeux4] {
    width: 200px;
    height: 4px;
    background: rgba(44, 62, 80, 0.1);
    border-radius: 2px;
    margin: 15px auto 0;
    overflow: hidden;
    position: relative;
}

.loading-progress[b-aaz8qgeux4]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #2c3e50, transparent);
    animation: progress-b-aaz8qgeux4 2s ease-in-out infinite;
}

@keyframes progress-b-aaz8qgeux4 {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.form-footer[b-aaz8qgeux4] {
    margin-top: 2rem;
    text-align: center;
}

.login-link[b-aaz8qgeux4] {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.login-link span[b-aaz8qgeux4] {
    color: #2c3e50;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.login-link span:hover:not(.disabled)[b-aaz8qgeux4] {
    color: #34495e;
    background-color: rgba(44, 62, 80, 0.1);
}

.login-link span.disabled[b-aaz8qgeux4] {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: transparent;
}

.home-link[b-aaz8qgeux4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7f8c8d;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.home-link:hover:not(.disabled)[b-aaz8qgeux4] {
    color: #2c3e50;
    background-color: rgba(44, 62, 80, 0.1);
}

.home-link.disabled[b-aaz8qgeux4] {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .register-container[b-aaz8qgeux4] {
        flex-direction: column;
    }

    .register-left-column[b-aaz8qgeux4] {
        display: none;
    }

    .register-right-column[b-aaz8qgeux4] {
        padding: 1rem;
    }

    .register-form-wrapper[b-aaz8qgeux4] {
        padding: 1.5rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Profiles/Overview.razor.rz.scp.css */
.overview-page[b-e5vefvqrev] {
    /* Blend with site palette */
    --bg: var(--main-bg-color);
    --surface: var(--content-bg-color);
    --surface-2: #eef2f7;
    --text: var(--main-Color);
    --muted: #6b7893;
    --primary: var(--site-main-Color); /* #481aa0 */
    --primary-2: var(--Button-Main-Color-Light); /* #8040ED */
    --card-radius: 16px;
    --shadow: 0 6px 16px rgba(17, 23, 41, 0.06);

    padding: 24px;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
}

.overview-header[b-e5vefvqrev] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 16px;
    max-width: 1200px;
}
.overview-header .title-wrap h2[b-e5vefvqrev]{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.overview-header .title-wrap p[b-e5vefvqrev]{
    margin: 6px 0 0 0;
    color: var(--muted);
    font-size: 13px;
}

.loading-card[b-e5vefvqrev]{
    background: var(--surface);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow);
    padding: 24px;
    margin: 24px auto;
    max-width: 1200px;
}

/* Enhanced Error UI */
.error-container[b-e5vefvqrev] {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 24px;
}

.error-content[b-e5vefvqrev] {
    background: linear-gradient(135deg, 
        color-mix(in oklab, #ff6b6b 8%, var(--surface)) 0%, 
        var(--surface) 100%);
    border: 1px solid color-mix(in oklab, #ff6b6b 20%, #e8ecf3);
    border-radius: 20px;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 
        0 20px 40px rgba(255, 107, 107, 0.08),
        0 8px 16px rgba(17, 23, 41, 0.06);
    position: relative;
    overflow: hidden;
}

.error-content[b-e5vefvqrev]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #ff8e8e, #ff6b6b);
    background-size: 200% 100%;
    animation: errorGradient-b-e5vefvqrev 3s ease-in-out infinite;
}

@keyframes errorGradient-b-e5vefvqrev {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.error-visual[b-e5vefvqrev] {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-icon-wrapper[b-e5vefvqrev] {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
    animation: errorPulse-b-e5vefvqrev 2s ease-in-out infinite;
}

@keyframes errorPulse-b-e5vefvqrev {
    0%, 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3); }
    50% { transform: scale(1.05); box-shadow: 0 12px 32px rgba(255, 107, 107, 0.4); }
}

.error-icon[b-e5vefvqrev] {
    width: 40px;
    height: 40px;
    color: white;
    stroke-width: 2.5;
}

.error-decoration[b-e5vefvqrev] {
    position: absolute;
    width: 120px;
    height: 120px;
    pointer-events: none;
}

.error-dot[b-e5vefvqrev] {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ff6b6b;
    border-radius: 50%;
    opacity: 0.6;
}

.error-dot-1[b-e5vefvqrev] {
    top: 10px;
    right: 20px;
    animation: errorFloat-b-e5vefvqrev 3s ease-in-out infinite;
}

.error-dot-2[b-e5vefvqrev] {
    bottom: 15px;
    left: 15px;
    animation: errorFloat-b-e5vefvqrev 3s ease-in-out infinite 1s;
}

.error-dot-3[b-e5vefvqrev] {
    top: 50%;
    right: 10px;
    animation: errorFloat-b-e5vefvqrev 3s ease-in-out infinite 2s;
}

@keyframes errorFloat-b-e5vefvqrev {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.6; }
    50% { transform: translateY(-10px) scale(1.2); opacity: 0.8; }
}

.error-text[b-e5vefvqrev] {
    margin-bottom: 32px;
}

.error-title[b-e5vefvqrev] {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.error-description[b-e5vefvqrev] {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
    margin: 0 auto;
}

.error-actions[b-e5vefvqrev] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.retry-button[b-e5vefvqrev], .home-button[b-e5vefvqrev] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 140px;
    justify-content: center;
}

.button-icon[b-e5vefvqrev] {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

.retry-button.primary[b-e5vefvqrev] {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: white;
    box-shadow: 0 4px 12px rgba(72, 26, 160, 0.3);
}

.retry-button.primary:hover[b-e5vefvqrev] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(72, 26, 160, 0.4);
}

.home-button.secondary[b-e5vefvqrev] {
    background: var(--surface);
    color: var(--text);
    border: 2px solid #e8ecf3;
}

.home-button.secondary:hover[b-e5vefvqrev] {
    background: var(--surface-2);
    border-color: color-mix(in oklab, var(--primary) 30%, #e8ecf3);
    transform: translateY(-1px);
}

.error-help[b-e5vefvqrev] {
    max-width: 400px;
    margin: 0 auto;
}

.error-details[b-e5vefvqrev] {
    background: color-mix(in oklab, var(--primary) 4%, var(--surface));
    border: 1px solid color-mix(in oklab, var(--primary) 15%, #e8ecf3);
    border-radius: 12px;
    overflow: hidden;
}

.error-summary[b-e5vefvqrev] {
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
    user-select: none;
    transition: background-color 0.2s ease;
    list-style: none;
}

.error-summary:hover[b-e5vefvqrev] {
    background: color-mix(in oklab, var(--primary) 8%, transparent);
}

.error-summary[b-e5vefvqrev]::-webkit-details-marker {
    display: none;
}

.error-summary[b-e5vefvqrev]::after {
    content: '▼';
    float: left;
    margin-left: 8px;
    transition: transform 0.2s ease;
    font-size: 12px;
}

.error-details[open] .error-summary[b-e5vefvqrev]::after {
    transform: rotate(180deg);
}

.error-help-content[b-e5vefvqrev] {
    padding: 0 20px 20px;
    border-top: 1px solid color-mix(in oklab, var(--primary) 15%, #e8ecf3);
}

.error-help-list[b-e5vefvqrev] {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
}

.error-help-list li[b-e5vefvqrev] {
    padding: 8px 0;
    font-size: 14px;
    color: var(--muted);
    position: relative;
    padding-right: 20px;
}

.error-help-list li[b-e5vefvqrev]::before {
    content: '•';
    color: var(--primary);
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .error-container[b-e5vefvqrev] {
        margin: 24px auto;
        padding: 0 16px;
    }
    
    .error-content[b-e5vefvqrev] {
        padding: 32px 24px;
    }
    
    .error-title[b-e5vefvqrev] {
        font-size: 20px;
    }
    
    .error-description[b-e5vefvqrev] {
        font-size: 15px;
    }
    
    .error-actions[b-e5vefvqrev] {
        flex-direction: column;
        align-items: center;
    }
    
    .retry-button[b-e5vefvqrev], .home-button[b-e5vefvqrev] {
        width: 100%;
        max-width: 280px;
    }
}

.kpi-grid[b-e5vefvqrev]{
    display: grid;
    grid-template-columns: repeat(5, minmax(160px,1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 24px;
}
.kpi-card[b-e5vefvqrev]{
    background:
        radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--primary) 16%, transparent) 0%, transparent 60%),
        var(--surface);
    border: 1px solid #e8ecf3;
    border-radius: var(--card-radius);
    padding: 16px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform .2s ease, border-color .2s ease;
}
.kpi-card:focus[b-e5vefvqrev], .kpi-card:hover[b-e5vefvqrev]{
    transform: translateY(-3px);
    border-color: color-mix(in oklab, var(--primary) 30%, #e8ecf3);
}
.kpi-icon[b-e5vefvqrev]{
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, color-mix(in oklab, var(--primary) 14%, transparent), transparent);
    color: var(--primary);
}
.kpi-content .kpi-value[b-e5vefvqrev]{
    font-size: 20px; font-weight: 800; letter-spacing: .2px;
}
.kpi-content .kpi-label[b-e5vefvqrev]{
    font-size: 12px; color: var(--muted);
}

.boxes-section[b-e5vefvqrev]{ max-width: 1200px; margin: 0 auto; }
.boxes-section .section-head[b-e5vefvqrev]{ margin-bottom: 12px; }
.boxes-section .section-head h3[b-e5vefvqrev]{
    font-size: 16px; margin: 0 0 4px 0; font-weight: 700;
}
.boxes-section .section-head p[b-e5vefvqrev]{
    margin: 0; font-size: 12px; color: var(--muted);
}

.boxes-grid-modern[b-e5vefvqrev]{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.box-card[b-e5vefvqrev]{
    background: var(--surface);
    border: 1px solid #e8ecf3;
    border-radius: 14px;
    padding: 14px;
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease;
}
.box-card:hover[b-e5vefvqrev], .box-card:focus[b-e5vefvqrev]{ transform: translateY(-2px); border-color: color-mix(in oklab, var(--primary) 25%, #e8ecf3); }
.box-header[b-e5vefvqrev]{ display:flex; align-items:center; justify-content:space-between; margin-bottom: 10px; }
.box-badge[b-e5vefvqrev]{
    padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 700;
    background: color-mix(in oklab, var(--primary) 12%, transparent); color: var(--primary);
}
.box-total[b-e5vefvqrev]{ font-size: 18px; font-weight: 800; }
.box-progress[b-e5vefvqrev]{ position: relative; height: 8px; background: var(--surface-2); border-radius: 999px; overflow: hidden; }
.box-progress-bar[b-e5vefvqrev]{ position:absolute; inset:0 0 0 0; width:0; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
.box-meta[b-e5vefvqrev]{ display:flex; align-items:center; justify-content:space-between; font-size: 12px; color: var(--muted); margin-top: 10px; }

@media (max-width: 1200px){
    .kpi-grid[b-e5vefvqrev]{ grid-template-columns: repeat(3,1fr); }
    .boxes-grid-modern[b-e5vefvqrev]{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px){
    .overview-page[b-e5vefvqrev]{ padding: 16px; }
    .kpi-grid[b-e5vefvqrev]{ grid-template-columns: repeat(2,1fr); }
    .boxes-grid-modern[b-e5vefvqrev]{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px){
    .kpi-grid[b-e5vefvqrev]{ grid-template-columns: 1fr; }
    .boxes-grid-modern[b-e5vefvqrev]{ grid-template-columns: 1fr; }
}
/* _content/PersonalDictionary.UI/Pages/ProgressTracking/BoxDetails.razor.rz.scp.css */
.box-details-container[b-kk5q88khj3] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    min-width: 70vw;
    padding: 2rem;
    margin: 32px auto;
    max-width: 1200px;
    direction: rtl;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header[b-kk5q88khj3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.header[b-kk5q88khj3]::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(33, 150, 243, 0.2), transparent);
}

.header-top[b-kk5q88khj3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-back[b-kk5q88khj3] {
    background: none;
    border: none;
    padding: 0.75rem 1.25rem;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-back:hover[b-kk5q88khj3] {
    background: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}

.back-icon[b-kk5q88khj3] {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.header h2[b-kk5q88khj3] {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.subtitle[b-kk5q88khj3] {
    color: #64748b;
    font-size: 1.1rem;
    text-align: center;
}

.stats-bar[b-kk5q88khj3] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-item[b-kk5q88khj3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #334155;
    font-size: 1rem;
    font-weight: 500;
}

.stat-icon[b-kk5q88khj3] {
    width: 24px;
    height: 24px;
    fill: #0ea5e9;
}

.word-card[b-kk5q88khj3] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    perspective: 1000px;
}

.card-content[b-kk5q88khj3] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.word-title[b-kk5q88khj3] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

.language-info[b-kk5q88khj3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.flip-container[b-kk5q88khj3] {
    position: relative;
    height: 300px;
    perspective: 1000px;
    margin-top: 1rem;
}

.flip-content[b-kk5q88khj3] {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-content.flipped[b-kk5q88khj3] {
    transform: rotateY(180deg);
}

.click-prompt[b-kk5q88khj3], .definition[b-kk5q88khj3], .action-buttons[b-kk5q88khj3] {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
}

.click-prompt[b-kk5q88khj3] {
    height: 100%;
    background: #f8fafc;
    border-radius: 16px;
    color: #64748b;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px dashed #e2e8f0;
    transform: rotateY(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.click-prompt:hover[b-kk5q88khj3] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.definition[b-kk5q88khj3] {
    top: 0;
    height: 70%;
    background: #f8fafc;
    border-radius: 16px 16px 0 0;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
    transform: rotateY(180deg);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons[b-kk5q88khj3] {
    bottom: 0;
    height: 30%;
    transform: rotateY(180deg);
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 0 0 16px 16px;
}

.btn-action[b-kk5q88khj3] {
    padding: 1rem 2rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    margin: 0;
}

.btn-knew[b-kk5q88khj3] {
    background: #22c55e;
    color: white;
}

.btn-knew:hover[b-kk5q88khj3] {
    background: #16a34a;
    transform: translateY(-2px);
}

.btn-didnt-know[b-kk5q88khj3] {
    background: #ef4444;
    color: white;
}

.btn-didnt-know:hover[b-kk5q88khj3] {
    background: #dc2626;
    transform: translateY(-2px);
}

.loading[b-kk5q88khj3] {
    text-align: center;
    padding: 4rem;
    color: #666;
    font-size: 1.3rem;
    font-weight: 500;
}

.loading-spinner[b-kk5q88khj3] {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2196f3;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin-b-kk5q88khj3 1s linear infinite;
}

@keyframes spin-b-kk5q88khj3 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.empty-state[b-kk5q88khj3] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-icon[b-kk5q88khj3] {
    width: 64px;
    height: 64px;
    fill: #94a3b8;
    margin-bottom: 1rem;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .box-details-container[b-kk5q88khj3] {
        padding: 1.5rem;
        margin: 16px;
        border-radius: 20px;
    }

    .header h2[b-kk5q88khj3] {
        font-size: 1.75rem;
    }

    .stats-bar[b-kk5q88khj3] {
        flex-direction: column;
        gap: 1rem;
    }

    .word-card[b-kk5q88khj3] {
        border-radius: 16px;
    }

    .card-content[b-kk5q88khj3] {
        padding: 1.5rem;
    }

    .word-title[b-kk5q88khj3] {
        font-size: 1.5rem;
    }

    .language-info[b-kk5q88khj3] {
        gap: 0.75rem;
    }

    .language-badge[b-kk5q88khj3] {
        padding: 0.4rem 0.875rem;
        font-size: 0.9rem;
    }

    .action-buttons[b-kk5q88khj3] {
        flex-direction: column;
    }

    .btn-action[b-kk5q88khj3] {
        width: 100%;
        padding: 0.875rem;
    }
}

@media (max-width: 480px) {
    .box-details-container[b-kk5q88khj3] {
        padding: 1rem;
        margin: 12px;
        border-radius: 16px;
    }

    .header h2[b-kk5q88khj3] {
        font-size: 1.5rem;
    }

    .subtitle[b-kk5q88khj3] {
        font-size: 1rem;
    }

    .word-title[b-kk5q88khj3] {
        font-size: 1.25rem;
    }

    .definition[b-kk5q88khj3] {
        padding: 1.5rem;
        font-size: 1rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/ProgressTracking/LeitnerBoxes.razor.rz.scp.css */
.leitner-boxes-container[b-apegk1yyqq] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    min-width: 70vw;
    padding: 2rem;
    margin: 32px auto;
    max-width: 1400px;
    direction: rtl;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header[b-apegk1yyqq] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.header[b-apegk1yyqq]::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(33, 150, 243, 0.2), transparent);
}

.header h2[b-apegk1yyqq] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.subtitle[b-apegk1yyqq] {
    color: #64748b;
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

.boxes-grid[b-apegk1yyqq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    padding: 1rem;
}

.leitner-box[b-apegk1yyqq] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.leitner-box:hover[b-apegk1yyqq] {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.leitner-box[b-apegk1yyqq]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #2196f3, #1976d2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.leitner-box:hover[b-apegk1yyqq]::before {
    opacity: 1;
}

.box-content[b-apegk1yyqq] {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.box-icon[b-apegk1yyqq] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #f1f5f9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.leitner-box:hover .box-icon[b-apegk1yyqq] {
    background: #e0f2fe;
    transform: scale(1.05);
}

.box-svg[b-apegk1yyqq] {
    width: 28px;
    height: 28px;
    fill: #0ea5e9;
    transition: all 0.3s ease;
}

.leitner-box:hover .box-svg[b-apegk1yyqq] {
    fill: #0284c7;
}

.box-info[b-apegk1yyqq] {
    flex-grow: 1;
}

.box-info h3[b-apegk1yyqq] {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.box-description[b-apegk1yyqq] {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.box-stats[b-apegk1yyqq] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.stat[b-apegk1yyqq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #334155;
    font-size: 1rem;
    font-weight: 500;
}

.stat-icon[b-apegk1yyqq] {
    width: 18px;
    height: 18px;
    fill: #0ea5e9;
}

.box-progress[b-apegk1yyqq] {
    height: 6px;
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.progress-bar[b-apegk1yyqq] {
    height: 100%;
    background: linear-gradient(90deg, #0ea5e9, #38bdf8);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.progress-bar[b-apegk1yyqq]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer-b-apegk1yyqq 2s infinite;
}

@keyframes shimmer-b-apegk1yyqq {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .boxes-grid[b-apegk1yyqq] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .leitner-boxes-container[b-apegk1yyqq] {
        padding: 1.5rem;
        margin: 20px;
        border-radius: 20px;
    }

    .header[b-apegk1yyqq] {
        margin-bottom: 2.5rem;
    }

    .header h2[b-apegk1yyqq] {
        font-size: 2rem;
    }

    .subtitle[b-apegk1yyqq] {
        font-size: 1.1rem;
    }

    .boxes-grid[b-apegk1yyqq] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .box-content[b-apegk1yyqq] {
        padding: 1.5rem;
    }

    .box-icon[b-apegk1yyqq] {
        width: 48px;
        height: 48px;
    }

    .box-svg[b-apegk1yyqq] {
        width: 24px;
        height: 24px;
    }

    .box-info h3[b-apegk1yyqq] {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .leitner-boxes-container[b-apegk1yyqq] {
        padding: 1rem;
        margin: 16px;
        border-radius: 16px;
    }

    .header h2[b-apegk1yyqq] {
        font-size: 1.75rem;
    }

    .box-content[b-apegk1yyqq] {
        padding: 1.25rem;
    }

    .box-info h3[b-apegk1yyqq] {
        font-size: 1.1rem;
    }

    .box-description[b-apegk1yyqq] {
        font-size: 0.9rem;
    }

    .stat[b-apegk1yyqq] {
        font-size: 0.9rem;
    }
}

/* Animation for box hover */
.leitner-box[b-apegk1yyqq]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.leitner-box:hover[b-apegk1yyqq]::after {
    transform: translateX(100%);
} 
/* _content/PersonalDictionary.UI/Pages/Scheduling/Availability.razor.rz.scp.css */
/* Modern Availability Page Design */
.availability-page[b-1te8rgt4a6] {
  
    padding: 2rem 1rem;
}

/* Header Section */
.page-header[b-1te8rgt4a6] {
    margin-bottom: 3rem;
}

.header-content[b-1te8rgt4a6] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.header-info[b-1te8rgt4a6] {
    flex: 1;
}

.header-actions[b-1te8rgt4a6] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.page-title[b-1te8rgt4a6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #1e293b;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.title-icon[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0.75rem;
    border-radius: 12px;
    color: white;
}

.page-subtitle[b-1te8rgt4a6] {
    color: #64748b;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

.add-button[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.add-button:hover[b-1te8rgt4a6] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.add-not-available-button[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.add-not-available-button:hover[b-1te8rgt4a6] {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
}

/* Content Section */
.page-content[b-1te8rgt4a6] {
    max-width: 1200px;
    margin: 0 auto;
}

/* Loading State */
.loading-container[b-1te8rgt4a6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.loading-spinner[b-1te8rgt4a6] {
    margin-bottom: 1.5rem;
}

.spinner[b-1te8rgt4a6] {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-1te8rgt4a6 1s linear infinite;
}

@keyframes spin-b-1te8rgt4a6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-1te8rgt4a6] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

/* Empty State */
.empty-state[b-1te8rgt4a6] {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-1te8rgt4a6] {
    margin-bottom: 2rem;
    opacity: 0.6;
}

.empty-title[b-1te8rgt4a6] {
    color: #374151;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.empty-description[b-1te8rgt4a6] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.empty-action-button[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    padding: 0.875rem 2rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.empty-action-button:hover[b-1te8rgt4a6] {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* Section Container */
.section-container[b-1te8rgt4a6] {
    margin-bottom: 3rem;
}

.section-header[b-1te8rgt4a6] {
    margin-bottom: 1.5rem;
}

.section-title[b-1te8rgt4a6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.section-icon[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0.5rem;
    border-radius: 8px;
    color: white;
}

.not-available-title[b-1te8rgt4a6] {
    color: #dc2626;
}

.not-available-title .section-icon[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

/* Availability Grid */
.availability-grid[b-1te8rgt4a6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* Availability Card */
.availability-card[b-1te8rgt4a6] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.availability-card:hover[b-1te8rgt4a6] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-header[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.card-title[b-1te8rgt4a6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skill-info[b-1te8rgt4a6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.skill-badge[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.not-available-badge[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.skill-name[b-1te8rgt4a6] {
    color: #374151;
    font-weight: 600;
    font-size: 1rem;
}

.card-actions[b-1te8rgt4a6] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-1te8rgt4a6] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #6b7280;
}

.action-btn:hover[b-1te8rgt4a6] {
    transform: scale(1.05);
}

.edit-btn:hover[b-1te8rgt4a6] {
    border-color: #3b82f6;
    color: #3b82f6;
}

.delete-btn:hover[b-1te8rgt4a6] {
    border-color: #ef4444;
    color: #ef4444;
}

/* Card Body */
.card-body[b-1te8rgt4a6] {
    padding: 1rem;
}

.date-range[b-1te8rgt4a6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
}

.date-item[b-1te8rgt4a6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.date-label[b-1te8rgt4a6] {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.date-value[b-1te8rgt4a6] {
    font-size: 1rem;
    color: #374151;
    font-weight: 600;
}

.date-separator[b-1te8rgt4a6] {
    color: #9ca3af;
}

.session-info[b-1te8rgt4a6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
}

.info-item[b-1te8rgt4a6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-label[b-1te8rgt4a6] {
    color: #6b7280;
    font-size: 0.9rem;
}

.info-value[b-1te8rgt4a6] {
    color: #374151;
    font-weight: 600;
}

.info-value.price[b-1te8rgt4a6] {
    color: #10b981;
}

/* Time Slots */
.time-slots[b-1te8rgt4a6] {
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.slots-title[b-1te8rgt4a6] {
    color: #374151;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.slots-list[b-1te8rgt4a6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.time-slot[b-1te8rgt4a6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.slot-days[b-1te8rgt4a6] {
    flex: 1;
}

.days-badge[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.not-available-days-badge[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.slot-time[b-1te8rgt4a6] {
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Not Available Card Specific Styles */
.not-available-card[b-1te8rgt4a6] {
    border-color: #fecaca;
}

.not-available-card:hover[b-1te8rgt4a6] {
    border-color: #ef4444;
    box-shadow: 0 8px 30px rgba(239, 68, 68, 0.12);
}

.not-available-header[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .availability-page[b-1te8rgt4a6] {
        padding: 1rem 0.5rem;
    }
    
    .header-content[b-1te8rgt4a6] {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .header-actions[b-1te8rgt4a6] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .page-title[b-1te8rgt4a6] {
        font-size: 2rem;
        justify-content: center;
    }
    
    .availability-grid[b-1te8rgt4a6] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .date-range[b-1te8rgt4a6] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .date-separator[b-1te8rgt4a6] {
        transform: rotate(90deg);
    }
    
    .time-slot[b-1te8rgt4a6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-1te8rgt4a6] {
        font-size: 1.75rem;
    }
    
    .card-header[b-1te8rgt4a6],
    .card-body[b-1te8rgt4a6] {
        padding: 1rem;
    }
    
    .session-info[b-1te8rgt4a6],
    .date-range[b-1te8rgt4a6] {
        padding: 0.75rem;
    }
}

.mobile-fab-container[b-1te8rgt4a6] {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2000;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: env(safe-area-inset-bottom, 0.5rem);
    pointer-events: none;
}
.fab[b-1te8rgt4a6] {
    pointer-events: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: box-shadow 0.2s, transform 0.2s;
    font-size: 2rem;
    cursor: pointer;
}
.fab-green[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}
.fab-red[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}
.fab:active[b-1te8rgt4a6], .fab:focus[b-1te8rgt4a6] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    transform: scale(0.96);
}
.fab svg[b-1te8rgt4a6] {
    width: 28px;
    height: 28px;
    color: white;
    display: block;
}

.mobile-only[b-1te8rgt4a6] {
    display: none !important;
}
.desktop-only[b-1te8rgt4a6] {
    display: inline-flex !important;
}

@media (max-width: 1024px) {
    .mobile-only[b-1te8rgt4a6] {
        display: inline-flex !important;
    }
    .desktop-only[b-1te8rgt4a6] {
        display: none !important;
    }
    .header-actions.desktop-only[b-1te8rgt4a6] {
        display: none !important;
    }
    .mobile-fab-container[b-1te8rgt4a6] {
        position: fixed;
        bottom: 1.5rem;
        left: 1.5rem;
        z-index: 2000;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        padding-bottom: env(safe-area-inset-bottom, 0.5rem);
        pointer-events: none;
    }
    .fab[b-1te8rgt4a6] {
        pointer-events: auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: white;
        box-shadow: 0 4px 24px rgba(0,0,0,0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none;
        transition: box-shadow 0.2s, transform 0.2s;
        font-size: 2rem;
        cursor: pointer;
    }
    .fab-green[b-1te8rgt4a6] {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
    }
    .fab-red[b-1te8rgt4a6] {
        background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
        color: white;
    }
    .fab:active[b-1te8rgt4a6], .fab:focus[b-1te8rgt4a6] {
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        transform: scale(0.96);
    }
    .fab svg[b-1te8rgt4a6] {
        width: 28px;
        height: 28px;
        color: white;
        display: block;
    }
}
@media (max-width: 600px) {
    .mobile-fab-container[b-1te8rgt4a6] {
        bottom: 1rem;
        left: 1rem;
        gap: 0.75rem;
    }
    .fab[b-1te8rgt4a6] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
    .fab svg[b-1te8rgt4a6] {
        width: 24px;
        height: 24px;
    }
}

.confirm-delete-modal[b-1te8rgt4a6] {
    padding: 2rem;
    text-align: center;
}

.confirm-delete-modal h3[b-1te8rgt4a6] {
    color: #dc2626;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.confirm-delete-modal p[b-1te8rgt4a6] {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.modal-actions[b-1te8rgt4a6] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn[b-1te8rgt4a6] {
    border: none;
    border-radius: 10px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-danger[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover[b-1te8rgt4a6] {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

.btn-secondary[b-1te8rgt4a6] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(107, 114, 128, 0.3);
}

.btn-secondary:hover[b-1te8rgt4a6] {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(107, 114, 128, 0.4);
}
/* _content/PersonalDictionary.UI/Pages/Scheduling/ManageAvailabilityComponent.razor.rz.scp.css */
/* Modern Availability Modal Design - 2024 (Blue/Purple Theme) */
.availability-modal-container[b-r4a9nkl2ua] {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.mobile-only[b-r4a9nkl2ua] {
    display: none !important;
}
.modal-overlay[b-r4a9nkl2ua] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    backdrop-filter: blur(12px);
    animation: fadeIn-b-r4a9nkl2ua 0.3s ease-out;
}

@keyframes fadeIn-b-r4a9nkl2ua {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-r4a9nkl2ua] {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
        0 32px 96px rgba(0, 0, 0, 0.25),
        0 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 1100px;
    width: 100%;
    height: 90vh;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn-b-r4a9nkl2ua 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideIn-b-r4a9nkl2ua {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(0.85);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Two Column Layout */
.modal-layout[b-r4a9nkl2ua] {
    display: flex;
    height: 100%;
    min-height: 0;
}

/* Left Column */
.left-column[b-r4a9nkl2ua] {
    width: 320px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.left-column[b-r4a9nkl2ua]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.left-content[b-r4a9nkl2ua] {
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.left-header[b-r4a9nkl2ua] {
    margin-bottom: 2rem;
}

.header-icon[b-r4a9nkl2ua] {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.header-text h2[b-r4a9nkl2ua] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.header-text p[b-r4a9nkl2ua] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

.info-card[b-r4a9nkl2ua] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.info-card[b-r4a9nkl2ua]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #818cf8, #a5b4fc);
}

.info-icon[b-r4a9nkl2ua] {
    width: 32px;
    height: 32px;
    color: #a5b4fc;
    margin-bottom: 0.75rem;
}

.info-content h4[b-r4a9nkl2ua] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.info-content p[b-r4a9nkl2ua] {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
}

.close-button[b-r4a9nkl2ua] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
    align-self: flex-start;
}

.close-button:hover[b-r4a9nkl2ua] {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Right Column */
.right-column[b-r4a9nkl2ua] {
    flex: 1;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.right-content[b-r4a9nkl2ua] {
    padding: 2rem;
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
}

.section-card[b-r4a9nkl2ua] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.section-card[b-r4a9nkl2ua]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.section-header[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem;
    padding-bottom:20px
}

.section-icon[b-r4a9nkl2ua] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.section-title[b-r4a9nkl2ua] {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.section-title h3[b-r4a9nkl2ua] {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.01em;
}

.section-title p[b-r4a9nkl2ua] {
    margin: 0;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
}

.add-button[b-r4a9nkl2ua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.add-button:hover[b-r4a9nkl2ua] {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.date-range-container[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.date-input-wrapper[b-r4a9nkl2ua] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.date-input-wrapper label[b-r4a9nkl2ua] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.input-field[b-r4a9nkl2ua] {
    position: relative;
}

.input-hint[b-r4a9nkl2ua] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
    font-style: italic;
}

.date-separator[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.separator-line[b-r4a9nkl2ua] {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #e5e7eb, #d1d5db);
    border-radius: 1px;
}

.time-slots-list[b-r4a9nkl2ua] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.time-slot-item[b-r4a9nkl2ua] {
    background: #f3f4fd;
    border: 2px solid #c7d2fe;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-slot-item:hover[b-r4a9nkl2ua] {
    border-color: #667eea;
    background: #eef2ff;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.1);
}

.slot-content[b-r4a9nkl2ua] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.slot-time[b-r4a9nkl2ua], .slot-days[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.slot-time[b-r4a9nkl2ua] {
    font-weight: 600;
    color: #1e293b;
}

.time-text[b-r4a9nkl2ua] {
    font-size: 1rem;
    font-weight: 600;
}

.slot-days[b-r4a9nkl2ua] {
    color: #6b7280;
    font-size: 0.85rem;
}

.days-text[b-r4a9nkl2ua] {
    font-size: 0.85rem;
}

.remove-button[b-r4a9nkl2ua] {
    background: #f3f4fd;
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.remove-button:hover[b-r4a9nkl2ua] {
    background: #c7d2fe;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.empty-state[b-r4a9nkl2ua] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: #6b7280;
}

.empty-icon[b-r4a9nkl2ua] {
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.empty-state h4[b-r4a9nkl2ua] {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}

.empty-state p[b-r4a9nkl2ua] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.add-slot-panel[b-r4a9nkl2ua] {
    background: #f3f4fd;
    border: 2px solid #c7d2fe;
    border-radius: 16px;
    margin-top: 1.5rem;
    overflow: hidden;
    animation: slideDown-b-r4a9nkl2ua 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown-b-r4a9nkl2ua {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-header[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: white;
    border-bottom: 1px solid #c7d2fe;
}

.panel-header h4[b-r4a9nkl2ua] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.close-panel-btn[b-r4a9nkl2ua] {
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
}

.close-panel-btn:hover[b-r4a9nkl2ua] {
    background: #e5e7eb;
    color: #374151;
}

.panel-content[b-r4a9nkl2ua] {
    padding: 1.5rem;
}

.weekdays-section[b-r4a9nkl2ua] {
    margin-bottom: 2rem;
}

.section-label[b-r4a9nkl2ua] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.weekdays-grid[b-r4a9nkl2ua] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.weekday-item[b-r4a9nkl2ua] {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.weekday-item:hover[b-r4a9nkl2ua] {
    border-color: #667eea;
    background: #f3f4fd;
}

.weekday-item.selected[b-r4a9nkl2ua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.weekday-item input[type="checkbox"][b-r4a9nkl2ua] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.weekday-text[b-r4a9nkl2ua] {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.time-range-section[b-r4a9nkl2ua] {
    margin-bottom: 2rem;
}

.time-inputs[b-r4a9nkl2ua] {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.time-input-group[b-r4a9nkl2ua] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.time-input-group label[b-r4a9nkl2ua] {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.time-input[b-r4a9nkl2ua] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.time-input:focus[b-r4a9nkl2ua] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.time-separator[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.add-slot-actions[b-r4a9nkl2ua] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #c7d2fe;
}

.btn[b-r4a9nkl2ua] {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.btn:disabled[b-r4a9nkl2ua] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.btn-secondary[b-r4a9nkl2ua] {
    background: #f3f4f6;
    color: #374151;
    border: 2px solid #e5e7eb;
}

.btn-secondary:hover:not(:disabled)[b-r4a9nkl2ua] {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.btn-primary[b-r4a9nkl2ua] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover:not(:disabled)[b-r4a9nkl2ua] {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.loading-spinner[b-r4a9nkl2ua] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-r4a9nkl2ua 1s linear infinite;
}

@keyframes spin-b-r4a9nkl2ua {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-footer[b-r4a9nkl2ua] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid #e5e7eb;
    background: white;
    margin-top: auto;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .modal-content[b-r4a9nkl2ua] {
        max-width: 98vw;
        max-height: 95vh;
        height: 95vh;
    }
    .modal-layout[b-r4a9nkl2ua] {
        flex-direction: column;
        height: 100%;
        min-height: 0;
    }
    .left-column[b-r4a9nkl2ua] {
        width: 100%;
        min-height: auto;
        max-height: none;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
    .left-content[b-r4a9nkl2ua] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        gap: 0.25rem;
        min-height: 0;
    }
    .left-header[b-r4a9nkl2ua] {
        margin-bottom: 0;
        flex: 1;
    }
    .header-icon[b-r4a9nkl2ua] {
        width: 36px;
        height: 36px;
        margin-bottom: 0.5rem;
    }
    .header-text h2[b-r4a9nkl2ua] {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
    }
    .header-text p[b-r4a9nkl2ua] {
        font-size: 0.85rem;
    }
    .info-card[b-r4a9nkl2ua] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .info-content h4[b-r4a9nkl2ua] {
        font-size: 0.85rem;
    }
    .info-content p[b-r4a9nkl2ua] {
        font-size: 0.75rem;
    }
    .close-button[b-r4a9nkl2ua] {
        margin-top: 0;
        align-self: center;
    }
    .right-content[b-r4a9nkl2ua] {
        padding: 0.75rem;
    }
    .section-card[b-r4a9nkl2ua] {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .section-header[b-r4a9nkl2ua] {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        padding-bottom: 20px;
    }
    .section-title h3[b-r4a9nkl2ua] {
        font-size: 0.95rem;
    }
    .section-title p[b-r4a9nkl2ua] {
        font-size: 0.75rem;
    }
    .add-button[b-r4a9nkl2ua] {
        align-self: stretch;
        justify-content: center;
    }
    .date-range-container[b-r4a9nkl2ua] {
        flex-direction: column;
        gap: 1rem;
    }
    .date-separator[b-r4a9nkl2ua] {
        flex-direction: column;
        gap: 0.5rem;
    }
    .separator-line[b-r4a9nkl2ua] {
        width: 2px;
        height: 20px;
    }
    .weekdays-grid[b-r4a9nkl2ua] {
        grid-template-columns: repeat(4, 1fr);
    }
    .weekday-item[b-r4a9nkl2ua] {
        padding: 0.5rem;
    }
    .weekday-text[b-r4a9nkl2ua] {
        font-size: 0.8rem;
    }
    .time-inputs[b-r4a9nkl2ua] {
        flex-direction: column;
        align-items: stretch;
    }
    .time-separator[b-r4a9nkl2ua] {
        text-align: center;
        padding: 0.5rem 0;
    }
    .add-slot-actions[b-r4a9nkl2ua] {
        flex-direction: column;
        gap: 0.5rem;
    }
    .modal-footer[b-r4a9nkl2ua] {
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }
    .btn[b-r4a9nkl2ua], .add-button[b-r4a9nkl2ua] {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
    .panel-content[b-r4a9nkl2ua] {
        padding: 1rem;
    }
    .time-slot-item[b-r4a9nkl2ua] {
        padding: 0.5rem;
    }
    .slot-content[b-r4a9nkl2ua] {
        gap: 0.25rem;
    }
    .slot-time[b-r4a9nkl2ua], .slot-days[b-r4a9nkl2ua] {
        font-size: 0.75rem;
    }
    .time-text[b-r4a9nkl2ua] {
        font-size: 0.85rem;
    }
    .days-text[b-r4a9nkl2ua] {
        font-size: 0.7rem;
    }
    .header-icon[b-r4a9nkl2ua],
    .info-card[b-r4a9nkl2ua],
    .date-separator[b-r4a9nkl2ua],
    .desktop-only[b-r4a9nkl2ua] {
        display: none !important;
    }
    .mobile-hide[b-r4a9nkl2ua] {
        display: none !important;
    }
    .mobile-only[b-r4a9nkl2ua] {
        display: inline-flex !important;
    }
    .modal-close-mobile[b-r4a9nkl2ua] {
        display: inline-flex !important;
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        z-index: 1002;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border: none;
        color: #374151;
    }
    .left-content[b-r4a9nkl2ua] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        gap: 0.25rem;
        min-height: 0;
    }
    .header-title-mobile[b-r4a9nkl2ua] {
        font-size: 1rem !important;
        margin-bottom: 0.1rem !important;
        font-weight: 700;
    }
    .header-desc-mobile[b-r4a9nkl2ua] {
        font-size: 0.7rem !important;
        margin-bottom: 0 !important;
    }
    .add-button.mobile-only[b-r4a9nkl2ua] {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 0;
        min-width: 0;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
        box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
    }
    .add-button.mobile-only span[b-r4a9nkl2ua] {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .section-title p[b-r4a9nkl2ua] {
        display: none
    }
    .modal-content[b-r4a9nkl2ua] {
        margin: 0.25rem;
        max-width: 100vw;
        max-height: 100vh;
        height: 100vh;
        border-radius: 10px;
    }
    .left-content[b-r4a9nkl2ua] {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    .header-icon[b-r4a9nkl2ua] {
        width: 28px;
        height: 28px;
        margin-bottom: 0.25rem;
    }
    .header-text h2[b-r4a9nkl2ua] {
        font-size: 0.95rem;
        margin-bottom: 0.15rem;
    }
    .header-text p[b-r4a9nkl2ua] {
        font-size: 0.7rem;
    }
    .info-card[b-r4a9nkl2ua] {
        padding: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .info-content h4[b-r4a9nkl2ua] {
        font-size: 0.7rem;
    }
    .info-content p[b-r4a9nkl2ua] {
        font-size: 0.6rem;
    }
    .right-content[b-r4a9nkl2ua] {
        padding: 0.5rem;
    }
    .section-card[b-r4a9nkl2ua] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .section-title h3[b-r4a9nkl2ua] {
        font-size: 1rem;
        font-weight: 800;
    }
    .section-title p[b-r4a9nkl2ua] {
        font-size: 0.6rem;
    }
    .panel-header[b-r4a9nkl2ua] {
        padding: 0.25rem 0.5rem;
    }
    .panel-header h4[b-r4a9nkl2ua] {
        font-size: 0.75rem;
    }
    .modal-footer[b-r4a9nkl2ua] {
        padding: 0.5rem 0.5rem;
        gap: 0.25rem;
    }
    .btn[b-r4a9nkl2ua], .add-button[b-r4a9nkl2ua] {
        font-size: 0.75rem;
        padding: 0.35rem 0.75rem;
    }
    .time-slot-item[b-r4a9nkl2ua] {
        padding: 0.25rem;
    }
    .slot-time[b-r4a9nkl2ua], .slot-days[b-r4a9nkl2ua] {
        font-size: 0.65rem;
    }
    .time-text[b-r4a9nkl2ua] {
        font-size: 0.7rem;
    }
    .days-text[b-r4a9nkl2ua] {
        font-size: 0.6rem;
    }
    .modal-close-mobile[b-r4a9nkl2ua] {
        width: 32px;
        height: 32px;
        top: 0.25rem;
        left: 0.25rem;
    }
    .add-button.mobile-only[b-r4a9nkl2ua] {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
    .header-title-mobile[b-r4a9nkl2ua] {
        font-size: 0.85rem !important;
    }
    .header-desc-mobile[b-r4a9nkl2ua] {
        font-size: 0.6rem !important;
    }
}

@media (prefers-color-scheme: dark) {
    .modal-content[b-r4a9nkl2ua] {
        background: #1f2937;
        color: #f9fafb;
    }
    .right-column[b-r4a9nkl2ua] {
        background: #111827;
    }
    .section-card[b-r4a9nkl2ua] {
        background: #374151;
        border-color: #4b5563;
    }
    .time-input[b-r4a9nkl2ua] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
    .time-slot-item[b-r4a9nkl2ua] {
        background: #312e81;
        border-color: #6366f1;
    }
    .time-slot-item:hover[b-r4a9nkl2ua] {
        background: #3730a3;
    }
    .modal-footer[b-r4a9nkl2ua] {
        background: #374151;
        border-color: #4b5563;
    }
    .weekday-item[b-r4a9nkl2ua] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
    .add-slot-panel[b-r4a9nkl2ua] {
        background: #312e81;
        border-color: #6366f1;
    }
    .panel-header[b-r4a9nkl2ua] {
        background: #4b5563;
        border-color: #6b7280;
    }
}

/* Custom Elegant Scrollbar */
.right-content[b-r4a9nkl2ua],
.modal-content[b-r4a9nkl2ua] {
    scrollbar-width: thin;
    scrollbar-color: #667eea #f3f4f6;
}

.right-content[b-r4a9nkl2ua]::-webkit-scrollbar,
.modal-content[b-r4a9nkl2ua]::-webkit-scrollbar {
    width: 8px;
    background: #f3f4f6;
    border-radius: 8px;
}

.right-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb,
.modal-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    min-height: 40px;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
}

.right-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb:hover,
.modal-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.right-content[b-r4a9nkl2ua]::-webkit-scrollbar-track,
.modal-content[b-r4a9nkl2ua]::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 8px;
}

@media (prefers-color-scheme: dark) {
    .right-content[b-r4a9nkl2ua],
    .modal-content[b-r4a9nkl2ua] {
        scrollbar-color: #764ba2 #374151;
    }
    .right-content[b-r4a9nkl2ua]::-webkit-scrollbar,
    .modal-content[b-r4a9nkl2ua]::-webkit-scrollbar {
        background: #374151;
    }
    .right-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb,
    .modal-content[b-r4a9nkl2ua]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
    }
    .right-content[b-r4a9nkl2ua]::-webkit-scrollbar-track,
    .modal-content[b-r4a9nkl2ua]::-webkit-scrollbar-track {
        background: #374151;
    }
} 
/* _content/PersonalDictionary.UI/Pages/Scheduling/ManageNotAvailableComponent.razor.rz.scp.css */
*[b-ir6hc71wpz] {
    box-sizing: border-box;
}

/* Modern Not Available Modal Design - 2024 */
.not-available-modal-container[b-ir6hc71wpz] {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.mobile-only[b-ir6hc71wpz] {
display:none !important;
}
.modal-overlay[b-ir6hc71wpz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    backdrop-filter: blur(12px);
    animation: fadeIn-b-ir6hc71wpz 0.3s ease-out;
}

@keyframes fadeIn-b-ir6hc71wpz {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-ir6hc71wpz] {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 
        0 32px 96px rgba(0, 0, 0, 0.25),
        0 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 1100px;
    width: 100%;
    height: 90vh;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn-b-ir6hc71wpz 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideIn-b-ir6hc71wpz {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(0.85);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Two Column Layout */
.modal-layout[b-ir6hc71wpz] {
    display: flex;
    height: 100%;
    min-height: 0;
}

/* Left Column */
.left-column[b-ir6hc71wpz] {
    width: 320px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.left-column[b-ir6hc71wpz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.left-content[b-ir6hc71wpz] {
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

/* Left Header */
.left-header[b-ir6hc71wpz] {
    margin-bottom: 2rem;
}

.header-icon[b-ir6hc71wpz] {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.header-text h2[b-ir6hc71wpz] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.header-text p[b-ir6hc71wpz] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Info Card */
.info-card[b-ir6hc71wpz] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.info-card[b-ir6hc71wpz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
}

.info-icon[b-ir6hc71wpz] {
    width: 32px;
    height: 32px;
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.info-content h4[b-ir6hc71wpz] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.info-content p[b-ir6hc71wpz] {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Close Button */
.close-button[b-ir6hc71wpz] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
    align-self: flex-start;
}

.close-button:hover[b-ir6hc71wpz] {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Right Column */
.right-column[b-ir6hc71wpz] {
    flex: 1;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.right-content[b-ir6hc71wpz] {
    padding: 2rem;
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
}

/* Section Cards */
.section-card[b-ir6hc71wpz] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.section-card[b-ir6hc71wpz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f97316, #ea580c);
}

.section-header[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    padding-bottom: 20px
}
.section-header-spacer[b-ir6hc71wpz] {
    flex: 1;
}

.section-icon[b-ir6hc71wpz] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
    flex-shrink: 0;
}

.section-title[b-ir6hc71wpz] {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.section-title h3[b-ir6hc71wpz] {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: -0.01em;
}

.section-title p[b-ir6hc71wpz] {
    margin: 0;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
}

.add-button[b-ir6hc71wpz] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
    flex-shrink: 0;
}

.add-button:hover[b-ir6hc71wpz] {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.4);
}

/* Date Range */
.date-range-container[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.date-input-wrapper[b-ir6hc71wpz] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.date-input-wrapper label[b-ir6hc71wpz] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.input-field[b-ir6hc71wpz] {
    position: relative;
}

.input-hint[b-ir6hc71wpz] {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 0.25rem;
    font-style: italic;
}

.date-separator[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.separator-line[b-ir6hc71wpz] {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #e5e7eb, #d1d5db);
    border-radius: 1px;
}

/* Time Slots List */
.time-slots-list[b-ir6hc71wpz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.time-slot-item[b-ir6hc71wpz] {
    background: #fef7ed;
    border: 2px solid #fed7aa;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-slot-item:hover[b-ir6hc71wpz] {
    border-color: #f97316;
    background: #fff7ed;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.1);
}

.slot-content[b-ir6hc71wpz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.slot-time[b-ir6hc71wpz], .slot-days[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.slot-time[b-ir6hc71wpz] {
    font-weight: 600;
    color: #1e293b;
}

.time-text[b-ir6hc71wpz] {
    font-size: 1rem;
    font-weight: 600;
}

.slot-days[b-ir6hc71wpz] {
    color: #6b7280;
    font-size: 0.85rem;
}

.days-text[b-ir6hc71wpz] {
    font-size: 0.85rem;
}

.remove-button[b-ir6hc71wpz] {
    background: #fef2f2;
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.remove-button:hover[b-ir6hc71wpz] {
    background: #fee2e2;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
}

/* Empty State */
.empty-state[b-ir6hc71wpz] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: #6b7280;
}

.empty-icon[b-ir6hc71wpz] {
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.empty-state h4[b-ir6hc71wpz] {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}

.empty-state p[b-ir6hc71wpz] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* Add Slot Panel */
.add-slot-panel[b-ir6hc71wpz] {
    background: #fef7ed;
    border: 2px solid #fed7aa;
    border-radius: 16px;
    margin-top: 1.5rem;
    overflow: hidden;
    animation: slideDown-b-ir6hc71wpz 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown-b-ir6hc71wpz {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-header[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: white;
    border-bottom: 1px solid #fed7aa;
}

.panel-header h4[b-ir6hc71wpz] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.close-panel-btn[b-ir6hc71wpz] {
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
}

.close-panel-btn:hover[b-ir6hc71wpz] {
    background: #e5e7eb;
    color: #374151;
}

.panel-content[b-ir6hc71wpz] {
    padding: 1.5rem;
}

/* Quick Actions */
.quick-actions[b-ir6hc71wpz] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.quick-action-btn[b-ir6hc71wpz] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    justify-content: center;
}

.quick-action-btn:hover[b-ir6hc71wpz] {
    border-color: #f97316;
    background: #fef7ed;
    color: #f97316;
    transform: translateY(-1px);
}

.quick-action-btn.active[b-ir6hc71wpz] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-color: #f97316;
    color: white;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

/* Weekdays Section */
.weekdays-section[b-ir6hc71wpz] {
    margin-bottom: 2rem;
}

.section-label[b-ir6hc71wpz] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.weekdays-grid[b-ir6hc71wpz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.weekday-item[b-ir6hc71wpz] {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.weekday-item:hover[b-ir6hc71wpz] {
    border-color: #f97316;
    background: #fef7ed;
}

.weekday-item.selected[b-ir6hc71wpz] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-color: #f97316;
    color: white;
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

.weekday-item input[type="checkbox"][b-ir6hc71wpz] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.weekday-text[b-ir6hc71wpz] {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

/* Time Range Section */
.time-range-section[b-ir6hc71wpz] {
    margin-bottom: 2rem;
}

.time-inputs[b-ir6hc71wpz] {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.time-input-group[b-ir6hc71wpz] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.time-input-group label[b-ir6hc71wpz] {
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.time-input[b-ir6hc71wpz] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.time-input:focus[b-ir6hc71wpz] {
    outline: none;
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.time-input:disabled[b-ir6hc71wpz] {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.time-separator[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Add Slot Actions */
.add-slot-actions[b-ir6hc71wpz] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #fed7aa;
}

/* Buttons */
.btn[b-ir6hc71wpz] {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.btn:disabled[b-ir6hc71wpz] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.btn-secondary[b-ir6hc71wpz] {
    background: #f3f4f6;
    color: #374151;
    border: 2px solid #e5e7eb;
}

.btn-secondary:hover:not(:disabled)[b-ir6hc71wpz] {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.btn-primary[b-ir6hc71wpz] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

.btn-primary:hover:not(:disabled)[b-ir6hc71wpz] {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.4);
}

/* Loading Spinner */
.loading-spinner[b-ir6hc71wpz] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-ir6hc71wpz 1s linear infinite;
}

@keyframes spin-b-ir6hc71wpz {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Footer */
.modal-footer[b-ir6hc71wpz] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid #e5e7eb;
    background: white;
    margin-top: auto;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .modal-content[b-ir6hc71wpz] {
        max-width: 98vw;
        max-height: 95vh;
        height: 95vh;
    }
    
    .modal-layout[b-ir6hc71wpz] {
        flex-direction: column;
        height: 100%;
        min-height: 0;
    }
    
    .left-column[b-ir6hc71wpz] {
        width: 100%;
        min-height: auto;
        max-height: none;
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    }
    
    .left-content[b-ir6hc71wpz] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        gap: 0.25rem;
        min-height: 0;
    }
    
    .left-header[b-ir6hc71wpz] {
        margin-bottom: 0;
        flex: 1;
    }
    
    .header-icon[b-ir6hc71wpz] {
        width: 36px;
        height: 36px;
        margin-bottom: 0.5rem;
    }
    
    .header-text h2[b-ir6hc71wpz] {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
    }
    
    .header-text p[b-ir6hc71wpz] {
        font-size: 0.85rem;
    }
    
    .info-card[b-ir6hc71wpz] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .info-content h4[b-ir6hc71wpz] {
        font-size: 0.85rem;
    }
    
    .info-content p[b-ir6hc71wpz] {
        font-size: 0.75rem;
    }
    
    .close-button[b-ir6hc71wpz] {
        margin-top: 0;
        align-self: center;
    }
    
    .right-content[b-ir6hc71wpz] {
        padding: 0.75rem;
    }
    
    .section-card[b-ir6hc71wpz] {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .section-header[b-ir6hc71wpz] {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        padding-bottom: 20px;
    }
    
    .section-header-spacer[b-ir6hc71wpz] {
        display: none;
    }
    
    .section-title h3[b-ir6hc71wpz] {
        font-size: 0.95rem;
    }
    
    .section-title p[b-ir6hc71wpz] {
        font-size: 0.75rem;
    }
    
    .add-button[b-ir6hc71wpz] {
        align-self: stretch;
        justify-content: center;
    }
    
    .date-range-container[b-ir6hc71wpz] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .date-separator[b-ir6hc71wpz] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .separator-line[b-ir6hc71wpz] {
        width: 2px;
        height: 20px;
    }
    
    .weekdays-grid[b-ir6hc71wpz] {
        grid-template-columns: repeat(4, 1fr);
    }

    .header-icon[b-ir6hc71wpz],
    .info-card[b-ir6hc71wpz],
    .date-separator[b-ir6hc71wpz],
    .desktop-only[b-ir6hc71wpz] {
        display: none !important;
    }
    .mobile-hide[b-ir6hc71wpz] {
        display: none !important;
    }
    .mobile-only[b-ir6hc71wpz] {
        display: inline-flex !important;
    }
    .modal-close-mobile[b-ir6hc71wpz] {
        display: inline-flex !important;
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        z-index: 1002;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border: none;
        color: #374151;
    }
    .left-content[b-ir6hc71wpz] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        gap: 0.25rem;
        min-height: 0;
    }
    .header-title-mobile[b-ir6hc71wpz] {
        font-size: 1rem !important;
        margin-bottom: 0.1rem !important;
        font-weight: 700;
    }
    .header-desc-mobile[b-ir6hc71wpz] {
        font-size: 0.7rem !important;
        margin-bottom: 0 !important;
    }
    .add-button.mobile-only[b-ir6hc71wpz] {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 0;
        min-width: 0;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
        box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
    }
    .add-button.mobile-only span[b-ir6hc71wpz] {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .section-title p[b-ir6hc71wpz] {
    display:none
    }
    .modal-content[b-ir6hc71wpz] {
        margin: 0.25rem;
        max-width: 100vw;
        max-height: 100vh;
        height: 100vh;
        border-radius: 10px;
    }
    .left-content[b-ir6hc71wpz] {
        padding: 0.5rem;
        gap: 0.5rem;
    }
    .header-icon[b-ir6hc71wpz] {
        width: 28px;
        height: 28px;
        margin-bottom: 0.25rem;
    }
    .header-text h2[b-ir6hc71wpz] {
        font-size: 0.95rem;
        margin-bottom: 0.15rem;
    }
    .header-text p[b-ir6hc71wpz] {
        font-size: 0.7rem;
    }
    .info-card[b-ir6hc71wpz] {
        padding: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .info-content h4[b-ir6hc71wpz] {
        font-size: 0.7rem;
    }
    .info-content p[b-ir6hc71wpz] {
        font-size: 0.6rem;
    }
    .right-content[b-ir6hc71wpz] {
        padding: 0.5rem;
    }
    .section-card[b-ir6hc71wpz] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .section-title h3[b-ir6hc71wpz] {
        font-size: 1rem;
        font-weight: 800;
    }
    .section-title p[b-ir6hc71wpz] {
        font-size: 0.6rem;
    }
    .panel-header[b-ir6hc71wpz] {
        padding: 0.25rem 0.5rem;
    }
    .panel-header h4[b-ir6hc71wpz] {
        font-size: 0.75rem;
    }
    .modal-footer[b-ir6hc71wpz] {
        padding: 0.5rem 0.5rem;
        gap: 0.25rem;
    }
    .btn[b-ir6hc71wpz], .add-button[b-ir6hc71wpz] {
        font-size: 0.75rem;
        padding: 0.35rem 0.75rem;
    }
    .time-slot-item[b-ir6hc71wpz] {
        padding: 0.25rem;
    }
    .slot-time[b-ir6hc71wpz], .slot-days[b-ir6hc71wpz] {
        font-size: 0.65rem;
    }
    .time-text[b-ir6hc71wpz] {
        font-size: 0.7rem;
    }
    .days-text[b-ir6hc71wpz] {
        font-size: 0.6rem;
    }
    .modal-close-mobile[b-ir6hc71wpz] {
        width: 32px;
        height: 32px;
        top: 0.25rem;
        left: 0.25rem;
    }
    .add-button.mobile-only[b-ir6hc71wpz] {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
    .header-title-mobile[b-ir6hc71wpz] {
        font-size: 0.85rem !important;
    }
    .header-desc-mobile[b-ir6hc71wpz] {
        font-size: 0.6rem !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .modal-content[b-ir6hc71wpz] {
        background: #1f2937;
        color: #f9fafb;
    }
    
    .right-column[b-ir6hc71wpz] {
        background: #111827;
    }
    
    .section-card[b-ir6hc71wpz] {
        background: #374151;
        border-color: #4b5563;
    }
    
    .time-input[b-ir6hc71wpz] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
    
    .time-slot-item[b-ir6hc71wpz] {
        background: #451a03;
        border-color: #78350f;
    }
    
    .time-slot-item:hover[b-ir6hc71wpz] {
        background: #581c87;
    }
    
    .modal-footer[b-ir6hc71wpz] {
        background: #374151;
        border-color: #4b5563;
    }
    
    .weekday-item[b-ir6hc71wpz] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
    
    .quick-action-btn[b-ir6hc71wpz] {
        background: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
    
    .add-slot-panel[b-ir6hc71wpz] {
        background: #451a03;
        border-color: #78350f;
    }
    
    .panel-header[b-ir6hc71wpz] {
        background: #4b5563;
        border-color: #6b7280;
    }
} 

/* Custom Elegant Scrollbar */
.right-content[b-ir6hc71wpz],
.modal-content[b-ir6hc71wpz] {
    scrollbar-width: thin;
    scrollbar-color: #f97316 #f3f4f6;
}

.right-content[b-ir6hc71wpz]::-webkit-scrollbar,
.modal-content[b-ir6hc71wpz]::-webkit-scrollbar {
    width: 8px;
    background: #f3f4f6;
    border-radius: 8px;
}

.right-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb,
.modal-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 8px;
    min-height: 40px;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
}

.right-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb:hover,
.modal-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.right-content[b-ir6hc71wpz]::-webkit-scrollbar-track,
.modal-content[b-ir6hc71wpz]::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 8px;
}

@media (prefers-color-scheme: dark) {
    .right-content[b-ir6hc71wpz],
    .modal-content[b-ir6hc71wpz] {
        scrollbar-color: #ea580c #374151;
    }
    .right-content[b-ir6hc71wpz]::-webkit-scrollbar,
    .modal-content[b-ir6hc71wpz]::-webkit-scrollbar {
        background: #374151;
    }
    .right-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb,
    .modal-content[b-ir6hc71wpz]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
        box-shadow: 0 2px 8px rgba(234, 88, 12, 0.15);
    }
    .right-content[b-ir6hc71wpz]::-webkit-scrollbar-track,
    .modal-content[b-ir6hc71wpz]::-webkit-scrollbar-track {
        background: #374151;
    }
} 
/* _content/PersonalDictionary.UI/Pages/Teachers/MyWritingAssessments.razor.rz.scp.css */
/* Teacher Assessments Styles */
.teacher-assessments-container[b-elz7go360k] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-elz7go360k] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

.header-content[b-elz7go360k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-main[b-elz7go360k] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-icon[b-elz7go360k] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

    .page-icon svg[b-elz7go360k] {
        width: 30px;
        height: 30px;
    }

.page-title h1[b-elz7go360k] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.8em;
    font-weight: 700;
}

.page-subtitle[b-elz7go360k] {
    color: #6c757d;
    font-size: 1.1em;
    margin-top: 5px;
}

.refresh-button svg[b-elz7go360k] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/* Statistics Cards */
.stats-container[b-elz7go360k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-elz7go360k] {
    background: white;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-elz7go360k] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.stat-card.pending[b-elz7go360k] {
    border-left: 4px solid #ffc107;
}

.stat-card.completed[b-elz7go360k] {
    border-left: 4px solid #28a745;
}

.stat-card.total[b-elz7go360k] {
    border-left: 4px solid #007bff;
}

.stat-icon[b-elz7go360k] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-card.pending .stat-icon[b-elz7go360k] {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: white;
}

.stat-card.completed .stat-icon[b-elz7go360k] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.stat-card.total .stat-icon[b-elz7go360k] {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
}

.stat-icon svg[b-elz7go360k] {
    width: 25px;
    height: 25px;
}

.stat-content h3[b-elz7go360k] {
    margin: 0;
    font-size: 2em;
    font-weight: 700;
    color: #2c3e50;
}

.stat-content p[b-elz7go360k] {
    margin: 5px 0 0 0;
    color: #6c757d;
    font-size: 0.95em;
}

/* Filter Tabs */
.filter-tabs[b-elz7go360k] {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    flex-wrap: wrap;
}

.tab-btn[b-elz7go360k] {
    background: none;
    border: 1px solid #dee2e6;
    color: #6c757d;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.tab-btn:hover[b-elz7go360k] {
    background: #f8f9fa;
    border-color: #007bff;
    color: #007bff;
}

.tab-btn.active[b-elz7go360k] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Loading State */
.loading-container[b-elz7go360k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.loading-spinner[b-elz7go360k] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-elz7go360k 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-elz7go360k {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text h3[b-elz7go360k] {
    color: #495057;
    margin: 0 0 10px 0;
}

.loading-text p[b-elz7go360k] {
    color: #6c757d;
    margin: 0;
}

/* Assessment Cards Grid */
.assessments-grid[b-elz7go360k] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;
}

.assessment-card[b-elz7go360k] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.assessment-card:hover[b-elz7go360k] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.assessment-card.pending[b-elz7go360k] {
    border-left: 4px solid #ffc107;
}

.assessment-card.completed[b-elz7go360k] {
    border-left: 4px solid #28a745;
}

.card-header[b-elz7go360k] {
    padding: 20px;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.student-info[b-elz7go360k] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.student-avatar[b-elz7go360k] {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.student-avatar svg[b-elz7go360k] {
    width: 22px;
    height: 22px;
}

.student-details h4[b-elz7go360k] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1em;
}

.assigned-date[b-elz7go360k] {
    color: #6c757d;
    font-size: 0.85em;
    margin-top: 2px;
    display: block;
}

.status-badge[b-elz7go360k] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-assigned[b-elz7go360k] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-completed[b-elz7go360k] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.card-content[b-elz7go360k] {
    padding: 20px;
}

.writing-preview h5[b-elz7go360k] {
    color: #495057;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-size: 0.95em;
}

.question-text[b-elz7go360k], .answer-text[b-elz7go360k] {
    color: #495057;
    line-height: 1.5;
    margin: 0 0 15px 0;
    font-size: 0.9em;
}

/* Chart Visualization Styles */
.mini-chart-bar[b-elz7go360k] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.mini-chart-btn[b-elz7go360k] {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.8em;
}

.mini-chart-host[b-elz7go360k] {
    margin-bottom: 10px;
}

.mini-table[b-elz7go360k],
.full-table[b-elz7go360k] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.mini-table th[b-elz7go360k], .mini-table td[b-elz7go360k],
.full-table th[b-elz7go360k], .full-table td[b-elz7go360k] {
    border: 1px solid #dee2e6;
    padding: 6px 8px;
    text-align: right;
}

.mini-table thead[b-elz7go360k], .full-table thead[b-elz7go360k] {
    background: #f1f3f5;
}

.completed-score[b-elz7go360k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f3f4;
}

.score-badge[b-elz7go360k] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9em;
}

.completion-date[b-elz7go360k] {
    color: #6c757d;
    font-size: 0.85em;
}

.card-actions[b-elz7go360k] {
    padding: 20px;
    border-top: 1px solid #f1f3f4;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.card-actions .btn[b-elz7go360k] {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 120px;
    justify-content: center;
}

.card-actions .btn svg[b-elz7go360k] {
    width: 16px;
    height: 16px;
}

.assess-btn[b-elz7go360k] {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    color: white;
}

.view-btn[b-elz7go360k] {
    border: 1px solid #007bff;
    color: #007bff;
    background: white;
}

.details-btn[b-elz7go360k] {
    border: 1px solid #6c757d;
    color: #6c757d;
    background: white;
}

.card-details[b-elz7go360k] {
    padding: 20px;
    border-top: 1px solid #f1f3f4;
    background: #f8f9fa;
}

.detail-section[b-elz7go360k] {
    margin-bottom: 20px;
}

.detail-section:last-child[b-elz7go360k] {
    margin-bottom: 0;
}

.detail-section h6[b-elz7go360k] {
    color: #495057;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}

.full-text[b-elz7go360k] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    color: #495057;
    line-height: 1.6;
    border: 1px solid #e9ecef;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 0.9em;
}

.evaluation-grid[b-elz7go360k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.evaluation-item[b-elz7go360k] {
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eval-label[b-elz7go360k] {
    color: #6c757d;
    font-size: 0.85em;
    font-weight: 500;
}

.eval-score[b-elz7go360k] {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.9em;
}

/* Chart Modal Styles */
.chart-modal-overlay[b-elz7go360k] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.chart-modal-content[b-elz7go360k] {
    background: white;
    border-radius: 12px;
    width: min(900px, 92vw);
    max-height: 85vh;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.chart-modal-header[b-elz7go360k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.chart-modal-header h4[b-elz7go360k] {
    margin: 0;
    font-weight: 600;
}

.close-modal-btn[b-elz7go360k] {
    background: none;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.close-modal-btn:hover[b-elz7go360k] {
    background: rgba(255, 255, 255, 0.2);
}

.close-modal-btn svg[b-elz7go360k] {
    width: 20px;
    height: 20px;
}

.chart-modal-body[b-elz7go360k] {
    padding: 16px;
}

/* No Assessments State */
.no-assessments[b-elz7go360k] {
    text-align: center;
    padding: 80px 20px;
    color: #6c757d;
}

.no-data-icon[b-elz7go360k] {
    width: 80px;
    height: 80px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

    .no-data-icon svg[b-elz7go360k] {
        width: 40px;
        height: 40px;
        color: #adb5bd;
    }

.no-assessments h3[b-elz7go360k] {
    color: #495057;
    margin: 0 0 10px 0;
}

.no-assessments p[b-elz7go360k] {
    margin: 0;
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .assessments-grid[b-elz7go360k] {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
}

@media (max-width: 768px) {
    .teacher-assessments-container[b-elz7go360k] {
        padding: 15px;
    }
    
    .page-header[b-elz7go360k] {
        padding: 20px;
    }
    
    .header-content[b-elz7go360k] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .stats-container[b-elz7go360k] {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat-card[b-elz7go360k] {
        padding: 20px;
    }
    
    .filter-tabs[b-elz7go360k] {
        padding: 12px;
        gap: 8px;
    }
    
    .tab-btn[b-elz7go360k] {
        padding: 8px 16px;
        font-size: 0.9em;
    }
    
    .assessments-grid[b-elz7go360k] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .assessment-card[b-elz7go360k] {
        margin-bottom: 0;
    }
    
    .card-header[b-elz7go360k] {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .student-info[b-elz7go360k] {
        width: 100%;
    }
    
    .card-content[b-elz7go360k] {
        padding: 15px;
    }
    
    .card-actions[b-elz7go360k] {
        padding: 15px;
        flex-direction: column;
    }
    
    .card-actions .btn[b-elz7go360k] {
        width: 100%;
        justify-content: center;
    }
    
    .card-details[b-elz7go360k] {
        padding: 15px;
    }
    
    .evaluation-grid[b-elz7go360k] {
        grid-template-columns: 1fr;
    }
    
    .completed-score[b-elz7go360k] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .page-icon[b-elz7go360k] {
        width: 50px;
        height: 50px;
    }
    
    .page-icon svg[b-elz7go360k] {
        width: 25px;
        height: 25px;
    }
    
    .page-title h1[b-elz7go360k] {
        font-size: 1.5em;
    }
    
    .stat-content h3[b-elz7go360k] {
        font-size: 1.5em;
    }
    
    .student-avatar[b-elz7go360k] {
        width: 40px;
        height: 40px;
    }
    
    .student-avatar svg[b-elz7go360k] {
        width: 20px;
        height: 20px;
    }
    
    .filter-tabs[b-elz7go360k] {
        flex-direction: column;
    }
    
    .tab-btn[b-elz7go360k] {
        width: 100%;
        text-align: center;
    }
}

/* MyWritingAssessments Error State */
.assessments-error[b-elz7go360k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
    border: 1px solid #e9ecef;
}

.assessments-error .error-icon[b-elz7go360k] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: assessmentsErrorPulse-b-elz7go360k 2s ease-in-out infinite;
}

@keyframes assessmentsErrorPulse-b-elz7go360k {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.assessments-error .error-icon svg[b-elz7go360k] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.assessments-error .error-title[b-elz7go360k] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.assessments-error .error-message[b-elz7go360k] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.assessments-error .retry-button[b-elz7go360k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.assessments-error .retry-button:hover[b-elz7go360k] {
    background: #218838;
    transform: translateY(-1px);
}

.assessments-error .button-icon[b-elz7go360k] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .assessments-error[b-elz7go360k] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .assessments-error .error-title[b-elz7go360k] {
        font-size: 1.1rem;
    }
    
    .assessments-error .error-message[b-elz7go360k] {
        font-size: 0.9rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Teachers/WritingAssessment.razor.rz.scp.css */
/* Assessment Container */
.assessment-container[b-1u6kz9xkqx] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Loading Overlay */
.loading-overlay[b-1u6kz9xkqx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-container[b-1u6kz9xkqx] {
    background: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.loading-spinner[b-1u6kz9xkqx] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #28a745;
    border-radius: 50%;
    animation: spin-b-1u6kz9xkqx 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-1u6kz9xkqx {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text h3[b-1u6kz9xkqx] {
    color: #28a745;
    margin-bottom: 10px;
}

.loading-text p[b-1u6kz9xkqx] {
    color: #666;
    margin: 0;
}

/* Assessment Header */
.assessment-header[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

.header-content[b-1u6kz9xkqx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.back-navigation[b-1u6kz9xkqx] {
    flex-shrink: 0;
}

.back-btn[b-1u6kz9xkqx] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .back-btn:hover[b-1u6kz9xkqx] {
        background: #0056b3;
        transform: translateY(-1px);
    }

    .back-btn svg[b-1u6kz9xkqx] {
        width: 20px;
        height: 20px;
    }

.header-main[b-1u6kz9xkqx] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.page-icon[b-1u6kz9xkqx] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

    .page-icon svg[b-1u6kz9xkqx] {
        width: 30px;
        height: 30px;
    }

.page-title h1[b-1u6kz9xkqx] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.8em;
    font-weight: 700;
}

.student-name[b-1u6kz9xkqx] {
    color: #6c757d;
    font-size: 1.1em;
    margin-top: 5px;
    display: block;
}

.status-indicator[b-1u6kz9xkqx] {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-indicator.pending[b-1u6kz9xkqx] {
        background: #fff3cd;
        color: #856404;
        border: 1px solid #ffeaa7;
    }

    .status-indicator.completed[b-1u6kz9xkqx] {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

/* Assessment Layout */
.assessment-layout[b-1u6kz9xkqx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Writing Panel */
.writing-panel[b-1u6kz9xkqx] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.writing-section[b-1u6kz9xkqx] {
    padding: 25px;
    border-bottom: 1px solid #e9ecef;
}

    .writing-section:last-child[b-1u6kz9xkqx] {
        border-bottom: none;
    }

    .writing-section h3[b-1u6kz9xkqx] {
        color: #2c3e50;
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.writing-content[b-1u6kz9xkqx] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    color: #495057;
    line-height: 1.6;
    border: 1px solid #e9ecef;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
    text-align: left;
}

.question-content[b-1u6kz9xkqx] {
    background: #e3f2fd;
    border-color: #2196f3;
}

.answer-content[b-1u6kz9xkqx] {
    background: #f3e5f5;
    border-color: #9c27b0;
}

/* Chart Visualization Styles */
.mini-chart-bar[b-1u6kz9xkqx] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.mini-chart-btn[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.8em;
}

.mini-chart-host[b-1u6kz9xkqx] {
    margin-bottom: 10px;
}

.mini-table[b-1u6kz9xkqx],
.full-table[b-1u6kz9xkqx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.mini-table th[b-1u6kz9xkqx], .mini-table td[b-1u6kz9xkqx],
.full-table th[b-1u6kz9xkqx], .full-table td[b-1u6kz9xkqx] {
    border: 1px solid #dee2e6;
    padding: 6px 8px;
    text-align: right;
}

.mini-table thead[b-1u6kz9xkqx], .full-table thead[b-1u6kz9xkqx] {
    background: #f1f3f5;
}

/* Chart Modal Styles */
.chart-modal-overlay[b-1u6kz9xkqx] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.chart-modal-content[b-1u6kz9xkqx] {
    background: white;
    border-radius: 12px;
    width: min(900px, 92vw);
    max-height: 85vh;
    overflow: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.chart-modal-header[b-1u6kz9xkqx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.chart-modal-header h4[b-1u6kz9xkqx] {
    margin: 0;
    font-weight: 600;
}

.close-modal-btn[b-1u6kz9xkqx] {
    background: none;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.close-modal-btn:hover[b-1u6kz9xkqx] {
    background: rgba(255, 255, 255, 0.2);
}

.close-modal-btn svg[b-1u6kz9xkqx] {
    width: 20px;
    height: 20px;
}

.chart-modal-body[b-1u6kz9xkqx] {
    padding: 16px;
}

/* Scoring Panel */
.scoring-panel[b-1u6kz9xkqx] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.scoring-header[b-1u6kz9xkqx] {
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

    .scoring-header h3[b-1u6kz9xkqx] {
        color: #2c3e50;
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .scoring-header p[b-1u6kz9xkqx] {
        color: #6c757d;
        margin: 0;
        font-size: 1em;
    }

.score-section[b-1u6kz9xkqx] {
    padding: 25px;
    border-bottom: 1px solid #e9ecef;
}

    .score-section:last-child[b-1u6kz9xkqx] {
        border-bottom: none;
    }

.score-header[b-1u6kz9xkqx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .score-header h4[b-1u6kz9xkqx] {
        color: #2c3e50;
        font-size: 1.1em;
        font-weight: 600;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .score-header svg[b-1u6kz9xkqx] {
        width: 20px;
        height: 20px;
        color: #28a745;
    }

.score-display[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1em;
    min-width: 60px;
    text-align: center;
}

.score-input[b-1u6kz9xkqx] {
    margin-bottom: 20px;
}

.score-slider[b-1u6kz9xkqx] {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
    outline: none;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

    .score-slider[b-1u6kz9xkqx]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #28a745;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
    }

    .score-slider[b-1u6kz9xkqx]::-webkit-slider-thumb:hover {
        background: #218838;
        transform: scale(1.1);
    }

    .score-slider[b-1u6kz9xkqx]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #28a745;
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
    }

    .score-slider[b-1u6kz9xkqx]::-moz-range-thumb:hover {
        background: #218838;
    }

    .score-slider[b-1u6kz9xkqx]::-webkit-slider-track {
        background: #e9ecef;
        border-radius: 4px;
    }

    .score-slider[b-1u6kz9xkqx]::-moz-range-track {
        background: #e9ecef;
        border-radius: 4px;
        height: 8px;
    }

.score-labels[b-1u6kz9xkqx] {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 0.9em;
    font-weight: 500;
}

.evaluation-input[b-1u6kz9xkqx] {
    margin-bottom: 15px;
}

    .evaluation-input label[b-1u6kz9xkqx] {
        display: block;
        color: #495057;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 0.95em;
    }

    .evaluation-input textarea[b-1u6kz9xkqx] {
        width: 100%;
        padding: 12px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 0.9em;
        line-height: 1.5;
        resize: vertical;
        transition: border-color 0.2s ease;
    }

        .evaluation-input textarea:focus[b-1u6kz9xkqx] {
            outline: none;
            border-color: #28a745;
            box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
        }

        .evaluation-input textarea[b-1u6kz9xkqx]::placeholder {
            color: #adb5bd;
            font-style: italic;
        }

/* Submit Section */
.submit-section[b-1u6kz9xkqx] {
    padding: 25px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.submit-btn[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

    .submit-btn:hover:not(:disabled)[b-1u6kz9xkqx] {
        background: linear-gradient(135deg, #218838, #1aa085);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    }

    .submit-btn:disabled[b-1u6kz9xkqx] {
        background: #6c757d;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

    .submit-btn svg[b-1u6kz9xkqx] {
        width: 20px;
        height: 20px;
    }

.submit-loading[b-1u6kz9xkqx] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.submit-spinner[b-1u6kz9xkqx] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-1u6kz9xkqx 1s linear infinite;
}

/* Completed Assessment Result Styles */
.completed-message[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #c3e6cb;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

    .completed-message svg[b-1u6kz9xkqx] {
        width: 24px;
        height: 24px;
        color: #155724;
    }

    .completed-message span[b-1u6kz9xkqx] {
        font-weight: 600;
        font-size: 1.1em;
    }

    .completed-message small[b-1u6kz9xkqx] {
        display: block;
        margin-top: 5px;
        opacity: 0.8;
    }

/* Error State */
.error-state[b-1u6kz9xkqx] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.error-icon[b-1u6kz9xkqx] {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    border: 2px solid #e9ecef;
}

    .error-icon svg[b-1u6kz9xkqx] {
        width: 40px;
        height: 40px;
        color: #dc3545;
    }

.error-state h3[b-1u6kz9xkqx] {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.error-state p[b-1u6kz9xkqx] {
    margin-bottom: 25px;
    font-size: 1.1em;
}

/* Result Header */
.result-header[b-1u6kz9xkqx] {
    padding: 25px;
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    border-bottom: 1px solid #c3e6cb;
    text-align: center;
    color: #155724;
}

.result-icon[b-1u6kz9xkqx] {
    width: 60px;
    height: 60px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: white;
}

    .result-icon svg[b-1u6kz9xkqx] {
        width: 30px;
        height: 30px;
    }

.result-header h3[b-1u6kz9xkqx] {
    color: #155724;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
}

.result-header p[b-1u6kz9xkqx] {
    color: #155724;
    margin-bottom: 15px;
    font-size: 1em;
}

.completion-info[b-1u6kz9xkqx] {
    background: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
}

    .completion-info span[b-1u6kz9xkqx] {
        font-weight: 600;
        font-size: 0.9em;
    }

/* Overall Result */
.overall-result[b-1u6kz9xkqx] {
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 25px;
}

.result-score-display[b-1u6kz9xkqx] {
    flex-shrink: 0;
}

.score-circle[b-1u6kz9xkqx] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.score-value[b-1u6kz9xkqx] {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}

.score-label[b-1u6kz9xkqx] {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.result-evaluation h4[b-1u6kz9xkqx] {
    color: #2c3e50;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.result-evaluation p[b-1u6kz9xkqx] {
    color: #495057;
    line-height: 1.6;
    margin: 0;
}

/* Detailed Scores */
.detailed-scores[b-1u6kz9xkqx] {
    padding: 25px;
}

    .detailed-scores h4[b-1u6kz9xkqx] {
        color: #2c3e50;
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }

.score-result-item[b-1u6kz9xkqx] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .score-result-item:hover[b-1u6kz9xkqx] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .score-result-item:last-child[b-1u6kz9xkqx] {
        margin-bottom: 0;
    }

.score-result-header[b-1u6kz9xkqx] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.score-result-icon[b-1u6kz9xkqx] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

    .score-result-icon svg[b-1u6kz9xkqx] {
        width: 24px;
        height: 24px;
    }

.score-result-info[b-1u6kz9xkqx] {
    flex: 1;
}

    .score-result-info h5[b-1u6kz9xkqx] {
        color: #2c3e50;
        font-size: 1em;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

.score-result-value[b-1u6kz9xkqx] {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1em;
    display: inline-block;
}

.score-result-evaluation[b-1u6kz9xkqx] {
    color: #495057;
    line-height: 1.6;
}

    .score-result-evaluation p[b-1u6kz9xkqx] {
        margin: 0;
        font-size: 0.95em;
    }

/* Responsive Design */
@media (max-width: 1200px) {
    .assessment-layout[b-1u6kz9xkqx] {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .scoring-panel[b-1u6kz9xkqx] {
        order: 1;
    }
}

@media (max-width: 968px) {
    .assessment-layout[b-1u6kz9xkqx] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .writing-panel[b-1u6kz9xkqx], .scoring-panel[b-1u6kz9xkqx] {
        margin: 0 10px;
    }

    .header-content[b-1u6kz9xkqx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .header-main[b-1u6kz9xkqx] {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .assessment-header[b-1u6kz9xkqx] {
        padding: 20px;
        margin-bottom: 20px;
    }

    .assessment-layout[b-1u6kz9xkqx] {
        gap: 15px;
    }

    .writing-panel[b-1u6kz9xkqx], .scoring-panel[b-1u6kz9xkqx] {
        margin: 0 5px;
    }

    .writing-content[b-1u6kz9xkqx] {
        padding: 15px;
        font-size: 0.9em;
    }

    .score-section[b-1u6kz9xkqx] {
        padding: 20px;
    }

    .submit-btn[b-1u6kz9xkqx] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header-main[b-1u6kz9xkqx] {
        gap: 15px;
    }

    .page-icon[b-1u6kz9xkqx] {
        width: 50px;
        height: 50px;
    }

        .page-icon svg[b-1u6kz9xkqx] {
            width: 25px;
            height: 25px;
        }

    .page-title h1[b-1u6kz9xkqx] {
        font-size: 1.5em;
    }

    .writing-panel[b-1u6kz9xkqx], .scoring-panel[b-1u6kz9xkqx] {
        margin: 0;
    }

    .score-header[b-1u6kz9xkqx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .score-display[b-1u6kz9xkqx] {
        align-self: flex-end;
    }

    .submit-btn[b-1u6kz9xkqx] {
        padding: 12px 20px;
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .overall-result[b-1u6kz9xkqx] {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .score-circle[b-1u6kz9xkqx] {
        width: 100px;
        height: 100px;
    }

    .score-value[b-1u6kz9xkqx] {
        font-size: 2em;
    }

    .score-result-header[b-1u6kz9xkqx] {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .score-result-info[b-1u6kz9xkqx] {
        text-align: center;
    }

    .score-result-evaluation[b-1u6kz9xkqx] {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .result-header h3[b-1u6kz9xkqx] {
        font-size: 1.1em;
    }

    .overall-result[b-1u6kz9xkqx] {
        padding: 20px;
    }

    .score-circle[b-1u6kz9xkqx] {
        width: 80px;
        height: 80px;
    }

    .score-value[b-1u6kz9xkqx] {
        font-size: 1.8em;
    }

    .detailed-scores[b-1u6kz9xkqx] {
        padding: 20px;
    }

    .score-result-item[b-1u6kz9xkqx] {
        padding: 15px;
    }
}

/* WritingAssessment Error State */
.assessment-error[b-1u6kz9xkqx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
    border: 1px solid #e9ecef;
}

.assessment-error .error-icon[b-1u6kz9xkqx] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: assessmentErrorPulse-b-1u6kz9xkqx 2s ease-in-out infinite;
}

@keyframes assessmentErrorPulse-b-1u6kz9xkqx {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.assessment-error .error-icon svg[b-1u6kz9xkqx] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.assessment-error .error-title[b-1u6kz9xkqx] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.assessment-error .error-message[b-1u6kz9xkqx] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.assessment-error .retry-button[b-1u6kz9xkqx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.assessment-error .retry-button:hover[b-1u6kz9xkqx] {
    background: #218838;
    transform: translateY(-1px);
}

.assessment-error .button-icon[b-1u6kz9xkqx] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .assessment-error[b-1u6kz9xkqx] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .assessment-error .error-title[b-1u6kz9xkqx] {
        font-size: 1.1rem;
    }
    
    .assessment-error .error-message[b-1u6kz9xkqx] {
        font-size: 0.9rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Translations/Components/DefinitionModal.razor.rz.scp.css */
.definition-modal[b-p64fh4fpj7] {
    background: white;
    border-radius: 16px;
    padding: 0;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

.modal-header[b-p64fh4fpj7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header h3[b-p64fh4fpj7] {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.btn-close[b-p64fh4fpj7] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #666;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-close:hover[b-p64fh4fpj7] {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

.modal-content[b-p64fh4fpj7] {
    padding: 1.5rem;
}

.modal-content p[b-p64fh4fpj7] {
    margin: 0;
    line-height: 1.7;
    color: #333;
    font-size: 1.1rem;
    white-space: pre-wrap;
} 
/* _content/PersonalDictionary.UI/Pages/Translations/Components/LanguageSelect.razor.rz.scp.css */
.custom-select[b-nnr9geu6uc] {
    position: relative;
    width: 100%;
    direction: rtl;
}

.select-header[b-nnr9geu6uc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #fafafa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.select-header:hover[b-nnr9geu6uc] {
    border-color: #4a90e2;
}

.custom-select.open .select-header[b-nnr9geu6uc] {
    border-color: #4a90e2;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

.selected-option[b-nnr9geu6uc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.DDDDplaceholder[b-nnr9geu6uc] {
    color: #666;
}

.select-arrow[b-nnr9geu6uc] {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.custom-select.open .select-arrow[b-nnr9geu6uc] {
    transform: rotate(180deg);
}

.select-arrow svg[b-nnr9geu6uc] {
    width: 1.25rem;
    height: 1.25rem;
    color: #666;
}

.select-options[b-nnr9geu6uc] {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    animation: slideDown-b-nnr9geu6uc 0.2s ease;
}

.select-option[b-nnr9geu6uc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #e0e0e0;
}

.select-option:last-child[b-nnr9geu6uc] {
    border-bottom: none;
}

.select-option:hover[b-nnr9geu6uc] {
    background-color: #f5f5f5;
}

.select-option.selected[b-nnr9geu6uc] {
    background-color: #f0f7ff;
}

.language-icon[b-nnr9geu6uc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    margin: 0;
}

.language-icon svg[b-nnr9geu6uc] {
    width: 0.875rem;
    height: 0.875rem;
    fill: currentColor;
}

.language-name[b-nnr9geu6uc] {
    flex: 1;
    text-align: right;
    font-weight: 900;
    font-size: 1.3rem;
}

@keyframes slideDown-b-nnr9geu6uc {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.select-options[b-nnr9geu6uc]::-webkit-scrollbar {
    width: 8px;
}

.select-options[b-nnr9geu6uc]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.select-options[b-nnr9geu6uc]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.select-options[b-nnr9geu6uc]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .select-header[b-nnr9geu6uc] {
        padding: 0.875rem;
    }

    .language-icon[b-nnr9geu6uc] {
        min-width: 0.875rem;
        height: 0.875rem;
    }

    .language-icon svg[b-nnr9geu6uc] {
        width: 0.75rem;
        height: 0.75rem;
    }

    .select-options[b-nnr9geu6uc] {
        max-height: 250px;
    }
} 
/* _content/PersonalDictionary.UI/Pages/Translations/ManageTranslationModal.razor.rz.scp.css */
.manage-translation-container[b-li0r890rmy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 1rem;
    backdrop-filter: blur(4px);
    animation: fadeIn-b-li0r890rmy 0.3s ease;
}

.manage-translation-card[b-li0r890rmy] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    width: 100%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp-b-li0r890rmy 0.4s ease;
}

.header[b-li0r890rmy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.header h2[b-li0r890rmy] {
    color: #1a1a1a;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.btn-close[b-li0r890rmy] {
    background: none;
    border: none;
    padding: 0.75rem;
    cursor: pointer;
    color: #666;
    transition: all 0.2s ease;
    border-radius: 50%;
}
 

.form-group[b-li0r890rmy] {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .form-group label[b-li0r890rmy] {
        flex: 0 0 70px;
        color: #333;
        font-weight: 600;
        font-size: 0.95rem;
        text-align: right;
    }

.form-control[b-li0r890rmy] {
    flex: 1;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background-color: #fafafa;
}

.form-control:focus[b-li0r890rmy] {
    outline: none;
    border-color: #4a90e2;
    background-color: white;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

textarea.form-control[b-li0r890rmy] {
    resize: vertical;
    min-height: 120px;
}

.error-message[b-li0r890rmy] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
    font-weight: 500;
    margin-right: 136px; /* label width + gap */
}

.button-group[b-li0r890rmy] {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}

.btn-cancel[b-li0r890rmy],
.btn-submit[b-li0r890rmy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn-cancel[b-li0r890rmy] {
    background-color: #f5f5f5;
    color: #333;
}

.btn-cancel:hover[b-li0r890rmy] {
    background-color: #e8e8e8;
    transform: translateY(-1px);
}

.btn-submit[b-li0r890rmy] {
    background-color: #4a90e2;
    color: white;
    flex: 1;
}

.btn-submit:hover[b-li0r890rmy] {
    background-color: #357abd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}

@keyframes fadeIn-b-li0r890rmy {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-li0r890rmy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .manage-translation-container[b-li0r890rmy] {
        padding: 0.75rem;
    }

    .manage-translation-card[b-li0r890rmy] {
        padding: 2rem;
        border-radius: 12px;
    }

    .button-group[b-li0r890rmy] {
        flex-direction: column;
    }

    .btn-cancel[b-li0r890rmy],
    .btn-submit[b-li0r890rmy] {
        width: 100%;
    }

    .form-group[b-li0r890rmy] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .form-group label[b-li0r890rmy] {
        flex: none;
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .error-message[b-li0r890rmy] {
        margin-right: 0;
    }
}

/* Small Mobile Devices */
@media (max-width: 400px) {
    .manage-translation-container[b-li0r890rmy] {
        padding: 0;
    }

    .manage-translation-card[b-li0r890rmy] {
        padding: 1.5rem;
        border-radius: 0;
        max-height: 100vh;
    }

    .header h2[b-li0r890rmy] {
        font-size: 1.5rem;
    }

    .form-group[b-li0r890rmy] {
        margin-bottom: 1.5rem;
    }

    .form-control[b-li0r890rmy] {
        padding: 0.875rem;
        font-size: 1rem;
    }

    .button-group[b-li0r890rmy] {
        margin-top: 2rem;
    }

    .btn-cancel[b-li0r890rmy],
    .btn-submit[b-li0r890rmy] {
        padding: 0.875rem 1.5rem;
    }
}

/* Language Select Styles */
.language-select[b-li0r890rmy] {
    padding-right: 1rem;
    padding-left: 2.5rem;
    position: relative;
}

.language-select option[b-li0r890rmy] {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.language-option[b-li0r890rmy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    direction: rtl;
}

.language-content[b-li0r890rmy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.language-icon[b-li0r890rmy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
}

.language-icon svg[b-li0r890rmy] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.language-name[b-li0r890rmy] {
    flex: 1;
    text-align: right;
}

/* Custom Select Arrow */
.language-select[b-li0r890rmy] {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 1rem;
    padding-left: 2.5rem;
}

/* Hover and Focus States */
.language-select:hover[b-li0r890rmy] {
    border-color: #4a90e2;
}

.language-select:focus[b-li0r890rmy] {
    border-color: #4a90e2;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .language-select[b-li0r890rmy] {
        padding-left: 2.25rem;
    }
    
    .language-icon[b-li0r890rmy] {
        min-width: 1.25rem;
        height: 1.25rem;
    }

    .language-icon svg[b-li0r890rmy] {
        width: 1.1rem;
        height: 1.1rem;
    }
} 
/* _content/PersonalDictionary.UI/Pages/Translations/Translation.razor.rz.scp.css */
.translation-list-container[b-3ksph6cum5] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    min-width: 70vw;
    padding: 20px;
    margin: 32px auto;
    max-width: 1200px;
    direction: rtl;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.loading-spinner[b-3ksph6cum5] {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2196f3;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin-b-3ksph6cum5 1s linear infinite;
}
.leitner-not-exist[b-3ksph6cum5] {
    color: green !important
}
.leitner-exist[b-3ksph6cum5] {
    color: red !important
}
.empty-state-icon[b-3ksph6cum5] {
    position: relative;
    display: block;
}

    .empty-state-icon[b-3ksph6cum5]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(33, 150, 243, 0.1) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        animation: pulse-b-3ksph6cum5 2s infinite;
    }

@keyframes spin-b-3ksph6cum5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-3ksph6cum5 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }
}

.header[b-3ksph6cum5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .header[b-3ksph6cum5]::after {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(33, 150, 243, 0.2), transparent);
    }

.header-top[b-3ksph6cum5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom[b-3ksph6cum5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.header h2[b-3ksph6cum5] {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
    position: relative;
}

.header h1[b-3ksph6cum5]::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #2196f3, #1976d2);
    border-radius: 2px;
}

.btn-add[b-3ksph6cum5] {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    border: none;
    padding: 1rem 1.75rem;
    font-size: 1.1rem;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.25);
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

    .btn-add[b-3ksph6cum5]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
        transition: 0.5s;
    }

    .btn-add:hover[b-3ksph6cum5]::before {
        left: 100%;
    }

    .btn-add:hover[b-3ksph6cum5] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(33, 150, 243, 0.35);
    }

    .btn-add svg[b-3ksph6cum5] {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        width: 24px;
        height: 24px;
    }

    .btn-add:hover svg[b-3ksph6cum5] {
        transform: rotate(90deg);
    }

.loading[b-3ksph6cum5] {
    text-align: center;
    padding: 4rem;
    color: #666;
    font-size: 1.3rem;
    font-weight: 500;
    animation: pulse-b-3ksph6cum5 1.5s infinite;
}

@keyframes pulse-b-3ksph6cum5 {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.translation-grid[b-3ksph6cum5] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.translation-content-wrapper[b-3ksph6cum5] {
    width: 100%;
}

.translation-cards-grid[b-3ksph6cum5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
}

.translation-card[b-3ksph6cum5] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.translation-header[b-3ksph6cum5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.header-languages[b-3ksph6cum5] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    color: #666;
}

.header-languages .language[b-3ksph6cum5] {
    font-weight: 500;
}

.header-languages .separator[b-3ksph6cum5] {
    color: #999;
}

.translation-content[b-3ksph6cum5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.word-title[b-3ksph6cum5] {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    padding: 4px 0;
}

.definition[b-3ksph6cum5] {
    font-size: 1em;
    color: #444;
    line-height: 1.5;
}

.definition-preview[b-3ksph6cum5] {
    cursor: pointer;
    position: relative;
}

.definition-preview .read-more[b-3ksph6cum5] {
    color: #0066cc;
    margin-right: 4px;
}

.actions[b-3ksph6cum5] {
    display: flex;
    gap: 8px;
}

.actions button[b-3ksph6cum5] {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #666;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.actions button:hover[b-3ksph6cum5] {
    background: #f5f5f5;
    color: #333;
}

.btn-edit:hover[b-3ksph6cum5] {
    color: #0066cc;
}

.btn-delete:hover[b-3ksph6cum5] {
    color: #dc3545;
}

.btn-leitner:hover[b-3ksph6cum5] {
    color: #28a745;
}

/* RTL specific styles */
[dir="rtl"][b-3ksph6cum5] {
    text-align: right;
}

[dir="ltr"][b-3ksph6cum5] {
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .translation-header[b-3ksph6cum5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .header-languages[b-3ksph6cum5] {
        width: 100%;
    }

    .actions[b-3ksph6cum5] {
        width: 100%;
        justify-content: flex-end;
    }
}

.languages[b-3ksph6cum5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #555;
    font-size: 0.95rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.language[b-3ksph6cum5] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0.4rem 0.875rem;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

    .language:hover[b-3ksph6cum5] {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    }

.separator[b-3ksph6cum5] {
    color: #999;
    font-weight: 300;
    font-size: 1.1rem;
    animation: pulse-b-3ksph6cum5 2s infinite;
    flex-shrink: 0;
    transform: rotate(180deg)
}

.empty-state[b-3ksph6cum5] {
    text-align: center;
    padding: 2rem 2rem;
}

    .empty-state svg[b-3ksph6cum5] {
        opacity: 0.8;
        transition: transform 0.3s ease;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    }

    .empty-state:hover svg[b-3ksph6cum5] {
        transform: scale(1.05);
    }

    .empty-state p[b-3ksph6cum5] {
        font-size: 1.3rem;
        color: #555;
        margin: 2rem 0;
        font-weight: 500;
        position: relative;
        display: block;
    }

        .empty-state p[b-3ksph6cum5]::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: linear-gradient(to right, #2196f3, #1976d2);
            border-radius: 2px;
        }

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .translation-list-container[b-3ksph6cum5] {
        padding: 2rem;
        margin: 20px;
        border-radius: 20px;
    }

    .header[b-3ksph6cum5] {
        gap: 1.5rem;
    }

    .header-bottom[b-3ksph6cum5] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-3ksph6cum5] {
        width: 100%;
    }

    .btn-add[b-3ksph6cum5] {
        width: 100%;
        justify-content: center;
    }

    .header h2[b-3ksph6cum5] {
        font-size: 1.75rem;
    }

    .translation-grid[b-3ksph6cum5] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .languages[b-3ksph6cum5] {
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .language[b-3ksph6cum5] {
        max-width: 130px;
        padding: 0.35rem 0.75rem;
        font-size: 0.9rem;
    }

    .separator[b-3ksph6cum5] {
        font-size: 1rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 400px) {
    .translation-list-container[b-3ksph6cum5] {
        padding: 1.5rem;
        margin: 16px;
        border-radius: 16px;
    }

    .header h1[b-3ksph6cum5] {
        font-size: 1.75rem;
    }

    .btn-add[b-3ksph6cum5] {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    .translation-header[b-3ksph6cum5] {
        padding: 1.5rem;
    }

        .translation-header h3[b-3ksph6cum5] {
            font-size: 1.3rem;
        }

    .translation-content[b-3ksph6cum5] {
        padding: 0.5rem 1rem;
    }

    .definition[b-3ksph6cum5] {
        font-size: 1.05rem;
    }

    .language[b-3ksph6cum5] {
        max-width: 100px;
        padding: 0.3rem 0.6rem;
        font-size: 0.85rem;
    }
}

.header-actions[b-3ksph6cum5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-box[b-3ksph6cum5] {
    position: relative;
    min-width: 250px;
}

    .search-box input[b-3ksph6cum5] {
        width: 100%;
        padding: 0.75rem 1rem 0.75rem 2.5rem;
        border: 1px solid rgba(33, 150, 243, 0.2);
        border-radius: 12px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.9);
    }

        .search-box input:focus[b-3ksph6cum5] {
            outline: none;
            border-color: #2196f3;
            box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
        }

.search-icon[b-3ksph6cum5] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #666;
    pointer-events: none;
}

.view-toggle[b-3ksph6cum5] {
    display: flex;
    gap: 0.5rem;
    background: rgba(33, 150, 243, 0.1);
    padding: 0.25rem;
    border-radius: 12px;
}

.btn-view[b-3ksph6cum5] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #666;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .btn-view svg[b-3ksph6cum5] {
        width: 20px;
        height: 20px;
    }

    .btn-view.active[b-3ksph6cum5] {
        background: white;
        color: #2196f3;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .btn-view:hover:not(.active)[b-3ksph6cum5] {
        color: #2196f3;
    }

/* Filter Section Styles */
.filter-section[b-3ksph6cum5] {
    margin: 1rem 0;
    border-radius: 12px;
    background: rgb(238, 238, 238);
    overflow: visible;
    transition: all 0.3s ease;
}

.filter-header[b-3ksph6cum5] {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: rgb(227, 225, 225);
    transition: background-color 0.3s ease;
    border-radius: 12px;
}

    .filter-header:hover[b-3ksph6cum5] {
        background: linear-gradient(to right, rgba(33, 150, 243, 0.1), transparent);
    }

    .filter-header span[b-3ksph6cum5] {
        font-weight: 600;
        color: black;
    }

.filter-icon[b-3ksph6cum5] {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

    .filter-icon.expanded[b-3ksph6cum5] {
        transform: rotate(180deg);
    }

.filter-content[b-3ksph6cum5] {
    max-height: 0;
    display: none;
    overflow: visible;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
}

.filter-section.expanded .filter-content[b-3ksph6cum5] {
    max-height: 500px;
    display: block;
    padding: 1rem;
}

.filter-groups[b-3ksph6cum5] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.filter-group[b-3ksph6cum5] {
    flex: 1;
    margin-bottom: 0;
    text-align: center;
}

    .filter-group label[b-3ksph6cum5] {
        display: block;
        margin-bottom: 0.5rem;
        color: block;
        font-weight: bolder;
    }

    .filter-group select[b-3ksph6cum5] {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid rgba(33, 150, 243, 0.2);
        border-radius: 8px;
        background: white;
        color: #333;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

        .filter-group select:focus[b-3ksph6cum5] {
            outline: none;
            border-color: #2196f3;
            box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
        }

.btn-clear[b-3ksph6cum5] {
    background: white;
    border: 1px solid #ddd;
    color: black;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 150px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-clear:hover[b-3ksph6cum5] {
        background: #f5f5f5;
        border-color: #ccc;
        color: #333;
    }

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .filter-groups[b-3ksph6cum5] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .filter-group[b-3ksph6cum5] {
        margin-bottom: 0;
    }

    .btn-clear[b-3ksph6cum5] {
        width: 100%;
        height: 42px;
        margin-top: 0.5rem;
    }
}

/* Small Mobile Devices */
@media (max-width: 400px) {
    .filter-section[b-3ksph6cum5] {
        margin: 0.75rem 0;
        border-radius: 8px;
    }

    .filter-header[b-3ksph6cum5] {
        padding: 0.75rem;
    }

        .filter-header span[b-3ksph6cum5] {
            font-size: 0.95rem;
        }

    .filter-icon[b-3ksph6cum5] {
        width: 20px;
        height: 20px;
    }

    .filter-section.expanded .filter-content[b-3ksph6cum5] {
        padding: 0.75rem;
    }

    .filter-groups[b-3ksph6cum5] {
        gap: 0.75rem;
    }

    .filter-group label[b-3ksph6cum5] {
        font-size: 0.9rem;
        margin-bottom: 0.35rem;
    }

    .filter-group select[b-3ksph6cum5] {
        padding: 0.6rem;
        font-size: 0.9rem;
    }

    .btn-clear[b-3ksph6cum5] {
        height: 38px;
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

/* List View Styles */
.translation-grid.list-view[b-3ksph6cum5] {
    gap: 1rem;
}

    .translation-grid.list-view .translation-table[b-3ksph6cum5] {
        margin-bottom: 1rem;
    }

    .translation-grid.list-view .translation-card[b-3ksph6cum5] {
        display: flex;
        align-items: center;
        padding: 1rem;
    }

    .translation-grid.list-view .translation-header[b-3ksph6cum5] {
        border: none;
        padding: 0;
        flex: 1;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .translation-grid.list-view .translation-content[b-3ksph6cum5] {
        flex: 2;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .translation-grid.list-view .definition[b-3ksph6cum5] {
        margin: 0;
        flex: 1;
    }

    .translation-grid.list-view .languages[b-3ksph6cum5] {
        margin: 0;
        flex: 0 0 auto;
        min-width: 200px;
        justify-content: flex-start;
    }

    .translation-grid.list-view .language[b-3ksph6cum5] {
        max-width: 120px;
    }

/* Ensure the custom select dropdown appears above everything */
:deep(.custom-select)[b-3ksph6cum5] {
    position: relative;
}

:deep(.select-options)[b-3ksph6cum5] {
    position: absolute;
    z-index: 1000;
}

/* Table Styles for List View */
.translation-table[b-3ksph6cum5] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

    .translation-table thead[b-3ksph6cum5] {
        background: linear-gradient(to right, rgba(33, 150, 243, 0.05), transparent);
    }

    .translation-table th[b-3ksph6cum5] {
        padding: 1rem;
        text-align: right;
        font-weight: 600;
        color: #333;
        border-bottom: 2px solid rgba(33, 150, 243, 0.1);
    }

    .translation-table td[b-3ksph6cum5] {
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        vertical-align: middle;
    }

    .translation-table tr:last-child td[b-3ksph6cum5] {
        border-bottom: none;
    }

    .translation-table tr:hover[b-3ksph6cum5] {
        background: rgba(33, 150, 243, 0.02);
    }

    .translation-table .languages[b-3ksph6cum5] {
        margin: 0;
        justify-content: flex-start;
    }

    .translation-table .actions[b-3ksph6cum5] {
        display: flex;
        gap: 0.5rem;
        justify-content: flex-start;
    }

    .translation-table .btn-edit[b-3ksph6cum5],
    .translation-table .btn-delete[b-3ksph6cum5] {
        padding: 0.5rem;
        border-radius: 8px;
    }

/* Mobile Responsive Table */
@media (max-width: 768px) {
    .translation-table[b-3ksph6cum5] {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

        .translation-table th[b-3ksph6cum5],
        .translation-table td[b-3ksph6cum5] {
            padding: 0.75rem;
        }

        .translation-table .languages[b-3ksph6cum5] {
            flex-wrap: nowrap;
        }

        .translation-table .language[b-3ksph6cum5] {
            max-width: 100px;
        }
}

.pagination[b-3ksph6cum5] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.btn-page[b-3ksph6cum5] {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 150, 243, 0.2);
    background: white;
    color: #666;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 0 0.75rem;
}

    .btn-page:hover:not(.disabled):not(.active)[b-3ksph6cum5] {
        background: rgba(33, 150, 243, 0.05);
        border-color: rgba(33, 150, 243, 0.3);
        color: #2196f3;
    }

    .btn-page.active[b-3ksph6cum5] {
        background: #2196f3;
        border-color: #2196f3;
        color: white;
    }

    .btn-page.disabled[b-3ksph6cum5] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .btn-page svg[b-3ksph6cum5] {
        width: 20px;
        height: 20px;
    }

/* Mobile Responsive Pagination */
@media (max-width: 768px) {
    .pagination[b-3ksph6cum5] {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .btn-page[b-3ksph6cum5] {
        min-width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .translation-cards-grid[b-3ksph6cum5] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.btn-leitner[b-3ksph6cum5] {
    background: none;
    border: none;
    padding: 0.75rem;
    cursor: pointer;
    color: #666;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

    .btn-leitner[b-3ksph6cum5]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.3s ease, height 0.3s ease;
    }

    .btn-leitner:hover[b-3ksph6cum5]::before {
        width: 100%;
        height: 100%;
    }

    .btn-leitner:hover[b-3ksph6cum5] {
        color: #4CAF50;
        transform: scale(1.05);
    }

/* Translation Loading and Error States */
.translation-loading[b-3ksph6cum5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
    text-align: center;
}

.loading-text[b-3ksph6cum5] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    margin-top: 1rem;
}

.translation-error[b-3ksph6cum5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
}

.error-icon[b-3ksph6cum5] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: translationErrorPulse-b-3ksph6cum5 2s ease-in-out infinite;
}

@keyframes translationErrorPulse-b-3ksph6cum5 {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.error-icon svg[b-3ksph6cum5] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.error-title[b-3ksph6cum5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.error-message[b-3ksph6cum5] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.retry-button[b-3ksph6cum5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.retry-button:hover[b-3ksph6cum5] {
    background: #2563eb;
    transform: translateY(-1px);
}

.button-icon[b-3ksph6cum5] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .translation-error[b-3ksph6cum5] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .error-title[b-3ksph6cum5] {
        font-size: 1.1rem;
    }
    
    .error-message[b-3ksph6cum5] {
        font-size: 0.9rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Users/Profile.razor.rz.scp.css */
.profile-container[b-qgslp47qea] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 2rem; 
}

.profile-card[b-qgslp47qea] {
    width: 100%;
    max-width: 1000px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Tab Navigation */
.tab-navigation[b-qgslp47qea] {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0;
}

.tab-button[b-qgslp47qea] {
    flex: 1;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #64748b;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tab-button:hover[b-qgslp47qea] {
    background: #f1f5f9;
    color: #475569;
}

.tab-button.active[b-qgslp47qea] {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
    background: white;
}

.tab-button .svg-icon[b-qgslp47qea] {
    display: flex;
    align-items: center;
}

/* Tab Content */
.tab-content[b-qgslp47qea] {
    padding: 2rem;
}

.tab-pane[b-qgslp47qea] {
    display: none;
    animation: fadeIn-b-qgslp47qea 0.3s ease-in-out;
}

.tab-pane.active[b-qgslp47qea] {
    display: block;
}

@keyframes fadeIn-b-qgslp47qea {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Profile Content */
.profile-content[b-qgslp47qea] {
    max-width: 100%;
}

.profile-field[b-qgslp47qea] {
    margin-bottom: 1.5rem;
}

.profile-field label[b-qgslp47qea] {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
}

.profile-field .form-control[b-qgslp47qea] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
}

.profile-field .form-control:focus[b-qgslp47qea] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: white;
}

.profile-field .form-control[readonly][b-qgslp47qea] {
    background: #f3f4f6;
    color: #6b7280;
    cursor: not-allowed;
}

.profile-actions[b-qgslp47qea] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.profile-actions .btn[b-qgslp47qea] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-actions .btn:hover[b-qgslp47qea] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Skills List */
.skills-list[b-qgslp47qea] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skill-item[b-qgslp47qea] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.skill-item:hover[b-qgslp47qea] {
    background: white;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.skill-content[b-qgslp47qea] {
    flex: 1;
    margin-right: 1rem;
}

.skill-title[b-qgslp47qea] {
    margin: 0 0 0.5rem 0;
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 600;
}

.skill-description[b-qgslp47qea] {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
}

.skill-actions[b-qgslp47qea] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* Experience List */
.experience-list[b-qgslp47qea] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.experience-item[b-qgslp47qea] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.experience-item:hover[b-qgslp47qea] {
    background: white;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.experience-content[b-qgslp47qea] {
    flex: 1;
    margin-right: 1rem;
}

.experience-header[b-qgslp47qea] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.experience-title-section[b-qgslp47qea] {
    flex: 1;
}

.experience-title[b-qgslp47qea] {
    margin: 0 0 0.25rem 0;
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: 700;
}

.experience-company[b-qgslp47qea] {
    display: block;
    color: #3b82f6;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.experience-period[b-qgslp47qea] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.period-label[b-qgslp47qea] {
    display: block;
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.period-text[b-qgslp47qea] {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
}

.experience-description-section[b-qgslp47qea] {
    margin-bottom: 0.5rem;
}

.description-label[b-qgslp47qea] {
    display: block;
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.experience-description[b-qgslp47qea] {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.experience-actions[b-qgslp47qea] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* Empty State */
.empty-state[b-qgslp47qea] {
    text-align: center;
    padding: 3rem 2rem;
    color: #6b7280;
}

.empty-icon[b-qgslp47qea] {
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.empty-state h4[b-qgslp47qea] {
    margin: 0 0 0.5rem 0;
    color: #374151;
    font-weight: 600;
}

.empty-state p[b-qgslp47qea] {
    margin: 0;
    font-size: 0.95rem;
}

/* Buttons */
.btn[b-qgslp47qea] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn:hover[b-qgslp47qea] {
    transform: translateY(-1px);
}

.btn-sm[b-qgslp47qea] {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.btn-success[b-qgslp47qea] {
    background: #10b981;
    border-color: #10b981;
    color: white;
}

.btn-success:hover[b-qgslp47qea] {
    background: #059669;
    border-color: #059669;
    color: white;
}

.btn-outline-primary[b-qgslp47qea] {
    border-color: #3b82f6;
    color: #3b82f6;
}

.btn-outline-primary:hover[b-qgslp47qea] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.btn-outline-danger[b-qgslp47qea] {
    border-color: #ef4444;
    color: #ef4444;
}

.btn-outline-danger:hover[b-qgslp47qea] {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
}

/* SVG Icons */
.svg-icon[b-qgslp47qea] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon svg[b-qgslp47qea] {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-container[b-qgslp47qea] {
        padding: 1rem;
    }
    
    .profile-card[b-qgslp47qea] {
        border-radius: 12px;
    }
    
    .tab-navigation[b-qgslp47qea] {
        flex-direction: column;
    }
    
    .tab-button[b-qgslp47qea] {
        border-bottom: 1px solid #e2e8f0;
        border-right: none;
        padding: 1rem;
    }
    
    .tab-button.active[b-qgslp47qea] {
        border-bottom-color: #3b82f6;
        border-right: 3px solid #3b82f6;
    }
    
    .tab-content[b-qgslp47qea] {
        padding: 1.5rem;
    }
    
    .skill-item[b-qgslp47qea],
    .experience-item[b-qgslp47qea] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .skill-content[b-qgslp47qea],
    .experience-content[b-qgslp47qea] {
        margin-right: 0;
    }
    
    .skill-actions[b-qgslp47qea],
    .experience-actions[b-qgslp47qea] {
        align-self: flex-end;
    }
}

/* Profile Loading and Error States */
.profile-loading[b-qgslp47qea] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    text-align: center;
}

.loading-spinner[b-qgslp47qea] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: profileSpin-b-qgslp47qea 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes profileSpin-b-qgslp47qea {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-qgslp47qea] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.profile-error[b-qgslp47qea] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 2rem auto;
    max-width: 500px;
}

.error-icon[b-qgslp47qea] {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: profileErrorPulse-b-qgslp47qea 2s ease-in-out infinite;
}

@keyframes profileErrorPulse-b-qgslp47qea {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.error-icon svg[b-qgslp47qea] {
    width: 30px;
    height: 30px;
    color: #ef4444;
}

.error-title[b-qgslp47qea] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem 0;
}

.error-message[b-qgslp47qea] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.retry-button[b-qgslp47qea] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.retry-button:hover[b-qgslp47qea] {
    background: #2563eb;
    transform: translateY(-1px);
}

.button-icon[b-qgslp47qea] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

@media (max-width: 768px) {
    .profile-error[b-qgslp47qea] {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .error-title[b-qgslp47qea] {
        font-size: 1.1rem;
    }
    
    .error-message[b-qgslp47qea] {
        font-size: 0.9rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Users/Teachers/ManageTeacherSkill.razor.rz.scp.css */
/* Styles for ManageTeacherSkill component */
.skill-dropdown[b-2rqdvz0znj] {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    background: #fff;
    min-height: 38px;
    cursor: pointer;
}

.selected-skills[b-2rqdvz0znj] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 24px;
}

.selected-skill[b-2rqdvz0znj] {
    background: #e9ecef;
    border-radius: 12px;
    padding: 2px 8px 2px 2px;
    display: flex;
    align-items: center;
    font-size: 0.95em;
    margin-bottom: 2px;
}

.remove-skill[b-2rqdvz0znj] {
    margin-left: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-arrow[b-2rqdvz0znj] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-list[b-2rqdvz0znj] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-height: 220px;
    overflow-y: auto;
    margin-top: 2px;
    padding: 6px;
}

.dropdown-items[b-2rqdvz0znj] {
    max-height: 160px;
    overflow-y: auto;
}

.dropdown-item[b-2rqdvz0znj] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}

.placeholder[b-2rqdvz0znj] {
    color: #aaa;
}

.skill-header[b-2rqdvz0znj] {
    text-align: center;
    margin-bottom: 24px;
}

    .skill-header h2[b-2rqdvz0znj] {
        font-size: 2rem;
        font-weight: 800;
        color: #222;
        margin-bottom: 6px;
        letter-spacing: -1px;
    }

    .skill-header .skill-subtitle[b-2rqdvz0znj] {
        font-size: 1.05rem;
        color: #888;
        font-weight: 400;
        margin: 0;
    }
/* Modern pill button styles for skill selection */
.skill-grid[b-2rqdvz0znj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0;
    justify-items: center;
}

@media (max-width: 900px) {
    .skill-grid[b-2rqdvz0znj] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .skill-grid[b-2rqdvz0znj] {
        grid-template-columns: 1fr;
    }
}

.skill-item[b-2rqdvz0znj] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f6;
    border: 2px solid #e0e0e0;
    border-radius: 32px;
    padding: 20px 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s, transform 0.1s;
    outline: none;
    min-width: 180px;
    min-height: 56px;
    user-select: none;
    margin: 0 auto;
}

    .skill-item.selected[b-2rqdvz0znj] {
        background: #22c55e;
        color: #fff;
        border-color: #22c55e;
        box-shadow: 0 6px 24px rgba(34,197,94,0.13);
        transform: translateY(2px) scale(0.97);
    }

    .skill-item:focus[b-2rqdvz0znj], .skill-item:hover[b-2rqdvz0znj] {
        border-color: #22c55e;
        box-shadow: 0 0 0 4px rgba(34,197,94,0.13);
        background: #e6fbe9;
        color: #22c55e;
    }

    .skill-item.selected:focus[b-2rqdvz0znj], .skill-item.selected:hover[b-2rqdvz0znj] {
        background: #16a34a;
        color: #fff;
        border-color: #16a34a;
    }

    .skill-item label[b-2rqdvz0znj] {
        width: 100%;
        text-align: center;
        cursor: pointer;
        margin: 0;
        padding: 0;
        pointer-events: none;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }

    .skill-item input[type="checkbox"][b-2rqdvz0znj] {
        display: none;
    }

.skill-actions[b-2rqdvz0znj] {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 36px;
}


.skill-wrapper[b-2rqdvz0znj]::after {
    display: block;
    content: '';
    background: #e0e0e0;
    height: 1px;
    width: 80%;
    margin: 20px 10% -20px 10%;
}

.btn-modern[b-2rqdvz0znj] {
    min-width: 110px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    outline: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s, transform 0.09s;
    box-shadow: none;
    cursor: pointer;
    letter-spacing: 0.2px;
    margin: 0 2px;
}

    .btn-modern.submit[b-2rqdvz0znj] {
        background: #2563eb;
        color: #fff;
        border: 1.5px solid #2563eb;
        box-shadow: 0 4px 16px rgba(37,99,235,0.13);
    }

        .btn-modern.submit:hover[b-2rqdvz0znj], .btn-modern.submit:focus[b-2rqdvz0znj] {
            background: #1d4ed8;
            border-color: #1d4ed8;
            transform: translateY(1px) scale(0.98);
        }

    .btn-modern.cancel[b-2rqdvz0znj] {
        background: #fff;
        color: #222;
        border: 1.5px solid #e0e0e0;
    }

        .btn-modern.cancel:hover[b-2rqdvz0znj], .btn-modern.cancel:focus[b-2rqdvz0znj] {
            background: #f4f4f6;
            color: #22c55e;
            border-color: #22c55e;
            transform: translateY(1px) scale(0.98);
        }
/* _content/PersonalDictionary.UI/Pages/Users/Teachers/ManageWorkExperience.razor.rz.scp.css */
/* Custom styles for ManageWorkExperience component */

.switch[b-4k3wexbhnr] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input[b-4k3wexbhnr] { display: none; }
.slider[b-4k3wexbhnr] {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 22px;
}
.slider[b-4k3wexbhnr]:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 2px; bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider[b-4k3wexbhnr] {
  background-color: #10b981;
}
input:checked + .slider[b-4k3wexbhnr]:before {
  transform: translateX(18px);
}
.switch-icon[b-4k3wexbhnr] {
  pointer-events: none;
  opacity: 0.7;
}
.fade-slide[b-4k3wexbhnr] {
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
} 
/* _content/PersonalDictionary.UI/Pages/Versioning/VersionDetail.razor.rz.scp.css */
.version-detail-container[b-v5sl333vjl] {
    direction: rtl;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 1rem;
}

.version-detail-header[b-v5sl333vjl] {
    margin-bottom: 3rem;
    padding: 2rem 0;
    margin-top: 40px;
}

.header-content[b-v5sl333vjl] {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.back-btn[b-v5sl333vjl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(124, 58, 237, 0.1);
}

.back-btn:hover[b-v5sl333vjl] {
    background: linear-gradient(135deg, #6d28d9, #5b21b6);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(124, 58, 237, 0.2);
}

.back-icon[b-v5sl333vjl] {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

.back-btn:hover .back-icon[b-v5sl333vjl] {
    transform: translateX(3px);
}

.page-title[b-v5sl333vjl] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.title-icon[b-v5sl333vjl] {
    width: 2.5rem;
    height: 2.5rem;
    color: #7c3aed;
}

.version-detail-content[b-v5sl333vjl] {
    max-width: 1000px;
    margin: 0 auto;
}

.loading-container[b-v5sl333vjl] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner[b-v5sl333vjl] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.spinner[b-v5sl333vjl] {
    width: 3rem;
    height: 3rem;
    border: 3px solid #e2e8f0;
    border-top: 3px solid #7c3aed;
    border-radius: 50%;
    animation: spin-b-v5sl333vjl 1s linear infinite;
}

@keyframes spin-b-v5sl333vjl {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-v5sl333vjl] {
    color: #64748b;
    font-size: 1.1rem;
}

.empty-state[b-v5sl333vjl] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.empty-icon[b-v5sl333vjl] {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    color: #94a3b8;
}

.empty-state h3[b-v5sl333vjl] {
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.empty-state p[b-v5sl333vjl] {
    color: #6b7280;
    font-size: 1rem;
}

.version-info-section[b-v5sl333vjl] {
    margin-bottom: 3rem;
}

.version-info-card[b-v5sl333vjl] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    position: relative;
    animation: fadeInUp-b-v5sl333vjl 0.8s ease-out;
}

.version-info-card[b-v5sl333vjl]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    z-index: 1;
}

.version-header[b-v5sl333vjl] {
    padding: 2rem;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.version-badge[b-v5sl333vjl] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.version-date[b-v5sl333vjl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    opacity: 0.9;
}

.date-icon[b-v5sl333vjl] {
    width: 1.25rem;
    height: 1.25rem;
}

.version-details[b-v5sl333vjl] {
    padding: 2rem;
}

.version-title[b-v5sl333vjl] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.version-description[b-v5sl333vjl] {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.version-meta[b-v5sl333vjl] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.meta-item[b-v5sl333vjl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.meta-label[b-v5sl333vjl] {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
}

.meta-value[b-v5sl333vjl] {
    font-size: 1rem;
    color: #374151;
    font-weight: 600;
}

.changesets-section[b-v5sl333vjl] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.section-header[b-v5sl333vjl] {
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border-bottom: 1px solid #e2e8f0;
}

.section-title[b-v5sl333vjl] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-icon[b-v5sl333vjl] {
    width: 1.5rem;
    height: 1.5rem;
    color: #7c3aed;
}

.empty-changesets[b-v5sl333vjl] {
    text-align: center;
    padding: 3rem 2rem;
    color: #64748b;
}

.empty-changesets .empty-icon[b-v5sl333vjl] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    color: #94a3b8;
}

.changesets-grid[b-v5sl333vjl] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.changeset-card[b-v5sl333vjl] {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    animation: slideInRight-b-v5sl333vjl 0.5s ease-out;
    animation-fill-mode: both;
}

.changeset-card:nth-child(1)[b-v5sl333vjl] { animation-delay: 0.1s; }
.changeset-card:nth-child(2)[b-v5sl333vjl] { animation-delay: 0.2s; }
.changeset-card:nth-child(3)[b-v5sl333vjl] { animation-delay: 0.3s; }
.changeset-card:nth-child(4)[b-v5sl333vjl] { animation-delay: 0.4s; }
.changeset-card:nth-child(5)[b-v5sl333vjl] { animation-delay: 0.5s; }
.changeset-card:nth-child(6)[b-v5sl333vjl] { animation-delay: 0.6s; }

@keyframes slideInRight-b-v5sl333vjl {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
} 

.changeset-card:hover[b-v5sl333vjl] {
    background: #f1f5f9;
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}

.changeset-header[b-v5sl333vjl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.changeset-priority[b-v5sl333vjl],
.changeset-type[b-v5sl333vjl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.priority-badge[b-v5sl333vjl],
.type-badge[b-v5sl333vjl] {
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: center;
    min-width: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Priority Badge Styles */
.priority-critical[b-v5sl333vjl] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    animation: pulse-b-v5sl333vjl 2s infinite;
}

.priority-high[b-v5sl333vjl] {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: white;
    animation: pulse-b-v5sl333vjl 2.5s infinite;
}

.priority-medium[b-v5sl333vjl] {
    background: linear-gradient(135deg, #eab308, #ca8a04);
    color: white;
}

.priority-low[b-v5sl333vjl] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.priority-none[b-v5sl333vjl] {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
}

@keyframes pulse-b-v5sl333vjl {
    0%, 100% {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
}

@keyframes fadeInUp-b-v5sl333vjl {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Change Type Badge Styles */
.type-added[b-v5sl333vjl] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.type-modified[b-v5sl333vjl] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.type-removed[b-v5sl333vjl] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.type-fixed[b-v5sl333vjl] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
}

.type-none[b-v5sl333vjl] {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
}

.changeset-content[b-v5sl333vjl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.changeset-description[b-v5sl333vjl] {
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.changeset-date[b-v5sl333vjl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.changeset-date .date-icon[b-v5sl333vjl] {
    width: 1rem;
    height: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .version-detail-container[b-v5sl333vjl] {
        padding: 1rem 0.5rem;
    }
    
    .header-content[b-v5sl333vjl] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .page-title[b-v5sl333vjl] {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .title-icon[b-v5sl333vjl] {
        width: 2rem;
        height: 2rem;
    }
    
    .version-header[b-v5sl333vjl] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1.5rem;
    }
    
    .version-date[b-v5sl333vjl] {
        justify-content: center;
    }
    
    .version-details[b-v5sl333vjl] {
        padding: 1.5rem;
    }
    
    .version-title[b-v5sl333vjl] {
        font-size: 1.5rem;
    }
    
    .version-meta[b-v5sl333vjl] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .section-header[b-v5sl333vjl] {
        padding: 1rem 1.5rem;
    }
    
    .section-title[b-v5sl333vjl] {
        font-size: 1.25rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .changesets-grid[b-v5sl333vjl] {
        padding: 1.5rem;
    }
    
    .changeset-header[b-v5sl333vjl] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .changeset-priority[b-v5sl333vjl],
    .changeset-type[b-v5sl333vjl] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .page-title[b-v5sl333vjl] {
        font-size: 1.75rem;
    }
    
    .version-badge[b-v5sl333vjl] {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    
    .priority-badge[b-v5sl333vjl],
    .type-badge[b-v5sl333vjl] {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
        min-width: 70px;
    }
    
    .changeset-card[b-v5sl333vjl] {
        padding: 1rem;
    }
}
/* _content/PersonalDictionary.UI/Pages/Versioning/Versions.razor.rz.scp.css */
.versions-container[b-o84ljs4jqm] {
    direction: rtl;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 1rem;
    position: relative;
    overflow-x: hidden;
}

.versions-container[b-o84ljs4jqm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    opacity: 0.05;
    z-index: 0;
}

.versions-header[b-o84ljs4jqm] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 3rem 0 2rem 0;
    position: relative;
    z-index: 1;
}

.header-content[b-o84ljs4jqm] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.page-title[b-o84ljs4jqm] {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.title-icon[b-o84ljs4jqm] {
    width: 3rem;
    height: 3rem;
    color: #7c3aed;
    filter: drop-shadow(0 2px 4px rgba(124, 58, 237, 0.3));
    animation: float-b-o84ljs4jqm 3s ease-in-out infinite;
}

@keyframes float-b-o84ljs4jqm {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.page-subtitle[b-o84ljs4jqm] {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

.versions-content[b-o84ljs4jqm] {
    max-width: 1200px;
    margin: 0 auto;
}

.loading-container[b-o84ljs4jqm] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner[b-o84ljs4jqm] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.spinner[b-o84ljs4jqm] {
    width: 3rem;
    height: 3rem;
    border: 3px solid #e2e8f0;
    border-top: 3px solid #7c3aed;
    border-radius: 50%;
    animation: spin-b-o84ljs4jqm 1s linear infinite;
}

@keyframes spin-b-o84ljs4jqm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-o84ljs4jqm] {
    color: #64748b;
    font-size: 1.1rem;
}

.empty-state[b-o84ljs4jqm] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.empty-icon[b-o84ljs4jqm] {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.5rem;
    color: #94a3b8;
}

.empty-state h3[b-o84ljs4jqm] {
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.empty-state p[b-o84ljs4jqm] {
    color: #6b7280;
    font-size: 1rem;
}

.versions-grid[b-o84ljs4jqm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2.5rem;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.version-card[b-o84ljs4jqm] {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(226, 232, 240, 0.8);
    position: relative;
    backdrop-filter: blur(10px);
    animation: fadeInUp-b-o84ljs4jqm 0.6s ease-out;
    animation-fill-mode: both;
}

.version-card:nth-child(1)[b-o84ljs4jqm] { animation-delay: 0.1s; }
.version-card:nth-child(2)[b-o84ljs4jqm] { animation-delay: 0.2s; }
.version-card:nth-child(3)[b-o84ljs4jqm] { animation-delay: 0.3s; }
.version-card:nth-child(4)[b-o84ljs4jqm] { animation-delay: 0.4s; }
.version-card:nth-child(5)[b-o84ljs4jqm] { animation-delay: 0.5s; }
.version-card:nth-child(6)[b-o84ljs4jqm] { animation-delay: 0.6s; }

@keyframes fadeInUp-b-o84ljs4jqm {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 

.version-card[b-o84ljs4jqm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.version-card:hover[b-o84ljs4jqm] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
    border-color: #7c3aed;
}

.version-card:hover[b-o84ljs4jqm]::before {
    transform: scaleX(1);
}

.version-header[b-o84ljs4jqm] {
    padding: 2rem;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.version-header[b-o84ljs4jqm]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer-b-o84ljs4jqm 3s ease-in-out infinite;
}

@keyframes shimmer-b-o84ljs4jqm {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.version-badge[b-o84ljs4jqm] {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.version-date[b-o84ljs4jqm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.date-icon[b-o84ljs4jqm] {
    width: 1.25rem;
    height: 1.25rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.version-content[b-o84ljs4jqm] {
    padding: 2rem;
    position: relative;
}

.version-title[b-o84ljs4jqm] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.25rem;
    line-height: 1.4;
    position: relative;
}

.version-stats[b-o84ljs4jqm] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.stat-item[b-o84ljs4jqm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.stat-icon[b-o84ljs4jqm] {
    width: 1rem;
    height: 1rem;
}

.version-footer[b-o84ljs4jqm] {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.view-details-btn[b-o84ljs4jqm] {
    width: 100%;
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

.view-details-btn[b-o84ljs4jqm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.view-details-btn:hover[b-o84ljs4jqm] {
    background: linear-gradient(135deg, #6d28d9, #5b21b6);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

.view-details-btn:hover[b-o84ljs4jqm]::before {
    left: 100%;
}

.arrow-icon[b-o84ljs4jqm] {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.view-details-btn:hover .arrow-icon[b-o84ljs4jqm] {
    transform: translateX(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .versions-container[b-o84ljs4jqm] {
        padding: 1rem 0.5rem;
    }
    
    .page-title[b-o84ljs4jqm] {
        font-size: 2.25rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .title-icon[b-o84ljs4jqm] {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .page-subtitle[b-o84ljs4jqm] {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .versions-grid[b-o84ljs4jqm] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 0.5rem;
    }
    
    .version-header[b-o84ljs4jqm] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1.5rem;
    }
    
    .version-date[b-o84ljs4jqm] {
        justify-content: center;
    }
    
    .version-content[b-o84ljs4jqm] {
        padding: 1.5rem;
    }
    
    .version-title[b-o84ljs4jqm] {
        font-size: 1.25rem;
    }
    
    .view-details-btn[b-o84ljs4jqm] {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .versions-container[b-o84ljs4jqm] {
        padding: 0.5rem;
    }
    
    .page-title[b-o84ljs4jqm] {
        font-size: 2rem;
        gap: 0.5rem;
    }
    
    .title-icon[b-o84ljs4jqm] {
        width: 2rem;
        height: 2rem;
    }
    
    .page-subtitle[b-o84ljs4jqm] {
        font-size: 1rem;
        padding: 0 0.5rem;
    }
    
    .versions-grid[b-o84ljs4jqm] {
        gap: 1.5rem;
        padding: 0;
    }
    
    .version-card[b-o84ljs4jqm] {
        margin: 0;
        border-radius: 1rem;
    }
    
    .version-header[b-o84ljs4jqm] {
        padding: 1.25rem;
    }
    
    .version-badge[b-o84ljs4jqm] {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .version-content[b-o84ljs4jqm] {
        padding: 1.25rem;
    }
    
    .version-title[b-o84ljs4jqm] {
        font-size: 1.2rem;
    }
    
    .view-details-btn[b-o84ljs4jqm] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        border-radius: 0.75rem;
    }
}
/* _content/PersonalDictionary.UI/Shared/Breadcrumb.razor.rz.scp.css */
.breadcrumb-container[b-g2p3f9uz9j] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.breadcrumb-container[b-g2p3f9uz9j]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    z-index: 0;
}

.breadcrumb[b-g2p3f9uz9j] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.breadcrumb-item[b-g2p3f9uz9j] {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.breadcrumb-item:not(:last-child)[b-g2p3f9uz9j]::after {
    content: '›';
    margin: 0 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 300;
    transition: all 0.3s ease;
}

.breadcrumb-item:hover[b-g2p3f9uz9j]::after {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.breadcrumb-link[b-g2p3f9uz9j] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.breadcrumb-link:hover[b-g2p3f9uz9j] {
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.breadcrumb-link i[b-g2p3f9uz9j] {
    font-size: 0.8rem;
    width: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.breadcrumb-link:hover i[b-g2p3f9uz9j] {
    transform: scale(1.1);
}

.breadcrumb-text[b-g2p3f9uz9j] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: white;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-text i[b-g2p3f9uz9j] {
    font-size: 0.8rem;
    width: 14px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-container[b-g2p3f9uz9j] {
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
    }
    
    .breadcrumb[b-g2p3f9uz9j] {
        gap: 0.25rem;
    }
    
    .breadcrumb-item[b-g2p3f9uz9j] {
        font-size: 0.85rem;
    }
    
    .breadcrumb-item:not(:last-child)[b-g2p3f9uz9j]::after {
        margin: 0 0.5rem;
        font-size: 1rem;
    }
    
    .breadcrumb-link[b-g2p3f9uz9j],
    .breadcrumb-text[b-g2p3f9uz9j] {
        padding: 0.375rem 0.5rem;
        gap: 0.25rem;
    }
    
    .breadcrumb-link i[b-g2p3f9uz9j],
    .breadcrumb-text i[b-g2p3f9uz9j] {
        font-size: 0.8rem;
        width: 14px;
    }
}

@media (max-width: 480px) {
    .breadcrumb-container[b-g2p3f9uz9j] {
        padding: 0.5rem 0.75rem;
    }
    
    .breadcrumb[b-g2p3f9uz9j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .breadcrumb-item:not(:last-child)[b-g2p3f9uz9j]::after {
        display: none;
    }
    
    .breadcrumb-item[b-g2p3f9uz9j] {
        width: 100%;
    }
    
    .breadcrumb-link[b-g2p3f9uz9j],
    .breadcrumb-text[b-g2p3f9uz9j] {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Animation for breadcrumb items */
.breadcrumb-item[b-g2p3f9uz9j] {
    animation: fadeInUp-b-g2p3f9uz9j 0.3s ease-out;
    animation-fill-mode: both;
}

.breadcrumb-item:nth-child(1)[b-g2p3f9uz9j] { animation-delay: 0.1s; }
.breadcrumb-item:nth-child(2)[b-g2p3f9uz9j] { animation-delay: 0.2s; }
.breadcrumb-item:nth-child(3)[b-g2p3f9uz9j] { animation-delay: 0.3s; }
.breadcrumb-item:nth-child(4)[b-g2p3f9uz9j] { animation-delay: 0.4s; }

@keyframes fadeInUp-b-g2p3f9uz9j {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects for better interactivity */
.breadcrumb-link:active[b-g2p3f9uz9j] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Focus states for accessibility */
.breadcrumb-link:focus[b-g2p3f9uz9j] {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* Loading state */
.breadcrumb-container.loading[b-g2p3f9uz9j] {
    opacity: 0.7;
    pointer-events: none;
}

.breadcrumb-container.loading[b-g2p3f9uz9j]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-g2p3f9uz9j 1s linear infinite;
    z-index: 2;
}

@keyframes spin-b-g2p3f9uz9j {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* _content/PersonalDictionary.UI/Shared/EmptyLayout.razor.rz.scp.css */
/* Empty Layout Styles */
.empty-layout-container[b-ynmiyaxf62] {
    min-height: 100vh;
    font-family: 'Vazir', 'Tahoma', sans-serif;
    direction: rtl;
}

/* Header Styles */
.header[b-ynmiyaxf62] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-menu[b-ynmiyaxf62] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-ynmiyaxf62] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4f46e5;
    text-decoration: none;
}

.nav-links[b-ynmiyaxf62] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-ynmiyaxf62] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover[b-ynmiyaxf62] {
    color: #4f46e5;
}

.login-btn[b-ynmiyaxf62], .register-btn[b-ynmiyaxf62], .profile-btn[b-ynmiyaxf62], .version-btn[b-ynmiyaxf62] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.login-btn[b-ynmiyaxf62] {
    background: transparent;
    color: #4f46e5;
    border: 2px solid #4f46e5;
}

.login-btn:hover[b-ynmiyaxf62] {
    background: #4f46e5;
    color: white;
}

.register-btn[b-ynmiyaxf62], .profile-btn[b-ynmiyaxf62] {
    background: #4f46e5;
    color: white;
}

.register-btn:hover[b-ynmiyaxf62], .profile-btn:hover[b-ynmiyaxf62] {
    background: #3730a3;
    transform: translateY(-2px);
}

.version-btn[b-ynmiyaxf62] {
    background: #f59e0b;
    color: white;
}

.version-btn:hover[b-ynmiyaxf62] {
    background: #d97706;
    transform: translateY(-2px);
}

.welcome-text[b-ynmiyaxf62] {
    color: #374151;
    font-weight: 500;
}

.mobile-menu-button[b-ynmiyaxf62] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #374151;
}

/* Main Content */
/*.main-content {
    padding-top: 80px;
}*/

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-links[b-ynmiyaxf62] {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-links.show[b-ynmiyaxf62] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-button[b-ynmiyaxf62] {
        display: block;
    }
}

@media (max-width: 480px) {
    .nav-menu[b-ynmiyaxf62] {
        padding: 0 1rem;
    }
}
/* _content/PersonalDictionary.UI/Shared/ErrorFallbackComponent.razor.rz.scp.css */
.error-fallback-container[b-rjc6rpdc0t] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.error-content[b-rjc6rpdc0t] {
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.error-icon[b-rjc6rpdc0t] {
    margin-bottom: 1.5rem;
    animation: pulse-b-rjc6rpdc0t 2s infinite;
}

@keyframes pulse-b-rjc6rpdc0t {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.error-title[b-rjc6rpdc0t] {
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'IranSans', sans-serif;
}

.error-message[b-rjc6rpdc0t] {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-family: 'IranSans', sans-serif;
}

.error-actions[b-rjc6rpdc0t] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.retry-btn[b-rjc6rpdc0t], .home-btn[b-rjc6rpdc0t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'IranSans', sans-serif;
}

.retry-btn[b-rjc6rpdc0t] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.retry-btn:hover:not(:disabled)[b-rjc6rpdc0t] {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

.home-btn[b-rjc6rpdc0t] {
    background: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.home-btn:hover[b-rjc6rpdc0t] {
    background: #6c757d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.retry-btn:disabled[b-rjc6rpdc0t] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.retry-loading[b-rjc6rpdc0t] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #007bff;
    font-weight: 500;
    font-family: 'IranSans', sans-serif;
}

.spinner[b-rjc6rpdc0t] {
    width: 20px;
    height: 20px;
    border: 2px solid #e3f2fd;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin-b-rjc6rpdc0t 1s linear infinite;
}

@keyframes spin-b-rjc6rpdc0t {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-help[b-rjc6rpdc0t] {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    text-align: right;
    font-family: 'IranSans', sans-serif;
}

.error-help p[b-rjc6rpdc0t] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.error-help ul[b-rjc6rpdc0t] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-help li[b-rjc6rpdc0t] {
    color: #6c757d;
    padding: 0.25rem 0;
    position: relative;
    padding-right: 1.5rem;
    font-size: 0.9rem;
}

.error-help li[b-rjc6rpdc0t]::before {
    content: "•";
    color: #007bff;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .error-fallback-container[b-rjc6rpdc0t] {
        padding: 1rem;
        min-height: 300px;
    }
    
    .error-title[b-rjc6rpdc0t] {
        font-size: 1.25rem;
    }
    
    .error-actions[b-rjc6rpdc0t] {
        flex-direction: column;
        align-items: center;
    }
    
    .retry-btn[b-rjc6rpdc0t], .home-btn[b-rjc6rpdc0t] {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
    
    .error-help[b-rjc6rpdc0t] {
        padding: 1rem;
        text-align: center;
    }
    
    .error-help li[b-rjc6rpdc0t] {
        padding-right: 0;
        text-align: center;
    }
    
    .error-help li[b-rjc6rpdc0t]::before {
        display: none;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .error-fallback-container[b-rjc6rpdc0t] {
        background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    }
    
    .error-title[b-rjc6rpdc0t] {
        color: #fc8181;
    }
    
    .error-message[b-rjc6rpdc0t] {
        color: #a0aec0;
    }
    
    .error-help[b-rjc6rpdc0t] {
        background: rgba(45, 55, 72, 0.8);
        border-left-color: #63b3ed;
    }
    
    .error-help p[b-rjc6rpdc0t] {
        color: #e2e8f0;
    }
    
    .error-help li[b-rjc6rpdc0t] {
        color: #a0aec0;
    }
    
    .error-help li[b-rjc6rpdc0t]::before {
        color: #63b3ed;
    }
}

/* _content/PersonalDictionary.UI/Shared/MainLayout.razor.rz.scp.css */


.hamburger-menu[b-mwug6krlt9] {
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
}

    .hamburger-menu:hover[b-mwug6krlt9] {
        background-color: #f8f9fa;
    }

    .hamburger-menu svg[b-mwug6krlt9] {
        display: block;
        color: #333;
    }

.SideBarContainer[b-mwug6krlt9] {
    transition: transform 0.3s ease-in-out; 
}

.main-body[b-mwug6krlt9] {
    flex: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.MainContent[b-mwug6krlt9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.breadcrumb-wrapper[b-mwug6krlt9] {
    position: static; /* part of the page flow; not sticky */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0;
    /* Ensure spacing from the content below while keeping horizontal gutters */
    margin: 0 15px 1rem;
}

.content-with-breadcrumb-offset[b-mwug6krlt9] {
    /* No special offset needed since breadcrumb is not sticky */
}

.overlay[b-mwug6krlt9] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999;
}

@media (max-width: 991px) {
    .hamburger-menu[b-mwug6krlt9] {
        display: block;
    }

    .overlay[b-mwug6krlt9] {
        display: block;
    }

    .SideBarContainer[b-mwug6krlt9] {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transform: translateX(100%);
        width: 100%;
    }

    .SideBarContainer.sidebar-collapsed[b-mwug6krlt9] {
        transform: translateX(0);
    }

    .main-body[b-mwug6krlt9] {
        width: 100%;
        margin-right: 0 !important;
    }

    .MainContent[b-mwug6krlt9] {
        width: 100%;
        margin-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .SideBarContainer[b-mwug6krlt9] {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .SideBarContainer[b-mwug6krlt9] {
        width: 280px;
    }
}
/* _content/PersonalDictionary.UI/Shared/NavMenu.razor.rz.scp.css */
/* SideBar */
.Sidebar[b-vzo2j238fp] {
    text-align: center;
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 1.5rem 1rem;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.SidebarTitle[b-vzo2j238fp] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.SidebarTitle a[b-vzo2j238fp] {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.SidebarTitle a:hover[b-vzo2j238fp] {
    color: #f8f9fa;
    transform: translateY(-2px);
}

.SidebarUsername[b-vzo2j238fp] {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.SidebarUsername a[b-vzo2j238fp] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.SidebarMenu[b-vzo2j238fp] {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: right;
}

.SidebarMenuItem[b-vzo2j238fp] {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}




.SidebarMenuItem:hover[b-vzo2j238fp]::before {
    right: 100%;
}

.SidebarMenuItem:hover[b-vzo2j238fp] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.SidebarMenuItem > div[b-vzo2j238fp],
.SidebarMenuItem > a[b-vzo2j238fp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    min-height: 50px;
}

.SidebarMenuItem > div:hover[b-vzo2j238fp],
.SidebarMenuItem > a:hover[b-vzo2j238fp] {
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.SidebarMenuItem .menu-content[b-vzo2j238fp] {
    display: inline-flex
}

.SidebarMenuItem i[b-vzo2j238fp] {
    margin-left: 0.75rem;
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}

.SidebarMenuItem:hover i[b-vzo2j238fp] {
    transform: scale(1.1);
    color: white;
}

/* SVG Arrow Styling */
.SidebarMenuItem .menu-arrow[b-vzo2j238fp] {
    transition: all 0.3s ease;
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.SidebarMenuItem .menu-arrow.expanded[b-vzo2j238fp] {
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0.9);
}

.SidebarMenuItem:hover .menu-arrow[b-vzo2j238fp] {
    color: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.SidebarMenuItem:hover .menu-arrow.expanded[b-vzo2j238fp] {
    color: white;
    transform: rotate(180deg) scale(1.1);
}

.SidebarMenuItemSelected[b-vzo2j238fp] {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Active Menu Styles */
.active-menu[b-vzo2j238fp] {
    background: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateX(-8px) !important;
}

.active-menu .menu-content[b-vzo2j238fp] {
    color: white !important;
}

.active-menu i[b-vzo2j238fp] {
    color: white !important;
    transform: scale(1.1) !important;
}

.active-submenu[b-vzo2j238fp] {
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: translateX(-5px) !important;
}

.active-submenu a[b-vzo2j238fp] {
    color: white !important;
}

.active-submenu i[b-vzo2j238fp] {
    color: white !important;
    transform: scale(1.1) !important;
}

/* Submenu Styles */
.SubMenuList[b-vzo2j238fp] {
    list-style: none;
    margin: 0.5rem 0 0 0;
    padding: 0 0 0 2rem; 
    animation: slideDown-b-vzo2j238fp 0.3s ease-out;
    position: relative; 
    border-radius: 0 12px 12px 0; 
}

 

@keyframes slideDown-b-vzo2j238fp {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.SubMenuItem[b-vzo2j238fp] {
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}



.SubMenuItem:hover[b-vzo2j238fp]::before {
    background: white;
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.SubMenuItem:hover[b-vzo2j238fp] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.SubMenuItem a[b-vzo2j238fp] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 45px;
}

.SubMenuItem a:hover[b-vzo2j238fp] {
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.SubMenuItem i[b-vzo2j238fp] {
    margin-left: 0.75rem;
    font-size: 1rem;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

.SubMenuItem:hover i[b-vzo2j238fp] {
    transform: scale(1.1);
    color: white;
}

/* Nested Submenu Styles */
.SubMenuList .SubMenuList[b-vzo2j238fp] {
    margin-left: 1rem;
    padding-left: 1.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 8px 8px 0;
}

.SubMenuList .SubMenuList .SubMenuItem[b-vzo2j238fp] {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    background: rgba(255, 255, 255, 0.03);
}

.SubMenuList .SubMenuList .SubMenuItem[b-vzo2j238fp]::before {
    left: -1.5rem;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
}

.SubMenuList .SubMenuList .SubMenuItem a[b-vzo2j238fp] {
    padding: 0.75rem 0.875rem;
    min-height: 40px;
}

.SubMenuList .SubMenuList .SubMenuItem i[b-vzo2j238fp] {
    font-size: 0.9rem;
    width: 18px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .Sidebar[b-vzo2j238fp] {
        padding: 1rem 0.5rem;
    }
    
    .SidebarMenuItem > div[b-vzo2j238fp],
    .SidebarMenuItem > a[b-vzo2j238fp] {
        padding: 0.875rem 1rem;
        min-height: 45px;
    }
    
    .SubMenuItem a[b-vzo2j238fp] {
        padding: 0.75rem 0.875rem;
        min-height: 40px;
    }
    
    .SubMenuList[b-vzo2j238fp] {
        padding-left: 1.5rem;
        margin-left: 0.5rem;
    }
    
    .SubMenuItem[b-vzo2j238fp]::before {
        left: -1.5rem;
    }
    
    .SubMenuList .SubMenuList[b-vzo2j238fp] {
        padding-left: 1rem;
        margin-left: 0.5rem;
    }
    
    .SubMenuList .SubMenuList .SubMenuItem[b-vzo2j238fp]::before {
        left: -1rem;
    }
}

/* Scrollbar styling - Cross-browser compatible */
.Sidebar[b-vzo2j238fp] {
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
}

/* Webkit browsers (Chrome, Safari, Edge) */
.Sidebar[b-vzo2j238fp]::-webkit-scrollbar {
    width: 6px;
}

.Sidebar[b-vzo2j238fp]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    margin: 4px 0;
}

.Sidebar[b-vzo2j238fp]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease;
}

.Sidebar[b-vzo2j238fp]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.Sidebar[b-vzo2j238fp]::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.6);
}

.Sidebar[b-vzo2j238fp]::-webkit-scrollbar-corner {
    background: transparent;
}

/* For older browsers that don't support custom scrollbars */
@supports not (scrollbar-width: thin) {
    .Sidebar[b-vzo2j238fp] {
        /* Fallback for browsers without custom scrollbar support */
        scrollbar-width: auto;
    }
}

/* Ensure scrollbar doesn't interfere with content */
.Sidebar > *[b-vzo2j238fp] {
    padding-right: 2px; /* Small padding to prevent content from touching scrollbar */
}

/* Sidebar Loading State */
.sidebar-loading[b-vzo2j238fp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.loading-spinner[b-vzo2j238fp] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: sidebarSpin-b-vzo2j238fp 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes sidebarSpin-b-vzo2j238fp {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-vzo2j238fp] {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Sidebar Error State */
.sidebar-error[b-vzo2j238fp] {
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 107, 107, 0.3);
    margin: 1rem 0;
    text-align: center;
    color: white;
}

.error-icon-small[b-vzo2j238fp] {
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    background: rgba(255, 107, 107, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: sidebarErrorPulse-b-vzo2j238fp 2s ease-in-out infinite;
}

@keyframes sidebarErrorPulse-b-vzo2j238fp {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

.error-icon-small svg[b-vzo2j238fp] {
    width: 20px;
    height: 20px;
    color: #ff6b6b;
}

.error-content-small[b-vzo2j238fp] {
    text-align: center;
}

.error-title-small[b-vzo2j238fp] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: white;
}

.error-message-small[b-vzo2j238fp] {
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.retry-button-small[b-vzo2j238fp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.retry-button-small:hover[b-vzo2j238fp] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.retry-icon-small[b-vzo2j238fp] {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

/* Responsive adjustments for sidebar error */
@media (max-width: 768px) {
    .sidebar-error[b-vzo2j238fp] {
        padding: 1rem;
        margin: 0.5rem 0;
    }
    
    .error-title-small[b-vzo2j238fp] {
        font-size: 0.9rem;
    }
    
    .error-message-small[b-vzo2j238fp] {
        font-size: 0.8rem;
    }
    
    .retry-button-small[b-vzo2j238fp] {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }
}
/* _content/PersonalDictionary.UI/Shared/NotFound.razor.rz.scp.css */
*[b-7ddexp5ksq] {
    font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
/* Error Page */
.error .clip .shadow[b-7ddexp5ksq] {
    height: 180px; /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow[b-7ddexp5ksq] {
    width: 130px; /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow[b-7ddexp5ksq], .error .clip:nth-of-type(3) .shadow[b-7ddexp5ksq] {
    width: 250px; /*Contrall*/
}

.error .digit[b-7ddexp5ksq] {
    width: 150px; /*Contrall*/
    height: 150px; /*Contrall*/
    line-height: 150px; /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}

.error h2[b-7ddexp5ksq] /*Contrall*/ {
    font-size: 32px;
}

.error .msg[b-7ddexp5ksq] /*Contrall*/ {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle[b-7ddexp5ksq] /*Contrall*/ {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404[b-7ddexp5ksq] {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: 40px;
}

    .error .container-error-404 .clip[b-7ddexp5ksq] {
        display: inline-block;
        transform: skew(-45deg);
    }

.error .clip .shadow[b-7ddexp5ksq] {
    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow[b-7ddexp5ksq] {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}

.error .clip:nth-of-type(3) .shadow[b-7ddexp5ksq]:after, .error .clip:nth-of-type(1) .shadow[b-7ddexp5ksq]:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow[b-7ddexp5ksq]:after {
    left: -8px;
}

.error .digit[b-7ddexp5ksq] {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit[b-7ddexp5ksq] {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit[b-7ddexp5ksq] {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit[b-7ddexp5ksq] {
    left: -20%;
}

.error h2[b-7ddexp5ksq] {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg[b-7ddexp5ksq] {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle[b-7ddexp5ksq] {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 767px) {
    /* Error Page */
    .error .clip .shadow[b-7ddexp5ksq] {
        height: 100px; /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow[b-7ddexp5ksq] {
        width: 80px; /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow[b-7ddexp5ksq], .error .clip:nth-of-type(3) .shadow[b-7ddexp5ksq] {
        width: 100px; /*Contrall*/
    }

    .error .digit[b-7ddexp5ksq] {
        width: 80px; /*Contrall*/
        height: 80px; /*Contrall*/
        line-height: 80px; /*Contrall*/
        font-size: 52px;
    }

    .error h2[b-7ddexp5ksq] /*Contrall*/ {
        font-size: 24px;
    }

    .error .msg[b-7ddexp5ksq] /*Contrall*/ {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle[b-7ddexp5ksq] /*Contrall*/ {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404[b-7ddexp5ksq] {
        height: 150px;
    }
    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay[b-7ddexp5ksq] {
    position: relative;
    z-index: 20;
}
/*done*/
.ground-color[b-7ddexp5ksq] {
    background: white;
}
/*done*/
.item-bg-color[b-7ddexp5ksq] {
    background: #EAEAEA
}
/*done*/

/* Padding Section*/
.padding-top[b-7ddexp5ksq] {
    padding-top: 10px;
}
/*done*/
.padding-bottom[b-7ddexp5ksq] {
    padding-bottom: 10px;
}
/*done*/
.padding-vertical[b-7ddexp5ksq] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal[b-7ddexp5ksq] {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all[b-7ddexp5ksq] {
    padding: 10px;
}
/*done*/

.no-padding-left[b-7ddexp5ksq] {
    padding-left: 0px;
}
/*done*/
.no-padding-right[b-7ddexp5ksq] {
    padding-right: 0px;
}
/*done*/
.no-vertical-padding[b-7ddexp5ksq] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding[b-7ddexp5ksq] {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding[b-7ddexp5ksq] {
    padding: 0px;
}
/*done*/
/* Padding Section*/

/* Margin section */
.margin-top[b-7ddexp5ksq] {
    margin-top: 10px;
}
/*done*/
.margin-bottom[b-7ddexp5ksq] {
    margin-bottom: 10px;
}
/*done*/
.margin-right[b-7ddexp5ksq] {
    margin-right: 10px;
}
/*done*/
.margin-left[b-7ddexp5ksq] {
    margin-left: 10px;
}
/*done*/
.margin-horizontal[b-7ddexp5ksq] {
    margin-left: 10px;
    margin-right: 10px;
}
/*done*/
.margin-vertical[b-7ddexp5ksq] {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*done*/
.margin-all[b-7ddexp5ksq] {
    margin: 10px;
}
/*done*/
.no-margin[b-7ddexp5ksq] {
    margin: 0px;
}
/*done*/

.no-vertical-margin[b-7ddexp5ksq] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin[b-7ddexp5ksq] {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink[b-7ddexp5ksq] {
    margin: 0px 20px;
}
/*done - For the inside sections that has also Title section*/
/* Margin section */

hr[b-7ddexp5ksq] {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed #999;
}
/*--------------------------------------------FrameWork------------------------*/
