.custom-cursor{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.cursor-dot{position:absolute;width:8px;height:8px;background-color:#2563ebcc;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10000;transition:opacity .3s ease}.cursor-outline{position:absolute;width:32px;height:32px;border:2px solid rgba(255,255,255,.5);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;transition:all .3s ease}@media (max-width: 768px){.custom-cursor{display:none}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%}#root{height:100%;width:100%}
