body { font-family: 'Plus Jakarta Sans', sans-serif; }
.custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f5f9; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease-out; }
.accordion-content.open { grid-template-rows: 1fr; }
.accordion-inner { overflow: hidden; }
:root {
  --c-50: #f0fdf4; --c-100: #dcfce7; --c-200: #bbf7d0; --c-300: #86efac; --c-400: #4ade80; 
  --c-500: #22c55e; --c-600: #16a34a; --c-700: #15803d; --c-800: #166534; --c-900: #14532d; --c-950: #052e16;
}
@media print {
  body * { visibility: hidden; }
  #executive-document-preview, #executive-document-preview * { visibility: visible; }
  #executive-document-preview { position: absolute; left: 0; top: 0; width: 100%; border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; background: white !important; color: black !important; }
}