*{box-sizing:border-box}:root{--hs-bg:#032841;--hs-dot:#7ff3d81f;--hs-white:#0d3552;--hs-white-soft:#103c5c;--hs-black:#7ff3d8;--hs-black-soft:#63e6c6;--hs-text:#eaf6f3;--hs-muted:#7fa0b6;--hs-border:#164a6b;--hs-green:#34d399;--hs-red:#f87171;--hs-radius-lg:22px;--hs-radius-md:14px;--hs-radius-pill:999px}body{background:#032841;background:var(--hs-bg);color:#eaf6f3;color:var(--hs-text);font-family:Inter,Helvetica Neue,Arial,sans-serif;margin:0}.hs-app{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}.hs-particles{height:100%;inset:0;pointer-events:none;position:fixed;width:100%;z-index:0}.hs-header{justify-content:space-between;padding:28px 48px;position:relative;z-index:2}.hs-brand,.hs-header{align-items:center;display:flex}.hs-brand{gap:12px}.hs-logo-img{border-radius:10px;display:block;height:34px;object-fit:cover;width:34px}.hs-title{font-size:20px;font-weight:800;letter-spacing:.02em}.hs-nav{gap:10px}.hs-icon-btn,.hs-nav{align-items:center;display:flex}.hs-icon-btn{border:none;border-radius:999px;border-radius:var(--hs-radius-pill);cursor:pointer;height:38px;justify-content:center;text-decoration:none;width:38px}.hs-icon-btn--dark{background:#7ff3d8;background:var(--hs-black);color:#0d3552;color:var(--hs-white)}.hs-pill-btn{align-items:center;background:#0d3552;background:var(--hs-white);border:none;border-radius:999px;border-radius:var(--hs-radius-pill);color:#eaf6f3;color:var(--hs-text);cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:7px;letter-spacing:.04em;padding:10px 18px;transition:transform .12s ease,opacity .12s ease}.hs-pill-btn:hover{transform:translateY(-1px)}.hs-pill-btn:disabled{cursor:default;opacity:.6;transform:none}.hs-pill-btn--dark{background:#7ff3d8;background:var(--hs-black);color:#0d3552;color:var(--hs-white)}.hs-main{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:24px 20px 60px;position:relative;z-index:2}.hs-token-img{border-radius:50%;display:block;object-fit:cover}.hs-info-bar{align-items:center;border-radius:14px;border-radius:var(--hs-radius-md);color:#7fa0b6;color:var(--hs-muted);display:flex;font-size:12.5px;font-weight:600;gap:8px;justify-content:center;margin-bottom:20px;padding:12px 16px}.hs-card,.hs-info-bar{background:#0d3552;background:var(--hs-white);max-width:620px;width:100%}.hs-card{border-radius:22px;border-radius:var(--hs-radius-lg);box-shadow:0 20px 50px #00000059,0 0 0 1px #164a6b;box-shadow:0 20px 50px #00000059,0 0 0 1px var(--hs-border);overflow:hidden;position:relative}.hs-field{display:flex;flex-direction:column;gap:10px;padding:24px 26px 20px}.hs-field--buy{border-top:1px solid #164a6b;border-top:1px solid var(--hs-border)}.hs-field-label{color:#7fa0b6;color:var(--hs-muted);font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hs-field-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.hs-amount-input{background:#0000;border:none;color:#eaf6f3;color:var(--hs-text);flex:1 1;font-size:36px;font-weight:600;min-width:0;outline:none;padding:0}.hs-amount-input::placeholder{color:#3d6d8c}.hs-amount-input:read-only{color:#eaf6f3;color:var(--hs-text)}.hs-spin{animation:hs-spin-anim .8s linear infinite;color:#7fa0b6;color:var(--hs-muted);flex-shrink:0}@keyframes hs-spin-anim{to{transform:rotate(1turn)}}.hs-token-btn{align-items:center;background:#0d3552;background:var(--hs-white);border:1px solid #164a6b;border:1px solid var(--hs-border);border-radius:999px;border-radius:var(--hs-radius-pill);color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14.5px;font-weight:800;gap:8px;padding:9px 14px 9px 10px}.hs-field-usd{color:#7fa0b6;color:var(--hs-muted);font-size:12.5px;font-weight:500}.hs-flip-btn{align-items:center;border:4px solid #0d3552;border:4px solid var(--hs-white);border-radius:999px;border-radius:var(--hs-radius-pill);display:flex;height:40px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px;z-index:3}.hs-flip-btn,.hs-submit-btn{background:#7ff3d8;background:var(--hs-black);color:#0d3552;color:var(--hs-white);cursor:pointer}.hs-submit-btn{border:none;border-radius:14px;border-radius:var(--hs-radius-md);font-size:13.5px;font-weight:800;letter-spacing:.04em;margin-top:16px;max-width:620px;padding:17px;text-transform:uppercase;width:100%}.hs-submit-btn:disabled{background:#164a6b;background:var(--hs-border);color:#5c8199;cursor:default}.hs-alert{align-items:center;border-radius:14px;border-radius:var(--hs-radius-md);display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;margin-top:14px;max-width:620px;padding:13px 16px;text-align:center;text-decoration:none;width:100%}.hs-alert--error{background:#f8717124;color:#f87171;color:var(--hs-red)}.hs-alert--success{background:#34d39924;color:#34d399;color:var(--hs-green)}.hs-footer{align-items:center;color:#7fa0b6;color:var(--hs-muted);display:flex;font-size:12.5px;justify-content:space-between;padding:18px 48px 26px;position:relative;z-index:2}.hs-footer-links{display:flex;gap:20px}.hs-footer-links a{color:#7fa0b6;color:var(--hs-muted);font-weight:600;text-decoration:none}.hs-footer-links a:hover{color:#eaf6f3;color:var(--hs-text)}.hs-overlay{align-items:center;background:#0a0a0a59;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10}.hs-modal{background:#0d3552;background:var(--hs-white);border-radius:22px;border-radius:var(--hs-radius-lg);max-width:360px;padding:22px 22px 24px;width:100%}.hs-modal--tokens{display:flex;flex-direction:column;max-height:80vh;max-width:400px}.hs-modal-header{align-items:center;display:flex;font-size:18px;font-weight:800;justify-content:space-between;margin-bottom:18px}.hs-modal-close{align-items:center;background:#103c5c;background:var(--hs-white-soft);border:none;border-radius:50%;color:#eaf6f3;color:var(--hs-text);cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.hs-modal-label{color:#7fa0b6;color:var(--hs-muted);display:block;font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.hs-slippage-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.hs-slippage-btn{background:#0d3552;background:var(--hs-white);border:1px solid #164a6b;border:1px solid var(--hs-border);border-radius:14px;border-radius:var(--hs-radius-md);color:#eaf6f3;color:var(--hs-text);cursor:pointer;font-size:13px;font-weight:700;padding:10px 0}.hs-slippage-btn.active{background:#7ff3d8;background:var(--hs-black);border-color:#7ff3d8;border-color:var(--hs-black);color:#0d3552;color:var(--hs-white)}.hs-slippage-input{border:1px solid #164a6b;border:1px solid var(--hs-border);border-radius:14px;border-radius:var(--hs-radius-md);color:#eaf6f3;color:var(--hs-text);font-size:13px;font-weight:700;min-width:0;outline:none;padding:10px 8px;text-align:center;width:100%}.hs-slippage-input.active{border-color:#7ff3d8;border-color:var(--hs-black)}.hs-wallet-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hs-wallet-row{align-items:center;background:#103c5c;background:var(--hs-white-soft);border:1px solid #164a6b;border:1px solid var(--hs-border);border-radius:14px;border-radius:var(--hs-radius-md);cursor:pointer;display:flex;justify-content:space-between;padding:13px 14px;text-align:left}.hs-wallet-row:hover{border-color:#7ff3d8;border-color:var(--hs-black)}.hs-wallet-row:disabled{cursor:default;opacity:.6}.hs-wallet-row-name{color:#fff;font-size:14.5px;font-weight:800}.hs-wallet-row-status{font-weight:700}.hs-modal-hint,.hs-wallet-row-status{color:#7fa0b6;color:var(--hs-muted);font-size:12px}.hs-modal-hint{line-height:1.5;margin:12px 0 0}.hs-modal-divider{background:#164a6b;background:var(--hs-border);height:1px;margin:18px 0}.hs-powered-badge{align-items:center;background:#103c5c;background:var(--hs-white-soft);border-radius:14px;border-radius:var(--hs-radius-md);display:flex;font-size:13.5px;font-weight:700;gap:8px;padding:12px 14px}.hs-powered-bolt{color:#7ff3d8;color:var(--hs-black)}.hs-token-search{align-items:center;background:#032841;background:var(--hs-bg);border:1px solid #164a6b;border:1px solid var(--hs-border);border-radius:999px;border-radius:var(--hs-radius-pill);color:#7fa0b6;color:var(--hs-muted);display:flex;gap:8px;margin-bottom:14px;padding:10px 14px}.hs-token-search input{background:#0000;border:none;color:#eaf6f3;color:var(--hs-text);flex:1 1;font-size:13.5px;outline:none}.hs-token-search input::placeholder{color:#7fa0b6;color:var(--hs-muted)}.hs-token-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.hs-token-row{align-items:center;background:#0000;border:none;border-radius:14px;border-radius:var(--hs-radius-md);cursor:pointer;display:flex;gap:12px;padding:10px 8px;text-align:left}.hs-token-row:hover{background:#103c5c;background:var(--hs-white-soft)}.hs-token-row-info{display:flex;flex-direction:column}.hs-token-row-symbol{color:#fff;font-size:14px;font-weight:800}.hs-token-row-name{color:#fff;font-size:12px}.hs-token-row-price{color:#7fa0b6;color:var(--hs-muted);flex-shrink:0;font-size:13.5px;font-weight:700;margin-left:auto}.hs-token-empty{color:#7fa0b6;color:var(--hs-muted);font-size:13px;padding:20px;text-align:center}@media (max-width:640px){.hs-header{flex-wrap:wrap;gap:12px;padding:20px}.hs-pill-btn,.hs-pill-btn span{font-size:11px;padding:9px 13px}.hs-footer{flex-direction:column;gap:10px;padding:16px 20px 24px;text-align:center}.hs-amount-input{font-size:28px}}
/*# sourceMappingURL=main.b1400325.css.map*/