#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f3f4f6;color:#1f2937;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;display:flex;justify-content:center;padding:40px 16px}.header{background:linear-gradient(135deg,#1a2332,#f7941d);padding:24px 32px;color:#fff}.header-content{max-width:680px;margin:0 auto}.header-title{font-size:24px;font-weight:700;margin-bottom:4px}.header-subtitle{font-size:14px;opacity:.85}.form{width:100%;max-width:520px}.form-instructions{font-size:14px;line-height:1.6;color:#4b5563;margin-bottom:16px;padding:14px 18px;background:#f9fafb;border-left:3px solid #f7941d;border-radius:0 8px 8px 0}.form-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.form-section-title{font-size:16px;font-weight:600;color:#1a2332;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:13px;font-weight:600;color:#4b5563;margin-bottom:6px}.form-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;transition:border-color .15s,box-shadow .15s;outline:none}.form-input:focus{border-color:#1a2332;box-shadow:0 0 0 3px #1a23321a}.form-input::placeholder{color:#9ca3af}.submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#1a2332,#f7941d);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.submit-button:hover:not(:disabled){opacity:.92}.submit-button:active:not(:disabled){transform:scale(.99)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-note{text-align:center;font-size:12px;color:#9ca3af;margin-top:12px}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.confirmation{text-align:center;max-width:480px;background:#fff;border-radius:12px;padding:48px 32px;box-shadow:0 1px 3px #00000014}.confirmation-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1a2332,#f7941d);color:#fff;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.confirmation-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:8px}.confirmation-bank{font-size:16px;color:#1a2332;font-weight:600;margin-bottom:16px}.confirmation-message{font-size:14px;color:#4b5563;line-height:1.6;margin-bottom:8px}.confirmation-detail{font-size:13px;color:#9ca3af;line-height:1.5;margin-bottom:24px}.error-view{text-align:center;max-width:480px;background:#fff;border-radius:12px;padding:48px 32px;box-shadow:0 1px 3px #00000014}.error-icon{width:64px;height:64px;border-radius:50%;background:#dc2626;color:#fff;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.error-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:12px}.error-message{font-size:14px;color:#dc2626;background:#fef2f2;padding:12px 16px;border-radius:8px;margin-bottom:24px}.reset-button{padding:10px 24px;background:#fff;color:#1a2332;border:2px solid #1a2332;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.reset-button:hover{background:#1a2332;color:#fff}.footer{text-align:center;padding:16px;font-size:12px;color:#9ca3af;border-top:1px solid #e5e7eb;background:#fff}
