*{box-sizing:border-box;margin:0;padding:0}body{overflow:hidden;cursor:none;background:#271a38;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#canvas{position:fixed;background:radial-gradient(#3a2654 0%,#271a38 100%);width:100%;height:100%;top:0;left:0}.logo-container{position:fixed;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-container img{filter:drop-shadow(0 0 40px #9333ea66);width:85vw;max-width:700px;height:auto}.logo-container:hover img{filter:drop-shadow(0 0 60px #9333ea99)}.contact{position:fixed;z-index:10;color:#ffffff73;letter-spacing:.08em;text-decoration:none;transition:color .4s,text-shadow .4s;font-size:.95rem;bottom:6vh;left:50%;transform:translate(-50%)}.contact:hover{color:#fffffff2;text-shadow:0 0 20px #9333ead9}.cursor{position:fixed;pointer-events:none;z-index:9999;border:2px solid #9333eacc;border-radius:50%;width:20px;height:20px;transform:translate(0,0)}.cursor-dot{position:fixed;pointer-events:none;z-index:9999;background:#9333eacc;border-radius:50%;width:4px;height:4px;transform:translate(0,0)}.shooting-star{position:fixed;animation:shoot 3s linear forwards;will-change:transform,opacity;background:#fff;border-radius:50%;width:2px;height:2px;box-shadow:0 0 10px 2px #ffffff4d}@keyframes shoot{0%{transform:translate(0)translateY(0);opacity:1}to{transform:translate(300px)translateY(300px);opacity:0}}@media (max-width:768px){.logo-container img{max-width:300px}}
