.deposit-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:0;font-family:"Baloo 2",system-ui,sans-serif;display:flex}.deposit-popup-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;width:100%;max-width:760px;min-height:420px;padding:1.75rem 2rem 1.5rem;animation:.35s cubic-bezier(.22,1,.36,1) depositFadeIn;display:flex;position:relative;box-shadow:0 20px 40px #0000002e}@keyframes depositFadeIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.deposit-close-btn{color:#9ca3af;cursor:pointer;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.deposit-close-btn:hover{color:#4b5563;background:#e5e7eb}.deposit-header{align-items:center;gap:.625rem;margin-bottom:1.5rem;display:flex}.deposit-header-icon{color:#fff;background:linear-gradient(135deg,#06a0ff,#008ce6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 12px #06a0ff40}.deposit-title{color:#1f2937;letter-spacing:.3px;font-size:1.05rem;font-weight:800}.deposit-selector-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.deposit-payment-selector,.deposit-token-selector{cursor:pointer;color:#1f2937;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;height:40px;padding:0 .875rem 0 .4rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.deposit-payment-selector:hover,.deposit-token-selector:hover{border-color:#06a0ff}.deposit-payment-name,.deposit-token-name{color:#1f2937;font-size:.8rem;font-weight:700}.deposit-token-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:800;display:flex;overflow:hidden}.deposit-token-icon--usdt{background-color:#26a17b}.deposit-token-icon--usdc{background-color:#2775ca}.deposit-payment-tabs{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:9999px;flex-shrink:0;align-items:center;gap:0;margin-left:auto;padding:3px;display:flex;position:relative}.deposit-payment-tab{z-index:2;white-space:nowrap;color:#9ca3af;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.35rem;min-width:80px;height:30px;padding:0 .875rem;font-family:inherit;font-size:.72rem;font-weight:700;line-height:1;transition:color .2s;display:flex;position:relative}.deposit-payment-tab:hover:not(.deposit-payment-tab--active){color:#4b5563}.deposit-payment-tab--active{color:#fff}.deposit-payment-tab-indicator{z-index:1;pointer-events:none;background:#06a0ff;border-radius:9999px;width:calc(50% - 3px);height:calc(100% - 6px);transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #06a0ff4d}.deposit-view-container{flex-direction:column;gap:.5rem;display:flex}.deposit-balance-row{gap:.5rem;margin-bottom:.5rem;display:flex}.deposit-balance-display{background:#06a0ff0f;border:1px solid #06a0ff2e;border-radius:9999px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.55rem 1rem;display:flex}.deposit-balance-display--compact{flex:1;gap:.5rem;min-width:0;margin-bottom:0;padding:.35rem .7rem .35rem .85rem}.deposit-balance-display--compact .deposit-balance-label{letter-spacing:.4px;flex-shrink:0;font-size:.6rem}.deposit-balance-display--compact .deposit-balance-value{white-space:nowrap;text-overflow:ellipsis;gap:.3rem;min-width:0;font-size:.78rem;overflow:hidden}.deposit-balance-display--compact .deposit-balance-coin{flex-shrink:0;width:16px;height:16px;font-size:8px}.deposit-balance-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.deposit-balance-value{color:#1f2937;align-items:center;gap:.375rem;font-size:1rem;font-weight:800;display:flex}.deposit-balance-coin{color:#06a0ff;background:#06a0ff1a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:900;display:flex}.deposit-fiat-methods{flex-direction:column;gap:.5rem;margin-bottom:.25rem;display:flex}.deposit-fiat-methods-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.6px;font-size:.7rem;font-weight:700}.deposit-fiat-methods-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.deposit-fiat-method-btn{color:#6b7280;cursor:pointer;letter-spacing:.3px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:68px;padding:.65rem .5rem;font-family:inherit;font-size:.65rem;font-weight:700;transition:all .2s;display:flex}.deposit-fiat-method-btn:hover{color:#374151;background:#f3f4f6;border-color:#d1d5db}.deposit-fiat-method-btn--active{color:#06a0ff;background:#06a0ff0f;border-color:#06a0ff}.deposit-fiat-method-btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none;filter:grayscale()}.deposit-fiat-method-btn--disabled:hover{background:inherit;border-color:inherit;color:inherit}.deposit-fiat-method-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.deposit-fiat-method-icon img{object-fit:contain;width:28px;height:28px}.deposit-fiat-method-name{white-space:nowrap;font-size:.65rem;font-weight:700}.deposit-amount-presets{gap:.75rem;margin-bottom:.5rem;padding:0 1rem;display:flex}.deposit-preset-btn{color:#111827;cursor:pointer;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.55rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.deposit-preset-btn:hover{background:#e5e7eb;border-color:#d1d5db}.deposit-preset-btn--active{color:#06a0ff;background:#06a0ff14;border-color:#06a0ff}.deposit-preset-coin{opacity:.8;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:900;display:inline-flex}.deposit-input-group{margin-bottom:0}.deposit-input{color:#111827;letter-spacing:.5px;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s}.deposit-input:focus{border-color:#06a0ff;outline:none}.deposit-input::placeholder{color:#9ca3af;font-weight:500}.deposit-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.deposit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.deposit-input[type=number]{appearance:textfield}.deposit-info-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;display:flex}.deposit-info-label{color:#6b7280;font-weight:600}.deposit-info-rate{color:#06a0ff;font-weight:700}.deposit-terms{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.3px;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.deposit-checkbox-container{background-color:#0000;border:1.5px solid #9ca3af;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.deposit-checkbox-container--checked{background-color:#06a0ff;border-color:#06a0ff}.deposit-checkmark{width:10px;height:10px}.deposit-terms-link{color:#06a0ff;font-weight:700;font-size:inherit;cursor:pointer;letter-spacing:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.deposit-terms-link:hover{text-decoration:underline}.deposit-wallet-actions{gap:.75rem;margin-bottom:.5rem;display:flex}.deposit-wallet-btn{color:#06a0ff;cursor:pointer;letter-spacing:.3px;background:#fff;border:1.5px solid #06a0ff;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.deposit-wallet-btn:hover{background:#06a0ff0d}.deposit-wallet-btn--connected{color:#1f2937;cursor:default;border-color:#d1d5db;font-weight:600}.deposit-chain-btn{color:#1f2937;cursor:pointer;letter-spacing:.3px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.deposit-chain-btn:hover{background:#f3f4f6;border-color:#d1d5db}.deposit-submit-btn{letter-spacing:1px;color:#fff;background-color:#06a0ff;border-color:#06a0ff;width:100%;margin-top:.5rem;margin-bottom:0;padding:.95rem 1.5rem;font-size:.9rem;font-weight:800;transition:all .2s}.deposit-submit-btn:hover:not(:disabled){background-color:#06a0ff;border-color:#06a0ff}.deposit-submit-btn:disabled{opacity:.7;background-color:#06a0ff;border-color:#06a0ff}@media (max-width:640px){.deposit-popup-card{max-width:92vw;min-height:0;padding:1.5rem 1.25rem}.deposit-title{font-size:1rem}.deposit-selector-row{flex-direction:column;align-items:stretch;gap:.75rem}.deposit-payment-selector,.deposit-token-selector{flex:auto;width:100%}.deposit-payment-tabs{justify-content:center;width:100%}.deposit-payment-tab{flex:1;min-width:0}.deposit-amount-presets{gap:.5rem}.deposit-preset-btn{padding:.75rem .375rem;font-size:.8rem}.deposit-wallet-actions{flex-direction:row;gap:.5rem}.deposit-wallet-btn,.deposit-chain-btn{min-width:0;padding:.65rem .6rem;font-size:.7rem}.deposit-wallet-btn span,.deposit-chain-btn span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.deposit-fiat-methods-grid{grid-template-columns:repeat(2,1fr)}.deposit-fiat-method-btn{min-height:56px}}@media (max-width:768px){.deposit-popup-card{width:100%;max-width:100%;max-height:95vh;padding:1.75rem 1.25rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;animation:none;overflow-y:auto;box-shadow:0 -8px 32px #0000002e}.deposit-popup-card:before{content:"";pointer-events:none;z-index:20;background:#d1d5db;border-radius:9999px;width:40px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}}.dark .deposit-popup-card:before,[data-theme=dark] .deposit-popup-card:before{background:#374151}.dark .deposit-popup-card{background:#1a2235;border-color:#2d3a4f;box-shadow:0 20px 40px #00000080}.dark .deposit-close-btn{color:#94a3b8;background:#0f172a}.dark .deposit-close-btn:hover{color:#cbd5e1;background:#1e293b}.dark .deposit-title{color:#f1f5f9}.dark .deposit-payment-selector,.dark .deposit-token-selector{color:#e2e8f0;background:#0f172a;border-color:#2d3a4f}.dark .deposit-payment-name,.dark .deposit-token-name{color:#e2e8f0}.dark .deposit-payment-tabs{background:#0f172a;border-color:#2d3a4f}.dark .deposit-payment-tab{color:#6b7280}.dark .deposit-payment-tab:hover:not(.deposit-payment-tab--active){color:#cbd5e1}.dark .deposit-payment-tab--active{color:#fff}.dark .deposit-payment-tab-indicator{background:#06a0ff;box-shadow:0 1px 4px #06a0ff66}.dark .deposit-balance-display{background:#06a0ff0f;border-color:#06a0ff33}.dark .deposit-balance-label{color:#475569}.dark .deposit-balance-value{color:#f1f5f9}.dark .deposit-fiat-methods-label{color:#475569}.dark .deposit-fiat-method-btn{color:#94a3b8;background:#0f172a;border-color:#2d3a4f}.dark .deposit-fiat-method-btn:hover{color:#cbd5e1;background:#1e293b;border-color:#3d4f6d}.dark .deposit-fiat-method-btn--active{color:#06a0ff;background:#06a0ff1a;border-color:#06a0ff}.dark .deposit-fiat-method-btn--disabled{opacity:.35;cursor:not-allowed;pointer-events:none;filter:grayscale()}.dark .deposit-preset-btn{color:#e2e8f0;background:#0f172a;border-color:#2d3a4f}.dark .deposit-preset-btn:hover{background:#1e293b;border-color:#3d4f6d}.dark .deposit-preset-btn--active{color:#06a0ff;background:#06a0ff1a;border-color:#06a0ff}.dark .deposit-input{color:#f1f5f9;background:#0f172a;border-color:#2d3a4f}.dark .deposit-input::placeholder{color:#475569}.dark .deposit-input:focus{border-color:#06a0ff}.dark .deposit-info-label{color:#64748b}.dark .deposit-terms{color:#94a3b8}.dark .deposit-checkbox-container{border-color:#475569}.dark .deposit-wallet-btn{color:#06a0ff;background:0 0;border-color:#06a0ff}.dark .deposit-wallet-btn:hover{background:#06a0ff14}.dark .deposit-wallet-btn--connected{color:#e2e8f0;border-color:#2d3a4f}.dark .deposit-chain-btn{color:#e2e8f0;background:#0f172a;border-color:#2d3a4f}.dark .deposit-chain-btn:hover{background:#1e293b;border-color:#3d4f6d}.deposit-success-banner{color:#06a0ff;background:#06a0ff14;border:1px solid #06a0ff40;border-radius:9999px;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.625rem 1rem;font-size:.75rem;font-weight:700;display:flex}.deposit-explorer-link{color:#06a0ff;white-space:nowrap;font-size:.7rem;font-weight:700;text-decoration:none}.deposit-explorer-link:hover{text-decoration:underline}.deposit-error-banner{color:#ef4444;background:#ef444414;border:1px solid #ef444440;border-radius:9999px;margin-bottom:.25rem;padding:.625rem 1rem;font-size:.75rem;font-weight:600}.dark .deposit-success-banner{color:#4ade80;background:#06a0ff1f;border-color:#06a0ff4d}.dark .deposit-explorer-link{color:#4ade80}.dark .deposit-error-banner{color:#f87171;background:#ef44441f;border-color:#ef44444d}.deposit-balance-loading{color:#9ca3af;font-weight:600;animation:1.2s ease-in-out infinite depositBalancePulse}@keyframes depositBalancePulse{0%,to{opacity:1}50%{opacity:.4}}.dark .deposit-balance-loading{color:#64748b}.deposit-chain-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-width:200px;padding:6px;animation:.15s depositChainFade;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001a}@keyframes depositChainFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.deposit-chain-option{cursor:pointer;border-radius:9999px;align-items:center;gap:8px;padding:9px 14px;font-size:.75rem;font-weight:600;transition:background .15s;display:flex}.deposit-chain-option:hover{background:#f1f5f9}.deposit-chain-option--active{color:#008ce6;background:#eff6ff}.dark .deposit-chain-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 4px 12px #0000004d}.dark .deposit-chain-option:hover{background:#334155}.dark .deposit-chain-option--active{color:#3eb5ff;background:#06a0ff26}
.withdraw-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:0;font-family:"Baloo 2",system-ui,sans-serif;display:flex}.withdraw-popup-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;padding:1.75rem 2rem 1.5rem;animation:.35s cubic-bezier(.22,1,.36,1) withdrawFadeIn;display:flex;position:relative;overflow:hidden auto;box-shadow:0 20px 40px #0000002e}@keyframes withdrawFadeIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.withdraw-close-btn{color:#9ca3af;cursor:pointer;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.withdraw-close-btn:hover{color:#4b5563;background:#e5e7eb}.withdraw-header{align-items:center;gap:.625rem;margin-bottom:1.5rem;display:flex}.withdraw-header-icon{color:#fff;background:linear-gradient(135deg,#06a0ff,#008ce6);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 12px #06a0ff40}.withdraw-title{color:#1f2937;letter-spacing:.5px;font-size:1.1rem;font-weight:800}.withdraw-selector-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.withdraw-token-selector{color:#1f2937;box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;height:40px;padding:0 .875rem 0 .4rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.withdraw-token-selector:hover{border-color:#06a0ff}.withdraw-token-name{color:#1f2937;font-size:.8rem;font-weight:700}.withdraw-token-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:800;display:flex}.withdraw-token-icon--usdt{background-color:#26a17b}.withdraw-token-icon--usdc{background-color:#2775ca}.withdraw-token-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:160px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.withdraw-token-option{cursor:pointer;color:#1f2937;background:#fff;border:none;align-items:center;gap:.5rem;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s;display:flex}.withdraw-token-option:hover{background:#f9fafb}.withdraw-token-option--active{color:#06a0ff;background:#06a0ff0d}.withdraw-payment-tabs{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:9999px;flex-shrink:0;align-items:center;gap:0;margin-left:auto;padding:3px;display:flex;position:relative}.withdraw-payment-tab{z-index:2;white-space:nowrap;color:#9ca3af;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.35rem;min-width:80px;height:30px;padding:0 .875rem;font-family:inherit;font-size:.72rem;font-weight:700;line-height:1;transition:color .2s;display:flex;position:relative}.withdraw-payment-tab:hover:not(.withdraw-payment-tab--active){color:#4b5563}.withdraw-payment-tab--active{color:#fff}.withdraw-payment-tab-indicator{z-index:1;pointer-events:none;background:#06a0ff;border-radius:9999px;width:calc(50% - 3px);height:calc(100% - 6px);transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #06a0ff4d}.withdraw-view-container{flex-direction:column;gap:.5rem;display:flex}.withdraw-view-container--fiat{gap:.625rem}.withdraw-balance-display{background:#06a0ff0f;border:1px solid #06a0ff2e;border-radius:9999px;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:.55rem 1rem;display:flex}.withdraw-balance-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.withdraw-balance-value{color:#1f2937;align-items:center;gap:.375rem;font-size:1rem;font-weight:800;display:flex}.withdraw-balance-coin{color:#06a0ff;background:#06a0ff1a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:900;display:flex}.withdraw-amount-presets{gap:.75rem;margin-bottom:.5rem;padding:0 1rem;display:flex}.withdraw-amount-presets--fiat{padding:0}.withdraw-preset-btn{color:#111827;cursor:pointer;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.55rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.withdraw-preset-btn:hover{background:#e5e7eb;border-color:#d1d5db}.withdraw-preset-btn--active{color:#06a0ff;background:#06a0ff14;border-color:#06a0ff}.withdraw-preset-coin{opacity:.8;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:900;display:inline-flex}.withdraw-input-group{margin-bottom:0;position:relative}.withdraw-input{color:#111827;letter-spacing:.5px;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s}.withdraw-input:focus{border-color:#06a0ff;outline:none}.withdraw-input::placeholder{color:#9ca3af;font-weight:500}.withdraw-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.withdraw-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.withdraw-input[type=number]{appearance:textfield}.withdraw-info-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;display:flex}.withdraw-info-label{color:#6b7280;font-weight:600}.withdraw-info-rate{color:#06a0ff;font-weight:700}.withdraw-terms{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.3px;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.withdraw-checkbox-container{background-color:#0000;border:1.5px solid #9ca3af;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.withdraw-checkbox-container--checked{background-color:#06a0ff;border-color:#06a0ff}.withdraw-checkmark{width:10px;height:10px}.withdraw-terms-link{color:#06a0ff;font-weight:700;font-size:inherit;cursor:pointer;letter-spacing:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.withdraw-terms-link:hover{text-decoration:underline}.withdraw-wallet-actions{gap:.75rem;margin-bottom:.5rem;display:flex}.withdraw-wallet-btn{color:#06a0ff;cursor:pointer;letter-spacing:.3px;background:#fff;border:1.5px solid #06a0ff;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.withdraw-wallet-btn:hover{background:#06a0ff0d}.withdraw-wallet-btn--connected{color:#1f2937;cursor:default;border-color:#d1d5db;font-weight:600}.withdraw-chain-btn{color:#1f2937;cursor:pointer;letter-spacing:.3px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.withdraw-chain-btn:hover{background:#f3f4f6;border-color:#d1d5db}.withdraw-submit-btn{letter-spacing:1px;color:#fff;background-color:#06a0ff;border-color:#06a0ff;width:100%;margin-top:.5rem;margin-bottom:0;padding:.95rem 1.5rem;font-size:.9rem;font-weight:800;transition:all .2s}.withdraw-submit-btn:hover:not(:disabled){background-color:#008ce6;border-color:#008ce6}.withdraw-submit-btn:disabled{opacity:.7;background-color:#7dcdff;border-color:#7dcdff}.withdraw-bank-section{flex-direction:column;margin-bottom:0;display:flex}.withdraw-bank-label{color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.375rem;font-size:.72rem;font-weight:600}.withdraw-bank-select-wrapper{outline:none;width:100%;position:relative}.withdraw-bank-select{color:#374151;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;font-family:inherit;font-size:.85rem;transition:all .2s;display:flex}.withdraw-bank-select-inner{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.withdraw-bank-select-icon-left{color:#9ca3af;flex-shrink:0}.withdraw-bank-select-text{flex-direction:column;min-width:0;display:flex}.withdraw-bank-select-acct{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:500;overflow:hidden}.withdraw-bank-select-wrapper:focus .withdraw-bank-select,.withdraw-bank-select--open{border-color:#06a0ff}.withdraw-bank-select-icon{color:#6b7280;transition:transform .2s;display:flex}.withdraw-bank-select-icon svg{width:20px;height:20px;margin-right:-4px}.withdraw-bank-select-icon--open{transform:rotate(180deg)}.withdraw-bank-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-height:200px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.withdraw-bank-option{color:#374151;cursor:pointer;border-radius:12px;flex-direction:column;gap:.125rem;padding:.625rem .875rem;font-size:.8rem;transition:background-color .15s;display:flex}.withdraw-bank-option-name{font-size:.8rem;font-weight:600}.withdraw-bank-option-acct{color:#9ca3af;font-size:.7rem;font-weight:500}.withdraw-bank-option:hover{background-color:#f3f4f6}.withdraw-bank-option--selected{color:#06a0ff;background-color:#06a0ff1a;font-weight:600}.withdraw-bank-details{background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;gap:.25rem;margin-top:.75rem;margin-bottom:.5rem;padding:.875rem 1.125rem;display:flex}.withdraw-bank-detail-row{color:#4b5563;gap:.25rem;font-size:.8rem;display:flex}.withdraw-bank-detail-label,.withdraw-bank-detail-value{font-weight:400}.dark .withdraw-popup-card{background:#111827;border-color:#1f2937;box-shadow:0 20px 40px #00000080}.dark .withdraw-close-btn{color:#6b7280;background:#1f2937}.dark .withdraw-close-btn:hover{color:#d1d5db;background:#374151}.dark .withdraw-title{color:#fff}.dark .withdraw-header-icon{background:#06a0ff1f}.dark .withdraw-balance-display{background:#06a0ff12;border-color:#06a0ff33}.dark .withdraw-balance-label{color:#6b7280}.dark .withdraw-balance-value{color:#fff}.dark .withdraw-token-selector{background:#1f2937;border-color:#374151}.dark .withdraw-token-name{color:#d1d5db}.dark .withdraw-token-selector:hover{border-color:#06a0ff}.dark .withdraw-token-dropdown{background:#1f2937;border-color:#374151}.dark .withdraw-token-option{color:#d1d5db;background:#1f2937}.dark .withdraw-token-option:hover{background:#374151}.dark .withdraw-payment-tabs{background:#0f172a;border-color:#2d3a4f}.dark .withdraw-payment-tab{color:#6b7280}.dark .withdraw-payment-tab:hover:not(.withdraw-payment-tab--active){color:#cbd5e1}.dark .withdraw-payment-tab--active{color:#fff}.dark .withdraw-payment-tab-indicator{background:#06a0ff;box-shadow:0 1px 4px #06a0ff66}.dark .withdraw-preset-btn{color:#9ca3af;background:#1f2937;border-color:#374151}.dark .withdraw-preset-btn:hover{background:#374151;border-color:#4b5563}.dark .withdraw-input{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .withdraw-input:focus{border-color:#06a0ff}.dark .withdraw-input::placeholder,.dark .withdraw-info-label{color:#6b7280}.dark .withdraw-terms{color:#9ca3af}.dark .withdraw-wallet-btn{background:#1f2937}.dark .withdraw-wallet-btn--connected{color:#d1d5db;border-color:#374151}.dark .withdraw-chain-btn{color:#d1d5db;background:#1f2937;border-color:#374151}.dark .withdraw-chain-btn:hover{background:#374151}.dark .withdraw-fiat-placeholder span{color:#4b5563}.dark .withdraw-bank-label{color:#d1d5db}.dark .withdraw-bank-select{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .withdraw-bank-select-wrapper:focus .withdraw-bank-select,.dark .withdraw-bank-select--open{border-color:#06a0ff}.dark .withdraw-bank-dropdown{background:#1f2937;border-color:#374151}.dark .withdraw-bank-option{color:#d1d5db}.dark .withdraw-bank-option:hover{background:#374151}.dark .withdraw-bank-option--selected{color:#06a0ff;background-color:#06a0ff26}.dark .withdraw-bank-details{background:#1f2937}.dark .withdraw-bank-detail-row{color:#d1d5db}@media (max-width:640px){.withdraw-popup-card{max-width:92vw;min-height:0;padding:1.5rem 1.25rem}.withdraw-title{font-size:1rem}.withdraw-selector-row{flex-direction:column;align-items:stretch;gap:.75rem}.withdraw-token-selector{flex:auto;width:100%}.withdraw-payment-tabs{justify-content:center;width:100%}.withdraw-payment-tab{flex:1;min-width:0}.withdraw-amount-presets{gap:.5rem;padding:0}.withdraw-preset-btn{padding:.75rem .375rem;font-size:.8rem}.withdraw-wallet-actions{flex-direction:row;gap:.5rem}.withdraw-wallet-btn,.withdraw-chain-btn{min-width:0;padding:.65rem .6rem;font-size:.7rem}.withdraw-wallet-btn span,.withdraw-chain-btn span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (max-width:768px){.withdraw-popup-card{width:100%;max-width:100%;max-height:95vh;padding:1.75rem 1.25rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;animation:none;overflow-y:auto;box-shadow:0 -8px 32px #0000002e}.withdraw-popup-card:before{content:"";pointer-events:none;z-index:20;background:#d1d5db;border-radius:9999px;width:40px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}}.dark .withdraw-popup-card:before,[data-theme=dark] .withdraw-popup-card:before{background:#374151}.withdraw-success-banner{color:#06a0ff;background:#06a0ff14;border:1px solid #06a0ff40;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.625rem .875rem;font-size:.75rem;font-weight:700;display:flex}.withdraw-explorer-link{color:#06a0ff;white-space:nowrap;font-size:.7rem;font-weight:700;text-decoration:none}.withdraw-explorer-link:hover{text-decoration:underline}.withdraw-error-banner{color:#ef4444;background:#ef444414;border:1px solid #ef444440;border-radius:8px;margin-bottom:.25rem;padding:.625rem .875rem;font-size:.75rem;font-weight:600}.dark .withdraw-success-banner{color:#3eb5ff;background:#06a0ff1f;border-color:#06a0ff4d}.dark .withdraw-explorer-link{color:#3eb5ff}.dark .withdraw-error-banner{color:#f87171;background:#ef44441f;border-color:#ef44444d}.withdraw-rules-info{color:#9ca3af;letter-spacing:.3px;align-items:center;gap:.5rem;padding:0 .25rem;font-size:.68rem;font-weight:600;display:flex}.dark .withdraw-rules-info{color:#64748b}.withdraw-balance-loading{color:#9ca3af;font-weight:600;animation:1.2s ease-in-out infinite withdrawBalancePulse}@keyframes withdrawBalancePulse{0%,to{opacity:1}50%{opacity:.4}}.dark .withdraw-balance-loading{color:#64748b}.withdraw-chain-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-width:200px;padding:6px;animation:.15s chainDropdownFade;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001a}@keyframes chainDropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.withdraw-chain-option{cursor:pointer;border-radius:9999px;align-items:center;gap:8px;padding:9px 14px;font-size:.75rem;font-weight:600;transition:background .15s;display:flex}.withdraw-chain-option:hover{background:#f1f5f9}.withdraw-chain-option--active{color:#008ce6;background:#eff6ff}.dark .withdraw-chain-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 8px 24px #0000004d}.dark .withdraw-chain-option:hover{background:#334155}.dark .withdraw-chain-option--active{color:#3eb5ff;background:#06a0ff26}.withdraw-bank-loading{text-align:center;color:#9ca3af;padding:.75rem;font-size:.8rem}.withdraw-bank-empty{text-align:center;padding:.75rem}.withdraw-bank-empty p{color:#6b7280;margin:0 0 .5rem;font-size:.85rem}.withdraw-add-bank-btn{color:#fff;cursor:pointer;background:#06a0ff;border:none;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s}.withdraw-add-bank-btn:hover{background:#008ce6}.withdraw-bank-option--add{color:#06a0ff;border-top:1px solid #e5e7eb;flex-direction:row;font-weight:600}.withdraw-bank-option--add:hover{background:#06a0ff0f}.withdraw-warning{color:#ef4444;margin:0;font-size:.72rem}.withdraw-preset-btn--disabled{opacity:.4;cursor:not-allowed!important}.withdraw-fiat-amount-section{flex-direction:column;display:flex}.withdraw-fiat-balance-strip{background:linear-gradient(135deg,#06a0ff0f,#06a0ff05);border:1px solid #06a0ff1f;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.withdraw-fiat-balance-item{flex-direction:column;flex:1;align-items:center;gap:.125rem;display:flex}.withdraw-fiat-balance-item-label{text-transform:uppercase;letter-spacing:.4px;color:#9ca3af;font-size:.6rem;font-weight:600}.withdraw-fiat-balance-item-value{color:#374151;font-size:.82rem;font-weight:700}.withdraw-fiat-balance-item-value--highlight{color:#06a0ff}.withdraw-fiat-balance-divider{background:#06a0ff26;flex-shrink:0;width:1px;height:24px}.withdraw-input-lkr{color:#06a0ff;pointer-events:none;white-space:nowrap;font-size:.7rem;font-weight:600;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.dark .withdraw-bank-loading{color:#6b7280}.dark .withdraw-bank-empty p{color:#9ca3af}.dark .withdraw-bank-option--add{color:#3eb5ff;border-top-color:#374151}.dark .withdraw-bank-option--add:hover{background:#06a0ff1a}.dark .withdraw-bank-select-acct,.dark .withdraw-bank-select-icon-left,.dark .withdraw-bank-option-acct{color:#6b7280}.dark .withdraw-fiat-balance-strip{background:linear-gradient(135deg,#06a0ff1a,#06a0ff0a);border-color:#06a0ff33}.dark .withdraw-fiat-balance-item-label{color:#6b7280}.dark .withdraw-fiat-balance-item-value{color:#e5e7eb}.dark .withdraw-fiat-balance-item-value--highlight{color:#3eb5ff}.dark .withdraw-fiat-balance-divider{background:#06a0ff40}.dark .withdraw-input-lkr{color:#3eb5ff}.withdraw-cash-method-tabs{background:#f3f4f6;border-radius:10px;align-items:center;gap:.5rem;padding:3px;display:flex}.withdraw-cash-method-tab{white-space:nowrap;color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.3rem;height:32px;padding:0 .5rem;font-family:inherit;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}.withdraw-cash-method-tab:hover{color:#6b7280}.withdraw-cash-method-tab--active{color:#06a0ff;background:#fff;box-shadow:0 1px 3px #00000014}.dark .withdraw-cash-method-tabs{background:#1f2937}.dark .withdraw-cash-method-tab{color:#6b7280}.dark .withdraw-cash-method-tab:hover{color:#9ca3af}.dark .withdraw-cash-method-tab--active{color:#3eb5ff;background:#374151;box-shadow:0 1px 3px #0003}.withdraw-instant-charge-notice{color:#b45309;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.72rem;font-weight:600;display:flex}.withdraw-instant-charge-notice strong{color:#92400e;font-weight:800}.dark .withdraw-instant-charge-notice{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b40}.dark .withdraw-instant-charge-notice strong{color:#fcd34d}.withdraw-instant-details{gap:.5rem;display:flex}.withdraw-instant-field{flex-direction:column;flex:1;gap:.25rem;display:flex}.withdraw-required{color:#ef4444;font-weight:700}.withdraw-input--locked{color:#6b7280;cursor:not-allowed;opacity:.8;background:#f3f4f6}.dark .withdraw-input--locked{color:#6b7280;background:#1f2937}.withdraw-instant-otp-section{flex-direction:column;gap:.75rem;padding:.5rem 0;display:flex}.withdraw-instant-otp-header{text-align:center}.withdraw-instant-otp-title{color:#1f2937;letter-spacing:.5px;margin:0 0 .375rem;font-size:1rem;font-weight:800}.withdraw-instant-otp-desc{color:#6b7280;margin:0;font-size:.78rem;line-height:1.4}.withdraw-input--otp{text-align:center;letter-spacing:.5rem;padding:.75rem 1rem;font-size:1.5rem;font-weight:800}.withdraw-otp-back-btn{color:#6b7280;cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem 0;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .2s}.withdraw-otp-back-btn:hover{color:#06a0ff}.dark .withdraw-instant-otp-title{color:#f9fafb}.dark .withdraw-instant-otp-desc,.dark .withdraw-otp-back-btn{color:#9ca3af}.dark .withdraw-otp-back-btn:hover{color:#3eb5ff}.wsuccess-icon-wrapper{background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;animation:2s infinite wsuccessPulse;display:flex;box-shadow:0 8px 16px #10b98140}@keyframes wsuccessPulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}.wsuccess-icon{color:#fff;width:36px;height:36px}.wsuccess-icon path{stroke-dasharray:50;stroke-dashoffset:50px;animation:.6s cubic-bezier(.65,0,.45,1) .2s forwards wsuccessDrawTick}@keyframes wsuccessDrawTick{to{stroke-dashoffset:0}}.wsuccess-title{color:#111827;letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.35rem;font-weight:800}.wsuccess-message{color:#4b5563;margin:0 0 2rem;font-size:.95rem;line-height:1.5}.wsuccess-footer{width:100%}.wsuccess-btn{letter-spacing:.5px;width:100%;font-weight:700}.dark .wsuccess-title{color:#f9fafb}.dark .wsuccess-message{color:#9ca3af}
.wotp-overlay{z-index:999999;background:#00000080;justify-content:center;align-items:center;padding:1rem;font-family:"Baloo 2",system-ui,sans-serif;display:flex;position:fixed;inset:0}.wotp-card{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2rem;animation:.3s wotpFadeIn;position:relative;box-shadow:0 20px 40px #0000002e}@keyframes wotpFadeIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.wotp-close{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.wotp-close:hover{color:#4b5563;background:#e5e7eb}.wotp-title{text-align:center;color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.wotp-subtitle{color:#6b7280;text-align:center;margin:0 0 1.5rem;font-size:.85rem;line-height:1.5}.wotp-email{color:#06a0ff;font-weight:600}.wotp-form{flex-direction:column;gap:1.25rem;display:flex}.wotp-inputs{justify-content:center;gap:.75rem;display:flex}.wotp-input{text-align:center;color:#1f2937;border:1.5px solid #e5e7eb;border-radius:14px;outline:none;width:3rem;height:3rem;font-family:inherit;font-size:1.25rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.wotp-input:focus{border-color:#06a0ff;box-shadow:0 0 0 2px #06a0ff33}.wotp-input:disabled{opacity:.6;cursor:not-allowed}.wotp-error{color:#ef4444;text-align:center;margin:0;font-size:.8rem}.wotp-submit{color:#fff;cursor:pointer;letter-spacing:.5px;background:#06a0ff;border:none;border-radius:9999px;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .2s;box-shadow:0 4px 12px #06a0ff40}.wotp-submit:hover:not(:disabled){background:#008ce6}.wotp-submit:disabled{opacity:.7;cursor:not-allowed;background:#7dcdff}.wotp-resend{text-align:center;margin-top:1.25rem}.wotp-resend p{color:#6b7280;margin:0;font-size:.8rem}.wotp-resend-timer{color:#9ca3af}.wotp-resend-btn{color:#06a0ff;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.wotp-resend-btn:hover{text-decoration:underline}.dark .wotp-card{background:#111827;box-shadow:0 20px 40px #00000080}.dark .wotp-close{color:#6b7280;background:#1f2937}.dark .wotp-close:hover{color:#d1d5db;background:#374151}.dark .wotp-title{color:#fff}.dark .wotp-subtitle{color:#9ca3af}.dark .wotp-email{color:#3eb5ff}.dark .wotp-input{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .wotp-input:focus{border-color:#06a0ff;box-shadow:0 0 0 2px #06a0ff40}.dark .wotp-resend p{color:#9ca3af}.dark .wotp-resend-btn{color:#3eb5ff}
.wconfirm-overlay{z-index:999998;background:#00000080;justify-content:center;align-items:center;padding:1rem;font-family:"Baloo 2",system-ui,sans-serif;display:flex;position:fixed;inset:0}.wconfirm-card{background:#fff;border-radius:20px;width:100%;max-width:420px;animation:.3s wconfirmFadeIn;overflow:hidden;box-shadow:0 20px 40px #0000002e}@keyframes wconfirmFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wconfirm-header{border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem}.wconfirm-title{color:#111827;margin:0;font-size:1.1rem;font-weight:700}.wconfirm-body{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.wconfirm-body p{color:#4b5563;margin:0;font-size:.875rem;line-height:1.5}.wconfirm-body b{font-weight:600}.wconfirm-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.wconfirm-cancel-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;padding:.625rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s}.wconfirm-cancel-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.wconfirm-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.wconfirm-confirm-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#06a0ff;border:none;border-radius:9999px;padding:.625rem 1.5rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .15s;box-shadow:0 2px 8px #06a0ff40}.wconfirm-confirm-btn:hover:not(:disabled){background:#008ce6}.wconfirm-confirm-btn:disabled{opacity:.7;cursor:not-allowed;background:#7dcdff}.dark .wconfirm-card{background:#111827;box-shadow:0 20px 40px #00000080}.dark .wconfirm-header{border-bottom-color:#1f2937}.dark .wconfirm-title{color:#fff}.dark .wconfirm-body p{color:#d1d5db}.dark .wconfirm-footer{background:#0d1117;border-top-color:#1f2937}.dark .wconfirm-cancel-btn{color:#d1d5db;background:#1f2937;border-color:#374151}.dark .wconfirm-cancel-btn:hover:not(:disabled){background:#374151}
.addbank-overlay{z-index:999999;background:#00000080;justify-content:center;align-items:center;padding:1rem;font-family:Inter,system-ui,sans-serif;display:flex;position:fixed;inset:0}.addbank-card{background:#fff;border-radius:20px;width:100%;max-width:400px;max-height:90vh;padding:2rem;font-family:"Baloo 2",system-ui,sans-serif;animation:.3s addbankFadeIn;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000002e}@keyframes addbankFadeIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.addbank-close{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.addbank-close:hover{color:#4b5563;background:#e5e7eb}.addbank-title{text-align:center;color:#1f2937;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.addbank-form{flex-direction:column;gap:1rem;display:flex}.addbank-field{position:relative}.addbank-label{color:#374151;margin-bottom:.375rem;font-size:.8rem;font-weight:600;display:block}.addbank-required{color:#9ca3af}.addbank-input{color:#1f2937;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;width:100%;padding:.75rem 1.25rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.addbank-input:focus{border-color:#06a0ff;outline:none}.addbank-input::placeholder{color:#9ca3af}.addbank-bank-input-wrapper{border:1.5px solid #e5e7eb;border-radius:9999px;align-items:center;padding-left:.5rem;transition:border-color .2s;display:flex;overflow:hidden}.addbank-bank-input-wrapper:focus-within{border-color:#06a0ff}.addbank-input--bank{border:none;border-radius:0;flex:1}.addbank-input--bank:focus{box-shadow:none;border:none}.addbank-chevron-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .5rem;display:flex}.addbank-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-height:180px;margin:6px 0 0;padding:6px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.addbank-dropdown-item{color:#374151;cursor:pointer;border-radius:9999px;padding:.625rem .875rem;font-size:.8rem;transition:background .1s}.addbank-dropdown-item:hover,.addbank-dropdown-item--active{color:#06a0ff;background:#06a0ff14}.addbank-dropdown-empty{color:#9ca3af;padding:.625rem 1rem;font-size:.8rem}.addbank-save-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#06a0ff;border:none;border-radius:9999px;width:100%;margin-top:1.25rem;padding:.875rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s;box-shadow:0 4px 12px #06a0ff40}.addbank-save-btn:hover:not(:disabled){background:#008ce6}.addbank-save-btn:disabled{opacity:.7;cursor:not-allowed;background:#7dcdff}.dark .addbank-card{background:#111827;box-shadow:0 20px 40px #00000080}.dark .addbank-close{color:#6b7280;background:#1f2937}.dark .addbank-close:hover{color:#d1d5db;background:#374151}.dark .addbank-title{color:#fff}.dark .addbank-label{color:#d1d5db}.dark .addbank-input{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .addbank-input:focus{border-color:#06a0ff}.dark .addbank-input::placeholder{color:#6b7280}.dark .addbank-bank-input-wrapper{border-color:#374151}.dark .addbank-bank-input-wrapper:focus-within{border-color:#06a0ff}.dark .addbank-chevron-btn{color:#6b7280}.dark .addbank-dropdown{background:#1f2937;border-color:#374151}.dark .addbank-dropdown-item{color:#d1d5db}.dark .addbank-dropdown-item:hover,.dark .addbank-dropdown-item--active{color:#3eb5ff;background:#06a0ff26}.dark .addbank-dropdown-empty{color:#6b7280}@media (max-width:540px){.addbank-overlay{align-items:flex-end;padding:0}.addbank-card{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:95vh}}
.tournament-popup-overlay{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-family:"Baloo 2",cursive;display:flex}.tournament-popup-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:column;width:100%;max-width:420px;max-height:90vh;animation:.4s cubic-bezier(.22,1,.36,1) tournamentFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes tournamentFadeIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.tournament-header-bar{border-bottom:1px solid #f3f4f6;flex-shrink:0;justify-content:center;align-items:center;padding:1.1rem 1.5rem .85rem;display:flex;position:relative}.tournament-title{color:#1f2937;margin:0;font-size:1.05rem;font-weight:700}.tournament-close-btn{color:#9ca3af;cursor:pointer;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.tournament-close-btn:hover{color:#4b5563;background:#e5e7eb}.tournament-body{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.tournament-section-label{color:#1f2937;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.tournament-game-tiles{flex-wrap:wrap;gap:.6rem;display:flex}.tournament-game-tile{cursor:pointer;background:#f3f4f6;border:2.5px solid #0000;border-radius:12px;flex-shrink:0;width:64px;height:64px;padding:0;transition:border-color .18s,transform .18s;overflow:hidden}.tournament-game-tile img{object-fit:cover;width:100%;height:100%;display:block}.tournament-game-tile:hover{border-color:#d1d5db;transform:translateY(-1px)}.tournament-game-tile--selected{border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.tournament-input{color:#111827;accent-color:#06a0ff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.85rem;transition:all .2s}.tournament-input:focus{border-color:#06a0ff;outline:none;box-shadow:0 0 0 1px #06a0ff}.tournament-input::placeholder{color:#9ca3af}.tournament-datetime-row{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.tournament-presets{gap:.5rem;display:flex}.tournament-preset-btn{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.55rem .5rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.tournament-preset-btn:hover{background:#f3f4f6;border-color:#d1d5db}.tournament-preset-btn--active{color:#06a0ff;background:#06a0ff14;border-color:#06a0ff}.tournament-search-wrapper{position:relative}.tournament-search-icon{color:#9ca3af;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.tournament-search-input{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.625rem .875rem .625rem 2.25rem;font-family:inherit;font-size:.82rem;transition:all .2s}.tournament-search-input:focus{background:#fff;border-color:#06a0ff;outline:none;box-shadow:0 0 0 1px #06a0ff}.tournament-search-input::placeholder{color:#9ca3af}.tournament-friend-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.625rem;display:grid}.tournament-friend-item{cursor:pointer;flex-direction:column;align-items:center;display:flex;position:relative}.tournament-friend-avatar{outline-offset:1px;border-radius:10px;outline:2.5px solid #0000;width:52px;height:52px;transition:outline-color .18s;position:relative;overflow:hidden}.tournament-friend-avatar img{object-fit:cover;width:100%;height:100%;display:block}.tournament-friend-avatar--placeholder{color:#fff;background:linear-gradient(135deg,#0ea5e9,#38bdf8);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:700;display:flex}.tournament-friend-item--selected .tournament-friend-avatar{outline-color:#06a0ff}.tournament-friend-add-icon{color:#fff;background:#0000008c;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:3px;right:3px}.tournament-friend-item--selected .tournament-friend-add-icon{background:#06a0ff}.tournament-friend-item--disabled{opacity:.4;pointer-events:none}.tournament-friend-name{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#0000 0%,#000000b8 100%);border-radius:0 0 8px 8px;padding:.2rem .15rem .25rem;font-size:.6rem;font-weight:700;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.tournament-footer{border-top:1px solid #f3f4f6;flex-shrink:0;padding:.875rem 1.5rem 1.25rem}.tournament-error{color:#ef4444;text-align:center;padding:.25rem 0;font-size:.78rem;font-weight:600}.dark .tournament-popup-card{background:#111827;border-color:#1f2937;box-shadow:0 20px 40px #00000080}.dark .tournament-header-bar{border-color:#1f2937}.dark .tournament-title{color:#fff}.dark .tournament-close-btn{color:#6b7280;background:#1f2937}.dark .tournament-close-btn:hover{color:#d1d5db;background:#374151}.dark .tournament-section-label{color:#d1d5db}.dark .tournament-game-tile{background:#1f2937}.dark .tournament-game-tile:hover{border-color:#374151}.dark .tournament-input{color:#f9fafb;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1f2937;border-color:#374151}.dark .tournament-input:focus{background:#1f2937}.dark .tournament-input::placeholder{color:#6b7280}.dark .tournament-preset-btn{color:#9ca3af;background:#1f2937;border-color:#374151}.dark .tournament-preset-btn:hover{background:#374151;border-color:#4b5563}.dark .tournament-preset-btn--active{background:#06a0ff26;color:#06a0ff!important;border-color:#06a0ff!important}.dark .tournament-preset-btn--active:hover{background:#06a0ff38}.dark .tournament-search-input{color:#f9fafb;background:#1f2937;border-color:#374151}.dark .tournament-search-input:focus{background:#1f2937}.dark .tournament-search-input::placeholder{color:#6b7280}.dark .tournament-footer{border-color:#1f2937}@media (max-width:480px){.tournament-popup-card{border-radius:20px 20px 0 0;max-width:100%;max-height:95vh;margin-top:auto}.tournament-body{padding:1rem 1.25rem}.tournament-footer{padding:.75rem 1.25rem 1rem}.tournament-game-tile{width:56px;height:56px}}
@keyframes update-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes update-card-enter{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes update-rocket-float{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-8px)}}.update-overlay{z-index:99999;background:linear-gradient(160deg,#cce8f9 0%,#b3dbf5 20%,#c9e6fa 40%,#daeefb 60%,#e4f2fc 80%,#cce8f9 100%);justify-content:center;align-items:center;padding:24px;animation:.5s ease-out forwards update-overlay-fade-in;display:flex;position:fixed;inset:0}.update-overlay__card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:380px;padding:100px 36px 40px;animation:.6s cubic-bezier(.16,1,.3,1) .2s both update-card-enter;position:relative;overflow:visible;box-shadow:0 20px 60px #00000014,0 4px 16px #0000000a}.update-overlay__rocket{z-index:1;filter:drop-shadow(0 8px 20px #03a1e640);animation:3s ease-in-out infinite update-rocket-float;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.update-overlay__clouds{pointer-events:none;position:absolute;top:40px;left:0;right:0}.update-overlay__clouds svg ellipse{fill:#03a1e60a}.update-overlay__title{color:#1a1a2e;letter-spacing:-.3px;margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.3}.update-overlay__desc{color:#6b7280;max-width:300px;margin:0 auto 32px;font-size:14px;line-height:1.6}.update-overlay__btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#03a1e6,#0284c7);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:260px;margin:0 auto;padding:15px 32px;font-size:16px;font-weight:700;transition:all .25s;display:flex;box-shadow:0 6px 20px #03a1e659}.update-overlay__btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 10px 28px #03a1e673}.update-overlay__btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #03a1e64d}.update-overlay__btn--loading,.update-overlay__btn:disabled{cursor:not-allowed;opacity:.85;filter:saturate(.9);transform:none;box-shadow:0 4px 12px #03a1e640}@keyframes update-overlay-spin{to{transform:rotate(360deg)}}.update-overlay__spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite update-overlay-spin;display:inline-block}@media (max-width:480px){.update-overlay{padding:20px 16px}.update-overlay__card{border-radius:16px;max-width:340px;padding:90px 24px 32px}.update-overlay__rocket{top:-50px}.update-overlay__rocket svg{width:100px;height:100px}.update-overlay__title{font-size:20px}.update-overlay__desc{margin-bottom:28px;font-size:13px}.update-overlay__btn{border-radius:12px;padding:14px 28px;font-size:15px}}@media (prefers-reduced-motion:reduce){.update-overlay,.update-overlay__card,.update-overlay__rocket{animation:none!important}.update-overlay__spinner{animation-duration:1.5s}}
.footer-redesign{--footer-bg:var(--color-bg-primary);--footer-border:var(--color-border-primary);--footer-text-main:var(--color-text-primary);--footer-text-sub:var(--color-text-secondary);--footer-text-muted:var(--color-text-muted);--footer-accent:#06a0ff;background:var(--footer-bg);width:100%;font-family:var(--font-sans);border:1px solid var(--footer-border);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem 2rem 2rem}[data-theme=light] .footer-redesign{background:#fff}[data-theme=dark] .footer-redesign{background:#0b101b}.footer__container{width:100%;margin:0 auto}.footer__top-branding{margin-bottom:1.5rem}.footer__top{justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:1rem;display:flex}.footer__logo-img{width:auto;height:40px;display:block}.footer__help-section{flex:1}.footer__help-title{color:var(--footer-text-main);margin:0 0 .5rem;font-size:1.25rem;font-weight:500}.footer__help-description{color:var(--footer-text-sub);max-width:305px;margin-bottom:1rem;font-size:.875rem;line-height:1}.footer__help-note{display:inline}.footer__email-contact{color:var(--footer-text-sub);font-size:.875rem}.footer__email-link{color:var(--footer-accent);font-weight:600;text-decoration:underline}.footer__nav{flex:1;justify-content:center;gap:5rem;display:flex}.footer__nav-column,.footer__nav-list{flex-direction:column;display:flex}.footer__nav-link{color:var(--footer-text-sub);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.875rem;text-decoration:none;transition:all .2s}.footer__nav-link:hover{color:var(--footer-accent);transform:translate(4px)}.footer__social-section{flex-direction:column;flex:1;align-items:flex-end;gap:1rem;display:flex}.footer__social-label{color:var(--footer-text-muted);font-size:.8rem}.footer__social-icons{gap:.3rem;display:flex}.footer__social-icon{width:44px;height:44px;color:var(--footer-text-sub);background:#0000000a;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}[data-theme=dark] .footer__social-icon{background:#ffffff0d}.footer__social-icon:hover{background:var(--footer-accent);color:#fff;border-color:var(--footer-accent);transform:translateY(-4px);box-shadow:0 8px 20px #00d5ff40}.footer__social-icon svg{width:20px;height:20px}.footer__info-grid{justify-content:space-between;gap:3rem;margin-top:3rem;display:flex}.footer__info-column{flex-direction:column;gap:.75rem;display:flex}.footer__info-label{color:var(--footer-text-muted);text-transform:capitalize;font-size:.8rem;font-weight:600}.footer__payment-icons{align-items:center;gap:1.25rem;display:flex}.footer__featured-icons{align-items:center;gap:1.5rem;display:flex}.footer__payment-img{width:auto;height:20px;transition:all .3s}.footer__featured-img{width:auto;height:22px;transition:all .3s}.dark-only{display:none}[data-theme=dark] .dark-only{display:block}[data-theme=dark] .light-only{display:none}.footer__featured-img[alt=Polygon]{height:24px}.footer__featured-img[alt=Solana]{height:10px}.footer__featured-img[alt=Core]{height:24px}.footer__featured-img[alt=BNB\ Chain]{height:16px}[data-theme=dark] .footer__payment-img:not(.lolc){filter:none}.footer__payment-img.lolc{height:20px}.footer__payment-img:hover,.footer__featured-img:hover{filter:none opacity(1);transform:scale(1.1)}.footer__certik-img{width:auto;height:22px;transition:all .3s}[data-theme=dark] .footer__certik-img{filter:invert()brightness(1.5)}.footer__certik-img:hover{filter:none opacity(1)}.footer__bottom{margin-top:2rem}.footer__divider-horizontal{background:var(--footer-border);opacity:.5;width:100%;height:1px;margin-bottom:2rem}.footer__bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer__copyright{color:var(--footer-text-muted);letter-spacing:.03em;margin:0;font-size:.8rem}.footer__license{color:var(--footer-text-muted);font-size:.8rem;font-weight:500}@media (max-width:1024px){.footer__top-branding{margin-bottom:2rem}.footer__top{flex-direction:column;gap:2rem}.footer__branding{flex:none}.footer__community{flex:none;align-items:flex-start}.footer__social-section{align-items:flex-start}.footer__info-grid{flex-direction:column;align-items:flex-start;gap:2rem}.footer__info-column:first-child{order:2}.footer__info-column:nth-child(2){order:3}.footer__info-column.audit{order:1}}@media (max-width:640px){.footer-redesign{padding:.5rem .5rem 1.25rem;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.footer__nav{flex-direction:row;gap:3rem}.footer__nav-list{gap:.1rem}.footer__bottom-inner{flex-flow:row;justify-content:space-between;align-items:center;gap:.5rem}.footer__license{white-space:nowrap;flex-shrink:0;order:1;font-size:.6rem}.footer__copyright{white-space:nowrap;text-align:right;order:2;font-size:.6rem}.footer__logo-img{height:32px}.footer__help-section{width:100%}.footer__top{gap:1.25rem;margin-bottom:1.5rem}.footer__info-grid{gap:1.5rem;margin-top:1.5rem}.footer__info-column{flex-direction:row;align-items:center;gap:1rem;width:100%}.footer__info-label{white-space:normal;flex-shrink:0;width:4.5rem;font-size:.72rem;line-height:1.35}.footer__payment-icons{flex-wrap:nowrap;gap:.6rem}.footer__payment-img{height:28px}.footer__payment-img.lolc{height:18px}.footer__featured-icons{flex-wrap:wrap;gap:.6rem 1rem}.footer__featured-img{height:16px}.footer__featured-img[alt=Polygon]{height:28px}.footer__featured-img[alt=Solana]{height:14px}.footer__featured-img[alt=Core]{height:32px}.footer__featured-img[alt=BNB\ Chain]{height:18px}.footer__certik-img{height:22px}.footer__social-section{flex-direction:row;align-items:center;gap:1rem;width:100%;margin-top:0}.footer__social-label{white-space:normal;text-align:left;flex-shrink:0;width:4.5rem;font-size:.72rem;line-height:1.35}.footer__social-icons{flex-wrap:nowrap;gap:.3rem}.footer__social-icon{border-radius:5px;width:32px;height:32px}.footer__social-icon svg{width:16px;height:16px}}@media (max-width:480px){.footer__nav{gap:2rem}}
.dtm-card{opacity:1;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:20px;flex-direction:column;flex-shrink:0;padding:16px 20px 10px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000008;background:var(--color-bg-primary,#f6f9fc)!important;border:1px solid #e1f4ff!important;width:348px!important;height:312px!important;max-height:312px!important}@media (max-width:767px){.dtm-card{max-width:100vw;background:var(--color-bg-primary,#f6f9fc)!important;border-radius:10px!important;width:280px!important;height:252px!important;max-height:252px!important;padding:8px 10px 5px!important}.dtm-header{gap:4px!important;margin-bottom:0!important}.dtm-icon-wrap{border-radius:8px!important;width:56px!important;height:56px!important}.dtm-title{-webkit-line-clamp:2!important;min-height:2.4em!important;margin:0 0 1px!important;font-size:14px!important;line-height:1.2!important}.dtm-hero-percent{margin-bottom:2px!important;font-size:14px!important}.dtm-tags{gap:3px!important}.dtm-tag{padding:1px 4px!important;font-size:7.5px!important}.dtm-chart-wrap{height:60px!important;margin-top:-6px!important;margin-bottom:0!important}.dtm-footer{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;width:100%!important;padding-top:0!important;display:flex!important}.dtm-footer-left{flex-direction:column!important;flex:1!important;justify-content:flex-end!important;align-items:flex-start!important;gap:2px!important;display:flex!important}.dtm-pill-dark{padding:1px 4px!important;font-size:9px!important}.dtm-coin-vol{gap:1px!important;font-size:14px!important}.dtm-coin-vol img{width:12px!important;height:12px!important;margin:1px!important;transform:translateY(-1px)!important}.dtm-close-in-wrap{gap:3px!important}.dtm-pulse-dot{width:6px!important;height:6px!important}.dtm-close-in{font-size:9px!important}.dtm-split-cta{flex-shrink:0!important;width:60%!important;height:24px!important}.dtm-split-btn{padding:0 4px!important;font-size:12px!important}.dtm-overlay{padding:8px 10px!important}.dtm-overlay-header{margin-bottom:6px!important}.dtm-side-btn{height:32px!important;font-size:12px!important}.dtm-buy-close{width:24px!important;height:24px!important;font-size:14px!important}.dtm-stepper{margin-bottom:4px!important;padding:6px 10px!important}.dtm-stepper__value{width:50px!important;font-size:16px!important}.dtm-stepper__btn{width:24px!important;height:24px!important}.dtm-preset-amounts{justify-content:center!important;gap:4px!important;margin-bottom:4px!important}.dtm-preset-btn{height:24px!important;padding:0 6px!important;font-size:10px!important}.dtm-buy-btn{border-radius:80px!important;height:36px!important;font-size:13px!important}.dtm-candidates{margin-top:4px!important}.dtm-candidate{padding:4px 6px!important}.dtm-candidate__name{font-size:12px!important}.dtm-candidate__actions{width:70px!important;height:20px!important}.dtm-candidate__btn{font-size:10px!important}.dtm-candidates__list{max-height:72px!important}}@media (hover:hover) and (pointer:fine){.dtm-card:hover{transform:translateY(-2px)translateZ(0);box-shadow:0 6px 16px #00000014}}.dtm-header{align-items:flex-start;gap:16px;margin-bottom:auto;display:flex}.dtm-icon-wrap{background:#e2e8f0;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.dtm-icon-img{object-fit:cover;width:100%;height:100%}.dtm-title-block{flex-direction:column;flex:1;min-width:0;display:flex}.dtm-title{letter-spacing:-.01em;color:#0b345b;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.5em;margin:0 0 6px;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.dtm-hero-percent{color:#0ea5e9;margin-bottom:6px;font-family:"Baloo 2",sans-serif;font-size:20px;font-weight:700;line-height:1}.dtm-tags{scrollbar-width:none;flex-wrap:nowrap;gap:8px;display:flex;overflow-x:auto}.dtm-tags::-webkit-scrollbar{display:none}.dtm-tag{color:#0ea5e9;white-space:nowrap;background:#0ea5e914;border-radius:9999px;flex-shrink:0;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.dtm-chart-wrap{flex-shrink:0;width:100%;height:130px;margin-top:4px;margin-bottom:4px}.dtm-footer{justify-content:space-between;align-items:flex-start;gap:12px;margin-top:auto;padding-top:12px;display:flex}.dtm-footer-left{flex-direction:column;gap:6px;display:flex}.dtm-footer-stat-row{align-items:center;gap:6px;display:flex}.dtm-pill-dark{color:#fff;background:#0b345b;border-radius:9999px;padding:4px 10px;font-size:14px;font-weight:800;line-height:1}.dtm-coin-vol{color:#0b345b;align-items:center;gap:4px;font-family:"Baloo 2",sans-serif;font-size:16px;font-weight:900;line-height:1;display:flex}.dtm-coin-vol img{margin:0}.dtm-close-in-wrap{align-items:center;gap:6px;display:flex}.dtm-pulse-dot{background:#0ea5e9;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #0ea5e933}.dtm-close-in{color:#94a3b8;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:500}.dtm-pulse-dot--urgent{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.dtm-close-in--urgent{color:#ef4444;font-weight:600}.dtm-split-cta{opacity:1;border-radius:80px;flex-shrink:0;align-items:stretch;width:60%;height:32px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0ea5e926}.dtm-split-btn{color:#fff;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:none;flex:1;justify-content:center;align-items:center;padding:0 8px;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:700;transition:opacity .2s;display:flex;overflow:hidden}.dtm-split-btn:hover{opacity:.9}.dtm-split-btn--left{background:#0ea5e9}.dtm-split-btn--right{background:#0b345b}.dtm-overlay{background:var(--color-bg-primary,#f6f9fc);z-index:10;flex-direction:column;padding:16px 20px;display:flex;position:absolute;inset:0}.dtm-overlay-header{align-items:center;gap:8px;margin-bottom:20px;display:flex}.dtm-buy-close{cursor:pointer;color:#64748b;background:#e2e8f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:background .15s;display:flex}.dtm-buy-close:hover{background:#cbd5e1}.dtm-buy-split-cta,.dtm-buy-single-cta{border-radius:80px;flex:1;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.dtm-buy-single-cta .dtm-side-btn{justify-content:space-between;padding:0 20px}.dtm-side-btn{cursor:pointer;color:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:6px;height:40px;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:700;transition:opacity .2s,background .2s,color .2s;display:flex}.dtm-side-btn--yes{background:#0ea5e9}.dtm-side-btn--no{background:#0b345b}.dtm-side-btn--inactive{color:#64748b;opacity:.8;background:#e2e8f0}.dtm-stepper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 16px;display:flex}.dtm-stepper__btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dtm-stepper__btn:hover{color:#0b345b;background:#f1f5f9}.dtm-stepper__value{color:#0b345b;text-align:center;background:0 0;border:none;outline:none;width:80px;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.dtm-stepper__value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dtm-stepper__value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dtm-preset-amounts{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:16px;display:flex}.dtm-preset-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:13px;flex-shrink:0;height:26px;padding:0 10px;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:600;transition:all .15s}.dtm-preset-btn:hover{border-color:#0ea5e9}.dtm-preset-btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.dtm-preset-btn--active{color:#fff!important;background:#0ea5e9!important;border-color:#0ea5e9!important}.dtm-preset-btn--max{color:#fff;background:#0b345b;border-color:#0000}.dtm-buy-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:80px;width:100%;height:48px;margin-top:auto;font-size:15px;font-weight:700;transition:opacity .2s}.dtm-buy-btn:hover{opacity:.9}.dtm-buy-btn:disabled{opacity:.5;cursor:not-allowed}.dtm-buy-btn--no{background:#0b345b}.dtm-buy-btn__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite dtm-spin;display:inline-block}@keyframes dtm-spin{to{transform:rotate(360deg)}}.dtm-candidates{touch-action:pan-y;flex-direction:column;flex:1;justify-content:center;min-height:0;margin-top:12px;padding-right:4px;display:flex;overflow-y:auto}.dtm-candidates::-webkit-scrollbar{width:4px}.dtm-candidates::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.dtm-candidates__list{flex-direction:column;gap:4px;max-height:94px;margin-bottom:2px;display:flex;position:relative;overflow-y:hidden}.dtm-candidates__list--has-more:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#f6f9fc00 0%,#f6f9fc99 70%,#f6f9fce6 100%);height:20px;position:absolute;bottom:0;left:0;right:0}.dtm-candidate{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #0b345b0a}.dtm-candidate__avatar-wrap{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1.5px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.dtm-candidate__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.dtm-candidate__avatar-initials{color:#0b345b;font-family:"Baloo 2",sans-serif;font-size:10px;font-weight:700;line-height:1}.dtm-candidate:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0ea5e914}.dtm-candidate__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dtm-candidate__name{color:#0b345b;white-space:nowrap;text-overflow:ellipsis;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.dtm-candidate__vol{color:#94a3b8;font-family:"Baloo 2",sans-serif;font-size:11px;font-weight:600;line-height:1}.dtm-candidate__change{flex-shrink:0;justify-content:flex-end;align-items:center;gap:3px;min-width:44px;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:700;display:flex}.dtm-candidate__change.up{color:#0ea5e9}.dtm-candidate__change.down{color:#ef4444}.dtm-candidate__change.down .dtm-candidate__arrow{transform:rotate(180deg)}.dtm-candidate__actions{border-radius:80px;flex-shrink:0;align-items:stretch;width:110px;height:28px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0ea5e91a}.dtm-candidate__btn{color:#fff;cursor:pointer;white-space:nowrap;text-align:center;border:none;flex:1;justify-content:center;align-items:center;font-family:"Baloo 2",sans-serif;font-size:12px;font-weight:700;transition:opacity .15s;display:flex}.dtm-candidate__btn:hover{opacity:.85}.dtm-candidate__btn--yes{color:#fff;background:#0ea5e9}.dtm-candidate__btn--no{color:#fff;background:#0b345b}.dtm-candidate__btn--disabled,.dtm-candidate__btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.dark .dtm-card{background:#111827!important;border-color:#374151!important}.dark .dtm-title,.dark .dtm-coin-vol{color:#f3f4f6!important}.dark .dtm-buy-close{color:#9ca3af;background:#374151}.dark .dtm-overlay{background:#111827}.dark .dtm-side-btn--inactive{color:#9ca3af;background:#374151}.dark .dtm-stepper{background:#1f2937;border-color:#374151}.dark .dtm-stepper__value{color:#f3f4f6}.dark .dtm-stepper__btn{color:#9ca3af}.dark .dtm-preset-btn{background:#1f2937;border-color:#4b5563}.dark .dtm-candidate{box-shadow:none;background:#1f2937;border-color:#374151}.dark .dtm-candidate__name{color:#f3f4f6}.dark .dtm-candidate:hover{background:#374151;box-shadow:0 4px 10px #0003}.dark .dtm-candidate__avatar-wrap{background:linear-gradient(135deg,#1e3a5f,#1e293b);border-color:#4b5563}.dark .dtm-candidate__avatar-initials{color:#e2e8f0}.dark .dtm-candidates__list--has-more:after{background:linear-gradient(#11182700 0%,#111827b3 60%,#111827 100%)}
.mom-card{background:var(--color-bg-primary,#f6f9fc);opacity:1;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #e1f4ff;border-radius:20px;flex-direction:column;flex-shrink:0;padding:16px 20px 10px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000008;width:348px!important;height:312px!important}@media (max-width:767px){.mom-card{border-radius:12px!important;width:280px!important;height:252px!important;padding:8px 10px 5px!important}.mom-footer{padding-top:6px!important}.mom-title{font-size:16px!important}.mom-icon-wrap{width:56px!important;height:56px!important}.mom-overlay{padding:8px 10px!important}.mom-overlay-header{margin-bottom:12px!important}.mom-buy-close{width:24px!important;height:24px!important;font-size:14px!important}.mom-stepper{margin-bottom:8px!important;padding:6px 10px!important}.mom-stepper__value{width:50px!important;font-size:16px!important}.mom-stepper__btn{width:24px!important;height:24px!important}.mom-preset-amounts{flex-wrap:wrap!important;justify-content:center!important;gap:4px!important;margin-bottom:8px!important}.mom-preset-amounts::-webkit-scrollbar{display:none}.mom-preset-btn{height:24px!important;padding:0 6px!important;font-size:10px!important}.mom-stats{margin-bottom:6px!important}.mom-stats__item{gap:4px!important}.mom-stats__label{font-size:11px!important}.mom-stats__value{font-size:14px!important}.mom-stats__divider{height:32px!important}.mom-max-allowed{margin-bottom:8px!important}.mom-buy-btn{height:36px!important;margin-top:auto!important;font-size:13px!important}.mom-options{max-height:72px!important}}.mom-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.mom-header{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.mom-icon-wrap{background:#e2e8f0;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.mom-icon-img{object-fit:cover;width:100%;height:100%}.mom-title-block{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.mom-title{letter-spacing:-.01em;color:#0b345b;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.5em;margin:0;font-family:"Baloo 2",sans-serif;font-size:14px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.mom-tags{flex-wrap:wrap;gap:5px;display:flex}.mom-tag{color:#0ea5e9;white-space:nowrap;background:#0ea5e914;border-radius:9999px;align-items:center;padding:2px 8px;font-size:9px;font-weight:700;display:inline-flex}.mom-options{touch-action:pan-y;flex-direction:column;flex:1;gap:4px;min-height:0;max-height:94px;margin-bottom:2px;padding-right:2px;display:flex;position:relative;overflow-y:hidden}.mom-options--has-more:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#f6f9fc00 0%,#f6f9fc99 70%,#f6f9fce6 100%);height:20px;position:absolute;bottom:0;left:0;right:0}.mom-options::-webkit-scrollbar{width:3px}.mom-options::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.mom-option{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.mom-option:hover{border-color:#0ea5e959;transform:translateY(-1px);box-shadow:0 3px 8px #0ea5e912}.mom-option--selected{border-color:#0ea5e9!important;box-shadow:0 0 0 2px #0ea5e92e!important}.mom-option__left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.mom-option__avatar{color:#0b345b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.mom-option__avatar img{object-fit:cover;width:100%;height:100%}.mom-option__info{flex-direction:column;gap:1px;min-width:0;display:flex}.mom-option__name{font-family:Baloo 2,sans-serif;color:#0b345b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.mom-option__vol{font-family:Baloo 2,sans-serif;color:#94a3b8;font-size:10px;font-weight:500}.mom-option__pick-btn{color:#fff;width:72px;height:28px;font-family:Baloo 2,sans-serif;cursor:pointer;white-space:nowrap;background:#0ea5e9;border:none;border-radius:80px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0;font-size:10px;font-weight:700;transition:opacity .18s,background .18s,transform .18s;display:flex}.mom-option__pick-btn:hover{opacity:.88;transform:scale(1.03)}.mom-option__pick-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.mom-option__pick-btn--selected{background:linear-gradient(135deg,#0ea5e9,#0284c7);box-shadow:0 2px 8px #0ea5e959}.mom-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.mom-close-in-wrap{align-items:center;gap:5px;display:flex}.mom-pulse-dot{background:#0ea5e9;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #0ea5e933}.mom-pulse-dot--urgent{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.mom-close-in{font-family:Baloo 2,sans-serif;color:#94a3b8;font-size:11px;font-weight:500}.mom-close-in--urgent{color:#ef4444;font-weight:600}.mom-volume{font-family:Baloo 2,sans-serif;color:#94a3b8;align-items:center;gap:3px;font-size:11px;font-weight:700;display:flex}.mom-overlay{background:var(--color-bg-primary,#f6f9fc);z-index:10;border-radius:20px;flex-direction:column;gap:0;padding:16px 20px;display:flex;position:absolute;inset:0}.mom-overlay-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.mom-overlay-team{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.mom-overlay-team__avatar{color:#0b345b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.mom-overlay-team__avatar img{object-fit:cover;width:100%;height:100%}.mom-overlay-team__name{font-family:Baloo 2,sans-serif;color:#0b345b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:700;overflow:hidden}.mom-overlay-team__multiplier{font-family:Baloo 2,sans-serif;color:#0ea5e9;flex-shrink:0;font-size:12px;font-weight:600}.mom-buy-close{cursor:pointer;color:#64748b;background:#e2e8f0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s;display:flex}.mom-buy-close:hover{background:#cbd5e1}.mom-stepper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 16px;display:flex}.mom-stepper__btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.mom-stepper__btn:hover{color:#0b345b;background:#f1f5f9}.mom-stepper__value{color:#0b345b;text-align:center;background:0 0;border:none;outline:none;width:80px;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:700}.mom-preset-amounts{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:16px;display:flex}.mom-preset-btn{height:26px;font-family:Baloo 2,sans-serif;color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:13px;flex-shrink:0;padding:0 10px;font-size:11px;font-weight:600;transition:all .15s}.mom-preset-btn:hover{border-color:#0ea5e9}.mom-preset-btn--active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.mom-preset-btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.mom-preset-btn--max{color:#fff;background:#0b345b;border-color:#0000}.mom-stats{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;padding:0 2px;display:flex}.mom-stats__item{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.mom-stats__label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:9px;font-weight:600}.mom-stats__value{color:#0b345b;font-size:12px;font-weight:700}.mom-stats__value--payout,.mom-stats__value--profit{color:#0ea5e9}.mom-stats__divider{background:#e2e8f0;flex-shrink:0;width:1px;height:24px}.mom-max-allowed{color:#94a3b8;text-align:center;margin-bottom:12px;font-size:12px}.mom-buy-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:24px;justify-content:center;align-items:center;gap:6px;width:100%;height:48px;margin-top:auto;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s;display:flex}.mom-buy-btn:hover{opacity:.92;transform:scale(1.01)}.mom-buy-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.mom-buy-btn__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite mom-spin;display:inline-block}@keyframes mom-spin{to{transform:rotate(360deg)}}.mom-warning{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 10px;display:flex}.mom-warning__text{color:#f59e0b;font-size:10px;font-weight:500;line-height:1.3}.dark .mom-card{background:#111827!important;border-color:#374151!important}.dark .mom-title{color:#f3f4f6!important}.dark .mom-option{background:#1f2937;border-color:#374151}.dark .mom-option__name{color:#f3f4f6}.dark .mom-option__avatar{color:#f3f4f6;background:#374151}.dark .mom-overlay{background:#111827}.dark .mom-overlay-team__name{color:#f3f4f6}.dark .mom-overlay-team__avatar{color:#f3f4f6;background:#374151}.dark .mom-buy-close{color:#9ca3af;background:#374151}.dark .mom-stepper{background:#1f2937;border-color:#374151}.dark .mom-stepper__value,.dark .mom-stats__value{color:#f3f4f6}.dark .mom-stats__divider{background:#374151}.dark .mom-preset-btn{color:#9ca3af;background:#1f2937;border-color:#4b5563}.dark .mom-preset-btn:hover{border-color:#0ea5e9}.dark .mom-options--has-more:after{background:linear-gradient(#11182700 0%,#111827b3 60%,#111827 100%)}
.tmc__card{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e2e9;border-radius:18px;flex-direction:column;align-items:center;gap:0;width:230px;min-height:245px;margin-top:13px;padding:30px 16px 16px;display:flex;position:relative}.dark .tmc__card{background:#131e35;border-color:#ffffff14}.tmc__card-link{width:100%;color:inherit;cursor:pointer;flex-direction:column;align-items:center;text-decoration:none;display:flex}.tmc__date-pill{white-space:nowrap;background:#ececec;border-radius:9999px;justify-content:center;align-items:center;height:26px;padding:0 14px;display:inline-flex;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.dark .tmc__date-pill{background:#ffffff1a}.tmc__date-text{letter-spacing:-.5px;text-align:center;color:#0f172a;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;line-height:15px}.dark .tmc__date-text{color:#e2e8f0}.tmc__teams{justify-content:center;align-items:center;gap:16px;width:100%;margin-bottom:0;display:flex}.tmc__team{flex-direction:column;align-items:center;gap:8px;display:flex}.tmc__flag-circle{background:#fff;border:1px solid #f3f4f6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.dark .tmc__flag-circle{background:#1e293b;border-color:#ffffff1a}.tmc__flag-img{object-fit:cover;border:1.5px solid #d1d5db;border-radius:5px;width:34px;height:34px}.tmc__flag-placeholder{color:#94a3b8;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700}.tmc__team-name{letter-spacing:-.5px;text-align:center;color:#111;-webkit-line-clamp:2;line-clamp:2;overflow-wrap:break-word;-webkit-box-orient:vertical;height:40px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;line-height:20px;display:-webkit-box;overflow:hidden}.dark .tmc__team-name{color:#f1f5f9}.tmc__vs{letter-spacing:-.5px;color:#666;flex-shrink:0;align-self:center;margin-top:-20px;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700;line-height:22px}.dark .tmc__vs{color:#94a3b8}.tmc__live-score-area{width:100%;height:0;margin-bottom:4px}.tmc__live-score{z-index:2;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:3px;width:100%;margin-top:4px;padding:4px 10px;display:flex;position:relative}.dark .tmc__live-score{background:#ffffff0d;border-color:#ffffff14}.tmc__live-row{align-items:center;gap:5px;display:flex}.tmc__live-icon{flex-shrink:0;font-size:11px;line-height:1}.tmc__live-team{color:#64748b;flex-shrink:0;width:28px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.dark .tmc__live-team{color:#94a3b8}.tmc__live-runs{color:#64748b;text-align:right;flex:1;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}.tmc__live-row--batting .tmc__live-team,.tmc__live-row--batting .tmc__live-runs{color:#0f172a;font-weight:700}.dark .tmc__live-row--batting .tmc__live-team,.dark .tmc__live-row--batting .tmc__live-runs{color:#f1f5f9}.tmc__subtitle{letter-spacing:-.5px;text-align:center;color:#666;-webkit-line-clamp:4;line-clamp:4;overflow-wrap:break-word;-webkit-box-orient:vertical;margin:0;padding:0 4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:-webkit-box;overflow:hidden}.dark .tmc__subtitle{color:#94a3b8}.tmc__actions{justify-content:center;gap:8px;width:100%;margin-top:auto;display:flex}.tmc__btn{cursor:pointer;letter-spacing:0;text-align:center;color:#fff;white-space:nowrap;box-sizing:border-box;border:none;border-radius:5px;justify-content:center;align-items:center;width:89px;height:31px;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;line-height:15px;transition:opacity .15s;display:flex}.tmc__btn:hover{opacity:.88}.tmc__btn--yes{background:#03d4a3}.tmc__btn--no{background:#ff6161}.tmc__btn--active{opacity:1;box-shadow:inset 0 0 0 2px #fff9}.tmc__order-overlay{border-radius:inherit;z-index:20;box-sizing:border-box;background:#fff;flex-direction:column;justify-content:center;gap:10px;padding:8px 16px 20px;animation:.18s tmc-overlay-in;display:flex;position:absolute;inset:0}.dark .tmc__order-overlay{background:#131e35}@keyframes tmc-overlay-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tmc__overlay-header{align-items:center;gap:6px;width:100%;display:flex}.tmc__overlay-header .tmc__btn{flex:1}.tmc__btn--inactive{opacity:.45}.tmc__overlay-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.tmc__overlay-close:hover{color:#334155;background:#e2e8f0}.dark .tmc__overlay-close{color:#94a3b8;background:#ffffff14}.dark .tmc__overlay-close:hover{color:#e2e8f0;background:#ffffff24}.tmc__stepper{box-sizing:border-box;background:#f3f4f6;border-radius:10px;align-items:center;gap:6px;width:100%;height:36px;padding:0 8px;display:flex}.dark .tmc__stepper{background:#1e293b}.tmc__stepper-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.tmc__stepper-btn:hover{color:#374151}.dark .tmc__stepper-btn:hover{color:#e2e8f0}.tmc__coin-icon{flex-shrink:0}.tmc__stepper-input{text-align:center;color:#111827;min-width:0;box-shadow:none;background:0 0;border:none;outline:none;flex:1;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700}.tmc__stepper-input:focus{box-shadow:none;border:none;outline:none}.dark .tmc__stepper-input{color:#f1f5f9}.tmc__stepper-input::placeholder{color:#9ca3af;font-weight:400}@media (max-width:767px){.tmc__stepper{height:44px!important}.tmc__stepper-input{font-size:14px!important}}.tmc__quote-info{border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:2px;width:100%;display:flex;overflow:hidden}.dark .tmc__quote-info{border-color:#ffffff14}.tmc__quote-info--inline{flex-flow:wrap;align-items:stretch;gap:0;padding:8px 0}.tmc__quote-col{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:0;padding:4px;display:flex}.tmc__quote-divider{background:#e2e8f0;flex-shrink:0;align-self:stretch;width:1px}.dark .tmc__quote-divider{background:#ffffff14}.tmc__quote-row{justify-content:space-between;align-items:center;padding:3px 10px;display:flex}.tmc__quote-label{color:#9ca3af;text-align:center;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:500}.tmc__quote-value{color:#111827;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;overflow:hidden}.dark .tmc__quote-value{color:#f1f5f9}.tmc__quote-value--green{color:#1ccea5}.tmc__quote-warning{color:#f59e0b;margin:0;padding:2px 10px 4px;font-family:Inter,sans-serif;font-size:9px}.tmc__quote-warning--full{text-align:center;width:100%;padding:2px 6px 4px}.tmc__buy-btn{cursor:pointer;letter-spacing:.5px;color:#fff;box-sizing:border-box;border:none;border-radius:10px;width:100%;height:36px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;transition:opacity .15s}.tmc__buy-btn:hover:not(:disabled){opacity:.88}.tmc__buy-btn:disabled{opacity:.5;cursor:not-allowed}.tmc__buy-btn--yes{background:#1ccea5}.tmc__buy-btn--no{background:#ff6161}.tmc__story-row{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}
.nsp-card{width:100%;max-width:420px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border:1px solid #f3f4f6;border-radius:20px;font-family:"Baloo 2",system-ui,sans-serif;animation:.35s cubic-bezier(.22,1,.36,1) nspFadeIn;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000002e}@keyframes nspFadeIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.nsp-handle{display:none}.nsp-header{justify-content:space-between;align-items:center;padding:1.125rem 1.25rem .5rem;display:flex}.nsp-header__title{color:#1f2937;letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;display:flex}.nsp-header__icon{color:#fff;background:linear-gradient(135deg,#06a0ff,#008ce6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 12px #06a0ff40}.nsp-close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.nsp-close-btn:hover{color:#4b5563;background:#e5e7eb}.nsp-subtitle{color:#6b7280;padding:0 1.25rem .5rem;font-size:.78rem;font-weight:500;line-height:1.4}.nsp-section{padding:.75rem 1.25rem 1.25rem}.nsp-networks{flex-direction:column;gap:.5rem;display:flex}.nsp-network{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.875rem;font-family:inherit;transition:all .2s;display:flex}.nsp-network:hover:not(:disabled){background:#06a0ff0a;border-color:#06a0ff;transform:translateY(-1px);box-shadow:0 4px 12px #06a0ff1a}.nsp-network:active:not(:disabled){transform:translateY(0)}.nsp-network--active{background:#06a0ff0d;border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.nsp-network--loading{pointer-events:none;border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.nsp-network:disabled:not(.nsp-network--loading){opacity:.55;cursor:not-allowed}.nsp-network__icon{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.nsp-network__info{flex:1;min-width:0}.nsp-network__name{color:#1f2937;letter-spacing:-.01em;font-size:.9rem;font-weight:800;line-height:1.2}.nsp-network__meta{align-items:center;gap:.4rem;margin-top:.25rem;display:flex}.nsp-network__tag{color:#06a0ff;letter-spacing:.5px;text-transform:uppercase;background:#06a0ff1a;border-radius:4px;padding:.1rem .4rem;font-size:.6rem;font-weight:800}.nsp-network__addr{color:#6b7280;letter-spacing:.2px;font-family:SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:600}.nsp-network__check{color:#fff;background:#06a0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;animation:.3s cubic-bezier(.175,.885,.32,1.275) nspPopIn;display:flex;box-shadow:0 2px 8px #06a0ff4d}@keyframes nspPopIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.nsp-network__connected-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 3px #10b9812e}.nsp-network__status{color:#06a0ff;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.nsp-spinner{animation:.7s linear infinite nspSpin}@keyframes nspSpin{to{transform:rotate(360deg)}}.nsp-verify{color:#06a0ff;background:#06a0ff0f;border:1px solid #06a0ff33;border-radius:10px;align-items:center;gap:.625rem;margin-top:.75rem;padding:.625rem .875rem;font-size:.78rem;font-weight:600;animation:.3s nspFadeInUp;display:flex}.nsp-verify--success{color:#10b981;background:#10b98114;border-color:#10b98140}.nsp-verify--error{color:#ef4444;background:#ef44440f;border-color:#ef444433}@keyframes nspFadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.nsp-disconnect{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-top:.875rem;padding:.625rem 1rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:block}.nsp-disconnect:hover:not(:disabled){background:#ef44440d;border-color:#ef4444}.nsp-disconnect:disabled{opacity:.55;cursor:not-allowed}@media (max-width:768px){.nsp-card{border-radius:24px 24px 0 0;width:100%;max-width:100%;animation:.35s cubic-bezier(.22,1,.36,1) nspSlideUp;box-shadow:0 -8px 32px #0000002e}@keyframes nspSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.nsp-handle{justify-content:center;padding:.625rem 0 .125rem;display:flex}.nsp-handle:before{content:"";background:#d1d5db;border-radius:9999px;width:40px;height:4px}.nsp-header{padding-top:.5rem}}.dark .nsp-card,[data-theme=dark] .nsp-card{background:#111827;border-color:#1f2937;box-shadow:0 20px 40px #00000080}.dark .nsp-header__title,[data-theme=dark] .nsp-header__title{color:#fff}.dark .nsp-subtitle,[data-theme=dark] .nsp-subtitle{color:#9ca3af}.dark .nsp-close-btn,[data-theme=dark] .nsp-close-btn{color:#6b7280;background:#1f2937}.dark .nsp-close-btn:hover,[data-theme=dark] .nsp-close-btn:hover{color:#d1d5db;background:#374151}.dark .nsp-network,[data-theme=dark] .nsp-network{background:#1f2937;border-color:#374151}.dark .nsp-network:hover:not(:disabled),[data-theme=dark] .nsp-network:hover:not(:disabled){background:#06a0ff1a;border-color:#06a0ff}.dark .nsp-network--active,[data-theme=dark] .nsp-network--active{background:#06a0ff1f;border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.dark .nsp-network__icon,[data-theme=dark] .nsp-network__icon{background:#111827;border-color:#374151}.dark .nsp-network__name,[data-theme=dark] .nsp-network__name{color:#f9fafb}.dark .nsp-network__addr,[data-theme=dark] .nsp-network__addr{color:#9ca3af}.dark .nsp-network__tag,[data-theme=dark] .nsp-network__tag{background:#06a0ff26}.dark .nsp-disconnect,[data-theme=dark] .nsp-disconnect{border-color:#374151}.dark .nsp-disconnect:hover:not(:disabled),[data-theme=dark] .nsp-disconnect:hover:not(:disabled){background:#ef44441a;border-color:#ef4444}.dark .nsp-verify,[data-theme=dark] .nsp-verify{background:#06a0ff1a;border-color:#06a0ff40}.dark .nsp-verify--success,[data-theme=dark] .nsp-verify--success{background:#10b9811f;border-color:#10b98140}.dark .nsp-verify--error,[data-theme=dark] .nsp-verify--error{background:#ef44441f;border-color:#ef444440}.dark .nsp-handle:before,[data-theme=dark] .nsp-handle:before{background:#374151}
.mbs-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;align-items:flex-end;animation:.2s ease-out mbsFadeIn;display:flex;position:fixed;inset:0}@keyframes mbsFadeIn{0%{opacity:0}to{opacity:1}}.mbs-sheet{width:100%;max-height:85vh;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:24px 24px 0 0;font-family:"Baloo 2",system-ui,sans-serif;animation:.35s cubic-bezier(.22,1,.36,1) mbsSlideUp;overflow-y:auto;box-shadow:0 -8px 32px #0000001f}@keyframes mbsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mbs-handle{justify-content:center;padding:.75rem 0 .25rem;display:flex}.mbs-handle__bar{background:#d1d5db;border-radius:9999px;width:40px;height:4px}.mbs-header{justify-content:space-between;align-items:center;padding:.5rem 1.25rem .875rem;display:flex}.mbs-header__title{color:#1f2937;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;display:flex}.mbs-header__icon{color:#fff;background:linear-gradient(135deg,#06a0ff,#008ce6);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 12px #06a0ff40}.mbs-close-btn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.mbs-close-btn:hover{color:#4b5563;background:#e5e7eb}.mbs-balance{padding:0 1.25rem 1rem}.mbs-balance__grid{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.mbs-balance__card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:14px;padding:.875rem;transition:border-color .2s}.mbs-balance__card:hover{border-color:#e5e7eb}.mbs-balance__label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:700}.mbs-balance__value{align-items:center;gap:.375rem;margin-top:.375rem;display:flex}.mbs-balance__coin{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.5rem;font-weight:900;display:flex}.mbs-balance__coin--usable{color:#06a0ff;background:#06a0ff1f}.mbs-balance__coin--hold{color:#9ca3af;background:#f3f4f6}.mbs-balance__amount{color:#1f2937;letter-spacing:-.03em;font-size:1.25rem;font-weight:900}.mbs-balance__amount--hold{color:#9ca3af}.mbs-overview-btn{cursor:pointer;color:#06a0ff;text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding:.75rem .875rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.mbs-overview-btn:hover{background:#06a0ff0d;border-color:#06a0ff}.mbs-overview-btn__arrow{opacity:.7;margin-left:auto}.mbs-section{padding:.75rem 1.25rem}.mbs-section__title{color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.625rem;font-size:.6rem;font-weight:700}.mbs-networks{flex-direction:column;gap:.5rem;display:flex}.mbs-network{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.625rem;width:100%;padding:.75rem .875rem;font-family:inherit;transition:all .2s;display:flex}.mbs-network:hover{background:#06a0ff08;border-color:#06a0ff}.mbs-network--active{background:#06a0ff0d;border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.mbs-network__icon{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mbs-network__info{flex:1;min-width:0}.mbs-network__name{color:#1f2937;font-size:.8rem;font-weight:800;line-height:1.2}.mbs-network__meta{color:#6b7280;margin-top:.15rem;font-size:.65rem;font-weight:600}.mbs-network__check{color:#fff;background:#06a0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 2px 8px #06a0ff4d}.mbs-deposit{padding:.75rem 1.25rem 1.5rem}.mbs-disconnect{color:#ef4444;cursor:pointer;text-align:center;background:0 0;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-top:.625rem;padding:.625rem 1rem;font-family:inherit;font-size:.7rem;font-weight:700;transition:all .2s;display:block}.mbs-disconnect:hover{background:#ef44440d;border-color:#ef4444}.dark .mbs-sheet{background:#111827;box-shadow:0 -8px 32px #00000080}.dark .mbs-handle__bar{background:#374151}.dark .mbs-header__title{color:#fff}.dark .mbs-close-btn{color:#6b7280;background:#1f2937}.dark .mbs-close-btn:hover{color:#d1d5db;background:#374151}.dark .mbs-balance__card{background:#1f2937;border-color:#374151}.dark .mbs-balance__card:hover{border-color:#4b5563}.dark .mbs-balance__coin--hold{background:#374151}.dark .mbs-balance__amount{color:#fff}.dark .mbs-section__title{color:#6b7280}.dark .mbs-network{background:#1f2937;border-color:#374151}.dark .mbs-network:hover{background:#06a0ff14;border-color:#06a0ff}.dark .mbs-network--active{background:#06a0ff1f;border-color:#06a0ff;box-shadow:0 0 0 1px #06a0ff}.dark .mbs-network__icon{background:#111827;border-color:#374151}.dark .mbs-network__name{color:#f9fafb}.dark .mbs-network__meta{color:#9ca3af}.dark .mbs-disconnect{border-color:#374151}.dark .mbs-disconnect:hover{background:#ef44441a;border-color:#ef4444}.dark .mbs-overview-btn{background:#1f2937;border-color:#374151}.dark .mbs-overview-btn:hover{background:#06a0ff1a;border-color:#06a0ff}
