/* css/style.css */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
* { transition: background-color 0.3s, border-color 0.3s; }
body { overscroll-behavior-y: contain; }

/* Toggle Switch CSS */
.toggle-checkbox:checked { right: 0; border-color: #9333ea; }
.toggle-checkbox:checked + .toggle-label { background-color: #9333ea; }