*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem;color:#fff}header{text-align:center;margin-bottom:3rem}header h1{font-size:3rem;margin-bottom:1.5rem}main{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width: 768px){main{grid-template-columns:1fr}}.balance-card,.qr-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem}.balance-card{gap:.25rem}.balance-card h2,.qr-card h2{font-size:1.5rem}.balance-card h2{margin-bottom:1rem}.balance-amount{font-size:3rem;font-weight:700;margin:0}.currency{font-size:1.5rem;opacity:.8}.qr-code{display:flex;justify-content:center;padding:1rem;background:#fff;border-radius:10px;margin:1rem 0}.qr-instructions{text-align:center;opacity:.9}footer{text-align:center;opacity:.8}footer code{background:#0003;padding:.5rem 1rem;border-radius:5px;font-size:.9rem}.error{background:#dc262633}.check-balance-btn{background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;margin:0;width:auto}.check-balance-btn:hover:not(:disabled){background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.check-balance-btn:disabled{opacity:.5;cursor:not-allowed}.last-checked{font-size:.9rem;opacity:.8;margin:0;margin-top:.75rem}.no-balance{font-size:1.1rem;opacity:.8;margin:1.5rem 0}.error-message{background:#dc26264d;padding:.75rem;border-radius:8px;margin:1rem 0;font-size:.9rem}.rich-status{font-size:2.5rem;font-weight:700;margin:0}
