.guide-preview{width:100%;max-width:465px;margin-inline:auto}.guide-preview-stage{background:#dfdbd0;border-radius:6px;justify-content:center;align-items:center;height:445px;padding:25px 45px;display:flex;overflow:hidden}.guide-preview-stage>img{object-fit:contain;width:auto;max-width:100%;height:100%;animation:.24s guide-page-in;box-shadow:0 4px 16px #34291c16}.guide-preview-stage>.guide-preview-outfit{width:100%;height:auto;max-height:100%;box-shadow:none}.guide-preview-tabs{grid-template-columns:repeat(3,1fr);gap:4px;margin-top:12px;display:grid}.guide-preview-tabs button{min-height:45px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:6px;font-size:11px;display:flex}.guide-preview-tabs button[aria-pressed=true]{border-color:var(--line);color:var(--wine);background:#faf8f2}.guide-preview-note{color:var(--muted);text-align:center;margin-top:10px;font-size:11px;line-height:1.7}@keyframes guide-page-in{0%{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.guide-preview-stage{height:365px;padding:22px 30px}.guide-preview-tabs button{gap:4px;font-size:10px}.guide-preview-note{font-size:10px}}@media (prefers-reduced-motion:reduce){.guide-preview-stage>img{animation:none}}
