/* Share Whitepaper - Post-Quantum Key Cursor Trail */

.share-wp-cursor-active {
    cursor: none;
}

#share-wp-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    background: radial-gradient(circle, #80fff8 0%, #00d4ff 50%, #0090bb 100%);
    box-shadow: 0 0 12px #00d4ff, 0 0 24px rgba(0,212,255,0.5), 0 0 40px rgba(0,255,136,0.2);
    transition: width 0.15s, height 0.15s;
}

#share-wp-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    pointer-events: none;
    z-index: 99998;
    border-radius: 50%;
    border: 1.5px solid rgba(0,212,255,0.5);
    box-shadow: 0 0 8px rgba(0,212,255,0.2);
}

.share-wp-trail-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 99997;
    overflow: hidden;
}

.share-wp-trail-particle {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-size: 7px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    text-shadow: 0 0 4px currentColor;
    transition: opacity 0.1s linear;
}
