:root{--spotlight-duration:300ms;--spotlight-easing:ease;--spotlight-z-overlay:9998;--spotlight-z-tooltip:9999}.spotlight-overlay{inset:0;will-change:clip-path;transition:clip-path var(--spotlight-duration) var(--spotlight-easing)}.spotlight-overlay,.spotlight-overlay-blocker{position:fixed;z-index:var(--spotlight-z-overlay);pointer-events:auto}.spotlight-overlay-blocker{background:transparent}.spotlight-overlay--loading{opacity:.4;transition:clip-path var(--spotlight-duration) var(--spotlight-easing),opacity var(--spotlight-duration) var(--spotlight-easing)}.spotlight-loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:var(--spotlight-z-tooltip);pointer-events:none}.spotlight-loading-spinner{display:block;width:32px;height:32px;border-radius:50%;border:3px solid rgba(128,128,128,.35);border-top-color:rgba(128,128,128,.9);animation:spotlight-spin .8s linear infinite}@keyframes spotlight-spin{to{transform:rotate(1turn)}}.spotlight-tooltip{position:fixed;z-index:var(--spotlight-z-tooltip);pointer-events:auto}.spotlight-tooltip-enter{opacity:0;transform:translateY(8px) scale(.96)}.spotlight-tooltip-enter-active{transition:opacity var(--spotlight-duration) var(--spotlight-easing),transform var(--spotlight-duration) var(--spotlight-easing)}.spotlight-tooltip-enter-active,.spotlight-tooltip-exit{opacity:1;transform:translateY(0) scale(1)}.spotlight-tooltip-exit-active{opacity:0;transform:translateY(8px) scale(.96);transition:opacity var(--spotlight-duration) var(--spotlight-easing),transform var(--spotlight-duration) var(--spotlight-easing)}.spotlight-progress{width:100%;overflow:hidden}.spotlight-progress-bar{height:100%;transition:width var(--spotlight-duration) var(--spotlight-easing)}.spotlight-arrow{position:absolute;width:12px;height:12px;pointer-events:none}.spotlight-arrow svg{display:block;width:100%;height:100%}.spotlight-close{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:background .15s ease}.spotlight-close:hover{background:var(--spotlight-btn-secondary-hover-bg,rgba(0,0,0,.06));color:var(--spotlight-close-hover-color,currentColor)}.spotlight-buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:16px}.spotlight-button{display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,box-shadow .15s ease}.spotlight-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.spotlight-button--primary:hover{background:var(--spotlight-btn-hover-bg)}.spotlight-button--secondary:hover{background:var(--spotlight-btn-secondary-hover-bg)}.spotlight-step-info{font-size:12px;opacity:.6;margin-right:auto}@media (prefers-reduced-motion:reduce){.spotlight-button,.spotlight-close,.spotlight-overlay,.spotlight-progress-bar,.spotlight-tooltip-enter-active,.spotlight-tooltip-exit-active{transition:none}.spotlight-loading-spinner{animation:none}}