@import '_content/Atlas.DXF.Blazor.Xaf2523/Atlas.DXF.Blazor.Xaf2523.3mcfvzgur6.bundle.scp.css';

/* /Components/Dashboard/DashboardItemCard.razor.rz.scp.css */
.dashboard-item-card[b-tf4wvv9b3r] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 280px;
    max-width: 320px;
}

.dashboard-item-card:hover[b-tf4wvv9b3r] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.dashboard-item-card.overdue[b-tf4wvv9b3r] {
    border-left: 4px solid #ef4444;
}

.card-header[b-tf4wvv9b3r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.inspection-number[b-tf4wvv9b3r] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary, #1f2937);
}

.status-badge[b-tf4wvv9b3r] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.status-draft[b-tf4wvv9b3r] {
    background: #dbeafe;
    color: #1e40af;
}

.status-complete[b-tf4wvv9b3r] {
    background: #dcfce7;
    color: #166534;
}

.status-finalized[b-tf4wvv9b3r] {
    background: #e5e7eb;
    color: #4b5563;
}

.card-body[b-tf4wvv9b3r] {
    margin-bottom: 8px;
}

.building-info[b-tf4wvv9b3r] {
    font-weight: 500;
    color: var(--text-primary, #1f2937);
    margin-bottom: 2px;
}

.system-info[b-tf4wvv9b3r] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    margin-bottom: 4px;
}

.tech-info[b-tf4wvv9b3r] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
}

.date-info[b-tf4wvv9b3r] {
    font-size: 0.8rem;
    color: var(--text-muted, #9ca3af);
    margin-top: 4px;
}

.progress-section[b-tf4wvv9b3r] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.progress-section[b-tf4wvv9b3r]  .progress-bar {
    flex: 1;
    height: 6px;
}

.progress-text[b-tf4wvv9b3r] {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-secondary, #6b7280);
    min-width: 36px;
    text-align: right;
}

.card-footer[b-tf4wvv9b3r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid var(--border-color, #e5e7eb);
    font-size: 0.8rem;
}

.deficiency-count[b-tf4wvv9b3r] {
    color: var(--text-secondary, #6b7280);
}

.deficiency-count[b-tf4wvv9b3r]::before {
    content: "Deficiencies: ";
}

.overdue-badge[b-tf4wvv9b3r] {
    background: #fef2f2;
    color: #dc2626;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
}
/* /Components/Dashboard/DashboardStatsPanel.razor.rz.scp.css */
.stats-panel[b-zgbpalt8df] {
    padding: 16px;
    background: var(--panel-bg, #f9fafb);
    border-radius: 8px;
    margin-bottom: 16px;
}

.stats-grid[b-zgbpalt8df] {
    display: grid;
    gap: 12px;
}

.admin-stats[b-zgbpalt8df] {
    grid-template-columns: repeat(4, 1fr);
}

.supervisor-stats[b-zgbpalt8df] {
    grid-template-columns: repeat(3, 1fr);
}

.technician-stats[b-zgbpalt8df] {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
    .admin-stats[b-zgbpalt8df],
    .supervisor-stats[b-zgbpalt8df] {
        grid-template-columns: repeat(2, 1fr);
    }
    .technician-stats[b-zgbpalt8df] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .admin-stats[b-zgbpalt8df],
    .supervisor-stats[b-zgbpalt8df],
    .technician-stats[b-zgbpalt8df] {
        grid-template-columns: 1fr;
    }
}

.stat-card[b-zgbpalt8df] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    transition: all 0.2s ease;
}

.stat-card:hover[b-zgbpalt8df] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.stat-card.highlight[b-zgbpalt8df] {
    border-left: 4px solid #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

.stat-card.success[b-zgbpalt8df] {
    border-left: 4px solid #22c55e;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.stat-card.warning[b-zgbpalt8df] {
    border-left: 4px solid #f59e0b;
    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
}

.stat-card.secondary[b-zgbpalt8df] {
    background: var(--card-secondary-bg, #f3f4f6);
}

.stat-value[b-zgbpalt8df] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary, #1f2937);
    line-height: 1.2;
}

.stat-label[b-zgbpalt8df] {
    display: block;
    font-size: 0.8rem;
    color: var(--text-secondary, #6b7280);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* /Components/ReportCard/CustomReportCard.razor.rz.scp.css */
.report-card[b-2g49iktuh0] {
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
    cursor: pointer;
    min-width: 200px;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .report-card:hover[b-2g49iktuh0] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.card-header[b-2g49iktuh0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.template-badge[b-2g49iktuh0] {
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
}

.report-number[b-2g49iktuh0] {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
}

.status-badge[b-2g49iktuh0] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-draft[b-2g49iktuh0] {
    background: #fef3c7;
    color: #92400e;
}

.status-complete[b-2g49iktuh0] {
    background: #dbeafe;
    color: #1e40af;
}

.status-finalized[b-2g49iktuh0] {
    background: #dcfce7;
    color: #166534;
}

.card-body[b-2g49iktuh0] {
    margin-bottom: 0.75rem;
}

.building-info[b-2g49iktuh0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.system-info[b-2g49iktuh0] {
    margin-left: 1.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.tech-info[b-2g49iktuh0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    color: #374151;
}

.card-icon[b-2g49iktuh0] {
    font-size: 1rem;
    color: #6b7280;
}

.progress-section[b-2g49iktuh0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.progress-bar[b-2g49iktuh0] {
    flex: 1;
}

    .progress-bar[b-2g49iktuh0]  .dxbl-progressbar-indicator {
        background-color: var(--progress-color, #3b82f6);
    }

.progress-text[b-2g49iktuh0] {
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 3rem;
    text-align: right;
}

.card-footer[b-2g49iktuh0] {
    display: flex;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.75rem;
    color: #6b7280;
    flex-wrap: wrap;
}
/* /Components/Section/Editors/ChecklistEditor.razor.rz.scp.css */
/* Components/Editors/ChecklistEditor.razor.css (scoped) */
.checklist-editor[b-15h4gizi6j] {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.checklist-tree[b-15h4gizi6j] {
    flex: 1;
    overflow: auto;
}

.code-cell[b-15h4gizi6j] {
    font-weight: 600;
    color: #666;
    font-size: 13px;
}

.question-text[b-15h4gizi6j] {
    font-size: 14px;
    line-height: 1.4;
}

.question-text.required[b-15h4gizi6j] {
    font-weight: 500;
}

.required-marker[b-15h4gizi6j] {
    color: #f44336;
    font-weight: bold;
    margin-left: 4px;
}

.checkbox-group[b-15h4gizi6j] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.number-group[b-15h4gizi6j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.unit[b-15h4gizi6j] {
    color: #666;
    font-size: 13px;
}

.text-input[b-15h4gizi6j] {
    width: 100%;
    max-width: 180px;
}

.number-input[b-15h4gizi6j] {
    width: 100px;
}

.date-input[b-15h4gizi6j] {
    width: 140px;
}

.no-control[b-15h4gizi6j] {
    color: #999;
}

.empty-checklist[b-15h4gizi6j] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.empty-checklist p[b-15h4gizi6j] {
    margin: 0;
}

/* TreeList row styling */
[b-15h4gizi6j] .dxbl-treelist-table tbody tr:hover {
    background: #fafafa;
}

[b-15h4gizi6j] .dxbl-treelist-table tbody tr td {
    padding: 8px 12px;
    vertical-align: middle;
}
/* /Components/Section/Editors/DeficiencySummaryEditor.razor.rz.scp.css */
/* Components/Editors/DeficiencySummaryEditor.razor.css (scoped) */
.deficiency-summary-editor[b-41t4h3foo8] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.summary-metrics[b-41t4h3foo8] {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 8px;
    flex-shrink: 0;
}

.metric[b-41t4h3foo8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.metric-value[b-41t4h3foo8] {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.metric-label[b-41t4h3foo8] {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.metric-warning .metric-value[b-41t4h3foo8] {
    color: #e65100;
}

.metric-success .metric-value[b-41t4h3foo8] {
    color: #2e7d32;
}

.deficiency-toolbar[b-41t4h3foo8] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.deficiency-grid[b-41t4h3foo8] {
    flex: 1;
    overflow: hidden;
}

.status-corrected[b-41t4h3foo8] {
    color: #2e7d32;
    font-weight: 500;
}

.status-open[b-41t4h3foo8] {
    color: #c62828;
    font-weight: 500;
}
/* /Components/Section/Editors/DeviceSelectionEditor.razor.rz.scp.css */
/* Components/Editors/DeviceSelectionEditor.razor.css (scoped) */
.device-selection-editor[b-dtkulnkg9x] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.device-toolbar[b-dtkulnkg9x] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.device-count[b-dtkulnkg9x] {
    margin-left: auto;
    color: #666;
    font-size: 14px;
}

.device-grid[b-dtkulnkg9x] {
    flex: 1;
    overflow: hidden;
}

.bool-yes[b-dtkulnkg9x] {
    color: #2e7d32;
    font-weight: 500;
}

.bool-no[b-dtkulnkg9x] {
    color: #c62828;
    font-weight: 500;
}

.bool-na[b-dtkulnkg9x] {
    color: #9e9e9e;
}
/* /Components/Section/Editors/MeasurementsEditor.razor.rz.scp.css */
/* Components/Editors/MeasurementsEditor.razor.css (scoped) */
.measurements-editor[b-qb6c51skea] {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.measurements-table[b-qb6c51skea] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.measurements-header[b-qb6c51skea] {
    display: flex;
    background: #f5f5f5;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    font-size: 13px;
    color: #666;
    flex-shrink: 0;
}

.measurements-header > div[b-qb6c51skea] {
    padding: 12px 16px;
}

.measurements-body[b-qb6c51skea] {
    flex: 1;
    overflow-y: auto;
}

.measurements-row[b-qb6c51skea] {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    min-height: 56px;
}

.measurements-row:hover[b-qb6c51skea] {
    background: #fafafa;
}

.measurements-row.answered[b-qb6c51skea] {
    background: #f8fdf8;
}

.measurements-row.out-of-range[b-qb6c51skea] {
    background: #fff3e0;
}

.col-code[b-qb6c51skea] {
    width: 80px;
    min-width: 80px;
    padding: 8px 16px;
    font-weight: 600;
    color: #666;
    font-size: 13px;
}

.col-text[b-qb6c51skea] {
    flex: 1;
    min-width: 200px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.4;
}

.col-value[b-qb6c51skea] {
    width: 120px;
    min-width: 120px;
    padding: 8px 16px;
}

.col-unit[b-qb6c51skea] {
    width: 80px;
    min-width: 80px;
    padding: 8px 16px;
    color: #666;
    font-size: 13px;
}

.col-range[b-qb6c51skea] {
    width: 120px;
    min-width: 120px;
    padding: 8px 16px;
    color: #888;
    font-size: 13px;
}

.col-status[b-qb6c51skea] {
    width: 100px;
    min-width: 100px;
    padding: 8px 16px;
}

.measurement-input[b-qb6c51skea] {
    width: 100%;
}

.required-marker[b-qb6c51skea] {
    color: #f44336;
    font-weight: bold;
}

.status-pending[b-qb6c51skea] {
    color: #9e9e9e;
    font-size: 12px;
}

.status-ok[b-qb6c51skea] {
    color: #2e7d32;
    font-weight: 500;
    font-size: 12px;
}

.status-warning[b-qb6c51skea] {
    color: #e65100;
    font-weight: 500;
    font-size: 12px;
}

.empty-measurements[b-qb6c51skea] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.empty-measurements p[b-qb6c51skea] {
    margin: 0;
}
/* /Components/Section/Editors/RepeatGroupEditor.razor.rz.scp.css */
/* Components/Editors/RepeatGroupEditor.razor.css (scoped) */
.repeat-group-editor[b-frz2htkhc2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.repeat-header[b-frz2htkhc2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.instance-navigation[b-frz2htkhc2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.instance-indicator[b-frz2htkhc2] {
    font-weight: 600;
    min-width: 80px;
    text-align: center;
    color: #333;
}

.instance-actions[b-frz2htkhc2] {
    display: flex;
    gap: 8px;
}

.instance-content[b-frz2htkhc2] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.instance-title[b-frz2htkhc2] {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.instance-title h4[b-frz2htkhc2] {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.no-instance[b-frz2htkhc2] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.no-instance p[b-frz2htkhc2] {
    margin: 0;
}

.instance-dots[b-frz2htkhc2] {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.dot[b-frz2htkhc2] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.2s;
}

.dot:hover[b-frz2htkhc2] {
    background: #bbb;
}

.dot.active[b-frz2htkhc2] {
    background: #1976d2;
}
/* /Components/Section/Editors/TableEditor.razor.rz.scp.css */
/* Components/Editors/TableEditor.razor.css (scoped) */
.table-editor[b-vg1wdcgodf] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.table-editor-grid[b-vg1wdcgodf] {
    flex: 1;
    height: 100%;
}

.empty-table[b-vg1wdcgodf] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.empty-table p[b-vg1wdcgodf] {
    margin: 0;
}

.status-yes[b-vg1wdcgodf] {
    color: #2e7d32;
    font-weight: 500;
}

.status-no[b-vg1wdcgodf] {
    color: #9e9e9e;
}
/* /Components/Section/Editors/TextEditor.razor.rz.scp.css */
/* Components/Editors/TextEditor.razor.css (scoped) */
.text-editor[b-45ynwbe7zi] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.text-editor-container[b-45ynwbe7zi] {
    flex: 1;
    overflow: hidden;
}

.rich-text-editor[b-45ynwbe7zi] {
    height: 100%;
    min-height: 400px;
}

.empty-editor[b-45ynwbe7zi] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.empty-editor p[b-45ynwbe7zi] {
    margin: 0;
}
/* /Components/Section/SectionContent.razor.rz.scp.css */
.section-editor-panel[b-tmiqnjwma5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.section-header[b-tmiqnjwma5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
    flex-shrink: 0;
}

.section-title-area[b-tmiqnjwma5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-area h3[b-tmiqnjwma5] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.section-actions[b-tmiqnjwma5] {
    display: flex;
    gap: 8px;
}

.section-status[b-tmiqnjwma5] {
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
}

.status-complete[b-tmiqnjwma5] {
    background: #e8f5e9;
    color: #2e7d32;
}

.status-incomplete[b-tmiqnjwma5] {
    background: #fff3e0;
    color: #e65100;
}

.status-na[b-tmiqnjwma5] {
    background: #f5f5f5;
    color: #757575;
}

.no-section-selected p[b-tmiqnjwma5] {
    margin: 0;
    font-size: 14px;
}

.section-content[b-tmiqnjwma5] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.editor-container[b-tmiqnjwma5] {
    height: 100%;
}

.no-section-selected[b-tmiqnjwma5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #666;
    text-align: center;
    padding: 40px;
}

.empty-state-icon[b-tmiqnjwma5] {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 16px;
}
/* /Components/Section/SectionListView.razor.rz.scp.css */
/* Components/SectionListView.razor.css (scoped) */
.section-list-view[b-8sxdh0h595] {
    display: flex;
    height: 100%;
    min-height: 500px;
    background: #fff;
}

.section-navigator-panel[b-8sxdh0h595] {
    width: 100%;
    flex-shrink: 0;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
}
/* /Components/Section/SectionNavigator.razor.rz.scp.css */
/* Components/SectionNavigator.razor.css (scoped) */
.fair-section-navigator[b-qhsck4aoyb] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
}

.navigator-header[b-qhsck4aoyb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

.navigator-header .title[b-qhsck4aoyb] {
    font-weight: 600;
    font-size: 14px;
}

.progress-badge[b-qhsck4aoyb] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.navigator-items[b-qhsck4aoyb] {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.navigator-item[b-qhsck4aoyb] {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    gap: 8px;
    transition: background 0.15s;
}

.navigator-item:hover[b-qhsck4aoyb] {
    background: #f0f0f0;
}

.navigator-item.selected[b-qhsck4aoyb] {
    background: #e3f2fd;
    border-left: 3px solid #1976d2;
    padding-left: 13px;
}

.navigator-item.not-applicable[b-qhsck4aoyb] {
    opacity: 0.5;
    cursor: default;
}

.navigator-item.complete .status-icon[b-qhsck4aoyb] {
    color: #4caf50;
}

.navigator-item.has-errors .status-icon[b-qhsck4aoyb] {
    color: #f44336;
}

.status-icon[b-qhsck4aoyb] {
    width: 20px;
    text-align: center;
    font-weight: bold;
}

.section-code[b-qhsck4aoyb] {
    font-weight: 600;
    min-width: 50px;
    color: #666;
}

.section-title[b-qhsck4aoyb] {
    flex: 1;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/SplashScreen/CustomSplashScreen.razor.rz.scp.css */
.loader-container[b-86bwmhrjgd] {
    position: relative;
    width: 200px;
    height: 200px;
    perspective: 800px;
    transform-style: preserve-3d;
}

.ring[b-86bwmhrjgd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0px);
    width: 200px;
    height: 200px;
    background: #262626;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff000;
    letter-spacing: 4px;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* --- ORBITELE --- */
.orbit-plane[b-86bwmhrjgd] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transform-style: preserve-3d;
    pointer-events: none;
}

    .orbit-plane[b-86bwmhrjgd]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-sizing: border-box;
    }

/* Configurare Planuri */
.orbit-plane-1[b-86bwmhrjgd] {
    transform: translate(-50%, -50%) rotateZ(10deg) rotateX(85deg);
}

.orbit-plane-2[b-86bwmhrjgd] {
    transform: translate(-50%, -50%) rotateZ(-10deg) rotateX(85deg);
}

.electron-path[b-86bwmhrjgd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: rotatePath-b-86bwmhrjgd 2s linear infinite;
    transform-style: preserve-3d;
}

.orbit-plane-2 .electron-path[b-86bwmhrjgd] {
    animation-delay: -1s;
}

/* --- ELECTRONUL --- */
.electron[b-86bwmhrjgd] {
    position: absolute;
    /* Centram electronul exact pe linia orbitei fara translate */
    top: 0;
    left: 50%;
    margin-left: -7px; /* jumatate din width */
    margin-top: -7px; /* jumatate din height */

    width: 14px;
    height: 14px;
    background: #fff000;
    border: 2px solid #26262657;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8), inset 0 0 4px #fff000;
}

/* Aplicam animatia specifica pentru electronul din Planul 1 */
.orbit-plane-1 .electron[b-86bwmhrjgd] {
    animation: counterRotate1-b-86bwmhrjgd 2s linear infinite;
}

/* Aplicam animatia specifica pentru electronul din Planul 2 */
.orbit-plane-2 .electron[b-86bwmhrjgd] {
    animation: counterRotate2-b-86bwmhrjgd 2s linear infinite;
    animation-delay: -1s; /* Sincronizare cu path-ul */
}

/* --- ANIMATII --- */

/* Rotatia containerului (Path) - misca electronul pe orbita */
@keyframes rotatePath-b-86bwmhrjgd {
    0% {
        transform: rotateZ(0deg);
    }

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

/* 
 CONTRA-ROTATII PENTRU ELECTRON 
 Logica: 
 1. Rotim Z invers (-360 la 0) pentru a contracara rotatia path-ului (astfel "sus" ramane "sus").
 2. Rotim X (-65deg) fix pentru a anula inclinarea planului (astfel cercul nu mai e turtit).
 3. Rotim Z (-60deg sau +60deg) fix pentru a anula rotatia initiala a planului.
*/

@keyframes counterRotate1-b-86bwmhrjgd {
    0% {
        transform: rotateZ(0deg) rotateX(-85deg) rotateZ(-10deg);
    }

    100% {
        transform: rotateZ(-360deg) rotateX(-85deg) rotateZ(-10deg);
    }
}

@keyframes counterRotate2-b-86bwmhrjgd {
    0% {
        transform: rotateZ(0deg) rotateX(-85deg) rotateZ(10deg);
    }

    100% {
        transform: rotateZ(-360deg) rotateX(-85deg) rotateZ(10deg);
    }
}
