:root{--green:#04a74e;--green-dark:#07823f;--dark:#06162f;--dark-2:#0b2142;--body-bg:#f5f8fb;--light-bg:#f5f8fb;--card-bg:#ffffff;--text:#1d2a3b;--muted:#6f7d8c;--border:#e5ebf1;--white:#ffffff;--shadow:0 18px 45px rgba(8,25,57,0.12);--sidebar-width:280px}
.ui-card{background:var(--card-bg,#fff);border:1px solid var(--border,#e5ebf1);border-radius:24px;box-shadow:var(--shadow,0 14px 38px rgba(8,25,57,0.08));padding: 15px;}
.ui-card-soft{background:var(--card-bg,#fff);border:1px solid var(--border,#e5ebf1);border-radius:22px}
.ui-hover-card{transition:0.25s ease}
.ui-hover-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(8,25,57,0.14)}
.ui-stat-card span,.ui-card-kicker{color:var(--muted,#6f7d8c);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0.7px}
.ui-stat-card h3{color:var(--dark,#06162f);font-weight:950}
.ui-stat-card p{color:var(--muted,#6f7d8c)}
.bar-h-0{height:0%}
.bar-h-38{height:38%}
.bar-h-40{height:40%}
.bar-h-42{height:42%}
.bar-h-44{height:44%}
.bar-h-45{height:45%}
.bar-h-46{height:46%}
.bar-h-50{height:50%}
.bar-h-52{height:52%}
.bar-h-55{height:55%}
.bar-h-58{height:58%}
.bar-h-60{height:60%}
.bar-h-63{height:63%}
.bar-h-64{height:64%}
.bar-h-66{height:66%}
.bar-h-68{height:68%}
.bar-h-70{height:70%}
.bar-h-72{height:72%}
.bar-h-74{height:74%}
.bar-h-75{height:75%}
.bar-h-78{height:78%}
.bar-h-82{height:82%}
.bar-h-83{height:83%}
.bar-h-85{height:85%}
.bar-h-86{height:86%}
.bar-h-88{height:88%}
.bar-h-91{height:91%}
.bar-h-92{height:92%}
.bar-h-94{height:94%}
.progress-w-0{width:0%}
.progress-w-38{width:38%}
.progress-w-40{width:40%}
.progress-w-64{width:64%}
.progress-w-70{width:70%}
.progress-w-72{width:72%}
.progress-w-79{width:79%}
.progress-w-80{width:80%}
.progress-w-81{width:81%}
.progress-w-86{width:86%}
.progress-w-92{width:92%}
body.public-page{--green:#04a74e;--green-dark:#07823f;--dark:#06162f;--dark-2:#0b2142;--light-bg:#f5f8fb;--text:#1d2a3b;--muted:#6f7d8c;--border:#e5ebf1;--white:#ffffff;--shadow:0 18px 45px rgba(8,25,57,0.12)}
body.public-page *,body.dashboard-page *{box-sizing:border-box}
body.public-page{font-family:"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
body.public-page a,body.dashboard-page a{text-decoration:none}
body.public-page .section-padding{padding:95px 0}
body.public-page .section-kicker{display:inline-block;color:var(--green);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
body.public-page .section-title h2{font-size:clamp(30px,4vw,48px);font-weight:900;color:var(--dark);margin-bottom:16px}
body.public-page .section-title p{max-width:720px;margin:0 auto;color:var(--muted);line-height:1.7}
body.public-page .top-strip{background:var(--dark);color:#fff;padding:8px 0;font-size:13px}
body.public-page .top-strip a{color:rgba(255,255,255,0.82);margin-left:14px;transition:0.2s}
body.public-page .top-strip a:hover,body.public-page .mega-menu a:hover,body.public-page .hero-content h1 span,body.public-page .mini-market-row b,body.public-page .footer-section a:hover,body.public-page .blog-header-nav a:hover,body.public-page .blog-breadcrumb a,body.public-page .category-list li a:hover,body.dashboard-page .search-box i,body.dashboard-page .summary-card .up,body.dashboard-page .portfolio-summary-card .up,body.dashboard-page .signal-stat-card .up,body.dashboard-page .portfolio-search i,body.dashboard-page .broker-summary-card .up,body.dashboard-page .team-summary-card .up,body.dashboard-page .matching-box strong,body.dashboard-page .level-summary-list b{color:var(--green)}
body.public-page .top-left,body.public-page .top-right{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
body.public-page .language-dropdown{position:relative;margin-left:10px}
body.public-page .language-btn{border:0;background:transparent;color:#fff;font-size:13px}
body.public-page .language-menu{position:absolute;top:28px;right:0;background:#fff;min-width:140px;border-radius:10px;box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:0.2s;z-index:999}
body.public-page .language-dropdown:hover .language-menu,body.dashboard-page .copy-toast.show{opacity:1;visibility:visible;transform:translateY(0)}
body.public-page .language-menu a{display:block;color:var(--text);margin:0;padding:8px 10px;border-radius:7px}
body.public-page .language-menu a:hover{background:#f1f6f3;color:var(--green)}
body.public-page .main-header{background:#fff;position:sticky;top:0;z-index:990;box-shadow:0 4px 20px rgba(8,25,57,0.06)}
body.public-page .main-header.scrolled{box-shadow:0 8px 30px rgba(8,25,57,0.12)}
body.public-page .navbar{min-height:82px;padding:0}
body.public-page .navbar-brand{display:flex;flex-direction:column;line-height:1}
body.public-page .brand-main,body.public-page .mobile-logo span,body.public-page .footer-brand h3 span{font-size:36px;font-weight:900;color:var(--dark);letter-spacing:-2px}
body.public-page .brand-green{font-size:36px;font-weight:900;color:var(--green);letter-spacing:-2px}
body.public-page .navbar-brand small{font-size:9px;color:var(--dark);letter-spacing:3px;margin-top:5px;font-weight:800}
body.public-page .navbar-nav{gap:5px}
body.public-page .nav-link{color:var(--dark) !important;font-weight:700;font-size:15px;padding:30px 12px !important}
body.public-page .nav-link:hover,body.dashboard-page .text-positive{color:var(--green) !important}
body.public-page .header-actions{display:flex;align-items:center;gap:12px;margin-left:22px}
body.public-page .login-btn{color:var(--dark);font-weight:800;padding:11px 18px;border-radius:999px;border:1px solid var(--border)}
body.public-page .trade-btn,body.public-page .btn-main{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:800;padding:12px 24px;border-radius:999px;box-shadow:0 12px 25px rgba(4,167,78,0.25);transition:0.25s}
body.public-page .trade-btn:hover,body.public-page .btn-main:hover,body.public-page .plan-btn:hover,body.dashboard-page .primary-btn:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px)}
body.public-page .btn-outline-main{display:inline-flex;align-items:center;justify-content:center;color:var(--dark);font-weight:800;padding:12px 24px;border-radius:999px;border:1px solid var(--border);background:#fff}
body.public-page .btn-outline-main:hover,body.dashboard-page .outline-btn:hover{color:var(--green);border-color:var(--green)}
body.public-page .dropdown-wrap,body.public-page .input-icon,body.public-page .blog-search,body.dashboard-page .profile-dropdown{position:relative}
body.public-page .mega-menu{position:absolute;left:50%;top:100%;transform:translate(-50%,14px);width:780px;background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:28px;opacity:0;visibility:hidden;transition:0.25s;border:1px solid var(--border)}
body.public-page .dropdown-wrap:hover .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
body.public-page .mega-menu h6{font-weight:900;color:var(--dark);margin-bottom:14px}
body.public-page .mega-menu a{display:block;color:var(--muted);padding:6px 0;font-weight:600}
body.public-page .mega-menu p{color:var(--muted);line-height:1.6}
body.public-page .mega-btn{color:#fff !important;background:var(--green);display:inline-block !important;padding:10px 18px !important;border-radius:999px}
body.public-page .mega-card{height:100%;background:#f3faf6;border-radius:18px;padding:22px;display:flex;align-items:center;gap:15px;color:var(--dark);font-weight:800}
body.public-page .mega-card.dark{background:var(--dark);color:#fff}
body.public-page .mega-card i{color:var(--green);font-size:34px}
body.public-page .custom-toggler{border:0;color:var(--dark);font-size:30px}
body.public-page .mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:998;display:none}
body.public-page .mobile-menu-overlay.show,body.public-page .mobile-submenu.open,body.public-page .product-content.active,body.public-page .faq-item.active .faq-answer,body.dashboard-page .profile-menu.show{display:block}
body.public-page .mobile-menu{position:fixed;top:0;right:-330px;width:320px;height:100vh;background:#fff;z-index:999;padding:22px;transition:0.3s;overflow-y:auto}
body.public-page .mobile-menu.show{right:0}
body.public-page .mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
body.public-page .mobile-logo{font-size:28px;font-weight:900;color:var(--green)}
body.public-page .mobile-menu-head button{border:0;background:#f2f5f8;width:38px;height:38px;border-radius:50%}
body.public-page .mobile-nav{list-style:none;margin:0;padding:0}
body.public-page .mobile-nav a,body.public-page .mobile-dropdown-btn{width:100%;border:0;background:transparent;color:var(--dark);font-weight:800;display:flex;justify-content:space-between;padding:13px 0}
body.public-page .mobile-submenu{display:none;padding-left:15px}
body.public-page .mobile-submenu a{color:var(--muted);font-weight:600;padding:8px 0}
body.public-page .mobile-actions,body.dashboard-page .portfolio-footer{display:flex;gap:10px;margin-top:20px}
body.public-page .hero-section{position:relative;padding:105px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(4,167,78,0.18),transparent 35%),linear-gradient(135deg,#f8fbff 0%,#eef8f3 100%);overflow:hidden}
body.public-page .hero-shape,body.public-page .auth-bg-shape{position:absolute;border-radius:50%;filter:blur(4px)}
body.public-page .hero-shape-1{width:280px;height:280px;background:rgba(4,167,78,0.12);left:-90px;top:130px}
body.public-page .hero-shape-2{width:180px;height:180px;background:rgba(6,22,47,0.08);right:10%;bottom:40px}
body.public-page .hero-content h1{font-size:clamp(52px,8vw,92px);font-weight:950;color:var(--dark);line-height:0.95;letter-spacing:-3px;margin-bottom:26px}
body.public-page .hero-content p{color:var(--muted);font-size:18px;line-height:1.8;max-width:560px}
body.public-page .hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0}
body.public-page .trust-row{display:flex;flex-wrap:wrap;gap:28px}
body.public-page .trust-row div{min-width:90px}
body.public-page .trust-row strong{display:block;color:var(--dark);font-size:25px;font-weight:900}
body.public-page .trust-row span,body.public-page .recent-post span{color:var(--muted);font-size:13px;font-weight:700}
body.public-page .hero-dashboard{position:relative;background:var(--dark);border-radius:32px;padding:28px;min-height:490px;box-shadow:0 35px 80px rgba(8,25,57,0.25);overflow:hidden}
body.public-page .dashboard-top{display:flex;gap:8px;margin-bottom:26px}
body.public-page .dashboard-top span{width:12px;height:12px;border-radius:50%;background:#fff;opacity:0.3}
body.public-page .balance-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);padding:24px;border-radius:22px;color:#fff}
body.public-page .balance-card small,body.public-page .cta-widget p{color:rgba(255,255,255,0.68)}
body.public-page .balance-card h3{font-size:42px;font-weight:900;margin:6px 0}
body.public-page .balance-card p{color:var(--green);margin:0;font-weight:800}
body.public-page .chart-box{margin-top:26px;height:210px;background:rgba(255,255,255,0.06);border-radius:22px;padding:22px;position:relative}
body.public-page .chart-bars{height:100%;display:flex;align-items:end;gap:18px}
body.public-page .chart-bars span{flex:1;background:linear-gradient(180deg,var(--green),rgba(4,167,78,0.18));border-radius:999px 999px 0 0}
body.public-page .market-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
body.public-page .market-mini div,body.dashboard-page .copy-grid div{background:#fff;border-radius:16px;padding:14px}
body.public-page .market-mini span{display:block;color:var(--muted);font-size:12px}
body.public-page .market-mini strong,body.public-page .auth-brand span,body.public-page .blog-logo span,body.dashboard-page .rank-requirement-card strong{color:var(--dark)}
body.public-page .stats-section{padding:60px 0;background:#fff}
body.public-page .regulation-box{text-align:center;margin-bottom:36px}
body.public-page .regulation-box p{color:var(--muted);margin-bottom:12px;font-weight:700}
body.public-page .regulation-box span{display:inline-flex;margin:6px;padding:9px 20px;border:1px solid var(--border);border-radius:999px;color:var(--dark);font-weight:900}
body.public-page .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
body.public-page .stat-card{background:#fff;border:1px solid var(--border);box-shadow:0 10px 30px rgba(8,25,57,0.06);border-radius:20px;padding:24px 18px;text-align:center}
body.public-page .stat-card h3{color:var(--green);font-weight:950;font-size:24px}
body.public-page .stat-card p{color:var(--muted);margin:0;font-size:13px;font-weight:700;text-transform:uppercase}
body.public-page .why-section,body.public-page .services-section{background:var(--light-bg)}
body.public-page .feature-card,body.public-page .service-card,body.public-page .news-card{height:100%;background:#fff;border-radius:24px;padding:30px;border:1px solid var(--border);box-shadow:0 12px 35px rgba(8,25,57,0.06);transition:0.25s}
body.public-page .feature-card:hover,body.public-page .service-card:hover,body.public-page .news-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
body.public-page .feature-card i,body.public-page .service-card i{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;background:#eaf9f1;color:var(--green);border-radius:18px;font-size:28px;margin-bottom:22px}
body.public-page .feature-card h4,body.public-page .service-card h4{color:var(--dark);font-weight:900;font-size:20px}
body.public-page .feature-card p,body.public-page .service-card p{color:var(--muted);line-height:1.7;margin-bottom:0}
body.public-page .products-section,body.public-page .faq-section,body.public-page .news-section,body.public-page .blog-article,body.public-page .plan-section,body.public-page .transaction-section{background:#fff}
body.public-page .product-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:38px 0 28px}
body.public-page .product-tab{border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:999px;padding:11px 22px;font-weight:900;transition:0.2s}
body.public-page .product-tab.active,body.public-page .product-tab:hover,body.dashboard-page .portfolio-tab.active,body.dashboard-page .portfolio-tab:hover,body.dashboard-page .signal-tab.active,body.dashboard-page .signal-tab:hover,body.dashboard-page .broker-tab.active,body.dashboard-page .broker-tab:hover{background:var(--green);color:#fff;border-color:var(--green)}
body.public-page .product-content{display:none;background:var(--light-bg);border-radius:30px;padding:44px}
body.public-page .product-content h3{color:var(--dark);font-size:34px;font-weight:900}
body.public-page .product-content p{color:var(--muted);line-height:1.8;font-size:17px}
body.public-page .read-more,body.public-page .faq-support-box a,body.public-page .news-body a,body.public-page .auth-options a,body.public-page .auth-bottom-text a{color:var(--green);font-weight:900}
body.public-page .product-visual{min-height:270px;border-radius:28px;display:flex;align-items:center;justify-content:center;background:var(--dark);color:var(--green)}
body.public-page .product-visual i,body.public-page .blog-feature-img i{font-size:110px}
body.public-page .apps-section{background:linear-gradient(135deg,var(--dark),#0c2b52);color:#fff}
body.public-page .apps-section .section-title h2,body.public-page .footer-brand h3 span,body.public-page .floating-whatsapp:hover,body.public-page .cta-widget h4,body.dashboard-page .sidebar-brand a span,body.dashboard-page .main-node h5{color:#fff}
body.public-page .apps-section .section-title p{color:rgba(255,255,255,0.7);margin-left:0}
body.public-page .app-list{display:grid;gap:16px;margin-top:30px}
body.public-page .app-item{display:flex;gap:16px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);padding:18px;border-radius:18px}
body.public-page .app-item.active{background:rgba(4,167,78,0.2)}
body.public-page .app-item i{color:var(--green);font-size:30px}
body.public-page .app-item h5{font-weight:900;margin-bottom:4px}
body.public-page .app-item p{margin:0;color:rgba(255,255,255,0.65)}
body.public-page .phone-showcase{position:relative;height:480px}
body.public-page .phone-card{position:absolute;width:210px;height:410px;background:#111;border:8px solid #1e2e46;border-radius:36px;padding:14px;box-shadow:0 30px 70px rgba(0,0,0,0.35)}
body.public-page .phone-one{left:8%;top:35px;transform:rotate(-8deg)}
body.public-page .phone-two{left:38%;top:0;z-index:2}
body.public-page .phone-three{right:7%;top:55px;transform:rotate(8deg)}
body.public-page .phone-screen{height:100%;background:linear-gradient(180deg,#f7fbff,#e9f9f0);border-radius:26px;padding:20px;color:var(--dark)}
body.public-page .phone-screen h6,body.dashboard-page .unilevel-members b{color:var(--muted)}
body.public-page .phone-screen h3{font-weight:950}
body.public-page .phone-chart{height:150px;margin-top:35px;border-radius:20px;background:linear-gradient(135deg,rgba(4,167,78,0.15),rgba(4,167,78,0.65))}
body.public-page .mini-market-row{display:flex;justify-content:space-between;background:#fff;border-radius:12px;padding:12px;margin-bottom:10px}
body.public-page .phone-screen button{margin-top:90px;width:100%;border:0;background:var(--green);color:#fff;padding:12px;border-radius:999px;font-weight:900}
body.public-page .service-card a{display:inline-block;margin-top:18px;color:var(--green);font-weight:900}
body.public-page .steps-section{background:#fff;position:relative}
body.public-page .steps-wrapper{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:20px}
body.public-page .step-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:28px;padding:34px 28px;text-align:center;box-shadow:0 14px 40px rgba(8,25,57,0.07);transition:0.25s ease}
body.public-page .step-card:hover,body.public-page .plan-card:hover,body.public-page .rank-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
body.public-page .step-number{position:absolute;top:18px;right:22px;color:rgba(4,167,78,0.12);font-size:42px;line-height:1;font-weight:950}
body.public-page .step-icon{width:76px;height:76px;margin:0 auto 22px;border-radius:24px;background:#eaf9f1;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:34px}
body.public-page .step-card h4{color:var(--dark);font-size:21px;font-weight:950;margin-bottom:12px}
body.public-page .step-card p,body.public-page .roadmap-content p,body.public-page .author-box p{color:var(--muted);line-height:1.7;margin:0}
body.public-page .step-line{width:70px;height:2px;background:linear-gradient(90deg,var(--green),rgba(4,167,78,0.1));align-self:center}
body.public-page .roadmap-section{background:radial-gradient(circle at top right,rgba(4,167,78,0.12),transparent 35%),var(--light-bg)}
body.public-page .roadmap-timeline{position:relative;max-width:980px;margin-left:auto;margin-right:auto}
body.public-page .roadmap-timeline::before{content:"";position:absolute;left:50%;top:10px;bottom:10px;width:3px;background:#dbe6ef;transform:translateX(-50%)}
body.public-page .roadmap-item{position:relative;display:flex;width:50%;padding:0 42px 42px 0}
body.public-page .roadmap-item:nth-child(even){margin-left:50%;padding:0 0 42px 42px}
body.public-page .roadmap-dot{position:absolute;top:24px;right:-11px;width:22px;height:22px;border-radius:50%;background:#c7d3df;border:5px solid #fff;box-shadow:0 0 0 4px #dbe6ef;z-index:2}
body.public-page .roadmap-item:nth-child(even) .roadmap-dot{right:auto;left:-11px}
body.public-page .roadmap-item.active .roadmap-dot{background:var(--green);box-shadow:0 0 0 4px rgba(4,167,78,0.18)}
body.public-page .roadmap-content{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;box-shadow:0 14px 35px rgba(8,25,57,0.07);width:100%;transition:0.25s ease}
body.public-page .roadmap-content:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
body.public-page .roadmap-content span{display:inline-block;color:var(--green);background:#eaf9f1;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:14px}
body.public-page .roadmap-content h4{color:var(--dark);font-size:21px;font-weight:950;margin-bottom:10px}
body.public-page .faq-title p,body.public-page .contact-title p{margin-left:0}
body.public-page .faq-support-box{margin-top:30px;background:linear-gradient(135deg,var(--dark),#0c2b52);border-radius:26px;padding:28px;color:#fff;display:flex;gap:18px;align-items:flex-start;box-shadow:var(--shadow)}
body.public-page .faq-support-box i{width:58px;height:58px;border-radius:18px;background:rgba(4,167,78,0.18);color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:30px;flex:0 0 auto}
body.public-page .faq-support-box h5{font-weight:950;margin-bottom:6px}
body.public-page .faq-support-box p{color:rgba(255,255,255,0.68);margin-bottom:10px}
body.public-page .faq-accordion,body.dashboard-page .signal-list,body.dashboard-page .ref-link-list{display:grid;gap:14px}
body.public-page .faq-item{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(8,25,57,0.05)}
body.public-page .faq-question{width:100%;border:0;background:#fff;color:var(--dark);padding:22px 24px;font-size:17px;font-weight:900;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer}
body.public-page .faq-question i{color:var(--green);transition:transform 0.25s ease}
body.public-page .faq-answer{display:none;overflow:hidden}
body.public-page .faq-answer p{color:var(--muted);line-height:1.75;padding:0 24px 22px;margin:0}
body.public-page .faq-item.active .faq-question i,body.dashboard-page .sidebar-item.open .arrow,body.dashboard-page .sidebar-item.open>.sidebar-link .chevron,body.dashboard-page .sidebar-item.open>.sidebar-link .arrow{transform:rotate(180deg)}
body.public-page .ib-section{padding:70px 0;background:#fff}
body.public-page .ib-box{background:radial-gradient(circle at right,rgba(4,167,78,0.26),transparent 40%),var(--dark);color:#fff;border-radius:34px;padding:50px;display:flex;justify-content:space-between;gap:30px;align-items:center}
body.public-page .ib-box h2{font-size:clamp(28px,4vw,44px);font-weight:950}
body.public-page .ib-box p{color:rgba(255,255,255,0.7);max-width:650px;margin:0}
body.public-page .news-card,body.dashboard-page .transaction-card{padding:0;overflow:hidden}
body.public-page .news-img{height:190px;background:linear-gradient(135deg,var(--dark),var(--green));color:#fff;display:flex;align-items:center;justify-content:center}
body.public-page .news-img i{font-size:65px}
body.public-page .news-body,body.dashboard-page .broker-modal .modal-body{padding:26px}
body.public-page .news-body span{color:var(--green);font-weight:800;font-size:13px}
body.public-page .news-body h4{color:var(--dark);font-weight:900;font-size:20px;margin:12px 0 18px}
body.public-page .partners-section{background:var(--light-bg);padding:40px 0;text-align:center}
body.public-page .partners-section p{color:var(--muted);font-weight:900;text-transform:uppercase;margin-bottom:20px}
body.public-page .partners-slider{display:flex;justify-content:center;flex-wrap:wrap;gap:18px}
body.public-page .partners-slider span{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 24px;font-weight:900;color:var(--dark)}
body.public-page .footer-section{background:var(--dark);color:#fff;padding:70px 0 20px}
body.public-page .footer-brand h3{font-size:38px;font-weight:950}
body.public-page .footer-brand p{color:rgba(255,255,255,0.65);max-width:350px;line-height:1.7}
body.public-page .footer-section h5{font-weight:900;margin-bottom:18px}
body.public-page .footer-section a{display:block;color:rgba(255,255,255,0.65);margin-bottom:10px}
body.public-page .social-icons,body.dashboard-page .referral-box div,body.dashboard-page .ref-copy-box div{display:flex;gap:10px}
body.public-page .social-icons a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.08);display:inline-flex;align-items:center;justify-content:center}
body.public-page .footer-bottom{border-top:1px solid rgba(255,255,255,0.09);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:15px;color:rgba(255,255,255,0.55);font-size:13px}
body.public-page .footer-bottom p,body.public-page .blog-info-box p,body.dashboard-page .sidebar-item{margin:0}
body.public-page .floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:#25d366;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 15px 35px rgba(37,211,102,0.35);z-index:900}
body.public-page .auth-section{position:relative;min-height:100vh;background:radial-gradient(circle at 15% 15%,rgba(4,167,78,0.16),transparent 32%),linear-gradient(135deg,#f7fbff 0%,#eef8f3 100%);overflow:hidden;padding:40px 0}
body.public-page .auth-bg-shape.shape-one{width:260px;height:260px;background:rgba(4,167,78,0.14);left:-80px;bottom:70px}
body.public-page .auth-bg-shape.shape-two{width:180px;height:180px;background:rgba(6,22,47,0.08);right:9%;top:95px}
body.public-page .auth-left-content{position:relative;z-index:2;max-width:540px}
body.public-page .auth-brand{display:inline-flex;flex-direction:column;color:var(--green);font-size:38px;font-weight:950;letter-spacing:-2px;line-height:1;margin-bottom:44px}
body.public-page .auth-brand small{margin-top:7px;color:var(--dark);font-size:9px;letter-spacing:3px;font-weight:900}
body.public-page .auth-left-content h1{color:var(--dark);font-size:clamp(42px,6vw,68px);font-weight:950;letter-spacing:-2px;line-height:1;margin-bottom:22px}
body.public-page .auth-left-content p{color:var(--muted);font-size:18px;line-height:1.8}
body.public-page .auth-feature-list{display:grid;gap:16px;margin-top:34px}
body.public-page .auth-feature-list div{display:flex;align-items:center;gap:14px;color:var(--dark);font-weight:800}
body.public-page .auth-feature-list i{width:42px;height:42px;border-radius:14px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:22px}
body.public-page .auth-card{position:relative;z-index:2;background:#fff;border:1px solid var(--border);border-radius:32px;box-shadow:var(--shadow);padding:42px;max-width:520px;margin-left:auto}
body.public-page .register-card{max-width:760px}
body.public-page .auth-card-header{margin-bottom:28px}
body.public-page .auth-card-header h2{color:var(--dark);font-size:38px;font-weight:950;margin-bottom:8px}
body.public-page .auth-card-header p{color:var(--muted);margin:0}
body.public-page .form-group{margin-bottom:18px}
body.public-page .form-group label,body.dashboard-page .broker-modal label{display:block;color:var(--dark);font-size:14px;font-weight:900;margin-bottom:8px}
body.public-page .input-icon>i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--green);font-size:18px}
body.public-page .input-icon input,body.public-page .input-icon select{width:100%;height:54px;border:1px solid var(--border);border-radius:16px;background:#f8fafc;padding:0 48px;color:var(--dark);font-weight:600;outline:none;transition:0.2s}
body.public-page .input-icon input:focus,body.public-page .input-icon select:focus,body.public-page .contact-form input:focus,body.public-page .contact-form select:focus,body.public-page .contact-form textarea:focus,body.dashboard-page .broker-modal input:focus,body.dashboard-page .broker-modal select:focus,body.dashboard-page .broker-modal textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 4px rgba(4,167,78,0.08)}
body.public-page .password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);font-size:18px}
body.public-page .auth-options{display:flex;justify-content:space-between;gap:12px;margin:6px 0 24px;font-size:14px}
body.public-page .custom-check{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;font-weight:700}
body.public-page .custom-check input{width:16px;height:16px;accent-color:var(--green)}
body.public-page .auth-submit-btn{width:100%;border:0;height:54px;border-radius:999px;background:var(--green);color:#fff;font-weight:900;box-shadow:0 12px 25px rgba(4,167,78,0.25);transition:0.25s}
body.public-page .auth-submit-btn:hover,body.public-page .contact-submit-btn:hover{background:var(--green-dark);transform:translateY(-2px)}
body.public-page .auth-divider{position:relative;text-align:center;margin:28px 0}
body.public-page .auth-divider::before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:var(--border)}
body.public-page .auth-divider span{position:relative;background:#fff;color:var(--muted);padding:0 14px;font-size:13px;font-weight:700}
body.public-page .social-login{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
body.public-page .social-login button{border:1px solid var(--border);background:#fff;color:var(--dark);height:48px;border-radius:14px;font-weight:900}
body.public-page .social-login button i{color:var(--green);margin-right:6px}
body.public-page .auth-bottom-text{text-align:center;color:var(--muted);font-weight:700;margin:24px 0 0}
body.public-page .auth-mobile-brand{text-align:center;margin-bottom:25px}
body.public-page .small-brand{font-size:30px;margin-bottom:0}
body.public-page .auth-progress-box{display:grid;gap:18px;margin-top:35px}
body.public-page .progress-step{display:flex;gap:15px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(8,25,57,0.06)}
body.public-page .progress-step span{width:42px;height:42px;border-radius:50%;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-weight:950}
body.public-page .progress-step.active span,body.dashboard-page .portfolio-btn.green,body.dashboard-page .broker-btn.green,body.dashboard-page .copy-btn:hover,body.dashboard-page .copy-btn.copied,body.dashboard-page .binary-placement-switch button.active,body.dashboard-page .small-action-btn:hover{background:var(--green);color:#fff}
body.public-page .progress-step h5{color:var(--dark);font-weight:950;margin-bottom:4px}
body.public-page .progress-step p{margin:0;font-size:14px}
body.public-page .blog-simple-header{background:#fff;box-shadow:0 4px 20px rgba(8,25,57,0.06);padding:18px 0;position:sticky;top:0;z-index:900}
body.public-page .blog-logo{color:var(--green);font-size:32px;font-weight:950;letter-spacing:-1.5px}
body.public-page .blog-header-nav{gap:28px}
body.public-page .blog-header-nav a{color:var(--dark);font-weight:800}
body.public-page .blog-details-hero{background:radial-gradient(circle at top right,rgba(4,167,78,0.17),transparent 35%),linear-gradient(135deg,#f7fbff 0%,#eef8f3 100%);padding:80px 0 70px}
body.public-page .blog-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;color:var(--muted);font-weight:700;margin-bottom:30px}
body.public-page .blog-category{display:inline-flex;background:#eaf9f1;color:var(--green);font-size:13px;font-weight:950;text-transform:uppercase;padding:9px 16px;border-radius:999px;margin-bottom:18px}
body.public-page .blog-hero-content h1{color:var(--dark);font-size:clamp(34px,6vw,64px);font-weight:950;letter-spacing:-2px;line-height:1.05;margin-bottom:24px}
body.public-page .blog-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;color:var(--muted);font-weight:700;font-size:14px}
body.public-page .blog-meta i{color:var(--green);margin-right:5px}
body.public-page .blog-details-section{padding:90px 0;background:#fff}
body.public-page .blog-feature-img{height:430px;border-radius:30px;background:linear-gradient(135deg,var(--dark),var(--green));display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:36px}
body.public-page .blog-article p{color:var(--muted);line-height:1.85;font-size:17px;margin-bottom:22px}
body.public-page .blog-lead{color:var(--dark) !important;font-size:21px !important;font-weight:700}
body.public-page .blog-article h2{color:var(--dark);font-size:32px;font-weight:950;margin:38px 0 16px}
body.public-page .blog-article blockquote{background:var(--light-bg);border-left:5px solid var(--green);border-radius:18px;padding:28px;color:var(--dark);font-size:22px;font-weight:800;line-height:1.6;margin:34px 0}
body.public-page .blog-article ul{padding-left:0;list-style:none;display:grid;gap:12px;margin:26px 0}
body.public-page .blog-article ul li{color:var(--muted);font-size:16px;line-height:1.7;position:relative;padding-left:30px}
body.public-page .blog-article ul li::before{content:"";font-family:"bootstrap-icons";position:absolute;left:0;color:var(--green)}
body.public-page .blog-info-box{display:flex;gap:18px;background:#fff7e8;border:1px solid #ffe4aa;border-radius:22px;padding:24px;margin:34px 0}
body.public-page .blog-info-box i{color:#f0a100;font-size:34px}
body.public-page .blog-info-box h5,body.public-page .blog-tags span,body.public-page .blog-share span,body.public-page .author-box h4,body.public-page .comments-box h3,body.public-page .sidebar-widget h4,body.dashboard-page .copy-grid strong,body.dashboard-page .mini-module-card h4,body.dashboard-page .portfolio-stats strong,body.dashboard-page .signal-price-grid strong,body.dashboard-page .signal-package-meta strong,body.dashboard-page .level-summary-list strong,body.dashboard-page .gap-progress-list strong{color:var(--dark);font-weight:950}
body.public-page .blog-tags,body.public-page .blog-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}
body.public-page .blog-tags a{background:#eaf9f1;color:var(--green);padding:8px 14px;border-radius:999px;font-weight:800;font-size:13px}
body.public-page .blog-share a{width:38px;height:38px;background:var(--light-bg);color:var(--green);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
body.public-page .author-box{display:flex;gap:20px;background:var(--light-bg);border-radius:24px;padding:28px;margin-top:45px}
body.public-page .author-avatar{width:76px;height:76px;border-radius:22px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:36px;flex:0 0 auto}
body.public-page .comments-box{background:#fff;border:1px solid var(--border);border-radius:26px;padding:30px;margin-top:35px;box-shadow:0 12px 35px rgba(8,25,57,0.06)}
body.public-page .comments-box input,body.public-page .comments-box textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:15px 18px;outline:none;background:#f8fafc}
body.public-page .comments-box input:focus,body.public-page .comments-box textarea:focus{border-color:var(--green);background:#fff}
body.public-page .blog-sidebar{position:sticky;top:115px}
body.public-page .sidebar-widget{background:#fff;border:1px solid var(--border);border-radius:24px;padding:26px;margin-bottom:24px;box-shadow:0 12px 35px rgba(8,25,57,0.06)}
body.public-page .blog-search input{width:100%;height:52px;border:1px solid var(--border);border-radius:999px;padding:0 55px 0 18px;outline:none}
body.public-page .blog-search button{position:absolute;right:5px;top:5px;width:42px;height:42px;border:0;border-radius:50%;background:var(--green);color:#fff}
body.public-page .category-list{list-style:none;padding:0;margin:0}
body.public-page .category-list li a{display:flex;justify-content:space-between;color:var(--muted);font-weight:800;padding:12px 0;border-bottom:1px solid var(--border)}
body.public-page .category-list li:last-child a,body.public-page .transaction-table tbody tr:last-child td,body.dashboard-page .dashboard-table tbody tr:last-child td{border-bottom:0}
body.public-page .recent-post{display:flex;gap:14px;margin-top:18px}
body.public-page .recent-thumb{width:68px;height:68px;border-radius:16px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:26px;flex:0 0 auto}
body.public-page .recent-post a{color:var(--dark);font-weight:900;line-height:1.35;display:block}
body.public-page .cta-widget{background:radial-gradient(circle at right,rgba(4,167,78,0.25),transparent 40%),var(--dark);color:#fff}
body.public-page .plan-card{position:relative;height:100%;background:#fff;border:1px solid var(--border);border-radius:28px;padding:34px;box-shadow:0 14px 40px rgba(8,25,57,0.07);transition:0.25s ease;overflow:hidden}
body.public-page .plan-card.popular{border-color:rgba(4,167,78,0.35);background:radial-gradient(circle at top right,rgba(4,167,78,0.13),transparent 36%),#fff}
body.public-page .popular-badge{position:absolute;top:22px;right:-34px;background:var(--green);color:#fff;padding:7px 42px;transform:rotate(35deg);font-size:12px;font-weight:950;text-transform:uppercase}
body.public-page .plan-head span{display:inline-block;color:var(--green);font-weight:950;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
body.public-page .plan-head h3{color:var(--dark);font-size:46px;font-weight:950;margin-bottom:4px}
body.public-page .plan-head p{color:var(--muted);font-weight:700;margin-bottom:24px}
body.public-page .plan-list{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:14px}
body.public-page .plan-list li{color:var(--muted);font-weight:700}
body.public-page .plan-list i{color:var(--green);margin-right:8px}
body.public-page .plan-btn{width:100%;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-weight:950;transition:0.25s ease}
body.public-page .rank-section{background:radial-gradient(circle at top left,rgba(4,167,78,0.12),transparent 35%),var(--light-bg)}
body.public-page .rank-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:end;max-width:1000px;margin-left:auto;margin-right:auto}
body.public-page .rank-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:30px;padding:34px 28px;text-align:center;box-shadow:0 14px 40px rgba(8,25,57,0.07);transition:0.25s ease}
body.public-page .rank-card.first{padding-top:50px;min-height:390px;background:radial-gradient(circle at top,rgba(4,167,78,0.15),transparent 40%),#fff;border-color:rgba(4,167,78,0.35)}
body.public-page .rank-position{position:absolute;top:20px;left:22px;color:var(--green);font-size:18px;font-weight:950}
body.public-page .rank-crown{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 14px 30px rgba(4,167,78,0.3)}
body.public-page .rank-avatar{width:92px;height:92px;border-radius:50%;background:#eaf9f1;color:var(--green);margin:0 auto 22px;display:inline-flex;align-items:center;justify-content:center;font-size:46px;border:6px solid #fff;box-shadow:0 12px 28px rgba(8,25,57,0.1)}
body.public-page .rank-card h4{color:var(--dark);font-size:22px;font-weight:950}
body.public-page .rank-card p{color:var(--muted);margin-bottom:5px;font-weight:700}
body.public-page .rank-card h3{color:var(--green);font-size:34px;font-weight:950;margin-bottom:14px}
body.public-page .rank-card span{display:inline-flex;color:var(--dark);background:var(--light-bg);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:900}
body.public-page .transaction-table-card{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:0 14px 40px rgba(8,25,57,0.07);overflow:hidden}
body.public-page .transaction-table{margin:0;min-width:900px}
body.public-page .transaction-table thead th{background:var(--dark);color:#fff;padding:18px 20px;font-size:14px;font-weight:900;white-space:nowrap;border:0}
body.public-page .transaction-table tbody td{padding:17px 20px;color:var(--muted);font-weight:700;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap}
body.public-page .transaction-table tbody tr:hover,body.dashboard-page .dashboard-table tbody tr:hover{background:#f8fbff}
body.public-page .status-badge{display:inline-flex;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:950}
body.public-page .status-badge.success,body.dashboard-page .signal-badge.profit,body.dashboard-page .status-badge.success,body.dashboard-page .risk-badge.low,body.dashboard-page .signal-note.success,body.dashboard-page .connection-status.active,body.dashboard-page .broker-badge.recommended{background:#eaf9f1;color:var(--green)}
body.public-page .status-badge.pending{background:#fff6df;color:#c98a00}
body.public-page .status-badge.failed,body.dashboard-page .status-badge.failed,body.dashboard-page .risk-badge.high,body.dashboard-page .signal-badge.loss,body.dashboard-page .signal-note.danger{background:#ffecee;color:#e63946}
body.public-page .contact-section{background:radial-gradient(circle at top right,rgba(4,167,78,0.1),transparent 35%),var(--light-bg)}
body.public-page .contact-info-list{display:grid;gap:18px;margin-top:30px}
body.public-page .contact-info-item{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 32px rgba(8,25,57,0.06)}
body.public-page .contact-info-item i{width:52px;height:52px;border-radius:16px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:26px;flex:0 0 auto}
body.public-page .contact-info-item h5,body.dashboard-page .investment-item h5,body.dashboard-page .tree-node h5{color:var(--dark);font-weight:950;margin-bottom:5px}
body.public-page .contact-info-item p{color:var(--muted);margin:0;line-height:1.6}
body.public-page .contact-form{background:#fff;border:1px solid var(--border);border-radius:30px;padding:34px;box-shadow:var(--shadow)}
body.public-page .contact-form input,body.public-page .contact-form select,body.public-page .contact-form textarea{width:100%;border:1px solid var(--border);border-radius:16px;background:#f8fafc;padding:15px 18px;color:var(--dark);font-weight:700;outline:none;transition:0.2s ease}
body.public-page .contact-form input,body.public-page .contact-form select{height:54px}
body.public-page .contact-submit-btn{border:0;height:54px;padding:0 34px;border-radius:999px;background:var(--green);color:#fff;font-weight:950;box-shadow:0 12px 25px rgba(4,167,78,0.25);transition:0.25s ease}
body.public-page .form-message{margin:14px 0 0;color:var(--green);font-weight:800}
body.public-page .newsletter-section{padding:80px 0;background:#fff}
body.public-page .newsletter-box{background:radial-gradient(circle at right,rgba(4,167,78,0.25),transparent 40%),linear-gradient(135deg,var(--dark),#0c2b52);border-radius:36px;padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;color:#fff;overflow:hidden}
body.public-page .newsletter-content h2{font-size:clamp(30px,4vw,48px);font-weight:950;margin-bottom:14px}
body.public-page .newsletter-content p{color:rgba(255,255,255,0.68);line-height:1.75;margin:0;max-width:520px}
body.public-page .newsletter-input{position:relative;background:#fff;border-radius:999px;padding:8px;display:flex;align-items:center;gap:10px}
body.public-page .newsletter-input i{color:var(--green);font-size:24px;margin-left:14px}
body.public-page .newsletter-input input{flex:1;border:0;outline:none;color:var(--dark);font-weight:700;min-width:0}
body.public-page .newsletter-input button{border:0;background:var(--green);color:#fff;height:48px;padding:0 24px;border-radius:999px;font-weight:950;transition:0.25s ease}
body.public-page .newsletter-input button:hover{background:var(--green-dark)}
body.public-page .newsletter-message{margin:12px 0 0;color:#fff;font-weight:800}
@media (max-width:991px){body.public-page .rank-wrapper{grid-template-columns:1fr}
body.public-page .rank-card.first{order:-1;min-height:auto}
body.public-page .newsletter-box{grid-template-columns:1fr;padding:38px}
}
@media (max-width:575px){body.public-page .plan-card,body.public-page .contact-form{padding:26px}
body.public-page .newsletter-box{padding:28px;border-radius:26px}
body.public-page .newsletter-input{border-radius:22px;flex-direction:column;align-items:stretch;padding:16px}
body.public-page .newsletter-input i{display:none}
body.public-page .newsletter-input input{height:44px;text-align:center}
body.public-page .newsletter-input button{width:100%}
body.public-page .contact-submit-btn{width:100%}
}
@media (max-width:991px){body.public-page .auth-card{max-width:100%;margin:0}
body.public-page .blog-sidebar{position:static}
body.public-page .blog-feature-img{height:320px}
}
@media (max-width:575px){body.public-page .auth-card,body.public-page .register-card{padding:26px;border-radius:24px}
body.public-page .auth-card-header h2{font-size:30px}
body.public-page .social-login{grid-template-columns:1fr}
body.public-page .auth-options{flex-direction:column}
body.public-page .blog-details-hero{padding:55px 0}
body.public-page .blog-details-section{padding:60px 0}
body.public-page .blog-feature-img{height:240px;border-radius:22px}
body.public-page .blog-feature-img i{font-size:72px}
body.public-page .blog-article h2{font-size:26px}
body.public-page .blog-article blockquote{font-size:18px;padding:22px}
body.public-page .author-box,body.public-page .blog-info-box{flex-direction:column}
body.public-page .blog-simple-header .trade-btn{padding:9px 15px;font-size:13px}
}
@media (max-width:1199px){body.public-page .desktop-menu{display:none !important}
}
@media (max-width:991px){body.public-page .top-right{display:none}
body.public-page .hero-section{padding:70px 0}
body.public-page .hero-dashboard{min-height:420px}
body.public-page .stats-grid{grid-template-columns:repeat(2,1fr)}
body.public-page .steps-wrapper{grid-template-columns:1fr}
body.public-page .step-line{width:2px;height:45px;margin:0 auto}
body.public-page .roadmap-timeline::before{left:11px}
body.public-page .roadmap-item,body.public-page .roadmap-item:nth-child(even){width:100%;margin-left:0;padding:0 0 30px 42px}
body.public-page .roadmap-dot,body.public-page .roadmap-item:nth-child(even) .roadmap-dot{left:0;right:auto}
body.public-page .phone-showcase{height:430px}
body.public-page .phone-card{width:180px;height:360px}
body.public-page .phone-one{left:0}
body.public-page .phone-two{left:34%}
body.public-page .phone-three{right:0}
body.public-page .ib-box{flex-direction:column;align-items:flex-start}
body.public-page .footer-bottom{flex-direction:column}
}
@media (max-width:767px){body.public-page .section-padding{padding:70px 0}
body.public-page .brand-main,body.public-page .brand-green{font-size:30px}
body.public-page .navbar{min-height:72px}
body.public-page .hero-content h1{letter-spacing:-1.5px}
body.public-page .market-mini{grid-template-columns:1fr}
body.public-page .stats-grid{grid-template-columns:1fr}
body.public-page .product-content{padding:28px}
body.public-page .phone-showcase{height:auto;display:grid;gap:20px}
body.public-page .phone-card{position:static;transform:none;width:100%;height:320px}
body.public-page .ib-box{padding:32px}
body.public-page .top-left{justify-content:center;width:100%}
}
@media (max-width:575px){body.public-page .step-card,body.public-page .roadmap-content,body.public-page .faq-support-box{padding:24px}
body.public-page .faq-question{padding:18px 20px;font-size:15px}
body.public-page .faq-answer p{padding:0 20px 18px}
body.public-page .faq-support-box{flex-direction:column}
}
body.dashboard-page{--green:#04a74e;--green-dark:#07823f;--dark:#06162f;--dark-2:#0b2142;--body-bg:#f5f8fb;--card-bg:#ffffff;--text:#1d2a3b;--muted:#6f7d8c;--border:#e5ebf1;--shadow:0 14px 38px rgba(8,25,57,0.08);--sidebar-width:280px}
body.dashboard-page{margin:0;font-family:"Segoe UI",Arial,sans-serif;background:var(--body-bg);color:var(--text);overflow-x:hidden}
body.dashboard-page button,body.dashboard-page input{font-family:inherit}
body.dashboard-page .dashboard-wrapper{min-height:100vh;display:flex}
body.dashboard-page .dashboard-sidebar{width:var(--sidebar-width);height:100vh;background:var(--dark);color:#fff;position:fixed;left:0;top:0;z-index:1050;overflow-y:auto;transition:0.3s ease}
body.dashboard-page .dashboard-sidebar::-webkit-scrollbar{width:5px}
body.dashboard-page .dashboard-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.15);border-radius:999px}
body.dashboard-page .dashboard-main{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width);min-height:100vh}
body.dashboard-page .sidebar-brand{padding:24px 22px 18px}
body.dashboard-page .sidebar-brand a{display:inline-flex;flex-direction:column;color:var(--green);font-size:30px;font-weight:950;letter-spacing:-1.5px;line-height:1}
body.dashboard-page .sidebar-brand small{margin-top:6px;color:rgba(255,255,255,0.68);font-size:9px;letter-spacing:3px;font-weight:900}
body.dashboard-page .sidebar-user{display:flex;align-items:center;gap:12px;margin:6px 16px 18px;padding:14px;border-radius:18px;background:rgba(255,255,255,0.06)}
body.dashboard-page .user-avatar{width:44px;height:44px;border-radius:14px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:950}
body.dashboard-page .sidebar-user h6{margin:0 0 3px;font-size:14px;font-weight:900}
body.dashboard-page .sidebar-user p{margin:0;color:var(--green);font-size:12px;font-weight:800}
body.dashboard-page .sidebar-nav{padding:0 12px 24px}
body.dashboard-page .sidebar-title{color:rgba(255,255,255,0.42);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1px;padding:14px 12px 8px}
body.dashboard-page .sidebar-link{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:11px;color:rgba(255,255,255,0.78);padding:11px 12px;border-radius:13px;font-size:14px;font-weight:750;transition:0.2s;text-align:left}
body.dashboard-page .sidebar-link i:first-child{color:var(--green);font-size:18px;width:20px}
body.dashboard-page .sidebar-link:hover,body.dashboard-page .sidebar-link.active,body.dashboard-page .sidebar-item.open>.sidebar-link{background:rgba(4,167,78,0.14);color:#fff}
body.dashboard-page .sidebar-link .arrow{margin-left:auto;transition:0.25s ease}
body.dashboard-page .sidebar-submenu{display:none;padding:4px 0 8px 43px}
body.dashboard-page .sidebar-item.open .sidebar-submenu{display:grid;gap:3px}
body.dashboard-page .sidebar-submenu a{color:rgba(255,255,255,0.62);font-size:13px;font-weight:650;padding:7px 8px;border-radius:10px;transition:0.2s}
body.dashboard-page .sidebar-submenu a:hover,body.dashboard-page .sidebar-submenu a.active,body.dashboard-page .sidebar-link:hover,body.dashboard-page .sidebar-link.active,body.dashboard-page .sidebar-item.open>.sidebar-link{color:#fff;background:rgba(255,255,255,0.06)}
body.dashboard-page .logout-link{margin-top:8px;color:#ff9b9b}
body.dashboard-page .logout-link i:first-child{color:#ff6868}
body.dashboard-page .dashboard-topbar{height:84px;background:#fff;border-bottom:1px solid var(--border);padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:800}
body.dashboard-page .topbar-left{display:flex;align-items:center;gap:16px}
body.dashboard-page .sidebar-toggle{display:none;width:42px;height:42px;border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:13px;font-size:22px}
body.dashboard-page .topbar-left h5,body.dashboard-page .deposit-card-header h4{margin:0;color:var(--dark);font-weight:950}
body.dashboard-page .topbar-left p{margin:3px 0 0;color:var(--muted);font-size:13px;font-weight:650}
body.dashboard-page .topbar-right{display:flex;align-items:center;gap:12px}
body.dashboard-page .search-box{width:280px;height:44px;border:1px solid var(--border);border-radius:999px;align-items:center;gap:10px;padding:0 15px;background:#f8fafc}
body.dashboard-page .search-box input{border:0;background:transparent;outline:none;width:100%;font-size:14px;font-weight:650}
body.dashboard-page .top-icon{position:relative;width:44px;height:44px;border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:14px;font-size:18px}
body.dashboard-page .top-icon span{position:absolute;right:10px;top:9px;width:8px;height:8px;border-radius:50%;background:#ff4757}
body.dashboard-page .profile-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:5px 10px 5px 5px;display:flex;align-items:center;gap:8px;color:var(--dark);font-weight:900}
body.dashboard-page .profile-btn span{width:34px;height:34px;background:var(--green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
body.dashboard-page .profile-menu{position:absolute;right:0;top:56px;width:210px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;padding:10px;display:none}
body.dashboard-page .profile-menu a{display:flex;align-items:center;gap:10px;color:var(--text);font-size:14px;font-weight:750;padding:11px 12px;border-radius:12px}
body.dashboard-page .profile-menu a:hover{background:#f3faf6;color:var(--green)}
body.dashboard-page .dashboard-content{padding:28px}
body.dashboard-page .dashboard-alerts{display:grid;gap:14px;margin-bottom:24px}
body.dashboard-page .alert-card{display:flex;align-items:center;gap:12px;border-radius:18px;padding:15px 18px;font-weight:750}
body.dashboard-page .alert-card i{font-size:22px}
body.dashboard-page .alert-card a{margin-left:auto;font-weight:950}
body.dashboard-page .alert-card.warning,body.dashboard-page .signal-badge.running,body.dashboard-page .status-badge.pending,body.dashboard-page .risk-badge.medium,body.dashboard-page .connection-status.pending{background:#fff7e3;color:#9a6b00}
body.dashboard-page .alert-card.warning a{color:#9a6b00}
body.dashboard-page .alert-card.danger{background:#ffecee;color:#cf2e3b}
body.dashboard-page .alert-card.danger a{color:#cf2e3b}
body.dashboard-page .card-kicker{display:inline-block;color:var(--green);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px}
body.dashboard-page .primary-btn,body.dashboard-page .outline-btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 22px;border-radius:999px;font-weight:950;transition:0.25s}
body.dashboard-page .primary-btn{background:var(--green);color:#fff;box-shadow:0 12px 25px rgba(4,167,78,0.25)}
body.dashboard-page .outline-btn,body.dashboard-page .copy-actions button:last-child,body.dashboard-page .connected-broker-actions button:last-child{background:#fff;color:var(--dark);border:1px solid var(--border)}
body.dashboard-page .welcome-card{min-height:280px;background:radial-gradient(circle at right,rgba(4,167,78,0.28),transparent 40%),linear-gradient(135deg,var(--dark),#0d2a52);color:#fff;border-radius:30px;padding:34px;display:flex;justify-content:space-between;gap:25px;overflow:hidden;box-shadow:var(--shadow)}
body.dashboard-page .welcome-card h2{max-width:650px;font-size:clamp(28px,4vw,44px);font-weight:950;margin-bottom:14px}
body.dashboard-page .welcome-card p{max-width:650px;color:rgba(255,255,255,0.68);line-height:1.75}
body.dashboard-page .welcome-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
body.dashboard-page .welcome-visual{width:220px;flex:0 0 auto;display:flex;align-items:end}
body.dashboard-page .mini-chart{width:100%;height:190px;display:flex;align-items:end;gap:14px;padding:20px;border-radius:24px;background:rgba(255,255,255,0.08)}
body.dashboard-page .mini-chart span{flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,var(--green),rgba(4,167,78,0.2))}
body.dashboard-page .rank-card,body.dashboard-page .dashboard-card,body.dashboard-page .mini-module-card,body.dashboard-page .transaction-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:26px;box-shadow:var(--shadow)}
body.dashboard-page .rank-top{display:flex;align-items:center;justify-content:space-between}
body.dashboard-page .rank-top span,body.dashboard-page .wallet-card span,body.dashboard-page .signal-wallet-card span{color:var(--muted);font-weight:750}
body.dashboard-page .rank-top h3{color:var(--dark);font-size:38px;font-weight:950;margin:4px 0 0}
body.dashboard-page .rank-badge{width:62px;height:62px;border-radius:20px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:32px}
body.dashboard-page .rank-progress-box{margin-top:25px}
body.dashboard-page .rank-progress-box span{color:var(--muted);font-size:13px;font-weight:800}
body.dashboard-page .custom-progress{height:9px;border-radius:999px;background:#e8eef4;margin-top:9px}
body.dashboard-page .custom-progress .progress-bar{background:var(--green);border-radius:999px}
body.dashboard-page .rank-requirements{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
body.dashboard-page .rank-requirements div{background:var(--body-bg);border-radius:18px;padding:14px}
body.dashboard-page .rank-requirements span,body.dashboard-page .copy-grid span,body.dashboard-page .portfolio-stats span,body.dashboard-page .signal-price-grid span,body.dashboard-page .signal-package-meta span,body.dashboard-page .connected-broker-info span,body.dashboard-page .broker-features span{display:block;color:var(--muted);font-size:12px;font-weight:750}
body.dashboard-page .rank-requirements strong{color:var(--dark);font-size:15px}
body.dashboard-page .summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:28px}
body.dashboard-page .summary-card,body.dashboard-page .portfolio-summary-card,body.dashboard-page .signal-stat-card,body.dashboard-page .broker-summary-card,body.dashboard-page .team-summary-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;display:flex;gap:15px;box-shadow:0 10px 30px rgba(8,25,57,0.06)}
body.dashboard-page .summary-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex:0 0 auto}
body.dashboard-page .summary-icon.green,body.dashboard-page .node-avatar.green{background:var(--green)}
body.dashboard-page .summary-icon.blue,body.dashboard-page .broker-logo.blue,body.dashboard-page .node-avatar.blue,body.dashboard-page .badge-blue{background:#2563eb}
body.dashboard-page .summary-icon.orange,body.dashboard-page .broker-logo.orange{background:#f59e0b}
body.dashboard-page .summary-icon.purple,body.dashboard-page .broker-logo.purple,body.dashboard-page .badge-purple{background:#7c3aed}
body.dashboard-page .summary-icon.pink{background:#db2777}
body.dashboard-page .summary-card span,body.dashboard-page .portfolio-summary-card span,body.dashboard-page .signal-stat-card span,body.dashboard-page .broker-summary-card span,body.dashboard-page .team-summary-card span{color:var(--muted);font-size:13px;font-weight:750}
body.dashboard-page .summary-card h3{color:var(--dark);font-size:22px;font-weight:950;margin:5px 0}
body.dashboard-page .summary-card p{margin:0;font-size:12px;font-weight:850}
body.dashboard-page .summary-card .down,body.dashboard-page .signal-stat-card .down{color:#ef4444}
body.dashboard-page .section-head,body.dashboard-page .card-header-flex{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:30px 0 17px}
body.dashboard-page .card-header-flex{margin:0 0 22px}
body.dashboard-page .section-head h4,body.dashboard-page .card-header-flex h4{color:var(--dark);font-size:22px;font-weight:950;margin:0}
body.dashboard-page .section-head a,body.dashboard-page .card-header-flex a,body.dashboard-page .mini-module-card a,body.dashboard-page .signal-trade-footer a{color:var(--green);font-weight:950}
body.dashboard-page .wallet-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:25px}
body.dashboard-page .wallet-card{background:radial-gradient(circle at top right,rgba(4,167,78,0.12),transparent 38%),#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 10px 30px rgba(8,25,57,0.06)}
body.dashboard-page .wallet-card.fuel{border-color:rgba(239,68,68,0.22);background:radial-gradient(circle at top right,rgba(239,68,68,0.12),transparent 38%),#fff}
body.dashboard-page .wallet-card h3{color:var(--dark);font-size:26px;font-weight:950;margin:8px 0 18px}
body.dashboard-page .wallet-card div{display:flex;gap:8px}
body.dashboard-page .wallet-card button{border:0;background:#eaf9f1;color:var(--green);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:950}
body.dashboard-page .investment-list{display:grid;gap:18px}
body.dashboard-page .investment-item{background:var(--body-bg);border-radius:20px;padding:18px}
body.dashboard-page .investment-item p{color:var(--muted);font-size:13px;font-weight:700;margin:0 0 10px}
body.dashboard-page .investment-item strong{color:var(--green);font-size:18px}
body.dashboard-page .investment-item small{display:block;color:var(--muted);margin-top:8px;font-weight:700}
body.dashboard-page .copy-account{background:var(--body-bg);border-radius:22px;padding:20px}
body.dashboard-page .copy-status{display:flex;align-items:center;gap:10px;color:var(--dark);margin-bottom:18px}
body.dashboard-page .status-dot{width:12px;height:12px;border-radius:50%}
body.dashboard-page .status-dot.active{background:var(--green);box-shadow:0 0 0 5px rgba(4,167,78,0.15)}
body.dashboard-page .copy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
body.dashboard-page .copy-warning,body.dashboard-page .signal-note{margin-top:16px;background:#fff7e3;color:#9a6b00;border-radius:16px;padding:13px;font-size:13px;font-weight:750}
body.dashboard-page .copy-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
body.dashboard-page .copy-actions button{border:0;background:var(--green);color:#fff;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:950}
body.dashboard-page .team-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
body.dashboard-page .team-stats div{background:var(--body-bg);border-radius:18px;padding:16px}
body.dashboard-page .team-stats span{color:var(--muted);font-size:12px;font-weight:750}
body.dashboard-page .team-stats h4,body.dashboard-page .unilevel-toggle h4{color:var(--dark);font-weight:950;margin:5px 0 0}
body.dashboard-page .referral-box{margin-top:18px;background:#f3faf6;border-radius:20px;padding:18px}
body.dashboard-page .referral-box span{color:var(--dark);font-weight:900;display:block;margin-bottom:10px}
body.dashboard-page .referral-box input{flex:1;min-width:0;border:1px solid var(--border);border-radius:999px;padding:0 16px;height:44px;outline:none;color:var(--muted);font-weight:700}
body.dashboard-page .referral-box button{border:0;background:var(--green);color:#fff;border-radius:999px;padding:0 18px;font-weight:950}
body.dashboard-page .referral-box p{color:var(--green);margin:8px 0 0;font-weight:850;font-size:13px}
body.dashboard-page .signal-item{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--body-bg);border-radius:18px;padding:16px}
body.dashboard-page .signal-item h5{color:var(--dark);font-weight:950;margin:0 0 4px}
body.dashboard-page .signal-item p{color:var(--muted);font-size:13px;font-weight:700;margin:0}
body.dashboard-page .signal-badge,body.dashboard-page .status-badge{display:inline-flex;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:950;white-space:nowrap}
body.dashboard-page .signal-badge.pending,body.dashboard-page .broker-badge.popular,body.dashboard-page .broker-btn.blue{background:#eef4ff;color:#2563eb}
body.dashboard-page .mini-module-card{height:100%}
body.dashboard-page .module-icon{width:58px;height:58px;border-radius:18px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:18px}
body.dashboard-page .mini-module-card p,body.dashboard-page .signal-subscription-card p,body.dashboard-page .signal-wallet-card p{color:var(--muted);line-height:1.7;font-weight:650}
body.dashboard-page .dashboard-table{min-width:850px;margin:0}
body.dashboard-page .dashboard-table thead th{background:var(--dark);color:#fff;border:0;padding:17px 20px;font-size:13px;font-weight:950;white-space:nowrap}
body.dashboard-page .dashboard-table tbody td{padding:17px 20px;color:var(--muted);border-bottom:1px solid var(--border);font-weight:750;vertical-align:middle;white-space:nowrap}
body.dashboard-page .sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.46);z-index:1040}
@media (max-width:1399px){body.dashboard-page .summary-grid,body.dashboard-page .wallet-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1199px){body.dashboard-page{--sidebar-width:260px}
body.dashboard-page .summary-grid,body.dashboard-page .wallet-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .welcome-visual{display:none}
}
@media (max-width:991px){body.dashboard-page .dashboard-sidebar{transform:translateX(-100%)}
body.dashboard-page .dashboard-sidebar.show{transform:translateX(0)}
body.dashboard-page .sidebar-overlay.show{display:block}
body.dashboard-page .dashboard-main{width:100%;margin-left:0}
body.dashboard-page .sidebar-toggle{display:inline-flex;align-items:center;justify-content:center}
body.dashboard-page .dashboard-topbar{padding:0 18px}
body.dashboard-page .dashboard-content{padding:20px}
body.dashboard-page .topbar-left p{display:none}
body.dashboard-page .alert-card{align-items:flex-start}
body.dashboard-page .alert-card a{margin-left:0}
body.dashboard-page .copy-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px){body.dashboard-page .dashboard-topbar{height:72px}
body.dashboard-page .top-icon{display:none}
body.dashboard-page .welcome-card{padding:26px;border-radius:24px}
body.dashboard-page .summary-grid,body.dashboard-page .wallet-grid,body.dashboard-page .team-stats{grid-template-columns:1fr}
body.dashboard-page .rank-requirements,body.dashboard-page .copy-grid{grid-template-columns:1fr}
body.dashboard-page .section-head,body.dashboard-page .card-header-flex{align-items:flex-start;flex-direction:column}
body.dashboard-page .referral-box div{flex-direction:column}
body.dashboard-page .referral-box button{height:44px}
body.dashboard-page .signal-item{align-items:flex-start;flex-direction:column}
}
@media (max-width:575px){body.dashboard-page .dashboard-content{padding:16px}
body.dashboard-page .dashboard-topbar{padding:0 14px}
body.dashboard-page .profile-btn i{display:none}
body.dashboard-page .welcome-card h2{font-size:27px}
body.dashboard-page .rank-card,body.dashboard-page .dashboard-card,body.dashboard-page .mini-module-card{padding:22px;border-radius:22px}
body.dashboard-page .wallet-card,body.dashboard-page .summary-card{border-radius:20px}
}
body.dashboard-page .inner-page-header{background:radial-gradient(circle at right,rgba(4,167,78,0.16),transparent 38%),#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}
body.dashboard-page .inner-page-header h2{color:var(--dark);font-size:clamp(28px,4vw,42px);font-weight:950;margin-bottom:8px}
body.dashboard-page .inner-page-header p{color:var(--muted);margin:0;font-weight:650;line-height:1.7}
body.dashboard-page .inner-header-actions,body.dashboard-page .portfolio-tabs,body.dashboard-page .signal-tabs,body.dashboard-page .broker-tabs{display:flex;flex-wrap:wrap;gap:10px}
body.dashboard-page .portfolio-summary-grid,body.dashboard-page .signal-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}
body.dashboard-page .portfolio-summary-card h3,body.dashboard-page .signal-stat-card h3,body.dashboard-page .broker-summary-card h3,body.dashboard-page .team-summary-card h3{color:var(--dark);font-size:24px;font-weight:950;margin:5px 0}
body.dashboard-page .portfolio-summary-card p,body.dashboard-page .signal-stat-card p,body.dashboard-page .broker-summary-card p,body.dashboard-page .team-summary-card p{margin:0;color:var(--muted);font-size:12px;font-weight:850}
body.dashboard-page .portfolio-filter-bar,body.dashboard-page .signal-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:28px 0}
body.dashboard-page .portfolio-tab,body.dashboard-page .signal-tab,body.dashboard-page .broker-tab{border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:999px;padding:10px 18px;font-weight:900;transition:0.2s}
body.dashboard-page .portfolio-search{width:300px;height:46px;background:#fff;border:1px solid var(--border);border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 16px}
body.dashboard-page .portfolio-search input{width:100%;border:0;outline:none;font-weight:650;color:var(--dark)}
body.dashboard-page .portfolio-grid,body.dashboard-page .signals-grid,body.dashboard-page .connected-broker-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
body.dashboard-page .portfolio-card,body.dashboard-page .signal-trade-card,body.dashboard-page .broker-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:24px;box-shadow:var(--shadow);transition:0.25s ease}
body.dashboard-page .portfolio-card:hover,body.dashboard-page .signal-trade-card:hover,body.dashboard-page .broker-card:hover{transform:translateY(-6px)}
body.dashboard-page .portfolio-card-top,body.dashboard-page .signal-trade-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}
body.dashboard-page .portfolio-type,body.dashboard-page .signal-trade-top span{color:var(--green);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:1px}
body.dashboard-page .portfolio-card h4,body.dashboard-page .signal-trade-card h4{color:var(--dark);font-size:22px;font-weight:950;margin:6px 0 0}
body.dashboard-page .risk-badge{padding:7px 12px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap}
body.dashboard-page .portfolio-chart{height:150px;background:var(--body-bg);border-radius:20px;padding:18px;display:flex;align-items:end;gap:12px;margin-bottom:20px}
body.dashboard-page .portfolio-chart span{flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,var(--green),rgba(4,167,78,0.18))}
body.dashboard-page .portfolio-stats,body.dashboard-page .signal-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
body.dashboard-page .portfolio-stats div,body.dashboard-page .signal-price-grid div,body.dashboard-page .connected-broker-info div,body.dashboard-page .broker-features div{background:var(--body-bg);border-radius:16px;padding:14px}
body.dashboard-page .portfolio-btn,body.dashboard-page .broker-btn{flex:1;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f3faf6;color:var(--green);font-weight:950}
body.dashboard-page .signal-subscription-card,body.dashboard-page .signal-wallet-card{height:100%;background:radial-gradient(circle at right,rgba(4,167,78,0.18),transparent 38%),#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:var(--shadow)}
body.dashboard-page .signal-subscription-card{display:flex;justify-content:space-between;align-items:center;gap:24px}
body.dashboard-page .signal-subscription-card h3{color:var(--dark);font-size:30px;font-weight:950}
body.dashboard-page .signal-package-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
body.dashboard-page .signal-package-meta div{background:var(--body-bg);padding:14px 18px;border-radius:16px}
body.dashboard-page .signal-subscription-status{width:130px;height:130px;border-radius:50%;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;flex-direction:column;font-weight:950;flex:0 0 auto}
body.dashboard-page .signal-subscription-status i,body.dashboard-page .rank-gap-circle strong{font-size:34px}
body.dashboard-page .signal-wallet-card h3{color:var(--dark);font-size:36px;font-weight:950;margin:8px 0}
body.dashboard-page .signal-wallet-card button{border:0;background:var(--green);color:#fff;height:44px;padding:0 20px;border-radius:999px;font-weight:950}
body.dashboard-page .signal-trade-footer{margin-top:18px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px;font-weight:750}
@media (max-width:1199px){body.dashboard-page .portfolio-summary-grid,body.dashboard-page .signal-stats-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .portfolio-grid,body.dashboard-page .signals-grid{grid-template-columns:1fr}
}
@media (max-width:991px){body.dashboard-page .inner-page-header,body.dashboard-page .portfolio-filter-bar,body.dashboard-page .signal-filter-bar,body.dashboard-page .signal-subscription-card{flex-direction:column;align-items:flex-start}
body.dashboard-page .portfolio-search{width:100%}
}
@media (max-width:767px){body.dashboard-page .portfolio-summary-grid,body.dashboard-page .signal-stats-grid,body.dashboard-page .portfolio-stats,body.dashboard-page .signal-price-grid{grid-template-columns:1fr}
body.dashboard-page .portfolio-footer{flex-direction:column}
body.dashboard-page .signal-subscription-status{width:100px;height:100px}
}
@media (max-width:575px){body.dashboard-page .inner-page-header,body.dashboard-page .portfolio-card,body.dashboard-page .signal-trade-card,body.dashboard-page .signal-subscription-card,body.dashboard-page .signal-wallet-card{padding:22px;border-radius:22px}
body.dashboard-page .inner-header-actions{width:100%}
body.dashboard-page .inner-header-actions .primary-btn,body.dashboard-page .inner-header-actions .outline-btn{width:100%}
}
body.dashboard-page .broker-summary-grid,body.dashboard-page .team-summary-grid,body.dashboard-page .binary-stats-grid,body.dashboard-page .rank-requirement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}
body.dashboard-page .connected-broker-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:24px;box-shadow:var(--shadow)}
body.dashboard-page .connected-broker-card.active{border-color:rgba(4,167,78,0.35);background:radial-gradient(circle at top right,rgba(4,167,78,0.1),transparent 38%),#fff}
body.dashboard-page .connected-broker-top,body.dashboard-page .broker-card-header{display:flex;align-items:center;gap:15px}
body.dashboard-page .connected-broker-top h4,body.dashboard-page .broker-card-header h4{color:var(--dark);font-size:20px;font-weight:950;margin:0 0 4px}
body.dashboard-page .connected-broker-top p,body.dashboard-page .broker-card-header p{color:var(--muted);margin:0;font-size:13px;font-weight:750}
body.dashboard-page .broker-logo{width:54px;height:54px;border-radius:18px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:18px;flex:0 0 auto}
body.dashboard-page .broker-logo.dark,body.dashboard-page .team-copy-btn.copied{background:var(--dark)}
body.dashboard-page .broker-logo.red{background:#e63946}
body.dashboard-page .connection-status{margin-left:auto;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:950}
body.dashboard-page .connected-broker-info,body.dashboard-page .broker-features{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}
body.dashboard-page .connected-broker-info strong,body.dashboard-page .broker-features strong{color:var(--dark);font-weight:950;font-size:13px}
body.dashboard-page .connected-broker-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
body.dashboard-page .connected-broker-actions button{border:0;border-radius:999px;height:42px;padding:0 18px;font-size:13px;font-weight:950;background:var(--green);color:#fff}
body.dashboard-page .broker-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:30px 0}
body.dashboard-page .broker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.dashboard-page .broker-badge{margin-left:auto;padding:7px 12px;border-radius:999px;background:var(--body-bg);color:var(--muted);font-size:12px;font-weight:950;white-space:nowrap}
body.dashboard-page .broker-description{margin-top:18px}
body.dashboard-page .broker-description p{color:var(--muted);line-height:1.7;margin:0;font-weight:650}
body.dashboard-page .broker-card-footer{display:flex;gap:10px;margin-top:22px}
body.dashboard-page .broker-modal{border:0;border-radius:28px;overflow:hidden}
body.dashboard-page .broker-modal .modal-header,body.dashboard-page .broker-modal .modal-footer{border-color:var(--border);padding:22px 26px}
body.dashboard-page .broker-modal .modal-title{color:var(--dark);font-weight:950;font-size:24px}
body.dashboard-page .broker-modal input,body.dashboard-page .broker-modal select,body.dashboard-page .broker-modal textarea{width:100%;border:1px solid var(--border);background:#f8fafc;border-radius:15px;padding:14px 16px;color:var(--dark);font-weight:700;outline:none}
body.dashboard-page .broker-modal input,body.dashboard-page .broker-modal select{height:52px}
body.dashboard-page .broker-modal-warning{margin-top:20px;display:flex;gap:12px;background:#fff7e3;color:#9a6b00;border-radius:16px;padding:14px;font-size:13px;font-weight:750}
body.dashboard-page .broker-modal-warning i{font-size:22px;flex:0 0 auto}
body.dashboard-page .broker-form-message{color:var(--green);margin:14px 0 0;font-weight:850}
@media (max-width:1399px){body.dashboard-page .broker-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .connected-broker-info,body.dashboard-page .broker-features{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1199px){body.dashboard-page .broker-summary-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .connected-broker-grid{grid-template-columns:1fr}
}
@media (max-width:991px){body.dashboard-page .broker-filter-bar{flex-direction:column;align-items:flex-start}
body.dashboard-page .broker-filter-bar .portfolio-search{width:100%}
}
@media (max-width:767px){body.dashboard-page .broker-grid,body.dashboard-page .broker-summary-grid,body.dashboard-page .connected-broker-info,body.dashboard-page .broker-features{grid-template-columns:1fr}
body.dashboard-page .broker-card-footer,body.dashboard-page .connected-broker-actions{flex-direction:column}
body.dashboard-page .broker-btn,body.dashboard-page .connected-broker-actions button{width:100%}
body.dashboard-page .connected-broker-top,body.dashboard-page .broker-card-header{align-items:flex-start}
body.dashboard-page .connection-status,body.dashboard-page .broker-badge{margin-left:0}
body.dashboard-page .broker-card-header{flex-wrap:wrap}
}
@media (max-width:575px){body.dashboard-page .broker-card,body.dashboard-page .connected-broker-card,body.dashboard-page .broker-summary-card{padding:20px;border-radius:22px}
body.dashboard-page .broker-modal .modal-header,body.dashboard-page .broker-modal .modal-footer,body.dashboard-page .broker-modal .modal-body{padding:20px}
body.dashboard-page .broker-modal-warning{flex-direction:column}
}
body.dashboard-page .broker-ib-box{margin-top:18px;display:grid;gap:10px}
body.dashboard-page .ib-copy-row{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--body-bg);border:1px solid var(--border);border-radius:16px;padding:12px 12px 12px 14px}
body.dashboard-page .ib-copy-row span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:3px}
body.dashboard-page .ib-copy-row strong{display:block;color:var(--dark);font-size:13px;font-weight:900;word-break:break-all}
body.dashboard-page .copy-btn{width:38px;height:38px;border:0;border-radius:12px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:0.2s ease}
body.dashboard-page .broker-card-footer.three-actions{display:grid;grid-template-columns:1fr 1fr 1fr}
body.dashboard-page .broker-btn.blue:hover{background:#2563eb;color:#fff}
body.dashboard-page .copy-toast{position:fixed;right:24px;bottom:24px;background:var(--dark);color:#fff;padding:13px 18px;border-radius:999px;box-shadow:var(--shadow);font-size:14px;font-weight:900;z-index:2000;opacity:0;visibility:hidden;transform:translateY(12px);transition:0.25s ease}
@media (max-width:767px){body.dashboard-page .broker-card-footer.three-actions{grid-template-columns:1fr}
}
body.dashboard-page .ref-copy-box{background:var(--body-bg);border:1px solid var(--border);border-radius:18px;padding:14px}
body.dashboard-page .ref-copy-box>span{display:block;color:var(--dark);font-weight:900;margin-bottom:10px}
body.dashboard-page .ref-copy-box input{flex:1;min-width:0;height:44px;border:1px solid var(--border);border-radius:999px;padding:0 15px;outline:none;color:var(--muted);font-weight:700}
body.dashboard-page .team-copy-btn{width:44px;height:44px;border:0;border-radius:14px;background:var(--green);color:#fff;flex:0 0 auto}
body.dashboard-page .binary-overview{display:grid;grid-template-columns:1fr 1fr;gap:15px}
body.dashboard-page .leg-card{border-radius:22px;padding:22px;background:#eaf9f1}
body.dashboard-page .leg-card.right{background:#eef4ff}
body.dashboard-page .leg-card span,body.dashboard-page .matching-box span{display:block;color:var(--muted);font-size:13px;font-weight:800}
body.dashboard-page .leg-card h3,body.dashboard-page .rank-gap-card h4,body.dashboard-page .rank-ladder-card h4{color:var(--dark);font-weight:950;margin:8px 0}
body.dashboard-page .leg-card p{margin:0;color:var(--muted);font-weight:700}
body.dashboard-page .matching-box{margin-top:16px;display:grid;gap:10px}
body.dashboard-page .matching-box div{background:var(--body-bg);border-radius:16px;padding:14px;display:flex;justify-content:space-between;gap:12px}
body.dashboard-page .level-summary-list,body.dashboard-page .gap-progress-list{display:grid;gap:12px}
body.dashboard-page .level-summary-list div,body.dashboard-page .gap-progress-list div{background:var(--body-bg);border-radius:16px;padding:14px;display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}
body.dashboard-page .level-summary-list span,body.dashboard-page .gap-progress-list span{color:var(--muted);font-weight:800}
body.dashboard-page .rank-gap-preview{display:grid;grid-template-columns:180px 1fr;gap:18px}
body.dashboard-page .rank-gap-main{background:linear-gradient(135deg,var(--dark),#0d2a52);color:#fff;border-radius:22px;padding:22px}
body.dashboard-page .rank-gap-main span{color:rgba(255,255,255,0.65)}
body.dashboard-page .rank-gap-main h3{font-size:34px;font-weight:950}
body.dashboard-page .rank-gap-main p{margin:0;color:var(--green);font-weight:800}
body.dashboard-page .binary-tools-bar{display:flex;justify-content:space-between;gap:18px;margin:24px 0}
body.dashboard-page .binary-placement-switch{display:flex;background:#fff;border:1px solid var(--border);border-radius:999px;padding:6px}
body.dashboard-page .binary-placement-switch button{border:0;background:transparent;color:var(--dark);padding:8px 18px;border-radius:999px;font-weight:900}
body.dashboard-page .binary-tree-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:var(--shadow);overflow-x:auto}
body.dashboard-page .binary-tree{min-width:760px;text-align:center}
body.dashboard-page .tree-level{display:flex;justify-content:center;gap:80px;margin-bottom:28px}
body.dashboard-page .third-level{gap:35px}
body.dashboard-page .tree-node{width:190px;background:var(--body-bg);border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:0 8px 22px rgba(8,25,57,0.06)}
body.dashboard-page .main-node{background:linear-gradient(135deg,var(--dark),#0d2a52);color:#fff}
body.dashboard-page .small-node{width:150px}
body.dashboard-page .node-avatar{width:54px;height:54px;border-radius:18px;background:var(--green);color:#fff;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-weight:950}
body.dashboard-page .tree-node span{color:var(--green);font-size:12px;font-weight:900}
body.dashboard-page .tree-node p{color:var(--muted);font-size:12px;margin:5px 0 0}
body.dashboard-page .empty{opacity:0.7;border-style:dashed}
body.dashboard-page .unilevel-grid{display:grid;gap:16px}
body.dashboard-page .unilevel-level-card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
body.dashboard-page .unilevel-toggle{width:100%;border:0;background:#fff;padding:20px;display:flex;justify-content:space-between;gap:16px;text-align:left}
body.dashboard-page .unilevel-toggle span{color:var(--green);font-size:12px;font-weight:950;text-transform:uppercase}
body.dashboard-page .unilevel-toggle strong{color:var(--green);font-size:22px}
body.dashboard-page .unilevel-members{display:none;padding:0 20px 20px}
body.dashboard-page .unilevel-level-card.active .unilevel-members{display:grid;gap:10px}
body.dashboard-page .unilevel-members div{background:var(--body-bg);border-radius:14px;padding:13px;display:flex;justify-content:space-between}
body.dashboard-page .unilevel-members span{color:var(--dark);font-weight:850}
body.dashboard-page .rank-gap-hero,body.dashboard-page .rank-upgrade-card{background:radial-gradient(circle at right,rgba(4,167,78,0.22),transparent 40%),linear-gradient(135deg,var(--dark),#0d2a52);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:26px}
body.dashboard-page .rank-gap-hero span,body.dashboard-page .rank-upgrade-card span{color:rgba(255,255,255,0.65);font-weight:800}
body.dashboard-page .rank-gap-hero h2,body.dashboard-page .rank-upgrade-card h2{font-size:44px;font-weight:950}
body.dashboard-page .rank-gap-hero p,body.dashboard-page .rank-upgrade-card p{color:rgba(255,255,255,0.7);margin:0}
body.dashboard-page .rank-gap-circle{width:145px;height:145px;border-radius:50%;background:rgba(255,255,255,0.09);border:8px solid rgba(4,167,78,0.65);display:flex;align-items:center;justify-content:center;flex-direction:column;flex:0 0 auto}
body.dashboard-page .rank-gap-grid,body.dashboard-page .rank-ladder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}
body.dashboard-page .rank-gap-card,body.dashboard-page .rank-requirement-card,body.dashboard-page .rank-ladder-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(8,25,57,0.06)}
body.dashboard-page .rank-gap-card span,body.dashboard-page .rank-requirement-card span,body.dashboard-page .rank-ladder-card span{color:var(--green);font-weight:950;font-size:13px}
body.dashboard-page .rank-gap-card p,body.dashboard-page .rank-ladder-card p{color:var(--muted);margin:0;font-weight:700}
body.dashboard-page .rank-arrow{width:70px;height:70px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:30px;flex:0 0 auto}
body.dashboard-page .rank-current,body.dashboard-page .rank-next{flex:1}
body.dashboard-page .rank-requirement-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .rank-ladder-card.completed{border-color:rgba(4,167,78,0.35);background:#f3faf6}
body.dashboard-page .rank-ladder-card.current{border-color:rgba(245,158,11,0.35);background:#fff7e3}
@media (max-width:1199px){body.dashboard-page .team-summary-grid,body.dashboard-page .binary-stats-grid,body.dashboard-page .rank-gap-grid,body.dashboard-page .rank-ladder-grid{grid-template-columns:repeat(2,1fr)}
body.dashboard-page .rank-requirement-grid{grid-template-columns:1fr}
}
@media (max-width:991px){body.dashboard-page .binary-tools-bar,body.dashboard-page .rank-gap-hero,body.dashboard-page .rank-upgrade-card{flex-direction:column;align-items:flex-start}
body.dashboard-page .binary-tools-bar .portfolio-search{width:100%}
body.dashboard-page .rank-gap-preview{grid-template-columns:1fr}
}
@media (max-width:767px){body.dashboard-page .team-summary-grid,body.dashboard-page .binary-stats-grid,body.dashboard-page .binary-overview,body.dashboard-page .rank-gap-grid,body.dashboard-page .rank-ladder-grid{grid-template-columns:1fr}
body.dashboard-page .level-summary-list div,body.dashboard-page .gap-progress-list div{grid-template-columns:1fr}
body.dashboard-page .ref-copy-box div,body.dashboard-page .matching-box div{flex-direction:column}
body.dashboard-page .team-copy-btn{width:100%}
body.dashboard-page .rank-gap-circle{width:120px;height:120px}
}
body.dashboard-page{--sidebar-width:260px;--sidebar-bg:#071735;--sidebar-bg-2:#081d43;--primary-green:#00a651}
body.dashboard-page .sidebar{width:var(--sidebar-width);min-height:100vh;position:fixed;left:0;top:0;background:var(--sidebar-bg);color:#fff;z-index:1050;transition:transform 0.3s ease;overflow-y:auto;box-shadow:none}
body.dashboard-page .sidebar::-webkit-scrollbar{width:6px}
body.dashboard-page .sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.16);border-radius:999px}
body.dashboard-page .brand-box{padding:12px 24px 24px;border-bottom:1px solid rgba(255,255,255,0.04)}
body.dashboard-page .brand-logo{font-size:34px;font-weight:800;letter-spacing:-1.5px;line-height:1;color:#fff}
body.dashboard-page .brand-logo span{color:var(--primary-green)}
body.dashboard-page .brand-tagline{margin-top:8px;font-size:11px;letter-spacing:5px;color:rgba(255,255,255,0.8);font-weight:700}
body.dashboard-page .sidebar-section-title{padding:18px 14px 10px;color:#fff;font-size:15px;font-weight:800;text-transform:uppercase}
body.dashboard-page .sidebar-menu{list-style:none;padding:0 0 10px;margin:0}
body.dashboard-page .sidebar-link,body.dashboard-page .sidebar button.sidebar-link{width:100%;display:flex;align-items:center;gap:10px;padding:8px 14px;color:#fff;background:transparent;border:0;border-radius:0;font-size:15px;font-weight:400;letter-spacing:0.8px;line-height:1.5;transition:0.2s ease;cursor:pointer;text-decoration:none}
body.dashboard-page .sidebar-link.active{border-left:3px solid var(--primary-green);padding-left:11px}
body.dashboard-page .sidebar-link i:first-child{width:16px;color:var(--primary-green);font-size:14px}
body.dashboard-page .sidebar-link .chevron,body.dashboard-page .sidebar-link .arrow{margin-left:auto;color:var(--primary-green);font-size:16px;transition:transform 0.25s ease}
body.dashboard-page .submenu,body.dashboard-page .sidebar-submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;background:rgba(0,0,0,0.12);transition:max-height 0.3s ease}
body.dashboard-page .sidebar-item.open>.submenu,body.dashboard-page .sidebar-item.open>.sidebar-submenu{max-height:500px}
body.dashboard-page .submenu-link,body.dashboard-page .sidebar-submenu a{display:block;padding:8px 14px 8px 42px;color:rgba(255,255,255,0.78);font-size:14px;letter-spacing:0.3px;transition:0.2s ease;border-left:3px solid transparent;text-decoration:none}
body.dashboard-page .submenu-link:hover,body.dashboard-page .submenu-link.active,body.dashboard-page .sidebar-submenu a:hover,body.dashboard-page .sidebar-submenu a.active{color:#fff;background:rgba(255,255,255,0.05);border-left-color:var(--primary-green)}
body.dashboard-page .dashboard-main{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width)}
@media (max-width:991px){body.dashboard-page .sidebar{transform:translateX(-100%)}
body.dashboard-page .sidebar.show{transform:translateX(0)}
body.dashboard-page .dashboard-main{width:100%;margin-left:0}
}
body.dashboard-page .deposit-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
body.dashboard-page .deposit-section-card{background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);overflow:hidden;padding:12px}
body.dashboard-page .deposit-card-header{display:flex;align-items:center;justify-content:space-between;padding:24px 26px 18px;border-bottom:1px solid var(--border);margin-bottom:8px;}
body.dashboard-page .deposit-table{margin-bottom:0}
body.dashboard-page .deposit-table td:first-child{color:var(--dark);font-weight:900}
body.dashboard-page .table-actions{display:flex;flex-wrap:wrap;gap:8px}
body.dashboard-page .small-action-btn{border:0;background:#eaf9f1;color:var(--green);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:950;transition:0.2s ease}
body.dashboard-page .table-group-row td{background:#f6faf8;color:var(--dark) !important;font-weight:950 !important}
body.dashboard-page .index-badge{width:34px;height:26px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:950;margin-right:10px}
body.dashboard-page .badge-red{background:#ef4444}
body.dashboard-page .badge-deep{background:#0f172a}
body.dashboard-page .text-negative{color:#ef4444 !important}
@media (max-width:575px){body.dashboard-page .deposit-actions .primary-btn,body.dashboard-page .table-actions .small-action-btn{width:100%}
}


/* Sidebar scroll fix: keeps long menu items reachable without changing the design */
body.dashboard-page .dashboard-sidebar,
body.dashboard-page .sidebar{
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

body.dashboard-page .sidebar-nav,
body.dashboard-page .sidebar-menu{
    padding-bottom: 90px;
}

body.dashboard-page .submenu,
body.dashboard-page .sidebar-submenu{
    overflow: hidden;
}

body.dashboard-page .sidebar-item.open > .submenu,
body.dashboard-page .sidebar-item.open > .sidebar-submenu{
    max-height: 1200px;
}

/* Patch: binary tree contrast + sidebar section gap */
body.dashboard-page .tree-node.main-node h5,
body.dashboard-page .tree-node.main-node p{
    color: #fff;
}

body.dashboard-page .tree-node.main-node span{
    color: var(--primary-green);
}

body.dashboard-page .tree-node.main-node .node-avatar{
    background: #fff;
    color: var(--dark);
}

body.dashboard-page .sidebar-section-title{
    padding: 10px 14px 6px;
    margin-top: 4px;
}

body.dashboard-page .sidebar-menu{
    padding-bottom: 4px;
}

body.dashboard-page .sidebar-menu:last-of-type{
    padding-bottom: 80px;
}

/* Step 1 dashboard base utilities: reused by wallet, transaction, profile, KYC and support pages */
body.dashboard-page .info-list{display:grid;gap:12px}
body.dashboard-page .info-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--body-bg);border:1px solid var(--border);border-radius:16px;padding:13px 15px}
body.dashboard-page .info-list span{color:var(--muted);font-size:13px;font-weight:750}
body.dashboard-page .info-list strong{color:var(--dark);font-size:14px;font-weight:950;text-align:right}
body.dashboard-page .filter-bar .outline-btn{height:42px;padding:0 18px}
body.dashboard-page .form-label{color:var(--dark);font-size:13px;font-weight:900;margin-bottom:8px}
body.dashboard-page .form-control,body.dashboard-page .form-select{min-height:46px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--dark);font-weight:650;box-shadow:none}
body.dashboard-page .form-control:focus,body.dashboard-page .form-select:focus{border-color:rgba(4,167,78,0.55);box-shadow:0 0 0 0.2rem rgba(4,167,78,0.12)}
body.dashboard-page .profile-avatar-xl{width:110px;height:110px;border-radius:32px;margin:0 auto;background:linear-gradient(135deg,var(--green),var(--green-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;font-weight:950;box-shadow:0 14px 30px rgba(4,167,78,0.22)}
body.dashboard-page .upload-box{min-height:126px;border:1px dashed rgba(4,167,78,0.45);border-radius:18px;background:#f5fbf8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--green);font-weight:900;text-align:center;padding:18px;cursor:pointer}
body.dashboard-page .upload-box i{font-size:32px}
body.dashboard-page .deposit-table th{white-space:nowrap;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px}
body.dashboard-page .deposit-table td{vertical-align:middle;color:var(--text);font-weight:650}
body.dashboard-page .text-muted{color:var(--muted)!important}
body.dashboard-page .profile-dropdown{position:relative}
@media (max-width:767px){body.dashboard-page .info-list div{align-items:flex-start;flex-direction:column}body.dashboard-page .welcome-card{padding:26px}body.dashboard-page .deposit-card-header{align-items:flex-start;gap:12px;flex-direction:column}}


/* Step 2 investment pages shared helpers */
body.dashboard-page .progress{height:9px;border-radius:999px;background:#edf2f7;overflow:hidden}
body.dashboard-page .progress-bar{background:var(--green);border-radius:999px}
body.dashboard-page .primary-btn.w-100{display:flex}
body.dashboard-page .portfolio-card h3,body.dashboard-page .dashboard-card h3{color:var(--dark);font-weight:950;margin-bottom:8px}
body.dashboard-page .portfolio-card p,body.dashboard-page .dashboard-card p{color:var(--muted);font-weight:700}


/* Step 3 P2P shared components */
body.dashboard-page .p2p-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
body.dashboard-page .p2p-steps div{background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:16px;text-align:center;color:var(--muted);font-weight:800}
body.dashboard-page .p2p-steps div span{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e8eef4;color:var(--dark);font-weight:950;margin-bottom:8px}
body.dashboard-page .p2p-steps div.active{background:#eaf9f1;color:var(--green);border-color:rgba(4,167,78,.22)}
body.dashboard-page .p2p-steps div.active span{background:var(--green);color:#fff}
body.dashboard-page .p2p-method-grid{display:grid;gap:14px}
body.dashboard-page .p2p-method-card{display:flex;align-items:center;gap:14px;background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:16px}
body.dashboard-page .p2p-method-card i{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#eaf9f1;color:var(--green);font-size:24px;flex:0 0 auto}
body.dashboard-page .p2p-method-card h5{font-weight:950;margin:0 0 4px;color:var(--dark)}
body.dashboard-page .p2p-method-card p{margin:0;color:var(--muted);font-weight:700}
body.dashboard-page .p2p-method-card .status-badge{margin-left:auto;white-space:nowrap}
@media (max-width:767px){body.dashboard-page .p2p-steps{grid-template-columns:1fr 1fr}body.dashboard-page .p2p-method-card{align-items:flex-start}body.dashboard-page .p2p-method-card .status-badge{margin-left:0}}


/* Step 4 Partner / Multi-partner shared components */
body.dashboard-page .partner-hero{background:radial-gradient(circle at right,rgba(4,167,78,.18),transparent 38%),linear-gradient(135deg,#071735,#0d2a52);border-radius:30px;padding:30px;color:#fff;display:flex;justify-content:space-between;gap:24px;margin-bottom:26px;box-shadow:var(--shadow)}
body.dashboard-page .partner-hero h2{font-weight:950;margin:8px 0 10px}
body.dashboard-page .partner-hero p{color:rgba(255,255,255,.72);font-weight:700;margin:0}
body.dashboard-page .partner-hero .card-kicker{color:rgba(255,255,255,.65)}
body.dashboard-page .partner-rank-box{min-width:280px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:22px}
body.dashboard-page .partner-rank-box span{color:rgba(255,255,255,.65);font-weight:850}
body.dashboard-page .partner-rank-box h3{font-size:42px;font-weight:950;color:#fff;margin:8px 0 0}
body.dashboard-page .partner-rank-box p{font-size:13px;margin-top:10px}
@media (max-width:991px){body.dashboard-page .partner-hero{flex-direction:column}body.dashboard-page .partner-rank-box{min-width:100%;width:100%}}

/* Step 5 Security, Notifications and Payment status shared components */
body.dashboard-page .notification-list{display:grid;gap:14px}
body.dashboard-page .notification-item{display:flex;gap:14px;align-items:flex-start;background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:16px}
body.dashboard-page .notification-item.unread{background:#eefcf5;border-color:rgba(4,167,78,.18)}
body.dashboard-page .notification-item>i{width:44px;height:44px;border-radius:15px;background:#eaf9f1;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex:0 0 auto}
body.dashboard-page .notification-item h5{font-weight:950;color:var(--dark);margin:0 0 5px}
body.dashboard-page .notification-item p{color:var(--muted);font-weight:700;margin:0 0 5px}
body.dashboard-page .notification-item span{font-size:12px;color:var(--muted);font-weight:850}
body.dashboard-page .announcement-card{height:100%;display:flex;flex-direction:column;gap:12px}
body.dashboard-page .announcement-card h3{font-weight:950;color:var(--dark);margin:0}
body.dashboard-page .announcement-card p{color:var(--muted);font-weight:700;margin:0;line-height:1.7}
body.dashboard-page .announcement-card div:last-child{color:var(--muted);font-weight:850;font-size:13px;margin-top:auto}
body.dashboard-page .security-qr{width:210px;height:210px;border-radius:28px;background:#f8fafc;border:1px dashed rgba(4,167,78,.32);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:112px}
body.dashboard-page .copy-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:10px;margin-top:18px}
body.dashboard-page .copy-box span{flex:1;color:var(--dark);font-weight:950;letter-spacing:.7px;word-break:break-all;text-align:left}
body.dashboard-page .payment-result-card{max-width:760px;margin:30px auto;text-align:center;padding:36px;border-radius:30px}
body.dashboard-page .payment-result-card .result-icon{width:92px;height:92px;border-radius:999px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:50px}
body.dashboard-page .payment-result-card.success .result-icon{background:#eaf9f1;color:var(--green)}
body.dashboard-page .payment-result-card.failed .result-icon{background:#fff0f0;color:#dc3545}
body.dashboard-page .payment-result-card h2{font-weight:950;color:var(--dark);margin-bottom:10px}
body.dashboard-page .payment-result-card p{color:var(--muted);font-weight:700;max-width:560px;margin:0 auto}
@media (max-width:767px){body.dashboard-page .notification-item{flex-direction:column}body.dashboard-page .security-qr{width:170px;height:170px;font-size:88px}body.dashboard-page .copy-box{align-items:stretch;flex-direction:column}body.dashboard-page .payment-result-card{padding:24px}}


/* Step 6: MLM / Team shared components */
body.dashboard-page .team-metric-card span,
body.dashboard-page .rank-reward-card span:first-child{display:block;color:var(--muted-text);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
body.dashboard-page .team-metric-card h3,
body.dashboard-page .rank-reward-card h3{margin:0 0 6px;font-size:28px;font-weight:800;color:var(--dark)}
body.dashboard-page .team-metric-card p,
body.dashboard-page .rank-reward-card p{margin:0;color:var(--muted-text);font-size:14px}
body.dashboard-page .team-level-list{display:flex;flex-direction:column;gap:12px}
body.dashboard-page .team-level-list>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:14px;background:rgba(15,23,42,.04)}
body.dashboard-page .team-level-list span{color:var(--muted-text);font-size:14px;font-weight:600}
body.dashboard-page .team-level-list strong{color:var(--dark);font-size:14px;font-weight:800;text-align:right}
body.dashboard-page .rank-reward-card{min-height:190px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px}


/* Step 7 public pages shared styles */
.public-inner-hero{padding:130px 0 70px;background:linear-gradient(135deg,#07150f,#0f2f22);color:#fff;position:relative;overflow:hidden}
.public-inner-hero h1{font-size:clamp(36px,6vw,72px);font-weight:800;margin:12px 0}
.public-inner-hero p{max-width:720px;color:rgba(255,255,255,.78);font-size:18px}
.public-hero-icon{width:150px;height:150px;border-radius:36px;margin-left:auto;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.public-hero-icon i{font-size:64px;color:var(--primary-green)}
.public-content-section{padding:90px 0;background:#f7faf8}
.public-content-section h2{font-weight:800;color:var(--dark);margin-bottom:18px}
.public-info-card,.public-feature-panel,.public-pricing-card,.public-contact-form,.public-legal-card,.public-blog-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 45px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05)}
.public-info-card i{font-size:38px;color:var(--primary-green);margin-bottom:16px;display:inline-block}
.public-info-card h4,.public-blog-card h4{font-weight:800;color:var(--dark)}
.public-info-card p,.public-blog-card p,.public-legal-card p{color:#647067}
.public-feature-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.public-feature-panel div{background:#f4fbf6;border-radius:18px;padding:22px;text-align:center}
.public-feature-panel strong{display:block;font-size:30px;color:var(--primary-green)}
.public-feature-panel span{font-weight:600;color:#566158}
.public-pricing-card span,.public-blog-card span{color:var(--primary-green);font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.public-pricing-card h3{font-size:42px;font-weight:800;margin:14px 0;color:var(--dark)}
.public-faq .accordion-item{border:0;margin-bottom:14px;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.05)}
.public-faq .accordion-button{font-weight:700;padding:22px}
.public-blog-icon{height:120px;border-radius:20px;display:grid;place-items:center;background:#f4fbf6;margin-bottom:18px}
.public-blog-icon i{font-size:46px;color:var(--primary-green)}
.public-blog-card a{font-weight:700;color:var(--primary-green);text-decoration:none}
.public-legal-card h3{font-weight:800;color:var(--dark);margin-top:24px}
.public-legal-card h3:first-child{margin-top:0}
@media(max-width:768px){.public-inner-hero{padding:105px 0 50px}.public-feature-panel{grid-template-columns:1fr}.public-hero-icon{margin:0;width:110px;height:110px}.public-hero-icon i{font-size:46px}}


/* Step 8 utility/shared pages */
body.dashboard-page .form-card .form-control,
body.dashboard-page .form-card .form-select{border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:12px 14px}
body.dashboard-page .activity-list{display:grid;gap:12px}
body.dashboard-page .activity-list>div{padding:14px;border-radius:16px;background:rgba(15,23,42,.04);display:grid;gap:4px}
body.dashboard-page .activity-list strong{font-size:14px;color:var(--dark)}
body.dashboard-page .activity-list span{font-size:13px;color:var(--muted)}
body.dashboard-page .info-list{display:grid;gap:12px;padding:10px;}
body.dashboard-page .info-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px;border-bottom:1px solid rgba(15,23,42,.08)}
body.dashboard-page .info-list span{color:var(--muted);font-size:13px}
body.dashboard-page .chat-thread{display:grid;gap:14px}
body.dashboard-page .chat-bubble{max-width:82%;padding:14px 16px;border-radius:18px;background:rgba(15,23,42,.05)}
body.dashboard-page .chat-bubble.user{margin-left:auto;background:rgba(15,188,137,.12)}
body.dashboard-page .chat-bubble p{margin:4px 0;color:var(--dark)}
body.dashboard-page .chat-bubble span{font-size:12px;color:var(--muted)}
body.dashboard-page .message-list{display:grid;gap:10px}
body.dashboard-page .message-item{display:grid;gap:4px;text-decoration:none;padding:14px;border-radius:16px;color:var(--dark);background:rgba(15,23,42,.04)}
body.dashboard-page .message-item.active,body.dashboard-page .message-item:hover{background:rgba(15,188,137,.12)}
body.dashboard-page .message-item span{font-size:13px;color:var(--muted)}
body.dashboard-page .copy-box{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;background:rgba(15,23,42,.05);overflow:auto}
body.dashboard-page .qr-box{height:190px;border:1px dashed rgba(15,23,42,.2);border-radius:22px;display:grid;place-items:center;text-align:center;color:var(--muted)}
body.dashboard-page .qr-box i{font-size:54px;color:var(--primary-green);display:block}
body.dashboard-page .payment-icon.pending{background:rgba(255,193,7,.16);color:#b7791f}
body.public-page .utility-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:linear-gradient(135deg,#07111f,#0d2b28)}
body.public-page .utility-card{max-width:680px;width:100%;text-align:center;padding:46px 30px}
body.public-page .utility-icon{width:86px;height:86px;border-radius:28px;margin:0 auto 20px;display:grid;place-items:center;background:rgba(15,188,137,.12);color:var(--primary-green);font-size:40px}
body.public-page .utility-card h1{font-weight:800;margin:10px 0;color:var(--dark)}
body.public-page .utility-card p{color:var(--muted);max-width:520px;margin:0 auto 12px}
body.public-page .utility-body{color:var(--muted)}
