.rc-page{max-width:880px;margin:0 auto}.rc-wallets{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.rc-wallet{border-radius:12px;padding:22px 24px;border:1px solid #e2e8f0;background:#fff;position:relative;overflow:hidden}.rc-wallet:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.rc-wallet-balance:before{background:linear-gradient(135deg,#1E40AF,#3B82F6)}.rc-wallet-token:before{background:linear-gradient(135deg,#D97706,#F59E0B)}.rc-wc-head{justify-content:space-between;margin-bottom:12px}.rc-wc-head,.rc-wc-title{display:flex;align-items:center}.rc-wc-title{gap:8px;font-size:14px;font-weight:600;color:#1E293B}.rc-wc-title svg{width:18px;height:18px}.rc-wc-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px}.rc-badge-b{background:#2563EB;color:#fff}.rc-badge-t{background:#16A34A;color:#fff}.rc-wc-amount{font-size:28px;font-weight:700;color:#1E293B;margin-bottom:6px}.rc-rmb{font-size:16px;font-weight:600}.rc-unit{font-size:13px;font-weight:500;color:#64748B;margin-left:6px}.rc-wc-desc{font-size:12px;color:#64748B;line-height:1.5}.rc-tabs{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.rc-tab{padding:10px 20px;font-size:14px;font-weight:500;color:#64748B;background:none;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease;font-family:inherit}.rc-tab:hover{color:#1E293B}.rc-tab.active{color:#2563EB;border-bottom-color:#2563EB;font-weight:600}.rc-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.rc-section-title{font-size:14px;font-weight:600;color:#1E293B;margin-bottom:14px}.rc-amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.rc-amount-card{position:relative;padding:16px 12px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:center;transition:all .2s ease;font-family:inherit}.rc-amount-card:hover{border-color:#DBEAFE;box-shadow:0 2px 8px rgba(37,99,235,.08)}.rc-amount-card.selected{border-color:#2563EB;background:#EFF6FF}.rc-amount-badge{position:absolute;top:-8px;right:8px;background:#2563EB;color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:999px}.rc-amount-value{font-size:22px;font-weight:700;color:#1E293B;margin-bottom:4px}.rc-amount-desc{font-size:12px;color:#64748B}.rc-custom-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;background:#F8FAFC;border:1px solid #e2e8f0;border-radius:10px}.rc-custom-label{font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.rc-custom-input-wrap{position:relative;display:flex;align-items:center}.rc-custom-prefix{position:absolute;left:12px;font-size:14px;font-weight:600;color:#64748B;pointer-events:none}.rc-custom-input{width:160px;height:38px;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px 0 28px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease;background:#fff}.rc-custom-input:focus{border-color:#93C5FD;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.rc-custom-input::placeholder{color:#CBD5E1}.rc-custom-hint{font-size:12px;color:#94A3B8}.rc-token-info{background:#F8FAFC;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-size:13px;color:#475569;line-height:1.6;margin-bottom:20px}.rc-token-info strong{color:#1E293B}.rc-token-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.rc-token-pack{padding:18px 14px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:center;transition:all .2s ease;font-family:inherit}.rc-token-pack:hover{border-color:#DCFCE7}.rc-token-pack.selected{border-color:#16A34A;background:#F0FDF4}.rc-tp-tokens{font-size:20px;font-weight:700;color:#1E293B;margin-bottom:6px}.rc-tp-price{font-size:16px;font-weight:600;color:#16A34A;margin-bottom:4px}.rc-tp-unit{font-size:11px;color:#94A3B8}.rc-pay-section{margin-bottom:20px}.rc-pay-methods{display:flex;gap:10px;flex-wrap:wrap}.rc-pay-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:#1E293B;transition:all .2s ease;font-family:inherit}.rc-pay-btn:hover{border-color:#DBEAFE}.rc-pay-btn.active{border-color:#2563EB;background:#EFF6FF;color:#2563EB}.rc-pay-btn svg{width:18px;height:18px;flex-shrink:0}.rc-msg{background:#EFF6FF;border:1px solid #bfdbfe;border-radius:8px;padding:10px 14px;font-size:13px;color:#1E40AF;margin-bottom:16px;line-height:1.5}.rc-submit-row{display:flex;align-items:center;gap:16px;padding-top:8px;flex-wrap:wrap}.rc-submit-note{font-size:12px;color:#94A3B8}.rc-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;text-decoration:none;border:none}.rc-btn:disabled{opacity:.6;cursor:not-allowed}.rc-btn-primary{background:linear-gradient(135deg,#1E40AF,#3B82F6);color:#fff}.rc-btn-primary:hover:not(:disabled){box-shadow:0 4px 16px rgba(37,99,235,.35)}.rc-btn-ghost{background:transparent;border:1px solid #e2e8f0;color:#475569}.rc-btn-ghost:hover{background:#F8FAFC;color:#1E293B}@media (max-width:768px){.rc-wallets{grid-template-columns:1fr}.rc-amount-grid{grid-template-columns:repeat(2,1fr)}.rc-token-grid{grid-template-columns:1fr}}