.tour{display:grid;grid-template-columns:340px 1fr;gap:40px;align-items:start}.tour-tabs{display:flex;flex-direction:column;gap:10px}.tour-tab{text-align:left;padding:16px 18px;border:1px solid var(--border);border-radius:var(--radius);background:transparent;cursor:pointer;font-family:var(--font-sans);transition:border-color .16s ease,background .16s ease}.tour-tab:hover{border-color:var(--border-strong)}.tour-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tour-tab.is-active{background:var(--bg-elev-1);border-color:var(--accent-line)}.tour-tab-eyebrow{display:block;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:6px}.tour-tab.is-active .tour-tab-eyebrow{color:var(--accent)}.tour-tab-title{display:block;font-weight:600;font-size:1rem;color:var(--text);margin-bottom:4px}.tour-tab-desc{display:block;font-size:.86rem;line-height:1.5;color:var(--text-dim);text-wrap:pretty}.tour-stage{position:relative}.tour-screen{display:none;margin:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev-1);box-shadow:0 12px 40px #0a0a0a1a;overflow:hidden}.tour-screen.is-active{display:block;animation:tour-fade .18s ease}@keyframes tour-fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.tour-screen.is-active{animation:none}}.tour-chrome{display:flex;align-items:center;gap:7px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--bg-elev-2)}.tour-chrome-dot{width:9px;height:9px;border-radius:50%;background:var(--border-strong)}.tour-chrome-dot.is-accent{background:var(--accent)}.tour-chrome-label{margin-left:6px;font-family:var(--font-mono);font-size:.72rem;color:var(--text-faint);letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-screen img{display:block;width:100%;height:auto}.tour-screen .deal-console{border:0;border-radius:0;box-shadow:none}.tour-screen .deal-console-body{height:auto;min-height:0;white-space:normal}@media(max-width:900px){.tour{grid-template-columns:1fr;gap:20px}.tour-tabs{flex-direction:row;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.tour-tab{flex:0 0 auto;max-width:240px}.tour-tab-desc{display:none}}
