.security-card{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.qr-code{width:210px;height:210px;border-radius:10px;border:10px solid #fff}.inline-actions{padding:0 22px 22px}.recovery-panel{padding:24px}.recovery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.recovery-grid code{padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;text-align:center;font-size:16px}.compact-panel .panel-heading{align-items:center}.match-row{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid var(--line)}.match-row>div{display:flex;flex-direction:column}.match-row small{color:var(--muted);margin-top:4px}.status-matched{background:var(--green-soft);color:var(--green)}.status-unmatched{background:var(--amber-soft);color:var(--amber)}@media(max-width:600px){.security-card{flex-direction:column}.recovery-grid{grid-template-columns:1fr}}
