:root{--morph-bg:#050505;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{cursor:none;background-color:#e0e0e0;margin:0;padding:0;overflow:hidden}.cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;background-color:#fff;border-radius:50%;width:20px;height:20px;position:fixed;top:0;left:0}.app-container{width:100vw;height:100vh;position:relative}.content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.content h1{letter-spacing:-.05em;text-transform:uppercase;color:#111;margin:0;font-size:8vw;font-weight:900;line-height:1.1}.content p{color:#555;margin-top:1rem;font-size:1.5rem;font-weight:500}.menu-toggle{z-index:100;cursor:none;color:#fff;mix-blend-mode:difference;text-transform:uppercase;letter-spacing:-.02em;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:1rem;font-size:1.2rem;font-weight:800;display:flex;position:fixed;top:2rem;right:2rem}.menu-overlay{background-color:var(--morph-bg);z-index:50;will-change:transform;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.menu-inner{flex-direction:column;justify-content:center;align-items:center;display:flex}.menu-item-container{perspective:1200px;margin:1rem 0}.menu-item{color:#fff;text-transform:uppercase;letter-spacing:-.05em;transform-style:preserve-3d;cursor:none;font-size:8vw;font-weight:900;text-decoration:none;display:block;position:relative}.underline{background-color:#fff;border-radius:.05em;width:100%;height:.12em;position:absolute;bottom:0;left:0}a{outline:none}
