/* A tiny KYZORA robot replaces the desktop cursor. */
.robot-cursor{position:fixed;z-index:200;left:0;top:0;width:36px;height:43px;pointer-events:none;opacity:0;transform:translate3d(-100px,-100px,0);transition:opacity .22s ease}.robot-cursor.is-visible{opacity:1}.robot-pet{position:relative;width:36px;height:43px;transform:rotate(var(--robot-tilt,0deg));transform-origin:50% 75%;transition:transform .14s ease-out;filter:drop-shadow(0 5px 7px rgba(0,0,0,.45))}.robot-head{position:absolute;z-index:3;left:5px;top:2px;width:26px;height:19px;border-radius:8px 8px 9px 9px;background:linear-gradient(145deg,#f7f7f7,#8c8c8c);border:1px solid rgba(255,255,255,.75);box-shadow:inset 2px 2px 3px rgba(255,255,255,.55),inset -3px -3px 4px rgba(0,0,0,.3)}.robot-screen{position:absolute;inset:4px 4px 5px;border-radius:4px;background:#111;display:flex;align-items:center;justify-content:center;gap:4px;box-shadow:inset 0 1px 3px #000}.robot-screen i{width:3px;height:4px;background:#e6fef0;border-radius:50%;box-shadow:0 0 5px #c7ffe0;animation:robotBlink 3.2s infinite}.robot-screen i:last-child{animation-delay:.13s}.robot-antenna{position:absolute;z-index:2;left:17px;top:-4px;height:8px;width:1px;background:#cfcfcf}.robot-antenna:after{content:"";position:absolute;left:-2px;top:-3px;width:5px;height:5px;background:#effff3;border-radius:50%;box-shadow:0 0 7px #d2ffe1;animation:antennaGlow 1.5s ease-in-out infinite}.robot-ear{position:absolute;z-index:2;top:7px;width:5px;height:7px;background:#969696;border:1px solid #dadada}.ear-left{left:1px;border-radius:3px 0 0 3px}.ear-right{right:1px;border-radius:0 3px 3px 0}.robot-body{position:absolute;z-index:2;left:8px;top:21px;width:20px;height:15px;border-radius:6px 6px 5px 5px;background:linear-gradient(145deg,#dadada,#6c6c6c);border:1px solid rgba(255,255,255,.6);display:grid;place-items:center;box-shadow:inset 1px 1px 3px rgba(255,255,255,.5),inset -2px -2px 3px rgba(0,0,0,.3)}.robot-core{font:8px/1 var(--font-display);color:#202020}.robot-arm{position:absolute;z-index:1;top:23px;width:8px;height:4px;background:#a5a5a5;border:1px solid #e4e4e4}.arm-left{left:1px;border-radius:5px 1px 1px 5px;transform:rotate(17deg)}.arm-right{right:1px;border-radius:1px 5px 5px 1px;transform:rotate(-17deg)}.robot-leg{position:absolute;z-index:1;top:34px;width:5px;height:8px;background:#878787;border-radius:0 0 3px 3px}.leg-left{left:11px}.leg-right{right:11px}.robot-cursor.is-link .robot-pet{transform:translateY(-4px) rotate(var(--robot-tilt,0deg)) scale(1.1)}.robot-cursor.is-link .robot-screen i{background:#fff7ce;box-shadow:0 0 7px #ffe394}.robot-cursor.is-link .robot-antenna:after{background:#fff3bb;box-shadow:0 0 8px #ffe18f}@keyframes robotBlink{0%,43%,47%,100%{transform:scaleY(1)}45%{transform:scaleY(.15)}}@keyframes antennaGlow{50%{transform:scale(.64);opacity:.6}}@media(min-width:801px){.robot-cursor-active,.robot-cursor-active *{cursor:none!important}}@media(max-width:800px),(prefers-reduced-motion:reduce){.robot-cursor{display:none}}
