.guideCoachmark_spotlight__itpB1{position:fixed;border-radius:var(--radius-md);box-shadow:0 0 0 100vmax var(--scrim);outline:var(--space-2) solid var(--accent-primary);pointer-events:none;z-index:var(--z-guide-spotlight);transition:top var(--duration-slowest) var(--ease-emphasized),left var(--duration-slowest) var(--ease-emphasized),width var(--duration-slowest) var(--ease-emphasized),height var(--duration-slowest) var(--ease-emphasized)}.guideCoachmark_card___dVcH{--guide-step-line-max:280px;position:fixed;box-sizing:border-box;width:min(560px,calc(100vw - var(--space-32)));padding:var(--space-20) var(--space-24);background:var(--surface-panel);border:var(--line-size) solid var(--overlay-border-light);border-radius:var(--radius-2xl);box-shadow:var(--modal-shadow);z-index:var(--z-guide-coachmark);display:flex;flex-direction:column;gap:var(--space-12);transition:top var(--duration-slowest) var(--ease-emphasized),left var(--duration-slowest) var(--ease-emphasized);will-change:top,left}.guideCoachmark_stepDots__upj82{display:flex;align-items:center;justify-content:flex-start;gap:0;min-height:var(--space-12);width:min(calc(var(--guide-step-count, 1) * var(--space-18)),var(--guide-step-line-max));min-width:0;flex:0 1 auto}.guideCoachmark_stepDot__1pwp9{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:1 1;min-width:0;height:var(--space-12);padding:0 var(--space-1);border:0;border-radius:var(--radius-circle);background:transparent;cursor:pointer}.guideCoachmark_stepDot__1pwp9:before{content:"";width:100%;height:var(--space-3);border-radius:var(--radius-full);background:var(--text-white400);transition:background var(--duration-medium) ease,opacity var(--duration-medium) ease}.guideCoachmark_stepDot__1pwp9:hover:before{background:var(--text-white800)}.guideCoachmark_stepDotActive__YJJEr:before{background:var(--text-white1000)}.guideCoachmark_title__I4Bih{margin:0;font-size:var(--text-lg);font-weight:var(--weight-semibold);line-height:var(--lh-snug);color:var(--text-primary)}.guideCoachmark_pageContent___FHvW{display:flex;flex-direction:column;gap:var(--space-12);animation:guideCoachmark_pageSlideIn__CpKXL var(--duration-slower) cubic-bezier(.16,1,.3,1) both}.guideCoachmark_body__O8oi1{margin:0;font-size:var(--text-md);line-height:var(--lh-normal);color:var(--text-secondary)}.guideCoachmark_footer__gX01e{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);min-width:0;margin-top:var(--space-4)}.guideCoachmark_actions__zsKvG{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-16);flex:0 0 auto}.guideCoachmark_previous__8ZnwX,.guideCoachmark_skip__VWc4K{background:none;border:none;padding:var(--space-8) 0;cursor:pointer;font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--weight-book);color:var(--text-muted);transition:color var(--duration-base) ease}.guideCoachmark_skip__VWc4K{margin-right:var(--space-8)}.guideCoachmark_previous__8ZnwX:hover:not(:disabled),.guideCoachmark_skip__VWc4K:hover{color:var(--text-primary)}.guideCoachmark_previous__8ZnwX:disabled{color:var(--text-muted);cursor:default;opacity:var(--state-disabled-opacity)}.guideCoachmark_nextButton___JsRL{border-color:var(--white);background:var(--white);color:var(--black);font-weight:var(--weight-medium)}.guideCoachmark_nextButton___JsRL:hover:not(:disabled){border-color:color-mix(in srgb,var(--white) 88%,var(--black));background:color-mix(in srgb,var(--white) 88%,var(--black));color:var(--black)}@media (prefers-reduced-motion:reduce){.guideCoachmark_card___dVcH,.guideCoachmark_spotlight__itpB1,.guideCoachmark_stepDot__1pwp9:before{transition:none}.guideCoachmark_card___dVcH{will-change:auto}.guideCoachmark_pageContent___FHvW{animation:none}}@keyframes guideCoachmark_pageSlideIn__CpKXL{0%{opacity:0;transform:translateX(var(--space-20))}to{opacity:1;transform:translateX(0)}}