
/* =========================================================
   Zynixtrader Complete Visual Redesign - 2026
   Scope: frontend, auth pages, user dashboard, forms and old sections
   Features are unchanged; this is style/template only.
   ========================================================= */
:root{
    --lt-bg:#07162e;
    --lt-bg-2:#0b2141;
    --lt-panel:rgba(13,32,61,.84);
    --lt-card:rgba(15,39,73,.78);
    --lt-border:rgba(126,219,255,.18);
    --lt-border-2:rgba(255,210,114,.22);
    --lt-text:#eff8ff;
    --lt-muted:#a8bdd5;
    --lt-cyan:#22e2ff;
    --lt-cyan-2:#1089ff;
    --lt-gold:#ffd166;
    --lt-green:#28f7a4;
    --lt-danger:#ff6688;
    --lt-shadow:0 24px 80px rgba(0,12,34,.42);
}
html{scroll-behavior:smooth;}
body{
    background:
        radial-gradient(circle at 12% 8%,rgba(34,226,255,.18),transparent 34%),
        radial-gradient(circle at 88% 18%,rgba(255,209,102,.12),transparent 35%),
        linear-gradient(135deg,#06132a 0%,#071b36 42%,#0b2444 100%) !important;
    color:var(--lt-text) !important;
    font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important;
}
a{color:var(--lt-cyan);}
a:hover{color:var(--lt-gold);}
.preloader{background:#07162e !important;}
.scrollToTop{background:linear-gradient(135deg,var(--lt-cyan),var(--lt-cyan-2)) !important;color:#06132a !important;box-shadow:0 10px 32px rgba(34,226,255,.35);}
.bg--section,.bg--body{background:transparent !important;}
.bg--base,.cmn--btn,.btn--base{
    background:linear-gradient(135deg,var(--lt-cyan) 0%,var(--lt-cyan-2) 100%) !important;
    color:#051326 !important;
    border:0 !important;
    box-shadow:0 15px 35px rgba(34,226,255,.22);
}
.cmn--btn,.btn,.btn--base{
    border-radius:14px !important;
    font-weight:700 !important;
    letter-spacing:.01em;
    transition:.25s ease;
}
.cmn--btn:hover,.btn--base:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 45px rgba(34,226,255,.35);
    color:#051326 !important;
}
.text--base{color:var(--lt-cyan) !important;}
.text--white{color:var(--lt-text) !important;}
.header-section{
    position:sticky;top:0;z-index:1000;
    background:rgba(7,22,46,.82) !important;
    border-bottom:1px solid var(--lt-border);
    backdrop-filter:blur(18px);
    box-shadow:0 12px 40px rgba(0,0,0,.16);
}
.header-top{display:none !important;}
.header-bottom{background:transparent !important;border:0 !important;}
.header-wrapper{min-height:76px;}
.logo img,.account-logo img{max-height:58px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(34,226,255,.15));}
ul.menu>li>a{
    color:#dcedff !important;
    font-weight:600 !important;
    font-size:14px !important;
    padding:28px 14px !important;
}
ul.menu>li>a:hover,ul.menu>li>a.active{color:var(--lt-cyan) !important;}
ul.menu .submenu{
    background:rgba(8,23,47,.97) !important;
    border:1px solid var(--lt-border) !important;
    border-radius:16px !important;
    box-shadow:var(--lt-shadow) !important;
    overflow:hidden;
}
ul.menu .submenu li a{color:#dceeff !important;}
ul.menu .submenu li a:hover{background:rgba(34,226,255,.08) !important;color:var(--lt-cyan) !important;}
.header-bar span{background:var(--lt-cyan) !important;}
/* Landing */
.lt-modern-home{overflow:hidden;position:relative;}
.lt-modern-home:before{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
    background-image:linear-gradient(rgba(34,226,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(34,226,255,.1) 1px,transparent 1px);
    background-size:54px 54px;
}
.lt-hero-v2{position:relative;padding:130px 0 90px;}
.lt-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:46px;align-items:center;}
.lt-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border:1px solid var(--lt-border);border-radius:999px;background:rgba(34,226,255,.07);color:var(--lt-cyan);font-weight:700;font-size:12px;letter-spacing:.18em;text-transform:uppercase;}
.lt-hero-title{font-size:clamp(42px,6vw,78px);line-height:1.02;margin:20px 0 18px;font-weight:800;color:var(--lt-text);letter-spacing:-.045em;}
.lt-hero-title span{display:block;background:linear-gradient(90deg,var(--lt-cyan),#b6f5ff,var(--lt-gold));-webkit-background-clip:text;background-clip:text;color:transparent;}
.lt-hero-copy{max-width:620px;font-size:18px;line-height:1.8;color:var(--lt-muted);}
.lt-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 30px;}
.lt-btn-ghost{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border:1px solid var(--lt-border);border-radius:14px;color:#e9f6ff;background:rgba(255,255,255,.04);font-weight:700;}
.lt-btn-ghost:hover{border-color:var(--lt-cyan);background:rgba(34,226,255,.08);color:var(--lt-cyan);}
.lt-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;}
.lt-trust-item{display:flex;align-items:center;gap:10px;color:#c4d6ea;font-size:13px;}
.lt-trust-icon{width:36px;height:36px;border-radius:12px;background:rgba(255,209,102,.12);border:1px solid var(--lt-border-2);display:grid;place-items:center;color:var(--lt-gold);}
.lt-device-card{position:relative;background:linear-gradient(145deg,rgba(12,34,66,.86),rgba(7,22,46,.9));border:1px solid var(--lt-border);border-radius:30px;padding:22px;box-shadow:var(--lt-shadow);transform:perspective(1200px) rotateY(-5deg) rotateX(4deg);}
.lt-device-card:before{content:"";position:absolute;inset:-2px;border-radius:30px;background:linear-gradient(135deg,rgba(34,226,255,.3),transparent,rgba(255,209,102,.28));z-index:-1;filter:blur(1px);}
.lt-device-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}
.lt-device-logo{display:flex;align-items:center;gap:9px;font-weight:800;color:#fff;}
.lt-device-logo i{color:var(--lt-cyan);font-size:24px;}
.lt-device-dots{display:flex;gap:6px}.lt-device-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.26)}
.lt-chart-card{height:255px;border-radius:22px;background:linear-gradient(180deg,rgba(8,22,43,.92),rgba(9,31,61,.92));border:1px solid rgba(255,255,255,.08);padding:20px;position:relative;overflow:hidden;}
.lt-chart-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:42px 42px;opacity:.75;}
.lt-candle-row{position:absolute;left:34px;right:34px;bottom:54px;height:160px;display:flex;gap:13px;align-items:flex-end;}
.lt-candle{width:13px;border-radius:8px;background:linear-gradient(180deg,var(--lt-cyan),var(--lt-green));position:relative;box-shadow:0 0 16px rgba(34,226,255,.25);}
.lt-candle:nth-child(2n){background:linear-gradient(180deg,#ff758f,#ffb199)}
.lt-candle:before{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:100%;width:2px;height:26px;background:inherit;opacity:.75;}
.lt-candle:nth-child(1){height:70px}.lt-candle:nth-child(2){height:116px}.lt-candle:nth-child(3){height:86px}.lt-candle:nth-child(4){height:145px}.lt-candle:nth-child(5){height:120px}.lt-candle:nth-child(6){height:175px}.lt-candle:nth-child(7){height:135px}.lt-candle:nth-child(8){height:198px}.lt-candle:nth-child(9){height:152px}.lt-candle:nth-child(10){height:218px}.lt-candle:nth-child(11){height:182px}.lt-candle:nth-child(12){height:234px}
.lt-price-badge{position:absolute;right:20px;top:20px;background:rgba(40,247,164,.1);border:1px solid rgba(40,247,164,.25);color:var(--lt-green);border-radius:12px;padding:8px 12px;font-weight:800;}
.lt-panel-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px;}
.lt-mini-panel{padding:14px;border:1px solid var(--lt-border);border-radius:18px;background:rgba(255,255,255,.04);}
.lt-mini-panel small{color:var(--lt-muted);display:block}.lt-mini-panel strong{font-size:20px;color:var(--lt-text)}.lt-up{color:var(--lt-green) !important}
.lt-stats-strip{position:relative;border-top:1px solid var(--lt-border);border-bottom:1px solid var(--lt-border);background:rgba(255,255,255,.035);padding:22px 0;}
.lt-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lt-stat{display:flex;align-items:center;gap:14px}.lt-stat i{font-size:34px;color:var(--lt-gold)}.lt-stat strong{font-size:28px;display:block}.lt-stat span{color:var(--lt-muted);font-size:13px}
.lt-section{position:relative;padding:82px 0;}
.lt-section-head{max-width:760px;margin:0 auto 38px;text-align:center}.lt-section-head h2{font-size:clamp(30px,4vw,46px);font-weight:800;color:var(--lt-text);letter-spacing:-.025em}.lt-section-head p{color:var(--lt-muted);font-size:16px;line-height:1.8}
.lt-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.lt-service-card{padding:28px;border:1px solid var(--lt-border);border-radius:24px;background:var(--lt-card);box-shadow:0 20px 48px rgba(0,0,0,.18);transition:.25s ease}.lt-service-card:hover{transform:translateY(-8px);border-color:rgba(34,226,255,.45)}.lt-service-card i{width:54px;height:54px;border-radius:18px;background:rgba(34,226,255,.09);display:grid;place-items:center;color:var(--lt-cyan);font-size:30px;margin-bottom:20px}.lt-service-card h4{color:#fff;font-weight:800;font-size:19px}.lt-service-card p{color:var(--lt-muted);line-height:1.7}
.lt-process{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lt-process-card{position:relative;border:1px solid var(--lt-border);background:linear-gradient(145deg,rgba(10,29,57,.86),rgba(13,40,78,.72));border-radius:26px;padding:30px}.lt-process-number{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--lt-gold),#ffe9ae);color:#06132a;font-weight:900;display:grid;place-items:center;margin-bottom:20px}.lt-process-card h4{color:#fff}.lt-process-card p{color:var(--lt-muted)}
.lt-final-cta{margin:40px auto 0;padding:34px;border-radius:28px;background:linear-gradient(135deg,rgba(34,226,255,.14),rgba(255,209,102,.10));border:1px solid var(--lt-border);display:flex;align-items:center;justify-content:space-between;gap:20px}.lt-final-cta h3{margin:0;color:#fff;font-weight:800}.lt-final-cta p{margin:6px 0 0;color:var(--lt-muted)}
/* Forms/Auth/User area */
.account-section{background:transparent !important;position:relative;}
.account-wrapper,.custom--card,.card,.dashboard-card,.deposit-card,.withdraw-card,.transaction-card,.support-card,.cmn--card{
    background:rgba(12,31,59,.84) !important;border:1px solid var(--lt-border) !important;border-radius:24px !important;box-shadow:var(--lt-shadow) !important;color:var(--lt-text) !important;
}
.account-wrapper{max-width:760px;margin:auto;padding:30px !important;}
.account-wrapper h4,.card-title,.title{color:#fff !important;font-weight:800 !important;}
.form-control,.cmn--form--control,.subscribe--form--control,select,textarea{
    background:rgba(5,17,36,.72) !important;border:1px solid rgba(157,203,255,.18) !important;color:#f2fbff !important;border-radius:12px !important;min-height:50px;box-shadow:none !important;
}
.form-control:focus,.cmn--form--control:focus,select:focus,textarea:focus{border-color:var(--lt-cyan) !important;box-shadow:0 0 0 .2rem rgba(34,226,255,.12) !important;}
.form-control::placeholder{color:#8196b2 !important;}
.input-group-text{background:rgba(34,226,255,.1) !important;border:1px solid rgba(157,203,255,.18) !important;color:var(--lt-cyan) !important;border-radius:12px !important;}
label,.cmn--label,.form-label{color:#eaf6ff !important;font-weight:600 !important;}
.alert,.toast,.iziToast{border-radius:16px !important;}
.table{color:#dcecff !important}.table thead th{background:linear-gradient(135deg,#12345d,#0b6b91) !important;color:#fff !important;border:0 !important}.table td,.table th{border-color:rgba(255,255,255,.08) !important}.table tbody tr{background:rgba(255,255,255,.03) !important}
.dashboard-section,.user-dashboard,.body-wrapper{background:transparent !important;}
.dashboard-card,.widget-card,.crypto-card,.trade-card{transition:.25s ease}.dashboard-card:hover,.widget-card:hover{transform:translateY(-4px)}
/* Old frontend sections redesign */
.banner-section{display:none !important;}
.feature-section,.trade-section,.predict-section,.faq-section,.blog-section,.app-section{background:transparent !important;position:relative;}
.section-header .section-title,.section-title{color:#fff !important;font-weight:800 !important}.section-header p,.section-subtitle,p{color:var(--lt-muted)}
.feature__item,.trade__item,.post__item,.faq__item,.plan__item,.counter__item{background:var(--lt-card) !important;border:1px solid var(--lt-border) !important;border-radius:22px !important;box-shadow:0 18px 45px rgba(0,0,0,.16) !important;color:var(--lt-text)}
/* Footer */
.footer-section{background:linear-gradient(180deg,rgba(7,22,46,.55),#07162e) !important;border-top:1px solid var(--lt-border)}
.footer-top{padding-top:80px !important;padding-bottom:70px !important}.footer__widget .title{color:#fff !important}.footer__widget p,.widget__links li a{color:var(--lt-muted) !important}.widget__links li a:hover{color:var(--lt-cyan) !important}.footer-middle{background:rgba(255,255,255,.035) !important;border-top:1px solid var(--lt-border);border-bottom:1px solid var(--lt-border)}.footer__contact__item{background:transparent !important}.footer__contact__thumb{background:rgba(34,226,255,.09) !important;color:var(--lt-cyan) !important}.footer-bottom{background:#061326 !important;color:var(--lt-muted) !important}
.call-to-action{background:linear-gradient(135deg,rgba(34,226,255,.14),rgba(255,209,102,.08)) !important;border-top:1px solid var(--lt-border);border-bottom:1px solid var(--lt-border)}
/* Mobile */
@media(max-width:1199px){.lt-card-grid{grid-template-columns:repeat(2,1fr)}.lt-hero-grid{grid-template-columns:1fr}.lt-device-card{transform:none}.lt-stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){ul.menu{background:rgba(7,22,46,.98) !important;border:1px solid var(--lt-border);border-radius:18px;padding:14px !important}ul.menu>li>a{padding:12px 14px !important}.lt-hero-v2{padding:98px 0 64px}.lt-final-cta{flex-direction:column;align-items:flex-start}.lt-process{grid-template-columns:1fr}}
@media(max-width:575px){.lt-card-grid,.lt-stats-grid,.lt-panel-row{grid-template-columns:1fr}.lt-hero-actions a{width:100%;justify-content:center}.account-wrapper{padding:18px !important}.lt-hero-copy{font-size:16px}.lt-device-card{padding:14px}.lt-chart-card{height:230px}.lt-candle-row{gap:8px;left:22px;right:22px}.lt-candle{width:10px}}
/* =========================================================
   Zynixtrader Crypto Landing - Clean Mobile Friendly Design
   ========================================================= */
:root{
    --zyx-bg:#06172d;
    --zyx-card:#0a213f;
    --zyx-cyan:#25e7ff;
    --zyx-blue:#148fff;
    --zyx-green:#28f2a6;
    --zyx-red:#ff6d8e;
    --zyx-gold:#ffd35d;
    --zyx-white:#f7fcff;
    --zyx-muted:#acc3d9;
}
body{background:#071a31}
.header-section,.header-bottom,.header-wrapper{position:relative!important;z-index:99!important}
.header-wrapper{min-height:84px;align-items:center!important}
.header-wrapper .logo{width:230px!important;min-width:230px!important;display:flex!important;align-items:center!important}
.logo img,.account-logo img,.header-wrapper .logo img{
    max-height:64px!important;width:auto!important;object-fit:contain!important;
    filter:drop-shadow(0 0 14px rgba(37,231,255,.55)) drop-shadow(0 8px 18px rgba(0,0,0,.35))!important;
}
.zyx-crypto-home{
    overflow:hidden;
    color:var(--zyx-white);
    background:
        radial-gradient(circle at 74% 34%,rgba(37,231,255,.13),transparent 30%),
        radial-gradient(circle at 18% 22%,rgba(20,143,255,.10),transparent 34%),
        linear-gradient(115deg,#0b3850 0%,#071d36 47%,#07152c 100%);
}
.zyx-crypto-home:before{
    content:"";position:absolute;inset:0;pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
    background-size:70px 70px;
}
.zyx-hero{position:relative;z-index:2;min-height:calc(100vh - 84px);padding:18px 0 55px}
.zyx-market-cards{
    display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:8px 0 70px;position:relative;z-index:3;
}
.zyx-coin-card{
    position:relative;overflow:hidden;min-height:106px;border-radius:20px;padding:15px;
    background:radial-gradient(circle at 92% 82%,rgba(40,242,166,.16),transparent 29%),linear-gradient(145deg,rgba(12,43,78,.96),rgba(7,24,49,.96));
    border:1px solid rgba(37,231,255,.35);
    box-shadow:0 16px 42px rgba(0,8,28,.23), inset 0 0 24px rgba(37,231,255,.04);
}
.zyx-coin-card:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(37,231,255,.12),transparent 42%,rgba(255,211,93,.08));pointer-events:none}
.zyx-coin-top,.zyx-coin-bottom{position:relative;z-index:2}
.zyx-coin-top{display:flex;align-items:center;gap:11px;margin-bottom:13px}
.zyx-coin-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;padding:3px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);flex-shrink:0}
.zyx-coin-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.zyx-coin-top strong{color:#fff;display:block;font-size:17px;line-height:1.1;font-weight:900}
.zyx-coin-top span{color:#a9bdd6;display:block;margin-top:3px;font-size:12px}
.zyx-coin-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}
.zyx-coin-bottom b{color:#fff;font-size:22px;font-weight:1000;line-height:1}
.zyx-coin-bottom small{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:13px;font-weight:900;padding:6px 9px;border-radius:999px}
.zyx-up{color:var(--zyx-green)!important;background:rgba(40,242,166,.12)}
.zyx-down{color:var(--zyx-red)!important;background:rgba(255,109,142,.12)}
.zyx-market-empty{grid-column:1/-1;text-align:center;padding:22px;border-radius:18px;border:1px dashed rgba(37,231,255,.35);background:rgba(255,255,255,.04);color:var(--zyx-muted)}
.zyx-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.95fr);align-items:center;gap:72px}
.zyx-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 23px;border-radius:999px;color:var(--zyx-cyan);background:rgba(37,231,255,.08);border:1px solid rgba(37,231,255,.28);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px;margin-bottom:28px}
.zyx-badge i{font-size:18px;color:#f4b848}
.zyx-hero-copy h1{margin:0;color:#fff;font-size:clamp(46px,5.25vw,84px);line-height:.99;font-weight:1000;letter-spacing:-.055em;text-shadow:0 12px 32px rgba(0,0,0,.25)}
.zyx-hero-copy h1 span{display:block;margin-top:10px;background:linear-gradient(90deg,var(--zyx-cyan),#58f0ff 54%,#fff0a8);-webkit-background-clip:text;background-clip:text;color:transparent}
.zyx-hero-copy p{max-width:720px;color:#c2d4e8;font-size:18px;line-height:1.72;margin:28px 0 34px}
.zyx-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.zyx-btn-primary,.zyx-btn-outline{min-height:60px;padding:0 34px;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;text-decoration:none!important;transition:.25s ease}
.zyx-btn-primary{color:#07162d!important;background:linear-gradient(135deg,#34e4ff,#158cff);box-shadow:0 15px 36px rgba(21,140,255,.28)}
.zyx-btn-outline{color:#fff!important;border:1px solid rgba(37,231,255,.44);background:rgba(255,255,255,.035)}
.zyx-btn-primary:hover,.zyx-btn-outline:hover{transform:translateY(-3px)}
.zyx-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
.zyx-features div{display:grid;grid-template-columns:46px 1fr;column-gap:12px;align-items:center}
.zyx-features i{grid-row:span 2;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:var(--zyx-cyan);background:rgba(37,231,255,.08);border:1px solid rgba(37,231,255,.32);font-size:22px}
.zyx-features strong{color:#fff;font-size:14px;font-weight:900}
.zyx-features span{color:var(--zyx-muted);font-size:12px;margin-top:3px}
.zyx-hero-visual{position:relative;min-height:520px;display:flex;align-items:center}
.zyx-hero-visual:before{content:"";position:absolute;width:655px;height:338px;right:-118px;top:105px;border:2px solid rgba(37,231,255,.35);border-radius:50%;transform:rotate(-16deg);filter:drop-shadow(0 0 22px rgba(37,231,255,.23))}
.zyx-dashboard{position:relative;z-index:2;width:100%;min-height:460px;padding:25px;border-radius:34px;background:radial-gradient(circle at 90% 88%,rgba(255,211,93,.16),transparent 28%),linear-gradient(145deg,rgba(17,64,91,.94),rgba(7,20,43,.96));border:1px solid rgba(37,231,255,.22);box-shadow:0 35px 90px rgba(0,7,24,.35), inset 0 0 35px rgba(37,231,255,.05);transform:perspective(1100px) rotateY(-7deg) rotateZ(-2deg)}
.zyx-dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.zyx-brand-mark{color:#fff;font-weight:900;font-size:17px;display:flex;align-items:center;gap:10px}
.zyx-brand-mark i{color:#f4b848;font-size:24px}
.zyx-dash-head strong{color:var(--zyx-green)}
.zyx-chart{position:relative;overflow:hidden;border-radius:22px;padding:22px;min-height:245px;background:#07152d;border:1px solid rgba(255,255,255,.07)}
.zyx-chart-label{position:absolute;right:28px;top:26px;color:var(--zyx-green);font-weight:1000;padding:12px 18px;border-radius:15px;background:rgba(40,242,166,.10);border:1px solid rgba(40,242,166,.32);z-index:2}
.zyx-candles{height:180px;display:flex;gap:13px;align-items:flex-end;padding:42px 12px 6px;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:48px 38px}
.zyx-candles i{display:block;width:14px;height:var(--h);margin-top:var(--top);border-radius:9px;background:linear-gradient(180deg,#32efff,#28f0a7);box-shadow:0 0 14px rgba(37,231,255,.25);position:relative}
.zyx-candles i:before{content:"";position:absolute;left:6px;top:-25px;width:2px;height:26px;background:inherit;opacity:.9}
.zyx-candles i.red{background:linear-gradient(180deg,#ff6d8d,#ffc195)}
.zyx-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.zyx-stats div{padding:18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11)}
.zyx-stats span{display:block;color:var(--zyx-muted);font-size:13px;margin-bottom:7px}
.zyx-stats strong{color:#fff;font-size:22px;display:block}
.zyx-stats small{color:var(--zyx-green);font-weight:900}
.zyx-float-card{position:absolute;z-index:4;right:-28px;bottom:34px;width:190px;padding:24px;border-radius:22px;background:linear-gradient(145deg,rgba(10,49,79,.97),rgba(7,20,43,.97));border:1px solid rgba(37,231,255,.42);box-shadow:0 25px 60px rgba(0,9,29,.35),0 0 24px rgba(37,231,255,.18);transform:rotate(-3deg)}
.zyx-float-card i{color:#f4b848;font-size:34px}
.zyx-float-card strong{display:block;color:#fff;font-size:26px;line-height:1.05;font-weight:1000;margin-top:8px}
.zyx-float-card span{display:block;color:var(--zyx-cyan);font-size:16px;font-weight:900;line-height:1.05}
.zyx-trust-row{margin-top:54px;padding-top:28px;border-top:1px solid rgba(255,255,255,.11)}
.zyx-trust-row span{display:block;text-align:center;color:#8fa6c0;letter-spacing:.22em;text-transform:uppercase;font-size:12px;font-weight:900;margin-bottom:20px}
.zyx-trust-row div{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap}
.zyx-trust-row b{color:#c8d6e5;opacity:.82;font-size:19px;letter-spacing:.02em}
.zyx-crypto-home .quick-trade-section,.zyx-crypto-home .tradingview-widget-container,.zyx-crypto-home #expert_chart,.zyx-crypto-home #sfx-market-overview,.zyx-crypto-home iframe[src*="tradingview"]{display:none!important}
@media(max-width:1399px){
    .zyx-hero-grid{grid-template-columns:1fr 520px;gap:40px}
    .zyx-market-cards{gap:13px}
    .zyx-coin-card{padding:13px}
    .zyx-coin-bottom b{font-size:19px}
}
@media(max-width:1199px){
    .zyx-market-cards{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:48px}
    .zyx-hero-grid{grid-template-columns:1fr}
    .zyx-hero-visual{max-width:720px;margin:0 auto}
}
@media(max-width:991px){
    .header-wrapper{justify-content:center!important;text-align:center!important}
    .header-wrapper .logo{width:210px!important;min-width:210px!important;margin:0 auto!important;justify-content:center!important}
    .header-wrapper .logo img{max-height:56px!important;margin:0 auto!important;display:block!important}
    .zyx-hero{padding-top:8px}
    .zyx-market-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
    .zyx-features{grid-template-columns:1fr}
}
@media(max-width:767px){
    .zyx-crypto-home:before{background-size:48px 48px}
    .zyx-market-cards{grid-template-columns:1fr;margin:12px 0 38px}
    .zyx-coin-card{min-height:auto;padding:14px;border-radius:18px}
    .zyx-badge{font-size:10px;letter-spacing:.06em;gap:7px;padding:10px 14px;margin-bottom:22px;max-width:100%;flex-wrap:wrap}
    .zyx-hero-copy h1{font-size:40px;letter-spacing:-.04em}
    .zyx-hero-copy p{font-size:15px;line-height:1.65;margin:22px 0 28px}
    .zyx-actions a{width:100%;min-height:54px}
    .zyx-hero-visual{min-height:auto;margin-top:20px}
    .zyx-dashboard{transform:none;min-height:auto;padding:18px;border-radius:24px}
    .zyx-hero-visual:before,.zyx-float-card{display:none}
    .zyx-stats{grid-template-columns:1fr}
    .zyx-trust-row{margin-top:36px}
}
@media(max-width:420px){
    .header-wrapper .logo{width:185px!important;min-width:185px!important}
    .header-wrapper .logo img{max-height:50px!important}
    .zyx-hero-copy h1{font-size:35px}
    .zyx-coin-top strong{font-size:16px}
    .zyx-coin-bottom b{font-size:18px}
}


/* Zynixtrader remove top crypto cards spacing */
.zyx-market-cards,
.zt-static-market,
.zt-market-row,
.zt-ticker-window,
.zt-ticker-track,
.zt-ticker-card{
    display:none !important;
}
.zyx-hero{
    padding-top:34px !important;
}
.zyx-hero-grid{
    margin-top:0 !important;
}
@media(max-width:767px){
    .zyx-hero{
        padding-top:18px !important;
    }
}
/* Zynixtrader MOBILE FINAL FIX - checked for 390px screen */
html,
body{
    overflow-x:hidden !important;
    max-width:100% !important;
}
.preloader,
.preloader *,
.loader,
.loader *{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}
.header-section{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
    background:rgba(6, 22, 45, .96) !important;
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(37,231,255,.12) !important;
}
.header-bottom{
    position:relative !important;
    top:auto !important;
    background:transparent !important;
    border:0 !important;
}
.header-wrapper.zyx-mobile-header,
.header-wrapper{
    min-height:78px !important;
    position:relative !important;
    align-items:center !important;
}
.header-wrapper .logo{
    line-height:1 !important;
}
.header-wrapper .logo a{
    display:flex !important;
    align-items:center !important;
}
.header-wrapper .logo img{
    width:auto !important;
    max-width:205px !important;
    max-height:54px !important;
    display:block !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:drop-shadow(0 0 14px rgba(37,231,255,.42)) !important;
}
.header-bar{
    z-index:10001 !important;
}
.header-bar span{
    height:3px !important;
    border-radius:10px !important;
    background:#25e7ff !important;
}
.zyx-crypto-home,
.zyx-hero,
.zyx-hero-grid,
.zyx-hero-copy,
.zyx-hero-visual,
.zyx-dashboard,
.zyx-chart{
    max-width:100% !important;
    box-sizing:border-box !important;
}
.zyx-crypto-home{
    position:relative !important;
    overflow:hidden !important;
}
.zyx-hero{
    padding-top:30px !important;
}
.zyx-hero-grid{
    overflow:visible !important;
}
.zyx-hero-copy{
    position:relative !important;
    z-index:3 !important;
}
.zyx-actions{
    position:relative !important;
    z-index:5 !important;
}
.zyx-btn-primary,
.zyx-btn-outline{
    text-align:center !important;
    white-space:normal !important;
    word-break:normal !important;
    line-height:1.15 !important;
}
.zyx-hero-visual{
    overflow:hidden !important;
}
.zyx-dashboard{
    overflow:hidden !important;
}
.call-to-action{
    position:relative !important;
    z-index:1 !important;
}
body:has(.zyx-crypto-home) .call-to-action{
    display:none !important;
}

@media(max-width:991px){
    .header-wrapper.zyx-mobile-header,
    .header-wrapper{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        min-height:70px !important;
        padding:0 52px !important;
    }
    .header-wrapper .logo{
        width:auto !important;
        min-width:0 !important;
        max-width:205px !important;
        margin:0 auto !important;
        position:absolute !important;
        left:50% !important;
        top:50% !important;
        transform:translate(-50%, -50%) !important;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        text-align:center !important;
    }
    .header-wrapper .logo a{
        justify-content:center !important;
        width:100% !important;
    }
    .header-wrapper .logo img{
        max-width:195px !important;
        max-height:50px !important;
        margin:0 auto !important;
    }
    .header-wrapper .header-bar,
    .header-bar{
        position:absolute !important;
        right:12px !important;
        top:50% !important;
        transform:translateY(-50%) !important;
        margin:0 !important;
    }
    .menu{
        left:12px !important;
        right:12px !important;
        width:calc(100% - 24px) !important;
        top:100% !important;
        border-radius:16px !important;
        background:rgba(7,22,46,.98) !important;
        border:1px solid rgba(37,231,255,.18) !important;
        box-shadow:0 18px 50px rgba(0,0,0,.35) !important;
        padding:8px !important;
    }
    .menu li a{
        padding:12px 14px !important;
        font-size:15px !important;
        border-radius:12px !important;
    }
}

@media(max-width:767px){
    .zyx-hero{
        padding:22px 0 36px !important;
        min-height:auto !important;
    }
    .zyx-hero-grid{
        display:block !important;
    }
    .zyx-badge{
        display:inline-flex !important;
        max-width:100% !important;
        margin-bottom:18px !important;
        padding:9px 13px !important;
        font-size:10px !important;
        letter-spacing:.055em !important;
        gap:7px !important;
        white-space:normal !important;
        flex-wrap:wrap !important;
    }
    .zyx-hero-copy h1{
        font-size:34px !important;
        line-height:1.08 !important;
        letter-spacing:-.025em !important;
        margin:0 0 0 !important;
        max-width:100% !important;
    }
    .zyx-hero-copy h1 span{
        margin-top:6px !important;
    }
    .zyx-hero-copy p{
        width:100% !important;
        max-width:100% !important;
        font-size:14px !important;
        line-height:1.65 !important;
        margin:20px 0 22px !important;
        overflow-wrap:break-word !important;
    }
    .zyx-actions{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
        width:100% !important;
        margin:0 0 28px !important;
    }
    .zyx-actions a,
    .zyx-btn-primary,
    .zyx-btn-outline{
        width:100% !important;
        max-width:100% !important;
        min-height:52px !important;
        padding:0 18px !important;
        margin:0 !important;
        border-radius:15px !important;
        font-size:15px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }
    .zyx-btn-primary{
        color:#06172d !important;
    }
    .zyx-btn-outline{
        background:rgba(255,255,255,.04) !important;
        color:#ffffff !important;
    }
    .zyx-features{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:15px !important;
        margin-top:0 !important;
    }
    .zyx-features div{
        display:grid !important;
        grid-template-columns:42px 1fr !important;
        gap:0 12px !important;
        padding:0 !important;
        align-items:center !important;
    }
    .zyx-features i{
        width:42px !important;
        height:42px !important;
        font-size:20px !important;
    }
    .zyx-features strong{
        font-size:14px !important;
    }
    .zyx-features span{
        font-size:12px !important;
    }

    .zyx-hero-visual{
        width:100% !important;
        min-height:auto !important;
        margin:34px 0 0 !important;
        display:block !important;
    }
    .zyx-hero-visual:before,
    .zyx-float-card{
        display:none !important;
    }
    .zyx-dashboard{
        width:100% !important;
        max-width:100% !important;
        min-height:auto !important;
        padding:14px !important;
        border-radius:22px !important;
        transform:none !important;
        margin:0 !important;
    }
    .zyx-dash-head{
        gap:10px !important;
        margin-bottom:14px !important;
    }
    .zyx-brand-mark{
        font-size:14px !important;
    }
    .zyx-brand-mark i{
        font-size:20px !important;
    }
    .zyx-dash-head strong{
        font-size:13px !important;
    }
    .zyx-chart{
        padding:12px !important;
        min-height:210px !important;
        border-radius:18px !important;
    }
    .zyx-chart-label{
        position:static !important;
        display:inline-flex !important;
        width:auto !important;
        max-width:100% !important;
        margin:0 0 10px !important;
        padding:8px 11px !important;
        font-size:12px !important;
        border-radius:12px !important;
    }
    .zyx-candles{
        width:100% !important;
        max-width:100% !important;
        height:150px !important;
        padding:28px 4px 6px !important;
        gap:0 !important;
        justify-content:space-between !important;
        overflow:hidden !important;
        background-size:38px 32px !important;
    }
    .zyx-candles i{
        width:8px !important;
        min-width:8px !important;
        max-width:8px !important;
        border-radius:7px !important;
        flex:0 0 8px !important;
    }
    .zyx-candles i:before{
        left:3px !important;
        top:-18px !important;
        height:18px !important;
        width:2px !important;
    }
    .zyx-stats{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
        margin-top:14px !important;
    }
    .zyx-stats div{
        padding:14px !important;
        border-radius:15px !important;
    }
    .zyx-stats strong{
        font-size:20px !important;
    }
    .zyx-trust-row{
        margin-top:34px !important;
        padding-top:24px !important;
    }
    .zyx-trust-row span{
        font-size:11px !important;
        letter-spacing:.18em !important;
        margin-bottom:16px !important;
    }
    .zyx-trust-row div{
        gap:18px !important;
    }
    .zyx-trust-row b{
        font-size:16px !important;
    }
}

@media(max-width:420px){
    .container{
        padding-left:14px !important;
        padding-right:14px !important;
    }
    .header-wrapper.zyx-mobile-header,
    .header-wrapper{
        min-height:66px !important;
        padding:0 48px !important;
    }
    .header-wrapper .logo{
        max-width:178px !important;
    }
    .header-wrapper .logo img{
        max-width:178px !important;
        max-height:46px !important;
    }
    .header-bar{
        width:28px !important;
        height:24px !important;
        right:10px !important;
    }
    .zyx-hero{
        padding-top:18px !important;
    }
    .zyx-hero-copy h1{
        font-size:31px !important;
    }
    .zyx-hero-copy p{
        font-size:13.5px !important;
    }
    .zyx-chart{
        padding:10px !important;
    }
    .zyx-candles i{
        width:7px !important;
        min-width:7px !important;
        flex-basis:7px !important;
    }
}

@media(max-width:360px){
    .header-wrapper .logo img{
        max-width:160px !important;
        max-height:43px !important;
    }
    .zyx-hero-copy h1{
        font-size:29px !important;
    }
    .zyx-candles i{
        width:6px !important;
        min-width:6px !important;
        flex-basis:6px !important;
    }
}
