<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid #efc2ba !important;
    position: fixed;
    border-radius: 4px;
    z-index: 9999999;
    pointer-events: none;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -ms-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #efc2ba !important;
    position: fixed;
    border-radius: 100px;
    z-index: 9999999;
    pointer-events: none;
}

html {
    cursor: none !important;
}</pre></body></html>