body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Toastify__toast{background:#121212!important;color:#fff!important}.Toastify__toast--error{background:#1e1e1e!important;color:#ff4d4f!important}.Toastify__toast--success{background:#1e1e1e!important;color:#52c41a!important}.client-header{align-items:center;background:#000;border-bottom:1px solid #21262d;display:flex;height:60px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.client-header.placeholder{height:60px}.client-header .logo{color:#fff;cursor:pointer;font-size:1.6rem;font-weight:700}.client-header .main-nav{align-items:center;display:flex;flex:1 1;margin:0 1rem}.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 .menu-label,.client-header .main-nav .nav-items li a{align-items:center;color:#c9d1d9;display:inline-flex;font-weight:500;gap:.25rem;padding:.5rem;text-decoration:none;transition:color .2s ease}.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 a.active,.client-header .main-nav .nav-items li a: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{background:#0f0f0f;border:1px solid #30363d;border-radius:6px;box-shadow:0 4px 12px #0000004d;left:0;opacity:0;padding:1rem;position:absolute;top:130%;transform:translateY(-8px);transition:all .25s ease;visibility:hidden;width:410px;z-index:150}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown.show{opacity:1;transform:translateY(0);visibility:visible}.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{align-items:flex-start;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.5rem;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{color:#ffb11a;font-size:1.25rem;margin-top:.15rem}.client-header .main-nav .nav-items li.has-dropdown .mega-dropdown .dropdown-item .info{flex:1 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{align-self:center;color:#444c56;margin-left:auto}.client-header .header-right{align-items:center;display:flex;gap:1rem}.client-header .header-right .hamburger{color:#c9d1d9;cursor:pointer;display:none;font-size:1.4rem}.client-header .header-right .notif-wrapper{position:relative}.client-header .header-right .notif-wrapper .notif-icon{color:#c9d1d9;cursor:pointer;font-size:1.2rem;transition:color .2s}.client-header .header-right .notif-wrapper .notif-icon:hover{color:#ffb11a}.client-header .header-right .notif-wrapper .notif-badge{background:#f85149;border-radius:8px;color:#fff;font-size:.65rem;padding:.1rem .4rem;position:absolute;right:-4px;top:-4px}.client-header .header-right .notif-wrapper .notif-dropdown{background:#0f0f0f;border:1px solid #30363d;border-radius:6px;box-shadow:0 4px 12px #0000004d;opacity:0;position:absolute;right:0;top:120%;transform:translateY(-8px);transition:all .25s ease;visibility:hidden;width:260px;z-index:200}.client-header .header-right .notif-wrapper .notif-dropdown.show{opacity:1;transform:translateY(0);visibility:visible}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header{align-items:center;border-bottom:1px solid #30363d;color:#c9d1d9;display:flex;font-weight:600;justify-content:space-between;padding:.5rem 1rem}.client-header .header-right .notif-wrapper .notif-dropdown .notif-header .btn-test{background:#0000;border:1px solid #ffb11a;border-radius:4px;color:#ffb11a;cursor:pointer;font-size:.75rem;padding:.2rem .5rem;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{color:#c9d1d9;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .2s}.client-header .header-right .notif-wrapper .notif-dropdown ul li.unread{background:#21262d;font-weight:700}.client-header .header-right .notif-wrapper .notif-dropdown ul li:hover{background:#21262d}.client-header .header-right .notif-wrapper .notif-dropdown ul li.empty{font-style:italic;text-align:center}.client-header .header-right .user-wrapper{position:relative}.client-header .header-right .user-wrapper .user-avatar{align-items:center;color:#fff;cursor:pointer;display:inline-flex;gap:.25rem;padding:.5rem;text-transform:capitalize;transition:color .2s}.client-header .header-right .user-wrapper .user-avatar:hover{color:#ffb11a}.client-header .header-right .user-wrapper .user-dropdown{background:#0f0f0f;border:1px solid #30363d;border-radius:6px;box-shadow:0 4px 12px #0000004d;opacity:0;padding:1.2rem 1rem;position:absolute;right:0;top:90%;transform:translateY(-8px);transition:all .25s ease;visibility:hidden;width:160px;z-index:200}.client-header .header-right .user-wrapper .user-dropdown.show{opacity:1;transform:translateY(0);visibility:visible}.client-header .header-right .user-wrapper .user-dropdown li{color:#fff;cursor:pointer;list-style:none;padding:.5rem;transition:background .2s}.client-header .header-right .user-wrapper .user-dropdown li:hover{background:#21262d}.client-header .header-right .auth-buttons a{color:#fff;margin-left:1rem;text-decoration:none}.client-header .header-right .auth-buttons a.register{background-color:#ffb11a;border:1px solid #ffb11a;border-radius:4px;color:#000;font-weight:700;padding:.5rem 1.1rem .6rem}@media(max-width:768px){.client-header .header-right .hamburger{display:block}.client-header .main-nav{display:none}.client-header .main-nav.open{background:#0f0f0f;display:block;left:0;position:absolute;top:60px;width:100%;z-index:150}.client-header .main-nav.open .nav-items{border-top:1px solid #30363d;display:flex;flex-direction:column;gap:0;padding:1rem}.client-header .main-nav.open .nav-items li{padding:.5rem 0}}.logo img{margin-right:80px;max-width:120px}.lang-currency-wrapper{position:relative}.lang-currency-wrapper .icon-button{background:#0000;border:none;color:#c9d1d9;cursor:pointer;font-size:1.3rem}.lang-currency-wrapper .lang-currency-dropdown{background:#0f0f0f;border:1px solid #30363d;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;padding:1rem;position:absolute;right:0;top:2.5rem;width:400px;z-index:100}.lang-currency-wrapper .lang-currency-dropdown .columns{display:flex;gap:1rem}.lang-currency-wrapper .lang-currency-dropdown .columns .column{flex:1 1}.lang-currency-wrapper .lang-currency-dropdown .columns .column strong{color:#c9d1d9;display:block;margin-bottom:.5rem}.lang-currency-wrapper .lang-currency-dropdown .columns .column input{background:#0d1117;border:1px solid #30363d;border-radius:4px;color:#c9d1d9;margin-bottom:.5rem;padding:.4rem;width:100%}.lang-currency-wrapper .lang-currency-dropdown .columns .column ul{list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:0}.lang-currency-wrapper .lang-currency-dropdown .columns .column ul li{border-radius:4px;color:#c9d1d9;cursor:pointer;padding:.4rem .5rem}.lang-currency-wrapper .lang-currency-dropdown .columns .column ul li:hover{background:#21262d}.lang-currency-wrapper .lang-currency-dropdown .columns .column ul li.active{background:#21262d;color:#f0bd4d;font-weight:700}.client-footer{background:#000;border-top:1px solid #30363d;color:#8b949e;display:flex;flex-wrap:wrap;justify-content:space-between;padding:2rem 6rem}.client-footer .footer-left{flex:1 1;min-width:250px}.client-footer .footer-left .footer-logo{height:40px;margin-bottom:1rem}.client-footer .footer-left .tagline{font-size:.95rem;margin-bottom:1rem}.client-footer .footer-left .social-icons{display:flex;font-size:1.2rem;gap:1rem;margin-bottom:1rem}.client-footer .footer-left .social-icons svg{cursor:pointer;transition:color .3s}.client-footer .footer-left .social-icons svg:hover{color:#3b82f6}.client-footer .footer-left .contact{font-size:.85rem;margin-bottom:.5rem}.client-footer .footer-left .copyright{font-size:.75rem}.client-footer .footer-links{align-content:flex-start;align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:3rem;justify-content:flex-start;min-width:250px}.client-footer .footer-links .link-group h4{color:#c9d1d9;font-size:1rem;margin-bottom:.5rem}.client-footer .footer-links .link-group ul{list-style:none;padding:0}.client-footer .footer-links .link-group ul li{margin-bottom:.4rem}.client-footer .footer-links .link-group ul li a{color:#8b949e;font-size:.85rem;text-decoration:none}.client-footer .footer-links .link-group ul li a:hover{color:#3b82f6}@media(max-width:768px){.client-footer{align-items:center;flex-direction:column;text-align:center}.client-footer .footer-links{justify-content:center;margin-top:2rem}}.logoFooter{max-width:120px}.main-layout{background:#000;color:#c9d1d9;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.auth-page{display:flex;height:100vh}.auth-page .auth-info{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem;position:relative}.auth-page .auth-info:before{background:url(/static/media/loginBg.e08d7b23de143856e762.jpg) 50%/cover no-repeat;content:"";filter:blur(4px);height:100%;left:0;opacity:.5;position:absolute;width:100%}.auth-page .auth-info h1{font-size:2rem;margin-bottom:2rem;z-index:2}.auth-page .auth-info h2{color:#ccc;font-size:1.8rem;margin-bottom:3rem;z-index:2}.auth-page .auth-info .features{display:flex;flex-wrap:wrap;gap:2rem;z-index:2}.auth-page .auth-info .features div{background-color:rgba(27,26,26,.655);border-radius:5px;flex:1 1 40%;font-size:1rem;padding:20px}.auth-page .auth-info .features div strong{color:#facc15;font-size:1.5rem}.auth-page .auth-info .features div span{color:#999;display:block}.auth-page .auth-form{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem}.auth-page .auth-form form{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.auth-page .auth-form form h2{color:#000;font-size:1.5rem;margin-bottom:1.5rem}.auth-page .auth-form form input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.6rem}.auth-page .auth-form form .error{color:red;font-size:.9rem}.auth-page .auth-form form button{background:#f59e0b;border:none;border-radius:4px;color:#000;cursor:pointer;font-weight:700;padding:.75rem}.auth-page .auth-form form button:disabled{background:#ccc;cursor:not-allowed}.auth-page .auth-form form .footer-link{font-size:.95rem;margin-top:1rem;text-align:center}.auth-page .auth-form form .footer-link span{color:#f59e0b;cursor:pointer}@media(max-width:768px){.auth-page{flex-direction:column}.auth-page .auth-form,.auth-page .auth-info{flex:initial;padding:2rem;width:100%}}.login-page{display:flex;height:100vh}.login-page .login-info{color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem;position:relative}.login-page .login-info:before{background:url(/static/media/loginBg.e08d7b23de143856e762.jpg) 50%/cover no-repeat;content:"";filter:blur(4px);height:100%;left:0;opacity:.5;position:absolute;width:100%}.login-page .login-info h1{font-size:2rem;margin-bottom:2rem;z-index:2}.login-page .login-info h2{color:#ccc;font-size:1.8rem;margin-bottom:3rem;z-index:2}.login-page .login-info .features{display:flex;flex-wrap:wrap;gap:2rem;z-index:2}.login-page .login-info .features div{background-color:rgba(27,26,26,.655);border-radius:5px;flex:1 1 40%;font-size:1rem;padding:20px}.login-page .login-info .features div strong{color:#facc15;display:block;font-size:1.5rem}.login-page .login-info .features div span{color:#ededed}.login-page .login-form{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem}.login-page .login-form form{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.login-page .login-form form h2{color:#000;font-size:1.5rem;margin-bottom:1.5rem}.login-page .login-form form label{color:#333;font-weight:500}.login-page .login-form form input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.6rem}.login-page .login-form form .form-footer{align-items:center;display:flex;justify-content:space-between}.login-page .login-form form .form-footer .forgot{color:#f59e0b;cursor:pointer;font-size:.9rem}.login-page .login-form form button{background:#f59e0b;border:none;border-radius:4px;color:#000;cursor:pointer;font-weight:700;padding:10px 40px;transition:background .2s ease}.login-page .login-form form button:disabled{background:#ccc;cursor:not-allowed}.login-page .login-form form .error{color:red;font-size:.9rem}.login-page .login-form form .social-login{margin-top:1.5rem;text-align:center}.login-page .login-form form .social-login p{color:#666;margin-bottom:.5rem}.login-page .login-form form .social-login .icons{display:flex;gap:.5rem;justify-content:center}.login-page .login-form form .social-login .icons button{background:#f4f4f4;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.5rem 1rem}.login-page .login-form form .signup-link{font-size:.95rem;margin-top:1rem;text-align:center}.login-page .login-form form .signup-link span{color:#f59e0b;cursor:pointer;margin-left:.25rem}@media(max-width:768px){.login-page{flex-direction:column}.login-page .login-form,.login-page .login-info{flex:initial;padding:2rem;width:100%}}.hero-section{align-items:center;display:flex;flex-direction:row;gap:2rem;height:calc(100vh - 200px);justify-content:space-between;overflow:hidden;padding:4rem 8rem;position:relative}@media(max-width:768px){.hero-section{flex-direction:column;padding:2rem 1rem}}.hero-section:before{background:url(/static/media/slider1.000cc3360da4e53f03df.jpg) 50%/cover no-repeat;content:"";filter:blur(4px);opacity:.7}.hero-section .particles,.hero-section:before{inset:0;position:absolute;z-index:0}.hero-section .hero-content{display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;text-align:left;z-index:1}.hero-section .hero-content h1{color:#fff;font-size:80px;line-height:1.2;margin:0}.hero-section .hero-content h1 span{color:#fff}@media(max-width:768px){.hero-section .hero-content h1{font-size:2.2rem}}.hero-section .hero-content p{color:#94a3b8;font-size:1.1rem;margin-top:1rem}.hero-section .hero-content .hero-button{background:#3b82f6;border-radius:8px;color:#fff;font-weight:600;margin-top:2rem;max-width:300px;padding:.75rem 1.75rem;transition:background .2s ease}.hero-section .hero-content .hero-button:hover{background:#2563eb}.hero-section .hero-image{align-items:center;display:flex;flex:1 1 50%;justify-content:center;z-index:1}.hero-section .hero-image img{max-width:730px;width:100%}@media(max-width:768px){.hero-section .hero-image img{max-width:300px}}@keyframes letterFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes lineFadeOut{to{opacity:0;transform:translateY(-10px)}}.typewriter{display:inline-block;opacity:1;overflow:hidden;transition:none;white-space:nowrap}.typewriter.out{animation:lineFadeOut .5s forwards}.typewriter.out span{animation:none!important}.typewriter.in span{animation:letterFadeIn .3s forwards;display:inline-block;opacity:0}.typewriter span{opacity:0}@keyframes slideHorizontal{0%{transform:translateX(0)}50%{transform:translateX(40px)}to{transform:translateX(0)}}.hero-section .hero-image img{animation:slideHorizontal 4s ease-in-out infinite}.how-it-works{background:#000;padding:80px 2rem 120px;text-align:center}.how-it-works h2{color:#efefef;font-size:2.5rem;margin-bottom:2rem}.how-it-works .steps-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;position:relative}.how-it-works .step-box{background:rgba(9,8,8,.894);border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:40px 20px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:25%}.how-it-works .step-box:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-8px)}.how-it-works .step-box .step-icon{color:#f0bd4d;font-size:2rem;margin-bottom:.5rem}.how-it-works .step-box .step-number{background:#f0bd4d;border-radius:50%;color:#fff;font-weight:700;height:36px;line-height:36px;margin:0 auto 1rem;position:absolute;right:0;top:0;width:36px}.how-it-works .step-box .step-title{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.how-it-works .step-box .step-desc{color:#efefef;font-size:.95rem;line-height:1.5}.how-it-works .connector{background:#d1d5db;height:4px;position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:2rem}@media(max-width:768px){.how-it-works .steps-container{align-items:center;flex-direction:column}.how-it-works .step-box{max-width:320px;width:100%}.how-it-works .step-box .connector{display:none}}.cta-section{background:#000;color:#fff;padding:4rem 2rem;text-align:center}.cta-section h2{margin-bottom:1rem}.cta-section p{color:#c9d1d9;margin-bottom:2rem}.cta-section button{background:#f0bd4d;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:background .2s ease}.cta-section button:hover{background:#f0bd4d}.accordion-section{background:#f9fafb;padding:4rem 2rem 8rem}.accordion-section h2{color:#1f2937;font-size:2.5rem;margin-bottom:2rem;text-align:center}.accordion-section .accordion-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px}.accordion-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:box-shadow .3s ease}.accordion-item.open{box-shadow:0 8px 24px #00000014}.accordion-item.open .arrow{transform:rotate(180deg)}.accordion-item .accordion-header{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1rem 1.5rem;width:100%}.accordion-item .accordion-header .index{background:#f0bd4d;border-radius:6px;color:#000;font-size:.85rem;margin-right:.75rem;padding:.3rem .6rem}.accordion-item .accordion-header .question{color:#111827;flex:1 1;text-align:left}.accordion-item .accordion-header .arrow{color:#3b82f6;font-size:1rem;transition:transform .3s ease}.accordion-item .accordion-body{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease,opacity .3s ease}.accordion-item .accordion-body p{color:#4b5563;font-size:.95rem;line-height:1.6;margin:1rem 0}.trending-section{background:#f7f9fc;padding:4rem 2rem 10rem;text-align:center}.trending-section h2{color:#111827;font-size:2.25rem;margin-bottom:1.5rem}.trending-section .tabs{display:inline-flex;gap:.75rem;margin-bottom:2rem}.trending-section .tabs button{background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.trending-section .tabs button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.trending-section .tabs button:hover:not(.active){background:#e5e7eb}.trending-section .status{color:#6b7280;font-size:1rem}.trending-section .status.error{color:#dc2626}.trending-section .token-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.trending-section .token-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;position:relative;transition:transform .3s,box-shadow .3s}.trending-section .token-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-6px)}.trending-section .token-card .watchlist{color:#d1d5db;cursor:pointer;position:absolute;right:12px;top:12px;transition:color .2s}.trending-section .token-card .watchlist:hover{color:#facc15}.trending-section .token-card .token-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.trending-section .token-card .token-header img{border-radius:50%;height:32px;width:32px}.trending-section .token-card .token-header strong{color:#111827;font-size:1.1rem}.trending-section .token-card .token-header span{color:#6b7280;font-size:.85rem}.trending-section .token-card .token-chart{margin:.5rem 0}.trending-section .token-card .token-stats{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.trending-section .token-card .token-stats .price{color:#111827;font-size:1.35rem;font-weight:600}.trending-section .token-card .token-stats .change{font-size:.95rem;font-weight:500}.trending-section .token-card .token-stats .change.up{color:#16a34a}.trending-section .token-card .token-stats .change.down{color:#dc2626}.trending-section .token-card .token-meta{color:#6b7280;display:flex;font-size:.75rem;justify-content:space-between}.trending-section .token-card .token-meta div{white-space:nowrap}.market-page{color:#fff;padding:2rem}.market-page h1{font-size:1.75rem;font-weight:600;margin-bottom:1rem}.market-page .market-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.market-page .market-tabs button{background:#1f2937;border:1px solid #0000;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.market-page .market-tabs button.active{background:#ffb11a;border-color:#ffb11a;color:#000}.market-page .market-tabs button:disabled{cursor:not-allowed;opacity:.4}.market-page .market-tabs input{background:#111827;border:1px solid #374151;border-radius:4px;color:#fff;flex-grow:1;font-size:.9rem;margin-left:auto;max-width:240px;padding:.5rem 1rem}.market-page .market-table{border-collapse:collapse;width:100%}.market-page .market-table td,.market-page .market-table th{border-bottom:1px solid #2a2a2a;padding:.75rem 1rem;text-align:left}.market-page .market-table th{background:#0f172a;color:#9ca3af;font-size:.85rem;font-weight:500}.market-page .market-table tr:hover{background:#1e293b}.market-page .market-table td{font-size:.9rem;vertical-align:middle}.market-page .market-table .pair-cell{align-items:center;display:flex;gap:.75rem}.market-page .market-table .pair-cell .fav-btn{background:none;border:none;color:gold;cursor:pointer;font-size:1.2rem;padding:0}.market-page .market-table .pair-cell .coin-icon{background:#333;border-radius:50%;height:28px;object-fit:contain;width:28px}.market-page .market-table .pair-cell .pair-info{display:flex;flex-direction:column}.market-page .market-table .pair-cell .pair-info .pair{font-size:.95rem;font-weight:600}.market-page .market-table .pair-cell .pair-info .name{color:#aaa;font-size:.75rem}.market-page .market-table .up{color:#10b981}.market-page .market-table .down{color:#ef4444}.market-page .market-table .trade-button{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .75rem}.market-page .market-table .trade-button:hover{background:#2563eb}.modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal-overlay .modal{background:#1f2937;border-radius:8px;box-shadow:0 0 10px #0000004d;color:#fff;max-height:80vh;max-width:90%;min-width:320px;overflow-y:auto;padding:2rem}.modal-overlay .modal h2{border-bottom:1px solid #374151;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.modal-overlay .modal .modal-content{font-size:.9rem}.modal-overlay .modal .modal-content p{margin:.5rem 0}.modal-overlay .modal .close-button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1.5rem;padding:.5rem 1rem}.modal-overlay .modal .close-button:hover{background:#dc2626}.market-pagination{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.market-pagination button{background:#1f2937;border:1px solid #374151;border-radius:4px;color:#d1d5db;cursor:pointer;font-size:.85rem;padding:.4rem .75rem}.market-pagination button:hover{background:#374151}.market-pagination button.active{background:#2563eb;border-color:#3b82f6;color:#fff;font-weight:600}.market-pagination button:disabled{cursor:not-allowed;opacity:.3}.market-table td button{background:#ffb11a;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:.85rem;padding:.4rem .75rem;transition:background .2s}.market-table td button:hover{background:#2563eb}.trade-portal{background:#0f1115;color:#f5f5f5;font-family:Segoe UI,sans-serif}.trade-portal .tp-header{align-items:center;background:#1a1c22;display:flex;padding:1rem 2rem}.trade-portal .tp-header .logo{cursor:pointer;font-size:1.5rem}.trade-portal .tp-header .tp-nav{flex:1 1}.trade-portal .tp-header .tp-nav ul{display:flex;list-style:none;margin:0 2rem;padding:0}.trade-portal .tp-header .tp-nav ul li{margin-right:1.5rem}.trade-portal .tp-header .tp-nav ul li a{align-items:center;color:#ccc;display:flex;text-decoration:none;transition:color .2s}.trade-portal .tp-header .tp-nav ul li a.active,.trade-portal .tp-header .tp-nav ul li a:hover{color:#2f5df5}.trade-portal .tp-header .tp-nav ul li a span{margin-left:.5rem}.trade-portal .tp-header .tp-auth a{color:#ccc;margin-left:1rem}.trade-portal .tp-header .tp-auth a.btn-signup{background:#2f5df5;border-radius:4px;color:#fff;padding:.5rem 1rem}.trade-portal section{border-bottom:1px solid #2a2c34;padding:12rem}.trade-portal section.tp-hero{border:none;position:relative;text-align:center}.trade-portal section.tp-hero:before{background:url(/static/media/slider1.000cc3360da4e53f03df.jpg) top/cover no-repeat;content:"";filter:blur(5px);height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:0}.trade-portal section.tp-hero h1{font-size:2.8rem;margin-bottom:.5rem;position:relative;z-index:2}.trade-portal section.tp-hero .hero-actions button{background:#2f5df5;border:none;border-radius:4px;color:#fff;cursor:pointer;margin:.5rem;padding:.75rem 1.5rem;position:relative;z-index:2}.trade-portal section.tp-hero .hero-actions button.demo{background:#0000;border:1px solid #2f5df5}.trade-portal section.tp-event{background:#1f2229;text-align:center}.trade-portal section.tp-event .event-content{margin:0 auto;max-width:500px}.trade-portal section.tp-event .event-content .countdown{color:#2f5df5;font-size:2rem;margin-top:.5rem}.trade-portal section.tp-listings table{border-collapse:collapse;width:100%}.trade-portal section.tp-listings table td,.trade-portal section.tp-listings table th{padding:.75rem;text-align:left}.trade-portal section.tp-listings table th{background:#1a1c22}.trade-portal section.tp-listings table tbody tr{border-bottom:1px solid #2a2c34}.trade-portal section.tp-listings table .up{color:#2ecc71}.trade-portal section.tp-listings table .down{color:#e74c3c}.trade-portal section.tp-market .tabs button{background:#1f2229;border:none;border-radius:4px;color:#ccc;cursor:pointer;margin-right:1rem;padding:.5rem 1rem}.trade-portal section.tp-market .tabs button.active{background:#2f5df5;color:#fff}.trade-portal section.tp-market .market-list{display:flex;gap:2rem;list-style:none;margin-top:1rem;padding:0}.trade-portal section.tp-market .market-list li span:first-child{margin-right:.5rem}.trade-portal section.tp-market .market-list .up{color:#2ecc71}.trade-portal section.tp-market .market-list .down{color:#e74c3c}.trade-portal section.tp-instruments .grid,.trade-portal section.tp-tools .grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.trade-portal section.tp-instruments .grid .card,.trade-portal section.tp-tools .grid .card{background:#1a1c22;border-radius:8px;padding:1rem;text-align:center}.trade-portal section.tp-instruments .grid .card .icon,.trade-portal section.tp-tools .grid .card .icon{color:#2f5df5;font-size:2rem;margin-bottom:.5rem}.trade-portal section.tp-innovations ul,.trade-portal section.tp-programs ul{list-style:disc inside}.trade-portal section.tp-innovations ul li,.trade-portal section.tp-programs ul li{margin-bottom:.5rem}.trade-portal section.tp-download{text-align:center}.trade-portal section.tp-download .apps{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.trade-portal section.tp-download .apps a{align-items:center;background:#2f5df5;border-radius:4px;color:#fff;display:flex;padding:.5rem 1rem;text-decoration:none}.trade-portal section.tp-download .apps a svg{margin-right:.5rem}.trade-portal .tp-footer{background:#1a1c22;padding:1.5rem 2rem;text-align:center}.trade-portal .tp-footer .socials{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.trade-portal .tp-footer .socials svg{color:#ccc;cursor:pointer;font-size:1.5rem}.trade-portal .tp-footer .links{margin-bottom:1rem}.trade-portal .tp-footer .links a{color:#ccc;margin:0 .5rem;text-decoration:none}.trade-portal .tp-footer .links a:hover{color:#2f5df5}.trade-portal .tp-footer p{color:#888;font-size:.9rem}.pair-list-wrapper ul{list-style:none;margin:0;padding:0}.pair-list-wrapper ul .pair-item{align-items:center;border-bottom:1px solid #1a1e24;cursor:pointer;display:flex;justify-content:space-between;padding:.6rem .8rem}.pair-list-wrapper ul .pair-item:hover{background:#1a1e24}.pair-list-wrapper ul .pair-item.active{background:#22262d}.pair-list-wrapper ul .pair-item .left{align-items:center;display:flex;gap:.5rem}.pair-list-wrapper ul .pair-item .left .icon{height:25px;width:25px}.pair-list-wrapper ul .pair-item .left .symbol{color:#c9d1d9;font-weight:500}.pair-list-wrapper ul .pair-item .left .symbol-labels{display:flex;flex-direction:column;line-height:1.2}.pair-list-wrapper ul .pair-item .left .symbol-labels .symbol{font-weight:600}.pair-list-wrapper ul .pair-item .left .symbol-labels .coin-name{color:#aaa;font-size:.75rem}.pair-list-wrapper ul .pair-item .right{text-align:right}.pair-list-wrapper ul .pair-item .right .price{color:#e6edf3;font-size:15px;font-weight:400}.pair-list-wrapper ul .pair-item .right .change{font-size:.75rem}.pair-list-wrapper ul .pair-item .right .change.up{color:#2ecc71}.pair-list-wrapper ul .pair-item .right .change.down{color:#e74c3c}.spot-trade-form{background:#0f0f0f;border-radius:6px;color:#c9d1d9;font-size:.85rem;padding:1rem}.spot-trade-form .side-toggle{display:flex;margin-bottom:.5rem}.spot-trade-form .side-toggle button{background:#21262d;border:none;border-radius:20px 20px 20px 20px;color:#c9d1d9;cursor:pointer;flex:1 1;font-weight:700;padding:.5rem}.spot-trade-form .side-toggle button.active.buy{background:#00ba75;color:#fff}.spot-trade-form .side-toggle button.active.sell{background:#fa4d56;color:#fff}.spot-trade-form .order-type-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.spot-trade-form .order-type-tabs button{background:none;border:none;border-bottom:1px solid #0000;border-radius:0;color:#8b949e;flex:1 1;padding:.3rem}.spot-trade-form .order-type-tabs button.active{border-bottom-color:#f0bd4d;color:#f0bd4d}.spot-trade-form .available{display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.5rem}.spot-trade-form .available span{color:#f0bd4d}.spot-trade-form .form-field{margin-bottom:.5rem}.spot-trade-form .form-field label{display:block;font-size:.75rem;margin-bottom:.25rem}.spot-trade-form .form-field .input-group{background:#0d1117;border:1px solid #30363d;border-radius:4px;display:flex;overflow:hidden}.spot-trade-form .form-field .input-group input{background:#0000;border:none;color:#fff;flex:1 1;padding:.5rem}.spot-trade-form .form-field .input-group span{background:#21262d;border-left:1px solid #30363d;padding:.5rem}.spot-trade-form .slider{margin:.75rem 0}.spot-trade-form .slider input[type=range]{width:100%}.spot-trade-form .checkboxes{display:flex;font-size:.75rem;gap:1rem;justify-content:start;margin:.75rem 0}.spot-trade-form .checkboxes label{align-items:center;display:flex;gap:.25rem}.spot-trade-form .submit{border:none;border-radius:24px;cursor:pointer;font-weight:700;padding:.6rem;width:100%}.spot-trade-form .submit.buy{background:#00ba75;color:#fff}.spot-trade-form .submit.sell{background:#fa4d56;color:#fff}.spot-trade-form .fees-row{align-items:center;display:flex;font-size:.7rem;justify-content:space-between;margin-top:.75rem}.spot-trade-form .fees-row .promo{background:#21262d;border:1px solid #30363d;border-radius:4px;color:#f0bd4d;font-size:.7rem;padding:.2rem .4rem}select{background:#0d1117;border-color:#30363d;color:#fff;width:calc(100% - 41px)}.open-orders{color:#c9d1d9;font-size:12px;padding:1rem 0}.open-orders h4{margin-bottom:.75rem}.open-orders .empty{color:#8b949e;font-style:italic}.open-orders table{border-collapse:collapse;width:100%}.open-orders table td,.open-orders table th{padding:.4rem .5rem;text-align:left}.open-orders table th{border-bottom:1px solid #30363d;color:#8b949e;font-weight:500}.open-orders table tr:not(:last-child){border-bottom:1px solid #21262d}.open-orders table .buy{color:#2ecc71;font-weight:700}.open-orders table .sell{color:#e74c3c;font-weight:700}.pulse-green{animation:pulseGreen .6s ease-out}.pulse-red{animation:pulseRed .6s ease-out}@keyframes pulseGreen{0%{background-color:#e6ffe6}to{background-color:#0000}}@keyframes pulseRed{0%{background-color:#ffe6e6}to{background-color:#0000}}.cancel-btn{background:#eee;border:1px solid #ccc}.pl-cell{font-weight:700}.pl-cell.profit{color:#2e7d32}.pl-cell.loss{color:#c62828}.cancel-btn{background-color:#eee;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;padding:4px 8px}.order-history{color:#c9d1d9;font-size:.85rem;padding:1rem 0}.order-history table{border-collapse:collapse;width:100%}.order-history table thead th{font-weight:700;padding:10px;text-align:left}.order-history table tbody tr,.order-history table thead th{border-bottom:1px solid #30363d}.order-history table tbody tr:hover{background-color:rgba(36,35,35,.733)}.order-history table tbody tr td{font-size:12px;padding:10px}.order-history table tbody tr td.buy{color:#2e7d32;font-weight:700}.order-history table tbody tr td.sell{color:#c62828;font-weight:700}.order-history p{color:#888;padding:12px;text-align:center}.spot-trade-layout{background:#000;color:#c9d1d9;display:grid;grid-template-areas:"pairs chart trades" "footer footer footer";grid-template-columns:360px 1fr 360px;grid-template-rows:1fr auto;overflow:hidden}aside.pair-list{background:#0f0f0f;grid-area:pairs;max-height:600px;overflow-y:auto;padding:0 .25rem}aside.pair-list .pair-item .icon{border-radius:50%;margin-right:.5rem;vertical-align:middle}aside.pair-list .pair-search{padding:.25rem .5rem}aside.pair-list .pair-search input{background:#0f0f0f;border:1px solid #30363d;border-radius:4px;color:#fff;padding:.4rem .5rem;width:100%}aside.pair-list ul{list-style:none;margin:0;padding:.25rem 0}aside.pair-list ul .pair-item{border-radius:4px;cursor:pointer;display:flex;flex-direction:row;font-size:.8rem;gap:2px;padding:12px 15px}aside.pair-list ul .pair-item.active{background:#21262d;color:#f0bd4d;font-weight:700}aside.pair-list ul .pair-item:hover{background:#1b1f24}aside.pair-list ul .pair-item .symbol{font-weight:500}aside.pair-list ul .pair-item .change,aside.pair-list ul .pair-item .price{color:#fff;font-size:.785rem;font-weight:700}aside.pair-list ul .pair-item .change.up{color:#2ecc71}aside.pair-list ul .pair-item .change.down{color:#e74c3c}.chart-and-book.horizontal{display:flex;flex-direction:row;gap:.5rem;grid-area:chart;padding:.5rem}.chart-and-book.horizontal .chart{background:#0f0f0f;border-radius:6px;flex:3 1;max-height:600px;overflow:hidden}.chart-and-book.horizontal .orderbook-and-trades{background:#0f0f0f;border-radius:6px;display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-height:600px;overflow:hidden}.chart-and-book.horizontal .orderbook-and-trades .tab-header{border-bottom:1px solid #30363d;display:flex}.chart-and-book.horizontal .orderbook-and-trades .tab-header button{background:none;border:none;border-radius:0;color:#c9d1d9;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem}.chart-and-book.horizontal .orderbook-and-trades .tab-header button.active{border-bottom:1px solid #f0bd4d;color:#f0bd4d}.chart-and-book.horizontal .orderbook-and-trades .tab-header button:hover{background:#21262d}.chart-and-book.horizontal .orderbook-and-trades .tab-content{flex:1 1;overflow-y:auto;padding:1rem}.chart-and-book.horizontal .orderbook-and-trades .tab-content .order-book,.chart-and-book.horizontal .orderbook-and-trades .tab-content .recent-trades{background:none;padding:0}.chart-and-book.horizontal .orderbook-and-trades .tab-content table th{font-size:12px;font-weight:200;text-align:left}.chart-and-book.horizontal .orderbook-and-trades .tab-content table{width:100%}.chart-and-book.horizontal .orderbook-and-trades .tab-content table td{font-size:13px;width:50%}.chart-and-book.horizontal .orderbook-and-trades .tab-content ul{padding:0}.chart-and-book.horizontal .orderbook-and-trades .tab-content li{list-style:none}.chart-and-book.horizontal .orderbook-and-trades .tab-content .orderbook-table .buy td,.chart-and-book.horizontal .orderbook-and-trades .tab-content .trade.buy td{color:#00ba75}.chart-and-book.horizontal .orderbook-and-trades .tab-content .orderbook-table .sell td,.chart-and-book.horizontal .orderbook-and-trades .tab-content .trade.sell td{color:#fa4d56}.chart-and-book.horizontal .orderbook-and-trades .tab-content .orderbook-table td{font-size:15px}.trade-panel{display:flex;flex-direction:column;gap:.5rem;grid-area:trades;padding:.5rem}.trade-panel .recent-trades,.trade-panel .spot-form,.trade-panel .wallet-buttons{background:#0f0f0f;border-radius:6px;padding:1rem}.trade-panel .wallet-buttons{display:flex;justify-content:space-between}.trade-panel .wallet-buttons button{background:#21262d;border:none;border-radius:4px;color:#f0bd4d;cursor:pointer;flex:1 1;margin:0 .25rem;padding:.5rem}.trade-panel .wallet-buttons button:hover{background:#2a323d}footer.trade-footer{background:#0f0f0f;border-top:1px solid #21262d;display:flex;flex-direction:column;grid-area:footer;margin-top:15px;padding:.5rem 1rem}footer.trade-footer ul{color:#8b949e;display:flex;font-size:.85rem;gap:1.5rem;list-style:none;margin:0;padding:0}footer.trade-footer ul li{cursor:pointer}footer.trade-footer ul li.active{color:#f0bd4d;font-weight:700}footer.trade-footer .no-data{color:#555;margin-top:1rem;text-align:center}.spot-trade-layout ::-webkit-scrollbar{height:8px;width:8px}.spot-trade-layout ::-webkit-scrollbar-track{background:#0d1117}.spot-trade-layout ::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#30363d;border:2px solid #0000;border-radius:10px}.spot-trade-layout ::-webkit-scrollbar-thumb:hover{background-color:#484f58}.spot-trade-layout ::-webkit-scrollbar-corner{background:#0d1117}.trade-form{background:#0f0f0f;border-radius:6px;color:#c9d1d9;padding:1rem}.trade-form .top-tabs{display:flex}.trade-form .top-tabs button{background:none;border:none;border-bottom:2px solid #0000;color:inherit;flex:1 1;font-weight:700;padding:.5rem}.trade-form .top-tabs button.active{border-bottom-color:#f0bd4d;color:#f0bd4d}.trade-form .mode-options{display:flex;gap:.5rem;margin-top:.5rem}.trade-form .mode-options button{background:#21262d;border:none;border-radius:4px;flex:1 1;padding:.4rem}.trade-form .mode-options button.active{background:#30363d}.trade-form .order-type-tabs{display:flex;justify-content:space-between;margin-top:1rem}.trade-form .order-type-tabs button{background:none;border:none;color:#8b949e;flex:1 1;padding:.4rem}.trade-form .order-type-tabs button.active{border-bottom:2px solid #f0bd4d;color:#f0bd4d}.trade-form .field{margin:1rem 0}.trade-form .field label{display:block;font-size:.85rem;margin-bottom:.25rem}.trade-form .field input{background:#0d1117;border:1px solid #30363d;border-radius:4px;color:#fff;padding:.5rem;width:100%}.trade-form .slider{margin:.5rem 0}.trade-form .slider input[type=range]{width:100%}.trade-form .summary{color:#8b949e;display:flex;font-size:.85rem;justify-content:space-between}.trade-form .checkboxes{display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem;margin:.5rem 0}.trade-form .action-buttons{display:flex;gap:.5rem}.trade-form .action-buttons .long{background:#00ba75;border:none;border-radius:4px;color:#fff;flex:1 1;padding:.5rem}.trade-form .action-buttons .short{background:#fa4d56;border:none;border-radius:4px;color:#fff;flex:1 1;padding:.5rem}.trade-form .fees{align-items:center;display:flex;font-size:.75rem;justify-content:space-between;margin-top:.5rem}.trade-form .fees .fee-offer{background:#21262d;border:1px solid #30363d;border-radius:4px;color:#f0bd4d;font-size:.7rem;padding:.2rem .4rem}.account-types{background:#000;padding:4rem 2rem;text-align:center}.account-types h2{color:#fff;font-size:2.5rem;margin-bottom:2rem}.account-types .account-table{grid-gap:.2rem;display:grid;gap:.2rem;grid-template-columns:240px repeat(4,minmax(180px,1fr));margin:0 auto;max-width:100%;overflow-x:auto}.account-types .account-table .table-header{display:contents;position:-webkit-sticky;position:sticky;top:0;z-index:2}.account-types .account-table .table-header .feature-col{background:#0000;border-radius:8px 0 0 0;font-weight:700;padding:1rem;text-align:left}.account-types .account-table .table-header .account-col{background:#1f1f1f;border-bottom:2px solid #d1d5db;color:#fff;font-weight:700;padding:1rem;position:relative}.account-types .account-table .table-header .account-col h3{color:#fff;font-size:1.15rem;margin:0}.account-types .account-table .table-header .account-col .price{color:#fff;font-size:1.2rem}.account-types .account-table .table-header .account-col:nth-of-type(3){background:#1f1f1f;border-bottom-color:#3b82f6}.account-types .account-table .table-header .account-col:nth-of-type(3):before{background:#3b82f6;border-radius:4px;color:#fff;content:"Recommended";font-size:.65rem;padding:.2rem .5rem;position:absolute;right:8px;text-transform:uppercase;top:8px}.account-types .account-table .table-row{display:contents}.account-types .account-table .table-row .feature-col{background:#1f1f1f;color:#fff;font-weight:500;padding:1rem;text-align:left}.account-types .account-table .table-row .account-col{background:#1f1f1f;color:#fff;font-size:.95rem;padding:1rem;transition:transform .2s,box-shadow .2s}.account-types .account-table .table-row .account-col:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.account-types .account-table .table-row .account-col:nth-of-type(2n){background:#1f1f1f}@media(max-width:768px){.account-types .account-table{display:block;grid-template-columns:1fr}.account-types .account-table .table-header,.account-types .account-table .table-row{display:block}.account-types .account-table .table-header .account-col,.account-types .account-table .table-header .feature-col,.account-types .account-table .table-row .account-col,.account-types .account-table .table-row .feature-col{border-bottom:1px solid #e5e7eb;border-radius:0;display:flex;justify-content:space-between;padding:.75rem 1rem;width:100%}.account-types .account-table .table-header .account-col:nth-of-type(3):before,.account-types .account-table .table-row .account-col:nth-of-type(3):before{right:4px;top:4px}}.news-page{background:#0d0d0d;color:#fff;padding:2rem}.news-categories{margin-bottom:1rem}.news-categories button{background:#222;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:.5rem;padding:.5rem 1rem}.news-categories button.active{background:#4caf50}.news-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.news-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.news-list{grid-template-columns:1fr}}.news-card{background:#1a1a1a;border-radius:8px;overflow:hidden;padding:1rem;transition:all .3s ease}.news-card:hover{box-shadow:0 2px 12px #0009;transform:translateY(-4px)}.news-card .news-image{border-radius:6px;height:260px;margin-bottom:.75rem;object-fit:cover;width:100%}.news-card .news-category-badge{background:#333;border-radius:3px;color:#aaa;display:inline-block;font-size:.75rem;margin-bottom:.5rem;padding:.2rem .6rem}.news-card h3{margin:.5rem 0}.news-card .news-date{color:#888;font-size:.8rem}.news-card .news-excerpt{font-size:.9rem;margin:.5rem 0 1rem}.news-card .read-more{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.4rem 1rem}.earn-page{padding:2rem}.earn-page .earn-banner{border-radius:10px;margin-bottom:2rem;width:100%}.earn-page h1{margin-bottom:1.5rem;text-align:center}.earn-page .earn-tabs{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.earn-page .earn-tabs button{background:none;border-radius:5px;cursor:pointer;font-weight:700;padding:.75rem 1.5rem;transition:all .3s}.earn-page .earn-tabs button.active{background:#ffb11a;border-color:#ffb11a;color:#333}.earn-page .earn-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.earn-page .earn-popup{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:20}.earn-page .earn-popup .popup-box{background:#0f0f0f;border-radius:10px;margin:10% auto;max-width:400px;padding:2rem;text-align:center}.earn-page .earn-popup .popup-box a{color:#ffb11a;text-decoration:underline}.earn-page .earn-popup .popup-box button{margin-top:1rem;padding:.5rem 1rem}.earn-card{background:#0f0f0f;border-radius:10px;box-shadow:0 3px 10px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.earn-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}.earn-card .coin-icon{height:48px;margin-bottom:1rem;width:48px}.earn-card h3{margin-bottom:.5rem}.earn-card p{margin:.3rem 0}.earn-card .stake-button{background-color:#ffb11a;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;margin-top:1rem;padding:.6rem 1.2rem}.earn-card .stake-button:hover{background-color:rgba(255,179,26,.796)}.pair-icons{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.pair-icons img{background:#fff;border-radius:50%;box-shadow:0 0 3px #0000001a;height:32px;width:32px}.event-card{background:rgba(37,37,37,.871);border-left:6px solid #ffb11a;border-radius:10px;box-shadow:0 8px 18px #0000000d;flex-direction:column}.event-card.past{opacity:.85}.event-card:hover{box-shadow:0 10px 22px #0000001a}.event-card .event-date{background:rgba(45,45,45,.725);color:#fff;flex-wrap:wrap;font-size:.85rem;justify-content:space-between;padding:.8rem 1rem}.event-card .event-date .countdown{color:#1a73e8;font-size:.75rem;font-weight:500;margin-top:.3rem}.event-card .event-content h3{color:#fff;font-size:1.25rem;margin:0}.event-card .event-content .event-meta{align-items:center;margin:.6rem 0}.event-card .event-content .event-meta .badge{font-size:.65rem}.event-card .event-content .event-meta .location{color:#555;font-size:.8rem}.event-card .event-content .action-button{border-radius:6px;font-size:.85rem;transition:background .25s ease}.event-card .event-content .action-button:hover{background:#125dc9}.event-card .event-content .action-button.registered{background:#2e7d32;cursor:default;opacity:.9}@media(min-width:640px){.event-card{align-items:flex-start;flex-direction:row}.event-card .event-date{flex-direction:column;flex-shrink:0;min-width:160px;text-align:center}.event-card .event-content{flex:1 1}}.event-card{background:#323131;border-left:5px solid #1a73e8;border-radius:8px;box-shadow:0 3px 8px #0000000d;display:flex;gap:1rem;padding:1.5rem;transition:box-shadow .3s ease}.event-card.past{border-left-color:#999;opacity:.8}.event-card:hover{box-shadow:0 6px 16px #00000014}.event-card .event-date{align-items:center;background:#323131;border-radius:6px;color:#555;display:flex;font-size:.9rem;font-weight:600;justify-content:center;min-width:130px;padding:1rem;text-align:center}.event-card .event-content{flex:1 1}.event-card .event-content h3{font-size:1.2rem;margin:0 0 .5rem}.event-card .event-content .event-meta{display:flex;gap:1rem;margin-bottom:.75rem}.event-card .event-content .event-meta .badge{border-radius:4px;font-size:.7rem;font-weight:700;padding:.3rem .6rem;text-transform:uppercase}.event-card .event-content .event-meta .badge.conference{background-color:#e3f2fd;color:#1976d2}.event-card .event-content .event-meta .badge.ama{background-color:#f3e5f5;color:#8e24aa}.event-card .event-content .event-meta .badge.webinar{background-color:#e0f2f1;color:#00796b}.event-card .event-content .event-meta .location{color:#777;font-size:.85rem}.event-card .event-content .action-button{background:#ffb11a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.2rem}.event-card .event-content .action-button:hover{background:#155ab6}.countdown{color:#1a73e8;font-size:.75rem;font-weight:600;margin-top:.5rem}.action-button.registered{background:#2e7d32;cursor:default;opacity:.9}.events-page{padding:2rem}.events-page h1{margin-bottom:2rem;text-align:center}.events-page .event-filters{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.events-page .event-filters button{background-color:#0000;border-radius:6px;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.events-page .event-filters button.active{background:#ffb11a;color:#000}.events-page .events-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px}.profile-tab{display:flex;flex-direction:column;gap:2rem}.profile-tab .user-card{background:#0f0f0f;border-radius:6px;display:flex;gap:1rem;padding:1.5rem}.profile-tab .user-card .avatar{padding:1rem}.profile-tab .user-card .info{flex:1 1}.profile-tab .user-card .info .name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.profile-tab .user-card .info .name .alert-warning{background:#fff3cd;border:1px solid #ffeeba;border-radius:4px;color:#856404;margin-bottom:20px;padding:12px}.profile-tab .user-card .info .name .alert-warning a.verify-link{color:#0c5460;font-weight:700;text-decoration:underline}.profile-tab .user-card .info .name .badge.verified{color:green;font-weight:700}.profile-tab .user-card .info .name .badge.not-verified{color:red;font-weight:700}.profile-tab .user-card .info .grid{grid-gap:.5rem;display:grid;font-size:.9rem;gap:.5rem;grid-template-columns:repeat(2,minmax(200px,1fr))}.profile-tab .asset-card{background:#0f0f0f;border-radius:6px;padding:1.5rem}.profile-tab .asset-card h3{margin-bottom:1rem}.profile-tab .asset-card .balance{font-size:1.8rem;font-weight:700}.profile-tab .asset-card .balance-eur{color:#8b949e;margin-bottom:1rem}.profile-tab .asset-card .deposit-btn{background:#1f6feb;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1.5rem}.profile-tab .widget-cards{display:flex;gap:1rem}.profile-tab .widget-cards .widget{background:#0f0f0f;border-radius:6px;flex:1 1;padding:1rem}.profile-tab .widget-cards .widget input{background:#0d1117;border:1px solid #30363d;border-radius:4px;color:#fff;margin-top:.5rem;padding:.4rem;width:100%}.security-settings h2{margin-bottom:1.5rem}.security-settings .security-card{background:#0f0f0f;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.security-settings .security-card h3{font-size:1.1rem;margin-bottom:1rem}.security-settings .security-card ul{list-style:none;margin:0;padding:0}.security-settings .security-card ul li{align-items:center;display:flex;justify-content:space-between;margin:.75rem 0}.security-settings .security-card ul li .label{flex:1 1;font-weight:500}.security-settings .security-card ul li .value{color:#c9d1d9;flex:1 1}.security-settings .security-card ul li button{background:#30363d;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.3rem .75rem}.security-settings .security-card ul li button.danger{background:#f44336}.security-settings .security-card ul li button.linked{background:#238636}.security-settings .security-card ul li .switch{display:inline-block;height:24px;position:relative;width:46px}.security-settings .security-card ul li .switch input{height:0;opacity:0;width:0}.security-settings .security-card ul li .switch .slider{background-color:#444c56;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.security-settings .security-card ul li .switch .slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.security-settings .security-card ul li .switch input:checked+.slider{background-color:#238636}.security-settings .security-card ul li .switch input:checked+.slider:before{transform:translateX(22px)}.security-settings .security-card .third-party-links{display:flex;gap:1rem}.security-settings .security-card .third-party-links button{background:#30363d;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;padding:.4rem .75rem}.verification-page h2{margin-bottom:1.5rem}.verification-page .card{background:#0f0f0f;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.verification-page .card h4{font-size:1.1rem;margin-bottom:1rem}.verification-page .card ul{list-style:none;padding:0}.verification-page .card ul li{display:flex;justify-content:space-between;margin:.5rem 0}.verification-page .card ul li span{color:#ccc}.verification-page .card p.info{background:#1f242c;border-radius:4px;color:#c9d1d9;padding:1rem}.verification-page .card details{background:#1f242c;border-radius:4px;margin-bottom:.5rem;padding:.8rem 1rem}.verification-page .card details summary{cursor:pointer;font-weight:500}.verification-page .card details p{color:#999;margin-top:.5rem}.verification-page .verified{align-items:center;display:flex;justify-content:space-between}.verification-page .verified .status{color:lime;font-weight:700}.referral-page h2{margin-bottom:2rem}.referral-page .ref-summary{background:#0f0f0f;border-radius:8px;padding:1.5rem}.referral-page .ref-summary h3{margin-bottom:.5rem}.referral-page .ref-summary .ref-stats{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.referral-page .ref-summary .ref-stats .stat{align-items:center;display:flex;gap:.5rem}.referral-page .ref-summary .ref-stats .stat input{background:#222;border:none;border-radius:4px;color:#fff;flex:1 1;padding:.3rem .6rem}.referral-page .ref-summary .ref-stats .stat button{background:#30363d;border:none;border-radius:4px;color:#ccc;cursor:pointer;padding:.4rem .7rem}.referral-page .ref-summary .ref-stats .copied-msg{color:lime;font-size:.9rem;margin-top:.5rem}.referral-page .ref-steps{margin-top:2rem}.referral-page .ref-steps h4{margin-bottom:1rem}.referral-page .ref-steps .steps{background:#161b22;border-radius:8px;display:flex;gap:2rem;padding:1rem}.referral-page .ref-steps .steps>div{flex:1 1;font-size:1.1rem;font-weight:500;text-align:center}.referral-page .ref-history{margin-top:2rem}.referral-page .ref-history table{background:#161b22;border-radius:8px;overflow:hidden;width:100%}.referral-page .ref-history table td,.referral-page .ref-history table th{border-bottom:1px solid #21262d;padding:.75rem 1rem}.referral-page .ref-history table th{background:#1f242c;text-align:left}.referral-page .ref-history table td{color:#ccc}.referral-page .ref-rules{background:#161b22;border-radius:8px;margin-top:2rem;padding:1.5rem}.referral-page .ref-rules h4{margin-bottom:1rem}.referral-page .ref-rules ol{padding-left:1.5rem}.referral-page .ref-rules ol li{color:#ccc;margin-bottom:.5rem}.settings-page{color:#c9d1d9;font-family:Segoe UI,Roboto,sans-serif;margin:0 auto;padding:0 2rem}.settings-page h2{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}.settings-page .section{background:#0f0f0f;border:1px solid #30363d;border-radius:8px;box-shadow:0 0 0 1px #ffffff05;margin-bottom:2rem;padding:1.5rem 2rem}.settings-page .section h3{border-bottom:1px solid #21262d;color:#fff;font-size:1.1rem;font-weight:500;margin-bottom:1rem;padding-bottom:.5rem}.settings-page .section .row,.settings-page .section .switch-row{align-items:center;display:flex;justify-content:space-between;margin:.75rem 0;padding:.5rem 0}.settings-page .section .row label,.settings-page .section .switch-row label{color:#d1d5da;flex:1 1;font-size:.95rem;position:relative}.settings-page .section .row input[type=checkbox],.settings-page .section .row select,.settings-page .section .switch-row input[type=checkbox],.settings-page .section .switch-row select{flex-shrink:0}.settings-page .section .row select,.settings-page .section .switch-row select{background-color:#0d1117;border:1px solid #30363d;border-radius:6px;color:#eee;font-size:.9rem;padding:.35rem .75rem;width:auto}.settings-page .section .row select:focus,.settings-page .section .switch-row select:focus{border-color:#58a6ff;outline:none}.settings-page .section .row input[type=checkbox],.settings-page .section .switch-row input[type=checkbox]{accent-color:#3fb950;cursor:pointer;height:18px;width:18px}.info-icon{color:#4caf50;cursor:pointer;font-weight:700;left:-10px;margin-left:.5rem;position:absolute}.info-icon img{width:16px}.modal-backdrop{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#1e1e1e;border-radius:8px;color:#fff;max-width:650px;padding:3.5rem;position:relative;width:90%}.modal-content h4,.modal-content p{margin-bottom:1rem}.modal-content p{line-height:1.5}.modal-content button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.autoTrading label{padding-left:40px}.profile-layout{color:#c9d1d9;display:flex;min-height:100%}.profile-layout .profile-sidebar{background:#000;border-right:1px solid #21262d;padding-top:1rem;width:200px}.profile-layout .profile-sidebar ul{list-style:none;margin:0;padding:0}.profile-layout .profile-sidebar ul li{border-bottom:1px solid #161b22;cursor:pointer;padding:1rem;transition:background .2s ease}.profile-layout .profile-sidebar ul li.active{background:#0f0f0f;font-weight:700}.profile-layout .profile-sidebar ul li:hover{background:#0f0f0f}.profile-layout .profile-content{background:#000;flex:1 1;padding:2rem}.sidebar{color:#cbd5e1;font-size:.95rem;padding:1.5rem 1rem;width:240px}.sidebar .nav-group{margin-bottom:2rem}.sidebar .nav-group .group-title{color:#64748b;font-size:.75rem;margin-bottom:.5rem;padding-left:.75rem;text-transform:uppercase}.sidebar .nav-group .sidebar-item{align-items:center;border-radius:6px;color:#cbd5e1;cursor:pointer;display:flex;gap:.75rem;padding:.6rem .75rem;transition:background .2s ease}.sidebar .nav-group .sidebar-item svg{color:#94a3b8;font-size:1rem;margin-right:.5rem}.sidebar .nav-group .sidebar-item .fee{color:#94a3b8;font-size:.75rem;margin-left:auto}.sidebar .nav-group .sidebar-item:hover{background-color:#1e293b}.sidebar .nav-group .sidebar-item.active{background-color:#1e3a8a;color:#fff}.sidebar .nav-group .sidebar-item.active svg{color:#3b82f6}.sidebar .sidebar-footer{border-top:1px solid #1e293b;color:#64748b;font-size:.8rem;margin-top:auto;padding-top:1rem;text-align:center}.balance-header{background:#0f0f0f;margin-bottom:1.5rem;padding:1.5rem}.balance-header .balance-left .label{align-items:center;color:#94a3b8;display:flex;font-size:.85rem;gap:.5rem}.balance-header .balance-left .label .eye{cursor:pointer}.balance-header .balance-left .balance-value{font-size:2rem;font-weight:700}.balance-header .balance-left .balance-value .currency{color:#38bdf8;font-size:1.2rem}.balance-header .balance-left .balance-convert{color:#64748b;font-size:.9rem}.balance-header .balance-actions{align-items:center;display:flex;gap:.75rem}.balance-header .balance-actions button{background:#1f2937}.balance-header .balance-actions button.blue{background:#3b82f6}.balance-header .balance-actions button.circle{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;padding:.5rem;width:36px}.equity-chart{background:#12141a;border-radius:8px;padding:1rem}.equity-chart h3{color:#fff;margin-bottom:.5rem}.transactions-list{background:#12141a;border-radius:8px;padding:1rem}.transactions-list h3{color:#fff;margin-bottom:.5rem}.transactions-list table{border-collapse:collapse;color:#fff;width:100%}.transactions-list table td,.transactions-list table th{border-bottom:1px solid #334155;padding:.5rem;text-align:left}.transactions-list table tr:hover{background:#0f172a}.mid-panel{display:flex;gap:1.5rem}.mid-panel .chart-card,.mid-panel .transactions-card{background:#12141a;border-radius:8px;flex:1 1;padding:1.25rem}.mid-panel .card-header{align-items:center;color:#fff;display:flex;font-weight:500;justify-content:space-between;margin-bottom:1rem}.mid-panel .card-header .tabs button{background:#0000;border:none;color:#ccc;cursor:pointer;margin-left:.5rem;padding:.25rem .5rem}.mid-panel .card-header .tabs button.active{background:#1e40af;border-radius:4px;color:#fff}.mid-panel .card-header .note{color:#60a5fa;font-size:.75rem}.mid-panel .chart{align-items:flex-end;display:flex;height:100px;justify-content:space-between}.mid-panel .chart .chart-point{align-items:center;color:#60a5fa;display:flex;flex:1 1;flex-direction:column;font-size:.8rem}.mid-panel .chart .chart-point small{color:#64748b;font-size:.65rem}.mid-panel .transactions{list-style:none;margin:0;padding:0}.mid-panel .transactions li{align-items:center;color:#fff;display:flex;margin-bottom:1rem}.mid-panel .transactions li .icon{color:#60a5fa;font-size:1.2rem;margin-right:.75rem}.mid-panel .transactions li .details{flex:1 1}.mid-panel .transactions li .details .type{font-weight:700}.mid-panel .transactions li .details .date{color:#94a3b8;font-size:.75rem}.mid-panel .transactions li .amount{text-align:right}.mid-panel .transactions li .amount .plus{color:#10b981}.mid-panel .transactions li .amount .minus{color:#ef4444}.mid-panel .transactions li .amount .status{color:#9ca3af;font-size:.75rem}.bottom-panel{display:flex;gap:1.5rem;margin-top:1.5rem}.bottom-panel .claim-card,.bottom-panel .promo-card{align-items:center;background:#12141a;border-radius:8px;display:flex;flex:1 1;gap:1rem;padding:1.25rem}.bottom-panel .claim-card .icon,.bottom-panel .promo-card .icon{background:#334155;border-radius:50%;color:#facc15;font-size:2rem;padding:.75rem}.bottom-panel .claim-card .details,.bottom-panel .promo-card .details{flex:1 1}.bottom-panel .claim-card .details h3,.bottom-panel .promo-card .details h3{color:#fff;font-size:1.1rem;margin:0}.bottom-panel .claim-card .details p,.bottom-panel .promo-card .details p{color:#cbd5e1;font-size:.85rem;margin:.25rem 0 0}.bottom-panel .claim-card button,.bottom-panel .promo-card button{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.spot-panel{background-color:#12141a;border-radius:8px;color:#e2e8f0;font-size:.875rem;padding:1.5rem}.spot-panel .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.spot-panel .header h2{color:#f1f5f9;font-size:1.1rem;font-weight:600}.spot-panel .header .total{color:#38bdf8;font-size:1rem;font-weight:500}.spot-panel .spot-table{border-collapse:collapse;width:100%}.spot-panel .spot-table th{background:#1e293b;color:#94a3b8;font-weight:500;padding:.75rem;text-align:left}.spot-panel .spot-table td{border-bottom:1px solid #1e293b;padding:.75rem;vertical-align:middle}.spot-panel .spot-table .asset-cell{align-items:center;display:flex;gap:.75rem}.spot-panel .spot-table .asset-cell img{border-radius:50%;height:32px;width:32px}.spot-panel .spot-table .asset-cell .symbol{color:#f8fafc;font-weight:500}.spot-panel .spot-table .asset-cell .name{color:#94a3b8;font-size:.75rem}.spot-panel .spot-table tr:hover{background:#1e293b}.futures-panel{background-color:#12141a;border-radius:8px;color:#e2e8f0;font-size:.875rem;padding:1.5rem}.futures-panel .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.futures-panel .header h2{color:#f1f5f9;font-size:1.1rem;font-weight:600}.futures-panel .header .note{color:#94a3b8;font-size:.85rem}.futures-panel .futures-table{border-collapse:collapse;width:100%}.futures-panel .futures-table th{background:#1e293b;color:#94a3b8;font-weight:500;padding:.75rem;text-align:left}.futures-panel .futures-table td{border-bottom:1px solid #1e293b;padding:.75rem}.futures-panel .futures-table .asset-cell{align-items:center;display:flex;gap:.75rem}.futures-panel .futures-table .asset-cell img{border-radius:50%;height:32px;width:32px}.futures-panel .futures-table .asset-cell .symbol{color:#f8fafc;font-weight:500}.futures-panel .futures-table .asset-cell .name{color:#94a3b8;font-size:.75rem}.futures-panel .futures-table tr:hover{background:#1e293b}.futures-panel .futures-table .positive{color:#10b981}.futures-panel .futures-table .negative{color:#ef4444}.actions{display:flex;gap:.5rem}.actions button{background:#1e3a8a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.3rem .6rem;transition:background .2s}.actions button:hover{background:#2563eb}.portfolio-page{color:#e2e8f0;display:flex}.portfolio-page .portfolio-main{flex:1 1;padding:1rem 2rem}.portfolio-page .portfolio-body{display:flex;gap:1rem;margin-top:1rem}.portfolio-page .portfolio-body>div{background:#0f0f0f;border-radius:8px;flex:1 1;padding:1rem}.sidebar{color:#fff;display:flex;flex-direction:column;padding:1rem;width:220px}.sidebar .sidebar-item{align-items:center;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 0}.sidebar .sidebar-item:hover{background:#1f2937;border-radius:6px}.sidebar .active{color:#3b82f6;font-weight:500}.balance-header{align-items:center;background:#12141a;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 2rem}.balance-header .balance-value{font-size:2rem;font-weight:600}.balance-header .balance-actions button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;margin-left:.5rem;padding:.5rem 1rem}.transactions-list .transaction{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.75rem}.transactions-list .transaction .type{align-items:center;display:flex;font-weight:500;gap:.5rem}.transactions-list .transaction .amount{font-weight:500}.transactions-list .transaction .amount.positive{color:#10b981}.transactions-list .transaction .amount.negative{color:#ef4444}.transactions-list .transaction .status{color:#9ca3af;font-size:.75rem}.equity-chart-container h2{font-size:1rem;font-weight:500;margin-bottom:.75rem}.equity-chart-container .tab-toggle{display:flex;justify-content:flex-end;margin-bottom:.75rem}.equity-chart-container .tab-toggle button{background:#0000;border:1px solid #374151;border-radius:4px;color:#e2e8f0;cursor:pointer;font-size:.85rem;padding:.4rem .75rem}.equity-chart-container .tab-toggle button.active{background:#2563eb;border-color:#2563eb}.equity-chart-container .tab-toggle button:not(:last-child){margin-right:.5rem}.deposit-page{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.deposit-page h2,.deposit-page h3{margin-bottom:1rem}.deposit-page .deposit-form{background:#111;border-radius:8px;color:#eee;padding:1.5rem}.deposit-page .deposit-form label{display:block;font-weight:700;margin-top:1rem}.deposit-page .deposit-form input,.deposit-page .deposit-form select{background:#222;border:1px solid #333;color:#eee;margin-top:.25rem;padding:.6rem;width:100%}.deposit-page .deposit-form .conversion{margin:1rem 0}.deposit-page .deposit-form .wallet-address{margin-top:1rem}.deposit-page .deposit-form .wallet-address .address-box{background:#222;margin-bottom:1rem;padding:.5rem;word-break:break-all}.deposit-page .deposit-form .wallet-address img{max-width:140px}.deposit-page .deposit-form button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.6rem 1.2rem}.deposit-page .deposit-form button:hover{background:#0056b3}.deposit-page .deposit-history{background:#111;border-radius:8px;color:#eee;padding:1.5rem}.deposit-page .deposit-history table{border-collapse:collapse;width:100%}.deposit-page .deposit-history table td,.deposit-page .deposit-history table th{border-bottom:1px solid #222;padding:.75rem}.deposit-page .deposit-history table th{font-weight:600;text-align:left}.deposit-page .deposit-history table td{font-size:.9rem}.deposit-page .deposit-history table .coin-info{align-items:center;display:flex;gap:.5rem}.deposit-page .deposit-history table .coin-info img{border-radius:50%;height:24px;object-fit:contain;width:24px}.deposit-page .deposit-history table .coin-info .symbol{color:#999;font-size:.75rem}.withdraw-wrapper{margin:auto;max-width:800px;padding:2rem}.withdraw-wrapper .withdraw-form{background:#161b22;border-radius:6px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.withdraw-wrapper .withdraw-form input,.withdraw-wrapper .withdraw-form select{background:#0d1117;border:1px solid #333;color:#ccc;padding:.5rem}.withdraw-wrapper .withdraw-form .calculated{color:#888;font-size:.9rem}.withdraw-wrapper .withdraw-form button{background:#2ecc71;border:none;border-radius:4px;color:#000;cursor:pointer;padding:.75rem}.withdraw-wrapper .withdraw-history{background:#111;border-radius:6px;margin-top:2rem;padding:1rem}.withdraw-wrapper .withdraw-history table{border-collapse:collapse;width:100%}.withdraw-wrapper .withdraw-history table td,.withdraw-wrapper .withdraw-history table th{border-bottom:1px solid #222;padding:.5rem;text-align:left}.withdraw-wrapper .withdraw-history table .truncate{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.verification-page{margin:auto;max-width:600px;padding:2rem}.verification-form{gap:1rem}.verification-form,label{display:flex;flex-direction:column}label{font-weight:500}label input,label select{background:#3e3e3e;border:0;border-radius:4px;color:#fff;height:30px;margin-bottom:15px;margin-top:.5rem;padding:.5rem}button{background:#1a73e8;border:none;border-radius:4px;color:#fff;font-size:1rem;padding:.75rem}button:disabled{background:#aaa}.preview{border:1px solid #ccc;border-radius:4px;height:auto;margin-top:8px;max-width:200px}.step-navigation{display:flex;justify-content:space-between;margin-top:1rem}.error{color:#e53935;font-size:.8rem;margin-top:4px}.step-progress{display:flex;justify-content:space-between;margin:1rem 0}.step-progress .step{align-items:center;display:flex;flex:1 1;flex-direction:column}.step-progress .step .circle{align-items:center;background:#ccc;border-radius:50%;color:#fff;display:flex;font-weight:700;height:32px;justify-content:center;margin-bottom:4px;width:32px}.step-progress .step.active .circle{background:#1a73e8}.step-progress .step.complete .circle{background:#28a745}.step-progress .step .label{font-size:.9rem}.pending{background-color:rgba(44,42,42,.812);border:2px solid #373636;border-radius:10px;font-size:16px;margin-top:30px;padding:40px 0}.pending,.pending span{text-align:center;width:100%}.pending span{display:block;font-size:45px;margin-bottom:40px}.admin-sidebar{background:#1e293b;color:#e2e8f0;height:100vh;padding:1.5rem;width:220px}.admin-sidebar h2{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.admin-sidebar ul{list-style:none;padding:0}.admin-sidebar ul li{background:#1f2937;border-radius:4px;cursor:pointer;margin-bottom:.5rem;padding:.75rem 1rem;transition:background .2s}.admin-sidebar ul li:hover{background:#374151}.admin-sidebar ul li.active{background:#2563eb;color:#fff}.users-panel h2{color:#fff;font-size:1.25rem;margin-bottom:1rem}.users-panel table{background:#0f172a;border-collapse:collapse;border-radius:6px;overflow:hidden;width:100%}.users-panel table td,.users-panel table th{border-bottom:1px solid #1e293b;color:#cbd5e1;padding:.75rem 1rem;text-align:left}.users-panel table th{color:#94a3b8;font-weight:500}.users-panel table th,.users-panel table tr:hover{background-color:#1e293b}.trades-panel h2{color:#fff;font-size:1.25rem;margin-bottom:1rem}.trades-panel table{background:#0f172a;border-collapse:collapse;border-radius:6px;overflow:hidden;width:100%}.trades-panel table td,.trades-panel table th{border-bottom:1px solid #1e293b;color:#cbd5e1;padding:.75rem 1rem;text-align:left}.trades-panel table th{background-color:#1e293b;color:#94a3b8}.trades-panel table .buy{color:#10b981}.trades-panel table .sell{color:#ef4444}.trades-panel table tr:hover{background-color:#1e293b}.withdrawals-panel{margin-top:2rem}.withdrawals-panel h2{color:#fff;font-size:1.2rem;margin-bottom:1rem}.withdrawals-panel table{background:#0f172a;border-collapse:collapse;color:#e2e8f0;font-size:.9rem;width:100%}.withdrawals-panel table td,.withdrawals-panel table th{border-bottom:1px solid #1e293b;padding:.75rem}.withdrawals-panel table th{background-color:#1e293b;text-align:left}.withdrawals-panel table tr:hover{background-color:#1e3a8a33}.admin-dashboard{background-color:#0f172a;color:#e2e8f0;display:flex;font-family:Inter,sans-serif;min-height:100vh}.admin-dashboard .admin-main{display:flex;flex-direction:column;flex-grow:1;padding:2rem}.admin-dashboard .admin-main .admin-header{margin-bottom:2rem}.admin-dashboard .admin-main .admin-header h1{color:#fff;font-size:1.75rem;font-weight:600}.admin-dashboard .admin-main .admin-panel-container{background-color:#1e293b;border-radius:8px;box-shadow:0 0 0 1px #334155;flex-grow:1;padding:2rem}.admin-dashboard .admin-main .admin-panel{color:#cbd5e1;font-size:1rem}
/*# sourceMappingURL=main.2485d9e7.css.map*/