@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{background:#fff;border-radius:16px;padding:24px;width:340px;max-width:90vw;color:#1a1a2e;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d}.modal-container:before{content:"Select Wallet";display:block;font-size:18px;font-weight:600;margin-bottom:20px;color:#1a1a2e}.modal-header{font-size:18px;font-weight:600;margin-bottom:20px;color:#1a1a2e}.wallet-list{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.wallet-item:not(:last-child){margin-bottom:0}.wallet-button{display:flex;align-items:center;background:#f8f9fa;border:2px solid #e9ecef;color:#1a1a2e;padding:14px 16px;width:100%;text-align:left;cursor:pointer;border-radius:12px;transition:all .2s ease;font-size:15px;font-weight:500}.wallet-button:hover{background:#e0f4ff;border-color:#3b82f6;transform:translateY(-1px)}.wallet-button:active{transform:translateY(0)}.wallet-icon{width:36px;height:36px;margin-right:14px;border-radius:8px}.wallet-name{margin-right:auto;font-weight:500}.wallet-status{font-size:.85em;opacity:.6;color:#6b7280}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;background:linear-gradient(135deg,#0500ff,#06f,#00a3ff 50%,#00d4aa);background-size:400% 400%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.check-card{background:#fff;border-radius:20px;padding:28px 24px;width:100%;max-width:340px;box-shadow:0 20px 60px #00000026;text-align:center}.card-logo-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-logo{width:80px;height:80px}.card-title{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:28px}.check-amount{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:12px}.check-token-icon{width:36px;height:36px;border-radius:50%}.amount-value{font-size:36px;font-weight:600;color:#1a1a2e;letter-spacing:-.5px}.amount-currency{font-size:18px;font-weight:500;color:#9ca3af;margin-top:6px}.check-sender{display:flex;justify-content:center;gap:8px;margin-bottom:8px}.sender-label{font-size:15px;color:#9ca3af}.sender-value{font-size:15px;color:#1a1a2e;font-weight:600}.check-comment{display:flex;justify-content:center;gap:8px;margin-bottom:8px}.comment-label{font-size:15px;color:#9ca3af}.comment-value{font-size:15px;color:#3b82f6;font-style:italic}.check-divider{height:1px;background:#e5e7eb;margin:20px 0}.tx-info{background:#f8fafc;border-radius:12px;padding:14px 16px;margin:16px 0}.tx-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.tx-row:not(:last-child){border-bottom:1px solid #e5e7eb}.tx-label{font-size:13px;color:#6b7280}.tx-value{font-size:13px;color:#1a1a2e;font-weight:500}.tx-hash{font-family:Courier New,monospace;color:#3b82f6;font-size:12px}.tx-pending{color:#f59e0b}.instruction-box{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border:1px solid #bfdbfe;border-radius:12px;padding:14px 16px;margin-bottom:20px}.instruction-box p{font-size:13px;color:#1e40af;line-height:1.5;margin:0;text-align:center}.low-balance-warning{background:linear-gradient(135deg,#fff7ed,#fef3c7);border:1px solid #fed7aa;border-radius:14px;padding:16px 18px;margin-bottom:24px;display:flex;align-items:flex-start;gap:12px}.warning-icon{font-size:22px;flex-shrink:0}.warning-text{font-size:14px;color:#92400e;line-height:1.5;text-align:left}.warning-text strong{color:#78350f}.trx-amount{color:#dc2626;font-weight:700}.receive-btn{width:100%;padding:18px 24px;border:none;border-radius:16px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;margin-bottom:16px}.receive-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.receive-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.check-info{font-size:13px;color:#9ca3af}.status-message{text-align:center;padding:16px;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:500}.status-message.loading{background:#eff6ff;color:#1d4ed8}.status-message.success{background:#ecfdf5;color:#059669}.status-message.error{background:#fef2f2;color:#dc2626}.loading-state{padding:60px 0;display:flex;justify-content:center}.error-state{padding:40px 20px;text-align:center}.error-icon{width:64px;height:64px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:32px;font-weight:700;color:#fff}.error-state h2{font-size:20px;font-weight:600;color:#1a1a2e;margin-bottom:10px}.error-state p{font-size:14px;color:#6b7280;line-height:1.5}.success-state{padding:40px 20px;text-align:center}.success-icon{width:72px;height:72px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:36px;color:#fff;box-shadow:0 8px 24px #10b98166}.success-state h3{font-size:22px;font-weight:600;color:#1a1a2e;margin-bottom:10px}.success-state p{font-size:14px;color:#6b7280}.spinner{display:inline-block;width:24px;height:24px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{margin-top:30px;text-align:center}.footer-text{color:#fffc;font-size:14px}.footer-link{color:#fff;text-decoration:none;font-weight:600}.footer-link:hover{text-decoration:underline}@media (max-width: 480px){.app{padding:24px 16px}.check-card{padding:32px 24px}.card-logo{width:64px;height:64px}.card-title{font-size:20px}.check-token-icon{width:32px;height:32px}.amount-value{font-size:32px}.amount-currency{font-size:16px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
