.pw-wizard { max-width: 680px; margin: 1rem auto; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 12px }
.pw-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .5rem }
.pw-btn { padding: .75rem; border: 1px solid #d1d5db; border-radius: .75rem; background: #fff; cursor: pointer; width: 100% }
.pw-btn.active { outline: 2px solid #111827; border-color: #111827; font-weight: 600 }
.pw-actions { display: flex; gap: .5rem; margin-top: 1rem }
.pw-actions button { padding: .6rem .9rem; border-radius: .6rem; border: 1px solid #d1d5db; background:#fff }
.pw-summary, .pw-download { margin-top: 1rem; padding: .75rem; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: .75rem }
@media (hover:hover){ .pw-btn:hover { border-color:#9ca3af } }
