@property --gx{syntax: "<percentage>"; inherits: false; initial-value: 38%;}@property --gy{syntax: "<percentage>"; inherits: false; initial-value: 32%;}@keyframes drift-highlight{0%{--gx: 34%;--gy: 28%}25%{--gx: 48%;--gy: 22%}55%{--gx: 44%;--gy: 46%}80%{--gx: 26%;--gy: 40%}to{--gx: 34%;--gy: 28%}}.text-orb{background:radial-gradient(circle at var(--gx) var(--gy),var(--orb-hi, var(--color-surface-3)),var(--orb-lo, var(--color-surface-1)));animation:drift-highlight var(--orb-dur, 6s) ease-in-out infinite;animation-delay:var(--orb-delay, 0s)}.text-orb:hover{filter:brightness(1.28)}
