.nfcae-reader{background:#fff;border:1px solid #E2E8F0;border-radius:.5rem;padding:32px;max-width:520px;font-family:Inter,sans-serif}
.nfcae-reader__status{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-weight:600}
.nfcae-dot{width:10px;height:10px;border-radius:50%;background:#c9c5ce;flex:0 0 auto}
.nfcae-dot--ok{background:#10B981;box-shadow:0 0 0 4px rgba(16,185,129,.15)}
.nfcae-dot--wait{background:#1863DC;animation:nfcae-pulse 1s infinite}
.nfcae-dot--err{background:#ba1a1a}
@keyframes nfcae-pulse{50%{opacity:.4}}
.nfcae-reader__uid{font-family:'JetBrains Mono',monospace;font-size:13px;letter-spacing:.05em;color:#48464d;background:#f2f4f6;padding:12px 16px;border-radius:.25rem;margin-bottom:16px}
.nfcae-reader__result{min-height:24px;color:#191c1e;margin-bottom:16px}
.nfcae-reader__btn{background:#0B0620;color:#fff;border:0;padding:14px 28px;font-weight:600;font-size:15px;border-radius:.25rem;cursor:pointer;transition:background .2s}
.nfcae-reader__btn:hover{background:#1863DC}
