.thraid-qr-backdrop{position:fixed;inset:0;z-index:12050;display:none;place-items:center;padding:1rem;background:rgba(2,6,23,.78);backdrop-filter:blur(12px)}
.thraid-qr-backdrop.open{display:grid}
.thraid-qr-card{width:min(30rem,100%);max-height:92vh;overflow:auto;border:1px solid #334155;border-radius:1.5rem;padding:1.25rem;background:#09090b;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.48)}
.thraid-qr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.thraid-qr-kicker{font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#f8bd06}
.thraid-qr-title{margin:.3rem 0 0;font-size:1.55rem;line-height:1.1;font-weight:900}
.thraid-qr-close{width:2.5rem;height:2.5rem;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#fff;font-size:1.25rem}
.thraid-qr-code{display:grid;place-items:center;margin:1.2rem auto;padding:1rem;width:min(19rem,100%);aspect-ratio:1;border-radius:1.25rem;background:#fff;border:7px solid #f8bd06}
.thraid-qr-code canvas,.thraid-qr-code img{display:block;width:100%!important;height:100%!important;object-fit:contain}
.thraid-qr-url{padding:.8rem;border:1px solid #3f3f46;border-radius:.9rem;background:#111827;color:#cbd5e1;font-size:.78rem;line-height:1.45;overflow-wrap:anywhere}
.thraid-qr-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1rem}
.thraid-qr-actions button{min-height:3rem;border-radius:.9rem;border:1px solid #3f3f46;background:#18181b;color:#fff;font-weight:900}
.thraid-qr-actions button.primary{border-color:#2563eb;background:#2563eb}
.thraid-qr-actions button.gold{border-color:#f8bd06;background:#f8bd06;color:#050505}
html.light .thraid-qr-card{background:#fff;color:#050505;border-color:#cbd5e1}
html.light .thraid-qr-close,html.light .thraid-qr-actions button{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}
html.light .thraid-qr-actions button.primary{background:#2563eb;color:#fff;border-color:#2563eb}
html.light .thraid-qr-actions button.gold{background:#f8bd06;color:#050505;border-color:#d99f00}
html.light .thraid-qr-url{background:#f8fafc;color:#334155;border-color:#cbd5e1}
@media(max-width:520px){.thraid-qr-actions{grid-template-columns:1fr}}
