/* ===== INDEX PAGE STYLES ===== */
/* Hide sidebar scrollbars */
    .sidebar::-webkit-scrollbar{display:none}
    .sidebar{scrollbar-width:none;-ms-overflow-style:none}
  
  /* Keyboard focus */
  :focus-visible { outline: 2px solid #EF4444; outline-offset: 2px; }
  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  }
/* Account sidebar — light theme */
html:not(.dark-mode) .sb-account-login { border-color: #e0e0e0 !important; color: #444 !important; }
html:not(.dark-mode) .sb-account-login:hover { background: #f5f5f5 !important; color: #111 !important; border-color: #ccc !important; }
html:not(.dark-mode) .sb-account-signup { background: #EF4444 !important; color: #fff !important; }
html:not(.dark-mode) .sb-account-signup:hover { background: #DC2626 !important; }
/* Account mobile — light theme */
