.walkthrough-overlay{position:fixed;inset:0;z-index:9999;background:#00000080;backdrop-filter:blur(4px)}.walkthrough-spotlight{position:absolute;border:3px solid var(--color-primary);border-radius:2.5rem;box-shadow:0 0 0 9999px #000000b3,0 0 20px #06b6d480,inset 0 0 20px #06b6d433;pointer-events:none;z-index:10000;transition:all var(--transition-base, .2s);animation:walkthrough-pulse 2s ease-in-out infinite}@keyframes walkthrough-pulse{0%,to{box-shadow:0 0 0 9999px #000000b3,0 0 20px #3b82f680,inset 0 0 20px #3b82f633}50%{box-shadow:0 0 0 9999px #000000b3,0 0 30px #3b82f6cc,inset 0 0 30px #3b82f666}}.walkthrough-highlight{position:relative;z-index:10001!important;outline:2px solid var(--color-primary);outline-offset:2px;transition:outline var(--transition-fast, .15s) ease}.walkthrough-modal{background:var(--bg-modal, white);border-radius:2.5rem;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1));max-width:500px;width:90%;max-height:90vh;overflow-y:auto;z-index:10002}.walkthrough-position-center{top:50%;left:50%;transform:translate(-50%,-50%)}.walkthrough-position-top{top:20px;left:50%;transform:translate(-50%)}.walkthrough-position-bottom{bottom:20px;left:50%;transform:translate(-50%)}.walkthrough-position-left{top:50%;left:20px;transform:translateY(-50%)}.walkthrough-position-right{top:50%;right:20px;transform:translateY(-50%)}.walkthrough-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.walkthrough-progress{flex:1;margin-right:16px}.walkthrough-progress-bar{height:4px;background:#3b82f6;border-radius:2px;transition:width .3s ease;margin-bottom:4px}.walkthrough-progress-text{font-size:12px;color:#6b7280}.walkthrough-actions{display:flex;gap:8px}.walkthrough-voice-toggle,.walkthrough-skip,.walkthrough-close{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:6px;transition:all .2s ease}.walkthrough-voice-toggle:hover,.walkthrough-skip:hover,.walkthrough-close:hover{background:#f3f4f6;color:#374151}.walkthrough-content{padding:24px 20px}.walkthrough-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 12px}.walkthrough-description{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 16px}.walkthrough-image{width:100%;border-radius:8px;margin-top:24px}.walkthrough-section{margin-top:20px}.walkthrough-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin:0 0 8px}.walkthrough-list{list-style:none;padding:0;margin:0}.walkthrough-list li{font-size:14px;color:#4b5563;padding-left:20px;position:relative;margin-bottom:6px}.walkthrough-list li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.walkthrough-purpose,.walkthrough-outcome,.walkthrough-mistake-text,.walkthrough-next-step-text{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.walkthrough-mistakes{background:#ef44440d;border-left:3px solid #ef4444;padding:12px 16px;border-radius:4px}.walkthrough-mistakes .walkthrough-section-title{color:#ef4444}.walkthrough-next-step{background:#10b9810d;border-left:3px solid #10b981;padding:12px 16px;border-radius:4px}.walkthrough-next-step .walkthrough-section-title{color:#10b981}@media(prefers-color-scheme:dark){.walkthrough-list li,.walkthrough-purpose,.walkthrough-outcome,.walkthrough-mistake-text,.walkthrough-next-step-text{color:#e5e7eb}.walkthrough-mistakes{background:#ef44441a}.walkthrough-next-step{background:#10b9811a}}.walkthrough-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #e5e7eb;gap:16px}.walkthrough-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.walkthrough-button-primary{background:#3b82f6;color:#fff}.walkthrough-button-primary:hover{background:#2563eb}.walkthrough-button-secondary{background:#f3f4f6;color:#374151}.walkthrough-button-secondary:hover{background:#e5e7eb}.walkthrough-button:disabled{opacity:.5;cursor:not-allowed}.walkthrough-step-indicators{display:flex;gap:8px;flex:1;justify-content:center}.walkthrough-step-indicator{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .2s ease}.walkthrough-step-indicator.active{background:#3b82f6;width:24px;border-radius:4px}.walkthrough-step-indicator.completed{background:#10b981}.walkthrough-confirm-overlay{position:fixed;inset:0;z-index:10003;background:#0009;display:flex;align-items:center;justify-content:center}.walkthrough-confirm-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a}.walkthrough-confirm-modal h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px}.walkthrough-confirm-modal p{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.6}.walkthrough-confirm-actions{display:flex;gap:12px;justify-content:flex-end}@media(prefers-color-scheme:dark){.walkthrough-modal,.walkthrough-confirm-modal{background:#1f2937;color:#f9fafb}.walkthrough-title{color:#f9fafb}.walkthrough-description{color:#d1d5db}.walkthrough-header,.walkthrough-footer{border-color:#374151}.walkthrough-button-secondary{background:#374151;color:#f9fafb}.walkthrough-button-secondary:hover{background:#4b5563}}@media(prefers-reduced-motion:reduce){.walkthrough-spotlight,.walkthrough-modal,.walkthrough-button{transition:none;animation:none}}.walkthrough-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
