html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{overscroll-behavior-y:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.initial-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f8fafc;color:#64748b;font-family:sans-serif}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}
