.onb-checklist{background:linear-gradient(135deg,var(--wh-indigo-muted,#6366f10f)0%,var(--wh-surface)70%);border:1px solid var(--wh-border-light);animation:onb-fade-in .32s var(--wh-ease-out,cubic-bezier(.16,1,.3,1));border-radius:12px;flex-direction:column;gap:12px;margin:0 0 16px;padding:16px 18px 14px;display:flex;position:relative;box-shadow:0 1px 3px #0000000a}@keyframes onb-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .onb-checklist{background:linear-gradient(135deg,#6366f11f 0%,var(--wh-surface)70%)}.onb-checklist-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.onb-checklist-title-block{flex-direction:column;gap:2px;display:flex}.onb-checklist-title{letter-spacing:-.2px;color:var(--wh-text);margin:0;font-size:15px;font-weight:700}.onb-checklist-subtitle{color:var(--wh-text-muted);margin:0;font-size:12px;font-weight:500}.onb-checklist-close{cursor:pointer;transition:background-color var(--wh-duration-fast,.12s)var(--wh-ease-out);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.onb-checklist-close:hover{background:var(--wh-surface-hover,#0000000a)}[data-theme=dark] .onb-checklist-close:hover{background:#ffffff0f}.onb-checklist-progress{background:var(--wh-border-light);border-radius:2px;height:4px;overflow:hidden}.onb-checklist-progress-fill{background:var(--wh-indigo);transition:width var(--wh-duration-slow,.32s)var(--wh-ease-out);border-radius:2px;height:100%}.onb-checklist-steps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.onb-checklist-step{background:var(--wh-surface);border:1px solid var(--wh-border-light);transition:border-color var(--wh-duration-fast,.12s)var(--wh-ease-out),background-color var(--wh-duration-fast,.12s)var(--wh-ease-out);border-radius:8px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.onb-checklist-step:hover{border-color:var(--wh-border,var(--wh-border-light))}.onb-checklist-step--done{opacity:.6;background:var(--wh-surface-muted,var(--wh-surface))}.onb-checklist-step-check{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.onb-checklist-step-dot{border:2px solid var(--wh-border);background:0 0;border-radius:50%;width:12px;height:12px}.onb-checklist-step-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.onb-checklist-step-label{color:var(--wh-text);letter-spacing:-.1px;font-size:13px;font-weight:600}.onb-checklist-step--done .onb-checklist-step-label{text-decoration:line-through;text-decoration-color:var(--wh-text-muted)}.onb-checklist-step-desc{color:var(--wh-text-muted);font-size:11px;font-weight:500}.onb-checklist-step-cta{border:1px solid var(--wh-indigo);background:var(--wh-indigo);color:var(--wh-text-inverse,#fff);cursor:pointer;white-space:nowrap;transition:transform var(--wh-duration-fast,.12s)var(--wh-ease-out),filter var(--wh-duration-fast,.12s)var(--wh-ease-out);border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.onb-checklist-step-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.onb-checklist-step-cta:active{transform:translateY(0)}@media (width<=720px){.onb-checklist-step{flex-wrap:wrap}.onb-checklist-step-cta{margin-left:30px}}