@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #020617;--text-primary: #f8fafc;--border-color: rgba(255, 255, 255, .05);color-scheme:dark}.light-mode{--bg-primary: #f8fafc;--text-primary: #0f172a;--border-color: rgba(0, 0, 0, .1);color-scheme:light}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}.animate-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#1e293b;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.light-mode input[type=range]::-webkit-slider-runnable-track{background:#e2e8f0;border:1px solid rgba(0,0,0,.05)}input[type=range]::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:#6366f1;cursor:pointer;-webkit-appearance:none;margin-top:-8px;box-shadow:0 0 10px #6366f166;border:2px solid white}.bg-mesh{background-image:radial-gradient(at 0% 0%,hsla(243,75%,59%,.1) 0px,transparent 50%),radial-gradient(at 100% 100%,hsla(217,91%,60%,.1) 0px,transparent 50%)}.shimmer-text{background:linear-gradient(90deg,#6366f1,#fff,#6366f1);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer-text 4s linear infinite}@keyframes shimmer-text{to{background-position:200% center}}
