@import "https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-family:"Assistant", "Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--font-family);background-color:#020202;margin:0;padding:0;overflow:hidden}@keyframes bounce-subtle{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-4px)}}.animate-bounce-subtle{animation:2s ease-in-out infinite bounce-subtle}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:12s linear infinite spin-slow}@keyframes scale-up{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-up{animation:.25s cubic-bezier(.34,1.56,.64,1) forwards scale-up}.switch{width:38px;height:20px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#27272a;border:1px solid #ffffff0d;border-radius:20px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#10b981;border-color:#10b98133}input:checked+.slider:before{transform:translate(18px)}[dir=rtl] .slider:before{left:auto;right:3px}[dir=rtl] input:checked+.slider:before{transform:translate(-18px)}input[type=range]{-webkit-appearance:none;background:#18181b;border-radius:9999px;outline:none;height:6px}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;border-radius:9999px;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{cursor:pointer;-webkit-appearance:none;background:#6366f1;border-radius:9999px;width:14px;height:14px;margin-top:-4px;transition:background-color .15s,transform .15s;box-shadow:0 0 10px #6366f166}input[type=range]::-webkit-slider-thumb:hover{background:#4f46e5;transform:scale(1.1)}.accent-emerald-500::-webkit-slider-thumb{background:#10b981!important;box-shadow:0 0 10px #10b98166!important}.accent-emerald-500::-webkit-slider-thumb:hover{background:#059669!important}#settings-sidebar::-webkit-scrollbar{width:6px}#settings-sidebar::-webkit-scrollbar-track{background:#0a0b0d}#settings-sidebar::-webkit-scrollbar-thumb{background:#1f222b;border-radius:3px}#settings-sidebar::-webkit-scrollbar-thumb:hover{background:#3b82f6}.bg-indigo-650{background-color:#4f46e5}.hover\:bg-indigo-600:hover{background-color:#4338ca}.text-indigo-400{color:#818cf8}
