/* LogicLoop AI — Custom theme override */
/* The base styles are in layout.ejs; this file adds custom overrides */
body { overflow-x: hidden; }

/* Mobile refinements */
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem !important; }
}