/* ============================================
   EduAI Pro — Additional Styles Addendum
   ============================================ */

/* Print / PDF Overrides */
@media print {
    body { background: #fff; color: #111; }
    .bg-particles, .config-panel, .tab-nav, .results-tabs,
    .action-buttons, #generate-pdf-btn-2 { display: none !important; }
    .full-report { background: #fff; border: none; padding: 0; }
    .report-header-branded { border-bottom: 2px solid #8b5cf6; }
    .report-table th { background: #ede9fe; color: #5b21b6; }
    .report-table td { color: #374151; }
    .section-card { border: 1px solid #e2e8f0; background: #f8fafc; }
}

/* Loading State */
.calculating {
    opacity: 0.6;
    pointer-events: none;
}

/* Highlight for changed values */
.flash-green { color: var(--green) !important; transition: color 0.5s; }
.flash-red   { color: var(--red) !important;   transition: color 0.5s; }
