@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--background:#050505;--foreground:#fff;--accent:#fff;--secondary:#a0a0a0;--card-bg:#14141466;--card-border:#ffffff1a;--card-hover:#28282899;--font-outfit:"Outfit", sans-serif;--font-inter:"Inter", sans-serif;--glass-shadow:0 8px 32px 0 #00000080}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--foreground);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;overflow-x:hidden}body{background:0 0;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}h1,h2,h3{font-family:var(--font-outfit)}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);box-shadow:var(--glass-shadow);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:var(--card-hover);border-color:#fff;transform:translateY(-4px)scale(1.01);box-shadow:0 12px 40px #1f26871f}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s cubic-bezier(.2,.8,.2,1) forwards fadeIn}.liquid-title{background:linear-gradient(90deg,#fff,#a0a0a0,#fff) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transition:all .6s cubic-bezier(.4,0,.2,1)}.liquid-title:hover{filter:drop-shadow(0 0 10px #0000001a);background-position:100%;transform:scale(1.05);letter-spacing:4px!important}.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;background:#fff;border-radius:50%;width:32px;height:32px;transition:width .3s,height .3s,transform .1s ease-out;position:fixed;transform:translate(-50%,-50%)}.custom-cursor.hovering{width:48px;height:48px}html,body,a,button,.glass-card{cursor:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a padding-box padding-box;border:2px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0003}
