@import 'SL.Portal.Web.Client.sskigph6dq.bundle.scp.css';

/* /LabClients/HalfWave/HalfWave.razor.rz.scp.css */
/* HalfWave Rectification Lab Styles */

/* Schedule access gate */
.lab-access-gate[b-pnmqnyxgn4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 16px;
    color: #64748b;
}

.lab-access-gate.no-access[b-pnmqnyxgn4] {
    text-align: center;
    padding: 3rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
    margin: 2rem auto;
    max-width: 480px;
}

.lab-access-gate .gate-icon[b-pnmqnyxgn4] { font-size: 3rem; margin-bottom: 0.5rem; }
.lab-access-gate h3[b-pnmqnyxgn4] { color: #334155; margin: 0.5rem 0; }
.lab-access-gate p[b-pnmqnyxgn4] { color: #64748b; margin-bottom: 1.5rem; }

.lab-container[b-pnmqnyxgn4] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 1rem;
    background: #f5f6f7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.lab-header[b-pnmqnyxgn4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-bottom: 0.75rem;
}

.lab-header h2[b-pnmqnyxgn4] {
    margin: 0;
    color: #1e3a8a;
    font-size: 1.35rem;
}

.connection-status[b-pnmqnyxgn4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 16px;
    font-weight: 500;
    font-size: 0.8rem;
}

.connection-status.connected[b-pnmqnyxgn4] {
    background: #d1fae5;
    color: #059669;
}

.connection-status.disconnected[b-pnmqnyxgn4] {
    background: #fee2e2;
    color: #dc2626;
}

.status-dot[b-pnmqnyxgn4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.data-quality-panel[b-pnmqnyxgn4] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.indicator[b-pnmqnyxgn4] {
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
}

.indicator.fresh[b-pnmqnyxgn4] {
    background: #d1fae5;
    color: #059669;
}

.indicator.stale[b-pnmqnyxgn4] {
    background: #fef3c7;
    color: #d97706;
}

.indicator.very-stale[b-pnmqnyxgn4] {
    background: #fee2e2;
    color: #dc2626;
}

.indicator.warning[b-pnmqnyxgn4] {
    background: #fee2e2;
    color: #dc2626;
}

/* Main content with oscilloscope and circuit */
.lab-content[b-pnmqnyxgn4] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0.75rem;
    flex: 1;
    min-height: 0;
    margin-bottom: 0.75rem;
}

.oscilloscope-section[b-pnmqnyxgn4],
.circuit-section[b-pnmqnyxgn4] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
}

.section-header[b-pnmqnyxgn4] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 0.5rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #3b82f6;
}

.circuit-section .circuit-image[b-pnmqnyxgn4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0.5rem;
}

.circuit-section img[b-pnmqnyxgn4] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Controls Row */
.controls-row[b-pnmqnyxgn4] {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 1fr 1.5fr 1.5fr;
    gap: 0.75rem;
}

.function-generator-section[b-pnmqnyxgn4],
.display-controls-section[b-pnmqnyxgn4],
.signal-type-section[b-pnmqnyxgn4],
.switching-section[b-pnmqnyxgn4],
.system-info-section[b-pnmqnyxgn4] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    padding: 0.65rem;
}

/* Function Generator */
.fg-controls[b-pnmqnyxgn4] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.fg-control[b-pnmqnyxgn4] {
    text-align: center;
}

.fg-control label[b-pnmqnyxgn4] {
    display: block;
    font-size: 0.7rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.knob-display[b-pnmqnyxgn4] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.35rem;
}

.compact-input[b-pnmqnyxgn4] {
    max-width: 80px;
}

.fg-button[b-pnmqnyxgn4] {
    display: flex;
    align-items: flex-end;
}

.apply-btn[b-pnmqnyxgn4] {
    height: 36px;
}

/* Display Controls */
.display-row[b-pnmqnyxgn4] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.control-group[b-pnmqnyxgn4] {
    flex: 1;
}

.control-group label[b-pnmqnyxgn4] {
    display: block;
    font-size: 0.7rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.channels-group[b-pnmqnyxgn4] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

/* Signal Type */
.radio-group[b-pnmqnyxgn4] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

/* Switching Section */
.switch-container[b-pnmqnyxgn4] {
    margin-bottom: 0.5rem;
}

.switch-row[b-pnmqnyxgn4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.5rem;
    background: #f8fafc;
    border-radius: 4px;
}

.switch-label[b-pnmqnyxgn4] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #334155;
}

.action-buttons[b-pnmqnyxgn4] {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
}

/* System Info */
.message-box[b-pnmqnyxgn4] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0.4rem;
    min-height: 50px;
    max-height: 70px;
    overflow-y: auto;
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
}

.message-box.has-error[b-pnmqnyxgn4] {
    background: #fee2e2;
    border-color: #fca5a5;
}

.message-box p[b-pnmqnyxgn4] {
    margin: 0;
    font-family: 'Consolas', monospace;
}

.status-text[b-pnmqnyxgn4] {
    color: #059669;
}

.error-text[b-pnmqnyxgn4] {
    color: #dc2626;
}

.status-bar[b-pnmqnyxgn4] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.7rem;
    color: #64748b;
}

.status-bar strong[b-pnmqnyxgn4] {
    color: #334155;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .lab-content[b-pnmqnyxgn4] {
        grid-template-columns: 1fr;
    }
    
    .controls-row[b-pnmqnyxgn4] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .controls-row[b-pnmqnyxgn4] {
        grid-template-columns: 1fr;
    }
    
    .fg-controls[b-pnmqnyxgn4] {
        flex-wrap: wrap;
    }
}
/* /LabClients/LowPassFilter/LowPassFilter.razor.rz.scp.css */
/* Low Pass Filter Lab - Scoped Styles */

/* Schedule access gate */
.lab-access-gate[b-a124xxzo8e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 16px;
    color: #64748b;
    font-size: 1rem;
}

.lab-access-gate.no-access[b-a124xxzo8e] {
    text-align: center;
    padding: 3rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
    margin: 2rem auto;
    max-width: 480px;
}

.lab-access-gate .gate-icon[b-a124xxzo8e] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.lab-access-gate h3[b-a124xxzo8e] {
    color: #334155;
    margin: 0.5rem 0;
}

.lab-access-gate p[b-a124xxzo8e] {
    color: #64748b;
    margin-bottom: 1.5rem;
}

/* Main container */
.lab-container[b-a124xxzo8e] {
    padding: 16px;
    background-color: #f5f5f5;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header */
.lab-header[b-a124xxzo8e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0078D4;
}

.lab-header h2[b-a124xxzo8e] {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
}

.connection-status[b-a124xxzo8e] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
}

.connection-status.connected[b-a124xxzo8e] {
    color: #107C10;
}

.connection-status.disconnected[b-a124xxzo8e] {
    color: #E81123;
}

.status-dot[b-a124xxzo8e] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: pulse-b-a124xxzo8e 2s infinite;
}

.connected .status-dot[b-a124xxzo8e] {
    background-color: #107C10;
}

.disconnected .status-dot[b-a124xxzo8e] {
    background-color: #E81123;
}

@keyframes pulse-b-a124xxzo8e {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Data Quality Panel */
.data-quality-panel[b-a124xxzo8e] {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.indicator[b-a124xxzo8e] {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}

.indicator.fresh[b-a124xxzo8e] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.indicator.warning[b-a124xxzo8e] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.indicator.stale[b-a124xxzo8e] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Main content grid */
.lab-content[b-a124xxzo8e] {
    display: grid;
    grid-template-columns: 2fr 200px 1.3fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* Section styling */
.oscilloscope-section[b-a124xxzo8e],
.display-controls-section[b-a124xxzo8e],
.circuit-diagram-section[b-a124xxzo8e],
.function-generator-section[b-a124xxzo8e],
.control-panel-section[b-a124xxzo8e],
.status-panel-section[b-a124xxzo8e] {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-header[b-a124xxzo8e] {
    background: #0078D4;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}

.control-subheader[b-a124xxzo8e] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0078D4;
    margin: 12px 0 8px;
    text-align: center;
}

/* Display controls */
.control-group[b-a124xxzo8e] {
    margin-bottom: 12px;
}

.control-group label[b-a124xxzo8e] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.channel-controls[b-a124xxzo8e],
.cursor-controls[b-a124xxzo8e] {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
}

.channel-controls[b-a124xxzo8e]  .e-checkbox-wrapper,
.cursor-controls[b-a124xxzo8e]  .e-checkbox-wrapper {
    margin-bottom: 6px;
    display: block;
}

/* Frequency display */
.frequency-display[b-a124xxzo8e] {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.freq-value[b-a124xxzo8e] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0078D4;
}

/* Circuit diagram */
.circuit-image[b-a124xxzo8e] {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circuit-image img[b-a124xxzo8e] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Bottom controls row */
.bottom-controls[b-a124xxzo8e] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.3fr;
    gap: 12px;
}

/* Function Generator */
.fgen-controls[b-a124xxzo8e] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 20px;
    align-items: start;
}

.fgen-control[b-a124xxzo8e] {
    display: flex;
    flex-direction: column;
}

.fgen-control label[b-a124xxzo8e] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}

.fgen-control .value-display[b-a124xxzo8e] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0078D4;
    margin-top: 8px;
}

.wave-type-buttons[b-a124xxzo8e] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wave-type-buttons[b-a124xxzo8e]  .e-radio-wrapper {
    margin: 3px 0;
}

.fgen-apply[b-a124xxzo8e] {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

/* Control buttons */
.control-buttons[b-a124xxzo8e] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.control-buttons[b-a124xxzo8e]  .e-btn {
    min-width: 80px;
    height: 36px;
    font-weight: 600;
}

.start-btn[b-a124xxzo8e]  .e-btn {
    background-color: #107C10;
}

.stop-btn[b-a124xxzo8e]  .e-btn {
    background-color: #E81123;
}

/* Status panel */
.status-info[b-a124xxzo8e] {
    font-size: 0.85rem;
}

.status-row[b-a124xxzo8e] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.status-row:last-child[b-a124xxzo8e] {
    border-bottom: none;
}

.status-label[b-a124xxzo8e] {
    color: #666;
}

.status-value[b-a124xxzo8e] {
    font-weight: 600;
}

.status-value.online[b-a124xxzo8e] {
    color: #107C10;
}

.status-value.offline[b-a124xxzo8e] {
    color: #E81123;
}

/* Progress overlay */
.progress-overlay[b-a124xxzo8e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    z-index: 1000;
    color: white;
    font-weight: 600;
}

.spinner[b-a124xxzo8e] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-a124xxzo8e 1s linear infinite;
}

@keyframes spin-b-a124xxzo8e {
    to { transform: rotate(360deg); }
}

/* Error banner */
.error-banner[b-a124xxzo8e] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #E81123;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

.dismiss-btn[b-a124xxzo8e] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 4px;
}

.dismiss-btn:hover[b-a124xxzo8e] {
    opacity: 0.8;
}

/* Status banner */
.status-banner[b-a124xxzo8e] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0078D4;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .lab-content[b-a124xxzo8e] {
        grid-template-columns: 1fr;
    }

    .bottom-controls[b-a124xxzo8e] {
        grid-template-columns: 1fr;
    }

    .fgen-controls[b-a124xxzo8e] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .fgen-controls[b-a124xxzo8e] {
        grid-template-columns: 1fr;
    }

    .lab-header[b-a124xxzo8e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Syncfusion component overrides */
[b-a124xxzo8e] .e-slider-container {
    margin: 8px 0;
}

[b-a124xxzo8e] .e-ddl .e-input-group {
    border-radius: 4px;
}

[b-a124xxzo8e] .e-checkbox-wrapper .e-label {
    font-size: 0.8rem;
}

[b-a124xxzo8e] .e-radio-wrapper .e-label {
    font-size: 0.8rem;
}

/* Chart styling */
[b-a124xxzo8e] .e-chart {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
/* /LabClients/OpampInvAndNonInv/OpampInvAndNonInv.razor.rz.scp.css */
/* OpampInvAndNonInv Lab Styles */

/* Schedule access gate */
.lab-access-gate[b-8onx0ydlgb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 16px;
    color: #64748b;
}

.lab-access-gate.no-access[b-8onx0ydlgb] {
    text-align: center;
    padding: 3rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
    margin: 2rem auto;
    max-width: 480px;
}

.lab-access-gate .gate-icon[b-8onx0ydlgb] { font-size: 3rem; margin-bottom: 0.5rem; }
.lab-access-gate h3[b-8onx0ydlgb] { color: #334155; margin: 0.5rem 0; }
.lab-access-gate p[b-8onx0ydlgb] { color: #64748b; margin-bottom: 1.5rem; }

.lab-container[b-8onx0ydlgb] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 1rem;
    background: #f0f4f3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.lab-header[b-8onx0ydlgb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 0.75rem;
}

.lab-header h2[b-8onx0ydlgb] {
    margin: 0;
    color: #0d9488;
    font-size: 1.5rem;
}

.connection-status[b-8onx0ydlgb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.875rem;
}

.connection-status.connected[b-8onx0ydlgb] {
    background: #d1fae5;
    color: #059669;
}

.connection-status.disconnected[b-8onx0ydlgb] {
    background: #fee2e2;
    color: #dc2626;
}

.status-dot[b-8onx0ydlgb] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
}

.data-quality-panel[b-8onx0ydlgb] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.indicator[b-8onx0ydlgb] {
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.indicator.fresh[b-8onx0ydlgb] {
    background: #d1fae5;
    color: #059669;
}

.indicator.stale[b-8onx0ydlgb] {
    background: #fef3c7;
    color: #d97706;
}

.indicator.very-stale[b-8onx0ydlgb] {
    background: #fee2e2;
    color: #dc2626;
}

.indicator.warning[b-8onx0ydlgb] {
    background: #fee2e2;
    color: #dc2626;
}

.lab-content[b-8onx0ydlgb] {
    display: grid;
    grid-template-columns: 2fr 160px 1.3fr;
    gap: 0.75rem;
    flex: 1;
    min-height: 0;
    margin-bottom: 0.75rem;
}

.oscilloscope-section[b-8onx0ydlgb],
.display-controls-section[b-8onx0ydlgb],
.circuit-section[b-8onx0ydlgb] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.section-header[b-8onx0ydlgb] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0d9488;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0d9488;
}

.display-controls-section .control-group[b-8onx0ydlgb] {
    margin-bottom: 0.75rem;
}

.display-controls-section label[b-8onx0ydlgb] {
    display: block;
    font-size: 0.75rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.channels-section[b-8onx0ydlgb],
.dmm-section[b-8onx0ydlgb] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.section-label[b-8onx0ydlgb] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
    text-align: center;
}

.dmm-display[b-8onx0ydlgb] {
    background: #0f172a;
    color: #22d3ee;
    font-family: 'Consolas', monospace;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 0.5rem;
}

.circuit-section .circuit-image[b-8onx0ydlgb] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem;
}

.circuit-section img[b-8onx0ydlgb] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Controls Row */
.controls-row[b-8onx0ydlgb] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 0.75rem;
}

.function-generator-section[b-8onx0ydlgb],
.switches-section[b-8onx0ydlgb],
.system-info-section[b-8onx0ydlgb] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0.75rem;
}

.fg-controls[b-8onx0ydlgb] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.fg-control[b-8onx0ydlgb] {
    flex: 1;
}

.fg-control label[b-8onx0ydlgb] {
    display: block;
    font-size: 0.7rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 0.25rem;
    text-align: center;
}

.fg-control.wave-type[b-8onx0ydlgb] {
    flex: 0 0 auto;
}

.radio-group[b-8onx0ydlgb] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.fg-button[b-8onx0ydlgb] {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
}

/* Switches Section */
.switches-grid[b-8onx0ydlgb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.switch-row[b-8onx0ydlgb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0.5rem;
    background: #f8fafc;
    border-radius: 4px;
}

.switch-label[b-8onx0ydlgb] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #334155;
}

.action-buttons[b-8onx0ydlgb] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* System Info */
.message-box[b-8onx0ydlgb] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem;
    min-height: 60px;
    max-height: 80px;
    overflow-y: auto;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.message-box.has-message[b-8onx0ydlgb] {
    background: #fef3c7;
    border-color: #fcd34d;
}

.message-box p[b-8onx0ydlgb] {
    margin: 0;
    font-family: 'Consolas', monospace;
}

.status-text[b-8onx0ydlgb] {
    color: #059669;
}

.status-row[b-8onx0ydlgb] {
    font-size: 0.75rem;
    color: #64748b;
}

.status-row strong[b-8onx0ydlgb] {
    color: #334155;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .lab-content[b-8onx0ydlgb] {
        grid-template-columns: 1fr;
    }
    
    .controls-row[b-8onx0ydlgb] {
        grid-template-columns: 1fr;
    }
    
    .fg-controls[b-8onx0ydlgb] {
        flex-wrap: wrap;
    }
}
