/* /Layout/MainLayout.razor.rz.scp.css */
.app-header[b-nwf8yvd0l0] {
    background: linear-gradient(135deg, rgb(5, 39, 103), #3a0647);
    color: #fff;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.app-logo[b-nwf8yvd0l0] {
    height: 2rem;
    width: auto;
}

.app-title[b-nwf8yvd0l0] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.app-nav[b-nwf8yvd0l0] {
    display: flex;
    gap: 0.25rem;
}

.app-nav[b-nwf8yvd0l0]  .nav-tab {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 0.4rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.app-nav[b-nwf8yvd0l0]  .nav-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.app-nav[b-nwf8yvd0l0]  .nav-tab.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    font-weight: 600;
}

.app-content[b-nwf8yvd0l0] {
    flex: 1;
    padding: 1.25rem 1.5rem;
    overflow: auto;
}


/* /Pages/Accessibility.razor.rz.scp.css */
.toolbar[b-9sn0mbrbkq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.font-size-label[b-9sn0mbrbkq] {
    font-weight: 600;
    font-size: 0.9rem;
}

.toolbar select[b-9sn0mbrbkq] {
    padding: 0.35rem 0.6rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

.accessibility-container[b-9sn0mbrbkq] {
    display: flex;
    gap: 1.5rem;
    height: calc(100vh - 8.5rem);
}

.panel[b-9sn0mbrbkq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    overflow: hidden;
}

.panel-header[b-9sn0mbrbkq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #1b6ec2;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-9sn0mbrbkq] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.action-button[b-9sn0mbrbkq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border: 2px solid #1b6ec2;
    border-radius: 2rem;
    background: #fff;
    color: #1b6ec2;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-button:hover:not(:disabled)[b-9sn0mbrbkq] {
    background: #e8f0fe;
}

.action-button:disabled[b-9sn0mbrbkq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.action-button.active[b-9sn0mbrbkq] {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
    animation: pulse-b-9sn0mbrbkq 1.5s infinite;
}

.btn-icon[b-9sn0mbrbkq] {
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

@keyframes pulse-b-9sn0mbrbkq {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(220, 53, 69, 0); }
}

.caption-output[b-9sn0mbrbkq] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #e9ecef;
    line-height: 1.6;
}

.caption-line[b-9sn0mbrbkq] {
    margin: 0 0 0.4rem;
}

.caption-line.interim[b-9sn0mbrbkq] {
    color: #6c757d;
    font-style: italic;
}

.readaloud-input[b-9sn0mbrbkq] {
    flex: 1;
    resize: none;
    padding: 0.75rem;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    background: #f8f9fa;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.6;
}

.readaloud-input:focus[b-9sn0mbrbkq] {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 0.15rem rgba(27, 110, 194, 0.25);
}

.error-message[b-9sn0mbrbkq] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.75rem;
    background: #f8d7da;
    border-radius: 0.375rem;
}

@media (max-width: 768px) {
    .accessibility-container[b-9sn0mbrbkq] {
        flex-direction: column;
        height: auto;
    }

    .panel[b-9sn0mbrbkq] {
        min-height: 40vh;
    }
}
/* /Pages/Translate.razor.rz.scp.css */
.translate-container[b-06z4zpgkzc] {
    display: flex;
    gap: 1.5rem;
    height: calc(100vh - 7rem);
}

.panel[b-06z4zpgkzc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
    overflow: hidden;
}

.panel-header[b-06z4zpgkzc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 2px solid #1b6ec2;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.panel-header h2[b-06z4zpgkzc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.panel-header select[b-06z4zpgkzc] {
    padding: 0.35rem 0.6rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

.icon-button[b-06z4zpgkzc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    border: 2px solid #1b6ec2;
    border-radius: 50%;
    background: #fff;
    color: #1b6ec2;
    cursor: pointer;
    transition: all 0.2s ease;
}

.icon-button svg[b-06z4zpgkzc] {
    width: 1.1rem;
    height: 1.1rem;
}

.icon-button:hover:not(:disabled)[b-06z4zpgkzc] {
    background: #e8f0fe;
}

.icon-button:disabled[b-06z4zpgkzc] {
    opacity: 0.5;
    cursor: not-allowed;
}

.icon-button.active[b-06z4zpgkzc] {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
    animation: pulse-b-06z4zpgkzc 1.5s infinite;
}

.action-button[b-06z4zpgkzc] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border: 2px solid #1b6ec2;
    border-radius: 2rem;
    background: #fff;
    color: #1b6ec2;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: auto;
    white-space: nowrap;
}

.action-button:hover:not(:disabled)[b-06z4zpgkzc] {
    background: #e8f0fe;
}

.action-button:disabled[b-06z4zpgkzc] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-icon[b-06z4zpgkzc] {
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

@keyframes pulse-b-06z4zpgkzc {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(220, 53, 69, 0); }
}

.translate-input[b-06z4zpgkzc] {
    flex: 1;
    resize: none;
    padding: 0.75rem;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    background: #f8f9fa;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.6;
}

.translate-input:focus[b-06z4zpgkzc] {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 0.15rem rgba(27, 110, 194, 0.25);
}

.translate-output[b-06z4zpgkzc] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #e9ecef;
    font-size: 1.1rem;
    line-height: 1.6;
}

.translate-output p[b-06z4zpgkzc] {
    margin: 0;
}

.error-message[b-06z4zpgkzc] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.75rem;
    background: #f8d7da;
    border-radius: 0.375rem;
}

@media (max-width: 768px) {
    .translate-container[b-06z4zpgkzc] {
        flex-direction: column;
        height: auto;
    }

    .panel[b-06z4zpgkzc] {
        min-height: 40vh;
    }
}
