/* HHPOKER Custom Styles */
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
::selection { background-color: #4f46e5; color: #fff; }
details summary::-webkit-details-marker { display: none; }
details summary { list-style: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #a5b4fc; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6366f1; }
@media (max-width: 768px) {
  .mobile-menu-open { display: block !important; }
}
