*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background:#fff}body{min-height:100vh;display:flex;flex-direction:column}a{color:#1e40af;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:420px;margin:0 auto;padding:1.5rem;width:100%}.center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.card{border:1px solid #e5e5e5;border-radius:.75rem;padding:1.5rem;background:#fafafa}.card--balance{text-align:center;padding:2rem}.card--empty{text-align:center;color:#737373}h1,h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}h2{font-size:1.125rem;font-weight:600}.text-sm,label{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:#737373}.text-center{text-align:center}.text-danger{color:#dc2626}.balance{font-size:2rem;font-weight:700}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.gap-2,.gap-3,.gap-4{gap:.5rem;display:flex;flex-direction:column}.gap-3,.gap-4{gap:.75rem}.gap-4{gap:1rem}.row{display:flex;justify-content:space-between;align-items:center}label{display:block;font-weight:500;margin-bottom:.25rem}input{width:100%;padding:.625rem .75rem;border:1px solid #d4d4d4;border-radius:.5rem;font-size:1rem;outline:0}input:focus{border-color:#1e40af;box-shadow:0 0 0 2px rgba(30,64,175,.15)}.btn{display:block;width:100%;padding:.75rem;border:0;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-align:center}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#1e40af;color:#fff}.btn--primary:hover:not(:disabled){background:#1e3a8a}.btn--outline{background:0 0;border:1px solid #1e40af;color:#1e40af}.btn--outline:hover:not(:disabled){background:#eff6ff}.btn--danger{background:0 0;border:1px solid #dc2626;color:#dc2626}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e5e5}.nav-brand{font-size:1.125rem;font-weight:700;color:#1e40af}.nav-links{display:flex;gap:1rem}.nav-links a{font-size:.875rem;color:#525252}.hidden{display:none}.tx-item{padding:.75rem 0;border-bottom:1px solid #f5f5f5}.tx-item:last-child{border-bottom:none}.error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.5rem .75rem;margin-bottom:1rem}