.far-out-cta{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 16px;background:color-mix(in srgb,var(--bg-deep) 88%,transparent);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--white-line);color:var(--text-dim);font-family:Comico,Georgia,serif;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .3s,border-color .3s,background .3s}.far-out-text{position:relative;z-index:2;pointer-events:none}.far-out-glow{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;opacity:0;transition:opacity .4s ease;pointer-events:none;background:conic-gradient(from var(--glow-angle, 0deg),var(--signal-orange),#f5a623,#e85d75,#a855f7,#3b82f6,#22d3ee,#10b981,#f5a623,var(--signal-orange));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;padding:1.5px}.far-out-cta:hover .far-out-glow,.far-out-cta:focus-visible .far-out-glow{opacity:1;animation:far-out-spin 2.5s linear infinite}.far-out-cta:hover{color:var(--bone);border-color:transparent}.far-out-active{color:var(--signal-orange);border-color:var(--signal-orange);background:color-mix(in srgb,var(--signal-orange) 8%,transparent)}.far-out-active .far-out-glow{opacity:1;animation:far-out-spin 2.5s linear infinite}.far-out-active:hover{color:var(--signal-orange);background:color-mix(in srgb,var(--signal-orange) 12%,transparent)}.far-out-active .far-out-text{animation:far-out-pulse 2s ease-in-out infinite}.far-out-cta:disabled{opacity:.3;cursor:not-allowed}.far-out-cta:disabled .far-out-glow{display:none}[data-theme=light] .far-out-cta{background:color-mix(in srgb,var(--surface-bg) 92%,transparent);border-color:var(--surface-border)}[data-theme=light] .far-out-cta:hover{border-color:transparent}@keyframes far-out-spin{0%{--glow-angle: 0deg}to{--glow-angle: 360deg}}@keyframes far-out-pulse{0%,to{opacity:1}50%{opacity:.7}}@property --glow-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.far-out-cursor-orb{background:transparent;box-shadow:none}.far-out-cursor-orb.is-active{animation:fo-cursor-pulse 1.6s ease-in-out infinite}.far-out-cursor-orb:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;border:1.5px dashed var(--signal-orange);transform:translate(-50%,-50%) rotate(45deg)}.far-out-cursor-orb:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%);background:linear-gradient(var(--signal-orange),var(--signal-orange)) center / 1px 100% no-repeat,linear-gradient(var(--signal-orange),var(--signal-orange)) center / 100% 1px no-repeat;opacity:.4}@keyframes fo-cursor-pulse{0%,to{transform:var(--fo-translate, translate(0, 0)) scale(1)}50%{transform:var(--fo-translate, translate(0, 0)) scale(1.15)}}
