:root{--navy:#071f49;--blue:#087eea;--blue-dark:#0759c7;--sky:#eaf5ff;--text:#13223a;--muted:#66758a;--line:#e4eaf2;--green:#08b981;--red:#ef4444}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{min-width:0;color:var(--text);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:clip}img,svg{max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,100% - 48px);margin-inline:auto}.nav{justify-content:space-between;align-items:center;height:86px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-mark{object-fit:cover;object-position:center}.brand-horizontal{object-fit:contain;mix-blend-mode:multiply;width:205px;height:auto;display:block}.brand span{letter-spacing:.16em;flex-direction:column;line-height:1;display:flex}.brand b{color:var(--navy);font-family:Inter,ui-sans-serif,sans-serif;font-size:14px}.brand small{color:var(--blue);letter-spacing:.3em;margin-top:5px;font-size:12px;font-weight:600}.nav-links{color:#445269;gap:34px;font-size:14px;display:flex}.nav-links a:hover{color:var(--blue)}.nav-actions,.hero-actions{align-items:center;gap:10px;display:flex}.button{border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:11px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.button-primary{background:linear-gradient(135deg, var(--blue), #0965d8);color:#fff;box-shadow:0 9px 24px #087eea33}.button-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #087eea4d}.button-ghost{border:1px solid var(--line);background:#fff}.button-large{padding:15px 22px}.button-white{color:var(--blue-dark);background:#fff}.hero{grid-template-columns:.92fr 1.08fr;align-items:center;gap:72px;min-height:650px;padding-top:45px;padding-bottom:85px;display:grid}.eyebrow{color:var(--blue-dark);letter-spacing:.12em;align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.live-dot{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #08b9811a}h1,h2,h3{color:#0a1730;margin-top:0;font-family:Inter,ui-sans-serif,sans-serif}.hero h1{letter-spacing:-.055em;margin:24px 0;font-size:clamp(46px,5vw,70px);line-height:1.04}.hero h1 span{background:linear-gradient(90deg,#075ac8,#20a4f3);color:#0000;-webkit-background-clip:text}.hero-copy>p{color:var(--muted);max-width:570px;font-size:18px;line-height:1.7}.hero-actions{margin-top:32px}.trust-line{color:#5a687a;gap:19px;margin-top:27px;font-size:13px;display:flex}.trust-line span{align-items:center;gap:5px;display:flex}.trust-line svg{width:15px;color:var(--green)}.hero-visual{position:relative}.glow{z-index:-1;background:radial-gradient(circle,#1a96f52b,#0000 65%);position:absolute;inset:-80px}.dashboard-preview-frame{width:115%;overflow:hidden}.dashboard-preview{width:100%;max-width:none;height:auto;display:block;transform:scale(1.04)}.preview-card{background:#fffffff2;border:1px solid #dfe8f2;border-radius:18px;padding:24px;transform:perspective(1200px)rotateY(-3deg)rotateX(1deg);box-shadow:0 30px 80px #12447629}.preview-top,.panel-head{justify-content:space-between;align-items:center;font-weight:700;display:flex}.status{color:var(--green);align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.status i{background:var(--green);border-radius:50%;width:7px;height:7px}.mini-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0 14px;display:grid}.mini-stats div{border:1px solid var(--line);border-radius:12px;padding:16px}.mini-stats small,.mini-stats strong{display:block}.mini-stats small{color:var(--muted);font-size:10px}.mini-stats strong{margin-top:8px;font-size:19px}.chart{border:1px solid var(--line);background-image:linear-gradient(#edf1f6 1px,#0000 1px);background-size:100% 25%;border-radius:12px;padding:14px}.chart-label{font-size:12px;font-weight:700}.chart svg{width:100%;margin-top:8px;display:block}.area{fill:url(#area)}.line{fill:none;stroke:var(--blue);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.floating-card{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 14px 40px #082d5a29}.floating-card svg{color:var(--blue);background:var(--sky);border-radius:9px;width:35px;height:35px;padding:7px}.floating-card span{flex-direction:column;display:flex}.floating-card small{color:var(--muted);font-size:10px}.floating-card b{font-size:13px}.float-one{top:-25px;right:-28px}.float-two{bottom:-24px;left:-32px}.metrics{border-block:1px solid var(--line);background:#fbfdff}.metrics-grid{grid-template-columns:repeat(4,1fr);padding-block:25px;display:grid}.metrics-grid div{text-align:center;border-right:1px solid var(--line)}.metrics-grid div:last-child{border:0}.metrics-grid strong,.metrics-grid span{display:block}.metrics-grid strong{color:var(--navy);font-size:23px}.metrics-grid span{color:var(--muted);margin-top:5px;font-size:12px}.section{padding-block:105px}.section-heading{text-align:center;max-width:720px;margin:0 auto 48px}.section-heading .eyebrow{justify-content:center}.section h2{letter-spacing:-.04em;margin:16px 0;font-size:clamp(32px,4vw,46px)}.section-heading p,.lead{color:var(--muted);font-size:17px;line-height:1.65}.feature-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature-card{border:1px solid var(--line);border-radius:16px;padding:28px;transition:all .2s}.feature-card:hover{border-color:#badcff;transform:translateY(-5px);box-shadow:0 20px 50px #0f3d691a}.feature-icon{width:48px;height:48px;color:var(--blue);background:var(--sky);border-radius:12px;place-items:center;display:inline-grid}.feature-card h3{margin:22px 0 9px;font-size:18px}.feature-card p{color:var(--muted);min-height:68px;font-size:14px;line-height:1.6}.feature-link{color:var(--blue-dark);align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.feature-link svg{width:15px}.soft-section{background:linear-gradient(135deg,#f5faff,#eef7ff)}.split-section{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.steps{gap:22px;margin:30px 0 0;padding:0;list-style:none;display:grid}.steps li{gap:15px;display:flex}.steps li>span{background:var(--blue);color:#fff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.steps p{color:var(--muted);margin:4px 0;font-size:14px}.system-card{background:#fff;border:1px solid #d7e6f5;border-radius:20px;padding:32px;box-shadow:0 24px 60px #114a801a}.system-row{grid-template-columns:44px 1fr auto;align-items:center;gap:14px;display:grid}.system-row svg{width:44px;height:44px;color:var(--blue);background:var(--sky);border-radius:11px;padding:11px}.system-row span{font-weight:700}.system-row i{color:var(--green);font-size:11px;font-style:normal}.system-line{border-left:2px dashed #b9dcfa;height:30px;margin-left:21px}.compatibility-section{background:#fff;padding:100px 0 85px;overflow:hidden}.compatibility-heading{margin-bottom:25px}.brand-carousel{padding:25px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.brand-carousel-track{width:max-content;animation:26s linear infinite brandFlow;display:flex}.brand-carousel-group{align-items:center;gap:35px;padding-right:35px;display:flex}.brand-carousel-group img{object-fit:contain;mix-blend-mode:multiply;display:block}.carousel-propfirm{width:330px;height:112px}.carousel-metaquotes{width:340px;height:112px}.trademark-note{text-align:center;color:#8995a5;margin:18px 0 0;font-size:10px}@keyframes brandFlow{to{transform:translate(-25%)}}.cta{color:#fff;background:linear-gradient(125deg,#063d9c,#078ef0);border-radius:22px;justify-content:space-between;align-items:center;margin-top:40px;margin-bottom:70px;padding:48px 55px;display:flex}.cta h2{color:#fff;margin-bottom:8px;font-size:29px}.cta p{color:#dcedff;margin:0}.footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding-block:12px;font-size:12px;display:flex}.footer-main{justify-items:center;gap:3px;display:grid}.footer-brand-logo{object-fit:cover;object-position:center;width:390px;height:150px}.footer-main p{margin:0}.legal-links{flex-wrap:wrap;justify-content:center;gap:12px 20px;max-width:850px;display:flex}.legal-links a:hover{color:var(--blue)}.legal-page{background:#fbfdff;min-height:100vh}.legal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:86px;display:flex}.legal-document{max-width:850px;padding-top:70px;padding-bottom:100px}.legal-document>.eyebrow{justify-content:center}.legal-document>h1{letter-spacing:-.05em;margin:18px 0 12px;font-size:clamp(38px,6vw,58px)}.legal-document>h1,.legal-intro,.legal-updated{text-align:center}.legal-intro{color:var(--muted);font-size:19px;line-height:1.6}.legal-updated{color:#8490a0;margin:18px 0 35px;font-size:12px}.legal-document section{padding-top:38px}.legal-document section h2{margin-bottom:15px;font-size:23px}.legal-document section p,.legal-document section li{color:#526176;font-size:15px;line-height:1.75}.legal-document section ul{padding-left:22px}.legal-document section li{margin:7px 0;padding-left:5px}.footer-compact{width:100%;margin-top:24px;padding-inline:4px}.footer-compact .footer-brand-logo{width:310px;height:120px}.dashboard-layout{background:#f7f9fc;min-height:100vh}.sidebar{border-right:1px solid var(--line);z-index:10;background:#fff;flex-direction:column;width:240px;padding:25px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{padding:0 7px 28px}.sidebar-logo{width:174px}.sidebar nav{gap:5px;display:grid}.sidebar nav button{color:#4e5e73;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px 13px;font-size:14px;display:flex}.sidebar nav button svg{width:19px}.sidebar nav button.active{color:var(--blue-dark);background:#edf6ff;font-weight:600}.tenant-card{border:1px solid var(--line);border-radius:11px;grid-template-columns:39px 1fr 16px;align-items:center;gap:10px;margin-top:auto;padding:12px;display:grid}.tenant-card span:nth-child(2){flex-direction:column;display:flex}.tenant-card b{font-size:12px}.tenant-card small{color:var(--muted);margin-top:3px;font-size:10px}.tenant-card svg{width:14px}.avatar{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:39px;height:39px;font-size:13px;display:grid}.dashboard-main{max-width:1700px;margin-left:240px;padding:28px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-header h1{align-items:center;gap:12px;margin:0;font-size:24px;display:flex}.dashboard-header p{color:var(--muted);margin:5px 0 0;font-size:12px}.dashboard-actions{align-items:center;gap:12px;display:flex}.dashboard-actions button,.panel-head button{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;display:flex}.dashboard-actions svg,.panel-head button svg{width:15px}.notification{position:relative;padding:8px!important}.notification i{background:var(--blue);color:#fff;border-radius:10px;padding:1px 5px;font-size:9px;font-style:normal;position:absolute;top:-6px;right:-5px}.stat-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.stat-card,.panel{border:1px solid var(--line);background:#fff;border-radius:13px}.stat-card{padding:17px}.stat-card>div{color:#445269;justify-content:space-between;align-items:center;font-size:12px;display:flex}.stat-card>div i{color:var(--blue)}.stat-card svg{width:22px}.stat-card strong{white-space:nowrap;letter-spacing:-.04em;margin:12px 0;font:700 23px Manrope;display:block}.stat-card small{font-size:10px}.stat-card em{color:var(--muted);margin-left:5px;font-style:normal}.positive{color:var(--green)}.negative{color:var(--red)}.dashboard-grid{grid-template-columns:1.1fr 1.1fr 1fr;gap:14px;margin-top:14px;display:grid}.panel{min-width:0;padding:18px}.panel-head h2,.alerts h2{margin:0;font-size:15px}.equity-panel{grid-column:span 2}.panel-head button{padding:7px 10px}.large-chart{height:290px;margin:20px 0 0 35px;position:relative}.large-chart svg{width:100%;height:240px;overflow:visible}.chart-axis{color:#8490a0;flex-direction:column;justify-content:space-between;height:250px;font-size:9px;display:flex;position:absolute;top:0;left:-37px}.grid-lines{stroke:#e9edf2;stroke-width:1px}.dashboard-area{fill:url(#dashArea)}.dashboard-line{fill:none;stroke:var(--blue);stroke-width:4px;vector-effect:non-scaling-stroke}.chart-dates{color:#8490a0;justify-content:space-between;font-size:9px;display:flex}.leaderboard-panel{padding-inline:0}.leaderboard-panel .panel-head{padding-inline:18px}.table{margin-top:14px}.table-row{border-top:1px solid var(--line);grid-template-columns:30px 1.4fr .8fr .8fr;align-items:center;gap:6px;padding:11px 18px;font-size:11px;display:grid}.table-title{color:var(--muted);font-size:9px}.rank{background:#edf1f6;border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.rank-1{background:#fbbf24}.rank-2{background:#dbe1e8}.rank-3{color:#fff;background:#cd8b52}.trader{align-items:center;gap:7px;font-weight:600;display:flex}.trader i{background:var(--sky);width:24px;height:24px;color:var(--blue);border-radius:50%;place-items:center;font-style:normal;display:grid}.donut-wrap,.compliance-content{justify-content:space-around;align-items:center;min-height:190px;display:flex}.donut,.compliance-ring{background:conic-gradient(#087eea 0 28%, #28a9ee 28% 61%, #18bf8b 61% 82%, #fbbf24 82% 94%, #ef4444 94%);border-radius:50%;place-items:center;width:120px;height:120px;display:grid;position:relative}.donut:after,.compliance-ring:after{content:"";background:#fff;border-radius:50%;width:78px;height:78px;position:absolute}.donut span,.compliance-ring span{z-index:1;text-align:center;flex-direction:column;font-size:10px;display:flex}.donut b,.compliance-ring b{font-size:19px}.donut-wrap ul,.compliance-content ul{gap:12px;padding:0;font-size:10px;list-style:none;display:grid}.donut-wrap li,.compliance-content li{grid-template-columns:8px 1fr auto;gap:8px;display:grid}.donut-wrap li i,.compliance-content li i{border-radius:50%;width:7px;height:7px}.c1{background:#087eea}.c2{background:#28a9ee}.c3,.ok{background:#18bf8b}.c4,.warn{background:#fbbf24}.bad{background:#ef4444}.bars{align-items:flex-end;gap:18px;height:178px;padding:15px 8px 0;display:flex}.bars div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.bars i{background:linear-gradient(#168cf3,#086cdd);border-radius:3px 3px 0 0;width:min(28px,75%);display:block}.bars span{color:var(--muted);white-space:nowrap;font-size:8px}.compliance-ring{background:conic-gradient(#18bf8b 0 94.6%, #fbbf24 94.6% 98%, #ef4444 98%)}.alerts{align-items:center;gap:30px;margin-top:14px;padding-block:13px;font-size:10px;display:flex}.alerts h2{margin-right:10px}.alerts h2 b{background:var(--red);color:#fff;border-radius:10px;padding:2px 6px;font-size:9px}.alerts span{color:#48576b}.alerts button{color:var(--blue);background:0 0;border:0;margin-left:auto;font-size:10px}.mobile-menu{display:none}@media (max-width:1100px){.feature-grid{grid-template-columns:repeat(2,1fr)}.hero{gap:35px}.stat-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr 1fr}.equity-panel,.compliance{grid-column:span 2}}@media (max-width:760px){.shell{width:min(100% - 28px,600px)}.nav{height:72px}.nav-links{display:none}.nav-actions{gap:6px}.nav-actions .button{white-space:nowrap;padding:9px 11px;font-size:12px;display:inline-flex}.brand-horizontal{width:clamp(90px,29vw,145px)}.hero{grid-template-columns:1fr;gap:60px;padding-top:55px}.hero>*,.split-section>*{min-width:0}.dashboard-preview-frame{width:100%}.dashboard-preview{max-width:100%}.hero h1{overflow-wrap:anywhere;font-size:clamp(38px,12vw,47px)}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.trust-line{flex-wrap:wrap}.preview-card{padding:14px;transform:none}.mini-stats{gap:6px}.mini-stats div{padding:10px 7px}.mini-stats strong{font-size:14px}.floating-card{display:none}.metrics-grid{grid-template-columns:repeat(2,1fr);row-gap:25px}.metrics-grid div:nth-child(2){border:0}.feature-grid,.split-section{grid-template-columns:1fr}.section{padding-block:75px}.compatibility-section{padding:70px 0 60px}.brand-carousel-group{gap:18px;padding-right:18px}.carousel-propfirm{width:235px;height:80px}.carousel-metaquotes{width:245px;height:80px}.split-section{gap:50px}.system-card{padding:24px 18px}.system-row{grid-template-columns:40px minmax(0,1fr)}.system-row i{grid-column:2}.cta{flex-direction:column;align-items:flex-start;gap:25px;padding:35px 25px}.footer{flex-direction:column;gap:12px}.footer-brand-logo{width:min(320px,100%);height:auto}.legal-links{justify-content:center}.legal-header .brand-horizontal{width:165px}.legal-document{padding-top:50px}.mobile-menu{z-index:30;border:1px solid var(--line);background:#fff;border-radius:9px;place-items:center;width:40px;height:40px;display:grid;position:fixed;top:15px;right:15px}.sidebar{transition:all .25s;transform:translate(-100%);box-shadow:20px 0 50px #0000001a}.sidebar-open{transform:translate(0)}.dashboard-main{margin-left:0;padding:70px 12px 20px}.dashboard-header{align-items:flex-start}.dashboard-header h1{font-size:19px}.dashboard-header p,.dashboard-actions button:first-child,.dashboard-actions .notification{display:none}.stat-grid{grid-template-columns:1fr 1fr}.stat-card:last-child{grid-column:span 2}.dashboard-grid{grid-template-columns:1fr}.equity-panel,.compliance{grid-column:span 1}.leaderboard-panel{overflow-x:auto}.table{min-width:480px}.alerts{overflow-x:auto}.alerts span{min-width:160px}}
