@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{background-color:var(--dark-bg);z-index:1000;border-bottom:1px solid var(--border-color);position:sticky;top:0}.header .header-content{display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center;text-decoration:none;color:#fff;font-weight:700}.header .logo .logo-text{font-size:40px;letter-spacing:-4px;font-weight:900;width:200px}.header .logo img{width:40px;height:20px;margin-right:8px;border-radius:3px}.header .nav{display:flex;align-items:center;gap:32px}@media (max-width: 768px){.header .nav{position:fixed;top:70px;left:0;right:0;background-color:var(--dark-bg);flex-direction:column;padding:20px;transform:translateY(-100%);opacity:0;transition:all .3s ease}.header .nav.nav-open{transform:translateY(0);opacity:1}}.header .nav .nav-item{position:relative}.header .nav .nav-item a{color:var(--text-white);text-decoration:none;font-weight:500;font-size:14px;display:flex;align-items:center;gap:4px;transition:color .3s ease}.header .nav .nav-item a:hover{color:#fff}.header .nav .nav-item a.client-area{color:var(--primary-blue)}.header .nav .nav-item.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header .nav .nav-item .dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--darker-bg);border:1px solid var(--border-color);border-radius:8px;min-width:200px;padding:15px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;box-shadow:0 10px 40px #0000004d}@media (max-width: 768px){.header .nav .nav-item .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;padding:10px 0 0 20px}}.header .nav .nav-item .dropdown-menu .dropdown-content .dropdown-item{display:block;padding:10px 20px;color:var(--text-light-gray);text-decoration:none;font-size:14px;transition:all .3s ease}.header .nav .nav-item .dropdown-menu .dropdown-content .dropdown-item:hover{background-color:#ffffff1a;color:#fff}.header .language-selector{display:flex;align-items:center;gap:4px;color:var(--text-light-gray);cursor:pointer;font-size:14px}.header .language-selector:hover{color:#fff}.header .search-icon{color:var(--text-light-gray);cursor:pointer}.header .search-icon:hover{color:#fff}.header .mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}@media (max-width: 768px){.header .mobile-menu-toggle{display:flex}}.header .mobile-menu-toggle span{width:25px;height:2px;background-color:#fff;transition:all .3s ease}.footer{background-color:#1e1e1e;color:var(--text-gray);padding:80px 0 20px;border-top:1px solid var(--border-color)}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}@media (max-width: 968px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 640px){.footer .footer-content{grid-template-columns:1fr;gap:30px}}.footer .footer-section h4{color:#fff;font-size:20px;font-weight:600;margin-bottom:20px;text-transform:uppercase}.footer .footer-section .logo{text-decoration:none}.footer .footer-section .footer-logo{margin-bottom:20px;text-decoration:none;font-size:40px}.footer .footer-section .footer-logo span{font-size:1.5rem;font-weight:900;color:#fff;position:relative}.footer .footer-section .footer-logo span:before{content:"◆";margin-right:8px;color:var(--primary-blue)}.footer .footer-section .company-info p{font-size:14px;line-height:1.6;margin-bottom:15px;color:var(--slate-color)}.footer .footer-section .company-info .contact-info{margin-top:20px}.footer .footer-section .company-info .contact-info p{margin-bottom:8px}.footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-section .footer-links li{margin-bottom:5px}.footer .footer-section .footer-links li a{color:var(--slate-color);font-size:14px;font-style:normal;font-weight:500;line-height:34px;text-decoration:none;transition:color .3s ease}.footer .footer-section .footer-links li a:hover{color:#fff}.footer .footer-section .social-links{display:flex;gap:15px}.footer .footer-section .social-links .social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer .footer-section .social-links .social-link:hover{background:#fff3;transform:translateY(-2px)}.footer .app-section{display:flex;justify-content:space-between}@media (max-width: 640px){.footer .app-section{flex-direction:column;gap:20px}}.footer .app-section h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.footer .footer-apps{display:flex;align-items:center;gap:20px}@media (max-width: 640px){.footer .footer-apps img{width:120px}}.footer .footer-newsletter{margin-bottom:60px;text-align:right}@media (max-width: 968px){.footer .footer-newsletter{text-align:center}}.footer .footer-newsletter .newsletter-form{display:flex;gap:10px;max-width:400px;margin-left:auto}@media (max-width: 968px){.footer .footer-newsletter .newsletter-form{margin:0 auto}}@media (max-width: 480px){.footer .footer-newsletter .newsletter-form{flex-direction:column}}.footer .footer-newsletter .newsletter-form input{flex:1;padding:12px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:14px}.footer .footer-newsletter .newsletter-form input::placeholder{color:var(--text-gray)}.footer .footer-newsletter .newsletter-form input:focus{outline:none;border-color:var(--primary-blue)}.footer .footer-newsletter .newsletter-form button{padding:12px 24px;font-size:14px;font-weight:600}.footer .footer-payments{margin-bottom:40px}.footer .footer-payments h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.footer .footer-payments .payment-methods{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between}.footer .footer-payments .payment-methods .payment-method{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-gray)}.footer .footer-payments .payment-methods .payment-method span:first-child{font-size:16px}.footer .footer-legal{border-top:1px solid var(--border-color);padding-top:20px}.footer .footer-legal .legal-links{display:flex;gap:30px;flex-wrap:wrap}.footer .footer-legal .legal-links a{color:var(--slate-color);text-decoration:none;font-size:16px;transition:color .3s ease}.footer .footer-legal .legal-links a:hover{color:#fff}.hero-section{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);position:relative;overflow:hidden;letter-spacing:.03em}.hero-section .home-icon{height:25px;width:25px;fill:#1e7ce8}.hero-section .btn{width:200px}.hero-section .hero-background{padding:100px 0 80px;position:relative}.hero-section .hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/nyiosh/assets/hero-CfdoSPp4.webp) center/cover;opacity:1;z-index:0}.hero-section .hero-background .container{position:relative;z-index:1}.hero-section .hero-content{text-align:center;color:#fff}.hero-section .hero-badge{display:inline-block;color:var(--primary-blue);padding:8px 20px;border-radius:25px;font-weight:600;font-size:40px;margin-bottom:20px}.hero-section .hero-title{font-size:85px;font-weight:600;line-height:100px;margin-bottom:30px;line-height:1.1}@media (max-width: 768px){.hero-section .hero-title{font-size:2.5rem}}.hero-section .hero-description{font-size:20px;color:var(--text-white);margin-bottom:40px;margin-left:auto;margin-right:auto;line-height:30px;font-weight:500}.hero-section .hero-actions{display:flex;gap:20px;justify-content:center;margin-bottom:50px}@media (max-width: 768px){.hero-section .hero-actions{flex-direction:column;align-items:center}}.hero-section .trustpilot-section{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:50px;font-size:14px}@media (max-width: 768px){.hero-section .trustpilot-section{flex-wrap:wrap}}.hero-section .trustpilot-section .stars{display:flex;gap:2px}.hero-section .trustpilot-section .stars .star{color:#00b67a;font-size:16px}.hero-section .features-row{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:50px}@media (max-width: 768px){.hero-section .features-row{gap:15px}}.hero-section .features-row .feature-badge{display:flex;align-items:center;gap:8px;background-color:#ffffff1a;padding:12px 20px;border-radius:25px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.hero-section .features-row .feature-badge .feature-icon{font-size:16px}.hero-section .features-row .feature-badge .feature-text{font-size:14px;font-weight:400}@media (max-width: 768px){.hero-section .features-row .feature-badge{padding:8px 12px;font-size:10px}}.hero-section .logos-ticker{background-color:#000c;padding:20px 0;overflow:hidden}.hero-section .logos-ticker .logos-track{display:flex;animation:scroll 30s linear infinite;gap:50px;align-items:center}.hero-section .logos-ticker .logos-track .logo-item{flex-shrink:0;color:#fff;font-weight:600;font-size:14px}.hero-section .logos-ticker .logos-track .logo-item .award-badge{display:flex;align-items:center;gap:8px}.hero-section .logos-ticker .logos-track .logo-item .award-badge .award-number{background-color:var(--primary-blue);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.hero-section .logos-ticker .logos-track .logo-item .award-badge .award-text{font-size:12px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.traders-section{background-color:#f8f9fa;padding:100px 0}.traders-section .traders-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 968px){.traders-section .traders-content{grid-template-columns:1fr;gap:60px}}.traders-section .traders-grid .traders-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}@media (max-width: 768px){.traders-section .traders-grid .traders-cards{grid-template-columns:repeat(2,1fr);gap:15px}}.traders-section .traders-grid .trader-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.traders-section .traders-grid .trader-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.traders-section .traders-grid .trader-card .trader-image{position:relative;width:100%;height:160px;overflow:hidden}.traders-section .traders-grid .trader-card .trader-image img{width:100%;height:100%;object-fit:cover}.traders-section .traders-grid .trader-card .trader-image .play-button{position:absolute;bottom:10px;right:10px;width:30px;height:30px;background-color:red;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.traders-section .traders-grid .trader-card .trader-info{padding:15px;background-color:var(--dark-bg);color:#fff;display:flex;align-items:center;gap:12px}.traders-section .traders-grid .trader-card .trader-info .trader-flag{font-size:24px}.traders-section .traders-grid .trader-card .trader-info .trader-details h4{font-size:14px;font-weight:600;margin-bottom:2px}.traders-section .traders-grid .trader-card .trader-info .trader-details p{font-size:12px;color:var(--text-light-gray)}.traders-section .traders-grid .traders-stats{text-align:center;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 15px #0000001a}.traders-section .traders-grid .traders-stats .stats-text{font-size:14px;color:#333;font-weight:600}.traders-section .traders-grid .traders-stats .stats-text .highlight{color:var(--primary-blue)}.traders-section .traders-description h2{font-size:40px;font-weight:600;margin-bottom:30px;line-height:1.2;color:#333}@media (max-width: 768px){.traders-section .traders-description h2{font-size:2rem}}.traders-section .traders-description p{font-size:16px;line-height:1.8;color:#555;margin-bottom:20px}.traders-section .traders-description p strong{color:var(--primary-blue);font-weight:600}.traders-section .traders-description p:last-child{margin-bottom:0}.process-section{padding:100px 0}.process-section .process-header{text-align:center;margin-bottom:80px}.process-section .process-header h2{font-weight:600;color:#333;font-size:60px;line-height:70px}@media (max-width: 768px){.process-section .process-header h2{font-size:2rem}}.process-section .process-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 968px){.process-section .process-cards{grid-template-columns:1fr;gap:40px}}.process-section .process-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative}.process-section .process-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.process-section .process-card--blue{border:2px solid #0781fe}.process-section .process-card--blue .process-card-header{background:linear-gradient(135deg,#1e3a8a,var(--primary-blue))}.process-section .process-card--blue .step-number,.process-section .process-card--blue .feature-check{color:var(--primary-blue)}.process-section .process-card--teal{border:2px solid #00c7b4}.process-section .process-card--teal .process-card-header{background:linear-gradient(135deg,#0d9488,var(--primary-teal))}.process-section .process-card--teal .step-number,.process-section .process-card--teal .feature-check{color:var(--primary-blue)}.process-section .process-card--orange{border:2px solid #ff6100}.process-section .process-card--orange .process-card-header{background:linear-gradient(135deg,#ea580c,var(--primary-orange))}.process-section .process-card--orange .step-number,.process-section .process-card--orange .feature-check{color:var(--primary-orange)}.process-section .process-card .process-card-header{padding:30px;color:#fff;text-align:center}.process-section .process-card .process-card-header .process-icon{font-size:2.5rem;margin-bottom:15px}.process-section .process-card .process-card-header .process-titles h3{font-size:1.2rem;font-weight:700;margin-bottom:5px}.process-section .process-card .process-card-header .process-titles .process-subtitle{font-size:.9rem;opacity:.9;background:#fff3;padding:4px 12px;border-radius:15px;display:inline-block}.process-section .process-card .process-steps{padding:30px}.process-section .process-card .process-steps .process-step{margin-bottom:25px}.process-section .process-card .process-steps .process-step:last-child{margin-bottom:0}.process-section .process-card .process-steps .process-step .step-header{margin-bottom:10px}.process-section .process-card .process-steps .process-step .step-header .step-number{font-size:.8rem;font-weight:700;margin-bottom:5px;display:block}.process-section .process-card .process-steps .process-step .step-header h4{font-size:1rem;font-weight:600;color:#333}.process-section .process-card .process-steps .process-step .step-description{font-size:.85rem;line-height:1.6;color:#666}.process-section .process-card .process-section-title,.process-section .process-card .ftmo-account-section,.process-section .process-card .quantlane-section{padding:15px 30px;background-color:#f8f9fa;border-top:1px solid #e9ecef}.process-section .process-card .process-section-title span,.process-section .process-card .process-section-title h4,.process-section .process-card .ftmo-account-section span,.process-section .process-card .ftmo-account-section h4,.process-section .process-card .quantlane-section span,.process-section .process-card .quantlane-section h4{font-size:.9rem;font-weight:600;color:#333}.process-section .process-card .process-features{padding:20px 30px}.process-section .process-card .process-features .process-feature{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.85rem}.process-section .process-card .process-features .process-feature:last-child{margin-bottom:0}.process-section .process-card .process-features .process-feature .feature-check{font-weight:700;font-size:1rem}.process-section .process-card .process-cta{width:100%;margin:20px 30px 30px;width:calc(100% - 60px);padding:12px;font-weight:600;border-radius:8px}.benefits-section{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);padding:100px 0;color:#fff;position:relative;overflow:hidden}.benefits-section .benefits-header{text-align:center;margin-bottom:80px}.benefits-section .benefits-header h2{font-size:3rem;font-weight:800;line-height:1.2}@media (max-width: 768px){.benefits-section .benefits-header h2{font-size:2rem}}.benefits-section .benefits-carousel{position:relative;display:flex;align-items:center;gap:20px;margin-bottom:40px}.benefits-section .benefits-carousel .carousel-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.benefits-section .benefits-carousel .carousel-btn:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}@media (max-width: 768px){.benefits-section .benefits-carousel .carousel-btn{display:none}}.benefits-section .benefits-carousel .benefits-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1}@media (max-width: 1200px){.benefits-section .benefits-carousel .benefits-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.benefits-section .benefits-carousel .benefits-cards{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 480px){.benefits-section .benefits-carousel .benefits-cards{grid-template-columns:1fr}}.benefits-section .benefits-carousel .benefits-cards .benefit-card{background:#ffffff0d;border-radius:15px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.benefits-section .benefits-carousel .benefits-cards .benefit-card:hover{transform:translateY(-10px);background:#ffffff1a;border-color:#fff3}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-image{position:relative;width:100%;height:200px;overflow:hidden}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-image .card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000b3,#0000004d);display:flex;align-items:center;justify-content:center}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-image .card-overlay .card-icon{font-size:3rem;opacity:.9}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-image:hover img{transform:scale(1.1)}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-content{padding:25px 20px}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-content h3{font-size:1.1rem;font-weight:700;margin-bottom:10px;line-height:1.3}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-content .card-link{color:var(--text-light-gray);text-decoration:none;font-size:.9rem;transition:color .3s ease}.benefits-section .benefits-carousel .benefits-cards .benefit-card .card-content .card-link:hover{color:#fff}.benefits-section .carousel-indicators{display:flex;justify-content:center;gap:10px}.benefits-section .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.benefits-section .carousel-indicators .indicator.active,.benefits-section .carousel-indicators .indicator:hover{background:#fff;transform:scale(1.2)}.cta-section{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);padding:120px 0;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.pexels.com/photos/590041/pexels-photo-590041.jpeg?auto=compress&cs=tinysrgb&w=1200) center/cover;opacity:.1;z-index:0}.cta-section .container{position:relative;z-index:1}.cta-section .container .logo-text{font-size:60px;margin-bottom:30px}.cta-section .cta-content{margin:0 auto}.cta-section .cta-content .ftmo-logo{margin-bottom:40px}.cta-section .cta-content .ftmo-logo span{font-size:2rem;font-weight:900;color:#fff;position:relative}.cta-section .cta-content .ftmo-logo span:before{content:"◆";margin-right:10px;color:var(--primary-blue)}.cta-section .cta-content h2{font-size:60px;font-weight:600;line-height:70px;margin-bottom:50px}@media (max-width: 768px){.cta-section .cta-content h2{font-size:2.5rem}}.cta-section .cta-content .cta-buttons{display:flex;gap:20px;justify-content:center}@media (max-width: 480px){.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center}}.cta-section .cta-content .cta-buttons .btn{padding:15px 40px;font-size:16px;font-weight:700;border-radius:8px;text-transform:uppercase;transition:all .3s ease}.cta-section .cta-content .cta-buttons .btn:hover{transform:translateY(-2px)}.pricing-table{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);padding:60px 0;color:#fff;min-height:100vh}.pricing-table .account-type-tabs{display:flex;justify-content:center;gap:0;margin-bottom:40px}.pricing-table .account-type-tabs .account-tab{padding:12px 30px;border:2px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;font-weight:600;transition:all .3s ease}.pricing-table .account-type-tabs .account-tab:first-child{border-radius:25px 0 0 25px}.pricing-table .account-type-tabs .account-tab:last-child{border-radius:0 25px 25px 0;border-left:none}.pricing-table .account-type-tabs .account-tab.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.pricing-table .account-type-tabs .account-tab:hover:not(.active){background:#ffffff1a}.pricing-table .standard-account .challenge-type-tabs{display:flex;justify-content:center;gap:60px;margin-bottom:40px}@media (max-width: 768px){.pricing-table .standard-account .challenge-type-tabs{gap:30px}}.pricing-table .standard-account .challenge-type-tabs .challenge-tab{background:none;border:none;color:#fff9;font-size:1.2rem;font-weight:600;cursor:pointer;padding:10px 0;position:relative;transition:all .3s ease}.pricing-table .standard-account .challenge-type-tabs .challenge-tab.active{color:#fff}.pricing-table .standard-account .challenge-type-tabs .challenge-tab.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:var(--primary-blue);border-radius:2px}.pricing-table .standard-account .challenge-type-tabs .challenge-tab:hover:not(.active){color:#fffc}.pricing-table .standard-account .account-size-selection{display:flex;justify-content:center;gap:0;margin-bottom:40px}.pricing-table .standard-account .account-size-selection .size-btn{padding:10px 20px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;cursor:pointer;font-weight:600;transition:all .3s ease}.pricing-table .standard-account .account-size-selection .size-btn:first-child{border-radius:20px 0 0 20px}.pricing-table .standard-account .account-size-selection .size-btn:last-child{border-radius:0 20px 20px 0}.pricing-table .standard-account .account-size-selection .size-btn:not(:first-child){border-left:none}.pricing-table .standard-account .account-size-selection .size-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.pricing-table .standard-account .account-size-selection .size-btn:hover:not(.active){background:#fff3}.pricing-table .standard-account .pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}@media (max-width: 968px){.pricing-table .standard-account .pricing-cards{grid-template-columns:1fr;gap:20px}}.pricing-table .standard-account .instant-funding-layout{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:30px}.pricing-table .standard-account .instant-funding-layout .pricing-card.single{max-width:500px;width:100%}.pricing-table .standard-account .instant-funding-layout .account-details-table{background:#ffffff1a;border-radius:12px;overflow:hidden;max-width:600px;width:100%}.pricing-table .standard-account .instant-funding-layout .account-details-table .table-header{display:grid;grid-template-columns:repeat(3,1fr);background:#ffffff1a}.pricing-table .standard-account .instant-funding-layout .account-details-table .table-header .table-cell{padding:15px 20px;font-weight:600;text-align:center;color:var(--primary-blue)}.pricing-table .standard-account .instant-funding-layout .account-details-table .table-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.1)}.pricing-table .standard-account .instant-funding-layout .account-details-table .table-row .table-cell{padding:12px 20px;text-align:center;font-weight:500}.pricing-table .pricing-card{border-radius:15px;padding:25px;position:relative;overflow:hidden}.pricing-table .pricing-card.novice,.pricing-table .pricing-card.expert{background:#fffffff2;color:#333}.pricing-table .pricing-card.arc-funded{background:linear-gradient(135deg,var(--primary-blue),#1565c0);color:#fff}.pricing-table .pricing-card .card-header{margin-bottom:25px}.pricing-table .pricing-card .card-header .funded-stage{font-size:.9rem;opacity:.8;display:block;margin-bottom:8px}.pricing-table .pricing-card .card-header h3{font-size:26px;font-weight:500;margin:0}.pricing-table .pricing-card .card-content .pricing-row{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.pricing-table .pricing-card .card-content .pricing-row:last-child{border-bottom:none}.pricing-table .pricing-card .card-content .pricing-row .label{display:flex;align-items:center;gap:8px;font-weight:500}.pricing-table .pricing-card .card-content .pricing-row .label .info-icon{width:16px;height:16px;border-radius:50%;background:#0003;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:help}.pricing-table .pricing-card .card-content .pricing-row .value{font-weight:600}.pricing-table .pricing-card.arc-funded .card-content .pricing-row{border-bottom-color:#fff3}.pricing-table .pricing-card.arc-funded .card-content .pricing-row .label .info-icon{background:#fff3}.pricing-table .terms-notice{text-align:center;margin-top:30px}.pricing-table .terms-notice p{color:#ffffffb3;font-size:.9rem}.pricing-table .customized-account .customized-content{text-align:center;max-width:600px;margin:0 auto;padding:60px 20px}.pricing-table .customized-account .customized-content h3{font-size:2rem;font-weight:700;margin-bottom:20px;color:var(--primary-blue)}.pricing-table .customized-account .customized-content p{font-size:1.1rem;line-height:1.6;color:#fffc;margin-bottom:20px}.pricing-table .customized-account .customized-content p:last-child{margin-bottom:0}.account-wrapper{max-width:1100px;margin:0 auto;padding:2rem 1rem}.account-wrapper .account-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.account-wrapper .account-tabs .account-tab{padding:.6rem 1.5rem;font-weight:400;border-radius:8px;border:1px solid transparent;transition:all .3s ease;background:#f1f1f5;color:#333}.account-wrapper .account-tabs .account-tab.active{background:#3b3b8c;color:#fff;border-color:transparent}.account-wrapper .account-tabs .account-tab:hover{background:#e0e0ec}.account-wrapper .tab-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;padding:0;list-style:none}.account-wrapper .tab-nav .tab-item .tab-btn{padding:.5rem 1.25rem;border-radius:999px;font-weight:500;background:transparent;color:#666;transition:all .2s ease}.account-wrapper .tab-nav .tab-item .tab-btn.active{background:#fff;color:#3b3b8c;box-shadow:0 2px 8px #0000000d}.account-wrapper .tab-nav .tab-item .tab-btn:hover{color:#222}.account-wrapper .tab-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.account-wrapper .slider-wrapper{display:flex;flex-direction:column;gap:1.5rem}.account-wrapper .slider-wrapper .slider-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#444}.account-wrapper .slider-wrapper .slider-group .slider-input{display:flex;gap:1rem;align-items:center}.account-wrapper .slider-wrapper .slider-group .slider-input input[type=range]{flex:1;accent-color:#4d44f7}.account-wrapper .slider-wrapper .slider-group .slider-input input[type=number]{width:100px;padding:.4rem;border:1px solid #ccc;border-radius:6px}.account-wrapper .slider-wrapper .calculate-btn,.account-wrapper .slider-wrapper .result-box button,.account-wrapper .result-box .slider-wrapper button{align-self:center;background-color:#4d44f7;color:#fff;font-weight:600;border:none;padding:.6rem 2rem;border-radius:999px;transition:background-color .2s ease}.account-wrapper .slider-wrapper .calculate-btn:hover,.account-wrapper .slider-wrapper .result-box button:hover,.account-wrapper .result-box .slider-wrapper button:hover{background-color:#3b33dc}.account-wrapper .result-box{text-align:center;margin-top:2.5rem}.account-wrapper .result-box h2{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:1rem}.trading-sliders{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;max-width:800px;margin:0 auto;padding:24px;min-height:100vh;display:flex;flex-direction:column;gap:32px;justify-content:center}.sliders-container{display:flex;flex-direction:column;gap:24px}.slider-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e5e5;transition:all .3s ease}.slider-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.slider-card.primary .slider-icon{background:linear-gradient(135deg,#1e7ce8,#1565c0)}.slider-card.primary .slider-progress{background:#1e7ce8}.slider-card.primary .slider-track{background:#e3efff}.slider-card.primary .slider-value{background:linear-gradient(135deg,#1e7ce8,#1565c0)}.slider-card.secondary .slider-icon{background:linear-gradient(135deg,#2c3e50,#1a252f)}.slider-card.secondary .slider-progress{background:#2c3e50}.slider-card.secondary .slider-track{background:#e8ebf0}.slider-card.secondary .slider-value{background:linear-gradient(135deg,#2c3e50,#1a252f)}.slider-card.tertiary .slider-icon{background:linear-gradient(135deg,#1e7ce8,#1565c0)}.slider-card.tertiary .slider-progress{background:#6c7ce7}.slider-card.tertiary .slider-track{background:#f0f2ff}.slider-card.tertiary .slider-value{background:linear-gradient(135deg,#1e7ce8,#1565c0)}.slider-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.slider-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.slider-info{flex:1}.slider-title{font-size:18px;font-weight:600;color:#2c2c2c;margin:0 0 4px;line-height:1.2}.slider-subtitle{font-size:14px;color:#666;margin:0;font-weight:400}.slider-track-container{margin-bottom:20px;position:relative}.slider-track{height:6px;border-radius:3px;position:relative;overflow:hidden}.slider-progress{height:100%;border-radius:3px;transition:width .3s ease;position:absolute;top:0;left:0;z-index:1}.slider-input{position:absolute;top:-8px;left:0;width:100%;height:22px;background:transparent;cursor:pointer;opacity:0;z-index:2}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid currentColor;cursor:pointer;opacity:1;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.slider-input::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid currentColor;cursor:pointer;box-shadow:0 2px 8px #00000026}.slider-marks{position:relative;margin-top:16px;height:20px}.slider-mark{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.mark-tick{width:2px;height:8px;background:#999;border-radius:1px}.mark-label{font-size:11px;color:#999;font-weight:500;white-space:nowrap}.slider-value{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;color:#fff;font-size:16px;font-weight:600;margin:0 auto;min-width:120px;text-align:center}.action-buttons{display:flex;gap:16px;justify-content:center;margin-top:8px}@media (max-width: 640px){.action-buttons{flex-direction:column}}.btn{padding:14px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;min-width:160px;display:flex;align-items:center;justify-content:center;gap:8px}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn.btn-primary{background:linear-gradient(135deg,#1e7ce8,#1565c0);color:#fff;box-shadow:0 4px 16px #4f7fff4d}.btn.btn-primary:hover{box-shadow:0 6px 20px #4f7fff66}.btn.btn-outline{background:#fff;color:#2c2c2c;border:2px solid #e5e5e5;box-shadow:0 4px 16px #00000014}.btn.btn-outline:hover{border-color:#1e7ce8;color:#1e7ce8;box-shadow:0 6px 20px #0000001f}@media (max-width: 768px){.trading-sliders{padding:16px;gap:24px}.slider-card{padding:20px}.slider-header{margin-bottom:20px}.slider-icon{width:40px;height:40px}.slider-title{font-size:16px}.slider-subtitle{font-size:13px}.mark-label{font-size:10px}.slider-value{font-size:14px;padding:10px 20px;min-width:100px}.btn{padding:12px 24px;font-size:14px;min-width:140px}}@media (max-width: 480px){.slider-marks .mark-label{font-size:9px}.slider-marks .mark-label:nth-child(2n){opacity:.7}.sliders-container{gap:20px}.slider-card{padding:16px}}.suggested-account-form{width:100%;max-width:550px;height:fit-content;max-height:80vh;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:2px solid #e9ecef;box-shadow:0 10px 40px #0000001a;animation:slideInUp 1s cubic-bezier(.4,0,.2,1);overflow-y:auto}.suggested-account-form .form-header{display:flex;align-items:center;gap:12px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.suggested-account-form .form-header .form-icon{font-size:28px;color:#007bff;animation:iconPulse 2s infinite}.suggested-account-form .form-header .form-title{font-weight:600;color:#333;font-size:1.3rem}.suggested-account-form .form-fields{display:flex;flex-direction:column;gap:18px}.suggested-account-form .form-fields .form-field .MuiOutlinedInput-root{border-radius:8px;background:#fff;transition:all .3s ease}.suggested-account-form .form-fields .form-field .MuiOutlinedInput-root .MuiInputBase-input:focus{box-shadow:none}.suggested-account-form .form-fields .form-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.suggested-account-form .form-fields .form-field .MuiInputLabel-root{color:#666;font-weight:500}.suggested-account-form .form-fields .form-field .MuiInputLabel-root.Mui-focused{color:#007bff}.suggested-account-form .form-fields .suggest-btn{background:linear-gradient(135deg,#007bff,#6610f2);border-radius:8px;padding:14px 5px;font-weight:600;font-size:14px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.suggested-account-form .form-fields .suggest-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.suggested-account-form .form-fields .suggest-btn:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#520dc2);transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px #007bff66}.suggested-account-form .form-fields .suggest-btn:hover:not(:disabled):before{left:100%}.suggested-account-form .form-fields .suggest-btn:disabled{opacity:.6;background:#6c757d}.suggested-account-form .suggestion-result{margin-top:18px;border-radius:8px;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);border:1px solid #d4edda;background:linear-gradient(135deg,#d4edda,#c3e6cb)}.suggested-account-form .suggestion-result .MuiAlert-message{width:100%}.suggested-account-form .suggestion-result .MuiAlert-message .MuiTypography-root{font-weight:600;color:#155724;font-size:1rem}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes slideInUp{0%{transform:translateY(60px) scale(.9);opacity:0}60%{transform:translateY(-10px) scale(1.02);opacity:.8}to{transform:translateY(0) scale(1);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 768px){.suggested-account-form{max-width:100%;margin:0 10px}.suggested-account-form .form-header .form-title{font-size:1.1rem}.suggested-account-form .form-header .form-icon{font-size:24px}.suggested-account-form .form-fields{gap:15px}.suggested-account-form .form-fields .suggest-btn{padding:12px 24px;font-size:.9rem}}.estimate-profit .main-content{padding:2rem 1.5rem;max-width:50%;margin:0 auto}.estimate-profit .calculator{background:#ffffff0d;border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.estimate-profit .calculator__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.estimate-profit .calculator__icon{color:var(--primary-blue);width:1.5rem;height:1.5rem}.estimate-profit .calculator__title{font-size:1.25rem;font-weight:600}.estimate-profit .input-group{margin-bottom:2rem}.estimate-profit .input-group__label{display:block;color:#94a3b8;text-align:center;margin-bottom:1rem;font-weight:500;font-size:18px}.estimate-profit .account-size-control{display:flex;align-items:center;justify-content:space-between;background:#535a6380;border-radius:50px;padding:.5rem}.estimate-profit .account-size-control__button{display:flex;align-items:center;justify-content:center;background:var(--primary-blue);color:#fff;width:3rem;height:3rem;border-radius:50%;border:none;font-weight:700;cursor:pointer;transition:all .2s ease}.estimate-profit .account-size-control__button:hover{background:var(--primary-blue);transform:scale(1.05)}.estimate-profit .account-size-control__icon{width:1.25rem;height:1.25rem}.estimate-profit .account-size-control__display{flex:1;text-align:center}.estimate-profit .account-size-control__amount{color:#fff;font-size:1.5rem;font-weight:700}.estimate-profit .account-size-control__formatted{color:#64748b;font-size:.875rem}.estimate-profit .profit-rate-display{text-align:center;margin-bottom:1rem}.estimate-profit .profit-rate-display__value{color:#fff;font-size:1.5rem;font-weight:700}.estimate-profit .slider-container{position:relative}.estimate-profit .slider{width:100%;height:.5rem;background:#475569;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;transition:all .2s ease}.estimate-profit .slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary-blue);cursor:pointer;border:3px solid #1e293b;box-shadow:0 2px 8px #0000004d;transition:all .2s ease}.estimate-profit .slider::-webkit-slider-thumb:hover{background:var(--primary-blue);transform:scale(1.1);box-shadow:0 4px 12px #0006}.estimate-profit .slider::-moz-range-thumb{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary-blue);cursor:pointer;border:3px solid #1e293b;box-shadow:0 2px 8px #0000004d;transition:all .2s ease}.estimate-profit .slider::-moz-range-thumb:hover{background:var(--primary-blue);transform:scale(1.1);box-shadow:0 4px 12px #0006}.estimate-profit .slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b;margin-top:.5rem}.estimate-profit .result{background:#0f172a80;border-radius:.75rem;padding:1.5rem;border:1px solid #475569;margin-bottom:1.5rem}.estimate-profit .result__content{text-align:center}.estimate-profit .result__label{color:#94a3b8;margin-bottom:.5rem;font-weight:500}.estimate-profit .result__amount{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.estimate-profit .result__calculation{color:#64748b;font-size:.875rem}.estimate-profit .calculate-button{border:none;border-radius:50px;font-weight:600;cursor:pointer;width:100%;background:linear-gradient(135deg,var(--primary-blue),#1565c0);color:#fff;padding:1rem;border-radius:.75rem;font-size:1.125rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.estimate-profit .calculate-button:hover{transform:translateY(-1px)}.estimate-profit .calculate-button:active{transform:translateY(0)}.estimate-profit .calculate-button:hover{background:#fff;color:#000}.estimate-profit .calculate-button__icon{width:1.25rem;height:1.25rem}@media (max-width: 640px){.estimate-profit .header{padding:1rem}.estimate-profit .main-content{padding:1.5rem 1rem}.estimate-profit .description__primary{font-size:1.125rem}.estimate-profit .account-size-control__amount,.estimate-profit .profit-rate-display__value{font-size:1.25rem}.estimate-profit .result__amount{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Poppins;src:url(/nyiosh/assets/Poppins-Regular-CTKNfV9P.ttf);font-weight:400}@font-face{font-family:Poppins;src:url(/nyiosh/assets/Poppins-Medium-Cxde2ZoM.ttf);font-weight:500}@font-face{font-family:Poppins;src:url(/nyiosh/assets/Poppins-SemiBold-B_fPDAUb.ttf);font-weight:600}@font-face{font-family:Poppins;src:url(/nyiosh/assets/Poppins-Bold-qTAUjFF7.ttf);font-weight:700}@font-face{font-family:Poppins;src:url(/nyiosh/assets/Poppins-ExtraBold-W_qeO1XX.ttf);font-weight:900}body{font-family:Poppins;line-height:1.1;color:#333;overflow-x:hidden;font-weight:400}.App{min-height:100vh}:root{--primary-blue: #1E7CE8;--primary-teal: #00D4AA;--primary-orange: #FF6B35;--dark-bg: #1a1a1a;--darker-bg: #0f0f0f;--text-white: #ffffff;--text-gray: #888;--text-light-gray: #ccc;--border-color: #333;--card-bg: #262729;--slate-color: #a2acbd}.container{max-width:1320px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}a,h1,h2,h3,h4,h5,h6,p,span,td,th{font-family:Poppins,sans-serif;font-style:normal}.p-0{padding:0!important}.section{padding:80px 0}@media (max-width: 768px){.section{padding:60px 0}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.btn{display:inline-block;padding:16px 28px;border:none;border-radius:5px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease;font-size:14px}.btn.btn-primary{background-color:var(--primary-blue);color:#fff}.btn.btn-primary:hover{background-color:#1464bf;transform:translateY(-2px)}.btn.btn-outline{background-color:transparent;color:#fff;border:2px solid var(--border-color)}.btn.btn-outlinebackground:hover{-color:white;color:var(--dark-bg);border-color:#fff}.btn.btn-teal{background-color:var(--primary-blue);color:#fff}.btn.btn-orange{background-color:var(--primary-orange);color:#fff}.btn.btn-orange:hover{background-color:#ff4602}.logo{display:block;text-decoration:none;color:#fff;font-weight:700}.logo .logo-text{font-size:40px;letter-spacing:-4px;font-weight:900}.animate-gradient{animation:gradient 6s linear infinite}@keyframes gradient{to{background-position:200%}}.animate-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(270deg,#ff7356,#ff59e2 25.52%,#52ddf6 50%,#eadf4e 76.04%,#ff7356);background-size:200% auto;-webkit-background-clip:text;background-clip:text}.page-header{margin-bottom:10px}.page-header h1{font-size:18px;font-weight:500;color:#fff}.dark-card{border:none;padding:1.875rem 1.25rem;background-color:var(--card-bg);border-radius:4px}.tabs-header{padding:0 15px;display:flex;gap:20px;border-bottom:1px solid #333;margin-bottom:20px}.tabs-header .tab-button{background:none;border:none;padding:15px 10px;color:#aaa;font-size:14px;cursor:pointer;position:relative;transition:color .3s ease;font-weight:500;color:var(--slate-color);font-family:poppins}.tabs-header .tab-button:hover{color:var(--primary-blue)}.tabs-header .tab-button.active{color:var(--primary-blue);font-weight:600}.tabs-header .tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--primary-blue);border-radius:2px}.main-heading h2{font-size:16px;font-weight:600;color:#fff;margin-bottom:15px}.login-page{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--darker-bg) 100%);align-items:center;justify-content:center;padding:20px 0}.login-container{display:grid;grid-template-columns:1fr 1fr;width:100%;border-radius:20px;overflow:hidden}@media (max-width: 968px){.login-container{grid-template-columns:1fr;max-width:500px}}.login-form-section{padding:40px;color:#fff;position:relative}.login-form-section .logo{text-align:center;margin-bottom:20px}@media (max-width: 968px){.login-form-section{padding:30px}}.login-form-section .language-selector{position:absolute;top:20px;left:20px;display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-light-gray);cursor:pointer}.login-form-section .language-selector .flag{font-size:18px}.login-form-section .language-selector .dropdown-arrow{font-size:10px}.login-form-section .language-selector:hover{color:#fff}.login-form-section .ftmo-logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:900;margin-bottom:40px;margin-top:40px}.login-form-section .ftmo-logo span:first-child{color:var(--primary-blue)}.login-form-section .login-form{max-width:400px}.login-form-section .login-form h1{font-size:30px;font-weight:600;margin-bottom:10px;text-align:center}.login-form-section .login-form .signup-link{font-size:14px;color:var(--text-light-gray);margin-bottom:30px;text-align:center}.login-form-section .login-form .signup-link a{color:var(--primary-blue);text-decoration:none}.login-form-section .login-form .signup-link a:hover{text-decoration:underline}.login-form-section .login-form .form-group{margin-bottom:20px}.login-form-section .login-form .form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#fff}.login-form-section .login-form .form-group input{width:100%;padding:15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;transition:all .3s ease}.login-form-section .login-form .form-group input::placeholder{color:var(--text-gray)}.login-form-section .login-form .form-group input:focus{outline:none;border-color:var(--primary-blue);background:#ffffff26}.login-form-section .login-form .form-group .password-input{position:relative}.login-form-section .login-form .form-group .password-input .password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-gray);cursor:pointer;padding:0}.login-form-section .login-form .form-group .password-input .password-toggle:hover{color:#fff}.login-form-section .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.login-form-section .login-form .form-options .checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.login-form-section .login-form .form-options .checkbox-label input[type=checkbox]{width:auto;margin:0;display:none}.login-form-section .login-form .form-options .checkbox-label .checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:3px;position:relative}.login-form-section .login-form .form-options .checkbox-label .checkmark:after{content:"✓";position:absolute;top:-2px;left:2px;color:var(--primary-blue);font-size:12px;opacity:0;transition:opacity .3s ease}.login-form-section .login-form .form-options .checkbox-label input:checked+.checkmark:after{opacity:1}.login-form-section .login-form .form-options .forgot-password{color:var(--text-light-gray);text-decoration:none;font-size:14px}.login-form-section .login-form .form-options .forgot-password:hover{color:#fff;text-decoration:underline}.login-form-section .login-form .login-btn{width:100%;padding:15px;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-bottom:25px}.login-form-section .login-form .login-btn:hover{background:#1565c0}.login-form-section .login-form .divider{text-align:center;margin-bottom:25px;position:relative}.login-form-section .login-form .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#fff3}.login-form-section .login-form .divider span{background:var(--dark-bg);padding:0 15px;color:var(--text-gray);font-size:14px}.login-form-section .login-form .social-login{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.login-form-section .login-form .social-login .social-btn{width:100%;padding:12px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;text-align:center}.login-form-section .login-form .social-login .social-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.login-form-section .login-form .cookie-settings{text-align:center}.login-form-section .login-form .cookie-settings a{color:var(--text-gray);text-decoration:underline;font-size:14px}.login-form-section .login-form .cookie-settings a:hover{color:#fff}.login-info-section{background-color:#26272980;border-radius:20px;padding:30px;text-align:center}.login-info-section img{margin-bottom:20px}.login-info-section h3{font-size:20px;font-weight:500;margin-bottom:10px}.login-info-section p{font-size:14px}.dashboard-page{background-color:#1e1e1e;font-family:Poppins}.dashboard-page .dashboard-header{padding:15px 30px;border-bottom:1px solid var(--border-color);background-color:var(--card-bg);position:sticky;top:0;z-index:99}@media (max-width: 768px){.dashboard-page .dashboard-header{padding:15px 10px}}.dashboard-page .dashboard-header .header-content{display:flex;justify-content:space-between;align-items:center}.dashboard-page .dashboard-header .header-left{display:flex;align-items:center;gap:20px}.dashboard-page .dashboard-header .header-left .breadcrumb{display:flex;align-items:center;font-size:14px;color:var(--card-bg)}.dashboard-page .dashboard-header .header-left .breadcrumb .breadcrumb-item{color:var(--text-light-gray)}.dashboard-page .dashboard-header .header-left .breadcrumb .breadcrumb-separator{margin:0 8px}.dashboard-page .dashboard-header .header-left .breadcrumb .breadcrumb-current{color:#fff;font-weight:500}.dashboard-page .dashboard-header .header-right{display:flex;align-items:center;gap:15px}.dashboard-page .dashboard-header .header-right .user-name{font-weight:500;color:#fff}.dashboard-page .dashboard-header .header-right .user-avatar{width:36px;height:36px;background-color:var(--primary-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.dashboard-page .dashboard-header .header-right .notification-badge{position:relative;cursor:pointer}.dashboard-page .dashboard-header .header-right .notification-badge .badge-count{position:absolute;top:-5px;right:-5px;background-color:#f44;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.dashboard-page .dashboard-layout{display:flex;min-height:100vh;color:#fff;padding:20px 0;gap:20px;position:relative}.dashboard-page .dashboard-sidebar{width:270px;min-width:270px;background-color:var(--dark-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;height:fit-content;max-height:calc(100vh - 40px);overflow-y:auto;position:sticky;top:0}.dashboard-page .dashboard-sidebar::-webkit-scrollbar-track{background:var(--card-bg)}@media (max-width: 768px){.dashboard-page .dashboard-sidebar{width:250px;min-width:250px;transform:translate(-120%);transition:transform .3s ease;position:absolute}.dashboard-page .dashboard-sidebar.sidebar-open{transform:none}.dashboard-page .dashboard-sidebar.open{transform:translate(0)}}.dashboard-page .dashboard-sidebar .sidebar-header{padding:20px;background-color:var(--card-bg)}.dashboard-page .dashboard-sidebar .sidebar-header h4{text-align:center;font-size:18px;font-weight:500}.dashboard-page .dashboard-sidebar .sidebar-header .new-challenge-btn{width:100%;background-color:var(--primary-blue);color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:15px;transition:background-color .3s ease;font-family:Poppins;font-size:14px}.dashboard-page .dashboard-sidebar .sidebar-header .new-challenge-btn:hover{background-color:#1565c0}.dashboard-page .dashboard-sidebar .sidebar-content{flex:1;background-color:var(--card-bg)}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section{margin-bottom:30px}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-title{font-size:14px;font-weight:600;color:var(--card-bg);margin-bottom:15px;padding:0 20px;text-transform:uppercase}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item{display:flex;align-items:center;padding:18px 20px;color:var(--text-white);text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item:hover{background-color:#ffffff0d;color:#fff}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item.active{background:linear-gradient(90deg,#0781fe1a,#0781fe00 42.78%);color:var(--primary-blue);border-left-color:var(--primary-blue)}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item.active .menu-icon{color:var(--primary-blue)}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item .menu-icon{margin-right:12px;font-size:26px}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .menu-nav .menu-item .menu-label{font-size:14px;font-weight:500}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:none;border:none;color:var(--text-light-gray);font-size:14px;font-weight:600;cursor:pointer;transition:color .3s ease}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .section-toggle:hover,.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .section-toggle.expanded{color:#fff}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .section-toggle.expanded .expand-icon{transform:rotate(180deg)}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .section-toggle .expand-icon{transition:transform .3s ease}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .submenu{padding-left:40px}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .submenu .submenu-item{display:block;padding:8px 20px;color:var(--card-bg);text-decoration:none;font-size:13px;transition:color .3s ease}.dashboard-page .dashboard-sidebar .sidebar-content .menu-section .submenu .submenu-item:hover{color:#fff}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer{margin-top:auto;padding:20px}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer .footer-item{display:flex;align-items:center;padding:8px 0;color:var(--card-bg);font-size:14px;cursor:pointer}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer .footer-item:hover{color:#fff}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer .footer-item .footer-icon{margin-right:8px;font-size:18px}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer .footer-item span:first-child{margin-right:8px}.dashboard-page .dashboard-sidebar .sidebar-content .sidebar-footer .footer-item .expand-icon{margin-left:auto}.dashboard-page .dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.dashboard-page .dashboard-main{width:100%}}.dashboard-page .dashboard-main .dashboard-content{flex:1;overflow-y:auto}.accounts-overview .ready-section{margin-bottom:40px}.accounts-overview .ready-section .ready-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:25px}.accounts-overview .ready-section .ready-card .card-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.accounts-overview .ready-section .ready-card .card-content{flex-direction:column;gap:20px;align-items:flex-start}}.accounts-overview .ready-section .ready-card .card-content .card-info h3{font-size:16px;font-weight:500;color:var(--slate-color);margin-bottom:8px}.accounts-overview .ready-section .ready-card .card-content .card-info h3 .account-id{color:var(--text-white)}.accounts-overview .ready-section .ready-card .card-content .card-info .balance{font-size:.9rem;color:var(--text-gray)}.accounts-overview .ready-section .ready-card .card-content .card-info .balance .amount{color:#fff;font-weight:600}.accounts-overview .ready-section .ready-card .card-content .start-trial-btn{background-color:var(--primary-blue);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;font-size:15px;font-family:poppins!important;cursor:pointer;transition:background-color .3s ease}.accounts-overview .ready-section .ready-card .card-content .start-trial-btn:hover{background-color:#1565c0}.accounts-overview .active-accounts-section{margin-bottom:40px}.accounts-overview .active-accounts-section h2{font-size:18px;font-weight:600;color:#fff;margin-bottom:20px}.accounts-overview .active-accounts-section .no-accounts{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:60px 40px;text-align:center}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content{max-width:80%;margin:0 auto}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .icons-decoration{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .icons-decoration .icon{font-size:2rem;opacity:.3}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:10px}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content p{color:var(--slate-color);margin-bottom:20px;line-height:1.6;font-size:12px;font-weight:500}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons{display:flex;gap:15px;justify-content:center}@media (max-width: 480px){.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons{flex-direction:column}}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons .btn{padding:12px 24px;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:poppins!important}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons .btn.btn-primary{background-color:var(--primary-blue);color:#fff;border:none}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons .btn.btn-primary:hover{background-color:#1565c0}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons .btn.btn-outline{background-color:transparent;color:#fff;border:2px solid var(--border-color)}.accounts-overview .active-accounts-section .no-accounts .no-accounts-content .action-buttons .btn.btn-outline:hover{background-color:#fff;color:var(--dark-bg)}.accounts-overview .info-cards{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media (max-width: 768px){.accounts-overview .info-cards{grid-template-columns:1fr}}.accounts-overview .info-cards .info-card{border-radius:12px;padding:30px;position:relative;overflow:hidden;background:linear-gradient(90deg,#0781fe1a,#0781fe00 42.78%);background-color:var(--card-bg);text-align:center}.accounts-overview .info-cards .info-card .card-icon{border:2px solid #36373b;display:flex;width:60px;height:60px;justify-content:center;align-items:center;border-radius:10px;margin:auto}.accounts-overview .info-cards .info-card .btn{width:100%}.accounts-overview .info-cards .info-card .card-icon{font-size:2.5rem;margin-bottom:20px;opacity:.9}.accounts-overview .info-cards .info-card .card-content h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:8px}.accounts-overview .info-cards .info-card .card-content .card-subtitle{color:#fffc;font-weight:500;margin-bottom:15px}.accounts-overview .info-cards .info-card .card-content .card-description{color:var(--slate-color);line-height:1.6;font-size:12px;margin-bottom:15px;font-weight:500}.accounts-overview .info-cards .info-card .card-content ul{padding-left:10px}.accounts-overview .info-cards .info-card .card-content ul li{text-align:left;margin-bottom:10px;font-size:14px;list-style:none}.accounts-overview .info-cards .info-card .card-content ul li:before{content:"✔️";color:var(--primary-blue);display:inline-block;width:1em;margin-left:-1em;height:20px;width:20px;margin-right:10px}.ftmo-traders .warning-banner{background-color:#ffa5001a;border:1px solid rgba(255,165,0,.3);border-radius:8px;padding:15px 20px;margin-bottom:30px;display:flex;align-items:flex-start;gap:12px}.ftmo-traders .warning-banner .warning-icon{font-size:18px;color:orange;flex-shrink:0}.ftmo-traders .warning-banner p{color:var(--text-light-gray);margin:0;line-height:1.5}.ftmo-traders .ftmo-traders-content .content-card{background:linear-gradient(135deg,var(--primary-blue),#1565c0);border-radius:20px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.ftmo-traders .ftmo-traders-content .content-card .phone-mockups{display:flex;justify-content:center;gap:30px;margin-bottom:40px}@media (max-width: 768px){.ftmo-traders .ftmo-traders-content .content-card .phone-mockups{gap:15px}}.ftmo-traders .ftmo-traders-content .content-card .phone-mockups .phone-container{position:relative;width:200px;height:400px;background:#000;border-radius:25px;padding:10px;box-shadow:0 10px 30px #0000004d}@media (max-width: 768px){.ftmo-traders .ftmo-traders-content .content-card .phone-mockups .phone-container{width:150px;height:300px}}.ftmo-traders .ftmo-traders-content .content-card .phone-mockups .phone-container .phone-image{width:100%;height:100%;object-fit:cover;border-radius:20px}.ftmo-traders .ftmo-traders-content .content-card .phone-mockups .phone-container:first-child{transform:rotate(-10deg) translateY(-20px)}.ftmo-traders .ftmo-traders-content .content-card .phone-mockups .phone-container:last-child{transform:rotate(10deg) translateY(20px)}.ftmo-traders .ftmo-traders-content .content-card .content-text h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0}@media (max-width: 768px){.ftmo-traders .ftmo-traders-content .content-card .content-text h2{font-size:2rem}}.leaderboard .leaderboard-header{padding:0}.leaderboard .leaderboard-header .tab-content{padding:20px;border-bottom:1px solid var(--border-color)}.leaderboard .card-header{padding:15px;display:flex;gap:10px;align-items:center}.leaderboard .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.leaderboard .page-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.leaderboard .page-header .header-icon{font-size:2rem}.leaderboard .page-header h1{font-size:2rem;font-weight:700;color:#fff;margin:0}.leaderboard .leaderboard-description{margin-bottom:30px}.leaderboard .leaderboard-description p{color:var(--text-light-gray);font-size:1rem}.leaderboard .filter-tabs{display:flex;gap:5px;margin-bottom:30px}.leaderboard .filter-tabs .filter-tab{padding:10px 20px;background:transparent;border:1px solid var(--border-color);color:var(--text-light-gray);cursor:pointer;transition:all .3s ease;font-weight:500}.leaderboard .filter-tabs .filter-tab:first-child{border-radius:8px 0 0 8px}.leaderboard .filter-tabs .filter-tab:last-child{border-radius:0 8px 8px 0}.leaderboard .filter-tabs .filter-tab.active{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.leaderboard .filter-tabs .filter-tab:hover:not(.active){background-color:#ffffff0d}.leaderboard .leaderboard-date{display:flex;align-items:center;gap:8px;margin-bottom:30px;font-weight:600;color:#fff}.leaderboard .leaderboard-date .date-indicator{font-size:12px}.leaderboard .top-traders{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}@media (max-width: 968px){.leaderboard .top-traders{grid-template-columns:1fr}}.leaderboard .top-traders .trader-card{background:linear-gradient(135deg,#1e3a8a,var(--primary-blue));border-radius:12px;color:#fff}.leaderboard .top-traders .trader-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.leaderboard .top-traders .trader-card .card-header .trader-medal{font-size:2rem}.leaderboard .top-traders .trader-card .card-header .trader-info{flex:1;margin-left:15px}.leaderboard .top-traders .trader-card .card-header .trader-info h3{font-size:1.1rem;font-weight:500;margin-bottom:0}.leaderboard .top-traders .trader-card .card-header .trader-info .trader-country{display:flex;align-items:center;gap:5px;font-size:.9rem;opacity:.9}.leaderboard .top-traders .trader-card .card-header .trader-info .trader-country .flag{font-size:1rem}.leaderboard .top-traders .trader-card .card-header .trader-rank{font-size:1.5rem;font-weight:700}.leaderboard .top-traders .trader-card .trader-stats{padding:0 15px}.leaderboard .top-traders .trader-card .trader-stats .stat-group{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:15px}.leaderboard .top-traders .trader-card .trader-stats .stat-group .stat .stat-label{display:block;font-size:.8rem;opacity:.8;margin-bottom:5px}.leaderboard .top-traders .trader-card .trader-stats .stat-group .stat .stat-value{display:block;font-weight:500;font-size:14px}.leaderboard .top-traders .trader-card .trader-stats .stat-group .stat .stat-value.gain{color:#4ade80}.leaderboard .top-traders .trader-card .trader-stats .account-size{text-align:center;padding:15px}.leaderboard .top-traders .trader-card .trader-stats .account-size .size-label{font-size:.8rem;opacity:.8;margin-right:8px}.leaderboard .top-traders .trader-card .trader-stats .account-size .size-value{font-weight:600;font-size:14px}.leaderboard .leaderboard-table{background-color:var(--card-bg);border-radius:12px;overflow:hidden}.leaderboard .leaderboard-table .table-header{display:grid;grid-template-columns:60px 1fr 120px 120px 100px 140px 100px;background-color:#ffffff0d;padding:15px 20px;font-weight:600;color:var(--text-light-gray);font-size:.9rem}@media (max-width: 768px){.leaderboard .leaderboard-table .table-header{display:none}}.leaderboard .data-table table{width:100%;border-collapse:collapse;margin-top:20px;background-color:var(--card-bg);margin-bottom:20px}.leaderboard .data-table table th,.leaderboard .data-table table td{padding:20px 15px;text-align:left;border-bottom:1px solid var(--border-color);font-size:14px}.leaderboard .data-table table th .download-btn,.leaderboard .data-table table td .download-btn{background-color:transparent;border:none}.leaderboard .data-table table th .download-btn .MuiSelect-icon,.leaderboard .data-table table td .download-btn .MuiSelect-icon{color:#fff!important}.leaderboard .data-table table th{color:var(--slate-color);font-weight:600}.leaderboard .data-table table tr:nth-child(2n){background-color:var(--table-row-even-bg)}.leaderboard .data-table table tr:hover{background-color:var(--table-row-hover-bg)}.certificates .dark-card{margin-bottom:20px}.certificates .dark-card.first-card{padding:0}.certificates .dark-card .card-body{padding:15px}.certificates .dark-card .card-header{padding:15px;border-bottom:1px solid var(--border-color);display:flex;gap:10px;align-items:center}.certificates .dark-card .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.certificates .certificates-description{margin-bottom:30px}.certificates .certificates-description p{color:var(--text-light-gray);line-height:1.6;font-size:.95rem}.certificates .filter-tabs{display:flex;gap:5px;margin-bottom:20px}.certificates .filter-tabs .filter-tab{padding:10px 20px;background:transparent;border:1px solid var(--border-color);color:var(--text-light-gray);cursor:pointer;transition:all .3s ease;font-weight:500}.certificates .filter-tabs .filter-tab:first-child{border-radius:8px 0 0 8px}.certificates .filter-tabs .filter-tab:last-child{border-radius:0 8px 8px 0}.certificates .filter-tabs .filter-tab.active{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.certificates .filter-tabs .filter-tab:hover:not(.active){background-color:#ffffff0d}.certificates .category-tabs{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}.certificates .category-tabs .category-tab{padding:10px 16px;background-color:#36373b;border:1px solid var(--border-color);color:var(--text-white);border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;width:calc(25% - 20px)}.certificates .category-tabs .category-tab.active{background-color:var(--primary-blue)}.certificates .category-tabs .category-tab:hover{background-color:#ffffff0d}.certificates .nickname-section{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:15px 20px;margin-bottom:30px}.certificates .nickname-section .nickname-info span{font-weight:600;color:#fff;margin-right:15px}.certificates .nickname-section .nickname-info p{display:inline;color:var(--text-light-gray);font-size:.9rem}.certificates .nickname-section .nickname-info p a{color:var(--primary-blue);text-decoration:underline}.certificates .nickname-section .nickname-info p a:hover{color:#1565c0}.certificates .certificate-preview{display:flex;justify-content:center;margin-bottom:40px}.certificates .certificate-preview .certificate-card{background:#f9f9f92e;border-radius:12px;padding:40px;width:400px;text-align:center;color:#fff;box-shadow:0 10px 30px #0003}.certificates .certificate-preview .certificate-card .certificate-header{margin-bottom:30px}.certificates .certificate-preview .certificate-card .certificate-header .ftmo-logo{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.5rem;font-weight:900}.certificates .certificate-preview .certificate-card .certificate-header .ftmo-logo span:first-child{color:var(--primary-blue)}.certificates .certificate-preview .certificate-card .certificate-content h2{font-size:25px;font-weight:600;color:#fff;margin-bottom:10px;letter-spacing:2px}.certificates .certificate-preview .certificate-card .certificate-content .certificate-details p{color:var(--slate-color);margin-bottom:10px;font-size:.9rem}.certificates .certificate-preview .certificate-card .certificate-content .certificate-details h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:20px}.certificates .certificate-preview .certificate-card .certificate-content .certificate-details .reward-amount{font-size:2.5rem;font-weight:900;color:var(--primary-teal);margin-top:20px}.certificates .certificate-actions .info-banner{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:20px;display:flex;align-items:center;gap:15px;margin-bottom:40px}.certificates .certificate-actions .info-banner .info-icon{font-size:18px;color:var(--primary-blue);flex-shrink:0}.certificates .certificate-actions .info-banner p{color:var(--text-light-gray);margin:0;flex:1}.certificates .certificate-actions .info-banner .contact-support-btn{background-color:var(--primary-blue);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.certificates .certificate-actions .info-banner .contact-support-btn:hover{background-color:#1565c0}.certificates .page-footer{border-top:1px solid var(--border-color);padding-top:30px;margin-top:40px}.certificates .page-footer .footer-links{display:flex;gap:20px;margin-bottom:20px}.certificates .page-footer .footer-links a{color:var(--text-gray);text-decoration:none;font-size:.9rem}.certificates .page-footer .footer-links a:hover{color:#fff;text-decoration:underline}.certificates .page-footer .footer-disclaimer p{color:var(--text-gray);font-size:.8rem;line-height:1.5;margin:0}.social-media .dark-card{margin-bottom:20px;padding:0}.social-media .dark-card .card-body{padding:15px}.social-media .dark-card .tabs-content{padding:0}.social-media .dark-card .card-header{padding:15px;border-bottom:1px solid var(--border-color);display:flex;gap:10px;align-items:center}.social-media .dark-card .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.social-media .social-description{margin-bottom:40px}.social-media .social-description p{color:var(--text-light-gray);line-height:1.6;font-size:1rem;max-width:800px}.social-media .social-platforms{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}@media (max-width: 968px){.social-media .social-platforms{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.social-media .social-platforms{grid-template-columns:1fr}}.social-media .social-platforms .platform-card{background-color:var(--card-bg);border-radius:12px;padding:25px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.social-media .social-platforms .platform-card:hover{transform:translateY(-2px);border-color:#fff3}.social-media .social-platforms .platform-card .platform-header{display:flex;align-items:center;gap:15px}.social-media .social-platforms .platform-card .platform-header .platform-icon{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;padding:10px;width:50px;height:50px}.social-media .social-platforms .platform-card .platform-header .platform-icon svg{width:30px;height:30px}.social-media .social-platforms .platform-card .platform-header .platform-info .platform-label{font-size:.9rem;color:var(--text-gray);display:block;margin-bottom:5px}.social-media .social-platforms .platform-card .platform-header .platform-info .platform-name{font-size:1.2rem;font-weight:600;color:#fff;margin:0}.social-media .social-platforms .platform-card .platform-action-btn{padding:12px 20px;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.social-media .social-platforms .platform-card .platform-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.social-media .page-footer{border-top:1px solid var(--border-color);padding-top:20px;text-align:right}.social-media .page-footer .footer-links{display:flex;gap:20px;justify-content:flex-end}.social-media .page-footer .footer-links a{color:var(--text-gray);text-decoration:underline;font-size:.9rem}.social-media .page-footer .footer-links a:hover{color:#fff}.profile .dark-card,.profile .dark-card .tabs-content{padding:0}.profile .dark-card .card-header{padding:15px;border-bottom:1px solid var(--border-color);display:flex;gap:10px;align-items:center}.profile .dark-card .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.profile .tabs-content{background:#1e1e1e;padding:20px;border-radius:8px;color:#fff}.profile-container .main-heading h2{font-size:18px;font-weight:500;margin-bottom:16px}.profile-container .profile-header{padding:24px;margin-bottom:24px}.profile-container .profile-header .profile-header-content{display:flex;justify-content:space-between;align-items:center}.profile-container .profile-header .profile-header-content .profile-info{display:flex;align-items:center;gap:30px}.profile-container .profile-header .profile-header-content .profile-info .profile-avatar{width:64px;height:64px;background-color:#4285f4;font-size:24px;font-weight:600}.profile-container .profile-header .profile-header-content .profile-info .profile-details .profile-name{display:flex;align-items:center;gap:8px;margin-bottom:4px}.profile-container .profile-header .profile-header-content .profile-info .profile-details .profile-name .name-text{color:#fff;font-weight:600}.profile-container .profile-header .profile-header-content .profile-info .profile-details .profile-name .edit-icon{color:#b0b0b0;padding:4px}.profile-container .profile-header .profile-header-content .profile-info .profile-details .profile-name .edit-icon:hover{color:#fff}.profile-container .profile-header .profile-header-content .profile-info .profile-details .email-text{color:#b0b0b0;margin-bottom:4px}.profile-container .profile-header .profile-header-content .profile-info .profile-details .points-text{color:#3b82f6;font-weight:500}.profile-container .profile-header .profile-header-content .edit-nickname-btn{color:#b0b0b0;border-color:#4a4a4a;padding:8px 16px;text-transform:none}.profile-container .profile-header .profile-header-content .edit-nickname-btn:hover{border-color:#5a5a5a;background-color:#ffffff0a}.profile-container .section{padding:24px;margin-bottom:24px}.profile-container .section .section-title{color:#fff;font-weight:600;margin-bottom:16px}.profile-container .section .upload-warning{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#3b82f6;margin-bottom:16px}.profile-container .section .upload-warning .MuiAlert-icon{color:#3b82f6}.profile-container .section .upload-area{border:2px dashed #4a4a4a;border-radius:8px;padding:48px;text-align:center;background-color:#2a2a2a;cursor:pointer;transition:border-color .3s ease}.profile-container .section .upload-area:hover{border-color:#5a5a5a}.profile-container .section .upload-area .upload-icon{font-size:32px;color:#b0b0b0;margin-bottom:8px}.profile-container .section .upload-area .upload-text{color:#b0b0b0}.profile-container .section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 768px){.profile-container .section .form-row{grid-template-columns:1fr}}.profile-container .section .form-field{margin-bottom:16px}.profile-container .section .form-field:last-child{margin-bottom:0}.profile-container .section .form-field .MuiInputLabel-root{color:#b0b0b0}.profile-container .section .form-field .MuiOutlinedInput-input{color:#fff;background-color:#36373b;border-radius:10px}.billing-wrapped .dark-card,.billing-wrapped .dark-card .tabs-content{padding:0}.billing-wrapped .dark-card .card-header{padding:15px;border-bottom:1px solid var(--border-color);display:flex;gap:10px;align-items:center}.billing-wrapped .dark-card .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.billing-wrapped .data-table table{width:100%;border-collapse:collapse;margin-top:20px;background-color:var(--card-bg);margin-bottom:20px}.billing-wrapped .data-table table th,.billing-wrapped .data-table table td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--border-color);font-size:14px}.billing-wrapped .data-table table th .download-btn,.billing-wrapped .data-table table td .download-btn{background-color:transparent;border:none}.billing-wrapped .data-table table th .download-btn .MuiSelect-icon,.billing-wrapped .data-table table td .download-btn .MuiSelect-icon{color:#fff!important}.billing-wrapped .data-table table th{color:var(--slate-color);font-weight:600}.billing-wrapped .data-table table tr:nth-child(2n){background-color:var(--table-row-even-bg)}.billing-wrapped .data-table table tr:hover{background-color:var(--table-row-hover-bg)}.app-container{display:flex;height:100vh;background-color:#000}.app-container header{background-color:#160559}.sidebar{width:280px;background-color:var(--card-bg);border-right:1px solid #e0e0e0;overflow-y:auto;overflow-x:hidden;color:#fff}.sidebar .navigation-section{padding:16px;border-bottom:1px solid #e0e0e0}.sidebar .navigation-section h3{margin:0 0 16px;font-size:14px;font-weight:500;color:#fff}.sidebar .MuiPickersLayout-root{min-width:250px!important;width:280px!important;margin:0!important;background-color:var(--card-bg);color:#fff}.sidebar .MuiPickersLayout-root button{color:#fff}.sidebar .MuiDateCalendar-root{width:250px!important;margin:0!important;background-color:var(--card-bg)}.sidebar .calendar-container{padding:16px}.sidebar .calendar-container .MuiPickersCalendarHeader-root{padding:0;margin:0 0 16px}.sidebar .calendar-container .MuiPickersToolbar-root{background-color:var(--card-bg)}.sidebar .nav-links{display:flex;flex-direction:column;gap:4px}.sidebar .nav-links .nav-link{padding:8px 12px;border-radius:4px;cursor:pointer;font-size:13px;color:#fff;transition:background-color .2s}.sidebar .nav-links .nav-link.active{background-color:#e3f2fd;color:#1976d2}.sidebar .calendar-types{padding:16px;border-top:1px solid #e0e0e0}.sidebar .calendar-types .calendar-type{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:#333;cursor:pointer}.sidebar .calendar-types .calendar-type:hover{color:#1976d2}.sidebar .calendar-types .calendar-type .icon{width:16px;height:16px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{color:#000;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;background-color:var(--card-bg)}.header .week-navigation{display:flex;align-items:center;gap:16px}.header .week-navigation .week-title{font-size:18px;font-weight:500;color:var(--text-white)}.header .week-navigation .nav-button{background:#fff3;color:#000;border:none;width:32px;height:32px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.header .week-navigation .nav-button:hover{background:#ffffff4d}.header .header-actions{display:flex;gap:12px;align-items:center}.header .header-actions .action-button{background:#fff3;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.header .header-actions .action-button:hover{background:#ffffff4d}.table-container{flex:1;overflow:auto;background:var(--card-bg)}.table-container .MuiPaper-root{background:var(--card-bg)}.table-container .MuiTableContainer-root{height:100%}.table-container .MuiTableHead-root tr th{background-color:var(--card-bg);color:#fff}.table-container .MuiTableHead-root .MuiTableCell-head{font-weight:600;font-size:13px;color:#fff;border-bottom:2px solid #e0e0e0;padding:12px 8px}.table-container .MuiTableBody-root .MuiTableRow-root.date-row{background-color:#f0f4f8}.table-container .MuiTableBody-root .MuiTableRow-root.date-row .MuiTableCell-root{font-weight:600;color:#2c3e50;border-bottom:1px solid #d0d7de}.table-container .MuiTableBody-root .MuiTableCell-root{padding:8px;font-size:13px;border-bottom:1px solid #f0f0f0}.table-container .MuiTableBody-root .MuiTableCell-root.time-cell{color:#fff;width:80px}.table-container .MuiTableBody-root .MuiTableCell-root.currency-cell{font-weight:600;width:60px;color:#fff}.table-container .MuiTableBody-root .MuiTableCell-root.impact-cell{width:60px;text-align:center}.table-container .MuiTableBody-root .MuiTableCell-root.event-cell{color:#fff;max-width:300px}.table-container .MuiTableBody-root .MuiTableCell-root.value-cell{text-align:right;font-weight:500;width:80px}.table-container .MuiTableBody-root .MuiTableCell-root.value-cell.positive{color:#4caf50}.table-container .MuiTableBody-root .MuiTableCell-root.value-cell.negative{color:#f44336}.table-container .MuiTableBody-root .MuiTableCell-root.value-cell.neutral{color:#fff}.impact-indicator{width:16px;height:16px;border-radius:2px;display:inline-block}.impact-indicator.low{background-color:#ffeb3b}.impact-indicator.medium{background-color:#ff9800}.impact-indicator.high{background-color:#f44336}.chart-icon{width:20px;height:20px;color:#1976d2;cursor:pointer}.chart-icon:hover{color:#1565c0}@media (max-width: 768px){.app-container{flex-direction:column}.sidebar{width:100%;height:auto;max-height:300px}.main-content{height:calc(100vh - 300px)}}.current-results{border-radius:8px;padding:20px}.current-results .title{color:#fff;font-weight:500;margin-bottom:20px}.current-results .chart-container{position:relative;margin-bottom:20px}.current-results .chart-container .chart-labels{position:absolute;top:20px;right:20px}.current-results .chart-container .chart-labels .label{font-size:12px;padding:4px 8px;border-radius:4px;margin-bottom:5px;display:block}.current-results .chart-container .chart-labels .label.profit{background-color:#04cf0433;color:#04cf04;border:1px solid rgb(4,207,4)}.current-results .chart-container .chart-labels .label.loss{background-color:#dc354533;color:#dc3545;border:1px solid #dc3545}.current-results .results-footer{display:flex;justify-content:space-between;gap:20px}.current-results .results-footer .result-item{flex:1}.current-results .results-footer .result-item .label{color:#fff;font-size:12px;margin-bottom:5px}.current-results .results-footer .result-item .value{color:#fff;font-weight:500}.current-results .results-footer .result-item .value.negative{color:#dc3545}@media screen and (max-width: 768px){.current-results{padding:16px;margin:0}.current-results .title{font-size:1.125rem;margin-bottom:16px}.current-results .chart-container{margin-bottom:16px}.current-results .chart-container .chart-labels{top:10px;right:10px}.current-results .chart-container .chart-labels .label{font-size:10px;padding:3px 6px;margin-bottom:3px}.current-results .results-footer{gap:16px}.current-results .results-footer .result-item .label{font-size:11px;margin-bottom:4px}.current-results .results-footer .result-item .value{font-size:1.125rem}}@media screen and (max-width: 480px){.current-results{padding:12px}.current-results .title{font-size:1rem;margin-bottom:12px;text-align:center}.current-results .chart-container{margin-bottom:12px}.current-results .chart-container .recharts-wrapper{height:300px!important}.current-results .chart-container .chart-labels{position:static;display:flex;justify-content:center;gap:8px;margin-top:8px}.current-results .chart-container .chart-labels .label{font-size:9px;padding:2px 4px;margin-bottom:0;text-align:center;flex:1;max-width:120px}.current-results .results-footer{flex-direction:column;gap:12px}.current-results .results-footer .result-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #374151}.current-results .results-footer .result-item:last-child{border-bottom:none}.current-results .results-footer .result-item .label{font-size:10px;margin-bottom:0;flex:1}.current-results .results-footer .result-item .value{font-size:1rem;text-align:right}}@media screen and (max-width: 360px){.current-results{padding:8px}.current-results .title{font-size:.875rem;margin-bottom:8px}.current-results .chart-container .chart-labels{flex-direction:column;align-items:center}.current-results .chart-container .chart-labels .label{font-size:8px;padding:2px 3px;max-width:100px}.current-results .results-footer{gap:8px}.current-results .results-footer .result-item{padding:6px 0}.current-results .results-footer .result-item .label{font-size:9px}.current-results .results-footer .result-item .value{font-size:.875rem}}.ftmo-challenge{border-radius:8px}.ftmo-challenge .title{color:#fff;font-weight:500;margin-bottom:20px}.ftmo-challenge .challenge-details .detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:17px 15px;border-bottom:1px solid var(--border-color)}.ftmo-challenge .challenge-details .detail-row .label{color:var(--slate-color);font-size:15px}.ftmo-challenge .challenge-details .detail-row .value{color:#fff;font-size:14px;display:flex;align-items:center;gap:5px}.ftmo-challenge .challenge-details .detail-row .value.active{color:var(--text-white);font-weight:500;background-color:var(--primary-blue);padding:3px 6px;border-radius:15px}.ftmo-challenge .challenge-details .detail-row .value .info-icon{font-size:14px;color:#b0b0b0}.ftmo-challenge .challenge-details .detail-row .download-btn{color:var(--theme-purple);font-size:12px;padding:2px 8px;min-width:auto}.ftmo-challenge .challenge-details .detail-row .download-btn:hover{background-color:#4fd1c71a}.consistency-score{border-radius:8px;padding:20px}.consistency-score .title{color:#fff;font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:8px}.consistency-score .title .info-icon{font-size:18px;color:#b0b0b0}.consistency-score .score-container{position:relative}.consistency-score .score-container .progress-bar{display:flex;height:40px;border-radius:20px;overflow:hidden}.consistency-score .score-container .progress-bar .segment{display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.consistency-score .score-container .progress-bar .segment.red{background-color:#dc3545}.consistency-score .score-container .progress-bar .segment.yellow{background-color:#ffc107;color:#000}.consistency-score .score-container .progress-bar .segment.green{background-color:#28a745}.consistency-score .score-container .score-indicator{position:absolute;top:-10px;left:64%;transform:translate(-50%);background-color:#007bff;color:#fff;padding:5px 10px;border-radius:4px;font-weight:700}.consistency-score .score-container .score-indicator .score{margin:0;font-size:14px}.objectives .object-card{border-radius:8px;padding:0;margin-bottom:20px}.objectives .object-card .title{color:#fff;font-weight:500;margin-bottom:20px}.objectives .object-card .MuiTableContainer-root{background-color:transparent}.objectives .object-card .MuiTable-root .MuiTableHead-root .MuiTableCell-root{color:#fff;font-weight:500;border-bottom:1px solid #555;padding:18px 12px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:#0d0202}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{border-bottom:1px solid #555;padding:18px 12px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.objective-cell .objective-text,.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .result-text{color:#fff;font-size:13px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell{display:flex;align-items:center;gap:8px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .icon{font-size:18px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .icon.passed{color:#28a745}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .icon.passing{color:#4fd1c7}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .icon.not-passing{color:#dc3545}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .summary-text{font-size:13px}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .summary-text.passed{color:#28a745}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .summary-text.passing{color:#4fd1c7}.objectives .object-card .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .summary-cell .summary-text.not-passing{color:#dc3545}.objectives .object-card .footer-links{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid #555}.objectives .object-card .footer-links .link-item{color:#4fd1c7;font-size:13px;cursor:pointer}.objectives .object-card .footer-links .link-item:hover{text-decoration:underline}.objectives .button-group{display:flex;gap:20px;flex-wrap:wrap}.objectives .button-group.dark-card{padding:15px}@media (max-width:768px){.objectives .button-group{flex-direction:column}}.objectives .button-group .button-box{border:none;color:#fff;font-size:16px;padding:12px 20px;width:calc(33.33% - 20px);background-color:var(--dark-bg);text-align:center;border:5px}.objectives .button-group .button-box h4{font-size:13px;font-weight:500;color:var(--slate-color);margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:10px}@media (max-width:768px){.objectives .button-group .button-box{width:100%}}.objectives .button-group .button-box:hover{border-color:#4fd1c7;background-color:#4fd1c71a}.statistics{border-radius:8px;padding:15px}.statistics .title{color:#fff;font-weight:500;margin-bottom:20px}.statistics .stat-item{padding:10px 0;text-align:center;background-color:var(--dark-bg);border-radius:10px;margin:5px}.statistics .stat-item .label{color:var(--slate-color);font-weight:600;font-size:12px;margin-bottom:5px}.statistics .stat-item .value{color:#fff;font-weight:500;font-size:16px}.statistics .stat-item .value.positive{color:#28a745}.statistics .stat-item .value.negative{color:#dc3545}.daily-summary{border-radius:8px;padding:0;height:100%}.daily-summary .header .title{display:flex;align-items:center;gap:8px}.daily-summary .header .title h2{margin:0}.daily-summary .header .title .info-icon,.daily-summary .header .title .chart-icon{font-size:18px;color:#b0b0b0}.daily-summary .MuiTableContainer-root{background-color:transparent}.daily-summary .MuiTable-root .MuiTableHead-root .MuiTableCell-root{background-color:#3a3a3a;color:#fff;font-weight:500;border-bottom:1px solid #555;padding:18px 12px;font-size:14px}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:#363636}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{border-bottom:1px solid #555;padding:15px 12px}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date{color:var(--theme-purple);font-size:13px}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiTypography-root{color:#fff;font-size:13px}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiTypography-root.positive{color:#28a745}.daily-summary .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .MuiTypography-root.negative{color:#dc3545}.trading-journal{border-radius:8px;padding:0;margin-top:20px}.trading-journal .header{margin-bottom:20px}.trading-journal .header .title{color:#fff;font-weight:500;display:flex;align-items:center;gap:8px}.trading-journal .header .title .info-icon{font-size:18px;color:#b0b0b0}.trading-journal .controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px}@media (max-width:768px){.trading-journal .controls{flex-direction:column}}.trading-journal .controls .search-content{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 15px}@media (max-width:768px){.trading-journal .controls .search-content{flex-direction:column;width:100%}}@media (max-width:768px){.trading-journal .controls .left-controls{width:100%}}.trading-journal .controls .left-controls .order-label{color:#e5e1e1;font-size:16px}.trading-journal .controls .left-controls .order-select{width:200px}@media (max-width:768px){.trading-journal .controls .left-controls .order-select{width:100%}}.trading-journal .controls .left-controls .order-select .MuiSelect-select{color:#fff;font-size:13px;padding:10px 12px}.trading-journal .controls .left-controls .order-select .MuiOutlinedInput-notchedOutline{border-color:#555}.trading-journal .controls .left-controls .order-select:hover .MuiOutlinedInput-notchedOutline{border-color:#4fd1c7}@media (max-width:768px){.trading-journal .controls .center-controls{width:100%}}.trading-journal .controls .center-controls .search-label{color:#e5e1e1;font-size:16px}.trading-journal .controls .center-controls .search-container{display:flex;align-items:center;gap:10px;border:1px solid #555;border-radius:5px}.trading-journal .controls .center-controls .search-container .search-input{width:200px}@media (max-width:768px){.trading-journal .controls .center-controls .search-container .search-input{width:100%}}.trading-journal .controls .center-controls .search-container .search-input .MuiOutlinedInput-root{color:#fff;font-size:13px}.trading-journal .controls .center-controls .search-container .search-input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}.trading-journal .controls .center-controls .search-container .search-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#4fd1c7}.trading-journal .controls .center-controls .search-container .search-button{color:#b0b0b0}.trading-journal .controls .center-controls .search-container .search-button:hover{color:#4fd1c7}@media (max-width:768px){.trading-journal .controls .right-controls{width:100%}}.trading-journal .controls .right-controls .export-button{background-color:#4285f4;color:#fff;font-size:13px;text-transform:none}@media (max-width:768px){.trading-journal .controls .right-controls .export-button{width:100%}}.trading-journal .controls .right-controls .export-button:hover{background-color:#3367d6}.trading-journal .table-container{background-color:transparent;padding:0}.trading-journal .table-container .MuiTable-root .MuiTableHead-root .MuiTableCell-root{background-color:#3a3a3a;color:#fff;font-weight:500;border-bottom:1px solid #555;padding:8px 12px;font-size:12px;white-space:nowrap}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:#363636}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{border-bottom:1px solid #555;padding:8px 12px;font-size:12px;color:#fff}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.ticket-cell{color:#b0b0b0}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.time-cell .time-detail{color:#b0b0b0;font-size:11px}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.symbol-cell{color:#4fd1c7;font-weight:500}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.profit-positive{color:#28a745}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.profit-negative{color:#dc3545}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.pips-positive{color:#28a745}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.pips-negative{color:#dc3545}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root.duration-cell{color:#b0b0b0}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .type-chip{font-size:11px;height:20px}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .type-chip.buy{background-color:#28a74533;color:#28a745}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .type-chip.sell{background-color:#dc354533;color:#dc3545}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .refresh-icon{color:#b0b0b0}.trading-journal .table-container .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .refresh-icon:hover{color:#4fd1c7}.trading-journal .pagination{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid #555}.trading-journal .pagination .MuiTypography-root{color:#b0b0b0;font-size:12px}.trading-journal .pagination .MuiTypography-root.next-page{color:#4fd1c7;cursor:pointer}.trading-journal .pagination .MuiTypography-root.next-page:hover{text-decoration:underline}.analytics-charts{margin-top:20px}.analytics-charts .chart-paper{border-radius:8px;padding:20px;background:var(--card-bg)}.analytics-charts .chart-paper .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.analytics-charts .chart-paper .chart-header .chart-title{color:#fff;font-weight:500;font-size:16px}.analytics-charts .chart-paper .chart-header .fullscreen-icon{color:#b0b0b0;cursor:pointer}.analytics-charts .chart-paper .chart-header .fullscreen-icon:hover{color:var(--theme-purple)}.analytics-charts .chart-paper .chart-header .chart-controls{display:flex;gap:8px}.analytics-charts .chart-paper .chart-header .chart-controls span{color:#b0b0b0;cursor:pointer;font-size:14px}.analytics-charts .chart-paper .chart-header .chart-controls span:hover{color:var(--theme-purple)}.analytics-charts .chart-paper .chart-container .recharts-wrapper .recharts-cartesian-grid .recharts-cartesian-grid-horizontal line,.analytics-charts .chart-paper .chart-container .recharts-wrapper .recharts-cartesian-grid .recharts-cartesian-grid-vertical line{stroke:#444}.analytics-charts .chart-paper .chart-container .recharts-wrapper .recharts-bar .recharts-rectangle,.analytics-charts .chart-paper .chart-container.symbol-chart .recharts-wrapper .recharts-bar .recharts-rectangle{fill:var(--theme-purple)}.analytics-charts .calender-data{background:var(--card-bg);border-radius:8px;padding:10px}.analytics-charts .calender-data .react-calendar{background-color:transparent;border:none;width:100%;gap:10px}.analytics-charts .calender-data .react-calendar .react-calendar{border:none;background-color:#1f1f27;color:#fff}.analytics-charts .calender-data .react-calendar .react-calendar__navigation button:hover{background:var(--theme-purple)}.analytics-charts .calender-data .react-calendar .react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr);gap:10px}@media (max-width:768px){.analytics-charts .calender-data .react-calendar .react-calendar__month-view__days{gap:2px}}.analytics-charts .calender-data .react-calendar .react-calendar__tile{padding:8px 0;border-radius:6px;text-align:center;background-color:#ffffff1c;transition:background-color .3s ease;font-weight:500;font-size:12px;height:60px;line-height:1}@media (max-width:768px){.analytics-charts .calender-data .react-calendar .react-calendar__tile{padding:0;font-size:10px;height:38px}}.analytics-charts .calender-data .react-calendar .react-calendar__tile:hover{background-color:#8a2be2}.analytics-charts .calender-data .react-calendar .tile-box{pointer-events:none}.analytics-charts .calender-data .react-calendar .red-tile{background-color:#d45f5f!important}.analytics-charts .calender-data .react-calendar .green-tile{background-color:#46ffe3b3!important}.analytics-charts .calender-data .react-calendar .selected-tile{background-color:#8a2be2!important}.analytics-charts .calender-data .react-calendar .loss-date{color:#9d0909}.analytics-charts .calender-data .react-calendar .react-calendar__month-view__days__day--weekend{color:orange}.analytics-charts .calender-data .react-calendar .react-calendar__tile--now{background-color:#fef08a}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.disclaimer-footer{margin-top:40px}.disclaimer-footer .disclaimer-banner{background-color:#4285f4;padding:15px 20px;border-radius:8px;margin-bottom:20px}.disclaimer-footer .disclaimer-banner .disclaimer-text{color:#fff;font-size:13px;line-height:1.4;text-align:center}.disclaimer-footer .footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.disclaimer-footer .footer-links .footer-link{color:var(--theme-purple);font-size:13px;text-decoration:none}.disclaimer-footer .footer-links .footer-link:hover{text-decoration:underline}.disclaimer-footer .footer-info{text-align:center}.disclaimer-footer .footer-info .info-text{color:#b0b0b0;font-size:11px;line-height:1.4;margin-bottom:15px;max-width:900px;margin-left:auto;margin-right:auto}.disclaimer-footer .footer-info .copyright-text{color:#b0b0b0;font-size:12px;margin-bottom:5px}.disclaimer-footer .footer-info .version-text{color:#666;font-size:11px}.main-content .MuiGrid-item{margin-bottom:20px}.main-paper{background:var(--card-bg)!important}.current-results-table{border-radius:8px;padding:20px}.current-results-table .title{color:#fff;font-weight:600;font-size:18px;margin-bottom:10px}.current-results-table .MuiTable-root .MuiTableHead-root .MuiTableRow-root .header-cell{background-color:transparent;border-bottom:1px solid #444;padding:10px 0}.current-results-table .MuiTable-root .MuiTableHead-root .MuiTableRow-root .header-cell .header-content{display:flex;align-items:center;gap:8px}.current-results-table .MuiTable-root .MuiTableHead-root .MuiTableRow-root .header-cell .header-content .MuiTypography-root{color:#b0b0b0;font-size:14px;font-weight:400}.current-results-table .MuiTable-root .MuiTableHead-root .MuiTableRow-root .header-cell .header-content .info-icon{font-size:16px;color:#b0b0b0;cursor:pointer}.current-results-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root .data-cell{background-color:transparent;border-bottom:none;padding:10px 0}.current-results-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root .data-cell .amount{color:#fff;font-weight:600;font-size:16px;margin:0}.current-results-table .MuiTable-root .MuiTableBody-root .MuiTableRow-root .data-cell .amount.negative{color:#dc3545}.current-results-table .MuiTableCell-root{border-color:#444!important}.account-metrix{background-color:transparent!important;margin-bottom:20px}.account-metrix .header-section{border-radius:8px;padding:15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;background:var(--card-bg);gap:20px}.account-metrix .header-section .title{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600}.account-metrix .header-section .title .title-icon{color:var(--theme-purple)}.account-metrix .button-group{display:flex;gap:10px;flex-wrap:wrap}.account-metrix .button-group .MuiButton-root{border-color:var(--text-gray);color:#fff;font-size:14px;padding:6px 20px;text-transform:capitalize;font-family:poppins;font-weight:600}@media (max-width:768px){.account-metrix .button-group .MuiButton-root{font-size:12px;padding:6px 10px}}.account-metrix .button-group .MuiButton-root:hover{border-color:var(--theme-purple);background-color:#4fd1c71a}.trader-wrapped .account-card{display:flex;gap:10px}@media (max-width: 768px){.trader-wrapped .account-card{flex-direction:column}}.trader-wrapped .dark-card.first-card{padding:0;margin-bottom:20px}.trader-wrapped .dark-card .tabs-content{padding:0}.trader-wrapped .dark-card .card-header{padding:15px;display:flex;gap:10px;align-items:center}.trader-wrapped .dark-card .card-header h1{font-size:20px;line-height:28px;font-weight:600;margin:0}.trader-wrapped .theme_card{width:calc(33.33% - 5px);padding:20px}@media (max-width: 768px){.trader-wrapped .theme_card{width:100%}}.trader-wrapped .theme_card .funded-content{margin-bottom:20px}.trader-wrapped .theme_card .funded-content h4{font-size:16px;font-weight:500;margin-bottom:5px}.trader-wrapped .theme_card .funded-content .status{margin:10px 0}.trader-wrapped .theme_card .funded-content .status span{padding:5px;background-color:green;font-size:14px;border-radius:4px}.withdraw-wrapped .dark-card{padding:20px;margin-bottom:20px}.withdraw-wrapped .dark-card h1{font-size:20px;font-weight:500;margin-bottom:20px}.withdraw-wrapped .profit-split .MuiPickersSectionList-root{color:#fff}.withdraw-wrapped .profit-split fieldset{border-color:#fff}.withdraw-wrapped .profit-split label{color:#fff}.withdraw-wrapped .profit-split .MuiSvgIcon-root{fill:#fff}.withdraw-wrapped .data-table table{width:100%;border-collapse:collapse;margin-top:20px;background-color:var(--card-bg);margin-bottom:20px}.withdraw-wrapped .data-table table th,.withdraw-wrapped .data-table table td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--border-color);font-size:14px}.withdraw-wrapped .data-table table th .download-btn,.withdraw-wrapped .data-table table td .download-btn{background-color:transparent;border:none}.withdraw-wrapped .data-table table th .download-btn .MuiSelect-icon,.withdraw-wrapped .data-table table td .download-btn .MuiSelect-icon{color:#fff!important}.withdraw-wrapped .data-table table th{color:var(--slate-color);font-weight:600}.withdraw-wrapped .data-table table tr:nth-child(2n){background-color:var(--table-row-even-bg)}.withdraw-wrapped .data-table table tr:hover{background-color:var(--table-row-hover-bg)}.withdraw-wrapped .flex-box{display:flex;gap:20px}.withdraw-wrapped .flex-box .left-side{flex:1}.withdraw-wrapped .flex-box .right-side{width:300px}@media (max-width: 768px){.withdraw-wrapped .flex-box .right-side{width:100%}}@media (max-width: 768px){.withdraw-wrapped .flex-box{flex-direction:column}}.withdraw-wrapped .flex-box h3{font-weight:500;margin-bottom:8px}.withdraw-wrapped .flex-box .account-heading{font-size:18px;font-weight:500}.withdraw-wrapped .flex-box .input-field{padding:15px;width:100%;background-color:transparent;outline:none;border:1px solid rgba(204,204,204,.5843137255);border-radius:5px;color:#fff;font-size:16px}.withdraw-wrapped .flex-box .text-accent{text-align:right;display:block;font-size:14px}.withdraw-wrapped .flex-box .text-3xl{font-size:30px;font-weight:600;margin-bottom:10px}.withdraw-wrapped .radio-btn .item1{display:flex;align-items:center;margin-bottom:10px;gap:15px}.withdraw-wrapped .radio-btn .item1 input{height:16px;width:16px}.withdraw-wrapped .radio-btn .labels{display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff}.withdraw-wrapped .radio-btn .labels .images{display:flex;align-items:center;gap:10px}.withdraw-wrapped .radio-btn .labels .images .card-image,.withdraw-wrapped .radio-btn .labels .images .card-icon{height:20px;width:auto}.flow-step-container{display:flex;flex-direction:column;align-items:center;margin:10px 0}.flow-step-container .flow-step{width:350px;max-width:80vw;background:#fff;border-radius:12px;transition:all .5s cubic-bezier(.4,0,.2,1);transform:scale(.9);opacity:.7;text-align:center}.flow-step-container .flow-step.active{transform:scale(1);opacity:1;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #007bff;animation:pulseGlow 3s infinite}.flow-step-container .flow-step.completed{transform:scale(.95);opacity:.8;background:linear-gradient(135deg,#d4edda,#c3e6cb);border:2px solid #28a745}.flow-step-container .flow-step .step-buttons .prev-btn{margin-right:10px}.flow-step-container .flow-step .step-header{display:flex;align-items:center;gap:10px;margin-bottom:0;justify-content:center}.flow-step-container .flow-step .step-header .check-icon{color:#28a745;font-size:20px}.flow-step-container .flow-step .step-header .step-title{font-weight:600;color:#333;font-size:1.1rem}.flow-step-container .flow-step .step-description{color:#666;margin-bottom:15px;font-size:14px}.flow-step-container .flow-step .choice-buttons{display:flex;gap:15px;justify-content:center}.flow-step-container .flow-step .choice-buttons .choice-btn{padding:6px 16px;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:14px}.flow-step-container .flow-step .choice-buttons .choice-btn.yes{background:linear-gradient(135deg,#28a745,#20c997)}.flow-step-container .flow-step .choice-buttons .choice-btn.yes:hover{background:linear-gradient(135deg,#218838,#1ba587);transform:translateY(-2px);box-shadow:0 4px 15px #28a7454d}.flow-step-container .flow-step .choice-buttons .choice-btn.no{background:linear-gradient(135deg,#dc3545,#fd7e14)}.flow-step-container .flow-step .choice-buttons .choice-btn.no:hover{background:linear-gradient(135deg,#c82333,#e96b00);transform:translateY(-2px);box-shadow:0 4px 15px #dc35454d}.flow-step-container .flow-step .next-btn{background:linear-gradient(135deg,#007bff,#6610f2);border-radius:8px;padding:6px 24px;font-weight:600;transition:all .3s ease;font-size:14px}.flow-step-container .flow-step .next-btn:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#520dc2);transform:translateY(-2px);box-shadow:0 4px 15px #007bff4d}.flow-step-container .flow-step .next-btn:disabled{opacity:.6}.flow-step-container .arrow{font-size:24px;color:#007bff;margin:8px 0;transition:all .3s ease;opacity:.7}.flow-step-container .arrow.completed{color:#28a745;opacity:1;animation:bounce 2s infinite}@keyframes pulseGlow{0%{box-shadow:0 4px 20px #007bff33}50%{box-shadow:0 8px 30px #007bff66}to{box-shadow:0 4px 20px #007bff33}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media (max-width: 768px){.flow-step-container .flow-step{width:300px}.flow-step-container .flow-step .choice-buttons{flex-direction:column;gap:10px}.flow-step-container .flow-step .choice-buttons .choice-btn{width:100%}}.flow-container{width:100%;height:100vh;max-width:100vw;padding:50px 20px;position:relative;background-color:var(--dark-bg)}.flow-container .two-flex{display:flex;min-height:calc(100vh - 140px)}.flow-container .section-one{width:50%}.flow-container .section-one .form-section{margin:auto auto 20px;display:flex;align-items:center;justify-content:center;animation:slideInRight 1s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight{0%{transform:translate(100%) scale(.8);opacity:0}50%{opacity:.5}to{transform:translate(0) scale(1);opacity:1}}.flow-container .main-title{text-align:center;color:#fff;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-size:40px;margin-bottom:30px}.flow-container .step-details-box{position:absolute;background:linear-gradient(135deg,#fffffff2,#f8f9fae6);border-radius:20px;padding:10px;width:90%;max-width:400px;margin:auto;box-shadow:0 15px 35px #0000001a,0 5px 15px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:floatIn .8s cubic-bezier(.4,0,.2,1);transition:all .3s ease;left:0}@media (max-width:1440px){.flow-container .step-details-box{left:0}}.flow-container .step-details-box:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026,0 8px 20px #0000001f}.flow-container .step-details-box:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#007bff,#6610f2,#007bff);border-radius:22px;z-index:-1;opacity:0;animation:borderGlow 3s infinite}.flow-container .step-details-box .step-details-content{position:relative;z-index:2}.flow-container .step-details-box .step-number{font-size:14px;font-weight:600;color:#007bff;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;text-align:center}.flow-container .step-details-box .step-info{text-align:center;margin-bottom:20px}.flow-container .step-details-box .step-info .step-detail-title{font-size:20px;font-weight:700;color:#333;margin:0 0 8px;line-height:1.3}.flow-container .step-details-box .step-info .step-detail-description{font-size:14px;color:#666;margin:0;line-height:1.5}.flow-container .step-details-box .progress-bar{width:100%;height:6px;background:#007bff1a;border-radius:10px;overflow:hidden;position:relative}.flow-container .step-details-box .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#007bff,#6610f2);border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.flow-container .step-details-box .progress-bar .progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.flow-container .step-details-box .step-details-arrow{position:absolute;transform:rotate(-90deg);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff;right:-22px;top:44%}.flow-container .step-details-box .step-details-arrow:before{content:"";position:absolute;top:-17px;left:-16px;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid rgba(0,123,255,.1);z-index:-1}.flow-container .content-wrapper{position:relative;display:flex;height:calc(100vh - 140px);transition:all 1s cubic-bezier(.4,0,.2,1);width:70%;margin:auto}.flow-container .content-wrapper.with-form .flow-steps{width:50%;transform:translate(-10%)}.flow-container .content-wrapper .flow-steps{width:100%;display:flex;flex-direction:column;align-items:end;justify-content:flex-start;overflow-y:auto;padding-right:50px;transition:all 1s cubic-bezier(.4,0,.2,1)}.flow-container .content-wrapper .flow-steps::-webkit-scrollbar{width:6px}.flow-container .content-wrapper .flow-steps::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.flow-container .content-wrapper .flow-steps::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.flow-container .content-wrapper .flow-steps::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 768px){.flow-container .content-wrapper{flex-direction:column;height:auto}.flow-container .content-wrapper.with-form .flow-steps{width:100%;transform:none;height:50vh}.flow-container .content-wrapper .form-section{width:100%;height:50vh;padding-left:0;padding-top:20px}}.faq-page{background:linear-gradient(135deg,#0a0a23,#1a1a3e,#2d1b69);min-height:100vh;color:#fff}.faq-hero{position:relative;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.faq-hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#06b6d4)}.faq-hero .hero-background .network-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(120,219,255,.3) 0%,transparent 50%)}.faq-hero .hero-background .network-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(0,255,255,.1) 50%,transparent 100%),linear-gradient(0deg,transparent 0%,rgba(0,255,255,.1) 50%,transparent 100%);background-size:100px 100px,100px 100px;animation:networkPulse 4s ease-in-out infinite}.faq-hero .hero-content{position:relative;z-index:2;text-align:center;width:100%;padding:0 20px}.faq-hero .hero-content .hero-title{font-size:3rem;font-weight:600;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.3)}@media (max-width: 768px){.faq-hero .hero-content .hero-title{font-size:2.5rem}}.faq-hero .hero-content .search-form{position:relative;max-width:600px;margin:0 auto}.faq-hero .hero-content .search-form .search-input{width:100%;padding:15px 20px 15px 50px;border:2px solid rgba(255,255,255,.2);border-radius:50px;background:#ffffff1a;color:#fff;font-size:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.faq-hero .hero-content .search-form .search-input::placeholder{color:#ffffffb3}.faq-hero .hero-content .search-form .search-input:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.faq-hero .hero-content .search-form .search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%)}.faq-hero .hero-content .search-form .search-icon svg{width:20px;height:20px;fill:#ffffffb3}.faq-content{padding:80px 0}.faq-content .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media (max-width: 968px){.faq-content .faq-grid{grid-template-columns:1fr;gap:40px}}.faq-content .faq-column .faq-category{margin-bottom:60px}.faq-content .faq-column .faq-category .category-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;margin-bottom:30px;color:#fff;text-transform:capitalize}.faq-content .faq-column .faq-category .category-title svg{width:24px;height:24px;color:#06b6d4}.faq-content .faq-column .faq-category .faq-items .faq-item{margin-bottom:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.faq-content .faq-column .faq-category .faq-items .faq-item:hover{border-color:#fff3;background:#ffffff14}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:none;border:none;color:#fff;font-size:16px;font-weight:500;text-align:left;cursor:pointer;transition:all .3s ease}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-question:hover{background:#ffffff0d}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-question .question-text{flex:1;margin-right:20px}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-question .toggle-icon{font-size:24px;font-weight:300;color:#06b6d4;transition:transform .3s ease}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-answer{border-top:1px solid rgba(255,255,255,.1);padding:20px 24px;background:#0003;animation:slideDown .3s ease}.faq-content .faq-column .faq-category .faq-items .faq-item .faq-answer p{color:#fffc;line-height:1.6;margin:0}@keyframes networkPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}
