/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7zjcwkmo6n] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7zjcwkmo6n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page[b-7zjcwkmo6n] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-7zjcwkmo6n] {
    flex: 1;
    width: 100%;
}

.footer[b-7zjcwkmo6n] {
    background: #2c3e50;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 1.5rem;
    margin-top: 2rem;
}

.footer p[b-7zjcwkmo6n] {
    margin: 0;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-container[b-7zjcwkmo6n] {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .navbar-brand[b-7zjcwkmo6n] {
        font-size: 1.5rem;
    }

    .navbar-menu[b-7zjcwkmo6n] {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-link[b-7zjcwkmo6n] {
        display: block;
        text-align: center;
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-tu3ygw1tuq] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.navbar-container[b-tu3ygw1tuq] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.navbar-brand[b-tu3ygw1tuq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 700;
    transition: transform 0.3s;
}

.navbar-brand:hover[b-tu3ygw1tuq] {
    transform: scale(1.05);
}

.brand-icon[b-tu3ygw1tuq] {
    font-size: 2rem;
}

.brand-text[b-tu3ygw1tuq] {
    font-size: 1.75rem;
}

.navbar-menu[b-tu3ygw1tuq] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.nav-link[b-tu3ygw1tuq] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    transition: all 0.3s;
    display: inline-block;
}

.nav-link:hover[b-tu3ygw1tuq] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-container[b-tu3ygw1tuq] {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .navbar-brand[b-tu3ygw1tuq] {
        font-size: 1.5rem;
    }

    .brand-icon[b-tu3ygw1tuq] {
        font-size: 1.75rem;
    }

    .brand-text[b-tu3ygw1tuq] {
        font-size: 1.5rem;
    }

    .navbar-menu[b-tu3ygw1tuq] {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-link[b-tu3ygw1tuq] {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hop9kuji28],
.components-reconnect-repeated-attempt-visible[b-hop9kuji28],
.components-reconnect-failed-visible[b-hop9kuji28],
.components-pause-visible[b-hop9kuji28],
.components-resume-failed-visible[b-hop9kuji28],
.components-rejoining-animation[b-hop9kuji28] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-retrying[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-failed[b-hop9kuji28],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hop9kuji28] {
    display: block;
}


#components-reconnect-modal[b-hop9kuji28] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hop9kuji28 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hop9kuji28 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hop9kuji28 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hop9kuji28]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hop9kuji28 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hop9kuji28 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hop9kuji28 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hop9kuji28 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hop9kuji28] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hop9kuji28] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hop9kuji28] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hop9kuji28] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hop9kuji28] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hop9kuji28] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hop9kuji28] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hop9kuji28 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hop9kuji28] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hop9kuji28 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.speech-container[b-onayzyhze4] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.speech-container h1[b-onayzyhze4] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.subtitle[b-onayzyhze4] {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.controls[b-onayzyhze4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.language-selector[b-onayzyhze4] {
    margin-bottom: 1.5rem;
}

.language-selector label[b-onayzyhze4] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
    font-size: 1.1rem;
}

.language-selector select[b-onayzyhze4] {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.language-selector select:hover:not(:disabled)[b-onayzyhze4] {
    border-color: white;
    background: white;
    transform: translateY(-2px);
}

.language-selector select:focus[b-onayzyhze4] {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.language-selector select:disabled[b-onayzyhze4] {
    opacity: 0.6;
    cursor: not-allowed;
}

.button-group[b-onayzyhze4] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-onayzyhze4] {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:disabled[b-onayzyhze4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary[b-onayzyhze4] {
    background: white;
    color: #667eea;
    font-weight: 700;
}

.btn-primary:hover:not(:disabled)[b-onayzyhze4] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.btn-primary.recording[b-onayzyhze4] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    animation: pulse-glow-b-onayzyhze4 2s ease-in-out infinite;
}

.btn-secondary[b-onayzyhze4] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover:not(:disabled)[b-onayzyhze4] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-tertiary[b-onayzyhze4] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.btn-tertiary:hover:not(:disabled)[b-onayzyhze4] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.mic-icon[b-onayzyhze4] {
    font-size: 1.5rem;
}

.pulse-animation[b-onayzyhze4] {
    animation: pulse-scale-b-onayzyhze4 1s ease-in-out infinite;
}

@keyframes pulse-scale-b-onayzyhze4 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes pulse-glow-b-onayzyhze4 {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
    }
    50% {
        box-shadow: 0 8px 24px rgba(245, 87, 108, 0.6);
    }
}

.alert[b-onayzyhze4] {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-danger[b-onayzyhze4] {
    background: #fee;
    border: 2px solid #fcc;
    color: #c33;
}

.alert-warning[b-onayzyhze4] {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    color: #856404;
}

.alert-success[b-onayzyhze4] {
    background: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
}

.transcript-container[b-onayzyhze4] {
    margin-top: 2rem;
}

.transcript-header[b-onayzyhze4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.transcript-header h3[b-onayzyhze4] {
    color: #2c3e50;
    margin: 0;
    font-size: 1.5rem;
}

.word-count[b-onayzyhze4] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.transcript-box[b-onayzyhze4] {
    background: white;
    border: 3px solid #e0e0e0;
    border-radius: 16px;
    padding: 2rem;
    min-height: 200px;
    font-size: 1.25rem;
    line-height: 1.8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    word-wrap: break-word;
    transition: border-color 0.3s;
}

.transcript-box:hover[b-onayzyhze4] {
    border-color: #667eea;
}

.final-text[b-onayzyhze4] {
    color: #2c3e50;
    font-weight: 500;
}

.interim-text[b-onayzyhze4] {
    color: #95a5a6;
    font-style: italic;
    opacity: 0.8;
}

.placeholder[b-onayzyhze4] {
    color: #bdc3c7;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    font-size: 1.1rem;
}

.recording-indicator[b-onayzyhze4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(245, 87, 108, 0.3);
}

.pulse[b-onayzyhze4] {
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    animation: pulse-dot-b-onayzyhze4 1.5s ease-in-out infinite;
}

@keyframes pulse-dot-b-onayzyhze4 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.language-guide[b-onayzyhze4] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.language-guide h4[b-onayzyhze4] {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.language-examples[b-onayzyhze4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.example-card[b-onayzyhze4] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s;
}

.example-card:hover[b-onayzyhze4] {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.example-card h5[b-onayzyhze4] {
    margin: 0 0 0.75rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.example-card p[b-onayzyhze4] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
}

.example-card small[b-onayzyhze4] {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.info-box[b-onayzyhze4] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #90caf9;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.info-box h4[b-onayzyhze4] {
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.info-box ol[b-onayzyhze4] {
    margin: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.info-box li[b-onayzyhze4] {
    margin-bottom: 0.75rem;
    color: #0d47a1;
    line-height: 1.6;
}

.info-box strong[b-onayzyhze4] {
    color: #1565c0;
}

.info-box .note[b-onayzyhze4] {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    border-left: 4px solid #1976d2;
}

/* Landing Page Styles */

.home-container[b-onayzyhze4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Hero Section */
.hero-section[b-onayzyhze4] {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    color: white;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.hero-title[b-onayzyhze4] {
    font-size: 3rem;
    margin: 0 0 1rem 0;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-subtitle[b-onayzyhze4] {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
    opacity: 0.95;
}

.hero-description[b-onayzyhze4] {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

/* Tools Grid */
.tools-grid[b-onayzyhze4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tool-card[b-onayzyhze4] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    border: 3px solid transparent;
}

.tool-card:hover[b-onayzyhze4] {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: #667eea;
}

.tool-icon[b-onayzyhze4] {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    animation: float-b-onayzyhze4 3s ease-in-out infinite;
}

@keyframes float-b-onayzyhze4 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.tool-title[b-onayzyhze4] {
    font-size: 2rem;
    color: #2c3e50;
    margin: 0 0 1rem 0;
    font-weight: 700;
    text-align: center;
}

.tool-description[b-onayzyhze4] {
    font-size: 1.1rem;
    color: #7f8c8d;
    text-align: center;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.tool-features[b-onayzyhze4] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex-grow: 1;
}

.tool-features li[b-onayzyhze4] {
    padding: 0.75rem 0;
    color: #34495e;
    font-size: 1.05rem;
    border-bottom: 1px solid #ecf0f1;
    font-weight: 500;
}

.tool-features li:last-child[b-onayzyhze4] {
    border-bottom: none;
}

.tool-action[b-onayzyhze4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s;
}

.tool-card:hover .tool-action[b-onayzyhze4] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: scale(1.05);
}

.action-arrow[b-onayzyhze4] {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.tool-card:hover .action-arrow[b-onayzyhze4] {
    transform: translateX(5px);
}

/* Features Section */
.features-section[b-onayzyhze4] {
    margin-bottom: 3rem;
}

.section-title[b-onayzyhze4] {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin: 0 0 2rem 0;
    font-weight: 700;
}

.features-grid[b-onayzyhze4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.feature-card[b-onayzyhze4] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.feature-card:hover[b-onayzyhze4] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.feature-icon[b-onayzyhze4] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-onayzyhze4] {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 0 0 0.75rem 0;
    font-weight: 700;
}

.feature-card p[b-onayzyhze4] {
    color: #7f8c8d;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Languages Section */
.languages-section[b-onayzyhze4] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.languages-grid[b-onayzyhze4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}

.language-item[b-onayzyhze4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.language-item:hover[b-onayzyhze4] {
    transform: scale(1.05);
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.language-flag[b-onayzyhze4] {
    font-size: 2.5rem;
}

.language-name[b-onayzyhze4] {
    flex: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .speech-container[b-onayzyhze4] {
        padding: 1rem;
    }

    .speech-container h1[b-onayzyhze4] {
        font-size: 2rem;
    }

    .controls[b-onayzyhze4] {
        padding: 1.5rem;
    }

    .button-group[b-onayzyhze4] {
        flex-direction: column;
    }

    .btn[b-onayzyhze4] {
        width: 100%;
        min-width: unset;
    }

    .transcript-box[b-onayzyhze4] {
        font-size: 1.1rem;
        padding: 1.5rem;
    }

    .language-examples[b-onayzyhze4] {
        grid-template-columns: 1fr;
    }

    .transcript-header[b-onayzyhze4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .hero-title[b-onayzyhze4] {
        font-size: 2rem;
    }

    .hero-subtitle[b-onayzyhze4] {
        font-size: 1.2rem;
    }

    .hero-description[b-onayzyhze4] {
        font-size: 1rem;
    }

    .tools-grid[b-onayzyhze4] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tool-card[b-onayzyhze4] {
        padding: 2rem;
    }

    .tool-icon[b-onayzyhze4] {
        font-size: 4rem;
    }

    .tool-title[b-onayzyhze4] {
        font-size: 1.75rem;
    }

    .section-title[b-onayzyhze4] {
        font-size: 2rem;
    }

    .features-grid[b-onayzyhze4] {
        grid-template-columns: 1fr;
    }

    .languages-grid[b-onayzyhze4] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .speech-container h1[b-onayzyhze4] {
        font-size: 1.75rem;
    }

    .subtitle[b-onayzyhze4] {
        font-size: 1rem;
    }

    .transcript-box[b-onayzyhze4] {
        font-size: 1rem;
        min-height: 150px;
    }

    .example-card[b-onayzyhze4] {
        padding: 1rem;
    }

    .hero-title[b-onayzyhze4] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-onayzyhze4] {
        font-size: 1.1rem;
    }

    .tool-icon[b-onayzyhze4] {
        font-size: 3.5rem;
    }

    .tool-title[b-onayzyhze4] {
        font-size: 1.5rem;
    }

    .section-title[b-onayzyhze4] {
        font-size: 1.75rem;
    }

    .languages-grid[b-onayzyhze4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SchemaViewer.razor.rz.scp.css */
.schema-container[b-v34l7xnlgo] {
    max-width: 1600px;
    margin: 2rem auto;
    padding: 2rem;
}

.schema-container h1[b-v34l7xnlgo] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.subtitle[b-v34l7xnlgo] {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.btn-group[b-v34l7xnlgo] {
    display: flex;
    justify-content: center;
}

.card[b-v34l7xnlgo] {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.shadow-sm[b-v34l7xnlgo] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.card:hover[b-v34l7xnlgo] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card-header h4[b-v34l7xnlgo],
.card-header h5[b-v34l7xnlgo] {
    margin: 0;
    font-size: 1.3rem;
}

.bg-gradient-primary[b-v34l7xnlgo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Statistics Cards */
.stat-card[b-v34l7xnlgo] {
    text-align: center;
    padding: 1.5rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    transition: all 0.3s;
}

.stat-card:hover[b-v34l7xnlgo] {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-card i[b-v34l7xnlgo] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.stat-card h3[b-v34l7xnlgo] {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5rem 0;
    color: #2c3e50;
}

.stat-card p[b-v34l7xnlgo] {
    margin: 0;
    color: #7f8c8d;
    font-size: 1rem;
}

/* Table Cards */
.table-card[b-v34l7xnlgo] {
    border-left: 4px solid #667eea;
}

.table-card:hover[b-v34l7xnlgo] {
    border-left-color: #764ba2;
}

/* Search Box */
.input-group-text[b-v34l7xnlgo] {
    background: #f8f9fa;
    border-right: none;
}

.input-group .form-control[b-v34l7xnlgo] {
    border-left: none;
}

.input-group .form-control:focus[b-v34l7xnlgo] {
    border-color: #ced4da;
    box-shadow: none;
}

.input-group-text:focus-within[b-v34l7xnlgo] {
    border-color: #667eea;
}

/* Tables */
.table[b-v34l7xnlgo] {
    margin-bottom: 0;
}

.table thead[b-v34l7xnlgo] {
    position: sticky;
    top: 0;
    z-index: 10;
}

.table thead th[b-v34l7xnlgo] {
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 0.875rem;
    vertical-align: middle;
}

.table tbody td[b-v34l7xnlgo] {
    padding: 0.75rem;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-v34l7xnlgo] {
    background-color: rgba(102, 126, 234, 0.05);
}

/* Badges */
.badge[b-v34l7xnlgo] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
}

/* Code */
code[b-v34l7xnlgo] {
    background: #f5f7fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #667eea;
    font-family: 'Courier New', Courier, monospace;
}

/* Section Headers */
h6.border-bottom[b-v34l7xnlgo] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem;
}

/* Grid Layout for ER Diagram */
.er-grid-wrapper[b-v34l7xnlgo] {
    position: relative;
    width: 100%;
    min-height: 600px;
    max-height: 900px;
    overflow: auto;
    background: #f8f9fa;
}

.er-connection-canvas[b-v34l7xnlgo] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10; /* Higher than tables */
}

.er-grid-container[b-v34l7xnlgo] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    z-index: 1; /* Lower than canvas */
}

.er-entity-box[b-v34l7xnlgo] {
    position: relative;
    background: white;
    border: 2px solid #667eea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: fit-content;
    z-index: 5; /* Below canvas but above grid */
}

.er-entity-box:hover[b-v34l7xnlgo] {
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    transform: translateY(-2px);
    z-index: 6; /* Slightly higher on hover */
}

.er-entity-header[b-v34l7xnlgo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.er-entity-body[b-v34l7xnlgo] {
    padding: 0.5rem 0;
    flex: 1;
}

.er-attribute[b-v34l7xnlgo] {
    padding: 0.4rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #f0f0f0;
}

.er-attribute:last-child[b-v34l7xnlgo] {
    border-bottom: none;
}

.er-attribute:hover[b-v34l7xnlgo] {
    background: #f8f9fa;
}

.fk-attribute[b-v34l7xnlgo] {
    background: #fff8e1;
}

.fk-attribute:hover[b-v34l7xnlgo] {
    background: #fff3cd;
}

.attribute-dot[b-v34l7xnlgo] {
    font-size: 0.4rem;
    color: #6c757d;
}

.attr-name[b-v34l7xnlgo] {
    font-weight: 500;
    color: #2c3e50;
    flex: 1;
}

.attr-type[b-v34l7xnlgo] {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    color: #667eea;
    background: #f0f4ff;
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
}

.er-entity-footer[b-v34l7xnlgo] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 6px 6px;
    color: #6c757d;
    font-size: 0.8rem;
}

.fk-section-title[b-v34l7xnlgo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #495057;
    font-size: 0.85rem;
}

.fk-relationship[b-v34l7xnlgo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.8rem;
    transition: all 0.2s;
}

.fk-relationship:last-child[b-v34l7xnlgo] {
    margin-bottom: 0;
}

.fk-relationship:hover[b-v34l7xnlgo] {
    background: #f0f4ff;
    border-color: #667eea;
    transform: translateX(3px);
}

.fk-column[b-v34l7xnlgo] {
    font-weight: 600;
    color: #2c3e50;
}

.fk-target[b-v34l7xnlgo] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #495057;
}

.fk-target strong[b-v34l7xnlgo] {
    color: #667eea;
}

.fk-target code[b-v34l7xnlgo] {
    font-size: 0.7rem;
    background: #e7f3ff;
    color: #0066cc;
    padding: 0.1rem 0.3rem;
}

/* Responsive Grid */
@media (max-width: 1400px) {
    .er-grid-container[b-v34l7xnlgo] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .er-grid-container[b-v34l7xnlgo] {
        grid-template-columns: 1fr;
    }
}

/* Diagram */
.diagram-container[b-v34l7xnlgo] {
    width: 100%;
    min-height: 600px;
    max-height: 900px;
    overflow: auto;
    background: #f8f9fa;
    border: 2px solid #ddd;
    position: relative;
    padding: 20px;
}

.er-diagram-content[b-v34l7xnlgo] {
    min-width: 100%;
    transition: transform 0.3s ease;
    display: inline-block;
}

#erDiagram[b-v34l7xnlgo] {
    padding: 10px;
    width: fit-content;
    min-width: 100%;
}

/* Mermaid diagram styling overrides */
#erDiagram svg[b-v34l7xnlgo] {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

/* Compact entity boxes */
#erDiagram .er.entityBox[b-v34l7xnlgo] {
    fill: #ffffff !important;
    stroke: #667eea !important;
    stroke-width: 2px !important;
    rx: 5 !important;
}

/* Entity labels */
#erDiagram .er.entityLabel[b-v34l7xnlgo] {
    font-size: 14px !important;
    font-weight: bold !important;
    fill: #2c3e50 !important;
}

/* Attribute text - smaller for compactness */
#erDiagram .er.attributeBoxEven[b-v34l7xnlgo],
#erDiagram .er.attributeBoxOdd[b-v34l7xnlgo] {
    fill: #f8f9fa !important;
    stroke: #dee2e6 !important;
}

#erDiagram text.er[b-v34l7xnlgo] {
    font-size: 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Relationship lines - thinner for less clutter */
#erDiagram .er.relationshipLine[b-v34l7xnlgo] {
    stroke: #667eea !important;
    stroke-width: 1.5px !important;
}

#erDiagram .er.relationshipLabel[b-v34l7xnlgo] {
    font-size: 11px !important;
    fill: #495057 !important;
    background: white !important;
}

/* Reduce spacing between elements */
#erDiagram g.relationship[b-v34l7xnlgo] {
    margin: 5px !important;
}

#erDiagram .er .er-entity[b-v34l7xnlgo] {
    margin: 10px !important;
}

/* Spinner */
.spinner-border[b-v34l7xnlgo] {
    width: 3rem;
    height: 3rem;
}

/* Alert */
.alert[b-v34l7xnlgo] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Responsive Design */
@media (max-width: 768px) {
    .schema-container[b-v34l7xnlgo] {
        padding: 1rem;
    }

    .schema-container h1[b-v34l7xnlgo] {
        font-size: 2rem;
    }

    .stat-card[b-v34l7xnlgo] {
        margin-bottom: 1rem;
    }

    .table-responsive[b-v34l7xnlgo] {
        font-size: 0.9rem;
    }

    .badge[b-v34l7xnlgo] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    code[b-v34l7xnlgo] {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .schema-container h1[b-v34l7xnlgo] {
        font-size: 1.75rem;
    }

    .stat-card h3[b-v34l7xnlgo] {
        font-size: 1.5rem;
    }

    .stat-card i[b-v34l7xnlgo] {
        font-size: 2rem;
    }
}
/* /Components/Pages/SpeechToText.razor.rz.scp.css */
.speech-container[b-w166supou2] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.speech-container h1[b-w166supou2] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.subtitle[b-w166supou2] {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.controls[b-w166supou2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.language-selector[b-w166supou2] {
    margin-bottom: 1.5rem;
}

.language-selector label[b-w166supou2] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
    font-size: 1.1rem;
}

.language-selector select[b-w166supou2] {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.language-selector select:hover:not(:disabled)[b-w166supou2] {
    border-color: white;
    background: white;
    transform: translateY(-2px);
}

.language-selector select:focus[b-w166supou2] {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.language-selector select:disabled[b-w166supou2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.button-group[b-w166supou2] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-w166supou2] {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:disabled[b-w166supou2] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary[b-w166supou2] {
    background: white;
    color: #667eea;
    font-weight: 700;
}

.btn-primary:hover:not(:disabled)[b-w166supou2] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.btn-primary.recording[b-w166supou2] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    animation: pulse-glow-b-w166supou2 2s ease-in-out infinite;
}

.btn-secondary[b-w166supou2] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover:not(:disabled)[b-w166supou2] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-tertiary[b-w166supou2] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.btn-tertiary:hover:not(:disabled)[b-w166supou2] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.mic-icon[b-w166supou2] {
    font-size: 1.5rem;
}

.pulse-animation[b-w166supou2] {
    animation: pulse-scale-b-w166supou2 1s ease-in-out infinite;
}

@keyframes pulse-scale-b-w166supou2 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes pulse-glow-b-w166supou2 {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
    }
    50% {
        box-shadow: 0 8px 24px rgba(245, 87, 108, 0.6);
    }
}

.alert[b-w166supou2] {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-danger[b-w166supou2] {
    background: #fee;
    border: 2px solid #fcc;
    color: #c33;
}

.alert-warning[b-w166supou2] {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    color: #856404;
}

.alert-success[b-w166supou2] {
    background: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
}

.transcript-container[b-w166supou2] {
    margin-top: 2rem;
}

.transcript-header[b-w166supou2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.transcript-header h3[b-w166supou2] {
    color: #2c3e50;
    margin: 0;
    font-size: 1.5rem;
}

.word-count[b-w166supou2] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.transcript-box[b-w166supou2] {
    background: white;
    border: 3px solid #e0e0e0;
    border-radius: 16px;
    padding: 2rem;
    min-height: 200px;
    font-size: 1.25rem;
    line-height: 1.8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    word-wrap: break-word;
    transition: border-color 0.3s;
}

.transcript-box:hover[b-w166supou2] {
    border-color: #667eea;
}

.final-text[b-w166supou2] {
    color: #2c3e50;
    font-weight: 500;
}

.interim-text[b-w166supou2] {
    color: #95a5a6;
    font-style: italic;
    opacity: 0.8;
}

.placeholder[b-w166supou2] {
    color: #bdc3c7;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    font-size: 1.1rem;
}

.recording-indicator[b-w166supou2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(245, 87, 108, 0.3);
}

.pulse[b-w166supou2] {
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    animation: pulse-dot-b-w166supou2 1.5s ease-in-out infinite;
}

@keyframes pulse-dot-b-w166supou2 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.language-guide[b-w166supou2] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.language-guide h4[b-w166supou2] {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.language-examples[b-w166supou2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.example-card[b-w166supou2] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s;
}

.example-card:hover[b-w166supou2] {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.example-card h5[b-w166supou2] {
    margin: 0 0 0.75rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.example-card p[b-w166supou2] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
}

.example-card small[b-w166supou2] {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.info-box[b-w166supou2] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #90caf9;
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.info-box h4[b-w166supou2] {
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.info-box ol[b-w166supou2] {
    margin: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.info-box li[b-w166supou2] {
    margin-bottom: 0.75rem;
    color: #0d47a1;
    line-height: 1.6;
}

.info-box strong[b-w166supou2] {
    color: #1565c0;
}

.info-box .note[b-w166supou2] {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    border-left: 4px solid #1976d2;
}

/* Responsive design */
@media (max-width: 768px) {
    .speech-container[b-w166supou2] {
        padding: 1rem;
    }

    .speech-container h1[b-w166supou2] {
        font-size: 2rem;
    }

    .controls[b-w166supou2] {
        padding: 1.5rem;
    }

    .button-group[b-w166supou2] {
        flex-direction: column;
    }

    .btn[b-w166supou2] {
        width: 100%;
        min-width: unset;
    }

    .transcript-box[b-w166supou2] {
        font-size: 1.1rem;
        padding: 1.5rem;
    }

    .language-examples[b-w166supou2] {
        grid-template-columns: 1fr;
    }

    .transcript-header[b-w166supou2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .speech-container h1[b-w166supou2] {
        font-size: 1.75rem;
    }

    .subtitle[b-w166supou2] {
        font-size: 1rem;
    }

    .transcript-box[b-w166supou2] {
        font-size: 1rem;
        min-height: 150px;
    }

    .example-card[b-w166supou2] {
        padding: 1rem;
    }
}
/* /Components/Pages/TextToSpeech.razor.rz.scp.css */
.tts-container[b-6i33gzuw0j] {
    max-width: 1100px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.tts-container h1[b-6i33gzuw0j] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.subtitle[b-6i33gzuw0j] {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.controls[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 16px rgba(245, 87, 108, 0.3);
}

.language-voice-selector[b-6i33gzuw0j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.selector-group label[b-6i33gzuw0j] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
    font-size: 1rem;
}

.selector-group select[b-6i33gzuw0j] {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition: all 0.3s;
}

.selector-group select:hover:not(:disabled)[b-6i33gzuw0j] {
    border-color: white;
    background: white;
    transform: translateY(-2px);
}

.selector-group select:focus[b-6i33gzuw0j] {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.selector-group select:disabled[b-6i33gzuw0j] {
    opacity: 0.6;
    cursor: not-allowed;
}

.speech-controls[b-6i33gzuw0j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.control-group label[b-6i33gzuw0j] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
}

.control-group input[type="range"][b-6i33gzuw0j] {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    cursor: pointer;
}

.control-group input[type="range"][b-6i33gzuw0j]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.control-group input[type="range"][b-6i33gzuw0j]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.control-group input[type="range"]:disabled[b-6i33gzuw0j] {
    opacity: 0.5;
    cursor: not-allowed;
}

.text-input-section[b-6i33gzuw0j] {
    margin-bottom: 1.5rem;
}

.text-input-section label[b-6i33gzuw0j] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.text-input-section textarea[b-6i33gzuw0j] {
    width: 100%;
    padding: 1rem;
    border: 3px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1.1rem;
    font-family: inherit;
    line-height: 1.6;
    resize: vertical;
    transition: border-color 0.3s;
}

.text-input-section textarea:focus[b-6i33gzuw0j] {
    outline: none;
    border-color: #f5576c;
    box-shadow: 0 0 0 3px rgba(245, 87, 108, 0.1);
}

.text-input-section textarea:disabled[b-6i33gzuw0j] {
    opacity: 0.6;
    cursor: not-allowed;
}

.text-stats[b-6i33gzuw0j] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: #f5f7fa;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #7f8c8d;
    transition: all 0.3s;
}

.text-stats.text-error[b-6i33gzuw0j] {
    background: #fff3cd;
    color: #856404;
    border: 2px solid #ffc107;
    font-weight: 600;
}

.button-group[b-6i33gzuw0j] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.btn[b-6i33gzuw0j] {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:disabled[b-6i33gzuw0j] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-6i33gzuw0j] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-primary.speaking[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    animation: pulse-glow-b-6i33gzuw0j 2s ease-in-out infinite;
}

.btn-secondary[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-6i33gzuw0j] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 233, 123, 0.4);
}

.btn-tertiary[b-6i33gzuw0j] {
    background: #95a5a6;
    color: white;
}

.btn-tertiary:hover:not(:disabled)[b-6i33gzuw0j] {
    background: #7f8c8d;
    transform: translateY(-2px);
}

.icon[b-6i33gzuw0j] {
    font-size: 1.3rem;
}

@keyframes pulse-glow-b-6i33gzuw0j {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
    }
    50% {
        box-shadow: 0 8px 24px rgba(245, 87, 108, 0.6);
    }
}

.alert[b-6i33gzuw0j] {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.alert-danger[b-6i33gzuw0j] {
    background: #fee;
    border: 2px solid #fcc;
    color: #c33;
}

.alert-warning[b-6i33gzuw0j] {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    color: #856404;
    font-weight: 600;
}

.alert-success[b-6i33gzuw0j] {
    background: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
}

.speaking-indicator[b-6i33gzuw0j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(245, 87, 108, 0.3);
}

.wave[b-6i33gzuw0j] {
    width: 8px;
    height: 30px;
    background: white;
    margin: 0 2px;
    border-radius: 4px;
    animation: wave-animation-b-6i33gzuw0j 1s ease-in-out infinite;
}

.wave:nth-child(1)[b-6i33gzuw0j] {
    animation-delay: 0s;
}

.wave:nth-child(2)[b-6i33gzuw0j] {
    animation-delay: 0.2s;
}

.wave:nth-child(3)[b-6i33gzuw0j] {
    animation-delay: 0.4s;
}

@keyframes wave-animation-b-6i33gzuw0j {
    0%, 100% {
        transform: scaleY(0.5);
    }
    50% {
        transform: scaleY(1.2);
    }
}

.examples-section[b-6i33gzuw0j] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.examples-section h4[b-6i33gzuw0j] {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.examples-grid[b-6i33gzuw0j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.example-card[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
}

.example-card:hover[b-6i33gzuw0j] {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border-color: #f5576c;
}

.example-card h5[b-6i33gzuw0j] {
    margin: 0 0 0.75rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.example-card p[b-6i33gzuw0j] {
    margin: 0;
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.6;
}

.info-box[b-6i33gzuw0j] {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #90caf9;
    border-radius: 16px;
    padding: 1.5rem;
}

.info-box h4[b-6i33gzuw0j] {
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.info-box ol[b-6i33gzuw0j] {
    margin: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.info-box li[b-6i33gzuw0j] {
    margin-bottom: 0.75rem;
    color: #0d47a1;
    line-height: 1.6;
}

.info-box strong[b-6i33gzuw0j] {
    color: #1565c0;
}

.info-box .note[b-6i33gzuw0j] {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    border-left: 4px solid #1976d2;
}

/* Responsive design */
@media (max-width: 768px) {
    .tts-container[b-6i33gzuw0j] {
        padding: 1rem;
    }

    .tts-container h1[b-6i33gzuw0j] {
        font-size: 2rem;
    }

    .controls[b-6i33gzuw0j] {
        padding: 1.5rem;
    }

    .language-voice-selector[b-6i33gzuw0j],
    .speech-controls[b-6i33gzuw0j] {
        grid-template-columns: 1fr;
    }

    .button-group[b-6i33gzuw0j] {
        flex-direction: column;
    }

    .btn[b-6i33gzuw0j] {
        width: 100%;
        min-width: unset;
    }

    .examples-grid[b-6i33gzuw0j] {
        grid-template-columns: 1fr;
    }

    .text-stats[b-6i33gzuw0j] {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .tts-container h1[b-6i33gzuw0j] {
        font-size: 1.75rem;
    }

    .subtitle[b-6i33gzuw0j] {
        font-size: 1rem;
    }

    .example-card[b-6i33gzuw0j] {
        padding: 1rem;
    }
}
