.amount-input{width:100%;background:var(--bg-inner);border:none;border-radius:12px;padding:16px;color:var(--text-primary);font-size:1.4rem;font-weight:600;text-align:center;outline:none;font-family:inherit} .comment-input{width:100%;background:var(--bg-inner);border:none;border-radius:12px;padding:14px;color:var(--text-primary);font-size:0.85rem;outline:none;font-family:inherit;resize:none;margin-bottom:16px} .comment-input::placeholder{color:var(--text-dark)} .wallet-box{display:flex;justify-content:space-between;align-items:center;padding:14px;background:var(--bg-inner);border-radius:12px;margin-bottom:16px} .wallet-address{font-size:0.85rem;color:var(--text-secondary);font-weight:500} .section-label{font-size:0.65rem;color:var(--text-muted);letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}