#app{font-family:Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}#app,body,html{margin:0;padding:0;width:100%;height:100%}*{box-sizing:border-box}.header[data-v-3b584046]{background-color:#1a1a1a;color:#fff;padding:12px 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-content[data-v-3b584046]{display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo[data-v-3b584046]{font-size:20px;font-weight:700}.nav ul[data-v-3b584046]{list-style:none;display:flex;gap:20px;justify-content:flex-end;margin:0;padding:0}.nav a[data-v-3b584046]{text-decoration:none;color:#fff;font-size:15px}.nav a[data-v-3b584046]:hover{color:#007bff}@media (max-width:768px){.header[data-v-3b584046]{padding:6px 0}.logo[data-v-3b584046]{font-size:18px}.header-content[data-v-3b584046]{flex-direction:row;justify-content:space-between;text-align:center}.nav[data-v-3b584046]{margin-top:0}.nav ul[data-v-3b584046]{justify-content:flex-end}.nav a[data-v-3b584046]{font-size:14px}}.footer[data-v-db0a2e74]{background-color:#1a1a1a;color:#999;padding:12px 0;margin-top:auto}.footer-content[data-v-db0a2e74]{display:flex;justify-content:space-between;align-items:center}.footer p[data-v-db0a2e74]{margin:0;font-size:14px}.footer-links[data-v-db0a2e74]{display:flex}.footer-links a[data-v-db0a2e74]{color:#999;text-decoration:none;margin-left:15px;transition:color .3s}.footer-links a[data-v-db0a2e74]:hover{color:#42b983}@media (max-width:768px){.footer[data-v-db0a2e74]{padding:10px 0}.footer-content[data-v-db0a2e74]{flex-direction:column;text-align:center}.footer-links[data-v-db0a2e74]{margin-top:5px;justify-content:center}.footer-links a[data-v-db0a2e74]{margin:0 7px}}.category-selector[data-v-c12e17f2]{margin-bottom:30px}.notice-box[data-v-c12e17f2]{background-color:#f8f9fa;border-radius:8px;padding:15px 20px;margin-bottom:25px;border-left:4px solid #42b983;box-shadow:0 2px 8px rgba(0,0,0,.05)}.notice-title[data-v-c12e17f2]{font-size:18px;font-weight:700;color:#333;margin-top:0;margin-bottom:12px;display:flex;align-items:center}.notice-icon[data-v-c12e17f2]{margin-right:8px;font-style:normal}.notice-content[data-v-c12e17f2]{font-size:14px;color:#555;line-height:1.6}.notice-content p[data-v-c12e17f2]{margin:10px 0;position:relative;padding-left:5px}.notice-number[data-v-c12e17f2]{display:inline-block;color:#42b983;font-weight:700;margin-right:5px}.highlight[data-v-c12e17f2]{color:#42b983;font-weight:600}.important[data-v-c12e17f2]{color:#e74c3c;font-weight:600}.warning[data-v-c12e17f2]{background-color:#ffecb3;color:#e65100;font-weight:700;padding:0 5px;border-radius:3px}.title[data-v-c12e17f2]{font-size:20px;margin-bottom:20px;text-align:center;color:#333}.error[data-v-c12e17f2],.loading[data-v-c12e17f2]{text-align:center;padding:20px;color:#666}.error[data-v-c12e17f2]{color:#e74c3c}.categories[data-v-c12e17f2]{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.category-item[data-v-c12e17f2]{display:flex;flex-direction:column;align-items:center;padding:15px 10px;border-radius:8px;background-color:#f5f5f5;cursor:pointer;transition:all .3s ease}.category-item[data-v-c12e17f2]:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.category-item.active[data-v-c12e17f2]{background-color:#42b983;color:#fff}.category-icon[data-v-c12e17f2]{width:50px;height:50px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.category-icon img[data-v-c12e17f2]{max-width:100%;max-height:100%;transition:filter .3s}.icon-active[data-v-c12e17f2]{filter:brightness(0) invert(1)}.category-name[data-v-c12e17f2]{font-size:14px;text-align:center}@media (max-width:992px){.categories[data-v-c12e17f2]{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.categories[data-v-c12e17f2]{grid-template-columns:repeat(3,1fr)}.notice-box[data-v-c12e17f2]{padding:12px 15px}.notice-content[data-v-c12e17f2]{font-size:13px}}@media (max-width:576px){.categories[data-v-c12e17f2]{grid-template-columns:repeat(2,1fr)}.category-item[data-v-c12e17f2]{padding:10px}.category-icon[data-v-c12e17f2]{width:40px;height:40px}.category-name[data-v-c12e17f2]{font-size:12px}.notice-title[data-v-c12e17f2]{font-size:15px}.notice-content[data-v-c12e17f2]{font-size:12px}}.product-list[data-v-49a6da00]{margin-top:30px}.title[data-v-49a6da00]{font-size:20px;margin-bottom:20px;text-align:center;color:#333}.empty[data-v-49a6da00],.error[data-v-49a6da00],.loading[data-v-49a6da00]{text-align:center;padding:30px;color:#666;background-color:#f8f9fa;border-radius:8px}.error[data-v-49a6da00]{color:#e74c3c}.products-grid[data-v-49a6da00]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;padding:15px}.product-card[data-v-49a6da00]{background-color:#f8f9fa;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease;display:flex;align-items:stretch;cursor:pointer;text-decoration:none;border:1px solid #eee;height:140px}.product-card.last-viewed[data-v-49a6da00]{border:2px solid #42b983;background-color:#f0f9f4}.product-card[data-v-49a6da00]:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1);background-color:#fff;border-color:#e0e0e0}.product-image[data-v-49a6da00]{width:120px;min-width:120px;height:120px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:10px;border-right:1px solid #eee}.product-image img[data-v-49a6da00]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-info[data-v-49a6da00]{padding:15px;flex:1;display:flex;flex-direction:column;gap:8px}.product-name[data-v-49a6da00]{font-size:18px;color:#333;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:auto;line-height:1.5;margin:0;font-weight:500}.product-price[data-v-49a6da00]{font-size:22px;font-weight:700;color:#e74c3c;margin:0}.product-stock[data-v-49a6da00]{font-size:16px;color:#666;margin:0}.buy-button[data-v-49a6da00]{width:120px;padding:8px;background-color:#42b983;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s;align-self:flex-start}.buy-button[data-v-49a6da00]:hover{background-color:#3aa876}@media (max-width:992px){.products-grid[data-v-49a6da00]{grid-template-columns:repeat(2,1fr);gap:15px;padding:10px}}@media (max-width:768px){.products-grid[data-v-49a6da00]{grid-template-columns:1fr}}@media (max-width:576px){.product-card[data-v-49a6da00]{height:120px}.product-image[data-v-49a6da00]{width:100px;min-width:100px;height:100px}.product-info[data-v-49a6da00]{padding:10px}.product-name[data-v-49a6da00]{font-size:16px}.product-price[data-v-49a6da00]{font-size:20px}.product-stock[data-v-49a6da00]{font-size:14px}}.home-page[data-v-c48e5e8a]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-v-c48e5e8a]{flex:1;padding:20px 0}.container[data-v-c48e5e8a]{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.product-detail[data-v-597a5c23]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-v-597a5c23]{flex:1;padding:40px 0}.container[data-v-597a5c23]{max-width:1200px;margin:0 auto;padding:0 20px}.product-container[data-v-597a5c23]{display:grid;grid-template-columns:1fr 1fr;gap:30px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:20px}.product-image[data-v-597a5c23]{text-align:center;display:flex;align-items:center;justify-content:center;padding:15px;max-height:200px;position:relative}.back-button[data-v-597a5c23]{position:absolute;left:0;top:0;display:flex;align-items:center;gap:4px;padding:6px 10px;background:hsla(0,0%,100%,.9);border:1px solid #ddd;border-radius:4px;color:#666;font-size:14px;cursor:pointer;transition:all .3s ease;z-index:2}.back-button[data-v-597a5c23]:hover{background:#fff;color:#333}.back-icon[data-v-597a5c23]{font-size:20px;line-height:1}@media (max-width:768px){.back-button[data-v-597a5c23]{left:0;top:0;padding:4px 8px;font-size:14px}.back-icon[data-v-597a5c23]{font-size:16px}}.product-image img[data-v-597a5c23]{max-width:180px;width:100%;height:auto;border-radius:4px;-o-object-fit:contain;object-fit:contain}.product-info[data-v-597a5c23]{display:flex;flex-direction:column;gap:10px}.product-name[data-v-597a5c23]{font-size:22px;font-weight:700;color:#333;margin:0}.product-description[data-v-597a5c23]{color:#666;line-height:1.4;margin:0}.product-price[data-v-597a5c23]{font-size:24px;color:#42b983;font-weight:700;margin:0}.product-stock[data-v-597a5c23]{color:#666;margin:0}.quantity-selector[data-v-597a5c23]{display:flex;align-items:center;gap:8px;margin:5px 0}.quantity-selector button[data-v-597a5c23]{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer}.quantity-selector input[data-v-597a5c23]{width:50px;height:32px;text-align:center;border:1px solid #ddd;border-radius:4px}.total-price[data-v-597a5c23]{font-size:18px;color:#42b983;font-weight:700;margin:5px 0}.buy-button[data-v-597a5c23]{background:#1a4f38;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:20px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:10px;height:48px;margin-top:5px}.buy-button[data-v-597a5c23]:hover{background:#143828}.buy-button .usdt-icon[data-v-597a5c23]{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.buy-button span[data-v-597a5c23]{line-height:1;font-weight:500;transform:scale(1.1)}.buy-button[data-v-597a5c23]:disabled{background:#ccc;cursor:not-allowed}.loading[data-v-597a5c23]{text-align:center;padding:40px;font-size:18px;color:#666}@media (max-width:768px){.product-container[data-v-597a5c23]{grid-template-columns:1fr;padding:15px}.product-image img[data-v-597a5c23]{max-width:150px}.product-image[data-v-597a5c23]{margin-bottom:15px;padding:10px;max-height:180px}}.tg-input-container[data-v-597a5c23]{display:flex;flex-direction:row;align-items:center;gap:8px;margin:5px 0}.tg-input-container label[data-v-597a5c23]{font-size:15px;color:#333;font-weight:500}.tg-input-wrapper[data-v-597a5c23]{display:flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden;width:280px;height:36px}.tg-prefix[data-v-597a5c23]{padding:8px 12px;background:#f5f5f5;color:#666;border-right:1px solid #ddd;font-family:monospace;white-space:nowrap}.tg-input[data-v-597a5c23]{flex:1;padding:8px 12px;border:none;outline:none;font-size:16px}.tg-input[data-v-597a5c23]:focus{background:#f8f8f8}.message-container[data-v-597a5c23]{text-align:center;padding:40px;margin:20px auto;max-width:400px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.message-container.loading[data-v-597a5c23]{color:#666}.message-container.error[data-v-597a5c23]{color:#dc3545;display:flex;flex-direction:column;align-items:center;gap:16px}.error-icon[data-v-597a5c23]{font-size:32px}.spinner[data-v-597a5c23]{display:inline-block;width:40px;height:40px;margin-bottom:16px;border:4px solid #f3f3f3;border-top:4px solid #42b983;border-radius:50%;animation:spin-597a5c23 1s linear infinite}.retry-button[data-v-597a5c23]{background:#42b983;color:#fff;border:none;padding:8px 24px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.retry-button[data-v-597a5c23]:hover{background:#3aa876}@keyframes spin-597a5c23{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-details-container[data-v-597a5c23]{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.details-title[data-v-597a5c23]{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #42b983}.details-content[data-v-597a5c23]{padding:20px 0}.details-text[data-v-597a5c23]{font-size:16px;line-height:1.8;color:#444;white-space:pre-line}@media (max-width:768px){.product-container[data-v-597a5c23]{grid-template-columns:1fr;padding:15px}.product-details-container[data-v-597a5c23]{padding:20px}.details-title[data-v-597a5c23]{font-size:18px}.details-text[data-v-597a5c23]{font-size:14px}}.payment-page[data-v-bb19259e]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-v-bb19259e]{flex:1;padding:20px 0;background:#f5f5f5}.container[data-v-bb19259e]{max-width:1200px;margin:0 auto;padding:0 20px}.payment-container[data-v-bb19259e]{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative}.payment-container .header[data-v-bb19259e]{display:flex;align-items:center;margin-bottom:15px;padding:0;position:relative;height:35px}.payment-container .back-button[data-v-bb19259e]{position:absolute;left:0;display:flex;align-items:center;gap:4px;padding:8px 12px;background:transparent;border:1px solid #ddd;border-radius:4px;color:#666;font-size:14px;cursor:pointer;transition:all .3s ease;z-index:2}.payment-container .back-button[data-v-bb19259e]:hover{background:#f5f5f5;color:#333}.payment-container .back-icon[data-v-bb19259e]{font-size:20px;line-height:1}.payment-container .title[data-v-bb19259e]{font-size:22px;color:#333;margin:0;width:100%;text-align:center;padding:0;font-weight:600;position:absolute;left:0;right:0}.order-info[data-v-bb19259e]{margin-top:20px}.product-summary[data-v-bb19259e]{display:flex;gap:20px;padding:20px;background:#f9f9f9;border-radius:4px}.product-image[data-v-bb19259e]{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.product-details[data-v-bb19259e]{flex:1}.product-name[data-v-bb19259e]{font-size:18px;color:#333;margin:0 0 10px}.quantity[data-v-bb19259e],.unit-price[data-v-bb19259e]{color:#666;margin:5px 0}.tg-username[data-v-bb19259e]{color:#666;margin:5px 0;word-break:break-all}.total-price[data-v-bb19259e]{color:#42b983;font-size:18px;font-weight:700;margin-top:10px}.payment-method[data-v-bb19259e]{margin-bottom:30px}.payment-method h2[data-v-bb19259e]{font-size:18px;color:#333;margin-bottom:15px;display:flex;align-items:center;gap:10px}.timeout-notice[data-v-bb19259e]{color:#42b983;font-size:14px;font-weight:400}.payment-option[data-v-bb19259e]{padding:15px;border:1px solid #ddd;border-radius:4px}.payment-option label[data-v-bb19259e]{margin-left:10px;color:#333}.payment-details[data-v-bb19259e]{margin-top:15px;padding-top:15px;border-top:1px solid #eee}.note[data-v-bb19259e]{color:#42b983;font-size:14px;margin-top:10px}.actions[data-v-bb19259e]{display:flex;justify-content:space-between;margin-top:30px}.loading[data-v-bb19259e]{text-align:center;padding:40px;color:#666}.wallet-list[data-v-bb19259e]{display:flex;flex-direction:column;gap:15px}.wallet-item[data-v-bb19259e]{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #eee;border-radius:8px;cursor:pointer;transition:all .3s ease}.wallet-item[data-v-bb19259e]:hover{background:#f9f9f9;transform:translateY(-2px)}.wallet-item img[data-v-bb19259e]{width:40px;height:40px;border-radius:8px}.wallet-info[data-v-bb19259e]{flex:1}.wallet-name[data-v-bb19259e]{font-size:16px;color:#333;margin-bottom:4px}.wallet-subtitle[data-v-bb19259e]{font-size:14px;color:#666}.network[data-v-bb19259e]{color:red}.payment-tip[data-v-bb19259e]{margin:20px 0;padding:15px;background:#fff5f5;border-radius:8px;color:red;font-size:14px;line-height:1.5}.pc-qrcode-container[data-v-bb19259e]{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#f9f9f9;border-radius:8px;margin-bottom:20px}.qrcode-header[data-v-bb19259e]{margin-bottom:20px;text-align:center}.qrcode-header h3[data-v-bb19259e]{color:#333;font-size:18px;margin:0}.qrcode-content[data-v-bb19259e]{display:flex;align-items:center;gap:30px}.qrcode-image[data-v-bb19259e]{width:200px;height:200px;border-radius:8px;border:1px solid #eee;padding:10px;background-color:#fff}.loading-spinner[data-v-bb19259e]{border:4px solid rgba(0,0,0,.1);border-left-color:#42b983;border-radius:50%;width:40px;height:40px;animation:spin-bb19259e 1s linear infinite}@keyframes spin-bb19259e{to{transform:rotate(1turn)}}.qrcode-info[data-v-bb19259e]{display:flex;flex-direction:column;gap:15px}.qrcode-tip[data-v-bb19259e]{font-size:16px;color:#42b983;margin:0}.wallet-logos[data-v-bb19259e]{display:flex;gap:20px}.wallet-logo[data-v-bb19259e]{display:flex;flex-direction:column;align-items:center;gap:8px}.wallet-logo img[data-v-bb19259e]{width:50px;height:50px;border-radius:8px}.wallet-logo span[data-v-bb19259e]{font-size:14px;color:#666}.wallet-modal[data-v-bb19259e]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content[data-v-bb19259e]{background:#fff;padding:25px;border-radius:12px;width:80%;max-width:400px;position:relative;margin:20px;max-height:90vh;overflow-y:auto}.close-btn[data-v-bb19259e]{position:absolute;right:20px;top:15px;font-size:24px;color:#999;cursor:pointer}.modal-message[data-v-bb19259e]{margin-bottom:20px;line-height:1.6}.copy-btn[data-v-bb19259e]{background:#42b983;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:16px;margin-bottom:15px}.copy-btn[data-v-bb19259e]:hover{background:#3aa876}.copy-tip[data-v-bb19259e]{color:#42b983;margin:10px 0}.wallet-guide[data-v-bb19259e]{margin-top:20px;border-top:1px solid #eee;padding-top:20px}.guide-image[data-v-bb19259e]{width:100%;max-width:400px;margin:15px 0;border-radius:8px}@media (max-width:768px){.main-content[data-v-bb19259e]{padding:10px 0}.payment-container[data-v-bb19259e]{padding:12px}.payment-container .header[data-v-bb19259e]{margin-bottom:12px;height:30px}.payment-container .back-button[data-v-bb19259e]{padding:6px 10px;font-size:14px}.payment-container .back-icon[data-v-bb19259e]{font-size:16px}.payment-container .title[data-v-bb19259e]{font-size:20px;padding:0 40px;font-weight:600}.product-summary[data-v-bb19259e]{margin-top:10px}.product-image[data-v-bb19259e]{margin-bottom:15px}.actions[data-v-bb19259e]{flex-direction:column;gap:15px}.wallet-item[data-v-bb19259e]{padding:12px}.wallet-item img[data-v-bb19259e]{width:32px;height:32px}.qrcode-content[data-v-bb19259e]{flex-direction:column;gap:20px}.modal-content[data-v-bb19259e]{width:90%;max-width:350px;padding:15px;margin:10px}.guide-image[data-v-bb19259e]{width:100%;max-width:320px;margin:10px 0}}[data-v-2d280eb9]{box-sizing:border-box;margin:0;padding:0}.wallet-page[data-v-2d280eb9]{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f2f6ff;font-family:Arial,sans-serif}.payment-container[data-v-2d280eb9]{width:100%;max-width:400px;padding:15px;margin-top:20px}.payment-info[data-v-2d280eb9]{background:linear-gradient(135deg,#7b60e1,#5a39d4);color:#fff;padding:20px;border-radius:15px;text-align:left;box-shadow:0 8px 16px rgba(0,0,0,.1)}.payment-info h2[data-v-2d280eb9]{font-size:18px;display:flex;align-items:center;margin-bottom:10px}.payment-info h2[data-v-2d280eb9]:before{content:"🛒";font-size:20px;margin-right:8px}.divider[data-v-2d280eb9]{border-top:1px solid hsla(0,0%,100%,.4);margin:15px 0}.lebel[data-v-2d280eb9]{display:flex;justify-content:space-between;font-size:16px;color:#d1cffe;align-items:center}.mb10[data-v-2d280eb9]{margin-bottom:10px}.mb12[data-v-2d280eb9]{margin-bottom:12px}.pay-button-container[data-v-2d280eb9]{margin-top:20px;background-color:#fff;border-radius:30px;padding:5px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.pay-button[data-v-2d280eb9]{width:100%;padding:15px 0;font-size:18px;color:#fff;background:linear-gradient(135deg,#7b60e1,#5a39d4);border:none;border-radius:30px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pay-button[data-v-2d280eb9]:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(90,57,212,.3)}.pay-button[data-v-2d280eb9]:disabled{background:linear-gradient(135deg,red,#5a39d4);cursor:not-allowed}.footer-info[data-v-2d280eb9]{width:100%;padding:10px;background-color:#f2f6ff;text-align:center;font-size:12px;color:#666}.execution-time[data-v-2d280eb9]{margin-bottom:5px}.debug-info[data-v-2d280eb9]{font-size:12px;color:#999}.order-id[data-v-2d280eb9]{font-family:monospace;padding:2px 6px;letter-spacing:1px}.custom-toast[data-v-2d280eb9]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;opacity:0;transition:opacity .3s ease;pointer-events:none}.toast-show[data-v-2d280eb9]{opacity:1}.toast-content[data-v-2d280eb9]{background:rgba(0,0,0,.8);color:#fff;padding:15px 25px;border-radius:8px;font-size:16px;text-align:center;max-width:80vw;word-wrap:break-word;box-shadow:0 4px 12px rgba(0,0,0,.15);margin:0 20px}@media (max-width:768px){.toast-content[data-v-2d280eb9]{font-size:14px;padding:12px 20px}}.wallet-qrcode-page[data-v-4746a09c]{min-height:100vh;padding:20px;background-color:#f8f9fa;font-family:Arial,sans-serif}.loading-container[data-v-4746a09c],.wallet-qrcode-page[data-v-4746a09c]{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-container[data-v-4746a09c]{gap:20px}.loading-spinner[data-v-4746a09c]{border:4px solid rgba(0,0,0,.1);border-left-color:#42b983;border-radius:50%;width:40px;height:40px;animation:spin-4746a09c 1s linear infinite}@keyframes spin-4746a09c{to{transform:rotate(1turn)}}.unsupported-wallet[data-v-4746a09c],.wallet-redirect[data-v-4746a09c]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.unsupported-wallet[data-v-4746a09c]{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:400px;width:100%}.error-icon[data-v-4746a09c]{font-size:40px;color:#e74c3c;margin-bottom:10px}.unsupported-wallet h2[data-v-4746a09c]{color:#333;font-size:24px;margin:0}.unsupported-wallet p[data-v-4746a09c]{color:#666;text-align:center;line-height:1.5;margin:0 0 15px}.qrcode-container[data-v-4746a09c]{display:flex;flex-direction:column;align-items:center;gap:10px;margin:20px 0;padding:20px;border:2px dashed #42b983;border-radius:10px;background-color:#f9f9f9}.qrcode-image[data-v-4746a09c]{width:200px;height:200px;border-radius:8px}.qrcode-tip[data-v-4746a09c]{font-size:14px;color:#42b983;margin:10px 0 0}.wallet-links[data-v-4746a09c]{display:flex;gap:20px;margin-top:20px}.wallet-link[data-v-4746a09c]{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#333;transition:transform .2s ease}.wallet-link[data-v-4746a09c]:hover{transform:translateY(-2px)}.wallet-link img[data-v-4746a09c]{width:40px;height:40px;border-radius:8px}@media (max-width:480px){.unsupported-wallet[data-v-4746a09c]{padding:20px}.wallet-links[data-v-4746a09c]{flex-direction:column;gap:15px}.wallet-link[data-v-4746a09c]{flex-direction:row;width:100%;padding:10px;border:1px solid #eee;border-radius:8px}}