.custom-cursor-root{position:fixed;inset:0;pointer-events:none;z-index:10000}.custom-cursor-dot,.custom-cursor-ring{position:fixed;top:0;left:0;pointer-events:none;will-change:transform;opacity:0;transition:opacity .25s ease,border-color .25s ease}.custom-cursor-ring{width:2.5rem;height:2.5rem;border:1px solid rgba(208,219,224,.55);border-radius:9999px;z-index:10000;mix-blend-mode:difference}.custom-cursor-ring.is-visible{opacity:1}.custom-cursor-ring.is-hovering{border-color:rgba(208,219,224,.85)}.custom-cursor-dot{width:.375rem;height:.375rem;border-radius:9999px;background:#d0dbe0;z-index:10001;box-shadow:0 0 10px rgba(208,219,224,.35)}.custom-cursor-dot.is-visible{opacity:1}@media(pointer:fine){html.has-custom-cursor,html.has-custom-cursor *{cursor:none!important}html.award-modal-open .custom-cursor-ring,html.award-modal-open .custom-cursor-root{z-index:10100}html.award-modal-open .custom-cursor-dot{z-index:10101}}@media(pointer:coarse){.custom-cursor-root{display:none}}@media(prefers-reduced-motion:reduce){.custom-cursor-dot,.custom-cursor-ring{transition:none}}