.wizard{display:flex;align-items:center;gap:12px;padding:16px;height:100%}.wizard__center{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}#list-container{height:320px;border-radius:16px;width:auto;margin:0}.wizard--horizontal #list-container{height:320px}#list-container .vlist{border:none;border-radius:16px;background:transparent}#list-container .vlist-item{padding:0;border-bottom:none;cursor:default}#list-container .vlist-item[aria-selected="true"]{background:transparent}.nav-btn{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.nav-btn .icon{width:18px;height:18px}.nav-btn:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.nav-btn:active{background:var(--border);transform:scale(0.95)}.step-indicator{display:flex;justify-content:center;gap:6px;padding:4px 0}.dot{width:8px;height:8px;border-radius:50%;background:var(--border);cursor:pointer;transition:all 0.25s ease}.dot:hover{background:var(--text-dim);transform:scale(1.3)}.dot-active{background:var(--accent);transform:scale(1.3)}.dot-active:hover{background:var(--accent)}.recipe-card{height:100%;max-width:560px;margin:0 auto;padding:28px 32px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.recipe-header{display:flex;align-items:flex-start;justify-content:space-between}.recipe-emoji{font-size:44px;line-height:1}.recipe-meta{display:flex;gap:6px}.meta-tag{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;letter-spacing:0.2px}.meta-time{background:var(--accent-dim);color:var(--accent-text)}.meta-difficulty{background:rgba(16,163,74,0.1);color:#16a34a}[data-theme="dark"] .meta-difficulty{background:rgba(74,222,128,0.1);color:#4ade80}.recipe-title{font-size:22px;font-weight:700;color:var(--text);letter-spacing:-0.3px}.recipe-origin{font-size:14px;color:var(--text-dim);margin-top:-4px}.recipe-section h3{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.8px;color:var(--text-dim);margin-bottom:4px}.recipe-section p{font-size:14px;color:var(--text-muted);line-height:1.5}.recipe-tip{display:flex;align-items:flex-start;gap:8px;background:rgba(251,191,36,0.08);border:1px solid rgba(251,191,36,0.2);border-radius:10px;padding:10px 14px;margin-top:auto}.tip-icon{font-size:16px;line-height:1.4;flex-shrink:0}.recipe-tip p{font-size:13px;color:#92400e;line-height:1.5}[data-theme="dark"] .recipe-tip{background:rgba(251,191,36,0.06);border-color:rgba(251,191,36,0.12)}[data-theme="dark"] .recipe-tip p{color:#fbbf24}