.navbar .active a:not(.mobile-signup-btn a){color:#00ffa0;position:relative}header{display:flex;align-items:center;justify-content:space-between;padding:30px 50px;position:relative;z-index:100;border-bottom:1px solid rgba(128,128,128,.22)}.logo img{width:100px;height:40px;display:block;object-fit:cover}.navbar ul{display:flex;gap:30px;list-style:none;align-items:center}.navbar a:not(.mobile-signup-btn a){color:#fff;text-decoration:none;font-size:13px;font-weight:500;transition:color .3s;white-space:nowrap}.navbar a:not(.mobile-signup-btn a):hover{color:#00ffa0}.nav-btn{display:flex;align-items:center;gap:20px}.nav-btn .btn{padding:10px 24px;font-size:.9rem}.mobile-signup-btn{display:none}.hamburger{display:none;cursor:pointer;flex-direction:column;justify-content:space-between;width:30px;height:21px}.hamburger span{display:block;height:3px;width:100%;background:#00ffa0;transition:all .3s ease;border-radius:3px}.hamburger span:nth-child(2),.hamburger span:last-child{width:50%}@media (max-width: 768px){header{padding:15px}.navbar{position:fixed;top:86px;left:0;width:100%;height:100vh;background:#101438;border-radius:50px 50px 0 0;padding:20px;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path .4s ease}.navbar.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.navbar ul{flex-direction:column;gap:35px;text-align:center}.nav-btn{display:none}.mobile-signup-btn{display:block;text-align:center;width:100%}.mobile-signup-btn a{width:100%}.hamburger{display:flex;background:transparent;border:none}}.container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 16px;overflow:hidden}.backgroundElements{position:absolute;inset:0;pointer-events:none}.backgroundElements div{width:40px;height:40px;border-radius:50%;padding:10px}.bitcoinElement{position:absolute;top:96px;left:200px;background:#fee71523;transform:rotate(-30deg)}.bitcoinElement img{width:100%;height:100%;object-fit:contain}.dodgeElement{position:absolute;top:44px;right:160px;padding:5px;background:#fe1d1534;transform:rotate(30deg)}.dodgeElement img{width:100%;height:100%;object-fit:contain}.purpleCoinElement{position:absolute;bottom:130px;left:310px;background:#1519fe13;transform:rotate(30deg)}.purpleCoinElement img{width:100%;height:100%;object-fit:contain}.greenCoinElement{position:absolute;bottom:40px;right:320px;background:#1dfe151a;transform:rotate(-30deg)}.greenCoinElement img{width:100%;height:100%;object-fit:contain}.shape-1{background:#3b82f6;width:150px;height:150px;top:30%;left:10%;animation:float 8s ease-in-out infinite}.shape-2{background:#60a5fa;width:150px;height:150px;top:10%;right:10%;animation:float 10s ease-in-out infinite}.shape-3{background:#93c5fd;width:150px;height:150px;bottom:-10%;right:20%;animation:float 12s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-20px,-20px)}}.content{position:relative;z-index:10}.headingDesktop{font-size:58px;font-weight:600;color:#00ffa0;margin-bottom:12px;display:block}.headingMobile{color:#00ffa0;font-weight:700;font-size:32px;line-height:1.25;margin-bottom:32px;display:none}.description{max-width:560px;color:#fff;font-weight:400;font-size:15px;text-align:center;margin:0 auto}.hero-btns{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:32px}@media (max-width: 1280px){.bitcoinElement{top:80px;left:160px}.dodgeElement{top:32px;right:128px}.purpleCoinElement{bottom:120px;left:260px;width:40px;height:40px}.greenCoinElement{bottom:32px;right:256px}}@media (max-width: 1024px){.bitcoinElement{top:64px;left:120px}.dodgeElement{top:24px;right:96px}.purpleCoinElement{bottom:110px;left:220px;width:36px;height:36px}.greenCoinElement{bottom:24px;right:192px}}@media (max-width: 768px){.shape{display:none}.backgroundElements div{width:30px;padding:5px;height:30px}.bitcoinElement{top:48px;left:80px}.bitcoinElement img{width:100%;height:100%}.dodgeElement{top:16px;right:64px}.purpleCoinElement{bottom:105px;left:150px}.greenCoinElement{bottom:16px;right:128px}.headingDesktop{display:none}.headingMobile{display:block}}@media (max-width: 640px){.container{margin-top:-24px}.content{padding-left:8px;padding-right:8px}.bitcoinElement{top:36px;left:16px}.dodgeElement{top:20px;right:16px}.dodgeElement img{width:15px;height:15px}.purpleCoinElement{bottom:190px;left:32px;width:28px;height:28px}.greenCoinElement{bottom:36px;right:24px}.description{padding-left:8px;padding-right:8px;line-height:1.5}.hero-btns{flex-direction:column;gap:16px}.hero-btns button{width:100%}}.announcement-bar{display:flex;align-items:center;gap:20px;padding:10px;position:relative;color:#fff;background:#ffffff0d;overflow:hidden;height:60px;border-radius:10px}.announcement-icon{color:#00fa70;font-size:1.5rem}.announcements-container{position:relative;width:100%;height:100%;overflow:hidden}.announcements-texts{position:absolute;width:100%;height:100%}.announcements-texts p{position:absolute;width:100%;margin:0;padding:10px;opacity:0;animation:textAnimation 6s infinite linear;text-align:center;line-height:1.4;font-size:14px}.announcements-texts p:nth-child(1){animation-delay:0s}.announcements-texts p:nth-child(2){animation-delay:3s}@keyframes textAnimation{0%,to{transform:translateY(10%);opacity:0}10%{transform:translateY(0);opacity:1}30%{transform:translateY(0);opacity:1}40%{transform:translateY(-100%);opacity:0}80%{transform:translateY(-100%);opacity:0}}@media (max-width: 768px){.announcement-bar{flex-direction:column;gap:15px;padding:5px;height:110px}.announcements-container{height:60px}.announcement-icon{font-size:1.2rem}.announcements-texts p{font-size:.9rem;text-align:center;padding:0 5px}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.popular-contracts-section{position:relative;padding:5rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.shape-4{background:#3b82f6;width:150px;height:150px;top:10%;left:0;animation:float 8s ease-in-out infinite}.shape-5{background:#3b82f6;width:150px;height:150px;top:60%;right:0;animation:float 8s ease-in-out infinite}.contracts-container{width:100%;overflow-x:scroll;padding:.5rem}.contracts-container::-webkit-scrollbar{height:1px;width:1px}.contracts-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.contracts-container::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:3px}.contracts-list{display:flex;flex-direction:column;gap:1.25rem;min-width:600px;max-width:800px;margin:0 auto}.contract-card{display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem;border-radius:.75rem;transition:all .3s ease}.contract-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.contract-info{display:flex;align-items:center;gap:.75rem;min-width:150px;margin-bottom:.5rem}.coin-image{width:2.3rem;height:2.3rem;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.contract-info img{width:100%;height:100%;border-radius:50%}.contract-details{display:flex;flex-direction:column}.contract-symbol{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.25rem;letter-spacing:.5px}.contract-name{color:#ffffffb3;font-size:.7rem;line-height:1rem;text-transform:uppercase;letter-spacing:.5px}.contract-metric{display:flex;flex-direction:column;align-items:flex-start;min-width:90px;margin-bottom:.5rem}@media (min-width: 640px){.contract-metric{margin-bottom:0}}.view-more-button{cursor:pointer;background-color:#00ffa01a;color:#00ffa0;border:1px solid #00FFA0;font-size:13px;width:75%;height:3.25rem;border-radius:.75rem;margin-top:2.5rem;transition:all .3s ease;font-weight:400;letter-spacing:.5px}.view-more-button:hover{background-color:#00ffa033;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}@media (min-width: 640px){.view-more-button{width:35vw;max-width:300px}}.about-container{display:flex;flex-direction:column;align-items:center;gap:40px;padding:50px}.about-grid{display:grid;place-items:center;grid-template-columns:repeat(2,minmax(300px,1fr))}.about-content{display:flex;flex-direction:column;gap:10px;color:#fff}.about-content div{text-align:left}.about-content p{text-align:left;font-size:13px;color:#dddddd94;line-height:1.5}.about-container img{width:300px;height:250px;filter:grayscale(100%)}@media (max-width: 998px){.about-grid{grid-template-columns:1fr}.about-content .section-title{text-align:left;margin-bottom:.35rem}}@media (max-width: 478px){.about-grid img{max-width:250px;height:250px}.about-container{padding:50px 30px}}.choice-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;padding:30px 60px;margin-top:50px}.choice-title{padding:30px 50px;color:#00ffa0;border-radius:50px;background:#ffffff0d}.choice-content{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:30px}.choice-content p{color:#ddd;text-align:center;font-size:13px}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:10px}.box{text-align:center;background:#00ffa21c;padding:10px 20px;border-radius:30px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:20px;width:150px;height:150px}.choice-grid p{color:#00ffa0}.box img{width:32px;height:32px}@media (max-width: 998px){.choice-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.choice-container{padding:30px 10px}.choice-content .section-title{margin-bottom:.35rem}.choice-content{text-align:center}.choice-content p{line-height:1.6}.box{width:120px;height:120px}.choice-box p{font-size:13px}}@media (max-width: 370px){.choice-grid{grid-template-columns:1fr}}.trade-container{display:flex;align-items:center;justify-content:center;gap:50px;padding:30px}.trade-container img{width:400px;height:250px;display:block;object-fit:contain}.trade-content{display:flex;flex-direction:column;gap:10px}.trade-content h1{font-size:2rem}.trade-content h1,.trade-content span{color:#00ffa0}.trade-content p{text-align:center;font-size:14px}.trade-button{display:flex;gap:20px;align-items:center;margin-top:20px}@media (max-width: 998px){.trade-container{flex-direction:column;align-items:center;gap:0}.trade-content h1{text-align:center}}@media (max-width: 600px){.trade-button{flex-direction:column}.trade-button button{width:100%}}@media (max-width: 400px){.trade-container img{width:100%}}.blog-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 30px;gap:20px}.blog-box.expanded{position:fixed;top:10%;left:25%;height:auto;width:600px;background:#004d30;z-index:100}.blog-box.expanded h2{font-size:18px;font-weight:600}.blog-box.expanded p{font-size:12px;color:#ddd}.blog-box.expanded .blog-grid{background:red}.blog-container h1,p{color:#fff}.blog-container p{text-align:center;font-size:14px}.blog-grid{display:grid;position:relative;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.blog-box{background:#00ffa21c;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:space-between;text-align:center;width:320px;height:450px}.blog-box h2,p{color:#fff}.blog-box h2{font-size:14px;font-weight:400}.blog-box p{font-size:11px}.blog-box img{width:100%;height:200px;border-radius:20px}.blog-box button{background:#00ffa22a;border:1px solid #00ffa0;color:#fff;font-weight:700;border-radius:30px;padding:10px 30px;cursor:pointer}.carousel-btn{display:flex;align-items:center;gap:15px}.carousel-btn button{display:inline-block;padding:12px 28px;background:#12493562;color:#00ffa0;border-radius:5px;font-weight:600;border:1px solid #00ffa0;cursor:pointer;font-size:1rem;outline:none}@media (max-width: 998px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-box.expanded{left:5%;width:90%}}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr 1fr}.blog-box{width:280px}.blog-box.expanded{left:5%;width:90%;background:#124935}.blog-box img{height:200px}.blog-box h2,.blog-box p{font-size:13px}}@media (max-width: 580px){.blog-grid{grid-template-columns:1fr}.blog-box{width:100%}}.action-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:50px 20px;background:#ffffff0d}.action-container .action-title{font-family:Inter,-apple-system,sans-serif;font-size:2em;color:#fff;text-align:center}.action-container p{font-size:13px;color:#dddddda9;text-align:center}.action-buttons{display:flex;align-items:center;gap:30px;padding-top:30px}@media (max-width: 768px){.action-buttons{flex-direction:column;width:90%;gap:20px}.action-buttons button{width:100%}}@media (max-width: 468px){.action-title{font-size:1.1em}}.footer{position:relative;color:#ecf0f1;padding:60px 20px;display:grid}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:150px}.footer-logo{display:flex;flex-direction:column;gap:15px}.footer-logo img{width:100px;height:40px;object-fit:cover}.footer-links-wrapper{display:flex;justify-content:space-between}.footer-logo p,.footer-bottom p{line-height:1.6;font-size:14px;text-align:left;color:#bdc3c7}.footer-links h3{margin-bottom:20px;font-size:16px;font-weight:400;position:relative;padding-bottom:10px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:#bdc3c7;text-decoration:none;font-size:13px;transition:color .3s}.footer-links a:hover{color:#00ffa0}.footer-download{display:flex;flex-direction:column}.footer-download img{width:120px;height:auto;margin-top:15px;border:1px solid #34495e;border-radius:5px}.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid #34495e;display:flex;align-items:center;justify-content:space-between;color:#bdc3c7;font-size:14px;width:100%}.footer-bottom a{color:#bdc3c7;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.social-icons{display:flex;gap:10px}.social-icons img{width:20px;height:20px}.footer-blur{width:150px;height:150px;position:absolute;border-radius:50%;filter:blur(50px);opacity:.5;z-index:1;left:10%;right:0;background:#ffffff48}@media (max-width: 900px){.footer{place-items:center}.footer-logo{align-items:center}.footer-logo p{text-align:center}.footer-container{grid-template-columns:1fr;place-items:center;gap:20px}.footer-links-wrapper{gap:50px}.footer-links{margin-top:20px}.footer-download{align-items:center}.footer-bottom{flex-direction:column;gap:20px}.footer-blur{display:none}.footer-bottom p{text-align:center}}@media (max-width: 468px){.footer-logo img{width:100px;height:50px}}.market-leaders-container{position:relative;padding:5rem .5rem;display:flex;align-items:center;justify-content:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.shape{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;z-index:1}.shape-7{background:#3b82f6;width:150px;height:150px;top:10%;left:0;animation:float 8s ease-in-out infinite}.shape-8{background:#3b82f6;width:150px;height:150px;top:60%;right:0;animation:float 8s ease-in-out infinite}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0}.loading-container .circle{position:relative;width:50px;height:50px;border:10px solid blue;border-radius:50%;animation:spin 1s infinite forwards}.loading-container .circle:before{content:"";position:absolute;left:0;width:10px;height:20px;background:red}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.market-leaders-grid::-webkit-scrollbar{height:2px;width:6px}.market-leaders-grid::-webkit-scrollbar-track{background:transparent;border-radius:3px}.market-leaders-grid::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.market-leaders-grid{display:grid;grid-template-columns:1fr 1fr;place-items:center;gap:20px;width:100%;overflow-x:scroll}.market-leaders-title{font-family:Inter,-apple-system,sans-serif;font-size:1.5rem;color:#fff;text-align:left;padding:20px}.markets-list{display:flex;flex-direction:column;border:1px solid #dddddd17;padding:10px;border-radius:20px;gap:1rem;min-width:580px;max-width:700px;margin:0 auto}.market-card{display:flex;align-items:center;gap:2.3rem;padding:1rem .5rem;border-radius:.75rem;transition:all .3s ease}.market-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.market-info{display:flex;align-items:center;gap:.75rem;min-width:150px;margin-bottom:.5rem}.market-icon{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.market-details{display:flex;flex-direction:column}.market-symbol{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.25rem;letter-spacing:.5px}.market-name{color:#ffffffb3;font-size:.7rem;line-height:1rem;text-transform:uppercase;letter-spacing:.5px}.market-metric{display:flex;flex-direction:column;align-items:flex-start;min-width:90px;margin-bottom:.5rem}@media (min-width: 640px){.market-metric{margin-bottom:0}}.metric-label{color:#ffffffb3;font-size:.75rem;line-height:1rem;margin-bottom:.5rem;font-weight:500}.metric-value{font-size:.875rem;line-height:1.25rem;font-weight:600}.positive-change{color:#10b981}.negative-change{color:#ef4444}.price-value,.volume-value{color:#fff}.action-container{min-width:100px}.trade-action-button{cursor:pointer;background-color:#00ffa01a;color:#00ffa0;font-size:.875rem;line-height:1.25rem;width:100%;height:2.5rem;padding:10px 30px;border-radius:.75rem;border:1px solid rgba(0,255,160,.2);transition:all .2s ease;font-weight:600}.trade-action-button:hover{background-color:#00ffa033;transform:scale(1.05)}@media (max-width: 1050px){.market-leaders-grid{grid-template-columns:1fr}.markets-list{width:100%}}.customer-support-section{padding:0 1.5rem;padding-top:0}@media (min-width: 768px){.customer-support-section{padding-top:1rem}}.customer-support-title{color:#fff;font-size:1.875rem;margin-top:1.25rem;margin-bottom:.25rem;text-align:center;padding:.75rem 0}@media (min-width: 640px){.customer-support-title{font-size:2.25rem}}.customer-support-description{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;margin:0 auto;line-height:1.6;text-align:center}.form-wrapper{max-width:700px;width:100%;margin:2rem auto 0}.form-input{background-color:#ffffff1a;border:1px solid #00ffa04d;border-radius:.5rem;height:50px;padding:0 1rem;font-size:12.5px;color:#fff;outline:none}.form-textarea{background-color:#ffffff1a;border:1px solid #00ffa04d;border-radius:.5rem;height:220px;padding:.5rem 1rem;font-size:12.5px;color:#fff;resize:none;outline:none}.submit-button{cursor:pointer;background-color:#00ffa01a;color:#00ffa0;border:1px solid #00ffa0;font-size:15px;width:100%;height:44px;border-radius:.75rem;margin:2.5rem 0}.faq-container{display:flex;flex-direction:column;align-items:center;padding:3.5rem 1.5rem;background-color:#ffffff0d}.faq-tag{background-color:#00ffa00d;padding:.5rem 1.25rem;border-radius:1.5rem;display:inline-block}.faq-tag p{color:#00ffa0;font-weight:500;font-size:15px;white-space:nowrap}.faq-heading{color:#fff;font-size:1.875rem;text-align:center;margin:1.25rem 0 .25rem;padding:.75rem 0}@media (min-width: 640px){.faq-heading{font-size:2.25rem}}.faq-subtext{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;text-align:center;line-height:1.6;margin:0 auto}.faq-grid{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;width:70%;max-width:80rem}@media (min-width: 640px){.faq-grid{grid-template-columns:1fr 1fr}}.faq-item{padding:1rem}.faq-question{display:flex;align-items:center;gap:15px;cursor:pointer}.faq-question p{color:#fff;font-size:15px;flex:1}.faq-icon{color:#00ffa0;transition:transform .3s ease}.faq-icon.open{transform:rotate(0)}.faq-answer{color:#ffffffbf;font-size:13px;padding-top:.75rem;line-height:1.5}.faq-divider{background-color:#ffffff59;height:1px;border:none;margin-top:1.25rem}@media (max-width: 486px){.faq-container{padding:3.5rem 0}}.registration-container{flex:1}.registration-content{padding:1.5rem 1rem}@media (min-width: 640px){.registration-content{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.registration-content{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 1024px){.registration-content{padding-left:5rem;padding-right:5rem}}.navigation-section{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between}.back-button{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ffffffbf;font-size:14px;background:none;border:none}.back-icon{color:#00ffa0;height:1em;width:1em}.welcome-heading{color:#fff;font-size:1.875rem;margin-top:1.25rem;margin-bottom:.25rem;text-align:center;padding:.75rem 0}@media (min-width: 640px){.welcome-heading{font-size:2.25rem}}.welcome-subtitle{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.25rem;text-align:center;padding-bottom:2.25rem}.form-container{max-width:700px;width:100%;margin-left:auto;margin-right:auto;margin-top:2rem}.registration-form{width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.form-label{color:#ffffffbf;font-size:13px}.form-input{background-color:#ffffff1a;border:1px solid rgba(0,255,160,.3);border-radius:.5rem;height:50px;padding:0 1rem;width:100%;font-size:12.5px;color:#fff;outline:none}.form-input::placeholder{color:#fff9;font-size:12.5px}.verification-container{display:flex;gap:.5rem}.verification-input-wrapper{position:relative;flex:1}.verification-input{padding-right:2.5rem;width:100%}.send-code-button{cursor:pointer;background-color:#00ffa0;color:#101428;font-weight:600;font-size:13px;padding:0 1.5rem;height:50px;border-radius:.5rem;border:none}.send-code-button:disabled{opacity:.5}.input-wrapper,.password-group{position:relative}.password-input{padding-right:2.5rem}.terms-container{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.terms-checkbox{width:1rem;height:1rem;margin-top:.25rem;color:#00ffa0;background-color:transparent;border:2px solid rgba(0,255,160,.3);border-radius:.25rem}.terms-label{color:#ffffffbf;font-size:13px;line-height:1.25rem}.terms-link{color:#00ffa0;cursor:pointer;text-decoration:underline}.form-actions{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:4.5rem}.error-message{color:#ff0800}.register-button{cursor:pointer;background-color:#00ffa0;color:#101428;font-size:15px;font-weight:600;width:90%;height:2.75rem;border-radius:.75rem;margin-bottom:1.25rem;border:none}.register-button:disabled{opacity:.5}@media (min-width: 640px){.register-button{width:80%}}.account-prompt{color:#ffffffbf;text-align:center;font-size:16px;margin-bottom:1.75rem}.login-button{cursor:pointer;background-color:#00ffa01a;color:#00ffa0;border:1px solid rgb(0,255,160);font-size:15px;width:90%;height:2.75rem;border-radius:.75rem;border:none}@media (min-width: 640px){.login-button{width:80%}}.password-group{position:relative;margin-bottom:1rem}.password-toggle-btn{position:absolute;right:1rem;top:2.5rem;background:none;border:none;cursor:pointer;color:#fff9;font-size:16px;transition:color .3s ease;padding:0;display:flex;align-items:center;justify-content:center}.password-toggle-btn:hover{color:#00ffa0}.forgot-password{text-align:right;margin-top:.5rem;margin-bottom:1.5rem}.forgot-password-link{text-decoration:none;color:#dddddd96}.login-button{cursor:pointer;background-color:#00ffa0;color:#101428;font-size:15px;font-weight:600;width:100%;height:2.75rem;border-radius:.75rem;margin-bottom:1.5rem;border:none;transition:all .3s ease}.login-button:hover{background-color:#00e691;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}.login-button:disabled{opacity:.5;cursor:not-allowed}.register-button{cursor:pointer;background:#00ffa01a;color:#00ffa0;border:1px solid #00FFA0;font-size:15px;font-weight:600;width:100%;height:2.75rem;border-radius:.75rem;transition:all .3s ease}.register-button:hover{background:#00ffa033;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa01a}.forgot-password-container{flex:1}.forgot-password-content{padding:1.5rem 5rem}.navigation-section{margin-top:1.25rem;display:flex;align-items:center;justify-content:left}.send-otp-button{cursor:pointer;background-color:#00ffa0;color:#101428;font-size:15px;font-weight:600;width:100%;height:2.75rem;border-radius:.75rem;margin-bottom:1.5rem;border:none;transition:all .3s ease}.send-otp-button:hover{background-color:#00e691;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}@media (max-width: 486px){.forgot-password-content{padding:1.5rem 1rem}}.otp-container{flex:1;padding:5rem 1rem}.otp-status-card{top:20%}.back-button{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ffffffbf;font-size:14px;background:none;border:none;transition:all .3s ease;padding:.5rem 0}.back-button:hover{color:#00ffa0;transform:translate(-5px)}.back-icon{color:#00ffa0;font-size:16px}.otp-container h2{color:#fff;font-size:1.875rem;margin-top:1.25rem;margin-bottom:.25rem;text-align:center;padding:.75rem 0}.otp-container p{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.25rem;text-align:center;padding-bottom:2.25rem}.otp-container strong{color:#00ffa0;font-size:12px;font-weight:400}.otp-form{display:flex;flex-direction:column;align-items:center;gap:50px}.otp-inputs{display:flex;gap:30px}.otp-inputs input{width:70px;height:70px;border-radius:20px;text-align:center;outline:none;border:none;font-size:1.3rem;font-weight:400}.otp-inputs input:focus{outline:#00e691 2px solid}.verify-btn{cursor:pointer;background-color:#00ffa0;color:#101428;font-size:15px;font-weight:600;width:50%;height:2.75rem;border-radius:.75rem;margin-bottom:1.5rem;border:none;transition:all .3s ease}.verify-btn:hover{background-color:#00e691;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}.verify-btn:disabled{opacity:.5;cursor:not-allowed}.otp-timer{color:#00e691}@media (max-width: 768px){.otp-inputs input{width:50px;height:50px;border-radius:5px}}@media (max-width: 568px){.otp-inputs{gap:20px}.otp-inputs input{width:30px;height:30px;border-radius:3px}}.reset-main{flex:1;padding:1.5rem 1rem}.reset-container{padding:1.5rem 1rem}.reset-header{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem}.logo{width:90px;height:30px;object-fit:contain;cursor:pointer}.back-btn{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#ffffffbf;background:none;border:none;cursor:pointer}.reset-title{color:#fff;text-align:center;font-size:2rem;margin-top:1.25rem;margin-bottom:.25rem;padding:.75rem 0}.reset-subtitle{color:#ffffffbf;font-size:14px;font-weight:400;max-width:420px;margin:0 auto;text-align:center;line-height:1.4;padding-bottom:2.25rem}.form-wrapper{max-width:700px;margin:2rem auto 0;width:100%}.input-group{position:relative;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.input-group label{font-size:13px;color:#ffffffbf}.input-group input{background:#ffffff1a;border:1px solid #00ffa04d;border-radius:8px;height:50px;padding:0 2.5rem 0 1rem;color:#fff;outline:none}.input-group input::placeholder{font-size:12.5px;color:#ccc}.toggle-icon{position:absolute;right:1rem;top:42px;cursor:pointer;color:#fff}.password-req{background:#ffffff0a;border:1px solid #00ffa01a;border-radius:8px;padding:1rem;margin-bottom:2rem}.password-req p{font-size:12px;color:#ffffffbf;margin-bottom:.5rem;font-weight:500}.password-req ul{list-style:none;padding:0;margin:0;font-size:11px;color:#fff9}.password-req li{display:flex;align-items:center;gap:.5rem}.password-req li:before{content:"•";font-size:14px;color:#fff9}.password-toggle{width:1.25rem;height:1.25rem;position:absolute;right:1rem;top:2.75rem;cursor:pointer;color:#ffffffbf}.btn-group{display:flex;flex-direction:column;align-items:center}.reset-btn{cursor:pointer;background:#00ffa0;color:#101428;font-size:15px;font-weight:600;width:100%;max-width:100%;height:44px;border:none;border-radius:12px;margin-bottom:1.25rem}.remember-text{font-size:16px;color:#ffffffbf;text-align:center;margin-bottom:1.5rem}.back-login-btn{cursor:pointer;background:#00ffa01a;border:1px solid #00ffa0;color:#00ffa0;font-size:15px;width:100%;max-width:100%;height:44px;border-radius:12px}.resend-text{padding-top:20px}.resend-link{color:#00ffa0;cursor:pointer}@media (max-width: 480px){.reset-title{font-size:1.5rem}}.asset-hero{padding:36px 16px 8px;max-width:1400px;margin:0 auto}.asset-hero-header{margin-bottom:16px}.asset-hero-title{color:#fff;font-size:2rem;font-weight:600;margin:0}.asset-hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:stretch}.asset-hero-left{display:flex;flex-direction:column;gap:12px}.asset-hero-main{width:100%;display:flex;border-radius:16px 16px 0 0;overflow:hidden;background-image:linear-gradient(45deg,#101428 10%,#00ffa0)}.asset-hero-content{position:relative;padding:20px;max-width:250px;flex:1}.asset-hero-subtitle{color:#fff;font-size:10px;font-weight:600;margin:0}.asset-hero-heading{color:#fff;font-size:25px;font-weight:700;line-height:32px;margin:0}.asset-hero-description{color:#fffc;font-size:14px;font-weight:400;line-height:16px;margin:16px 0 0}.asset-hero-button{cursor:pointer;background-color:#00ffa0;color:#101428;font-weight:600;font-size:15px;border-radius:8px;height:39px;width:170px;margin-top:16px;border:none;transition:background-color .3s ease}.asset-hero-button:hover{background-color:#00e691}.asset-hero-graphics{position:relative;display:flex;align-items:center;gap:8px;margin-left:-23.5px}.asset-hero-graphics img{width:80px;height:80px;position:absolute}.asset-hero-graphics img:first-child{top:35%;left:100px}.asset-hero-graphics img:nth-child(2){bottom:-20%;left:100px}.asset-hero-graphics img:nth-child(3){top:40%;left:50%}.asset-hero-graphics img:nth-child(4){top:-8%;left:70px}.asset-hero-graphics img:nth-child(5){top:-8%;left:180px}.asset-hero-graphics img:nth-child(6){bottom:-8%;left:180px}.asset-hero-cards{background-color:#261e35;padding:20px;border-radius:0 0 16px 16px;position:relative;flex-grow:1}.asset-hero-cards-container{position:relative;margin:0 48px}.asset-hero-cards-wrapper{overflow:hidden}.asset-hero-cards-track{display:flex;transition:transform .5s ease-in-out}.asset-hero-card{border:1px solid rgba(255,255,255,.5);background-color:#3c354a;height:120px;padding:20px;border-radius:16px;min-width:100%;flex-shrink:0}.asset-hero-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.asset-hero-card-icon{width:35px;height:35px;border-radius:50%}.asset-hero-card-price{color:#fff;font-size:20px;font-weight:600;margin:0}.asset-hero-card-footer{display:flex;align-items:center;justify-content:space-between}.asset-hero-card-pair{display:flex;align-items:center;gap:8px}.asset-hero-card-symbol{color:#868b93;font-size:16px;font-weight:600;margin:0}.asset-hero-card-exchange{color:#868b93;width:17px;height:17px}.asset-hero-card-change{display:flex;align-items:center;gap:6px}.asset-hero-change-icon{font-size:17px}.asset-hero-change-icon.asset-hero-change-positive{color:#00c287}.asset-hero-change-icon.asset-hero-change-negative{color:#ff4747}.asset-hero-change-text{font-size:17px;font-weight:600;margin:0}.asset-hero-change-text.asset-hero-change-positive{color:#00c287}.asset-hero-change-text.asset-hero-change-negative{color:#ff4747}.asset-hero-nav-button{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#3c354a;border:1px solid rgba(255,255,255,.5);border-radius:50%;padding:8px;color:#fff;transition:background-color .3s ease;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.asset-hero-nav-button:hover{background-color:#4a415a}.asset-hero-nav-prev{left:-48px}.asset-hero-nav-next{right:-48px}.asset-hero-dots{display:flex;justify-content:center;margin-top:12px;gap:8px}.asset-hero-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff4d;transition:all .3s ease;cursor:pointer}.asset-hero-dot:hover{transform:scale(1.25)}.asset-hero-dot-active{background-color:#fff}.asset-hero-valuation{background-color:#101428;border:1px solid rgba(0,255,160,.15);border-radius:16px;padding:20px 16px;height:100%;display:flex;flex-direction:column}.asset-hero-valuation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.asset-hero-valuation-title{color:#fff;font-size:20px;font-weight:500;margin:0}.asset-hero-view-icon{color:#898c97;font-size:18px}.asset-hero-valuation-amount{display:flex;align-items:flex-end;gap:16px;margin-bottom:44px}.asset-hero-amount{color:#fff;font-size:33px;font-weight:600;margin:0}.asset-hero-currency{color:#fff;font-size:13px;font-weight:400;margin:0 0 4px}.asset-hero-earnings{margin-bottom:48px}.asset-hero-earnings-label{color:#fff;font-size:13px;font-weight:400;margin:0 0 6px}.asset-hero-earnings-value{color:#00ffa0;font-size:18px;font-weight:500;margin:0}.asset-hero-actions{display:flex}.asset-hero-actions-box{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;background:#3c354a7a;border:1px solid #00c287;padding:10px;font-size:14px;border-radius:15px;transition:transform .3s ease}.asset-hero-action-icon{font-size:2rem;color:#00c287}.asset-hero-action-icon:hover{transform:scale(1.05)}.asset-hero-transactions{background-color:#101428;border:1px solid rgba(0,255,160,.15);border-radius:16px;padding:20px 16px;height:100%;display:flex;flex-direction:column}.asset-hero-transactions-title{color:#fff;font-size:20px;font-weight:600;margin:0 0 16px;flex-shrink:0}.asset-hero-transactions-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;flex:1;min-height:0}.asset-hero-empty-icon{width:100px;height:120px;object-fit:contain}.asset-hero-empty-text{color:#fff;font-size:20px;font-weight:600;margin:0}@media (min-width: 768px){.asset-hero{padding:36px 48px 8px}.asset-hero-grid{grid-template-columns:43% 30% 25%}.asset-hero-actions{justify-content:space-between}}@media (max-width: 900px){.asset-hero-action-icon{width:50px;padding:5px;font-size:2rem}}@media (max-width: 768px){.asset-hero-left{width:clamp(250px,95vw,720px)}}.asset-quick-access{padding:0 16px 36px;max-width:1400px;margin:0 auto}.asset-quick-access-header{margin:20px 0 16px;padding:12px 0}.asset-quick-access-title{color:#fff;font-size:1.875rem;font-weight:600;margin:0}.asset-quick-access-grid{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}.asset-quick-access-card{background-color:#00ffa026;border:1px solid #00ffa0;display:flex;align-items:center;justify-content:center;padding:30px;border-radius:16px;width:100%;cursor:pointer;transition:all .3s ease}.asset-quick-access-card:hover{background-color:#00ffa040;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}.asset-quick-access-text{color:#00ffa0;font-size:17px;font-weight:600;margin:0;text-align:center}@media (min-width: 768px){.asset-quick-access{padding:0 48px 36px}.asset-quick-access-header{margin-top:0;padding-top:16px}.asset-quick-access-grid{flex-direction:row;gap:20px}.asset-quick-access-card{padding:30px}}@media (max-width: 767px){.asset-quick-access-card{padding:24px 20px}.asset-quick-access-text{font-size:16px}}.asset-table{display:flex;gap:30px;padding:50px 30px}.asset-table-container{flex:1;border-radius:16px;border:1px solid rgba(0,255,160,.15);background-color:#101428;padding:24px;display:flex;flex-direction:column}.table-header{margin-bottom:22px}.table-title{color:#fff;font-size:20px;font-weight:600}.table-wrapper{overflow:hidden;flex:1}.table-scroll{overflow-x:auto;display:flex;flex-direction:column;gap:6px}.asset-grid-header{display:grid;grid-template-columns:33.3% 33.3% 33.3%;align-items:center;background-color:#ffffff1a;padding:25px 16px;margin-bottom:30px;border-radius:16px;color:#fff;font-weight:500}.table-header-asset{text-align:left}.table-header-symbol{text-align:center}.table-header-balance{text-align:right}.asset-grid-body{display:flex;flex-direction:column;gap:4px}.asset-grid-row{display:grid;grid-template-columns:33.3% 33.3% 33.3%;align-items:center;padding:8px 16px;border-radius:16px;transition:background-color .3s ease}.asset-grid-row:hover{background-color:#ffffff0d}.asset-cell,.symbol-cell,.balance-cell{display:flex;align-items:center}.asset-cell{justify-content:flex-start}.symbol-cell{justify-content:center}.balance-cell{justify-content:flex-end}.asset-info{display:flex;align-items:center;gap:12px}.asset-logo{width:40px;height:40px;border-radius:50%;flex-shrink:0}.asset-name{color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.symbol-text{color:#ffffffbf}.balance-text{color:#fff;font-weight:500}.table-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.pagination-button{cursor:pointer;padding:8px;border-radius:8px;background-color:#ffffff1a;color:#fff;border:none;transition:opacity .3s ease}.pagination-button:disabled{opacity:.5}.pagination-number{padding:8px 12px;border-radius:4px;cursor:pointer;transition:background-color .3s ease;color:#fff}.pagination-number:hover{background-color:#ffffff1a}.pagination-number.active{background-color:#00ffa0;color:#101428;font-weight:500}.ai-trading-container{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-top:1.25rem}@media (min-width: 768px){.ai-trading-container{width:30%;margin-top:0}}.platform-logo{height:70px;object-fit:contain;margin-bottom:1rem}.ai-trading-card{background-color:#ffffff1a;border:1px solid rgba(0,255,160,.15);padding:1rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.card-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.ai-avatar-container{display:flex;align-items:center;justify-content:center}.platform-logo{object-fit:cover}.ai-avatar{width:70px;height:70px;color:#00ffa0;object-fit:contain}.card-description{text-align:center;color:#fff;font-size:.8125rem;margin-top:1.25rem;margin-bottom:1.5rem;line-height:1.4}.income-label{color:#00ffa0;font-size:1.0625rem;font-weight:500;margin-bottom:.5rem}.income-display{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem}.dollar-icon{color:#00ffa0;font-size:1rem;font-weight:400}.income-amount{color:#fff;font-size:1.875rem;font-weight:600}.enable-ai-button{cursor:pointer;background-color:#00ffa0;color:#000;font-weight:500;font-size:.9375rem;border-radius:.5rem;padding:.5rem 1.75rem;border:none;display:flex;align-items:center;justify-content:center;gap:.75rem;margin:.75rem 0;transition:all .3s ease}.enable-ai-button:hover{background-color:#00e691;transform:translateY(-1px)}.button-icon{width:25px;height:25px}.asset-logo-fallback{width:32px;height:32px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#666;font-size:14px}@media (max-width: 768px){.asset-table{flex-direction:column}.asset-table-container{padding:16px}.asset-grid-header,.asset-grid-row{grid-template-columns:45% 25% 30%;padding:8px 12px}.asset-logo{width:32px;height:32px}.ai-trading-card{padding:.75rem}.card-title{font-size:1.125rem}.ai-avatar{width:60px;height:60px}.income-amount{font-size:1.5rem}.enable-ai-button{font-size:.875rem;padding:.5rem 1.5rem}}.recharge-container{color:#fff;padding:20px}.recharge-wrapper{max-width:1200px;margin:0 auto}.recharge-card{background-color:#101428;border:1px solid rgba(0,255,160,.15);border-radius:12px;padding:1.5rem;width:100%;box-shadow:0 4px 6px #0000001a}.recharge-content{max-width:600px;margin:0 auto}.select-button{width:100%;display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid #00ffa04d;color:#ffffffa6;font-size:13px;border-radius:6px;padding:14px 12px;cursor:pointer;transition:all .3s ease}.copy-button{background:transparent;border:none;cursor:pointer;padding:4px;transition:all .3s ease;flex-shrink:0;position:relative}.copy-icon{color:#888f99;font-size:15px;transition:all .3s ease}.copy-button:hover .copy-icon,.copy-button.copied .copy-icon,.copy-icon.copied{color:#00ffa0}.copy-notification{position:absolute;bottom:-30px;background:#00ffa0;color:#000;padding:4px 8px;border-radius:4px;font-size:12px;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (min-width: 768px){.recharge-container{padding:40px}.recharge-card{padding:32px}.address-container{padding:0 24px}.note-section{padding:20px 24px}}.recharge-history-section{padding:0 2rem 2.25rem;margin-top:50px}.recharge-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15);background-color:#101428}.recharge-history-header{padding:1.5rem}.recharge-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.recharge-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1;overflow-x:auto}.recharge-history-content::-webkit-scrollbar{display:none}.recharge-history-grid{display:flex;flex-direction:column;flex:1}.recharge-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.recharge-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.recharge-history-column:first-child{border-radius:1rem 0 0 1rem}.recharge-history-column:last-child{border-radius:0 1rem 1rem 0}.recharge-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.recharge-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.recharge-empty-image{width:140px;height:140px;margin-bottom:1rem}.recharge-empty-text{font-size:.875rem;font-weight:500}@media (max-width: 900px){.recharge-history-section{padding:0 3rem 2.25rem}.recharge-history-header-row{grid-template-columns:repeat(9,140px);min-width:1260px}.recharge-empty-image{width:100px;height:100px}}.exchange-history-section{padding:2rem 2.25rem}@media (min-width: 768px){.exchange-history-section{padding:0 3rem 2.25rem}}.exchange-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15)}.exchange-history-header{padding:1.5rem}.exchange-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.exchange-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1}.exchange-history-grid{display:flex;flex-direction:column;overflow-x:auto;flex:1}.exchange-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.exchange-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.exchange-history-column:first-child{border-radius:1rem 0 0 1rem}.exchange-history-column:last-child{border-radius:0 1rem 1rem 0}.exchange-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.exchange-empty-trades-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.exchange-empty-trades-image{width:140px;height:140px;margin-bottom:1rem}.exchange-empty-trades-text{font-size:.875rem;font-weight:500}@media (max-width: 768px){.exchange-history-header-row{grid-template-columns:repeat(7,140px);min-width:980px}.exchange-empty-trades-image{width:100px;height:100px}}.future-trade-history-section{padding:0 1rem 2.25rem;margin-top:50px}.future-trade-history-grid{display:flex;flex-direction:column;flex:1}.all-transactions-history-section{padding:2rem 2.25rem}.page-title{color:#fff;font-size:2rem;padding:2rem 0;cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:400}.page-title span{font-size:1rem;color:#00ffa0}@media (min-width: 768px){.all-transactions-history-section{padding:0 3rem 2.25rem}}.all-transactions-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15)}.all-transactions-history-header{padding:1.5rem}.all-transactions-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.all-transactions-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1}.all-transactions-history-grid{display:flex;flex-direction:column;overflow-x:auto;flex:1}.all-transactions-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.all-transactions-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.all-transactions-history-column:first-child{border-radius:1rem 0 0 1rem}.all-transactions-history-column:last-child{border-radius:0 1rem 1rem 0}.all-transactions-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.all-transactions-empty-trades-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.all-transactions-empty-trades-image{width:140px;height:140px;margin-bottom:1rem}.all-transactions-empty-trades-text{font-size:.875rem;font-weight:500}@media (max-width: 768px){.all-transactions-history-header-row{grid-template-columns:repeat(7,140px);min-width:980px}.all-transactions-empty-trades-image{width:100px;height:100px}}.futures-container{padding:2.25rem 1rem}@media (min-width: 768px){.futures-container{padding:2.25rem 3rem}}.futures-header{margin-bottom:.75rem}.futures-title{color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.futures-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.futures-grid{grid-template-columns:3fr 2fr;gap:1rem}}.chart-section{grid-column:span 2}@media (min-width: 768px){.chart-section{grid-column:span 1}}.chart-container{border:1px solid rgba(0,255,160,.15);background-color:#101428;border-radius:.75rem;overflow:hidden;height:550px}.tradingview-widget{width:100%;height:100%}.controls-section{border:1px solid rgba(0,255,160,.15);background-color:#101428;border-radius:.75rem;display:flex;flex-direction:column}.controls-content{padding:0 1rem;display:flex;flex-direction:column}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-label{font-size:.65rem;color:#ffffffbf}.select-button{cursor:pointer;background-color:#ffffff0f;color:#ffffffa6;font-size:.8rem;font-weight:400;border:1px solid rgba(0,255,160,.3);border-radius:.375rem;padding:.5rem;outline:none;text-align:left;width:100%;position:relative}.select-arrow{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#00ffa0;pointer-events:none}.form-input{background-color:#ffffff0f;color:#ffffffa6;font-size:.8125rem;border:1px solid rgba(0,255,160,.3);border-radius:.375rem;padding:.75rem;outline:none}.form-input::placeholder{color:#ffffff80}.info-section{padding:0 1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid rgba(255,255,255,.1)}.info-row{display:flex;align-items:center;justify-content:space-between}.info-label{color:#ffffff8c;font-size:.8125rem}.info-value{font-weight:500;font-size:.875rem;color:#fff}.action-buttons{padding:1rem;display:flex;align-items:center;gap:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.buy-button,.sell-button{cursor:pointer;width:50%;height:60px;border-radius:.375rem;font-weight:600;font-size:1rem;border:none;transition:all .3s ease}.buy-button{background-color:#00c32b;color:#101428}.sell-button{background-color:#e72d04;color:#fff}.buy-button:hover,.sell-button:hover{opacity:.9;transform:translateY(-1px)}.buy-button:disabled,.sell-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.action-buttons{display:flex}}.future-trade-history-section{padding:0 1rem 2.25rem}@media (min-width: 768px){.future-trade-history-section{padding:0 3rem 2.25rem}}.future-trade-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15);background-color:#101428}.future-trade-history-header{padding:1.5rem}.future-trade-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.future-trade-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1}.future-trade-history-grid{display:flex;flex-direction:column;overflow-x:auto;flex:1}.future-trade-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.future-trade-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.future-trade-history-column:first-child{border-radius:1rem 0 0 1rem}.future-trade-history-column:last-child{border-radius:0 1rem 1rem 0}.future-trade-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.future-empty-trades-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.future-empty-trades-image{width:140px;height:140px;margin-bottom:1rem}.future-empty-trades-text{font-size:.875rem;font-weight:500}@media (max-width: 768px){.future-trade-history-header-row{grid-template-columns:repeat(7,140px);min-width:980px}.future-empty-trades-image{width:100px;height:100px}}.ai-trading-hero-container{padding:2.25rem 1rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.ai-trading-hero-container{padding:2.25rem 3rem}}.ai-trading-hero-title{color:#fff;font-size:1.875rem;margin-bottom:1rem;font-weight:600}@media (min-width: 640px){.ai-trading-hero-title{font-size:2.25rem}}.ai-trading-hero-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch}@media (min-width: 768px){.ai-trading-hero-grid{grid-template-columns:43% 55%}}.hero-section{display:flex;flex-direction:column;gap:.75rem;height:100%}.ai-hero-main{width:100%;display:flex;border-radius:16px 16px 0 0;overflow:hidden;background-image:linear-gradient(45deg,#101428 10%,#00ffa0)}.ai-hero-content{position:relative;padding:20px;max-width:250px;flex:1}.ai-hero-subtitle{color:#fff;font-size:10px;font-weight:600;margin:0}.ai-hero-heading{color:#fff;font-size:25px;font-weight:700;line-height:32px;margin:0}.ai-hero-description{color:#fffc;font-size:14px;font-weight:400;line-height:16px;margin:16px 0 0}.ai-hero-button{cursor:pointer;background-color:#00ffa0;color:#101428;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:500;font-size:13px;border-radius:8px;height:39px;width:170px;margin-top:16px;border:none;transition:background-color .3s ease}.ai-hero-button:hover{background-color:#00e691}.ai-hero-graphics{position:relative;display:flex;align-items:center;gap:8px;margin-left:-23.5px}.ai-hero-graphics img{width:80px;height:80px;position:absolute}.ai-hero-graphics img:first-child{top:35%;left:100px}.ai-hero-graphics img:nth-child(2){bottom:-20%;left:100px}.ai-hero-graphics img:nth-child(3){top:40%;left:50%}.ai-hero-graphics img:nth-child(4){top:-8%;left:70px}.ai-hero-graphics img:nth-child(5){top:-8%;left:180px}.ai-hero-graphics img:nth-child(6){bottom:-8%;left:180px}.assets-valuation{background:#101428;border:1px solid rgba(0,255,160,.15);border-radius:1rem;padding:1.25rem 1rem;height:100%;width:100%;display:flex;flex-direction:column}.valuation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.valuation-title{color:#fff;font-size:1.25rem;margin:0}.view-icon{cursor:pointer;color:#898c97;width:1.25rem;height:1.25rem}.valuation-amount{display:flex;align-items:flex-end;gap:1rem;margin-bottom:2.75rem}.amount{color:#fff;font-size:2.0625rem;font-weight:600;margin:0}.currency{color:#fff;font-size:.8125rem;font-weight:400;margin-bottom:.5rem}.income-stats{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#ffffff0d;border:1px solid rgba(0,255,160,.15);padding:1rem;border-radius:.75rem;text-align:center}@media (min-width: 640px){.income-stats{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.stat-item{flex:1}.stat-label{color:#e1dddd;font-size:.875rem;margin-bottom:.25rem}.stat-value{color:#00ffa0;font-size:1.0625rem;font-weight:600;margin:0}@media (max-width: 767px){.hero-card{flex-direction:column}.hero-graphics{margin-left:0;margin-top:1rem;height:200px}.hero-content{max-width:none}}.ai-quick-access{padding:0 16px 36px;max-width:1400px;margin:0 auto}.ai-quick-access-header{margin:20px 0 16px;padding:12px 0}.ai-quick-access-title{color:#fff;font-size:1.875rem;font-weight:600;margin:0}.ai-quick-access-grid{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}.ai-quick-access-card{background-color:#00ffa026;border:1px solid #00ffa0;display:flex;align-items:center;justify-content:center;padding:30px;border-radius:16px;width:100%;cursor:pointer;transition:all .3s ease}.ai-quick-access-card:hover{background-color:#00ffa040;transform:translateY(-2px);box-shadow:0 4px 12px #00ffa033}.ai-quick-access-text{color:#00ffa0;font-size:17px;font-weight:600;margin:0;text-align:center}@media (min-width: 768px){.ai-quick-access{padding:0 48px 36px}.ai-quick-access-header{margin-top:0;padding-top:16px}.ai-quick-access-grid{flex-direction:row;gap:20px}.ai-quick-access-card{padding:30px}}@media (max-width: 767px){.ai-quick-access-card{padding:24px 20px}.ai-quick-access-text{font-size:16px}}.ai-trade-history-section{padding:0 1rem 2.25rem;margin-top:50px}.ai-trade-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15);background-color:#101428}.ai-trade-history-header{padding:1.5rem}.ai-trade-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.ai-trade-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1;overflow-x:auto}.ai-trade-history-content::-webkit-scrollbar{display:none}.ai-trade-history-grid{display:flex;flex-direction:column;flex:1}.ai-trade-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.ai-trade-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.ai-trade-history-column:first-child{border-radius:1rem 0 0 1rem}.ai-trade-history-column:last-child{border-radius:0 1rem 1rem 0}.ai-trade-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.ai-empty-trades-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.ai-empty-trades-image{width:140px;height:140px;margin-bottom:1rem}.ai-empty-trades-text{font-size:.875rem;font-weight:500}@media (max-width: 900px){.ai-trade-history-section{padding:0 3rem 2.25rem}.ai-trade-history-header-row{grid-template-columns:repeat(9,140px);min-width:1260px}.ai-empty-trades-image{width:100px;height:100px}}.withdrawal-container{color:#fff;padding:20px}.withdrawal-wrapper{max-width:1200px;margin:0 auto}.back-button{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer;padding:10px 0;margin-bottom:20px}.back-icon{font-size:14px}.withdrawal-card{background-color:#101428;border:1px solid rgba(0,255,160,.15);border-radius:12px;padding:1.5rem;width:100%;box-shadow:0 4px 6px #0000001a}.withdrawal-content{max-width:600px;margin:0 auto}.step-indicator{color:#00ffa0;font-size:15px;text-decoration:underline;margin-bottom:24px}.form-group{margin-bottom:24px}.form-label{display:block;color:#ffffffbf;font-size:12px;margin-bottom:8px}.select-wrapper{position:relative;width:100%}.select-button:hover{border-color:#00ffa0}.select-icon{color:#00ffa0;font-size:12px}.withdrawal-input{width:100%;display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid #00ffa04d;color:#ffffffa6;font-size:13px;border-radius:6px;padding:14px 12px;cursor:pointer;transition:all .3s ease}.withdrawal-amount-labels{display:flex;align-items:center;justify-content:space-between}.withdrawal-fee{font-size:13px;color:#ffffffbf;padding-top:10px}.withdrawal-fee span{color:#00ffa0}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#2a2a2a;border:1px solid #00ffa04d;border-radius:6px;margin-top:4px;z-index:10;overflow:hidden}.dropdown-item{width:100%;padding:12px;background:transparent;border:none;color:#ffffffa6;font-size:13px;cursor:pointer;text-align:left;transition:background .3s ease}.dropdown-item:hover{background:#00ffa020;color:#00ffa0}.step-2-content{width:100%}.step-2-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.step-2-title{color:#00ffa0;font-size:15px;text-decoration:underline}.back-to-step1-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#00ffa0;font-size:12px;cursor:pointer;padding:4px 8px;transition:opacity .3s ease}.back-to-step1-btn:hover{opacity:.8}.back-to-step1-btn svg{font-size:14px}.transfer-network-section{margin-bottom:24px}.network-label{color:#ffffffbf;font-size:12px;margin-bottom:8px;display:block}.network-select-wrapper{width:100%}.network-select-button{width:100%;display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid #00ffa04d;color:#ffffffa6;font-size:13px;border-radius:6px;padding:14px 12px;cursor:pointer;transition:all .3s ease}.network-select-button:hover{border-color:#00ffa0}.network-option{display:flex;align-items:center;gap:8px}.network-select-icon{color:#00ffa0;font-size:12px}.qr-code-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.qr-code-container{margin-bottom:16px}.qr-code-container img{border-radius:8px;width:200px}.address-container{display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 16px}.wallet-address{color:#fff;font-size:13px;word-break:break-all;text-align:center}.confirm-withdrawal{width:100%;background:#00ffa0;color:#000;font-size:1rem;font-weight:600;border:none;padding:15px 10px;border-radius:10px}.note-section{background:#ffffff0d;padding:16px 20px;border-radius:8px;margin-top:16px}.note-text{font-size:13px;color:#fff;text-align:center;line-height:1.4}@media (min-width: 768px){.withdrawal-container{padding:40px}.withdrawal-card{padding:32px}.address-container{padding:0 24px}.note-section{padding:20px 24px}}@media (min-width: 1024px){.address-container{padding:0 32px}.note-section{padding:20px 32px}}@media (min-width: 1280px){.address-container{padding:0 48px}.note-section{padding:20px 48px}}.withdrawal-history-section{padding:0 2rem 2.25rem;margin-top:50px}.withdrawal-history-panel{flex:1;border-radius:1rem;border:1px solid rgba(0,255,160,.15);background-color:#101428}.withdrawal-history-header{padding:1.5rem}.withdrawal-history-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.withdrawal-history-content{padding:0 1.5rem 1.5rem;height:100%;display:flex;flex-direction:column;flex:1;overflow-x:auto}.withdrawal-history-content::-webkit-scrollbar{display:none}.withdrawal-history-grid{display:flex;flex-direction:column;flex:1}.withdrawal-history-header-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:center;background-color:#ffffff0d;border-radius:1rem 1rem 0 0}.withdrawal-history-column{text-align:left;padding:1rem;color:#fff;font-weight:500;white-space:nowrap}.withdrawal-history-column:first-child{border-radius:1rem 0 0 1rem}.withdrawal-history-column:last-child{border-radius:0 1rem 1rem 0}.withdrawal-history-empty{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff}.withdrawal-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.withdrawal-empty-image{width:140px;height:140px;margin-bottom:1rem}.withdrawal-empty-text{font-size:.875rem;font-weight:500}@media (max-width: 900px){.withdrawal-history-section{padding:0 3rem 2.25rem}.withdrawal-history-header-row{grid-template-columns:repeat(9,140px);min-width:1260px}.withdrawal-empty-image{width:100px;height:100px}}:root{font-family:Inter,-apple-system,sans-serif}*{padding:0;margin:0;box-sizing:border-box}body{background:#070a20;overflow-x:hidden}.overlay{background:#86868610}@media (max-width: 600px){.overlay{background:#86868600}}.btn{display:inline-block;padding:12px 28px;background:#00ffa0;color:#000;border-radius:10px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;text-decoration:none;white-space:nowrap}.btn-outline{background:transparent;border:2px solid #00ffa0;color:#00ffa0}.btn-outline:hover{background:#00ffa0;color:#000}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00ffa04d}.section-title{font-family:Inter,-apple-system,sans-serif;color:#fff;font-size:1.8rem;margin-top:1.25rem;text-align:center;padding-top:.75rem}@media (max-width: 468px){.section-title{font-size:1.7em}}.section-label{background-color:#00ffa00d;text-align:center;padding:.5rem 1.5rem;border-radius:1.5rem;margin-top:2rem;border:1px solid rgba(0,255,160,.1)}.section-label-text{color:#00ffa0;font-weight:600;font-size:.875rem;line-height:1.25rem;margin:0;letter-spacing:.5px}body::-webkit-scrollbar{display:none}.otp-status-card{position:fixed;right:0;background:#00ffa223;padding:10px 15px;margin-bottom:15px;border-radius:5px;box-shadow:0 2px 6px #00000026;border:1px solid #00ffa2c4;font-size:13px;font-weight:400;text-align:center;color:#00ffa0;width:250px}@media (max-width: 468px){.otp-status-card{top:7%;padding:5px 8px;border-radius:3px;font-weight:700;text-align:center;color:#00ffa0;width:170px}}
