body {
  background-color: #f8fafc;
  color: #334155;
  -webkit-font-smoothing: antialiased;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  break-inside: avoid;
  page-break-inside: avoid;
}

.navy-panel {
  background: linear-gradient(145deg, #0f172a, #0a192f);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.1);
  break-inside: avoid;
  page-break-inside: avoid;
}

/* Clean custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
