.qr__field{margin-top:0}.qr__field+.qr__field,.qr__form>.qr__field{margin-top:.9rem}.qr label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.3rem}.qr__hint{font-weight:400;color:var(--color-muted-foreground)}.qr__input{width:100%;min-height:2.75rem;padding:.6rem .75rem;border:1px solid var(--color-border-strong);border-radius:var(--radius);background:var(--color-surface);color:var(--color-foreground);font-family:inherit;font-size:1rem}.qr__input:focus-visible{outline:2px solid var(--color-ring);outline-offset:1px}textarea.qr__input{min-height:4rem;resize:vertical}.qr__grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.qr__grid .qr__field{margin-top:0}.qr__combo{position:relative}.qr__spinner{position:absolute;right:.85rem;top:50%;width:1rem;height:1rem;margin-top:-.5rem;border:2px solid var(--color-border-strong);border-top-color:var(--color-accent);border-radius:50%;animation:qr-spin .7s linear infinite}@keyframes qr-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.qr__spinner{animation-duration:2.4s}}.qr__suggestions{position:absolute;z-index:20;inset-inline:0;top:calc(100% + .3rem);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius);box-shadow:0 14px 34px -18px #1a152380;overflow:hidden}.qr__suggestions button{display:block;width:100%;text-align:left;padding:.65rem .8rem;font-size:.9rem;cursor:pointer}.qr__sugg-addr{display:block}.qr__sugg-tag{display:block;margin-top:.15rem;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--color-muted-foreground)}.qr__suggestions button:hover,.qr__suggestions button:focus-visible,.qr__suggestions button.is-active{background:var(--color-muted)}.qr__suggestions button.is-active{box-shadow:inset 2px 0 0 var(--color-accent)}.qr__suggestions li+li button{border-top:1px solid var(--color-border)}.qr__result{margin-top:1.4rem;border-top:2px solid var(--color-border-strong);padding-top:1.1rem;animation:qr-rise .22s ease-out both}@keyframes qr-rise{0%{opacity:0;transform:translateY(4px)}}@media(prefers-reduced-motion:reduce){.qr__result{animation:none}}.qr__result--outside{border-top-color:var(--color-border)}.qr__result-cap,.qr__preview-cap{font-size:.66rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted-foreground)}.qr__addr{margin-top:.25rem;font-family:var(--font-serif);font-size:1.35rem;font-weight:600;line-height:1.25}.qr__figures{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;font-variant-numeric:tabular-nums}.qr__figures>div{background:var(--color-surface);padding:.7rem .85rem}.qr__figures dt{font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted-foreground)}.qr__figures dd{margin-top:.3rem;font-family:var(--font-serif);font-size:1.4rem;font-weight:600;line-height:1.1}.qr__ids{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.35rem 1.4rem;font-size:var(--text-sm);font-variant-numeric:tabular-nums}.qr__ids>div{display:flex;align-items:baseline;gap:.4rem}.qr__ids dt{color:var(--color-muted-foreground)}.qr__ids dd{font-weight:600}.qr__preview{margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid var(--color-border)}.qr__figures--ghost dd{margin-top:.55rem}.qr__ghost-rule{display:block;width:2.5rem;height:2px;background:var(--color-border-strong);border-radius:1px}.qr__form{margin-top:1.2rem}.qr__result .qr__form{border-top:1px solid var(--color-border);padding-top:1.1rem}.qr__submit{margin-top:1.1rem;width:100%}@media(min-width:480px){.qr__submit{width:auto}}.qr__submit[disabled]{opacity:.55;cursor:progress}.qr__note,.qr__fineprint{margin-top:.6rem;font-size:.78rem;line-height:1.55;color:var(--color-muted-foreground)}.qr__error{margin-top:.8rem;font-size:.85rem;font-weight:500;color:var(--color-destructive)}.qr__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.qr__sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.qr__sent{border-left:2px solid var(--color-accent);padding-left:1rem;font-size:.95rem}.qr__sent-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:600}.qr__sent p+p{margin-top:.5rem}.qr__sent-alt{color:var(--color-muted-foreground)}.qr__sent a{font-weight:600;text-decoration:underline;text-underline-offset:.2em}.qr__field--stated{justify-content:flex-end}.qr__stated{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;padding:.55rem 0;font-size:var(--text-sm)}.qr__stated-k{color:var(--color-muted-foreground)}.qr__stated-v{font-weight:600}.qr__link{background:none;border:0;padding:0;color:var(--color-accent);font:inherit;font-size:var(--text-sm);cursor:pointer;text-decoration:underline;text-underline-offset:.2em}.qr__link:hover{text-decoration-thickness:2px}.qr__fee{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem;padding:.75rem .9rem;border:1px solid var(--color-border);border-left:2px solid var(--color-accent);border-radius:var(--radius);background:var(--color-muted)}.qr__fee-was{color:var(--color-muted-foreground);text-decoration:line-through;font-size:var(--text-sm)}.qr__fee-now{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;line-height:1}.qr__fee-tag{font-size:var(--text-sm);font-weight:600;color:var(--color-accent)}.qr--dialog .qr__result{margin-top:0}
