@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#000;--fg:#fff;--glass:#ffffff0a;--border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);pointer-events:none;-webkit-user-select:none;user-select:none;width:100vw;height:100vh;font-family:Inter,sans-serif;overflow:hidden}a{pointer-events:auto;color:inherit;text-decoration:none}.app-container{background:#000;flex-direction:column;width:100vw;height:100vh;display:flex;position:relative}.fluid-canvas{z-index:0;pointer-events:auto;width:100%;height:100%;position:absolute;top:0;left:0}.navbar{z-index:10;justify-content:center;padding:1.5rem 0;display:flex}.nav-pill{-webkit-backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:2rem;padding:.5rem 1rem;display:flex}.nav-logo-img{border-radius:4px;width:auto;height:24px}.nav-links{gap:1.5rem;display:flex}.nav-link{text-transform:uppercase;letter-spacing:.05em;opacity:.5;font-size:.75rem;font-weight:600;transition:opacity .2s}.nav-link:hover{opacity:1}.hero{z-index:1;text-align:center;pointer-events:none;flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:10vh;display:flex}.hero-title{letter-spacing:-.04em;margin-bottom:.75rem;font-size:3rem;font-weight:800;line-height:1.1}.hero-subtitle{opacity:.6;max-width:380px;font-size:.9rem;line-height:1.5}.cursor-dot{z-index:10000;pointer-events:none;background:#fff;border-radius:50%;width:8px;height:8px;position:fixed;top:-4px;left:-4px}.cursor-ring{z-index:9999;pointer-events:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:-20px;left:-20px}.ring-inner{border:1px solid #ffffff26;border-radius:50%;width:100%;height:100%;position:relative}.ring-inner div{border:1px solid #fff;width:6px;height:6px;position:absolute}.top-left{top:-2px;left:-2px;border-bottom:none!important;border-right:none!important}.top-right{top:-2px;right:-2px;border-bottom:none!important;border-left:none!important}.bottom-left{bottom:-2px;left:-2px;border-top:none!important;border-right:none!important}.bottom-right{bottom:-2px;right:-2px;border-top:none!important;border-left:none!important}
