@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-niinja: #6200AF;--brand-radius: 12px}body{font-family:Plus Jakarta Sans,sans-serif;background-color:#f3f4f6;margin:0;color:#111827;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-bounce-subtle{animation:bounce-subtle 3s infinite ease-in-out}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}input[type=checkbox].toggle-checkbox:checked{right:0;border-color:#6200af}.toggle-label{background-color:#e5e7eb}input[type=checkbox]:checked+.toggle-label{background-color:#f4f0ff}.bg-niinja-gradient{background:linear-gradient(135deg,#6200af,#1a0033)}
