@keyframes sl-draw{0%{stroke-dashoffset:var(--sl-len,1000)}to{stroke-dashoffset:0}}@keyframes sl-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes sl-fade{0%{opacity:0}to{opacity:1}}.sl-line{stroke-dasharray:var(--sl-len,1000);animation:sl-draw var(--dur-slow) var(--ease-out) both}.sl-pop{transform-box:fill-box;transform-origin:center;animation:sl-pop var(--dur-base) var(--ease-pop) both}.sl-fade{animation:sl-fade var(--dur-base) var(--ease-out) both}@media (prefers-reduced-motion:reduce){.sl-fade,.sl-line,.sl-pop{animation:none}}option{background-color:var(--surface-card);color:var(--text-primary)}