.walkthrough-trigger{z-index:2;color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 2px 8px #00000040}@media (max-width:1440px){.walkthrough-trigger{left:16px;right:auto}}.walkthrough-trigger:hover{background-color:#b91c1c;transform:scale(1.05)}.walkthrough-trigger svg{width:24px;height:24px}.walkthrough-trigger__tooltip-label{font-weight:500}.walkthrough-overlay{z-index:9998;pointer-events:auto;position:fixed;inset:0}.walkthrough-overlay--suppressed{display:none}.walkthrough-overlay__backdrop{pointer-events:auto;background-color:#00000080;position:fixed;inset:0}.walkthrough-overlay__highlight{z-index:9999;border-radius:var(--radius-sm,4px);pointer-events:none;transition:all .3s;position:fixed;box-shadow:0 0 0 9999px #00000080}.walkthrough-overlay__card{z-index:10000;border-radius:var(--radius-md,8px);pointer-events:auto;background-color:#fff;width:360px;padding:20px;animation:.25s walkthrough-fade-in;position:fixed;box-shadow:0 8px 24px #0003}.walkthrough-overlay__step-label{background-color:var(--color-primary-fill,#3b82f6);color:#fff;border-radius:999px;margin-bottom:8px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.walkthrough-overlay__title{color:var(--color-text-basic,#111827);margin:0 0 8px;font-size:16px;font-weight:700}.walkthrough-overlay__desc{color:var(--color-text-subtle,#6b7280);margin:0 0 16px;font-size:14px;line-height:1.5}.walkthrough-overlay__indicator{margin-bottom:16px}.walkthrough-overlay__actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.walkthrough-overlay__skip-label{font-size:13px;font-weight:400}.walkthrough-overlay__nav{gap:8px;display:flex}@keyframes walkthrough-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
