/* style.css */
body {
  font-family: 'Noto Sans Thai', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.glass-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(229, 231, 235, 0.5);
}

.touch-target {
  min-height: 44px;
  min-width: 44px;
}

.nav-item.active { color: #2563eb; font-weight: 600; }
.nav-item.active i { transform: scale(1.1); transition: transform 0.2s; }
