/* Supplementary styles for generated casino sites */
/* Critical CSS is inline in the template for performance */

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Selection color */
::selection {
  background: rgba(0, 212, 255, 0.3);
  color: #fff;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0d1117;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Focus visible for accessibility */
:focus-visible {
  outline: 2px solid #00d4ff;
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .header,
  .preloader,
  .live-wins-section,
  .interactive-dashboard,
  .hero-actions,
  .site-footer {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .article-content {
    max-width: 100%;
  }
}
