*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e8eef4);color:#1a2332;padding:24px}.card{background:white;border-radius:16px;padding:48px 40px;max-width:480px;width:100%;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.08)}.card--narrow{max-width:440px}.spinner{width:56px;height:56px;border:4px solid #e8eef4;border-top-color:#eb951a;border-radius:50%;margin:0 auto 28px;animation:spin .9s linear infinite}.spinner--sm{width:48px;height:48px;border-top-color:#0db5c0;margin:0 auto 24px}@keyframes spin{to{transform:rotate(1turn)}}h1{font-size:22px;font-weight:600;margin-bottom:12px;color:#1a2332}h1.title-lg{font-size:24px}p{font-size:15px;color:#5a6878;line-height:1.5}p.lead{line-height:1.6;margin-bottom:8px}p.lead+p.lead{margin-bottom:16px}.error-text{color:#c0392b;margin-top:16px;font-size:14px}.btn-group{display:flex;gap:12px;justify-content:center;margin-top:24px;flex-wrap:wrap}.btn-group--top{margin-top:20px}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;text-decoration:none}.btn-primary{background:#eb951a;color:white}.btn-primary:hover{background:#c77a12}.btn-secondary{background:#e8eef4;color:#1a2332}.btn-secondary:hover{background:#d8dee5}.icon-circle{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px}.icon-success{background:#d4f4dd}.icon-error{background:#fde0e0;color:#c0392b}.icon-warning{color:#c89400}.icon-pending,.icon-warning{background:#fff4dc}.amount{font-size:28px;font-weight:700;color:#0db5c0;margin:16px 0}.state{display:none}.state.active{display:block}