@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:#070806;overflow-x:hidden}body{margin:0;font-family:DM Sans,sans-serif;background:#070806;color:#f3f3ee;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#d8a63e;color:#070806}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.client-header{display:flex;align-items:center;justify-content:space-between;background:#070806e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:0 clamp(1rem,1.5vw,2rem);height:76px;border-bottom:1px solid #20221e;position:sticky;top:0;z-index:100}.client-header.placeholder{height:60px}.client-header .logo{color:#fff;font-size:1.6rem;font-weight:700;cursor:pointer}.client-header .main-nav{flex:1;margin:0 1rem;display:flex;align-items:center}.client-header .main-nav .nav-items{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.client-header .main-nav .nav-items li{position:relative}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{color:#c9d1d9;font-weight:600;font-size:.88rem;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;padding:.5rem;transition:color .2s ease}.client-header .main-nav .nav-items li a.active,.client-header .main-nav .nav-items li a:hover,.client-header .main-nav .nav-items li .menu-label.active,.client-header .main-nav .nav-items li .menu-label:hover,.client-header .main-nav .nav-items li.has-dropdown:hover .menu-label{color:#ffb11a}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown{position:absolute;top:130%;left:0;background:#0f0f0f;border:1px solid #30363d;border-radius:6px;padding:1rem;width:410px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:150}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .mega-container{display:flex;flex-direction:column;gap:.75rem}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:6px;cursor:pointer;transition:background .2s}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item:hover{background:#21262d}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .icon{font-size:1.25rem;color:#ffb11a;margin-top:.15rem}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .info{flex:1}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .info .label{color:#c9d1d9;font-weight:600}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .info .description{color:#8b949e;font-size:.75rem;margin-top:.15rem}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .arrow{color:#444c56;margin-left:auto;align-self:center}.client-header .header-right{display:flex;align-items:center;gap:1rem}.client-header .header-right .hamburger{display:none;font-size:1.4rem;color:#c9d1d9;cursor:pointer}.client-header .header-right .notif-wrapper{position:relative}.client-header .header-right .notif-wrapper .notif-icon{font-size:1.2rem;color:#c9d1d9;cursor:pointer;transition:color .2s}.client-header .header-right .notif-wrapper .notif-icon:hover{color:#ffb11a}.client-header .header-right .notif-wrapper .notif-badge{position:absolute;top:-4px;right:-4px;background:#f85149;color:#fff;font-size:.65rem;padding:.1rem .4rem;border-radius:8px}.client-header .header-right .notif-wrapper .notif-dropdown{position:absolute;top:120%;right:0;width:260px;background:#0f0f0f;border:1px solid #30363d;border-radius:6px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:200}.client-header .header-right .notif-wrapper .notif-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;color:#c9d1d9;font-weight:600;border-bottom:1px solid #30363d}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header .btn-test{background:transparent;border:1px solid #ffb11a;color:#ffb11a;padding:.2rem .5rem;font-size:.75rem;border-radius:4px;cursor:pointer;transition:background .2s}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header .btn-test:hover{background:#ffb11a;color:#000}.client-header .header-right .notif-wrapper .notif-dropdown ul{list-style:none;margin:0;padding:0}.client-header .header-right .notif-wrapper .notif-dropdown ul li{padding:.5rem 1rem;font-size:.9rem;color:#c9d1d9;cursor:pointer;transition:background .2s}.client-header .header-right .notif-wrapper .notif-dropdown ul li.unread{font-weight:700;background:#21262d}.client-header .header-right .notif-wrapper .notif-dropdown ul li:hover{background:#21262d}.client-header .header-right .notif-wrapper .notif-dropdown ul li.empty{text-align:center;font-style:italic}.client-header .header-right .user-wrapper{position:relative}.client-header .header-right .user-wrapper .user-avatar{display:inline-flex;align-items:center;gap:.25rem;color:#fff;cursor:pointer;padding:.5rem;transition:color .2s;text-transform:capitalize}.client-header .header-right .user-wrapper .user-avatar:hover{color:#ffb11a}.client-header .header-right .user-wrapper .user-dropdown{position:absolute;padding:1.2rem 1rem;top:90%;right:0;width:160px;background:#0f0f0f;border:1px solid #30363d;border-radius:6px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;z-index:200}.client-header .header-right .user-wrapper .user-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.client-header .header-right .user-wrapper .user-dropdown li{padding:.5rem;color:#fff;cursor:pointer;transition:background .2s;list-style:none}.client-header .header-right .user-wrapper .user-dropdown li:hover{background:#21262d}.client-header .header-right .auth-buttons a{color:#fff;text-decoration:none;margin-left:1rem}.client-header .header-right .auth-buttons a.register{font-weight:700;border:1px solid #ffb11a;background-color:#ffb11a;color:#000;padding:.5rem 1.1rem .6rem;border-radius:9px}@media(max-width:768px){.client-header .header-right .hamburger{display:block}}@media(max-width:768px){.client-header .main-nav{display:none}.client-header .main-nav.open{display:block;background:#0f0f0f;position:absolute;top:60px;left:0;width:100%;z-index:150}.client-header .main-nav.open .nav-items{display:flex;flex-direction:column;gap:0;padding:1rem;border-top:1px solid #30363d}.client-header .main-nav.open .nav-items li{padding:.5rem 0}}.logo img{max-width:110px;margin-right:50px}.client-header{height:72px;padding-inline:clamp(18px,3vw,54px);background:#080907f0;border-bottom-color:#ffffff12;box-shadow:0 10px 30px #00000029}.client-header .logo{display:flex;align-items:center;gap:11px;min-width:205px}.client-header .logo img{width:42px;height:42px;max-width:none;margin:0;object-fit:contain}.client-header .brand-copy{display:flex;flex-direction:column;line-height:1.05}.client-header .brand-copy strong{color:#f4f5ef;font:800 1rem Manrope,sans-serif;letter-spacing:-.03em}.client-header .brand-copy span{margin-top:5px;color:#5f655c;font-size:.5rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.client-header .main-nav{margin-left:clamp(8px,2vw,34px)}.client-header .main-nav .nav-items{gap:clamp(3px,1vw,15px)}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{position:relative;padding:25px 9px;color:#92978f;font-size:.76rem}.client-header .main-nav .nav-items li a.active:after{content:"";position:absolute;left:9px;right:9px;bottom:0;height:2px;background:#d8a63e}.client-header .main-nav .nav-items li .mega-dropdown{top:62px;width:430px;padding:10px;border-radius:12px;background:#10110e;border-color:#2b2d27;box-shadow:0 22px 55px #0000008c}.client-header .main-nav .nav-items li .mega-dropdown .mega-container{gap:3px}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item{padding:12px;border:1px solid transparent;border-radius:9px}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item:hover{border-color:#30322b;background:#171813}.client-header .header-right{gap:9px}.client-header .notif-wrapper{width:38px;height:38px;display:grid;place-items:center;border:1px solid #292b25;border-radius:9px;background:#10110e}.client-header .notif-wrapper .notif-icon{width:18px;height:18px;object-fit:contain}.client-header .user-wrapper .user-avatar{min-height:40px;gap:9px;padding:5px 10px 5px 6px;border:1px solid #292b25;border-radius:10px;background:#10110e}.client-header .user-wrapper .user-avatar img{width:28px;height:28px;border-radius:8px}.client-header .user-wrapper .user-avatar span{display:flex;max-width:125px;flex-direction:column;overflow:hidden;font-size:.7rem;white-space:nowrap;text-overflow:ellipsis}.client-header .user-wrapper .user-avatar small{color:#5d625b;font-size:.5rem;text-transform:uppercase;letter-spacing:.08em}.client-header .auth-buttons{display:flex;align-items:center;gap:7px}.client-header .auth-buttons a{height:38px;margin:0!important;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border-radius:9px;font-size:.72rem;font-weight:700}.client-header .auth-buttons a.login{border:1px solid #2c2e28;background:#10110e}.client-header .auth-buttons a.register{padding:0 15px!important;border:0!important;background:linear-gradient(135deg,#e7b64d,#c99025)!important;box-shadow:0 8px 20px #d8a63e26}@media(max-width:1120px){.client-header .brand-copy{display:none}.client-header .logo{min-width:54px}}@media(max-width:768px){.client-header{height:64px;padding-inline:14px}.client-header .logo img{width:38px;height:38px}.client-header .main-nav.open{top:64px;border-bottom:1px solid #30322b}.client-header .language-dropdown{display:none}}.client-header{height:64px;padding-inline:clamp(24px,2.4vw,46px)}.client-header .logo{min-width:174px;gap:0}.client-header .logo img{width:130px;height:45px;object-fit:contain;object-position:left center}.client-header .main-nav{margin:0}.client-header .main-nav .nav-items{gap:6px}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{padding:22px 13px;font-size:.74rem}.client-header .main-nav .nav-items li a.active:after{left:13px;right:13px}.client-header .main-nav .nav-items li .mega-dropdown{top:56px;left:auto;right:-20px;width:340px;padding:7px}.client-header .main-nav .nav-items li .mega-dropdown:before{content:"Trade";display:block;padding:10px 11px 8px;color:#62675f;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item{align-items:center;gap:12px;padding:12px 11px}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item .icon{width:34px;height:34px;margin:0;display:grid;place-items:center;flex:none;border:1px solid #35372f;border-radius:9px;background:#191a16;color:#d8a63e;font:800 .7rem Manrope}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item:nth-child(2) .icon{border-color:#547fc859;background:#315ea81f;color:#7da7ff}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item .info .label{color:#e3e5df;font-size:.77rem}.client-header .main-nav .nav-items li .mega-dropdown .dropdown-item .info .description{margin:3px 0 0;color:#666b64;font-size:.63rem;line-height:1.4}.client-header .header-right{margin-left:auto}.client-header .notif-wrapper,.client-header .user-wrapper .user-avatar{background:#0d0e0b}@media(max-width:1120px){.client-header .logo{min-width:135px}.client-header .logo img{width:112px}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{padding-inline:8px}}@media(max-width:900px){.client-header .main-nav{display:none}.client-header .header-right .hamburger{display:block}.client-header .main-nav.open{display:block;position:absolute;top:64px;left:0;width:100%;background:#0b0c09}.client-header .logo{min-width:auto}}.client-header .header-right .notif-wrapper .notif-badge{top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid #080907;border-radius:999px;font-size:.54rem}.client-header .header-right .notif-wrapper .notif-dropdown{top:47px;right:-2px;width:365px;border-color:#2d2f29;border-radius:13px;background:#10110e;box-shadow:0 24px 65px #0000009e;overflow:hidden}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header{min-height:64px;padding:12px 14px;border-bottom-color:#292b25}.client-header .header-right .notif-header>div{display:flex;flex-direction:column}.client-header .header-right .notif-header>div strong{color:#eceee8;font-size:.8rem}.client-header .header-right .notif-header>div span{margin-top:4px;color:#656a62;font-size:.56rem;font-weight:500}.client-header .header-right .notif-header>button{padding:5px 8px;border:1px solid #30322b;border-radius:6px;background:#171813;color:#d8a63e;font-size:.56rem;cursor:pointer}.client-header .header-right .notif-wrapper .notif-dropdown ul{max-height:310px;overflow:auto}.client-header .header-right .notif-wrapper .notif-dropdown ul li{min-height:62px;padding:11px 14px;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #20221d;background:transparent}.client-header .header-right .notif-wrapper .notif-dropdown ul li:hover{background:#151612}.client-header .header-right .notif-wrapper .notif-dropdown ul li.unread{background:#d8a63e09}.client-header .header-right .notification-dot{width:7px;height:7px;margin-top:5px;flex:none;border-radius:50%;background:#444841}.client-header .header-right .unread .notification-dot{background:#d8a63e;box-shadow:0 0 0 4px #d8a63e14}.client-header .header-right .notif-dropdown li>div{display:flex;flex-direction:column}.client-header .header-right .notif-dropdown li>div strong{color:#bec2ba;font-size:.64rem;font-weight:600;line-height:1.45}.client-header .header-right .notif-dropdown li.unread>div strong{color:#e3e5df}.client-header .header-right .notif-dropdown li time{margin-top:5px;color:#555a53;font-size:.52rem}.client-header .header-right .notif-wrapper .notif-dropdown ul li.empty{display:grid;place-items:center;height:110px;color:#666b64;font-weight:500}.client-header .header-right .notif-footer{height:43px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#0c0d0a}.client-header .header-right .notif-footer span{color:#4f544d;font-size:.52rem}.client-header .header-right .notif-footer button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#797e76;font-size:.54rem;cursor:pointer}.client-header .header-right .notif-footer button:hover{color:#d8a63e}.client-header .header-right .user-wrapper .user-dropdown{top:48px;right:0;width:330px;padding:0;border-color:#2d2f29;border-radius:13px;background:#10110e;box-shadow:0 24px 65px #0000009e;overflow:hidden}.client-header .header-right .account-summary{padding:15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #292b25;background:linear-gradient(135deg,rgba(216,166,62,.05),transparent)}.client-header .header-right .account-summary>img{width:38px;height:38px;border-radius:10px}.client-header .header-right .account-summary>div{min-width:0;display:flex;flex:1;flex-direction:column}.client-header .header-right .account-summary strong{color:#eceee8;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-header .header-right .account-summary span{margin-top:4px;color:#656a62;font-size:.55rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-header .header-right .account-summary>i{padding:4px 6px;border:1px solid rgba(99,206,137,.18);border-radius:5px;background:#63ce890f;color:#63ce89;font-size:.48rem;font-style:normal;font-weight:700}.client-header .header-right .account-menu{padding:7px}.client-header .header-right .account-menu>button{width:100%;min-height:52px;padding:8px 9px;display:flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:8px;background:transparent;color:#777c74;text-align:left;cursor:pointer}.client-header .header-right .account-menu>button:hover{border-color:#2b2d27;background:#171813;color:#d8a63e}.client-header .header-right .account-menu>button>svg{width:16px}.client-header .header-right .account-menu>button>span{display:flex;flex-direction:column;color:#c8cbc4;font-size:.65rem;font-weight:700}.client-header .header-right .account-menu>button small{margin-top:4px;color:#575c55;font-size:.52rem;font-weight:500}.client-header .header-right .account-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding-top:5px}.client-header .header-right .account-actions button{height:35px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #30322b;border-radius:7px;background:#151612;color:#aeb2aa;font-size:.58rem;font-weight:700;cursor:pointer}.client-header .header-right .account-actions button:first-child{color:#63ce89}.client-header .header-right .account-actions button:hover{border-color:#5b5034;background:#1a1b16}.client-header .header-right .logout-action{width:100%;height:43px;padding:0 16px;display:flex;align-items:center;gap:9px;border:0;border-top:1px solid #292b25;background:#0c0d0a;color:#e27979;font-size:.6rem;font-weight:700;cursor:pointer}.client-header .header-right .logout-action:hover{background:#e279790d}@media(max-width:600px){.client-header .header-right .notif-wrapper .notif-dropdown,.client-header .header-right .user-wrapper .user-dropdown{position:fixed;top:70px;left:12px;right:12px;width:auto}}.client-header .header-utility{min-width:94px;margin-left:12px;padding:0 12px;display:flex;flex:1;align-items:center;justify-content:center;gap:7px}.client-header .header-right{margin-left:0}.header-search{width:clamp(135px,10vw,180px);height:36px;padding:0 9px;display:flex;align-items:center;gap:8px;border:1px solid #292d26;border-radius:8px;background:#0d100c;color:#626961;cursor:pointer;transition:.18s}.header-search:hover{border-color:#554a2e;background:#11140f;color:#b6bbb4}.header-search>svg{font-size:.65rem}.header-search span{overflow:hidden;flex:1;text-align:left;font-size:.61rem;white-space:nowrap;text-overflow:ellipsis}.header-search kbd{min-width:18px;height:18px;display:grid;place-items:center;border:1px solid #33372f;border-radius:4px;background:#151812;color:#6c736b;font:600 .55rem DM Sans}.market-pulse{height:38px;padding:0 9px 0 6px;display:flex;align-items:center;gap:8px;border:1px solid #292d26;border-radius:9px;background:#0d100c;color:#aeb4ac;cursor:pointer;transition:.18s}.market-pulse:hover{border-color:#554a2e;background:#11140f}.pulse-coin{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#f29b22;color:#fff;font-size:.78rem}.market-pulse>span:nth-child(2){display:flex;min-width:63px;flex-direction:column;align-items:flex-start}.market-pulse small{color:#5f665e;font-size:.43rem;font-weight:800;letter-spacing:.04em}.market-pulse strong{margin-top:2px;color:#e2e5df;font:700 .6rem Manrope;font-variant-numeric:tabular-nums}.market-pulse em{font-size:.52rem;font-style:normal;font-weight:800;font-variant-numeric:tabular-nums}.market-pulse em.positive{color:#63ce89}.market-pulse em.negative{color:#f07070}@media(max-width:1420px){.client-header .header-utility{padding-inline:8px}.header-search{width:42px}.header-search span,.header-search kbd{display:none}.header-search{justify-content:center}.market-pulse>span:nth-child(2){display:none}}@media(max-width:1120px){.client-header .header-utility{display:flex;min-width:94px;padding-inline:6px}.client-header .header-right{margin-left:0}}@media(max-width:900px){.client-header .header-utility{display:none}.client-header .header-right{margin-left:auto}}.client-header .learn-link>a{display:flex!important;align-items:center;gap:6px}.client-header .learn-link>a>svg{color:#a88a43;font-size:.68rem}.client-header .more-menu>.menu-label{display:flex;align-items:center;gap:6px}.client-header .more-menu>.menu-label>svg{font-size:.68rem}.client-header .main-nav .more-dropdown{width:330px!important;right:-12px!important;padding:8px!important}.client-header .main-nav .more-dropdown:before{display:none!important}.more-menu-heading{padding:12px 12px 14px;border-bottom:1px solid #292c25}.more-menu-heading>span{display:block;color:#d8a63e;font-size:.5rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.more-menu-heading>strong{display:block;margin-top:5px;color:#e2e5df;font:700 .75rem Manrope}.more-links{padding:5px 0}.more-links>button{width:100%;min-height:58px;padding:8px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;background:transparent;color:#727970;text-align:left;cursor:pointer}.more-links>button:hover{border-color:#30332c;background:#171914}.more-links>button>i{width:35px;height:35px;display:grid;place-items:center;border:1px solid #34372f;border-radius:8px;background:#11140f;color:#d8a63e;font-size:.72rem}.more-links>button>span{display:flex;flex-direction:column}.more-links>button strong{color:#d4d8d1;font-size:.65rem}.more-links>button small{margin-top:4px;color:#5e655d;font-size:.52rem}.more-links>button>svg{font-size:.48rem}.more-links>button:hover>svg{color:#d8a63e;transform:translate(2px)}@media(max-width:1320px){.client-header .learn-link{display:none}.client-header .main-nav .nav-items{gap:2px}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{padding-inline:8px}}.client-header .trade-menu-symbol{width:20px;height:20px;display:inline-grid;place-items:center;margin-right:1px;border:1px solid rgba(216,166,62,.28);border-radius:6px;background:linear-gradient(145deg,#d8a63e1f,#d8a63e06);color:#e0b44e;box-shadow:inset 0 1px #ffffff09,0 0 10px #d8a63e0d}.client-header .trade-menu-symbol svg{font-size:.8rem;stroke-width:1.8}.client-header .main-nav .mega-dropdown .dropdown-item .icon svg{font-size:1rem}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item{box-sizing:border-box!important;width:100%;min-height:62px;padding:11px 12px!important;display:flex;align-items:center!important;gap:12px!important;border:1px solid #292e27!important;border-radius:9px!important;background:linear-gradient(180deg,#151815,#111411)!important;color:#dce1d9!important;box-shadow:inset 0 1px #ffffff05!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item:hover{border-color:#50482c!important;background:linear-gradient(180deg,#1b1e19,#151814)!important;transform:translateY(-1px)}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item .info .label{color:#e7eae4!important;font-weight:750}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item .info .description{color:#777f75!important}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item .icon{background:#1c201b!important;border-color:#353c33!important;color:#e0b344!important}.client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item:nth-child(2) .icon{background:#365da621!important;border-color:#5b85d259!important;color:#7fa9ff!important}html[data-theme=light] body .client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item{border-color:#dde3da!important;background:#fff!important;color:#263128!important;box-shadow:none!important}html[data-theme=light] body .client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item:hover{border-color:#d5c184!important;background:#faf7ef!important}html[data-theme=light] body .client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item .info .label{color:#263128!important}html[data-theme=light] body .client-header .main-nav .nav-items li.has-dropdown:not(.more-menu) .mega-dropdown .dropdown-item .info .description{color:#758077!important}.client-header .header-right>.notif-wrapper,.client-header .header-right>.user-wrapper>.user-avatar,.client-header .header-right>.lang-currency-wrapper>.icon-button{box-sizing:border-box;height:40px;min-height:40px;border-radius:10px}.client-header .header-right>.notif-wrapper{width:40px;min-width:40px}.client-header .header-right>.notif-wrapper .notif-icon{width:18px;height:18px;display:block}.client-header .header-right>.user-wrapper>.user-avatar{padding-block:5px}.client-header .header-right>.lang-currency-wrapper>.icon-button{padding-block:0}.client-header .header-right>.notif-wrapper,.client-header .header-right>.user-wrapper>.user-avatar,.client-header .header-right>.lang-currency-wrapper>.icon-button{height:42px;min-height:42px;margin:0;border:1px solid #30332c;border-radius:10px;background:linear-gradient(180deg,#11130f,#0c0e0b);box-shadow:inset 0 1px #ffffff06;transition:border-color .18s ease,background .18s ease,transform .18s ease}.client-header .header-right>.notif-wrapper:hover,.client-header .header-right>.user-wrapper>.user-avatar:hover,.client-header .header-right>.lang-currency-wrapper>.icon-button:hover{border-color:#5d5031;background:linear-gradient(180deg,#171812,#10120e)}.client-header .header-right>.notif-wrapper{width:42px;min-width:42px}.client-header .header-right>.notif-wrapper .notif-icon,.client-header .header-right>.lang-currency-wrapper>.icon-button>img,.client-header .header-right>.user-wrapper>.user-avatar>img{box-sizing:border-box;width:24px;height:24px;flex:0 0 24px;border-radius:50%;object-fit:contain}.client-header .header-right>.user-wrapper>.user-avatar{padding:0 10px 0 8px;gap:8px}.client-header .header-right>.lang-currency-wrapper>.icon-button{padding:0 10px;gap:8px}.lang-currency-wrapper{position:relative}.lang-currency-wrapper .icon-button{height:40px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #292b25;border-radius:10px;background:#0d0e0b;color:#8d928a;cursor:pointer}.lang-currency-wrapper .icon-button:hover,.lang-currency-wrapper .icon-button.active{border-color:#4a4230;color:#d8a63e}.lang-currency-wrapper .icon-button img{width:18px;height:18px;object-fit:contain}.lang-currency-wrapper .icon-button span{font-size:.6rem;font-weight:700}.lang-currency-wrapper .icon-button svg{font-size:.5rem}.lang-currency-dropdown{position:absolute;top:48px;right:0;width:390px;padding:12px;border:1px solid #2d2f29;border-radius:13px;background:#10110e;box-shadow:0 24px 65px #0000009e;z-index:220}.locale-heading{padding:5px 5px 12px;display:flex;align-items:flex-start;justify-content:space-between}.locale-heading>div{display:flex;flex-direction:column}.locale-heading strong{color:#ecede8;font-size:.82rem}.locale-heading span{margin-top:4px;color:#646961;font-size:.58rem}.locale-heading .locale-current{padding:5px 7px;border-radius:5px;background:#1b1c17;color:#d8a63e;font-weight:800}.locale-tabs{padding:3px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #292b25;border-radius:8px;background:#0a0b08}.locale-tabs button{height:31px;border:0;border-radius:6px;background:transparent;color:#6f746d;font-size:.65rem;font-weight:700;cursor:pointer}.locale-tabs button.active{background:#20211c;color:#e5e7e1}.locale-search{height:37px;margin:10px 0;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #292b25;border-radius:8px;background:#0b0c09;color:#555a53}.locale-search:focus-within{border-color:#625333}.locale-search svg{font-size:.65rem}.locale-search input{width:100%;border:0;outline:0;background:transparent;color:#dfe1db;font-size:.67rem}.locale-options{display:grid;grid-template-columns:1fr 1fr;gap:5px;max-height:245px;overflow:auto}.locale-options>button{min-height:53px;padding:8px;display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#8b9088;text-align:left;cursor:pointer}.locale-options>button:hover{border-color:#2d2f29;background:#171813}.locale-options>button.selected{border-color:#d8a63e40;background:#d8a63e0f}.locale-options>button>b{width:29px;height:29px;display:grid;place-items:center;flex:none;border-radius:7px;background:#20211c;color:#aaa;line-height:1;font-size:.55rem}.locale-options>button.selected>b{color:#d8a63e}.locale-options>button>span{display:flex;flex:1;flex-direction:column}.locale-options strong{color:#cfd2cb;font-size:.63rem}.locale-options small{margin-top:3px;color:#555a53;font-size:.52rem}.locale-options svg{color:#d8a63e;font-size:.6rem}.locale-note{margin:10px -2px -2px;padding:10px 6px 2px;border-top:1px solid #252720;color:#555a53;font-size:.54rem}@media(max-width:600px){.lang-currency-wrapper .icon-button span{display:none}.lang-currency-dropdown{position:fixed;top:70px;left:12px;right:12px;width:auto}.locale-options{grid-template-columns:1fr}}.theme-toggle{height:42px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--neo-border);border-radius:10px;background:var(--neo-surface);color:var(--neo-text-soft);box-shadow:inset 0 1px #ffffff08;cursor:pointer}.theme-toggle.compact{width:42px;padding:0}.theme-toggle span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--neo-gold) 10%,transparent);color:var(--neo-gold);font-size:.72rem}.theme-toggle:hover{border-color:color-mix(in srgb,var(--neo-gold) 45%,var(--neo-border));color:var(--neo-text)}.theme-toggle strong{font-size:.62rem}.standalone-theme-toggle{position:fixed;top:18px;right:18px;z-index:50}.client-footer{position:relative;overflow:hidden;border-top:1px solid #242820;background:#070907;color:#858c83;font-family:DM Sans,sans-serif}.client-footer:before{content:"";position:absolute;width:600px;height:600px;right:-250px;top:-300px;border-radius:50%;background:#d8a63e0b;filter:blur(20px);pointer-events:none}.footer-accent{height:2px;background:linear-gradient(90deg,transparent,#d8a63e 30%,#756132 70%,transparent)}.footer-shell{position:relative;width:min(1240px,100% - 48px);margin:auto}.footer-intro{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:60px;border-bottom:1px solid #252920}.footer-intro>div:first-child>span{color:#d8a63e;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.footer-intro h2{margin:14px 0 0;color:#eef0eb;font:700 clamp(30px,4vw,48px)/1.08 "Manrope";letter-spacing:-.04em}.footer-intro-actions{display:flex;align-items:center;gap:12px}.footer-intro-actions a{height:44px;padding:0 18px;display:flex;align-items:center;gap:10px;border:1px solid #34382f;border-radius:7px;color:#c7ccc5;font-size:11px;font-weight:800;text-decoration:none;transition:.2s}.footer-intro-actions a:first-child{border-color:#d8a63e;background:#d8a63e;color:#11130f}.footer-intro-actions a:hover{transform:translateY(-2px);filter:brightness(1.08)}.footer-main{padding:68px 0 62px;display:grid;grid-template-columns:1.15fr 2fr 1.15fr;gap:70px}.footer-logo{display:inline-flex}.footer-logo img{width:150px;height:54px;object-fit:contain;object-position:left center}.footer-brand>p{max-width:300px;margin:21px 0;color:#7d847b;font-size:12px;line-height:1.75}.footer-status{width:max-content;padding:7px 10px;display:flex;align-items:center;gap:8px;border:1px solid #273229;border-radius:999px;background:#4bbe710a;color:#7e9d84;font-size:9px;font-weight:700}.footer-status i{width:6px;height:6px;border-radius:50%;background:#62ce89;box-shadow:0 0 8px #62ce8999}.footer-socials{display:flex;gap:8px;margin-top:22px}.footer-socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #2d322a;border-radius:7px;background:#0c0f0b;color:#747b73;transition:.2s}.footer-socials a:hover{border-color:#64552f;color:#d8a63e;transform:translateY(-2px)}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-nav>div{display:flex;flex-direction:column;align-items:flex-start}.footer-main h3{margin:0 0 22px;color:#dce0da;font:700 11px Manrope;letter-spacing:.08em;text-transform:uppercase}.footer-nav a{position:relative;margin-bottom:13px;color:#7d847b;font-size:12px;text-decoration:none;transition:.15s}.footer-nav a:before{content:"";position:absolute;width:0;height:1px;left:0;bottom:-3px;background:#d8a63e;transition:.2s}.footer-nav a:hover{color:#d5d9d3}.footer-nav a:hover:before{width:100%}.footer-contact>p{margin:-5px 0 18px;color:#757c74;font-size:11px;line-height:1.65}.support-email{padding:13px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border:1px solid #30352c;border-radius:8px;background:#0d100c;color:#aab0a8;text-decoration:none}.support-email>span{width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:#d8a63e14;color:#d8a63e}.support-email div{display:flex;min-width:0;flex-direction:column}.support-email small{color:#5f665e;font-size:9px}.support-email strong{margin-top:3px;overflow:hidden;color:#d5d9d3;font-size:10px;text-overflow:ellipsis}.support-email>svg{font-size:9px}.support-email:hover{border-color:#655630}.footer-address,.support-note{margin-top:18px;display:flex;align-items:flex-start;gap:10px;color:#717870;font-size:10px;line-height:1.55}.footer-address svg,.support-note svg{margin-top:2px;color:#a48743}.footer-risk{padding:20px 22px;display:flex;gap:16px;border:1px solid #292e26;border-radius:9px;background:#0b0e0a}.footer-risk>svg{margin-top:2px;flex:none;color:#d8a63e}.footer-risk strong{color:#b9beb7;font:700 10px Manrope;letter-spacing:.06em;text-transform:uppercase}.footer-risk p{margin:6px 0 0;color:#686f67;font-size:10px;line-height:1.65}.footer-bottom{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-bottom p{color:#5f665e;font-size:10px}.footer-bottom>div{display:flex;align-items:center;gap:20px}.footer-bottom span,.footer-bottom a{display:flex;align-items:center;gap:7px;color:#687068;font-size:10px;text-decoration:none}.footer-bottom a:hover{color:#c7ccc5}.footer-bottom button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #33382f;border-radius:7px;background:#0d100c;color:#8a9188;cursor:pointer}.footer-bottom button:hover{border-color:#655630;color:#d8a63e}@media(max-width:1000px){.footer-main{grid-template-columns:1fr 2fr}.footer-contact{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px}.footer-contact h3,.footer-contact>p{grid-column:1/-1}.footer-address,.support-note{margin:0;padding:14px;border:1px solid #242820;border-radius:7px}.support-email{grid-column:1/-1}}@media(max-width:720px){.footer-shell{width:min(100% - 32px,1240px)}.footer-intro{padding:55px 0;align-items:flex-start;flex-direction:column;gap:30px}.footer-intro-actions{width:100%;align-items:stretch;flex-direction:column}.footer-intro-actions a{justify-content:center}.footer-main{padding:50px 0;grid-template-columns:1fr;gap:45px}.footer-nav{grid-template-columns:repeat(2,1fr);row-gap:35px}.footer-contact{grid-column:auto;grid-template-columns:1fr}.footer-contact h3,.footer-contact>p,.support-email{grid-column:auto}.footer-bottom{padding:25px 0;align-items:flex-start;flex-direction:column}.footer-bottom>div{width:100%;flex-wrap:wrap}.footer-bottom button{margin-left:auto}}@media(max-width:430px){.footer-nav{grid-template-columns:1fr}.footer-contact{display:block}.footer-address,.support-note{margin-top:12px}.footer-bottom>div{gap:12px}}.main-layout{display:flex;flex-direction:column;min-height:100vh;background:#000;color:#c9d1d9}.main-content{flex:1}.route-stage{min-height:100%;width:100%}.route-progress{position:fixed;z-index:10000;top:0;left:0;width:100%;height:2px;pointer-events:none;transform-origin:left center;background:linear-gradient(90deg,#9f7924,#e1b64f 55%,#ffe49a);box-shadow:0 0 8px #d8a63eb3,0 1px 10px #d8a63e47}.main-layout.trading-layout{height:100vh;overflow:hidden}.main-layout.trading-layout .client-header{height:64px;min-height:64px;position:relative}.main-layout.trading-layout .main-content{min-height:0;overflow:auto}.main-layout.trading-layout .spot-trade-layout{min-height:calc(100vh - 64px)}@media(max-width:850px){.main-layout.trading-layout{height:auto;overflow:visible}.main-layout.trading-layout .main-content{overflow:visible}}.main-layout.trading-layout{height:auto;min-height:100vh;overflow-x:hidden}.main-layout.trading-layout .main-content{min-height:calc(100vh - 64px);overflow:visible}.main-layout.trading-layout .spot-trade-layout{height:auto!important}.wallet-quick-nav{height:54px;border-bottom:1px solid #252a23;background:#0c0f0c;display:flex;align-items:center;padding:0 clamp(18px,5vw,76px);font-family:Inter,system-ui,sans-serif}.wallet-quick-nav nav{height:100%;display:flex;gap:4px}.wallet-quick-nav a{position:relative;display:flex;align-items:center;gap:7px;padding:0 14px;color:#6f786c;text-decoration:none;font-size:10px;font-weight:650}.wallet-quick-nav a svg{font-size:11px}.wallet-quick-nav a:hover{color:#c5cbc1}.wallet-quick-nav a.active{color:#e3b94a}.wallet-quick-nav a.active:after{content:"";position:absolute;height:2px;left:12px;right:12px;bottom:0;background:#dcb03f;border-radius:2px}.wallet-trust{margin-left:auto;display:flex;align-items:center;gap:7px;color:#697166;font-size:9px}.wallet-trust i{width:6px;height:6px;background:#2dcc96;border-radius:50%;box-shadow:0 0 7px #2dcc96}@media(max-width:620px){.wallet-quick-nav{height:52px;padding:0 8px;overflow-x:auto}.wallet-quick-nav nav{min-width:max-content}.wallet-quick-nav a{padding:0 11px}.wallet-quick-nav a span{display:none}.wallet-quick-nav a svg{font-size:14px}.wallet-trust{display:none}}.wallet-nav-count{min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#e04f55;color:#fff;font-size:8px;line-height:1;box-shadow:0 0 0 2px #0c0f0c}.wallet-more{position:relative;height:100%;display:flex}.wallet-more>button{position:relative;display:flex;align-items:center;gap:7px;padding:0 14px;border:0;background:transparent;color:#6f786c;font-size:10px;font-weight:650}.wallet-more>button.active,.wallet-more.open>button{color:#e3b94a}.wallet-more-menu{position:absolute;z-index:100;top:calc(100% + 8px);left:0;display:grid;grid-template-columns:repeat(2,190px);gap:4px;padding:8px;border:1px solid #2c332c;border-radius:11px;background:#101410;box-shadow:0 20px 50px #00000073}.wallet-more-menu a{min-height:43px;padding:0 12px;border-radius:7px}.wallet-more-menu a.active{background:#1b211b}.wallet-more-menu a.active:after{display:none}.wallet-more-menu a b{margin-left:auto;color:#ef666a}@media(max-width:620px){.wallet-more>button{padding:0 11px}.wallet-more>button span{display:none}.wallet-more-menu{position:fixed;top:auto;left:8px;right:8px;grid-template-columns:1fr 1fr}.wallet-more-menu a span{display:inline}}:root{color-scheme:dark;--neo-bg: #070906;--neo-bg-elevated: #0c0f0c;--neo-surface: #101410;--neo-surface-hover: #151a14;--neo-surface-strong: #181d17;--neo-border: #282e26;--neo-border-strong: #363d33;--neo-text: #eef1eb;--neo-text-soft: #aeb6aa;--neo-text-muted: #70786e;--neo-gold: #dcb03f;--neo-gold-hover: #edc458;--neo-green: #2dcc96;--neo-red: #ef6464;--neo-blue: #69a7ff;--neo-radius-sm: 7px;--neo-radius-md: 11px;--neo-radius-lg: 16px;--neo-shadow-sm: 0 8px 24px rgba(0, 0, 0, .18);--neo-shadow-lg: 0 24px 70px rgba(0, 0, 0, .38);--neo-content: 1280px;--neo-page-pad: clamp(20px, 5vw, 72px);--neo-transition: .16s ease}html{background:var(--neo-bg)}body{background:var(--neo-bg);color:var(--neo-text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{transition:border-color var(--neo-transition),background-color var(--neo-transition),color var(--neo-transition),transform var(--neo-transition),opacity var(--neo-transition)}button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid color-mix(in srgb,var(--neo-gold) 72%,transparent);outline-offset:2px}::selection{background:var(--neo-gold);color:#080a07}.main-layout:not(.trading-layout) .route-stage{isolation:isolate;background:radial-gradient(circle at 8% 3%,rgba(220,176,63,.035),transparent 24rem),var(--neo-bg)}:where(.news-page,.contact-page,.info-page,.college-page,.announcement-page,.wallet-workspace){color:var(--neo-text)}:where(.wallet-card,.news-card,.contact-card,.info-card){border-color:var(--neo-border);box-shadow:var(--neo-shadow-sm)}:where(.wallet-card,.news-card,.contact-card,.info-card):hover{border-color:var(--neo-border-strong)}:where(.wallet-workspace,.contact-page,.news-page) input,:where(.wallet-workspace,.contact-page,.news-page) select,:where(.wallet-workspace,.contact-page,.news-page) textarea{accent-color:var(--neo-gold)}.positive{color:var(--neo-green)!important}.negative{color:var(--neo-red)!important}.responsive-table{scrollbar-gutter:stable;overscroll-behavior-inline:contain}.Toastify__toast{border:1px solid var(--neo-border)!important;border-radius:var(--neo-radius-md)!important;background:#101410f7!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-lg)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.not-found-page{position:relative;min-height:calc(100vh - 64px);padding:80px var(--neo-page-pad);display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 35%,rgba(220,176,63,.09),transparent 26rem)}.not-found-code{position:absolute;color:#ffffff05;font:800 clamp(180px,34vw,480px)/1 "Manrope";letter-spacing:-.08em;pointer-events:none}.not-found-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(220,176,63,.25);border-radius:14px;background:#dcb03f12;color:var(--neo-gold);font-size:20px}.not-found-page>span{margin-top:20px;color:var(--neo-gold);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.not-found-page h1{max-width:680px;margin:10px 0 0;color:var(--neo-text);font:700 clamp(34px,5vw,62px)/1.05 "Manrope";letter-spacing:-.045em}.not-found-page p{max-width:520px;margin:18px 0 0;color:var(--neo-text-muted);font-size:14px;line-height:1.7}.not-found-actions{margin-top:28px;display:flex;gap:9px}.not-found-actions a{min-height:42px;padding:0 17px;display:flex;align-items:center;gap:8px;border:1px solid var(--neo-border-strong);border-radius:var(--neo-radius-sm);background:var(--neo-surface);color:var(--neo-text-soft);font-size:11px;font-weight:750;transition:var(--neo-transition)}.not-found-actions a:first-child{border-color:var(--neo-gold);background:var(--neo-gold);color:#0b0d0a}.not-found-actions a:hover{transform:translateY(-2px);border-color:var(--neo-gold);color:var(--neo-text)}.not-found-actions a:first-child:hover{background:var(--neo-gold-hover);color:#0b0d0a}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:700px){:root{--neo-page-pad: 18px}.Toastify__toast-container{width:calc(100% - 24px)!important;left:12px!important;right:12px!important}.not-found-actions{width:100%;flex-direction:column}.not-found-actions a{justify-content:center}}.route-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#080a07;color:#777d75;font:600 .72rem DM Sans,sans-serif;letter-spacing:.03em}.route-loader i{width:28px;height:28px;border:2px solid #282b24;border-top-color:#d8a63e;border-radius:50%;animation:route-loader-spin .75s linear infinite}@keyframes route-loader-spin{to{transform:rotate(360deg)}}html[data-theme=light] .route-loader{background:#f4f6f2;color:#5e6961}html[data-theme=light] .route-loader i{border-color:#d7ddd4;border-top-color:#b98518}:root{--content-grid-max: 1400px;--content-grid-gutter: 2rem;--client-grid-max: 1680px;--client-grid-gutter: 2rem}.footer-shell{width:min(var(--content-grid-max),100% - 48px)}.market-hero,.market-workspace,.earn-page,.events-page,.contact-page,.news-page,.tp-hero,.tp-products,.tp-toolkit,.tp-final{padding-inline:max(var(--content-grid-gutter),(100vw - var(--content-grid-max)) / 2)}.info-hero-inner,.info-body,.college-hero,.course-grid,.announcement-hero,.announcement-list{max-width:var(--content-grid-max)}.account-page,.wallet-workspace,.portfolio-performance,.portfolio-insights,.portfolio-analysis,.portfolio-visuals,.trades-workspace,.transaction-history,.deposit-history,.withdraw-history{width:min(100% - var(--client-grid-gutter) * 2,var(--client-grid-max));max-width:var(--client-grid-max);margin-inline:auto}body .main-layout :is(.wallet-workspace>*,.portfolio-performance,.portfolio-insights,.portfolio-analysis,.portfolio-visuals,.trades-summary,.trades-workspace,.transaction-history,.deposit-history,.withdraw-history){width:min(100% - var(--client-grid-gutter) * 2,var(--client-grid-max));max-width:var(--client-grid-max);margin-inline:auto}body .main-layout .account-content>.account-page{width:min(100%,var(--client-grid-max));max-width:var(--client-grid-max)}body .main-layout .wallet-workspace>*{width:100%}@media(max-width:720px){:root{--content-grid-gutter: 1.25rem}:root{--client-grid-gutter: .875rem}.footer-shell{width:min(100% - 32px,var(--content-grid-max))}}:root{--scroll-track: #090a08;--scroll-thumb: #4f4530;--scroll-thumb-hover: #d3a240;--scroll-border: #171914}html,body,#root,*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scroll-track);border-left:1px solid rgba(255,255,255,.025)}*::-webkit-scrollbar-thumb{min-height:42px;border:3px solid var(--scroll-track);border-radius:999px;background:linear-gradient(180deg,#655535,#403824);background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{border-width:2px;background:linear-gradient(180deg,#e2b452,#a87924);background-clip:padding-box}*::-webkit-scrollbar-thumb:active{background:#e8b84e;background-clip:padding-box}*::-webkit-scrollbar-corner{background:var(--scroll-track)}:is(.notif-dropdown ul,.user-dropdown,.lang-currency-dropdown,.locale-options,.mega-dropdown,.tab-content,.pair-list,.trade-panel,.trade-footer>div,.responsive-table,.order-history,.open-orders,textarea,select)::-webkit-scrollbar{width:7px;height:7px}:is(.notif-dropdown ul,.user-dropdown,.lang-currency-dropdown,.locale-options,.mega-dropdown,.tab-content,.pair-list,.trade-panel,.trade-footer>div,.responsive-table,.order-history,.open-orders,textarea,select)::-webkit-scrollbar-thumb{border-width:2px}.futures-workspace{--scroll-thumb: #3d5f94}.futures-workspace *::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#789fe0,#406cb5);background-clip:padding-box}.ticker-container{scrollbar-width:none!important}.ticker-container::-webkit-scrollbar{display:none!important}@media(hover:none)and (pointer:coarse){*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-thumb{border-width:1px}}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label){position:relative;height:40px!important;padding:0 12px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;border:1px solid #30342d!important;border-radius:9px!important;background:linear-gradient(180deg,#111410,#0d100d)!important;color:#666d63!important;box-shadow:inset 0 1px #ffffff05,0 1px 2px #0000002e;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label):hover{border-color:#41463d!important;background:#121510!important}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label):focus-within{border-color:#8c7136!important;background:#12140f!important;color:#d8a63e!important;box-shadow:0 0 0 3px #d8a63e17,inset 0 1px #ffffff06}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>svg{width:13px;height:13px;flex:0 0 13px;position:static!important;inset:auto!important;margin:0!important;transition:color .18s ease,transform .18s ease}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label):focus-within>svg{transform:scale(1.06)}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input{width:100%!important;height:100%!important;min-width:0;margin:0!important;padding:0!important;display:block;align-self:stretch!important;position:static!important;inset:auto!important;border:0!important;outline:0!important;background:transparent!important;color:#e1e5dd!important;font-size:11px!important;line-height:normal!important;box-shadow:none!important}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input::placeholder{color:#596057!important;opacity:1;line-height:normal}:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input::-webkit-search-decoration,:is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input::-webkit-search-cancel-button{cursor:pointer;filter:invert(.55) sepia(.2) saturate(.6)}.admin-search{width:240px!important}.notification-search{width:250px!important}.market-search{width:290px!important}.pair-list-head label{height:38px!important}.locale-search{margin-block:10px!important}@media(max-width:650px){:is(.notification-search,.admin-search,.market-search){width:100%!important}}html[data-theme=light]{color-scheme:light;--neo-bg:#f2f3f0;--neo-bg-elevated:#e9ece8;--neo-surface:#ffffff;--neo-surface-hover:#f6f6f3;--neo-surface-strong:#e5e9e4;--neo-border:#d5dad3;--neo-border-strong:#bcc4ba;--neo-text:#172019;--neo-text-soft:#526057;--neo-text-muted:#788279;--neo-gold:#a97308;--neo-gold-hover:#8c5e04;--neo-green:#087a50;--neo-red:#c43e45;--neo-blue:#286dcc;--neo-shadow-sm:0 8px 24px rgba(31,43,34,.07);--neo-shadow-lg:0 24px 70px rgba(31,43,34,.15);--scroll-track:#edf1eb;--scroll-thumb:#aa9a72;--scroll-thumb-hover:#9b7118;--scroll-border:#dce2d9}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] #root{background:var(--neo-bg);color:var(--neo-text)}html[data-theme=light] :is(.main-layout,.route-stage,.home-page,.market-page,.news-page,.contact-page,.info-page,.wallet-workspace,.auth-page,.verification-page,.admin-dashboard,.admin-main){background-color:var(--neo-bg)!important;color:var(--neo-text)!important}html[data-theme=light] :is(.client-header,.admin-header,.admin-sidebar,.client-footer,.trade-workspace-header){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:0 1px #1e2a210a}html[data-theme=light] :is(.wallet-card,.news-card,.contact-card,.info-card,.admin-card,.admin-view,.auth-card,.verification-card,.market-card,.feature-card,.step-card,.trending-card,.insight-card,.showcase-card,.stat-card,.faq-item){background:var(--neo-surface)!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-sm)}html[data-theme=light] :is(h1,h2,h3,h4,h5,strong,.title,.label){color:var(--neo-text)}html[data-theme=light] :is(p,small,.description,.subtitle){color:var(--neo-text-soft)}html[data-theme=light] :is(input,select,textarea){background:#fbfcfa!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important}html[data-theme=light] :is(input,textarea)::placeholder{color:#929c94!important}html[data-theme=light] :is(.notif-dropdown,.user-dropdown,.lang-currency-dropdown,.mega-dropdown,.protection-dialog,.admin-modal,.kyc-review-modal){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-lg)!important}html[data-theme=light] .client-header .header-right>:is(.notif-wrapper,.user-wrapper) .user-avatar,html[data-theme=light] .client-header .header-right>.notif-wrapper,html[data-theme=light] .client-header .header-right>.user-wrapper>.user-avatar,html[data-theme=light] .client-header .header-right>.lang-currency-wrapper>.icon-button{background:linear-gradient(#fff,#f7f9f6)!important;border-color:var(--neo-border)!important;color:var(--neo-text-soft)!important}html[data-theme=light] .client-header .logo{align-self:center}html[data-theme=light] .client-header .logo img{padding:5px 8px;border:1px solid #252a24;border-radius:9px;background:#11140f;box-shadow:0 5px 14px #1f2b2217}html[data-theme=light] :is(table,thead,tbody,tr,th,td){border-color:var(--neo-border)!important}html[data-theme=light] :is(th,.table-label){color:var(--neo-text-muted)!important}html[data-theme=light] :is(td,.table-value){color:var(--neo-text)!important}html[data-theme=light] :is(.notification-row,.account-menu>button,.locale-options>button,.dropdown-item):hover{background:var(--neo-surface-hover)!important}html[data-theme=light] .Toastify__toast{background:#fff!important;color:var(--neo-text)!important}html[data-theme=light] ::-webkit-scrollbar-track{background:#e8ece6}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#b8a46e;border-color:#e8ece6}html[data-theme=light] :is(.trading-layout,.trade-page,.spot-trade-page,.futures-trade-page,.trading-workspace,.exchange-shell){background:#e9ede8!important;color:#182019!important}html[data-theme=light] :is(.pair-list,.pair-list-head,.pair-item,.order-book,.recent-trades,.spot-trade-form,.open-orders,.order-history,.exchange-activity-table,.activity-controls,.activity-table-scroll,.futures-settings,.futures-estimates,.protection-summary){background:#fff!important;border-color:#d4dad1!important;color:#182019!important}html[data-theme=light] :is(.pair-item:hover,.pair-item.active){background:#eef2ed!important}html[data-theme=light] :is(.spot-trade-form .input-group,.spot-trade-form .available,.spot-trade-form .amount-presets button,.spot-trade-form .side-toggle,.spot-trade-form .order-type-tabs,.order-book header){background:#f6f8f5!important;border-color:#d4dad1!important;color:#182019!important}html[data-theme=light] .trading-layout iframe{filter:none!important;background:#fff!important}html[data-theme=light] :is(.admin-panel-container,.admin-view-heading,.admin-record-summary,.admin-table-card,.admin-header-tools>button,.admin-header-user,.admin-search,.admin-mobile-nav){background:var(--neo-surface)!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important}html[data-theme=light] .admin-sidebar :is(button,a){color:var(--neo-text-soft)!important}html[data-theme=light] .admin-sidebar :is(button,a).active{background:#f3ead4!important;color:#845a08!important}@media(prefers-reduced-motion:no-preference){html,body,.client-header,.admin-header,.client-footer,.wallet-card,.admin-card{transition:background-color .22s ease,color .22s ease,border-color .22s ease}}html[data-theme=light] :is(.hero-section,.features-grid,.portfolio-showcase,.how-it-works,.market-insights){background:#f7f8f5!important;color:var(--neo-text)!important}html[data-theme=light] :is(.market-ticker,.product-paths,.trending-section,.accordion-section){background:#eef1ec!important;color:var(--neo-text)!important;border-color:var(--neo-border)!important}html[data-theme=light] .hero-section{background-image:linear-gradient(rgba(45,57,47,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(45,57,47,.035) 1px,transparent 1px),radial-gradient(circle at 72% 38%,rgba(200,148,34,.13),transparent 31rem)!important}html[data-theme=light] .hero-section :is(h1,h2,h3,strong){color:#172019!important}html[data-theme=light] .hero-section :is(p,.hero-trust span){color:#5f6b62!important}html[data-theme=light] :is(.path-card,.dashboard-preview,.security-panel,.market-board,.accordion-item,.market-insights article,.learn-banner,.platform-banner,.step-box){background:#fff!important;background-image:none!important;border-color:#d9ded6!important;color:var(--neo-text)!important;box-shadow:0 12px 34px #1f2b220f!important}html[data-theme=light] :is(.path-card,.feature-card,.step-box,.accordion-item,.market-board) :is(h2,h3,strong,.question){color:#1b241d!important}html[data-theme=light] :is(.path-card,.feature-card,.step-box,.accordion-item,.market-board) :is(p,small,.description,.accordion-body){color:#657168!important}html[data-theme=light] :is(.features-heading,.paths-heading,.portfolio-copy,.insights-heading,.section-copy) :is(h2,h3,strong){color:#172019!important}html[data-theme=light] :is(.features-heading,.paths-heading,.portfolio-copy,.insights-heading,.section-copy) p{color:#657168!important}html[data-theme=light] .market-ticker{box-shadow:inset 0 1px #d9ded6,inset 0 -1px #d9ded6}html[data-theme=light] .market-ticker :is(strong,.pair){color:#263129!important}html[data-theme=light] .market-board :is(.market-board-heading,.market-table-head,.market-board-foot){background:#f4f6f2!important;border-color:#d9ded6!important}html[data-theme=light] .market-board .market-row{background:#fff!important;border-color:#e2e6df!important}html[data-theme=light] .market-board .market-row:hover{background:#f5f7f3!important}html[data-theme=light] .accordion-header{background:#fff!important;color:#202a22!important;border-color:#d9ded6!important}html[data-theme=light] .accordion-item.open .accordion-header{background:#f4f1e8!important}html[data-theme=light] .cta-section{background:#eee8d8!important;background-image:radial-gradient(circle at 50% 0,rgba(190,134,20,.18),transparent 58%)!important;color:#172019!important}html[data-theme=light] .cta-section :is(h2,strong){color:#172019!important}html[data-theme=light] .cta-section p{color:#5f6b62!important}html[data-theme=light] .client-footer :is(.footer-intro,.footer-main,.footer-risk,.footer-bottom,.support-email,.support-note){background:#fff!important;border-color:#d9ded6!important;color:var(--neo-text)!important}html[data-theme=light] .client-footer :is(h2,h3,strong){color:#1a231c!important}html[data-theme=light] .client-footer :is(p,a,span){color:#667269}html[data-theme=light] :is(.exchange-auth,.admin-login){background:#eef1ec!important;color:var(--neo-text)!important}html[data-theme=light] :is(.auth-showcase,.admin-login>section){background:#e7ebe5!important;background-image:radial-gradient(circle at 30% 25%,rgba(190,134,20,.13),transparent 25rem)!important;color:var(--neo-text)!important}html[data-theme=light] :is(.auth-panel,.admin-login-panel){background:#f7f8f5!important}html[data-theme=light] :is(.auth-card,.admin-login form){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-lg)!important}html[data-theme=light] .trade-panel{background:#fff!important;color:var(--neo-text)!important;border-color:#cbd2c8!important;box-shadow:0 8px 24px #1f2b2214!important}html[data-theme=light] :is(.orderbook-and-trades,.orderbook,.order-book,.recent-trades,.spot-form,.spot-trade-form){background:#fff!important;color:var(--neo-text)!important;border-color:#d4dad1!important}html[data-theme=light] :is(.orderbook-tools,.orderbook-table thead,.spot-trade-form .ticket-heading,.spot-trade-form .fees-row){background:#f5f7f3!important;border-color:#d9ded6!important}html[data-theme=light] .pair-item :is(strong,.price){color:#202a22!important}html[data-theme=light] .pair-item :is(small,.name){color:#768178!important}html[data-theme=light] :is(.order-type-tabs button,.side-toggle button,.amount-presets button,.activity-controls button){color:#667269!important}html[data-theme=light] :is(.order-type-tabs button.active,.activity-controls button.active){color:#8a5e08!important;border-color:#b98419!important}html[data-theme=light] .protection-dialog :is(.protection-reference,.protection-option,.protection-price){background:#f7f9f6!important;border-color:#d5dbd2!important}html[data-theme=light] .protection-dialog :is(input,strong,h3){color:#172019!important}html[data-theme=light] :is(.market-page,.market-workspace){background:#f5f7f3!important;color:var(--neo-text)!important}html[data-theme=light] :is(.market-summary,.market-table-wrap,.market-controls,.market-pagination){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-sm)}html[data-theme=light] :is(.market-table-head,.market-table thead){background:#eef2ed!important;color:var(--neo-text-muted)!important}html[data-theme=light] .market-table tbody tr{background:#fff!important;border-color:#e0e5de!important}html[data-theme=light] .market-table tbody tr:hover{background:#f3f6f2!important}html[data-theme=light] body .market-page .market-workspace{background:transparent!important}html[data-theme=light] body .market-page .market-controls{background:transparent!important;border:0!important;border-bottom:1px solid #cfd6cc!important;border-radius:0!important;box-shadow:none!important}html[data-theme=light] body .market-page .market-tabs{background:transparent!important;border:0!important}html[data-theme=light] body .market-page .market-tabs button{background:transparent!important;color:#667269!important}html[data-theme=light] body .market-page .market-tabs button:hover{color:#263129!important}html[data-theme=light] body .market-page .market-tabs button.active{background:transparent!important;color:#8a5e08!important;border-color:#b98419!important;box-shadow:none!important}html[data-theme=light] body .market-page .market-table-wrap{background:#fff!important;border-color:#d5dbd2!important}html[data-theme=light] body .market-page .market-table thead,html[data-theme=light] body .market-page .market-table thead tr,html[data-theme=light] body .market-page .market-table thead th{background:#eef2ed!important;color:#56635a!important;border-color:#d4dad1!important}html[data-theme=light] body .market-page .market-table tbody tr,html[data-theme=light] body .market-page .market-table tbody td{background:#fff!important;color:#344138!important}html[data-theme=light] body .market-page .market-table tbody tr:hover,html[data-theme=light] body .market-page .market-table tbody tr:hover td{background:#f5f7f3!important}html[data-theme=light] body .market-page .market-table .pair-cell .pair{color:#172019!important;font-weight:750!important}html[data-theme=light] body .market-page .market-table .pair-cell .name{color:#68746b!important}html[data-theme=light] body .market-page .market-table .market-price{color:#263129!important}html[data-theme=light] body .market-page .market-table .fav-icon{background:transparent!important;color:#68746b!important}html[data-theme=light] body .market-page .market-table .row-trade{background:#fff!important;border-color:#aeb8ab!important;color:#344138!important}html[data-theme=light] body .market-page .market-table .row-trade:hover{background:#f3ead4!important;border-color:#bd963a!important;color:#734f08!important}html[data-theme=light] body .market-page .market-pagination{background:transparent!important;border:0!important;border-top:1px solid #d5dbd2!important;border-radius:0!important;box-shadow:none!important;color:#667269!important}html[data-theme=light] body .market-page .market-pagination>div{background:transparent!important}html[data-theme=light] body .market-page .market-pagination strong{color:#344138!important}html[data-theme=light] body .market-page .market-pagination button{background:#f7f9f6!important;border-color:#d1d8ce!important;color:#455248!important}html[data-theme=light] body .market-page .market-pagination button:not(:disabled):hover{background:#eee5cf!important;border-color:#cfb56d!important;color:#734f08!important}html[data-theme=light] body .market-page .market-pagination button:disabled{background:transparent!important;color:#a1aaa3!important}html[data-theme=light] body :is(.info-page,.college-page,.announcement-page,.contact-page){background:#f3f5f1!important;color:#182019!important}html[data-theme=light] body .info-page .info-hero{background:linear-gradient(135deg,#fff,#f4f6f2 64%,#f7f0df)!important;border-color:#d5dbd2!important}html[data-theme=light] body .info-page .info-hero-glow{background:#c9972424!important}html[data-theme=light] body .info-page .info-icon{background:#faf4e5!important;border-color:#d8c17d!important;color:#936509!important}html[data-theme=light] body .info-page .info-hero :is(h1,strong){color:#172019!important}html[data-theme=light] body .info-page .info-hero p{color:#5f6c62!important}html[data-theme=light] body .info-page .info-meta{color:#68746b!important}html[data-theme=light] body .info-page .info-body{background:transparent!important;border:0!important;box-shadow:none!important;color:#182019!important}html[data-theme=light] body .info-page .info-body aside>span{color:#758178!important}html[data-theme=light] body .info-page .info-body aside a{border-color:#d9dfd6!important;color:#526057!important}html[data-theme=light] body .info-page .info-body aside a:hover{color:#895d08!important}html[data-theme=light] body .info-page .info-body aside a:last-child{background:#fff!important;border-color:#d1d8ce!important;color:#344138!important;box-shadow:0 5px 16px #1f2b220b!important}html[data-theme=light] body .info-page .info-body article>section{border-color:#d9dfd6!important}html[data-theme=light] body .info-page .info-body h2{color:#202a22!important}html[data-theme=light] body .info-page .section-copy p{color:#5f6c62!important}html[data-theme=light] body .info-page .section-copy li{color:#455248!important}html[data-theme=light] body :is(.college-page,.announcement-page) :is(.college-hero,.announcement-hero){background:transparent!important;border-color:#d9dfd6!important;color:#182019!important}html[data-theme=light] body :is(.college-page,.announcement-page) :is(.college-hero,.announcement-hero) h1{color:#172019!important}html[data-theme=light] body :is(.college-page,.announcement-page) :is(.college-hero,.announcement-hero) p{color:#5f6c62!important}html[data-theme=light] body .college-page .course-grid article{background:#fff!important;background-image:none!important;border-color:#d6dcd3!important;color:#182019!important;box-shadow:0 8px 25px #1f2b220e!important}html[data-theme=light] body .college-page .course-grid article:hover{border-color:#c4a75f!important;transform:translateY(-2px)}html[data-theme=light] body .college-page .course-grid article>span{color:#e5e9e2!important}html[data-theme=light] body .college-page .course-grid h2{color:#202a22!important}html[data-theme=light] body .college-page .course-grid p{color:#657168!important}html[data-theme=light] body .announcement-page .announcement-hero>svg{background:#faf4e5!important;border-color:#d8c17d!important;color:#936509!important}html[data-theme=light] body .announcement-page .announcement-list article{background:transparent!important;border-color:#d8ded5!important;color:#182019!important}html[data-theme=light] body .announcement-page .announcement-list article:hover{background:#ffffff8c!important}html[data-theme=light] body .announcement-page .announcement-date strong,html[data-theme=light] body .announcement-page .announcement-list h2{color:#202a22!important}html[data-theme=light] body .announcement-page :is(.announcement-date span,.announcement-list p){color:#657168!important}html[data-theme=light] body .announcement-page .announcement-list button{background:transparent!important;color:#936509!important}html[data-theme=light] body .contact-page .contact-hero{background:radial-gradient(circle at 80% 20%,rgba(201,151,36,.12),transparent 34%)!important;border-color:#d7ddd4!important}html[data-theme=light] body .contact-page .contact-hero h1{color:#172019!important}html[data-theme=light] body .contact-page .contact-hero>div>p{color:#5f6c62!important}html[data-theme=light] body .contact-page .contact-hero aside{background:#fff!important;border-color:#d5dbd2!important;color:#182019!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body .contact-page .contact-hero aside>span,html[data-theme=light] body .contact-page .contact-hero aside>small{color:#68746b!important}html[data-theme=light] body .contact-page .contact-hero aside>strong{color:#202a22!important}html[data-theme=light] body .contact-page .contact-channels{background:transparent!important;border-color:#d7ddd4!important;box-shadow:none!important}html[data-theme=light] body .contact-page .contact-channels button{background:#fff!important;border-color:#d5dbd2!important;color:#5f6c62!important;box-shadow:0 5px 17px #1f2b220a!important}html[data-theme=light] body .contact-page .contact-channels button>i{background:#f6f1e4!important;border-color:#dfcf9f!important;color:#936509!important}html[data-theme=light] body .contact-page .contact-channels button strong{color:#263129!important}html[data-theme=light] body .contact-page .contact-channels button small{color:#68746b!important}html[data-theme=light] body .contact-page .contact-channels button:hover,html[data-theme=light] body .contact-page .contact-channels button.active{background:#faf6ec!important;border-color:#c7a75b!important;transform:translateY(-2px)}html[data-theme=light] body .contact-page .contact-workspace{background:transparent!important;border:0!important;box-shadow:none!important;color:#182019!important}html[data-theme=light] body .contact-page .contact-guidance :is(h2,strong){color:#263129!important}html[data-theme=light] body .contact-page .contact-guidance :is(p,small){color:#657168!important}html[data-theme=light] body .contact-page .contact-workspace>.contact-guidance{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#182019!important}html[data-theme=light] body .contact-page .security-alert{background:#fff5f4!important;border-color:#eccbc8!important}html[data-theme=light] body .contact-page .security-alert strong{color:#8d4545!important}html[data-theme=light] body .contact-page .security-alert p{color:#826765!important}html[data-theme=light] body .contact-page .contact-form{background:#fff!important;background-image:none!important;border-color:#d5dbd2!important;color:#182019!important;box-shadow:0 12px 34px #1f2b2212!important}html[data-theme=light] body .contact-page .contact-form :is(h2,strong){color:#202a22!important}html[data-theme=light] body .contact-page .contact-form :is(p,label>span){color:#68746b!important}html[data-theme=light] body .contact-page .contact-form :is(input,select,textarea){background:#f8faf7!important;border-color:#d1d8ce!important;color:#182019!important}html[data-theme=light] body .contact-page .contact-form :is(input,select,textarea):focus{background:#fff!important;border-color:#aa7b19!important;box-shadow:0 0 0 3px #a67a1d17!important}html[data-theme=light] body .contact-page .contact-success{background:#edf8f3!important;color:#176849!important}html[data-theme=light] body .contact-page .contact-details{background:transparent!important;border-color:#d7ddd4!important;box-shadow:none!important}html[data-theme=light] body .contact-page .contact-details>div{background:transparent!important;border-color:#d7ddd4!important}html[data-theme=light] body .contact-page .contact-details small{color:#758178!important}html[data-theme=light] body .contact-page .contact-details :is(a,strong){color:#344138!important}html[data-theme=light] body .contact-page .contact-footer-links{background:transparent!important;border:0!important;box-shadow:none!important}html[data-theme=light] body .contact-page .contact-footer-links h2{color:#202a22!important}html[data-theme=light] body .contact-page .contact-footer-links a{border-color:#d8ded5!important;color:#526057!important}html[data-theme=light] body .contact-page .contact-footer-links a:hover{color:#895d08!important}html[data-theme=light] body .news-page .news-command{background:transparent!important;border:0!important;border-top:1px solid #cfd6cc!important;border-bottom:1px solid #cfd6cc!important;box-shadow:none!important;color:#182019!important}html[data-theme=light] body .news-page .news-command nav{background:transparent!important}html[data-theme=light] body .news-page .news-command nav button{background:transparent!important;color:#68746b!important}html[data-theme=light] body .news-page .news-command nav button:hover{color:#263129!important}html[data-theme=light] body .news-page .news-command nav button.active{background:transparent!important;border-bottom-color:#b98419!important;color:#895d08!important}html[data-theme=light] body .news-page .news-command>label{background:linear-gradient(180deg,#fff,#f7f9f6)!important;border-color:#d2d9cf!important;color:#68746b!important;box-shadow:0 2px 8px #1f2b220a!important}html[data-theme=light] body .news-page .news-command>label:hover{border-color:#b9c3b6!important}html[data-theme=light] body .news-page .news-command>label:focus-within{background:#fff!important;border-color:#aa7b19!important;color:#966709!important;box-shadow:0 0 0 3px #a67a1d17!important}html[data-theme=light] body .news-page .news-command>label input{background:transparent!important;border:0!important;color:#172019!important;box-shadow:none!important}html[data-theme=light] body .news-page .news-command>label input::placeholder{color:#879289!important}html[data-theme=light] body :is(.earn-page,.events-page) :is(.earn-tabs,.event-filters){background:transparent!important;border:0!important;border-bottom:1px solid #cfd6cc!important;border-radius:0!important;box-shadow:none!important}html[data-theme=light] body :is(.earn-page,.events-page) :is(.earn-tabs,.event-filters) button{background:transparent!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:#68746b!important;box-shadow:none!important}html[data-theme=light] body :is(.earn-page,.events-page) :is(.earn-tabs,.event-filters) button:hover{background:transparent!important;color:#263129!important}html[data-theme=light] body :is(.earn-page,.events-page) :is(.earn-tabs,.event-filters) button.active{background:transparent!important;border-bottom-color:#b98419!important;color:#895d08!important;box-shadow:none!important}html[data-theme=light] body .spot-trade-layout :is(.trade-workspace-header,.pair-list,.pair-list-wrapper,.pair-list-head,.pair-item,.chart-and-book,.chart,.orderbook-and-trades,.tab-header,.tab-content,.orderbook-tools,.orderbook-table,.trade-panel,.spot-form,.spot-trade-form,.wallet-buttons,.trade-footer,.trade-footer-heading,.activity-controls,.activity-table-scroll,.activity-pagination,table,thead,tbody,tr,th,td){border-color:#d5dbd2!important}html[data-theme=light] body .spot-trade-layout>aside,html[data-theme=light] body .spot-trade-layout>section,html[data-theme=light] body .spot-trade-layout>.trade-footer{border-color:#cfd6cc!important}html[data-theme=light] body .spot-trade-layout .trade-workspace-header{border-bottom-color:#cfd6cc!important}html[data-theme=light] body .spot-trade-layout .pair-list-head nav{border-top-color:#dce2d9!important}html[data-theme=light] body .spot-trade-layout .pair-item{border-bottom-color:#e0e5de!important}html[data-theme=light] body .spot-trade-layout .ticket-heading,html[data-theme=light] body .spot-trade-layout .order-type-tabs,html[data-theme=light] body .spot-trade-layout .fees-row{border-color:#dce2d9!important}html[data-theme=light] body .spot-trade-layout .workspace-coin-icon{background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important}html[data-theme=light] body .spot-trade-layout .trade-footer .tab-count{background:#edf1eb!important;border:1px solid #d8ded5!important;color:#657168!important;box-shadow:none!important}html[data-theme=light] body .spot-trade-layout .trade-footer li.active .tab-count{background:#faf0d7!important;border-color:#dec77f!important;color:#8b5f08!important}html[data-theme=light] body .spot-trade-layout .trade-footer :is(.open-orders,.order-history) thead,html[data-theme=light] body .spot-trade-layout .trade-footer :is(.open-orders,.order-history) th{background:#eef2ed!important;border-color:#d8ded5!important;color:#657168!important}html[data-theme=light] body .spot-trade-layout .activity-pagination{background:#fff!important;border-top-color:#dce2d9!important}html[data-theme=light] body .exchange-auth .auth-panel>.auth-card{background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#182019!important}html[data-theme=light] body .hero-section .terminal{background:#fffffff5!important;border-color:#d3dad0!important;color:#182019!important;box-shadow:0 32px 80px #1f2b2229!important}html[data-theme=light] body .hero-section :is(.terminal-top,.terminal-tabs,.terminal-bottom){border-color:#dce2d9!important}html[data-theme=light] body .hero-section .terminal-pair strong,html[data-theme=light] body .hero-section .terminal-price strong,html[data-theme=light] body .hero-section .terminal-bottom strong{color:#202a22!important}html[data-theme=light] body .hero-section :is(.terminal-pair small,.terminal-tabs,.terminal-tabs small,.terminal-bottom span){color:#6d796f!important}html[data-theme=light] body .hero-section .terminal-tabs .active{color:#895d08!important;border-bottom-color:#b98419!important}html[data-theme=light] body .hero-section .chart-grid{background-image:linear-gradient(rgba(61,75,64,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(61,75,64,.075) 1px,transparent 1px)!important}html[data-theme=light] body .hero-section .chart-tooltip,html[data-theme=light] body .hero-section .floating-card{background:#fffffff5!important;border-color:#d3dad0!important;color:#182019!important;box-shadow:0 16px 38px #1f2b2226!important}html[data-theme=light] body .hero-section :is(.chart-tooltip,.floating-card) strong{color:#202a22!important}html[data-theme=light] body .hero-section :is(.chart-tooltip small,.floating-card span){color:#6d796f!important}html[data-theme=light] body .home{background:#f4f5f1!important}html[data-theme=light] body .home :is(.hero-section,.portfolio-showcase,.how-it-works,.market-insights){background-color:#fbfaf7!important}html[data-theme=light] body .home :is(.features-grid,.product-paths,.trending-section,.accordion-section){background-color:#f0f3ee!important;box-shadow:inset 0 1px #e1e5de,inset 0 -1px #e1e5de}html[data-theme=light] body .home .hero-section{background-image:linear-gradient(rgba(47,61,51,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(47,61,51,.035) 1px,transparent 1px),radial-gradient(circle at 74% 34%,rgba(211,165,56,.18),transparent 32rem),linear-gradient(135deg,#fffefa,#f7f8f4 72%)!important;border-bottom:1px solid #dde2da}html[data-theme=light] body .home :is(.features-grid,.product-paths,.portfolio-showcase,.trending-section,.how-it-works,.accordion-section,.market-insights){position:relative}html[data-theme=light] body .home :is(.feature-card,.path-card,.step-box,.dashboard-preview,.security-panel,.market-board,.learn-banner,.platform-banner){border:1px solid #d5dbd2!important;background:#fff!important;box-shadow:0 10px 28px #22302612,0 1px 2px #2230260a!important}html[data-theme=light] body .home :is(.feature-card,.path-card,.step-box){transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}html[data-theme=light] body .home :is(.feature-card,.path-card,.step-box):hover{transform:translateY(-4px);border-color:#c7ae6b!important;box-shadow:0 18px 40px #2230261c,0 2px 5px #2230260d!important}html[data-theme=light] body .home :is(.section-kicker,.path-label,.market-board-heading .section-kicker,.insights-heading>div>span,.learn-banner>div>span){color:#966607!important}html[data-theme=light] body .home :is(.features-heading,.paths-heading,.portfolio-copy,.market-board-heading,.insights-heading) h2,html[data-theme=light] body .home :is(.how-it-works,.accordion-section)>h2{color:#18231b!important}html[data-theme=light] body .home :is(.features-heading,.paths-heading,.portfolio-copy,.market-board-heading,.insights-heading) p,html[data-theme=light] body .home .section-intro{color:#59675d!important}html[data-theme=light] body .home .feature-card{background:linear-gradient(145deg,#fff,#fafbf8)!important}html[data-theme=light] body .home :is(.feature-icon,.path-icon,.step-icon,.learn-icon){background:#faf3df!important;border-color:#e5d29a!important;color:#9a6908!important}html[data-theme=light] body .home .path-card .path-icon{position:relative;z-index:1;width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;margin-bottom:3rem;border:1px solid #e5d29a!important;border-radius:13px;font-size:1.35rem;background:#faf3df!important}html[data-theme=light] body .home .path-card .path-icon:after{display:none!important}html[data-theme=light] body .home .path-card.blue .path-icon{background:#edf3ff!important;border-color:#cad8f2!important;color:#4778c8!important}html[data-theme=light] body .home .path-card.green .path-icon{background:#eaf7f0!important;border-color:#c8e3d4!important;color:#25865b!important}html[data-theme=light] body .home .security-panel{background:linear-gradient(110deg,#fffaf0,#fff 55%,#f5f8f3)!important}html[data-theme=light] body .home .market-board{overflow:hidden}html[data-theme=light] body .home .market-board :is(.market-tabs,.market-table-head,.market-board-foot){background:#f6f8f4!important}html[data-theme=light] body .home .market-board .market-row{min-height:82px}html[data-theme=light] body .home .featured-insight:after{background:linear-gradient(transparent 18%,#080d09e6)!important}html[data-theme=light] body .home .featured-insight .insight-overlay :is(h3,p,strong){color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.28)}html[data-theme=light] body .home .featured-insight .insight-overlay :is(span,small){color:#f2c861!important}html[data-theme=light] body .home .accordion-list{overflow:hidden;border:1px solid #d5dbd2;border-radius:14px;background:#fff;box-shadow:0 10px 30px #2230260f}html[data-theme=light] body .home .accordion-item{border-color:#e0e5dd!important;box-shadow:none!important}html[data-theme=light] body .home .accordion-header{padding-inline:1.25rem}html[data-theme=light] body .home .cta-section{background-color:#f3ead4!important;border-top:1px solid #e1d1a9;border-bottom:1px solid #e1d1a9}html[data-theme=light] body .home :is(.grid-container,.feature-card,.market-tabs,.market-table-head,.market-row,.market-board-foot,.terminal-top,.terminal-tabs,.terminal-bottom,.chart-bars,.preview-bottom){border-color:#dce2d9!important}html[data-theme=light] body .home .grid-container{background:#fff!important;border:0!important;box-shadow:0 10px 30px #2230260f!important}html[data-theme=light] body .home .grid-container .feature-card{border-top:0!important;border-bottom:0!important;border-left:0!important;border-right:1px solid #dce2d9!important}html[data-theme=light] body .home .grid-container .feature-card:last-child{border-right:0!important}@media(max-width:900px){html[data-theme=light] body .home .grid-container .feature-card{border-right:1px solid #dce2d9!important;border-bottom:1px solid #dce2d9!important}html[data-theme=light] body .home .grid-container .feature-card:nth-child(2n){border-right:0!important}}@media(max-width:560px){html[data-theme=light] body .home .grid-container .feature-card{border-right:0!important;border-bottom:1px solid #dce2d9!important}html[data-theme=light] body .home .grid-container .feature-card:last-child{border-bottom:0!important}}html[data-theme=light] body .home .hero-actions .secondary,html[data-theme=light] body .home :is(.all-markets,.trade-link,.learn-banner button,.path-card button,.insights-heading button){background:#fff!important;border-color:#cfd7cc!important;color:#263129!important;box-shadow:none!important}html[data-theme=light] body .home .hero-actions .secondary:hover,html[data-theme=light] body .home :is(.trade-link,.learn-banner button):hover{background:#f7f9f5!important;border-color:#bda25f!important;color:#825805!important}html[data-theme=light] body .home .risk-note{background:#f6f8f4!important;border:1px solid #dce2d9!important;color:#59675d!important}html[data-theme=light] body .home .risk-note strong{color:#263129!important}html[data-theme=light] body .home .security-points div{border-color:#dce2d9!important}html[data-theme=light] body .home .dashboard-preview :is(.chart-bars,.preview-bottom){border-color:#dce2d9!important}html[data-theme=light] body .home .market-loading i{background:linear-gradient(90deg,#f4f6f2,#fff,#f4f6f2)!important}html[data-theme=light] body .home .market-tabs button{color:#667269!important}html[data-theme=light] body .home .market-tabs button.active{color:#805604!important}html[data-theme=light] body .home .step-count{color:#7a857c!important}html[data-theme=light] body .client-footer{background:#fbfcf9!important;border-color:#dce2d9!important}html[data-theme=light] body .client-footer :is(.footer-intro,.footer-main,.footer-bottom){background:transparent!important;border-color:#dce2d9!important}html[data-theme=light] body .client-footer :is(.support-email,.footer-risk,.footer-socials a,.footer-bottom button,.footer-address,.support-note,.footer-status){background:#fff!important;border-color:#d6ddd3!important;color:#59675d!important}html[data-theme=light] body .client-footer .footer-intro-actions a:not(:first-child){background:#fff!important;border-color:#cfd7cc!important;color:#263129!important}html[data-theme=light] body .kyc-page{background:radial-gradient(circle at 18% 5%,rgba(201,151,36,.11),transparent 29%),#f3f5f1!important;color:#182019!important}html[data-theme=light] body .kyc-page .kyc-shell{background:#fff!important;border-color:#d2d9cf!important;color:#182019!important;box-shadow:0 24px 65px #1f2b2224!important}html[data-theme=light] body .kyc-page .kyc-aside{background:linear-gradient(155deg,#faf8f1,#f1f4ef)!important;border-color:#d6dcd3!important;color:#182019!important}html[data-theme=light] body .kyc-page .kyc-aside h1{color:#172019!important}html[data-theme=light] body .kyc-page .kyc-aside>p{color:#5f6c62!important}html[data-theme=light] body .kyc-page .kyc-benefits svg{background:#f7efd9!important;border-color:#ddc77f!important;color:#936509!important}html[data-theme=light] body .kyc-page .kyc-benefits strong{color:#263129!important}html[data-theme=light] body .kyc-page :is(.kyc-benefits small,.privacy-note){color:#68746b!important}html[data-theme=light] body .kyc-page .privacy-note{border-color:#d8ded5!important}html[data-theme=light] body .kyc-page .kyc-card{background:#fff!important;color:#182019!important}html[data-theme=light] body .kyc-page .kyc-card header h2{color:#202a22!important}html[data-theme=light] body .kyc-page .kyc-card header p{color:#68746b!important}html[data-theme=light] body .kyc-page .kyc-progress i{background:#dfe5dc!important}html[data-theme=light] body .kyc-page .kyc-progress i.done{background:#c99725!important}html[data-theme=light] body .kyc-page .details-grid label{color:#5f6c62!important}html[data-theme=light] body .kyc-page .details-grid :is(input,select){background:#f8faf7!important;border-color:#d1d8ce!important;color:#182019!important}html[data-theme=light] body .kyc-page .details-grid :is(input,select):focus{background:#fff!important;border-color:#aa7b19!important;box-shadow:0 0 0 3px #a67a1d17!important}html[data-theme=light] body .kyc-page .document-types button{background:#f7f9f6!important;border-color:#d2d9cf!important;color:#526057!important;justify-content:flex-start!important;text-align:left!important}html[data-theme=light] body .kyc-page .document-types button svg{flex:none!important;margin:0!important}html[data-theme=light] body .kyc-page .document-types button.active svg:last-child:not(:first-child){margin-left:4px!important}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] #root{background:#f2f3f0!important}html[data-theme=light] body :is(.home-page,.market-page,.news-page,.earn-page,.events-page,.contact-page,.info-page,.college-page,.announcement-page,.trade-portal){background:radial-gradient(circle at 82% 5%,rgba(190,142,32,.055),transparent 28rem),linear-gradient(180deg,#f7f7f4 0,#f2f3f0 24rem,#eff1ee)!important;color:#172019!important}html[data-theme=light] body :is(.wallet-workspace,.account-center,.account-content){background:linear-gradient(180deg,#f5f6f3 0,#eff1ee 26rem,#ecefeb)!important;color:#172019!important}html[data-theme=light] body :is(.exchange-auth,.kyc-page){background:radial-gradient(circle at 14% 8%,rgba(190,142,32,.07),transparent 25rem),linear-gradient(145deg,#f5f6f3,#ecefeb)!important}html[data-theme=light] body :is(.trading-layout,.spot-trade-layout,.spot-workspace,.futures-workspace){background:#e9ece8!important;color:#172019!important}html[data-theme=light] body .main-layout:not(.trading-layout){background:#f2f3f0!important}html[data-theme=light] body .route-stage{background:transparent!important}html[data-theme=light] body :is(.wallet-card,.market-table-wrap,.news-card,.earn-card,.event-card,.professional-card,.settings-group){box-shadow:0 8px 24px #19231c0e!important}html[data-theme=light] body .kyc-page .document-types button:hover{background:#f3f6f2!important;border-color:#bda25d!important}html[data-theme=light] body .kyc-page .document-types button.active{background:#faf4e5!important;border-color:#b9881d!important;color:#895d08!important}html[data-theme=light] body .kyc-page .upload-guidance{color:#68746b!important}html[data-theme=light] body .kyc-page .upload-box{background:#f8faf7!important;border-color:#c7d0c4!important;color:#263129!important}html[data-theme=light] body .kyc-page .upload-box:hover,html[data-theme=light] body .kyc-page .upload-box.selected{background:#faf6ec!important;border-color:#b9881d!important}html[data-theme=light] body .kyc-page .upload-icon{background:#f1ead7!important;color:#936509!important}html[data-theme=light] body .kyc-page .upload-box strong{color:#263129!important}html[data-theme=light] body .kyc-page .upload-box small{color:#68746b!important}html[data-theme=light] body .kyc-page .kyc-card footer{border-color:#dce2d9!important}html[data-theme=light] body .kyc-page .kyc-card .back{background:#f7f9f6!important;border-color:#d2d9cf!important;color:#455248!important}html[data-theme=light] body .kyc-page :is(.kyc-status-card,.kyc-loading){background:#fff!important;border-color:#d3dad0!important;color:#182019!important;box-shadow:0 18px 48px #1f2b221c!important}html[data-theme=light] body .kyc-page .kyc-status-card h1{color:#202a22!important}html[data-theme=light] body .kyc-page .kyc-status-card>p{color:#68746b!important}html[data-theme=light] body .kyc-page .review-strip{background:#f7f9f6!important;border-color:#d7ddd4!important}html[data-theme=light] body .kyc-page .review-strip strong{color:#263129!important}html[data-theme=light] body .kyc-page .review-strip span{color:#68746b!important}html[data-theme=light] body .client-header .header-right>.notif-wrapper{position:relative!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #d3dad0!important;border-radius:10px!important;background:#fff!important;box-shadow:0 2px 7px #1f2b220b!important}html[data-theme=light] body .client-header .header-right>.notif-wrapper:hover{background:#f5f7f3!important;border-color:#bfa25c!important}html[data-theme=light] body .client-header .header-right>.notif-wrapper .notif-icon{width:20px!important;height:20px!important;border-radius:0!important;object-fit:contain!important}html[data-theme=light] body .client-header .header-right>.notif-wrapper .notif-badge{top:-5px!important;right:-5px!important;min-width:16px!important;width:auto!important;height:16px!important;padding:0 4px!important;display:grid!important;place-items:center!important;border:2px solid #fff!important;border-radius:999px!important;background:#e54848!important;color:#fff!important;box-shadow:0 2px 5px #9723233d!important;font-size:8px!important;font-weight:800!important;line-height:1!important}html[data-theme=light] :is(.news-page,.earn-page,.events-page,.college-page){background:#f5f7f3!important;color:var(--neo-text)!important}html[data-theme=light] :is(.news-brief,.featured-story,.news-card,.earn-card,.event-card,.course-grid>article,.course-grid>div){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-sm)!important}html[data-theme=light] :is(.news-command,.earn-tabs,.event-filters){background:#eef2ed!important;border-color:var(--neo-border)!important}html[data-theme=light] :is(.news-brief,.featured-story,.news-card,.earn-card,.event-card,.course-grid>*) :is(h2,h3,h4,strong){color:#1a241c!important}html[data-theme=light] :is(.news-brief,.featured-story,.news-card,.earn-card,.event-card,.course-grid>*) :is(p,small,span){color:#657168}html[data-theme=light] .event-date{background:#f4ead1!important;border-color:#dcc793!important;color:#946509!important}html[data-theme=light] :is(.earn-tabs button,.event-filters button){background:#fff!important;border-color:#d7ddd4!important;color:#626e65!important}html[data-theme=light] :is(.earn-tabs button.active,.event-filters button.active){background:#efe4c8!important;color:#855b08!important;border-color:#d2b365!important}html[data-theme=light] :is(.contact-workspace,.contact-channels,.contact-form,.contact-guidance,.info-body){background:#fff!important;border-color:var(--neo-border)!important;color:var(--neo-text)!important;box-shadow:var(--neo-shadow-sm)}html[data-theme=light] .contact-channels>*{background:#f7f9f6!important;border-color:#d9ded6!important;color:var(--neo-text-soft)!important}html[data-theme=light] .contact-channels>.active{background:#f0e7d1!important;border-color:#cfb56d!important;color:#704c07!important}html[data-theme=light] :is(.contact-page,.info-page) :is(h1,h2,h3,h4,strong){color:#172019!important}html[data-theme=light] :is(.contact-page,.info-page) :is(p,li,small){color:#5f6c62!important}html[data-theme=light] .info-body a{color:#8a5e08!important}html[data-theme=light] :is(.market-proof,.auth-input,.secondary-auth,.admin-login form>div){background:#f7f9f6!important;border-color:#d6dcd3!important;color:var(--neo-text)!important}html[data-theme=light] .auth-input input{background:transparent!important;color:#172019!important}html[data-theme=light] .secondary-auth{color:#29352c!important}html[data-theme=light] .auth-showcase :is(h1,strong){color:#172019!important}html[data-theme=light] .auth-showcase :is(p,span){color:#5f6c62}html[data-theme=light] :is(.spot-trade-layout,.spot-workspace,.futures-workspace){background:#e9ede8!important;color:var(--neo-text)!important}html[data-theme=light] :is(.workspace-mode-switch,.pair-list-wrapper,.orderbook-and-trades,.tab-header,.tab-content,.market-mid,.wallet-buttons,.trade-footer,.exchange-activity-table,.activity-controls){background:#fff!important;border-color:#cfd6cc!important;color:var(--neo-text)!important}html[data-theme=light] :is(.pair-list-wrapper,.orderbook-and-trades,.trade-panel,.wallet-buttons,.trade-footer){box-shadow:0 4px 14px #1f2b220b!important}html[data-theme=light] .tab-header{background:#f2f5f1!important}html[data-theme=light] .market-mid{background:#edf3ee!important}html[data-theme=light] :is(.wallet-buttons button,.workspace-mode-switch button){background:#f7f9f6!important;border-color:#d4dad1!important;color:#526057!important}html[data-theme=light] :is(.workspace-mode-switch button.active,.tab-header .active){background:#efe4c8!important;color:#7d5508!important;border-color:#d1b365!important}html[data-theme=light] .spot-trade-form :is(.ticket-heading,.available,.input-group,.amount-presets,.futures-settings,.futures-estimates,.fees-row,.protection-summary){background:#f7f9f6!important;border-color:#d5dbd2!important;color:var(--neo-text)!important}html[data-theme=light] .spot-trade-form :is(input,select){background:#fff!important;color:#172019!important}html[data-theme=light] .chart{background:#fff!important;color:#182019!important;border-color:#cbd2c8!important}html[data-theme=light] body .news-page .news-disclosure{background:#f0f3ee!important;border-color:#d5dbd2!important;color:#59665c!important}html[data-theme=light] body .spot-trade-layout .orderbook-and-trades{background:#fff!important;border-color:#cfd6cc!important;color:#182019!important}html[data-theme=light] body .spot-trade-layout .orderbook-and-trades :is(.tab-header,.tab-content,.orderbook-table){background:#fff!important;border-color:#d5dbd2!important;color:#182019!important}html[data-theme=light] body .trade-footer :is(.open-orders,.order-history,.exchange-activity-table,.activity-table-scroll,table,tbody,tr,td){background:#fff!important;color:#243027!important;border-color:#d9ded6!important}html[data-theme=light] body .trade-footer :is(.open-orders,.order-history,.exchange-activity-table) thead,html[data-theme=light] body .trade-footer :is(.open-orders,.order-history,.exchange-activity-table) th{background:#eef2ed!important;color:#657168!important;border-color:#d9ded6!important}html[data-theme=light] body .trade-footer :is(.open-orders,.order-history) .empty-row td{background:#f8faf7!important;color:#526057!important}html[data-theme=light] body .trade-footer :is(.activity-pagination,.activity-controls){background:#fff!important;color:#657168!important;border-color:#d9ded6!important}html[data-theme=light] body .trade-footer :is(.activity-pagination,.activity-controls) button,html[data-theme=light] body .trade-footer :is(.activity-pagination,.activity-controls) select{background:#f5f7f3!important;color:#526057!important;border-color:#d4dad1!important}html[data-theme=light] .trade-footer>div{scrollbar-color:#b9a46d #edf1eb}html[data-theme=light] .trade-footer>div::-webkit-scrollbar-track{background:#edf1eb!important}html[data-theme=light] .trade-footer>div::-webkit-scrollbar-thumb{background:#b9a46d!important;border:2px solid #edf1eb!important}html[data-theme=light] .client-header :is(.notif-icon,.user-avatar>img,.lang-currency-wrapper .icon-button>img){filter:brightness(0) saturate(100%) opacity(.72)}html[data-theme=light] body :is(.market-page,.news-page,.earn-page,.events-page,.contact-page,.info-page,.college-page,.announcement-page,.trade-portal){background:#f6f7f4!important;background-image:none!important;color:#18221b!important}html[data-theme=light] body :is(.market-hero,.news-hero,.earn-hero,.events-hero,.contact-hero,.info-hero,.college-hero,.announcement-hero,.tp-hero){background-color:#fbfcf9!important;background-image:radial-gradient(circle at 82% 12%,rgba(202,153,39,.09),transparent 28rem)!important;border-color:#dce2d9!important}html[data-theme=light] body :is(.market-page,.news-page,.earn-page,.events-page,.contact-page,.info-page,.college-page,.announcement-page,.trade-portal) :is(h1,h2,h3,h4,strong){color:#1b251d!important}html[data-theme=light] body :is(.market-page,.news-page,.earn-page,.events-page,.contact-page,.info-page,.college-page,.announcement-page,.trade-portal) :is(p,small,.description){color:#627067!important}html[data-theme=light] body :is(.market-controls,.news-command,.earn-tabs,.event-filters){background:transparent!important;border:0!important;border-bottom:1px solid #d7ddd4!important;border-radius:0!important;box-shadow:none!important}html[data-theme=light] body :is(.market-tabs,.news-command nav,.earn-tabs,.event-filters){background:transparent!important}html[data-theme=light] body :is(.market-tabs,.news-command nav,.earn-tabs,.event-filters) button{background:transparent!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;box-shadow:none!important;color:#667269!important}html[data-theme=light] body :is(.market-tabs,.news-command nav,.earn-tabs,.event-filters) button.active{background:transparent!important;border-bottom-color:#b98419!important;color:#855a07!important}html[data-theme=light] body :is(.market-search,.news-command>label){background:#fff!important;border:1px solid #d2d9cf!important;color:#627067!important;box-shadow:0 3px 10px #1f2b2209!important}html[data-theme=light] body :is(.market-search,.news-command>label):focus-within{border-color:#b68a28!important;box-shadow:0 0 0 3px #b68a2817!important}html[data-theme=light] body .market-page :is(.market-summary,.market-table-wrap){background:#fff!important;border-color:#d4dbd1!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body .market-page .market-table :is(thead,tr,th){border-color:#dce2d9!important}html[data-theme=light] body .market-page .market-table thead th{background:#f1f4ef!important;color:#68746b!important}html[data-theme=light] body .market-page .market-pagination{background:transparent!important;border:0!important;box-shadow:none!important}html[data-theme=light] body .market-page .market-pagination button{background:#fff!important;border-color:#d2d9cf!important;color:#344138!important}html[data-theme=light] body .news-page :is(.news-brief,.featured-story,.news-card,.news-disclosure){background:#fff!important;border-color:#d5dcd2!important;box-shadow:0 8px 24px #1f2b220f!important}html[data-theme=light] body .news-page .featured-media:after{background:linear-gradient(90deg,transparent 65%,rgba(15,20,16,.12))!important}html[data-theme=light] body .news-page .card-media:after{background:linear-gradient(transparent 38%,#0e130fc2)!important}html[data-theme=light] body .news-page .card-media>div :is(span,strong){color:#f3c75b!important}html[data-theme=light] body .news-page :is(.story-footer,.news-section-heading){border-color:#dce2d9!important}html[data-theme=light] body .earn-page .earn-card,html[data-theme=light] body .events-page :is(.event-card,.events-list>article){background:#fff!important;background-image:none!important;border-color:#d5dcd2!important;box-shadow:0 8px 24px #1f2b220f!important}html[data-theme=light] body .earn-page .earn-card:hover,html[data-theme=light] body .events-page :is(.event-card,.events-list>article):hover{border-color:#c7ac66!important;box-shadow:0 15px 34px #1f2b2217!important}html[data-theme=light] body .earn-page :is(.earn-card p,.earn-disclaimer){border-color:#dce2d9!important}html[data-theme=light] body .earn-page .pair-icons img{border-color:#fff!important}html[data-theme=light] body .contact-page :is(.contact-workspace,.contact-guidance,.contact-details,.contact-footer-links){background:transparent!important;border-color:#d8ded5!important;box-shadow:none!important}html[data-theme=light] body .contact-page :is(.contact-hero aside,.contact-channels button,.contact-form){background:#fff!important;background-image:none!important;border-color:#d4dbd1!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body .contact-page .contact-channels button.active{background:#fbf5e7!important;border-color:#c9aa5d!important}html[data-theme=light] body .info-page .info-body{background:transparent!important;box-shadow:none!important}html[data-theme=light] body .info-page .info-body aside a:last-child,html[data-theme=light] body .college-page .course-grid article{background:#fff!important;background-image:none!important;border-color:#d5dcd2!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body .announcement-page .announcement-list article{background:transparent!important;border-color:#d9dfd6!important;box-shadow:none!important}html[data-theme=light] body .announcement-page .announcement-list article:hover{background:#fff!important}html[data-theme=light] body .trade-portal :is(.tp-products,.tp-toolkit,.tp-final){background:#f6f7f4!important;border-color:#dce2d9!important}html[data-theme=light] body .trade-portal :is(.tp-console,.product-grid article,.tool-grid,.tool-grid article){background:#fff!important;background-image:none!important;border-color:#d5dcd2!important;color:#18221b!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body .trade-portal :is(.console-head,.console-row,.tool-grid article){border-color:#dce2d9!important}html[data-theme=light] body .trade-portal .tp-actions button+button{background:#fff!important;border-color:#cfd7cc!important;color:#263129!important}html[data-theme=light] body :is(.wallet-workspace,.account-center,.account-content){background:#f5f6f3!important;background-image:none!important;color:#18221b!important}html[data-theme=light] body .wallet-workspace>*{max-width:1400px!important}html[data-theme=light] body .account-page{max-width:1400px!important}html[data-theme=light] body .wallet-workspace :is(.wallet-card,.portfolio-hero,.portfolio-stats>div,.portfolio-insights article,.performance-card,.win-rate-panel,.equity-curve-card,.result-distribution-card,.allocation-card,.asset-table,.portfolio-trades-card,.transaction-card,.transaction-volume-chart,.transaction-history-pro,.trades-records,.notification-summary>div,.notification-list,.notification-preferences,.transfer-form,.transfer-side),html[data-theme=light] body .account-page :is(.identity-card,.professional-card,.settings-group,.balance-card,.account-metrics>div,.verification-hero,.limit-grid>div,.reward-stats>div,.referral-share>div,.security-score,.current-device){background:#fff!important;background-image:none!important;border-color:#d6ddd3!important;color:#18221b!important;box-shadow:0 8px 24px #1f2b220e!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero{background:#fff!important;background-image:none!important;border-color:#d3dbd0!important;box-shadow:0 14px 38px #1f2b2213!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero>.portfolio-total{background:linear-gradient(135deg,#fff,#f8faf6)!important;border-color:#dce2d9!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero>.portfolio-performance{background:linear-gradient(145deg,#fffdf8,#f9faf7)!important;border:0!important}html[data-theme=light] body .wallet-workspace :is(.performance-chart,.equity-curve,.transaction-volume-chart .volume-grid){background-color:#fbfcfa!important;background-image:linear-gradient(rgba(61,75,64,.065) 1px,transparent 1px)!important;border-color:#dce2d9!important}html[data-theme=light] body .wallet-workspace :is(.selected-asset,.address-block,.qr-row,.security-note,.limit-box,.withdraw-summary,.security-checklist){background:#f8faf7!important;background-image:none!important;border-color:#d7ded4!important;color:#263129!important;box-shadow:none!important}html[data-theme=light] body .wallet-workspace :is(.amount-input,.address-input,.notification-search,.trades-toolbar>label,.history-toolbar>label){background:#fff!important;background-image:none!important;border:1px solid #d1d9ce!important;color:#627067!important;box-shadow:0 2px 7px #1f2b2209!important}html[data-theme=light] body .wallet-workspace :is(.amount-input,.address-input,.notification-search,.trades-toolbar>label,.history-toolbar>label):focus-within{border-color:#b68a28!important;box-shadow:0 0 0 3px #b68a2817!important}html[data-theme=light] body .wallet-workspace .network-options :is(button,label){background:#fff!important;border-color:#d3dbd0!important;color:#455248!important}html[data-theme=light] body .wallet-workspace .network-options :is(button,label).active{background:#fbf5e7!important;border-color:#c5a453!important;color:#855a07!important}html[data-theme=light] body .wallet-workspace :is(.history-toolbar,.trades-toolbar,.history-pagination,.trades-pagination){background:transparent!important;border-color:#dce2d9!important;box-shadow:none!important}html[data-theme=light] body .wallet-workspace :is(.transaction-history-pro,.trades-records){overflow:hidden;border:1px solid #d5dcd2!important;border-radius:12px!important}html[data-theme=light] body .wallet-workspace :is(.transaction-history-pro,.trades-records) thead,html[data-theme=light] body .wallet-workspace :is(.transaction-history-pro,.trades-records) th{background:#f0f3ee!important;color:#68746b!important;border-color:#dce2d9!important}html[data-theme=light] body .wallet-workspace :is(.transaction-history-pro,.trades-records) tbody tr:hover td{background:#f7f9f6!important}html[data-theme=light] body .wallet-workspace .trade-record-status.canceled{background:#eef1ed!important;border-color:#d3dad0!important;color:#657168!important}html[data-theme=light] body .wallet-workspace .view-trade{background:#fff!important;border-color:#d1d9ce!important;color:#455248!important}html[data-theme=light] body .notifications-page .notification-toolbar>div{background:#eef2ed!important;border-color:#d7ded4!important}html[data-theme=light] body .notifications-page .notification-toolbar button.active,html[data-theme=light] body .notifications-page .notification-toolbar>div>button.active{background:#fff!important;border-color:#d0d8cd!important;color:#805604!important;box-shadow:0 2px 7px #1f2b2212!important}html[data-theme=light] body .notifications-page .notification-search{background:#fff!important;border-color:#d1d9ce!important;color:#627067!important}html[data-theme=light] body .notifications-page .notification-list{border:1px solid #d6ddd3!important;border-radius:12px!important;overflow:hidden}html[data-theme=light] body .notifications-page .notification-row.unread{background:#fffaf0!important;border-left:3px solid #c49323!important}html[data-theme=light] body .account-nav{background:#fbfcf9!important;border-color:#d7ded4!important}html[data-theme=light] body .account-nav nav button.active{background:#faf3e2!important;border-color:#ddc886!important}html[data-theme=light] body .account-nav nav button.active>i{background:#f3e5bd!important;color:#855a07!important}html[data-theme=light] body .account-page :is(.group-heading,.setting-row,.device-row,.details-card dl>div,.faq-card details){border-color:#dfe5dc!important}html[data-theme=light] body .account-page :is(.outline-action,.row-action,.balance-actions button,.account-select,.ref-code,.link-field){background:#f8faf7!important;border-color:#d2dad0!important;color:#344138!important}html[data-theme=light] body .account-page :is(.outline-action,.row-action,.balance-actions button):hover{background:#f5eedc!important;border-color:#c9ae67!important;color:#765007!important}html[data-theme=light] body .account-page .security-banner{background:#edf8f3!important;border-color:#b8ddcd!important;box-shadow:none!important}html[data-theme=light] body .account-page .danger-zone{background:#fff6f5!important;border-color:#edcfcc!important;box-shadow:none!important}html[data-theme=light] body :is(.trade-detail-drawer,.transaction-detail,.withdraw-review,.password-modal){background:#fff!important;background-image:none!important;border-color:#d3dbd0!important;color:#18221b!important}html[data-theme=light] body :is(.trade-detail-drawer,.transaction-detail,.withdraw-review,.password-modal) :is(input,select,textarea){background:#f8faf7!important;border-color:#d2dad0!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout{background:#edf0ec!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout .trade-workspace-header{background:#fff!important;border-color:#d3dbd0!important;color:#18221b!important;box-shadow:0 2px 10px #1f2b220a!important}html[data-theme=light] body .spot-trade-layout .trade-workspace-header :is(.workspace-pair strong,.workspace-price strong,.workspace-stat strong){color:#1e2921!important}html[data-theme=light] body .spot-trade-layout .trade-workspace-header :is(.workspace-pair small,.workspace-stat span,.workspace-status){color:#68756c!important}html[data-theme=light] body .spot-trade-layout aside.pair-list{background:#fff!important;border-color:#d3dbd0!important;color:#18221b!important;box-shadow:none!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-list-head{background:#fff!important;border-color:#dce2d9!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout aside.pair-list :is(.pair-search,.pair-search input){background:#fff!important;border-color:#d2dad0!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-search input:focus{border-color:#b68a28!important;box-shadow:0 0 0 3px #b68a2814!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-item{background:#fff!important;border-color:#e0e5de!important;color:#263129!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-item:hover{background:#f5f7f3!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-item.active{background:#eef2ed!important;border-left-color:#c39120!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-item :is(.symbol,.price,.coin-name){color:#1e2921!important}html[data-theme=light] body .spot-trade-layout aside.pair-list .pair-item :is(.symbol small,.coin-name small){color:#77837a!important}html[data-theme=light] body .spot-trade-layout :is(.chart-and-book.horizontal .chart,.orderbook-and-trades,.trade-panel,.spot-form,.spot-trade-form,.wallet-buttons,.trade-footer){background:#fff!important;border-color:#d2dad0!important;color:#18221b!important;box-shadow:0 4px 16px #1f2b220b!important}html[data-theme=light] body .spot-trade-layout .chart-and-book.horizontal .chart :is(iframe,div){border-color:#d8ded5!important}html[data-theme=light] body .spot-trade-layout .orderbook-and-trades :is(.tab-header,.tab-content,.orderbook-table,.orderbook-tools){background:#fff!important;border-color:#dce2d9!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout .orderbook-and-trades .tab-header button{background:transparent!important;color:#68756c!important}html[data-theme=light] body .spot-trade-layout .orderbook-and-trades .tab-header button.active{background:#fbf5e7!important;border-bottom-color:#b98419!important;color:#805604!important}html[data-theme=light] body .spot-trade-layout .orderbook-tools button:hover{background:#f3f6f2!important;color:#895d08!important}html[data-theme=light] body .spot-trade-layout :is(.chart-load-state,.market-data-state){background:#fff!important;color:#657068!important}html[data-theme=light] body .spot-trade-layout .chart-load-state strong{color:#182019!important}html[data-theme=light] body .spot-trade-layout .workspace-price.is-loading strong{background:linear-gradient(90deg,#e8ece6,#f6f8f5,#e8ece6)!important;background-size:200% 100%!important}html[data-theme=light] body .spot-trade-layout .ticket-validation{background:#f1faf5!important;border-color:#cce7d5!important;color:#247248!important}html[data-theme=light] body .spot-trade-layout .ticket-validation.warning{background:#fff9eb!important;border-color:#ead9aa!important;color:#8a650f!important}html[data-theme=light] body .order-confirmation-dialog{background:#fff!important;border-color:#d4dbd1!important;color:#182019!important;box-shadow:0 28px 80px #222d2533!important}html[data-theme=light] body .order-confirmation-header,html[data-theme=light] body .confirmation-grid>div{border-color:#dce2d9!important}html[data-theme=light] body .order-confirmation-header>button,html[data-theme=light] body .order-confirmation-actions>button:not(.confirm){background:#f6f8f5!important;border-color:#d4dbd1!important;color:#344039!important}html[data-theme=light] body .confirmation-direction{background:#effaf4!important}html[data-theme=light] body .confirmation-direction.sell{background:#fff2f2!important}html[data-theme=light] body .confirmation-balance{background:#f6f8f5!important;border-color:#d8ded5!important;color:#253129!important}html[data-theme=light] body :is(.trade-receipt,.trade-receipt>footer){background:#fff!important;border-color:#d6ddd3!important;color:#182019!important}html[data-theme=light] body .trade-receipt :is(header,.receipt-result>div+div,.receipt-grid>div,.receipt-timeline>div){border-color:#dce2d9!important}html[data-theme=light] body .trade-receipt h3,html[data-theme=light] body .trade-receipt :is(.receipt-grid,.receipt-timeline) strong{color:#182019!important}html[data-theme=light] body .receipt-result{background:#f1faf5!important;border-color:#cde7d6!important}.trade-receipt .receipt-result.canceled{background:#f5f7f4!important;border-color:#d7ddd4!important}html[data-theme=light] body .receipt-button{background:#fff!important;border-color:#cfd7cc!important;color:#445047!important}html[data-theme=light] body .spot-trade-layout .orderbook-tools select{background:#f8faf7!important;border-color:#d2dad0!important;color:#455248!important}html[data-theme=light] body .spot-trade-layout .orderbook-table tbody tr.sell{background-image:linear-gradient(to left,rgba(218,72,78,.075) var(--depth),transparent var(--depth))!important}html[data-theme=light] body .spot-trade-layout .orderbook-table tbody tr.buy{background-image:linear-gradient(to left,rgba(22,158,105,.07) var(--depth),transparent var(--depth))!important}html[data-theme=light] body .spot-trade-layout .orderbook-table .market-mid{background:#eef4ef!important;border-color:#d8ded5!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form :is(.ticket-heading,.side-toggle,.order-type-tabs,.available,.input-group,.amount-presets,.checkboxes label,.fees-row,.order-estimate,.futures-settings,.futures-estimates){background:#f8faf7!important;border-color:#d5dcd2!important;color:#263129!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form :is(.side-toggle button,.order-type-tabs button,.amount-presets button,.futures-settings button){background:transparent!important;border-color:#d5dcd2!important;color:#68756c!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form :is(.side-toggle button.active,.order-type-tabs button.active,.futures-settings button.active){background:#fff!important;color:#805604!important;border-color:#c8ab62!important;box-shadow:0 2px 6px #1f2b220e!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .input-group :is(input,select){background:#fff!important;color:#18221b!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .input-group>span{background:#eef2ed!important;border-color:#d5dcd2!important;color:#344138!important}html[data-theme=light] body .spot-trade-layout .wallet-buttons button{background:#fff!important;border-color:#d1d9ce!important;color:#805604!important}html[data-theme=light] body .spot-trade-layout .wallet-buttons button:hover{background:#fbf5e7!important;border-color:#c39e48!important}html[data-theme=light] body .spot-trade-layout .trade-footer :is(.trade-footer-heading,.activity-controls,.activity-table-scroll,.activity-pagination){background:#fff!important;border-color:#dce2d9!important;color:#263129!important}html[data-theme=light] body .spot-trade-layout .trade-footer>ul{background:#fff!important;border-color:#dce2d9!important}html[data-theme=light] body .spot-trade-layout .trade-footer>ul li{color:#68756c!important}html[data-theme=light] body .spot-trade-layout .trade-footer>ul li.active{color:#805604!important}html[data-theme=light] body .spot-trade-layout .trade-footer .tab-count{background:#eef2ed!important;color:#68756c!important;border:1px solid #d8ded5!important}html[data-theme=light] body .spot-trade-layout .trade-footer li.active .tab-count{background:#fbf1d9!important;color:#805604!important;border-color:#ddc77f!important}html[data-theme=light] body .spot-trade-layout .trade-footer :is(.open-orders,.order-history,.exchange-activity-table) :is(thead,th){background:#f0f3ee!important;color:#68756c!important;border-color:#dce2d9!important}html[data-theme=light] body .spot-trade-layout .trade-footer :is(.open-orders,.order-history,.exchange-activity-table) :is(tbody,tr,td){background:#fff!important;color:#263129!important;border-color:#e0e5de!important}html[data-theme=light] body .spot-trade-layout .trade-footer :is(.open-orders,.order-history,.exchange-activity-table) tbody tr:hover td{background:#f7f9f6!important}html[data-theme=light] body .spot-trade-layout .trade-footer .empty-row td{background:#fafbf9!important}html[data-theme=light] body .spot-trade-layout .activity-controls :is(button,select){background:#f7f9f6!important;border-color:#d3dad0!important;color:#526057!important}html[data-theme=light] body .spot-trade-layout .activity-controls button.active{background:#fff7e7!important;border-color:#c7a75b!important;color:#805604!important}html[data-theme=light] body .spot-trade-layout.futures-workspace .activity-controls button.active,html[data-theme=light] body .futures-workspace .activity-controls button.active{background:#eef3fb!important;border-color:#bfd0ea!important;color:#416da9!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings .margin-mode-toggle{background:#eef2ed!important;border-color:#d3dad0!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings .margin-mode-toggle button{background:transparent!important;border:1px solid transparent!important;color:#657168!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings .margin-mode-toggle button:hover{background:#fff!important;color:#344138!important}html[data-theme=light] body .futures-workspace .spot-trade-form .futures-settings .margin-mode-toggle button.active{background:#fff!important;border-color:#bfd0ea!important;color:#416da9!important;box-shadow:0 2px 6px #355b8f17!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings select{background:#fff!important;border-color:#d2dad0!important;color:#263129!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings>label{min-width:112px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;color:#526057!important;font-size:.6rem!important;font-weight:700!important;letter-spacing:.02em!important;white-space:nowrap!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings>label>span{display:inline-block!important;color:#526057!important;font-size:.6rem!important;font-weight:700!important;opacity:1!important;text-transform:none!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .futures-settings>label>select{min-width:62px!important;height:30px!important;padding:0 24px 0 9px!important;color:#1f2a22!important;font-size:.67rem!important;font-weight:800!important}html[data-theme=light] body .spot-trade-layout .row-actions .close-btn{background:#edf8f3!important;border:1px solid #b8ddcd!important;color:#176849!important}html[data-theme=light] body .spot-trade-layout .row-actions .cancel-btn{background:#fff6f5!important;border:1px solid #e8cbc8!important;color:#a34e4c!important}html[data-theme=light] body .spot-trade-layout .row-actions :is(.close-btn,.cancel-btn):hover{filter:none!important;box-shadow:0 2px 7px #1f2b2212!important}html[data-theme=light] body .spot-trade-layout :is(.execution-badge,.traded-by){background:#f2f5f1!important;border-color:#d3dad0!important;color:#657168!important}@media(max-width:1200px){html[data-theme=light] body .spot-trade-layout{background:#e9ede8!important}}html[data-theme=light] .client-header .logo img{filter:none!important}html[data-theme=light] body .spot-trade-layout .chart-and-book.horizontal .chart,html[data-theme=light] body .spot-trade-layout .chart-and-book.horizontal .chart>div,html[data-theme=light] body .spot-trade-layout .chart-and-book.horizontal .chart iframe{background:#fff!important;color:#182019!important;border-color:#cbd2c8!important;filter:none!important}html[data-theme=light] body .spot-trade-layout .trade-panel .spot-form,html[data-theme=light] body .spot-trade-layout .trade-panel .wallet-buttons{background:#fff!important;border-color:#d4dad1!important;color:#182019!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .ticket-heading{background:#fff!important;border-color:#d9ded6!important}html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item .symbol,html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item .coin-name,html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item .price{color:#111711!important}html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item .symbol small{color:#68746b!important}html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item{background:#fff!important;border-color:#dce1da!important}html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item:hover{background:#f1f4f0!important}html[data-theme=light] body .spot-trade-layout .pair-list-wrapper .pair-item.active{background:#e9eee8!important}html[data-theme=light] body .spot-trade-layout .spot-trade-form .input-group>span{background:#f0f3ef!important;border-color:#d4dad1!important;color:#1c271f!important}html[data-theme=light] body .spot-trade-layout .workspace-actions>button{background:#fff!important;border-color:#d1d8ce!important;color:#39473d!important}html[data-theme=light] body .spot-trade-layout .workspace-actions>button:hover{background:#f3f6f2!important;border-color:#b99a4f!important;color:#704d08!important}html[data-theme=light] body .spot-trade-layout .ticket-heading>button{background:#f3f6f2!important;border-color:#d2d8cf!important;color:#536057!important}html[data-theme=light] body .spot-trade-layout .available strong button{background:#eee6d2!important;border-color:#d1b66f!important;color:#795208!important}html[data-theme=light] .client-header :is(.header-search,.market-pulse){background:linear-gradient(180deg,#fff,#f6f8f5)!important;border-color:#d3d9d0!important;color:#435047!important;box-shadow:0 2px 8px #1f2b220b!important}html[data-theme=light] .client-header :is(.header-search,.market-pulse):hover{background:#f0f3ef!important;border-color:#b89b54!important;color:#172019!important}html[data-theme=light] .client-header .header-search kbd{background:#edf1eb!important;border-color:#cfd6cc!important;color:#526057!important}html[data-theme=light] .client-header .market-pulse small{color:#6d796f!important}html[data-theme=light] .client-header .market-pulse strong{color:#172019!important}html[data-theme=light] :is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label){background:linear-gradient(180deg,#fff,#f7f9f6)!important;border-color:#d3d9d0!important;color:#667269!important;box-shadow:inset 0 1px #fff,0 2px 7px #1f2b2209!important}html[data-theme=light] :is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label):hover{background:#f3f6f2!important;border-color:#bcc5b9!important}html[data-theme=light] :is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label):focus-within{background:#fff!important;border-color:#a67a1d!important;color:#9b6a09!important;box-shadow:0 0 0 3px #a67a1d17!important}html[data-theme=light] :is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input{color:#172019!important}html[data-theme=light] :is(.notification-search,.admin-search,.market-search,.locale-search,.pair-list-head label)>input::placeholder{color:#879289!important}html[data-theme=light] .futures-workspace{--scroll-thumb:#859bc0;--scroll-thumb-hover:#496caa}html[data-theme=light] body,html[data-theme=light] body *{scrollbar-color:var(--scroll-thumb) var(--scroll-track)!important}html[data-theme=light] *::-webkit-scrollbar-track{background:var(--scroll-track)!important;border-color:#dce2d9!important}html[data-theme=light] *::-webkit-scrollbar-thumb{border-color:var(--scroll-track)!important;background:linear-gradient(180deg,#c0b187,#9e8c60)!important;background-clip:padding-box!important}html[data-theme=light] *::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c2932d,#976b10)!important;background-clip:padding-box!important}html[data-theme=light] *::-webkit-scrollbar-corner{background:var(--scroll-track)!important}html[data-theme=light] body .wallet-quick-nav{background:#fff!important;border-color:var(--neo-border)!important;box-shadow:0 1px #1f2b220a}html[data-theme=light] body .wallet-quick-nav a{color:#68746b!important}html[data-theme=light] body .wallet-quick-nav a:hover{background:#f6f8f5!important;color:#263129!important}html[data-theme=light] body .wallet-quick-nav a.active{background:#faf6ec!important;color:#895d08!important}html[data-theme=light] body .wallet-trust{color:#78847b!important}html[data-theme=light] body .wallet-workspace{background:#f3f5f1!important;color:#182019!important}html[data-theme=light] body .wallet-heading :is(h1,h2,strong){color:#182019!important}html[data-theme=light] body .wallet-heading :is(p,span){color:#667269!important}html[data-theme=light] body .wallet-card{background:#fff!important;background-image:none!important;border-color:#d7ddd4!important;color:#182019!important;box-shadow:0 8px 26px #1f2b220e!important}html[data-theme=light] body .wallet-card-head{background:#fff!important;border-color:#dfe4dc!important}html[data-theme=light] body .wallet-card-head :is(h2,h3,strong){color:#202a22!important}html[data-theme=light] body .wallet-card-head :is(p,span,small){color:#6e7a71!important}html[data-theme=light] body .wallet-workspace :is(.portfolio-hero,.portfolio-stats>div,.portfolio-insights article,.performance-header>div,.diagnostic-grid>span,.allocation-legend>div,.notification-summary>div,.notification-toolbar,.notification-row,.notification-preferences,.transfer-warning,.security-note,.limit-box,.withdraw-summary,.security-checklist,.address-block,.selected-asset,.network-options label){background:#fff!important;background-image:none!important;border-color:#d8ded5!important;color:#202a22!important}html[data-theme=light] body .wallet-workspace :is(.portfolio-hero,.notification-summary>div){box-shadow:0 7px 22px #1f2b220d!important}html[data-theme=light] body .wallet-workspace :is(.performance-header>div,.diagnostic-grid>span,.allocation-legend>div,.address-block,.selected-asset,.network-options label,.limit-box){background:#f7f9f6!important}html[data-theme=light] body .wallet-workspace :is(.performance-header button.active,.notification-row.unread){background:#f6eedb!important;color:#845a08!important}html[data-theme=light] body .wallet-workspace :is(.win-rate-ring>div,.allocation-donut>div){background:#fff!important;border-color:#d8ded5!important}html[data-theme=light] body .wallet-workspace :is(.win-rate-ring strong,.allocation-donut strong,.portfolio-insights strong,.diagnostic-grid strong,.allocation-legend strong,.analysis-heading h2,.result-bar-row>span){color:#202a22!important}html[data-theme=light] body .wallet-workspace :is(.win-rate-ring span,.allocation-donut span,.portfolio-insights small,.portfolio-insights em,.diagnostic-grid small,.allocation-legend small,.allocation-legend em,.analysis-heading p,.chart-legend,.curve-scale,.curve-dates,.chart-day small){color:#6d796f!important}html[data-theme=light] body .wallet-workspace :is(.performance-chart,.equity-curve){background-image:linear-gradient(rgba(61,75,64,.075) 1px,transparent 1px)!important}html[data-theme=light] body .wallet-workspace :is(.chart-zero,.equity-zero-line,.result-bar-row>div){background:#e1e6df!important}html[data-theme=light] body .wallet-workspace :is(table,tbody,tr,td){background:#fff!important;color:#263129!important;border-color:#e0e5de!important}html[data-theme=light] body .wallet-workspace :is(thead,th){background:#eef2ed!important;color:#68746b!important;border-color:#d8ded5!important}html[data-theme=light] body .wallet-workspace tbody tr:hover,html[data-theme=light] body .wallet-workspace tbody tr:hover td{background:#f6f8f5!important}html[data-theme=light] body .wallet-workspace :is(.history-toolbar,.history-pagination,.trades-toolbar,.trades-pagination){background:#fff!important;border-color:#d9ded6!important;color:#5f6c62!important}html[data-theme=light] body .wallet-workspace :is(.history-toolbar,.trades-toolbar) button,html[data-theme=light] body .wallet-workspace :is(.history-pagination,.trades-pagination) button{background:#f5f7f3!important;border-color:#d4dad1!important;color:#526057!important}html[data-theme=light] body .wallet-workspace :is(.wallet-empty,.trades-state,.empty-state){background:#fafbf9!important;color:#6e7a71!important}html[data-theme=light] body .wallet-workspace :is(.transfer-form,.transfer-side){background:#fff!important}html[data-theme=light] body .wallet-workspace :is(.amount-input,.address-input){background:#fbfcfa!important;border-color:#d2d9cf!important;color:#182019!important}html[data-theme=light] body .wallet-workspace :is(.amount-input,.address-input) input{background:transparent!important;color:#182019!important}html[data-theme=light] body .wallet-workspace :is(.network-options label:hover,.network-options label.active){background:#faf4e5!important;border-color:#c7a75b!important}html[data-theme=light] body .withdraw-review,html[data-theme=light] body .transaction-detail{background:#fff!important;background-image:none!important;border-color:#d4dad1!important;color:#182019!important;box-shadow:var(--neo-shadow-lg)!important}html[data-theme=light] body :is(.withdraw-review,.transaction-detail) :is(.review-warning,.transaction-summary,.detail-address,.status-timeline){background:#f7f9f6!important;border-color:#d8ded5!important;color:#263129!important}html[data-theme=light] body :is(.review-close,.transaction-close){background:#f2f5f1!important;border-color:#d5dbd2!important;color:#4f5c52!important}html[data-theme=light] body .account-center{background:#f3f5f1!important;color:#182019!important}html[data-theme=light] body .account-nav{background:#fff!important;border-color:#d6dcd3!important}html[data-theme=light] body .account-nav-title{border-color:#dde2da!important}html[data-theme=light] body .account-nav-title span{color:#1d271f!important}html[data-theme=light] body .account-nav-title small{color:#758178!important}html[data-theme=light] body .account-nav nav button{color:#657168!important}html[data-theme=light] body .account-nav nav button>i{background:#eef2ed!important;color:#667269!important}html[data-theme=light] body .account-nav nav button strong{color:#3e4b41!important}html[data-theme=light] body .account-nav nav button small{color:#7d8980!important}html[data-theme=light] body .account-nav nav button:hover{background:#f4f7f3!important;border-color:#d8ded5!important}html[data-theme=light] body .account-nav nav button.active{background:#f7f0df!important;border-color:#dbc584!important}html[data-theme=light] body .account-nav nav button.active strong{color:#704c07!important}html[data-theme=light] body .account-help{background:#faf7ee!important;border-color:#dfcf9f!important}html[data-theme=light] body .account-help strong{color:#37433a!important}html[data-theme=light] body .account-help span{color:#748077!important}html[data-theme=light] body .account-content{background:#f3f5f1!important;color:#182019!important}html[data-theme=light] body .account-page :is(.identity-card,.professional-card,.settings-group,.balance-card,.account-metrics>div,.verification-hero,.limit-grid>div,.reward-stats>div,.referral-share>div){background:#fff!important;background-image:none!important;border-color:#d7ddd4!important;color:#182019!important;box-shadow:0 7px 22px #1f2b220d!important}html[data-theme=light] body .account-page :is(.group-heading,.setting-row,.device-row,.details-card dl>div,.faq-card details){border-color:#dfe4dc!important}html[data-theme=light] body .account-page .setting-icon{background:#eef2ed!important;color:#68746b!important}html[data-theme=light] body .account-page :is(.outline-action,.row-action,.balance-actions button,.account-select,.ref-code,.link-field){background:#f7f9f6!important;border-color:#d1d8ce!important;color:#344138!important}html[data-theme=light] body .account-page :is(.identity-name h2,.big-balance strong,.account-metrics strong,.card-title h3,.setting-row strong,.device-row strong,.limit-grid strong,.reward-stats strong,.details-card dd,.faq-card summary,.empty-state strong){color:#202a22!important}html[data-theme=light] body .account-page :is(.identity-main>p,.identity-meta span,.card-label,.balance-card>p,.account-metrics small,.account-metrics em,.card-title p,.setting-row p,.device-row p,.limit-grid span,.reward-stats span,.details-card dt,.faq-card details p,.empty-state){color:#6d796f!important}html[data-theme=light] body .referral-hero{background:radial-gradient(circle at 82% 40%,rgba(201,151,36,.15),transparent 30%),linear-gradient(135deg,#fff,#f5f0e3)!important;border-color:#d8c68d!important}html[data-theme=light] body .referral-hero p{color:#657168!important}html[data-theme=light] body .password-modal{background:#fff!important;border-color:#d4dad1!important;color:#182019!important;box-shadow:var(--neo-shadow-lg)!important}html[data-theme=light] body .trades-workspace .trades-summary>article{background:#fff!important;border-color:#d7ddd4!important;color:#182019!important;box-shadow:0 7px 22px #1f2b220d!important}html[data-theme=light] body .trades-workspace .trades-summary>article :is(strong,h3){color:#202a22!important}html[data-theme=light] body .trades-workspace .trades-summary>article :is(span,small,p){color:#6d796f!important}html[data-theme=light] body .trade-detail-drawer{background:#fff!important;border-color:#d4dad1!important;color:#182019!important;box-shadow:var(--neo-shadow-lg)!important}html[data-theme=light] body .trade-detail-drawer :is(.detail-result,.detail-grid>span,.detail-timeline,.detail-protection>span){background:#f7f9f6!important;background-image:none!important;border-color:#d8ded5!important;color:#263129!important}html[data-theme=light] body .trade-detail-drawer :is(.detail-result strong,.detail-grid strong,.detail-timeline strong,.detail-protection strong){color:#202a22!important}html[data-theme=light] body .trade-detail-drawer :is(.detail-result small,.detail-result>span,.detail-grid small,.detail-timeline small){color:#6d796f!important}html[data-theme=light] body .detail-close{background:#f2f5f1!important;border-color:#d5dbd2!important;color:#4f5c52!important}html[data-theme=light] body .wallet-workspace .recharts-cartesian-grid line{stroke:#dfe5dc!important}html[data-theme=light] body .wallet-workspace .recharts-cartesian-axis-tick text{fill:#68746b!important}html[data-theme=light] body .wallet-workspace .recharts-default-tooltip{background:#fff!important;border-color:#d5dbd2!important;color:#182019!important;box-shadow:var(--neo-shadow-sm)!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero{background:linear-gradient(135deg,#fff,#f5f7f3 58%,#f7f0df)!important;border:1px solid #d5dbd2!important;box-shadow:0 12px 34px #1f2b2212!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero>.portfolio-total{background:radial-gradient(circle at 82% 24%,rgba(201,151,36,.11),transparent 35%),#fff!important;border-right:1px solid #d6dcd3!important;color:#172019!important}html[data-theme=light] body div.wallet-workspace section.portfolio-hero>.portfolio-performance{background:linear-gradient(145deg,#fff,#faf8f1)!important;border:0!important;color:#172019!important}html[data-theme=light] body .portfolio-hero .portfolio-total :is(span,small,em){color:#68746b!important}html[data-theme=light] body .portfolio-hero .portfolio-total strong{color:#172019!important;text-shadow:none!important}html[data-theme=light] body .portfolio-hero .portfolio-total em{color:#9a6908!important}html[data-theme=light] body .portfolio-hero .portfolio-total p{color:#68746b!important}html[data-theme=light] body .portfolio-hero .portfolio-total>span button{color:#68746b!important}html[data-theme=light] body .portfolio-hero .portfolio-performance{background:#ffffff9e!important;border-color:#d6dcd3!important}html[data-theme=light] body .portfolio-hero .portfolio-performance :is(span,small){color:#68746b!important}html[data-theme=light] body .portfolio-hero .performance-header>div{background:#fff!important;border-color:#d4dad1!important}html[data-theme=light] body .portfolio-hero .performance-header button{color:#69756c!important}html[data-theme=light] body .portfolio-hero .performance-header button.active{background:#f2e5c5!important;color:#7f5608!important}html[data-theme=light] body .portfolio-stats>div{background:#fff!important;border-color:#d7ddd4!important;color:#202a22!important;box-shadow:0 7px 20px #1f2b220b!important}html[data-theme=light] body .portfolio-stats :is(span,small){color:#6d796f!important}html[data-theme=light] body .portfolio-stats strong{color:#202a22!important}html[data-theme=light] body .wallet-workspace .network-options button{background:#f7f9f6!important;border-color:#d2d9cf!important;color:#455248!important}html[data-theme=light] body .wallet-workspace .network-options button:hover{background:#f3f6f2!important;border-color:#bda25d!important}html[data-theme=light] body .wallet-workspace .network-options button.active{background:#faf4e5!important;border-color:#b9881d!important;color:#936509!important}html[data-theme=light] body .wallet-workspace .address-block{background:#f5f8f4!important;border-color:#d4dbd1!important}html[data-theme=light] body .wallet-workspace .address-block :is(span,p){color:#6d796f!important}html[data-theme=light] body .wallet-workspace .address-block strong{color:#263129!important}html[data-theme=light] body .wallet-workspace .qr-row{background:#fff!important;border-color:#d4dad1!important;color:#263129!important}html[data-theme=light] body .wallet-workspace .qr-row p{color:#68746b!important}html[data-theme=light] body .wallet-workspace .transfer-side dl>div{border-color:#dde3da!important}html[data-theme=light] body .wallet-workspace .transfer-side dt{color:#68746b!important}html[data-theme=light] body .wallet-workspace .transfer-side dd{color:#202a22!important}html[data-theme=light] body .wallet-workspace .security-note{background:#f7f9f6!important;border-color:#d3dad0!important}html[data-theme=light] body .wallet-workspace .security-note strong{color:#263129!important}html[data-theme=light] body .wallet-workspace .security-note p{color:#68746b!important}html[data-theme=light] body .wallet-workspace .transaction-summary>div{background:#fff!important;background-image:none!important;border-color:#d7ddd4!important;color:#202a22!important;box-shadow:0 7px 20px #1f2b220b!important}html[data-theme=light] body .wallet-workspace .transaction-summary>div :is(small,span,p){color:#6d796f!important}html[data-theme=light] body .wallet-workspace .transaction-summary>div strong{color:#202a22!important}html[data-theme=light] body .wallet-workspace .transaction-volume-chart .volume-grid{background-image:linear-gradient(rgba(61,75,64,.07) 1px,transparent 1px)!important}html[data-theme=light] body .wallet-workspace .transaction-history-pro{background:#fff!important}html[data-theme=light] body .notifications-page .notification-summary>div{background:#fff!important;border-color:#d7ddd4!important;color:#8c6109!important;box-shadow:0 7px 20px #1f2b220b!important}html[data-theme=light] body .notifications-page .notification-summary small{color:#6d796f!important}html[data-theme=light] body .notifications-page .notification-summary strong{color:#202a22!important}html[data-theme=light] body .notifications-page .notification-row{background:#fff!important;border-color:#dce2d9!important}html[data-theme=light] body .notifications-page .notification-row:hover{background:#f6f8f5!important}html[data-theme=light] body .notifications-page .notification-row strong{color:#202a22!important}html[data-theme=light] body .notifications-page .notification-row small{color:#758178!important}html[data-theme=light] body .notifications-page .notification-row>i{background:#eef2ed!important;color:#976809!important}html[data-theme=light] body .wallet-workspace :is(.performance-card,.performance-metrics,.win-rate-panel,.equity-curve-card,.result-distribution-card,.allocation-card,.asset-table,.portfolio-trades-card,.transaction-card,.transaction-volume-chart,.transaction-history-pro,.trades-records){background:#fff!important;background-image:none!important;border-color:#d7ddd4!important;color:#182019!important}html[data-theme=light] body .wallet-workspace :is(.trade-card-actions button,.history-export,.trades-export,.view-trade,.mark-all,.notification-preferences button,.wallet-heading-actions button){background:#f7f9f6!important;border-color:#d1d8ce!important;color:#455248!important}html[data-theme=light] body .wallet-workspace :is(.trade-card-actions button:hover,.history-export:hover,.trades-export:hover,.view-trade:hover,.notification-preferences button:hover){background:#f3ead4!important;border-color:#cfb56d!important;color:#7b5308!important}html[data-theme=light] body .wallet-workspace .wallet-heading-actions button:first-child,html[data-theme=light] body .wallet-workspace .mark-all{background:#e7b938!important;border-color:#e7b938!important;color:#152018!important}html[data-theme=light] body .wallet-workspace :is(.asset-name,.transaction-amount,.history-details,.address-cell){color:#263129!important}html[data-theme=light] body .wallet-workspace :is(.transaction-summary,.trades-summary){color:#182019!important}html[data-theme=light] body .wallet-workspace .transaction-summary>article,html[data-theme=light] body .wallet-workspace .transaction-summary>section,html[data-theme=light] body .wallet-workspace .trades-summary>div,html[data-theme=light] body .wallet-workspace .trades-summary>article{background:#fff!important;background-image:none!important;border-color:#d7ddd4!important;color:#182019!important;box-shadow:0 7px 20px #1f2b220b!important}html[data-theme=light] body .wallet-workspace :is(.transaction-summary,.trades-summary) :is(h2,h3,strong){color:#202a22!important}html[data-theme=light] body .wallet-workspace :is(.transaction-summary,.trades-summary) :is(p,span,small,em){color:#6d796f!important}html[data-theme=light] body .transaction-volume-chart :is(.volume-chart-body,.volume-grid,.volume-day){background-color:#fff!important;border-color:#dfe4dc!important;color:#68746b!important}html[data-theme=light] body .transaction-volume-chart .volume-day i{box-shadow:none!important}html[data-theme=light] body .transaction-detail :is(dl>div,.transaction-amount,.status-timeline>div){border-color:#dfe4dc!important}html[data-theme=light] body .transaction-detail :is(dt,.transaction-kicker,.status-timeline small){color:#6d796f!important}html[data-theme=light] body .transaction-detail :is(dd,.transaction-amount strong,.status-timeline strong){color:#202a22!important}html[data-theme=light] body .transaction-detail .detail-address{background:#f3f6f2!important;border-color:#d8ded5!important;color:#39473d!important}html[data-theme=light] body .wallet-workspace :is(.history-toolbar,.trades-toolbar){background:#f7f9f6!important}html[data-theme=light] body .wallet-workspace :is(.history-toolbar,.trades-toolbar) :is(input,select,button){background:#fff!important;border-color:#d3dad0!important;color:#344138!important}html[data-theme=light] body .wallet-workspace :is(.history-details,.trades-pagination,.history-pagination){background:#fff!important;border-color:#dce2d9!important;color:#68746b!important}html[data-theme=light] body .wallet-workspace :is(.trades-pagination,.history-pagination) :is(button,select){background:#f6f8f5!important;border-color:#d3dad0!important;color:#455248!important}html[data-theme=light] body .trades-workspace :is(.detail-heading,.detail-result,.detail-grid,.detail-timeline,.detail-protection){color:#182019!important}html[data-theme=light] body .trade-detail-drawer .detail-heading{border-color:#dce2d9!important}html[data-theme=light] body .trade-detail-drawer .detail-heading :is(h2,strong){color:#202a22!important}html[data-theme=light] body .trade-detail-drawer .detail-heading :is(p,small,span){color:#6d796f!important}html[data-theme=light] body .trade-detail-drawer .detail-timeline>div:first-child:after{background:#ced6cb!important}html[data-theme=light] body .trade-detail-drawer .detail-timeline i{border-color:#eef2ed!important}html[data-theme=light] body .notifications-page .notification-toolbar{background:transparent!important;border-color:#d9ded6!important}html[data-theme=light] body .notifications-page .notification-toolbar button{background:transparent!important;color:#68746b!important}html[data-theme=light] body .notifications-page .notification-toolbar button.active{background:#1d251f!important;color:#fff!important}html[data-theme=light] body .notifications-page .notification-toolbar button span{color:#b27e14!important}html[data-theme=light] body .notifications-page .notification-list{background:#fff!important}html[data-theme=light] body .notifications-page .notification-preferences{background:#fff!important;border-color:#d7ddd4!important}html[data-theme=light] body .notifications-page .notification-preferences strong{color:#202a22!important}html[data-theme=light] body .notifications-page .notification-preferences p{color:#6d796f!important}html[data-theme=light] body .transfer-layout :is(.transfer-form,.transfer-side){background:#fff!important;color:#182019!important}html[data-theme=light] body .transfer-layout :is(label,dt,.amount-label){color:#68746b!important}html[data-theme=light] body .transfer-layout :is(h2,h3,strong,dd){color:#202a22!important}html[data-theme=light] body .transfer-layout :is(select,.amount-input,.address-input,.selected-asset){background:#fbfcfa!important;border-color:#d2d9cf!important;color:#182019!important}html[data-theme=light] body .transfer-layout :is(.amount-input span,.address-input span){background:#eef2ed!important;border-color:#d2d9cf!important;color:#455248!important}html[data-theme=light] body .transfer-layout .transfer-warning{background:#faf6ec!important;border-color:#e1d2a7!important;color:#665a3a!important}html[data-theme=light] body .transfer-layout .transfer-message{background:#eef8f3!important;border-color:#b8ddcd!important;color:#176849!important}html[data-theme=light] body .transfer-layout .transfer-submit:disabled{background:#eadba9!important;color:#8b8161!important}html[data-theme=light] body .withdraw-summary :is(div,dl>div),html[data-theme=light] body .security-checklist li{border-color:#dde3da!important}html[data-theme=light] body .withdraw-review :is(.review-amount,.review-warning,.review-actions){background:#f7f9f6!important;border-color:#d8ded5!important;color:#263129!important}html[data-theme=light] body .withdraw-review :is(h2,h3,strong,dd){color:#202a22!important}html[data-theme=light] body .withdraw-review :is(p,span,small,dt){color:#6d796f!important}html[data-theme=light] body .account-page :is(.security-score,.security-banner,.danger-zone,.current-device){background:#fff!important;border-color:#d7ddd4!important}html[data-theme=light] body .account-page .security-banner{background:#edf8f3!important;border-color:#b8ddcd!important}html[data-theme=light] body .account-page .security-banner strong{color:#205f49!important}html[data-theme=light] body .account-page .security-banner :is(p,span){color:#60766c!important}html[data-theme=light] body .account-page .danger-zone{background:#fff5f4!important;border-color:#eccbc8!important}html[data-theme=light] body .account-page .danger-zone p{color:#826765!important}html[data-theme=light] body .account-page .progress{background:#e2e7e0!important}html[data-theme=light] body .account-page .readiness li{border-color:#dfe4dc!important;color:#68746b!important}html[data-theme=light] body .account-page .readiness li strong{color:#344138!important}html[data-theme=light] body .account-page .ref-code{background:#f5f7f3!important;border-color:#d5dbd2!important}html[data-theme=light] body .account-page .ref-code strong{color:#202a22!important}html[data-theme=light] body .account-page .link-field input{background:transparent!important;color:#263129!important}html[data-theme=light] body .account-page .account-toggle{background:#d7ddd4!important}html[data-theme=light] body .account-page .account-toggle i{background:#fff!important;box-shadow:0 1px 4px #1f2b222e!important}html[data-theme=light] body .account-page .account-toggle.on{background:#c69728!important}html[data-theme=light] body .account-page .password-modal :is(label,small,p){color:#68746b!important}html[data-theme=light] body .account-page .password-modal input{background:#f7f9f6!important;border-color:#d2d9cf!important;color:#182019!important}html[data-theme=light] body .account-page .password-close{background:#f2f5f1!important;border-color:#d5dbd2!important;color:#4f5c52!important}html[data-theme=light] body .account-page .password-message{background:#fff5f4!important;border-color:#eccbc8!important;color:#a54a48!important}html[data-theme=light] body .account-page .password-message.success{background:#edf8f3!important;border-color:#b8ddcd!important;color:#176849!important}html[data-theme=light] body :is(.transaction-detail-backdrop,.withdraw-review-backdrop,.trade-detail-backdrop,.security-modal-backdrop){background:#161c1785!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:760px){html[data-theme=light] body div.wallet-workspace section.portfolio-hero>.portfolio-total{border-right:0!important;border-bottom:1px solid #d6dcd3!important}}html[data-theme=light] body .wallet-workspace .transaction-history-pro .history-toolbar>label{background:linear-gradient(180deg,#fff,#f7f9f6)!important;border:1px solid #d2d9cf!important;color:#68746b!important;box-shadow:inset 0 1px #fff,0 2px 7px #1f2b2209!important}html[data-theme=light] body .wallet-workspace .transaction-history-pro .history-toolbar>label:hover{border-color:#b9c3b6!important}html[data-theme=light] body .wallet-workspace .transaction-history-pro .history-toolbar>label:focus-within{background:#fff!important;border-color:#aa7b19!important;color:#966709!important;box-shadow:0 0 0 3px #a67a1d17!important}html[data-theme=light] body .wallet-workspace .transaction-history-pro .history-toolbar>label input{background:transparent!important;border:0!important;color:#172019!important;box-shadow:none!important}html[data-theme=light] body .wallet-workspace .transaction-history-pro .history-toolbar>label input::placeholder{color:#879289!important}html[data-theme=light] body .notifications-page .notification-toolbar>div{padding:3px!important;background:#eef2ed!important;border:1px solid #d8ded5!important;border-radius:9px!important}html[data-theme=light] body .notifications-page .notification-toolbar>div>button{background:transparent!important;border:1px solid transparent!important;color:#667269!important;border-radius:6px!important}html[data-theme=light] body .notifications-page .notification-toolbar>div>button:hover{background:#fff!important;color:#263129!important}html[data-theme=light] body .notifications-page .notification-toolbar>div>button.active{background:#fff!important;border-color:#d3dad0!important;color:#7e5608!important;box-shadow:0 2px 7px #1f2b2214!important}html[data-theme=light] body .notifications-page .notification-toolbar>div>button span{color:#a16e09!important}html[data-theme=light] body .client-header{background:#fff!important;border-color:#d9ded6!important;color:#182019!important}html[data-theme=light] body .client-header :is(.notif-wrapper,.user-wrapper .user-avatar,.lang-currency-wrapper .icon-button,.auth-buttons a.login,.hamburger){background:linear-gradient(180deg,#fff,#f6f8f5)!important;border-color:#d2d9cf!important;color:#455248!important;box-shadow:0 2px 8px #1f2b220a!important}html[data-theme=light] body .client-header :is(.notif-wrapper,.user-wrapper .user-avatar,.lang-currency-wrapper .icon-button,.auth-buttons a.login,.hamburger):hover{background:#f1f4f0!important;border-color:#bfa25c!important;color:#6f4c08!important}html[data-theme=light] body .client-header :is(.mega-dropdown,.notif-dropdown,.user-dropdown,.lang-currency-dropdown){background:#fff!important;border-color:#d3dad0!important;color:#182019!important;box-shadow:0 20px 55px #1f2b2229!important}html[data-theme=light] body .client-header :is(.notif-header,.account-summary,.more-menu-heading,.locale-heading,.locale-note){background:#fff!important;background-image:none!important;border-color:#dce2d9!important;color:#182019!important}html[data-theme=light] body .client-header :is(.notif-header,.account-summary,.more-menu-heading,.locale-heading) strong{color:#202a22!important}html[data-theme=light] body .client-header :is(.notif-header,.account-summary,.more-menu-heading,.locale-heading) :is(span,small){color:#6d796f!important}html[data-theme=light] body .client-header .notif-header>button{background:#f7f0df!important;border-color:#dbc584!important;color:#805708!important}html[data-theme=light] body .client-header .notif-dropdown ul li{background:#fff!important;border-color:#e0e5de!important}html[data-theme=light] body .client-header .notif-dropdown ul li:hover{background:#f5f7f3!important}html[data-theme=light] body .client-header .notif-dropdown ul li.unread{background:#faf6ec!important}html[data-theme=light] body .client-header .notif-dropdown li>div strong{color:#344138!important}html[data-theme=light] body .client-header .notif-dropdown li.unread>div strong{color:#202a22!important}html[data-theme=light] body .client-header .notif-dropdown li time{color:#758178!important}html[data-theme=light] body .client-header .notif-footer,html[data-theme=light] body .client-header .logout-action{background:#f7f9f6!important;border-color:#dce2d9!important}html[data-theme=light] body .client-header .notif-footer span{color:#758178!important}html[data-theme=light] body .client-header .notif-footer button{color:#526057!important}html[data-theme=light] body .client-header .account-menu>button{background:transparent!important;color:#667269!important}html[data-theme=light] body .client-header .account-menu>button:hover{background:#f4f7f3!important;border-color:#d8ded5!important;color:#7b5308!important}html[data-theme=light] body .client-header .account-menu>button>span{color:#344138!important}html[data-theme=light] body .client-header .account-menu>button small{color:#758178!important}html[data-theme=light] body .client-header .account-actions button{background:#f5f7f3!important;border-color:#d3dad0!important;color:#455248!important}html[data-theme=light] body .client-header .account-actions button:hover{background:#eee5cf!important;border-color:#cfb56d!important}html[data-theme=light] body .client-header .locale-tabs{background:#eef2ed!important;border-color:#d5dbd2!important}html[data-theme=light] body .client-header .locale-tabs button{background:transparent!important;color:#68746b!important}html[data-theme=light] body .client-header .locale-tabs button.active{background:#fff!important;color:#7e5608!important;box-shadow:0 2px 7px #1f2b2214!important}html[data-theme=light] body .client-header .locale-current{background:#f5edd8!important;color:#895d08!important}html[data-theme=light] body .client-header .locale-options>button{background:transparent!important;color:#526057!important}html[data-theme=light] body .client-header .locale-options>button:hover{background:#f5f7f3!important;border-color:#d8ded5!important}html[data-theme=light] body .client-header .locale-options>button.selected{background:#faf4e5!important;border-color:#dcc584!important}html[data-theme=light] body .client-header .locale-options>button>b,html[data-theme=light] body .client-header :is(.dropdown-item,.more-links>button)>i,html[data-theme=light] body .client-header .mega-dropdown .dropdown-item .icon{background:#eef2ed!important;border-color:#d5dbd2!important;color:#946509!important}html[data-theme=light] body .client-header .locale-options strong{color:#344138!important}html[data-theme=light] body .client-header .locale-options small{color:#758178!important}html[data-theme=light] body .client-header :is(.mega-dropdown .dropdown-item,.more-links>button){background:transparent!important;color:#667269!important}html[data-theme=light] body .client-header :is(.mega-dropdown .dropdown-item,.more-links>button):hover{background:#f5f7f3!important;border-color:#d8ded5!important}html[data-theme=light] body .client-header :is(.mega-dropdown .dropdown-item,.more-links>button) strong,html[data-theme=light] body .client-header .mega-dropdown .dropdown-item .label{color:#344138!important}html[data-theme=light] body .client-header :is(.mega-dropdown .dropdown-item,.more-links>button) :is(small,.description){color:#758178!important}@media(max-width:900px){html[data-theme=light] body .client-header .main-nav.open{background:#fff!important;border-color:#d9ded6!important}}html,body,#root{max-width:100%}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid #dcb03f!important;outline-offset:2px}button:disabled,[aria-disabled=true]{cursor:not-allowed}.client-header .logo,.client-header .hamburger,.client-header .menu-label,.client-header .notif-trigger{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.client-header .notif-trigger{width:100%;height:100%;display:grid;place-items:center}.client-header .dropdown-item{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}img,svg,canvas{max-width:100%}@media(max-width:1180px){.client-header{padding-inline:18px}.client-header .logo{min-width:112px}.client-header .logo img{width:102px}.client-header .main-nav .nav-items li a,.client-header .main-nav .nav-items li .menu-label{padding-inline:7px;font-size:.68rem}.client-header .header-right{gap:6px}.spot-trade-layout{grid-template-columns:220px minmax(0,1fr) 286px}.chart-and-book.horizontal{min-width:0}.chart-and-book.horizontal .orderbook-and-trades{flex:0 0 218px}}@media(max-width:980px){.client-header .main-nav{display:none}.client-header .main-nav.open{display:block;position:absolute;inset:64px 0 auto;width:100%;max-height:calc(100dvh - 64px);overflow-y:auto;background:#0b0c09;border-bottom:1px solid #30322b;box-shadow:0 22px 45px #00000059}.client-header .main-nav.open .nav-items{align-items:stretch}.client-header .main-nav.open .nav-items li a,.client-header .main-nav.open .nav-items li .menu-label{min-height:44px;padding:12px 10px}.client-header .header-utility{display:none}.client-header .header-right{margin-left:auto}.spot-trade-layout{grid-template-columns:205px minmax(0,1fr);grid-template-rows:68px minmax(520px,auto) auto auto;grid-template-areas:"top top" "pairs chart" "trades trades" "footer footer";overflow:visible}.trade-workspace-header{gap:1.15rem;scrollbar-width:none}.trade-workspace-header::-webkit-scrollbar{display:none}.workspace-stat{display:none}.chart-and-book.horizontal{min-height:520px}.chart-and-book.horizontal .chart{min-width:0;max-height:none}.chart-and-book.horizontal .orderbook-and-trades{flex-basis:210px;max-height:none}.trade-panel{display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:start;border-top:1px solid #292b25}.trade-panel .wallet-buttons{position:sticky;top:72px}.trade-footer{min-width:0}.trade-footer>div:last-child,.trade-footer table{min-width:760px}.trade-footer{overflow-x:auto}}@media(max-width:720px){.client-header{height:60px;padding-inline:12px}.client-header .logo img{width:92px;height:38px}.client-header .auth-buttons a{height:36px;padding-inline:10px}.client-header .auth-buttons a.login{display:none}.client-header .header-right>.user-wrapper>.user-avatar span,.client-header .header-right>.lang-currency-wrapper{display:none}.client-header .header-right>.user-wrapper>.user-avatar{width:40px;min-width:40px;padding:0;justify-content:center}.client-header .main-nav.open{top:60px;max-height:calc(100dvh - 60px)}.spot-trade-layout{display:flex;flex-direction:column;min-width:0}.trade-workspace-header{order:0;min-height:68px;padding-inline:.75rem}.workspace-pair{min-width:145px}.workspace-price{min-width:98px}.workspace-status,.leverage-warning{display:none}.spot-trade-layout>aside.pair-list{order:1;width:100%;max-height:260px;border-bottom:1px solid #292b25}.pair-list-wrapper>ul{max-height:182px}.chart-and-book.horizontal{order:2;min-height:auto;padding:6px;flex-direction:column}.chart-and-book.horizontal .chart{width:100%;min-height:430px}.chart-and-book.horizontal .orderbook-and-trades{width:100%;min-height:360px;max-height:420px;flex-basis:auto}.trade-panel{order:3;display:flex;padding:6px}.trade-panel .spot-form,.trade-panel .wallet-buttons{width:100%}.trade-panel .wallet-buttons{position:static}footer.trade-footer{order:4;padding-inline:.75rem}.trade-footer-heading{min-width:0}.trade-footer-heading span{display:none}footer.trade-footer ul{gap:1rem;overflow-x:auto;white-space:nowrap}.client-header .header-right .notif-wrapper .notif-dropdown,.client-header .header-right .user-wrapper .user-dropdown{top:66px;left:8px;right:8px}}@media(max-width:430px){.client-header{padding-inline:9px}.client-header .logo img{width:82px}.client-header .header-right{gap:4px}.client-header .header-right>.notif-wrapper,.client-header .header-right>.user-wrapper>.user-avatar{width:37px;min-width:37px;height:37px;min-height:37px}.trade-workspace-header{gap:.75rem}.market-mode{padding-inline:.35rem}.chart-and-book.horizontal .chart{min-height:390px}.trade-panel .spot-form{padding-inline:.65rem}}@media(max-width:980px){.wallet-workspace{width:100%;padding-inline:22px}.portfolio-hero,.portfolio-analysis,.portfolio-visuals,.transfer-layout{grid-template-columns:1fr}.portfolio-stats,.portfolio-insights,.notification-summary,.trades-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.allocation-body{grid-template-columns:160px minmax(0,1fr)}.account-content{min-width:0}.account-page,.account-content>*{min-width:0}}@media(max-width:650px){.wallet-workspace{padding:22px 13px 34px}.wallet-heading{display:flex;align-items:flex-start;gap:16px;flex-direction:column}.wallet-heading-actions{width:100%;margin-top:0;display:grid;grid-template-columns:1fr 1fr}.wallet-heading-actions button,.wallet-heading-actions a{width:100%;justify-content:center}.portfolio-hero{border-radius:11px}.portfolio-total,.portfolio-performance{min-height:150px;padding:22px 18px}.portfolio-stats,.portfolio-insights,.notification-summary,.trades-summary{grid-template-columns:1fr}.portfolio-stats article,.portfolio-insights article,.trades-summary article{min-height:76px}.allocation-body,.allocation-legend,.diagnostic-grid{grid-template-columns:1fr}.allocation-donut{width:150px;height:150px}.wallet-card-head,.notification-toolbar,.trades-toolbar,.notification-preferences{align-items:stretch;flex-direction:column}.wallet-card-head>button,.wallet-card-head>a,.notification-toolbar>label,.notification-search,.trades-toolbar>label,.trades-toolbar>div{width:100%}.notification-toolbar>div{width:100%;display:grid;grid-template-columns:1fr 1fr}.notification-toolbar>div button{justify-content:center}.notification-row{padding-inline:13px}.notification-row strong{overflow-wrap:anywhere}.qr-row,.selected-asset,.address-block,.withdraw-summary{min-width:0}.qr-row{align-items:flex-start;flex-direction:column}.address-block strong,.address-input input{min-width:0;overflow-wrap:anywhere}.account-nav{top:60px;overflow-x:auto;scrollbar-width:none}.account-nav::-webkit-scrollbar{display:none}.account-nav nav{width:max-content;min-width:100%;justify-content:flex-start}.account-nav nav button{min-width:50px;flex:1}.account-content{padding:22px 13px}.identity-card,.setting-row,.device-row,.danger-zone>div{min-width:0}.identity-card .outline-action,.setting-row .row-action,.device-row .row-action{margin-left:auto}.detail-grid,.detail-protection{grid-template-columns:1fr}.trade-detail-drawer{padding:22px 16px}}@media(max-width:1100px){.admin-dashboard .admin-panel-container{padding:24px 20px!important}.admin-stat-grid,.trade-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-overview-grid,.system-grid{grid-template-columns:1fr}.admin-view-heading{gap:18px}}@media(max-width:600px){.admin-dashboard .admin-panel-container{padding:18px 10px 30px!important}.admin-view-heading,.admin-view-heading>div,.admin-user-tools,.admin-record-tools,.admin-filters{width:100%}.admin-view-heading{align-items:stretch}.admin-search,.admin-user-tools>select,.admin-record-tools>select,.admin-filters>select{box-sizing:border-box;width:100%}.admin-stat-grid,.trade-summary,.system-grid,.verification-summary{grid-template-columns:1fr}.admin-table-card,.audit-card{max-width:calc(100vw - 20px);overflow-x:auto;overscroll-behavior-inline:contain}.admin-table-card table,.audit-card table{min-width:720px}.admin-modal-backdrop{padding:10px;align-items:flex-end}.admin-adjust-modal,.admin-trade-modal,.kyc-review-modal{width:100%;max-width:none;max-height:92dvh;overflow-y:auto;border-radius:14px 14px 0 0}}.account-suspension-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#030503e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.account-suspension-overlay>section{width:min(500px,100%);box-sizing:border-box;padding:34px;border:1px solid #353a32;border-radius:16px;background:#101310;color:#e8ece5;text-align:center;box-shadow:0 35px 100px #000000b3}.suspension-lock{position:relative;width:58px;height:58px;margin:0 auto 19px;display:grid;place-items:center;border-radius:15px;background:#ef67621a;color:#ef6762;font-size:22px}.suspension-lock i{position:absolute;right:7px;top:7px;width:7px;height:7px;border-radius:50%;background:#ef6762;box-shadow:0 0 9px #ef6762}.account-suspension-overlay section>small{display:flex;justify-content:center;align-items:center;gap:6px;color:#dcb03f;font-size:8px;font-weight:800;letter-spacing:1.2px}.account-suspension-overlay h1{margin:10px 0 8px;font-size:25px}.account-suspension-overlay section>p{max-width:390px;margin:0 auto;color:#7c8479;font-size:10px;line-height:1.65}.suspension-countdown{margin:22px 0 13px;padding:15px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #2d332b;border-radius:10px;background:#0b0e0b}.suspension-countdown span,.suspension-countdown em{color:#737b70;font-size:8px;font-style:normal;text-transform:uppercase}.suspension-countdown strong{color:#ef6762;font-size:24px}.suspension-help{display:flex;align-items:flex-start;gap:11px;padding:13px;text-align:left;border:1px solid rgba(220,176,63,.16);border-radius:9px;background:#dcb03f0a;color:#dcb03f}.suspension-help span{display:flex;flex-direction:column}.suspension-help strong{font-size:9px;color:#cfd5cb}.suspension-help p{margin:4px 0 0;color:#747c72;font-size:8px;line-height:1.5}.account-suspension-overlay section>button{width:100%;height:43px;margin-top:16px;border:0;border-radius:8px;background:#ef6762;color:#fff;font-size:9px;font-weight:800}html[data-theme=light] .account-suspension-overlay{background:#1b201cb3}html[data-theme=light] .account-suspension-overlay>section{background:#fff;color:#182019;border-color:#d9ded8}html[data-theme=light] .suspension-countdown{background:#f4f6f3;border-color:#d9ded8}
