:root{--background: #09090b;--foreground: #e4e4e7;--card: #18181b;--card-foreground: #e4e4e7;--border: rgba(255, 255, 255, .1);--input: rgba(255, 255, 255, .15);--ring: #3f3f46}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}.grid-pattern{width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:grid-move 20s linear infinite}@keyframes grid-move{0%{transform:translateY(0)}to{transform:translateY(50px)}}.floating-shape{position:absolute;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s;animation-duration:25s}.shape-2{width:400px;height:400px;top:50%;right:10%;animation-delay:5s;animation-duration:30s}.shape-3{width:250px;height:250px;bottom:10%;left:50%;animation-delay:10s;animation-duration:20s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-fade-in{animation:fade-in .6s ease-out forwards;opacity:0}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards;opacity:0}.animate-slide-in{animation:slide-in .6s ease-out forwards;opacity:0}.animate-scale-in{animation:scale-in .5s ease-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes check{0%{transform:scale(0) rotate(-45deg)}50%{transform:scale(1.2) rotate(-45deg)}to{transform:scale(1) rotate(0)}}.animate-spin{animation:spin 1s linear infinite}.animate-check{animation:check .4s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#18181b}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}::selection{background-color:#ffffff26;color:#fafafa}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}*{-webkit-tap-highlight-color:rgba(59,130,246,.2)}@media(hover:none)and (pointer:coarse){button,a{min-height:44px;min-width:44px}}@media screen and (max-width:640px){body{font-size:16px}}
