:root{color-scheme:dark;--bg: #10151b;--panel: #18202a;--line: #263140;--text: #e6edf3;--muted: #8b9bad;--accent: #19b37e;--bad: #e05252;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.wrap{max-width:26rem;margin:0 auto;padding:2rem 1.25rem}.tag{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:700}h1{font-size:1.5rem;margin:.35rem 0 1.5rem}.card{background:var(--panel);border:1px solid var(--line);border-radius:.6rem;padding:1.25rem}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.3rem}input{width:100%;padding:.7rem .8rem;margin-bottom:.9rem;font-size:1rem;background:#0d1218;color:var(--text);border:1px solid var(--line);border-radius:.4rem}input:focus{outline:2px solid var(--accent);outline-offset:1px}button{width:100%;padding:.75rem;font-size:.95rem;font-weight:600;background:var(--accent);color:#04120c;border:0;border-radius:.4rem;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--line);margin-top:.6rem}.err{color:var(--bad);font-size:.85rem;margin:0 0 .9rem}.row{display:flex;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.row:last-child{border-bottom:0}.row span:first-child{color:var(--muted)}.note{color:var(--muted);font-size:.8rem;line-height:1.5;margin-top:1.25rem}pre{background:#0d1218;border:1px solid var(--line);border-radius:.4rem;padding:.7rem;font-size:.75rem;overflow-x:auto;color:var(--muted)}.wrap.wide{max-width:34rem}h2{font-size:.95rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:1.75rem 0 .6rem}.figure{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.35rem}.figure-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.figure-value{font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent);line-height:1.1}.figure-note{font-size:.78rem;color:var(--muted);line-height:1.5;margin:0 0 .9rem;padding-bottom:.9rem;border-bottom:1px solid var(--line)}.row span:last-child{font-variant-numeric:tabular-nums}.row.total{border-top:1px solid var(--line);margin-top:.35rem;padding-top:.6rem;border-bottom:0;font-weight:600}.good{color:var(--accent)}.bad{color:var(--bad)}.actions{display:flex;gap:.5rem;margin-top:.9rem;flex-wrap:wrap}.actions button{flex:1 1 8rem;width:auto;padding:.55rem .6rem;font-size:.82rem;margin-top:0}code{background:#0d1218;padding:.1rem .35rem;border-radius:.25rem;font-size:.85em}.muted-sm{color:var(--muted);font-size:.78rem;font-weight:400}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;height:2.2rem;background:transparent}input[type=range]::-webkit-slider-runnable-track{height:.4rem;background:var(--line);border-radius:.2rem}input[type=range]::-moz-range-track{height:.4rem;background:var(--line);border-radius:.2rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.5rem;height:1.5rem;margin-top:-.55rem;border-radius:50%;background:var(--accent);cursor:pointer}input[type=range]::-moz-range-thumb{width:1.5rem;height:1.5rem;border:0;border-radius:50%;background:var(--accent);cursor:pointer}.pay-card{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;border-color:var(--accent)}a.btn{display:block;width:100%;padding:.75rem;margin-top:.6rem;font-size:.95rem;font-weight:600;text-align:center;text-decoration:none;border-radius:.4rem;color:var(--muted);border:1px solid var(--line)}.code-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;margin-top:.9rem}.code-digits{font-size:2.4rem;font-weight:700;letter-spacing:.28em;color:var(--accent);font-variant-numeric:tabular-nums;padding-left:.28em}.muted-sm{font-size:.78rem;color:var(--muted);line-height:1.45}
