/* /Layout/MainLayout.razor.rz.scp.css */
.app-container[b-gc1q6j7t0n] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
}

.app-header[b-gc1q6j7t0n] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.brand[b-gc1q6j7t0n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.brand:hover[b-gc1q6j7t0n] {
    color: #e9ecef;
    text-decoration: none;
}

.brand-icon[b-gc1q6j7t0n] {
    font-size: 1.5rem;
}

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

.nav-links .nav-link[b-gc1q6j7t0n] {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
}

.nav-links .nav-link:hover[b-gc1q6j7t0n] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.nav-links .nav-link.active[b-gc1q6j7t0n] {
    color: white;
    background: rgba(255, 255, 255, 0.15);
}

.app-main[b-gc1q6j7t0n] {
    flex: 1;
    padding: 1.5rem 0;
}

.content[b-gc1q6j7t0n] {
    padding: 0 1.5rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .nav-links[b-gc1q6j7t0n] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    .nav-links .nav-link[b-gc1q6j7t0n] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .brand-text[b-gc1q6j7t0n] {
        display: none;
    }
    
    .brand-icon[b-gc1q6j7t0n] {
        font-size: 1.75rem;
    }
    
    .content[b-gc1q6j7t0n] {
        padding: 0 1rem;
    }
}

@media (min-width: 1200px) {
    .content[b-gc1q6j7t0n] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
    }
}
/* /Pages/Fono/Audios.razor.rz.scp.css */
.upload-zone[b-lot8z76mat] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f8f9fa;
    min-height: 150px;
}

.upload-zone:hover[b-lot8z76mat] {
    border-color: #1e3a5f;
    background: #f0f4f8;
}

.upload-zone.dragging[b-lot8z76mat] {
    border-color: #1e3a5f;
    background: #e8f0f8;
    transform: scale(1.01);
}

.upload-zone.uploading[b-lot8z76mat] {
    cursor: wait;
}

.upload-content[b-lot8z76mat] {
    pointer-events: none;
}

.upload-icon[b-lot8z76mat] {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
}

.audio-player-bar[b-lot8z76mat] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: white;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.audio-player-bar audio[b-lot8z76mat] {
    height: 40px;
    max-width: 500px;
}

.audio-player-bar audio[b-lot8z76mat]::-webkit-media-controls-panel {
    background: rgba(255, 255, 255, 0.1);
}

.table th[b-lot8z76mat] {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.table td[b-lot8z76mat] {
    vertical-align: middle;
}

.badge[b-lot8z76mat] {
    font-weight: 500;
    font-size: 0.75rem;
}


/* /Pages/Fono/Login.razor.rz.scp.css */
.login-container[b-d85gm461f3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f 0%, #0d2137 50%, #1a1a2e 100%);
    padding: 1rem;
}

.login-card[b-d85gm461f3] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.login-header[b-d85gm461f3] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-icon[b-d85gm461f3] {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.login-header h1[b-d85gm461f3] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.25rem;
}

.login-header p[b-d85gm461f3] {
    font-size: 0.9rem;
}

.login-form .form-floating > .form-control[b-d85gm461f3] {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-form .form-floating > .form-control:focus[b-d85gm461f3] {
    border-color: #1e3a5f;
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.15);
}

.login-form .btn-primary[b-d85gm461f3] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.login-form .btn-primary:hover:not(:disabled)[b-d85gm461f3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.35);
}

.login-form .btn-primary:disabled[b-d85gm461f3] {
    opacity: 0.7;
}

.login-form .btn-link[b-d85gm461f3] {
    color: #1e3a5f;
    font-weight: 500;
}

.login-form .btn-link:hover[b-d85gm461f3] {
    color: #2d5a87;
}

.login-footer[b-d85gm461f3] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.login-footer code[b-d85gm461f3] {
    background: #f8f9fa;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.alert-danger[b-d85gm461f3] {
    border-radius: 8px;
    border: none;
    background: #fff5f5;
    color: #c53030;
}


/* /Pages/Fono/Register.razor.rz.scp.css */
.register-container[b-6ovs5xmgct] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2d5a87 0%, #1e3a5f 50%, #0d2137 100%);
    padding: 1rem;
}

.register-card[b-6ovs5xmgct] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    width: 100%;
    max-width: 440px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.register-header[b-6ovs5xmgct] {
    text-align: center;
    margin-bottom: 2rem;
}

.register-icon[b-6ovs5xmgct] {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.register-header h1[b-6ovs5xmgct] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.25rem;
}

.register-header p[b-6ovs5xmgct] {
    font-size: 0.9rem;
}

.register-form .form-floating > .form-control[b-6ovs5xmgct] {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.register-form .form-floating > .form-control:focus[b-6ovs5xmgct] {
    border-color: #2d5a87;
    box-shadow: 0 0 0 3px rgba(45, 90, 135, 0.15);
}

.register-form .form-text[b-6ovs5xmgct] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    padding-left: 0.5rem;
}

.register-form .btn-primary[b-6ovs5xmgct] {
    background: linear-gradient(135deg, #2d5a87 0%, #1e3a5f 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.register-form .btn-primary:hover:not(:disabled)[b-6ovs5xmgct] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.35);
}

.register-form .btn-primary:disabled[b-6ovs5xmgct] {
    opacity: 0.7;
}

.register-form .btn-link[b-6ovs5xmgct] {
    color: #2d5a87;
    font-weight: 500;
}

.register-form .btn-link:hover[b-6ovs5xmgct] {
    color: #1e3a5f;
}

.register-footer[b-6ovs5xmgct] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.alert-danger[b-6ovs5xmgct] {
    border-radius: 8px;
    border: none;
    background: #fff5f5;
    color: #c53030;
}

.alert-success[b-6ovs5xmgct] {
    border-radius: 8px;
    border: none;
    background: #f0fff4;
    color: #276749;
}

/* Responsividade */
@media (max-width: 480px) {
    .register-card[b-6ovs5xmgct] {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .register-icon[b-6ovs5xmgct] {
        font-size: 2.5rem;
    }
    
    .register-header h1[b-6ovs5xmgct] {
        font-size: 1.5rem;
    }
}

/* /Pages/Fono/SessionControl.razor.rz.scp.css */
/* Connection Status */
.connection-status[b-v1m5r9phm3] {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.connection-status.connected[b-v1m5r9phm3] {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.connection-status.disconnected[b-v1m5r9phm3] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Participant Avatar */
.participant-avatar[b-v1m5r9phm3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.participant-avatar.host[b-v1m5r9phm3] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

/* Event Log */
.event-log[b-v1m5r9phm3] {
    max-height: 300px;
    overflow-y: auto;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.75rem;
}

.event-item[b-v1m5r9phm3] {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 0.75rem;
}

.event-item:last-child[b-v1m5r9phm3] {
    border-bottom: none;
}

.event-item.success[b-v1m5r9phm3] {
    background-color: rgba(25, 135, 84, 0.05);
}

.event-item.error[b-v1m5r9phm3] {
    background-color: rgba(220, 53, 69, 0.05);
}

.event-item.warning[b-v1m5r9phm3] {
    background-color: rgba(255, 193, 7, 0.1);
}

.event-item.info[b-v1m5r9phm3] {
    background-color: rgba(13, 110, 253, 0.03);
}

.event-time[b-v1m5r9phm3] {
    color: #6c757d;
    font-weight: 500;
    white-space: nowrap;
}

.event-message[b-v1m5r9phm3] {
    flex: 1;
    word-break: break-word;
}

/* Buttons */
.btn-lg[b-v1m5r9phm3] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Table */
.table th[b-v1m5r9phm3] {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.table td[b-v1m5r9phm3] {
    vertical-align: middle;
}

/* Scrollbar for event log */
.event-log[b-v1m5r9phm3]::-webkit-scrollbar {
    width: 6px;
}

.event-log[b-v1m5r9phm3]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.event-log[b-v1m5r9phm3]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.event-log[b-v1m5r9phm3]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Card hover effect */
.card[b-v1m5r9phm3] {
    transition: box-shadow 0.2s ease;
}

.card:hover[b-v1m5r9phm3] {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}

/* Now Playing Info */
.now-playing-info[b-v1m5r9phm3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.now-playing-icon[b-v1m5r9phm3] {
    font-size: 1.5rem;
}

.now-playing-icon.playing[b-v1m5r9phm3] {
    animation: pulse-b-v1m5r9phm3 1s ease-in-out infinite;
}

.now-playing-icon.paused[b-v1m5r9phm3] {
    opacity: 0.7;
}

.now-playing-text[b-v1m5r9phm3] {
    font-size: 0.9rem;
}

@keyframes pulse-b-v1m5r9phm3 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}
/* /Pages/Fono/SessionDetail.razor.rz.scp.css */
.status-dot[b-snj2hh7cof] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.status-active[b-snj2hh7cof] {
    background: #198754;
    box-shadow: 0 0 8px rgba(25, 135, 84, 0.5);
    animation: pulse-b-snj2hh7cof 2s infinite;
}

.status-ended[b-snj2hh7cof] {
    background: #6c757d;
}

.status-pending[b-snj2hh7cof] {
    background: #ffc107;
}

@keyframes pulse-b-snj2hh7cof {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(25, 135, 84, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}

.join-code-display[b-snj2hh7cof] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.participant-avatar[b-snj2hh7cof] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.participant-avatar.host[b-snj2hh7cof] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
}


/* /Pages/Fono/Sessions.razor.rz.scp.css */
.stat-icon[b-byjafn7rh9] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.stat-value[b-byjafn7rh9] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label[b-byjafn7rh9] {
    font-size: 0.85rem;
}

.session-item[b-byjafn7rh9] {
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

.session-item:hover[b-byjafn7rh9] {
    background: #f8f9fa;
    border-left-color: #1e3a5f;
}

.status-dot[b-byjafn7rh9] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.status-active[b-byjafn7rh9] {
    background: #198754;
    box-shadow: 0 0 8px rgba(25, 135, 84, 0.5);
    animation: pulse-b-byjafn7rh9 2s infinite;
}

.status-ended[b-byjafn7rh9] {
    background: #6c757d;
}

.status-pending[b-byjafn7rh9] {
    background: #ffc107;
}

@keyframes pulse-b-byjafn7rh9 {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.5);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(25, 135, 84, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}

.join-code[b-byjafn7rh9] {
    font-family: 'Consolas', monospace;
    font-size: 1rem;
    font-weight: 600;
    background: #e9ecef;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.1em;
}

.modal-backdrop[b-byjafn7rh9] {
    background: rgba(0, 0, 0, 0.5);
}


/* /Pages/Patient/Join.razor.rz.scp.css */
.join-container[b-tqdhk5mun0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.join-card[b-tqdhk5mun0] {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 420px;
    width: 100%;
    overflow: hidden;
}

.join-header[b-tqdhk5mun0] {
    text-align: center;
    padding: 2.5rem 2rem 1.5rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.join-icon[b-tqdhk5mun0] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: bounce-b-tqdhk5mun0 2s infinite;
}

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

.join-header h1[b-tqdhk5mun0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.join-header p[b-tqdhk5mun0] {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.join-form[b-tqdhk5mun0] {
    padding: 2rem;
}

.form-label[b-tqdhk5mun0] {
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.join-code-input[b-tqdhk5mun0] {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    font-family: 'Consolas', 'Monaco', monospace;
}

.join-code-input[b-tqdhk5mun0]::placeholder {
    letter-spacing: 0.25rem;
    font-weight: 400;
    color: #adb5bd;
}

.btn-primary[b-tqdhk5mun0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover:not(:disabled)[b-tqdhk5mun0] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-tqdhk5mun0] {
    background: linear-gradient(135deg, #adb5bd 0%, #6c757d 100%);
    cursor: not-allowed;
}

.join-footer[b-tqdhk5mun0] {
    text-align: center;
    padding: 1rem 2rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.connection-indicator[b-tqdhk5mun0] {
    font-size: 0.85rem;
    color: #6c757d;
}

.connection-indicator.connecting[b-tqdhk5mun0] {
    color: #ffc107;
}

.alert-danger[b-tqdhk5mun0] {
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    color: #842029;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

.stereo-badge[b-tqdhk5mun0] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Responsividade */
@media (max-width: 480px) {
    .join-card[b-tqdhk5mun0] {
        border-radius: 1rem;
    }
    
    .join-header[b-tqdhk5mun0] {
        padding: 2rem 1.5rem 1rem;
    }
    
    .join-form[b-tqdhk5mun0] {
        padding: 1.5rem;
    }
    
    .join-code-input[b-tqdhk5mun0] {
        font-size: 1.5rem;
        letter-spacing: 0.3rem;
    }
}

/* /Pages/Patient/Session.razor.rz.scp.css */
.session-container[b-k94tc24uiq] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.session-card[b-k94tc24uiq] {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: 100%;
    overflow: hidden;
}

.session-card.session-active[b-k94tc24uiq] {
    max-width: 500px;
}

.session-header[b-k94tc24uiq] {
    text-align: center;
    padding: 2rem 2rem 1.5rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
    position: relative;
}

.session-header.error[b-k94tc24uiq] {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.session-header.warning[b-k94tc24uiq] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
}

/* Stereo reminder banner */
.stereo-reminder[b-k94tc24uiq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #e8f4fd 0%, #d1e9fc 100%);
    border-bottom: 1px solid #b8daff;
    font-size: 0.8rem;
    color: #0056b3;
}

.stereo-reminder .reminder-icon[b-k94tc24uiq] {
    font-size: 1rem;
}

.stereo-reminder .reminder-text[b-k94tc24uiq] {
    font-weight: 500;
}

/* Mono warning box */
.mono-warning[b-k94tc24uiq] {
    display: flex;
    gap: 0.75rem;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    border-left: 4px solid #ffc107;
}

.mono-warning .warning-icon[b-k94tc24uiq] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.mono-warning p[b-k94tc24uiq] {
    margin: 0;
    font-size: 0.9rem;
    color: #856404;
}

.session-icon[b-k94tc24uiq] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.session-icon.pulse[b-k94tc24uiq] {
    animation: pulse-b-k94tc24uiq 2s ease-in-out infinite;
}

.session-icon .playing[b-k94tc24uiq] {
    display: inline-block;
    animation: bounce-b-k94tc24uiq 0.5s ease-in-out infinite;
}

.session-icon .loading[b-k94tc24uiq] {
    display: inline-block;
    animation: spin-b-k94tc24uiq 1s linear infinite;
}

.session-icon .scheduled[b-k94tc24uiq] {
    display: inline-block;
    animation: pulse-b-k94tc24uiq 1.5s ease-in-out infinite;
}

@keyframes pulse-b-k94tc24uiq {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

@keyframes bounce-b-k94tc24uiq {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes spin-b-k94tc24uiq {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.session-header h1[b-k94tc24uiq] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.session-header p[b-k94tc24uiq] {
    color: #6c757d;
    margin-bottom: 0;
}

.connection-badge[b-k94tc24uiq] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.connection-badge.connected[b-k94tc24uiq] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.connection-badge.disconnected[b-k94tc24uiq] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.session-body[b-k94tc24uiq] {
    padding: 2rem;
}

/* Info items */
.session-info[b-k94tc24uiq] {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1rem;
}

.info-item[b-k94tc24uiq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.info-item:not(:last-child)[b-k94tc24uiq] {
    border-bottom: 1px solid #e9ecef;
}

.info-label[b-k94tc24uiq] {
    color: #6c757d;
    font-size: 0.9rem;
}

.info-value[b-k94tc24uiq] {
    font-weight: 600;
    color: #1a1a2e;
}

/* Audio notice */
.audio-notice[b-k94tc24uiq] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #856404;
}

.audio-notice p[b-k94tc24uiq] {
    margin-bottom: 0;
}

/* Activate button */
.btn-activate[b-k94tc24uiq] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border: none;
    color: white;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-activate:hover[b-k94tc24uiq] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(17, 153, 142, 0.3);
    color: white;
}

/* Audio status */
.audio-status[b-k94tc24uiq] {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.audio-status.state-playing[b-k94tc24uiq] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
}

.audio-status.state-loading[b-k94tc24uiq] {
    background: linear-gradient(135deg, #cce5ff 0%, #b8daff 100%);
    border: 2px solid #007bff;
}

.audio-status.state-paused[b-k94tc24uiq] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border: 2px solid #ffc107;
}

.audio-status.state-scheduled[b-k94tc24uiq] {
    background: linear-gradient(135deg, #e2d5f1 0%, #d4c4e8 100%);
    border: 2px solid #6f42c1;
}

.audio-status.state-error[b-k94tc24uiq] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 2px solid #dc3545;
}

.now-playing[b-k94tc24uiq],
.loading-state[b-k94tc24uiq],
.paused-state[b-k94tc24uiq],
.scheduled-state[b-k94tc24uiq],
.ended-state[b-k94tc24uiq],
.error-state[b-k94tc24uiq] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.equalizer[b-k94tc24uiq] {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 30px;
}

.equalizer span[b-k94tc24uiq] {
    width: 4px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 2px;
    animation: equalize-b-k94tc24uiq 0.8s ease-in-out infinite;
}

.equalizer span:nth-child(1)[b-k94tc24uiq] { animation-delay: 0s; height: 60%; }
.equalizer span:nth-child(2)[b-k94tc24uiq] { animation-delay: 0.1s; height: 80%; }
.equalizer span:nth-child(3)[b-k94tc24uiq] { animation-delay: 0.2s; height: 100%; }
.equalizer span:nth-child(4)[b-k94tc24uiq] { animation-delay: 0.3s; height: 70%; }
.equalizer span:nth-child(5)[b-k94tc24uiq] { animation-delay: 0.4s; height: 50%; }

@keyframes equalize-b-k94tc24uiq {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.5); }
}

.now-playing-info .label[b-k94tc24uiq],
.loading-info .label[b-k94tc24uiq],
.paused-info .label[b-k94tc24uiq],
.scheduled-info .label[b-k94tc24uiq],
.ended-info .label[b-k94tc24uiq],
.error-info .label[b-k94tc24uiq] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.now-playing-info .filename[b-k94tc24uiq],
.loading-info .filename[b-k94tc24uiq],
.paused-info .filename[b-k94tc24uiq] {
    display: block;
    font-weight: 600;
    color: #1a1a2e;
    font-size: 1.1rem;
}

.scheduled-info .description[b-k94tc24uiq],
.ended-info .description[b-k94tc24uiq],
.error-info .description[b-k94tc24uiq] {
    display: block;
    font-size: 0.9rem;
    color: #495057;
}

.loading-state .spinner-border[b-k94tc24uiq] {
    width: 2rem;
    height: 2rem;
}

.paused-icon[b-k94tc24uiq],
.scheduled-icon[b-k94tc24uiq],
.ended-icon[b-k94tc24uiq],
.error-icon[b-k94tc24uiq] {
    font-size: 2rem;
}

.waiting[b-k94tc24uiq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #6c757d;
}

.waiting-icon[b-k94tc24uiq] {
    font-size: 2rem;
    animation: pulse-b-k94tc24uiq 2s ease-in-out infinite;
}

.waiting-text .label[b-k94tc24uiq] {
    display: block;
    font-weight: 600;
    color: #1a1a2e;
}

.waiting-text .description[b-k94tc24uiq] {
    display: block;
    font-size: 0.85rem;
}

/* Event log */
.event-log[b-k94tc24uiq] {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1rem;
}

.event-log h6[b-k94tc24uiq] {
    margin-bottom: 0.75rem;
    color: #6c757d;
    font-size: 0.85rem;
}

.events[b-k94tc24uiq] {
    max-height: 150px;
    overflow-y: auto;
}

.event[b-k94tc24uiq] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.8rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.event:last-child[b-k94tc24uiq] {
    border-bottom: none;
}

.event .time[b-k94tc24uiq] {
    color: #adb5bd;
    font-family: monospace;
    white-space: nowrap;
}

.event .message[b-k94tc24uiq] {
    color: #495057;
}

.event.success .message[b-k94tc24uiq] {
    color: #198754;
}

.event.error .message[b-k94tc24uiq] {
    color: #dc3545;
}

.event.warning .message[b-k94tc24uiq] {
    color: #ffc107;
}

/* Session footer */
.session-footer[b-k94tc24uiq] {
    padding: 1rem 2rem 1.5rem;
    text-align: center;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

/* Responsividade */
@media (max-width: 480px) {
    .session-card[b-k94tc24uiq] {
        border-radius: 1rem;
    }
    
    .session-header[b-k94tc24uiq] {
        padding: 1.5rem 1.5rem 1rem;
    }
    
    .session-body[b-k94tc24uiq] {
        padding: 1.5rem;
    }
    
    .session-icon[b-k94tc24uiq] {
        font-size: 3rem;
    }
}
/* /Pages/Patient/StereoCheck.razor.rz.scp.css */
.stereo-container[b-w98ykmr6sw] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 1rem;
}

.stereo-card[b-w98ykmr6sw] {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-width: 480px;
    width: 100%;
    overflow: hidden;
}

.stereo-header[b-w98ykmr6sw] {
    text-align: center;
    padding: 2rem 2rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stereo-header.success[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.stereo-icon[b-w98ykmr6sw] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.stereo-icon.pulse[b-w98ykmr6sw] {
    animation: pulse-b-w98ykmr6sw 2s ease-in-out infinite;
}

@keyframes pulse-b-w98ykmr6sw {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.stereo-header h1[b-w98ykmr6sw] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stereo-header p[b-w98ykmr6sw] {
    opacity: 0.9;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.stereo-body[b-w98ykmr6sw] {
    padding: 2rem;
}

/* Instruction box */
.instruction-box[b-w98ykmr6sw] {
    display: flex;
    gap: 1rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.instruction-icon[b-w98ykmr6sw] {
    font-size: 2rem;
    flex-shrink: 0;
}

.instruction-text strong[b-w98ykmr6sw] {
    display: block;
    color: #1565c0;
    margin-bottom: 0.25rem;
}

.instruction-text p[b-w98ykmr6sw] {
    margin: 0;
    font-size: 0.9rem;
    color: #1976d2;
}

/* Warning box */
.warning-box[b-w98ykmr6sw] {
    display: flex;
    gap: 0.75rem;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.warning-icon[b-w98ykmr6sw] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.warning-box p[b-w98ykmr6sw] {
    margin: 0;
    font-size: 0.85rem;
    color: #e65100;
}

/* Activate button */
.btn-activate[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-activate:hover:not(:disabled)[b-w98ykmr6sw] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
    color: white;
}

.btn-activate:disabled[b-w98ykmr6sw] {
    opacity: 0.7;
}

/* Test buttons */
.test-buttons[b-w98ykmr6sw] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.btn-test[b-w98ykmr6sw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.5rem;
    border-radius: 1rem;
    border: 2px solid;
    background: white;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.btn-test .btn-icon[b-w98ykmr6sw] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.btn-test .btn-label[b-w98ykmr6sw] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.btn-test.btn-left[b-w98ykmr6sw] {
    border-color: #2196f3;
    color: #1976d2;
}

.btn-test.btn-left:hover:not(:disabled)[b-w98ykmr6sw],
.btn-test.btn-left.playing[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: white;
}

.btn-test.btn-right[b-w98ykmr6sw] {
    border-color: #f44336;
    color: #d32f2f;
}

.btn-test.btn-right:hover:not(:disabled)[b-w98ykmr6sw],
.btn-test.btn-right.playing[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
    color: white;
}

.btn-test.btn-both[b-w98ykmr6sw] {
    border-color: #9c27b0;
    color: #7b1fa2;
}

.btn-test.btn-both:hover:not(:disabled)[b-w98ykmr6sw],
.btn-test.btn-both.playing[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
    color: white;
}

.btn-test:disabled[b-w98ykmr6sw] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Sound wave animation */
.sound-wave[b-w98ykmr6sw] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.sound-wave[b-w98ykmr6sw]::before,
.sound-wave[b-w98ykmr6sw]::after {
    content: '';
    width: 3px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
    animation: wave-b-w98ykmr6sw 0.5s ease-in-out infinite;
}

.sound-wave[b-w98ykmr6sw]::before {
    height: 60%;
    animation-delay: 0s;
}

.sound-wave[b-w98ykmr6sw]::after {
    height: 100%;
    animation-delay: 0.1s;
}

.sound-wave.left[b-w98ykmr6sw] {
    left: 10px;
}

.sound-wave.right[b-w98ykmr6sw] {
    right: 10px;
}

.sound-wave.both[b-w98ykmr6sw] {
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes wave-b-w98ykmr6sw {
    0%, 100% { transform: scaleY(0.5); }
    50% { transform: scaleY(1); }
}

/* Confirmations */
.confirmations[b-w98ykmr6sw] {
    margin-bottom: 1.5rem;
}

.confirmations h6[b-w98ykmr6sw] {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-align: center;
}

.confirmation-item[b-w98ykmr6sw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.confirmation-item:hover[b-w98ykmr6sw] {
    background: #e9ecef;
}

.confirmation-item.confirmed[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-color: #4caf50;
}

.confirmation-item input[type="checkbox"][b-w98ykmr6sw] {
    display: none;
}

.checkbox-custom[b-w98ykmr6sw] {
    width: 24px;
    height: 24px;
    border: 2px solid #adb5bd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.confirmation-item.confirmed .checkbox-custom[b-w98ykmr6sw] {
    background: #4caf50;
    border-color: #4caf50;
}

.confirmation-item.confirmed .checkbox-custom[b-w98ykmr6sw]::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.confirmation-text[b-w98ykmr6sw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.confirmation-icon[b-w98ykmr6sw] {
    font-size: 1.25rem;
}

/* Continue button */
.btn-continue[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #adb5bd 0%, #6c757d 100%);
    border: none;
    color: white;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.btn-continue:not(:disabled)[b-w98ykmr6sw] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    animation: glow-b-w98ykmr6sw 2s ease-in-out infinite;
}

.btn-continue:not(:disabled):hover[b-w98ykmr6sw] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(17, 153, 142, 0.3);
    color: white;
}

@keyframes glow-b-w98ykmr6sw {
    0%, 100% { box-shadow: 0 0 5px rgba(56, 239, 125, 0.3); }
    50% { box-shadow: 0 0 20px rgba(56, 239, 125, 0.5); }
}

/* Footer */
.stereo-footer[b-w98ykmr6sw] {
    text-align: center;
    padding: 1rem 2rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #6c757d;
}

/* Responsividade */
@media (max-width: 480px) {
    .stereo-card[b-w98ykmr6sw] {
        border-radius: 1rem;
    }
    
    .stereo-header[b-w98ykmr6sw] {
        padding: 1.5rem 1.5rem 1rem;
    }
    
    .stereo-body[b-w98ykmr6sw] {
        padding: 1.5rem;
    }
    
    .stereo-icon[b-w98ykmr6sw] {
        font-size: 3rem;
    }
    
    .test-buttons[b-w98ykmr6sw] {
        gap: 0.5rem;
    }
    
    .btn-test[b-w98ykmr6sw] {
        padding: 1rem 0.25rem;
        min-height: 90px;
    }
    
    .btn-test .btn-icon[b-w98ykmr6sw] {
        font-size: 1.5rem;
    }
    
    .btn-test .btn-label[b-w98ykmr6sw] {
        font-size: 0.6rem;
    }
}

