@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}::-webkit-scrollbar-thumb{background:#0003;border-radius:10px;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark ::-webkit-scrollbar-track,[class*="bg-[#"] ::-webkit-scrollbar-track,[class*=bg-slate-9] ::-webkit-scrollbar-track{background:#ffffff0d}.dark ::-webkit-scrollbar-thumb,[class*="bg-[#"] ::-webkit-scrollbar-thumb,[class*=bg-slate-9] ::-webkit-scrollbar-thumb{background:#fff3}.dark ::-webkit-scrollbar-thumb:hover,[class*="bg-[#"] ::-webkit-scrollbar-thumb:hover,[class*=bg-slate-9] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-primary:#ff6b00;--color-primary-dark:#c50;--color-secondary:#2d3748;--color-bg:#f8fafc;--color-pink-primary:#ec4899;--color-pink-light:#fce7f3;--color-pink-dark:#be185d;--color-success:#10b981;--color-danger:#ef4444;--color-warning:#f59e0b}@keyframes tracing{0%{left:-100%;top:0}25%{left:100%;top:0}50%{left:100%;top:100%}75%{left:-100%;top:100%}to{left:-100%;top:0}}.tracing-border{overflow:hidden;position:relative}.tracing-border:before{animation:tracing 3s linear infinite;background:linear-gradient(90deg,#0000,#22c55e,#0000);content:"";height:2px;left:-100%;position:absolute;top:0;width:100%}@keyframes pulse-green{0%{box-shadow:0 0 0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 0 0 #22c55e00}}.glow-green{animation:pulse-green 2s infinite}.magnetic-btn{transition:transform .3s cubic-bezier(.23,1,.32,1)}.magnetic-btn:hover{transform:translateY(-2px) scale(1.02)}.glass-morphism{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f172acc;border:1px solid #ffffff1a}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{animation:marquee 30s linear infinite}.animate-marquee-reverse{animation:marquee 30s linear infinite reverse}
/*# sourceMappingURL=main.1d915ffa.css.map*/