:root{color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:#0a0a0a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem 1.25rem}.payment-card{width:min(100%,400px)}h1{margin:0 0 .5rem;font:700 2rem/1.2 ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.intro{margin:0 0 1.5rem;color:#aaa;line-height:1.5}.qr-shell{overflow:hidden;background:#0a0a0a}.qr{aspect-ratio:1;display:grid;place-items:center;background:#0a0a0a}.qr svg,.qr canvas{display:block;width:100%;height:100%}.account{margin-top:1.25rem}.label,.copy-label,footer{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.7rem;letter-spacing:.08em;color:#888}.account strong{display:block;margin:.25rem 0 .75rem}#copy-iban{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem;border:1px solid #333;border-radius:0;color:#fff;background:transparent;cursor:pointer}#copy-iban:hover{border-color:#777}#copy-iban:focus-visible{outline:2px solid #00fffc;outline-offset:3px}#copy-iban:disabled{cursor:default;opacity:.6}.iban{overflow-wrap:anywhere;text-align:left;font:700 .75rem/1.5 ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.copy-label{flex:0 0 auto;color:#00fffc}.note{margin:.65rem 0 0;color:#777;font-size:.8rem}.error{max-width:15rem;color:#222;text-align:center}.loader{width:28px;height:28px;border:2px solid #ddd;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}footer a{color:#888;text-decoration:none}footer a:hover{color:#fff}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.page{justify-content:flex-start}h1{font-size:1.65rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important}}
