@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Instrument+Serif:ital@0;1&display=swap";:root{--bg:#0c0c0c;--surface:#1a1a1c;--surface2:#ffffff0a;--border:#ffffff12;--white:#fff;--muted:#ffffff47;--muted2:#ffffff73;--muted3:#fff3;--accent:#e8356d;--accent2:#ff5032;--green:#22c55e;--ease:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--white);cursor:none;-webkit-font-smoothing:antialiased;font-family:Geist,sans-serif;overflow-x:hidden}.cursor-dot{pointer-events:none;z-index:9999;background-color:#fff;border-radius:50%;width:7px;height:7px;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:9998;width:32px;height:32px;transition:width .3s var(--ease), height .3s var(--ease), background-color .3s var(--ease);border:1px solid #ffffff59;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}.cursor-ring.hover{background-color:#ffffff0a;width:46px;height:46px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:.9s linear infinite spin}@keyframes float1{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.05)}}@keyframes float2{0%{transform:translate(0)scale(1)}to{transform:translate(-20px,-30px)scale(1.08)}}section{width:100%;position:relative}.pill-label{color:var(--muted2);border:1px solid #ffffff1a;border-radius:999px;padding:5px 16px;font-family:Geist;font-size:13px;font-weight:500;display:inline-block}h2{letter-spacing:-.035em;font-family:Geist;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.05}.sub-text{color:#fff6;font-family:Geist;font-size:15px;font-weight:400;line-height:1.7}::-webkit-scrollbar{display:none}.app{scrollbar-width:none;-ms-overflow-style:none}
