:root {
    --ink: #05070d;
    --ink-2: #080d17;
    --panel: #0b1220;
    --panel-2: #0d1727;
    --line: rgba(138, 174, 205, .13);
    --line-strong: rgba(0, 230, 118, .25);
    --text: #f4f8f6;
    --muted: #8c9aaa;
    --green: #00e676;
    --green-2: #00ff88;
    --cyan: #29b6f6;
    --purple: #7c4dff;
    --gold: #ffd54f;
    --red: #ff5364;
    --radius: 20px;
    --radius-sm: 12px;
    --shadow: 0 24px 70px rgba(0, 0, 0, .34);
    --font-head: "Space Grotesk", system-ui, sans-serif;
    --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text); background: var(--ink); font-family: var(--font-body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--green); color: #04110a; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 110px 0; overflow: hidden; }
.section-muted { background: linear-gradient(180deg, rgba(9, 16, 28, .76), rgba(5, 7, 13, .35)); border-block: 1px solid var(--line); }
.page-glow { position: fixed; width: 500px; height: 500px; filter: blur(130px); opacity: .08; pointer-events: none; z-index: 0; border-radius: 50%; }
.page-glow-one { background: var(--green); top: 30%; left: -300px; }
.page-glow-two { background: var(--purple); right: -350px; top: 65%; }

.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 34px; height: 38px; display: inline-block; color: #fff; }
.brand-mark i { position: absolute; font: 800 25px/1 var(--font-head); font-style: normal; transform: skewY(12deg); text-shadow: 0 0 18px rgba(255,255,255,.35); }
.brand-mark i:first-child { left: 0; top: 0; }
.brand-mark i:last-child { right: 0; bottom: 0; color: var(--green); transform: skewY(-12deg); }
.brand-copy { display: flex; flex-direction: column; font: 800 13px/1.05 var(--font-head); letter-spacing: .05em; }
.brand-copy em { font-style: normal; color: var(--green); margin-top: 3px; }
.brand-mark.mini { transform: scale(.65); margin-right: -7px; }

.site-header { height: 76px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(5, 7, 13, .8); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 16px 44px rgba(0,0,0,.22); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); margin-left: auto; }
.main-nav a { color: #bdc6d0; font-size: 13px; font-weight: 600; transition: .2s; position: relative; }
.main-nav a::after { content: ""; position: absolute; height: 1px; bottom: -8px; left: 50%; right: 50%; background: var(--green); transition: .2s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { left: 0; right: 0; }
.nav-actions { display: flex; gap: 10px; margin-left: 12px; }
.nav-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 10px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 5px 0; }

.btn { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 9px; color: #fff; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #04130a; background: linear-gradient(135deg, var(--green-2), #00b65b); box-shadow: 0 12px 30px rgba(0,230,118,.18), inset 0 1px rgba(255,255,255,.35); }
.btn-primary:hover { box-shadow: 0 16px 38px rgba(0,230,118,.3); }
.btn-ghost { color: #eaf1ee; background: rgba(13,22,36,.55); border-color: rgba(183,205,219,.28); }
.btn-ghost:hover { border-color: var(--green); background: rgba(0,230,118,.06); }
.btn-sm { min-height: 38px; padding: 0 16px; font-size: 12px; }
.btn-lg { min-height: 54px; padding: 0 25px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

.hero { min-height: 800px; display: flex; flex-direction: column; justify-content: center; position: relative; padding-top: 76px; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 260px; background: linear-gradient(transparent, var(--ink)); z-index: -1; }
.hero-art { position: absolute; inset: 0; z-index: -3; background: url("../images/lft-earth-hero.png") center/cover no-repeat; opacity: .92; animation: heroBreath 10s ease-in-out infinite alternate; }
.hero-grid { position: absolute; inset: 35% 0 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(0,230,118,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(0,230,118,.13) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(transparent, #000 50%, transparent); transform: perspective(500px) rotateX(65deg) scale(1.3); transform-origin: center bottom; }
.hero-live-globe { position: absolute; z-index: -1; top: 92px; right: -2%; width: min(59vw, 760px); height: min(59vw, 690px); pointer-events: none; opacity: .58; filter: drop-shadow(0 0 32px rgba(0,230,118,.12)); }
.hero-content { flex: 1; display: flex; align-items: center; padding-top: 44px; }
.hero-copy { width: min(680px, 57%); position: relative; z-index: 2; }
.hero-promotion { width: min(630px,100%); margin-bottom: 20px; padding: 11px 13px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 5px 11px; border: 1px solid rgba(0,230,118,.2); border-radius: 11px; color: #dce8e2; background: linear-gradient(100deg,rgba(0,230,118,.09),rgba(41,182,246,.035)); box-shadow: 0 10px 34px rgba(0,0,0,.18); backdrop-filter: blur(12px); }.hero-promotion > span { grid-row: span 2; padding: 5px 7px; border-radius: 6px; color: #06110b; background: var(--green); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.hero-promotion strong { font-size: 12px; }.hero-promotion small { grid-column: 2; overflow: hidden; color: #91a39a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.hero-promotion b { grid-column: 3; grid-row: 1/3; color: var(--green); font-size: 9px; white-space: nowrap; }
.eyebrow { color: #a8b5c1; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .16em; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow > span { width: 23px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }
.eyebrow.centered { justify-content: center; }
.hero h1, .section-heading h2, .certificate-copy h2, .leader-copy h2, .faq-copy h2, .cta-card h2 { font-family: var(--font-head); letter-spacing: -.045em; line-height: 1.08; margin: 0; }
.hero h1 { font-size: clamp(44px, 5.3vw, 76px); max-width: 780px; text-shadow: 0 4px 28px rgba(0,0,0,.6); }
.hero h1 strong, h2 em { color: var(--green); font-style: normal; }
.hero-copy > p { color: #aeb9c5; font-size: 17px; width: min(610px, 94%); margin: 24px 0 20px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; color: #d4ded9; font-size: 13px; }
.hero-points span::first-letter { color: var(--green); }
.hero-actions { display: flex; gap: 13px; margin-top: 32px; }
.play { font-size: 10px; border: 1px solid rgba(255,255,255,.5); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; padding-left: 2px; }
.trust-row { margin-top: 32px; display: flex; align-items: center; gap: 11px; font-size: 12px; color: #bac5ce; }
.trust-row b { color: #eaf3ef; margin-left: 5px; }
.stars { color: var(--green); letter-spacing: 2px; }
.trust-score { color: #fff; font-weight: 700; }
.particles i { position: absolute; width: 3px; height: 3px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); animation: floatParticle 7s ease-in-out infinite; }
.particles i:nth-child(1) { top: 25%; left: 46%; }.particles i:nth-child(2) { top: 52%; left: 72%; animation-delay: -2s; }.particles i:nth-child(3) { top: 18%; left: 80%; animation-delay: -3.5s; }.particles i:nth-child(4) { top: 66%; left: 57%; animation-delay: -1s; }.particles i:nth-child(5) { top: 34%; left: 92%; animation-delay: -5s; }.particles i:nth-child(6) { top: 75%; left: 88%; animation-delay: -4s; }
.hero-stats { min-height: 92px; position: relative; z-index: 3; display: grid; grid-template-columns: 1.6fr repeat(5, 1fr); align-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(6,11,20,.7); backdrop-filter: blur(16px); box-shadow: var(--shadow); margin-bottom: 20px; }
.hero-stats > div { min-height: 52px; display: flex; flex-direction: column; justify-content: center; padding-left: 26px; border-left: 1px solid var(--line); }
.hero-stats strong { font: 700 23px/1.2 var(--font-head); }
.hero-stats small { color: var(--muted); font-size: 11px; margin-top: 4px; }
.stat-intro { padding: 0 28px; color: #b6c0ca; font-size: 12px; }

.section-heading { text-align: center; max-width: 740px; margin: 0 auto 52px; }
.section-heading h2, .certificate-copy h2, .leader-copy h2, .faq-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.section-heading > p, .certificate-copy > p, .leader-copy > p, .faq-copy > p { color: var(--muted); font-size: 16px; margin: 17px auto 0; max-width: 630px; }
.section-heading.split { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; text-align: left; }
.section-heading.split > div { width: 58%; }
.section-heading.split > p { width: 36%; margin: 0; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { padding: 27px; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(13,24,40,.93), rgba(7,12,22,.93)); position: relative; box-shadow: var(--shadow); transition: .3s ease; overflow: hidden; }
.program-card::before { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; filter: blur(80px); opacity: .12; top: -80px; right: -60px; background: var(--accent, var(--green)); }
.program-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--accent, var(--green)) 45%, transparent); box-shadow: 0 28px 80px rgba(0,0,0,.45), 0 0 30px color-mix(in srgb, var(--accent, var(--green)) 10%, transparent); }
.accent-purple { --accent: var(--purple); }.accent-gold { --accent: var(--gold); }.accent-emerald { --accent: var(--green); }
.program-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; font-size: 27px; color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 14%, transparent); }
.program-title { margin: 20px 0; }.program-title h3 { font: 700 22px var(--font-head); margin: 0 0 5px; }.program-title p { color: var(--muted); font-size: 13px; margin: 0; }
.up-to { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.funding-amount { font: 700 36px var(--font-head); margin: 3px 0 17px; }
.size-picker { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 22px; }
.size-picker button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.02); color: #93a2b1; font-size: 10px; cursor: pointer; }
.size-picker button.active { border-color: var(--accent); color: var(--text); background: color-mix(in srgb, var(--accent) 13%, transparent); }
.feature-list { list-style: none; padding: 20px 0; margin: 0; border-block: 1px solid var(--line); display: grid; gap: 11px; }
.feature-list li { display: flex; gap: 9px; align-items: center; color: #c7d0d9; font-size: 12px; }.feature-list b { color: var(--accent); }
.program-footer { padding-top: 21px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.program-footer > div { display: flex; flex-direction: column; }.program-footer small { color: var(--muted); font-size: 10px; }.program-footer strong { font: 700 22px var(--font-head); }
.btn-card { min-height: 43px; background: color-mix(in srgb, var(--accent) 17%, transparent); border-color: color-mix(in srgb, var(--accent) 28%, transparent); color: color-mix(in srgb, var(--accent) 88%, #fff); font-size: 12px; }
.popular { position: absolute; right: 20px; top: 20px; padding: 5px 10px; border-radius: 99px; color: #050c08; background: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pricing-note { text-align: center; color: var(--muted); font-size: 12px; margin-top: 25px; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.step-card { position: relative; padding: 32px 26px; min-height: 245px; background: rgba(9,15,26,.68); border-right: 1px solid var(--line); }
.step-card:last-child { border: 0; }
.step-card > span { font: 700 12px var(--font-head); color: var(--green); }
.step-card > i { width: 48px; height: 48px; margin: 35px 0 20px; border-radius: 13px; display: grid; place-items: center; font-style: normal; font-size: 21px; color: var(--green); background: rgba(0,230,118,.08); border: 1px solid rgba(0,230,118,.15); }
.step-card h3 { font: 700 17px var(--font-head); margin: 0 0 8px; }.step-card p { color: var(--muted); font-size: 12px; margin: 0; }
.step-card::after { content: ""; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background: var(--green); transition: .4s; box-shadow: 0 0 14px var(--green); }.step-card:hover::after { width: 100%; }

.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.benefit-card { min-height: 145px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(12,20,34,.8), rgba(7,11,19,.8)); transition: .25s; }
.benefit-card:hover { border-color: var(--line-strong); transform: translateY(-3px); background: rgba(0,230,118,.035); }
.benefit-card > i { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--green); background: rgba(0,230,118,.09); font-style: normal; font-weight: 700; margin-bottom: 16px; }
.benefit-card h3 { font: 700 13px var(--font-head); margin: 0 0 5px; }.benefit-card p { color: var(--muted); font-size: 11px; margin: 0; }

.glass-card, .dashboard-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(13,23,39,.9), rgba(8,14,24,.9)); box-shadow: var(--shadow); }
.payout-section { background: radial-gradient(circle at 50% 0, rgba(0,230,118,.08), transparent 34%); }
.timeline { display: grid; grid-template-columns: repeat(7, 1fr); margin: 10px 0 55px; position: relative; }
.timeline::before { content: ""; position: absolute; top: 25px; left: 7%; right: 7%; height: 2px; background: var(--line); }
.timeline::after { content: ""; position: absolute; top: 25px; left: 7%; width: 72%; height: 2px; background: linear-gradient(90deg, var(--green), var(--cyan)); box-shadow: 0 0 15px rgba(0,230,118,.4); }
.timeline-step { text-align: center; position: relative; z-index: 1; }
.timeline-step i { width: 52px; height: 52px; margin: 0 auto 13px; display: grid; place-items: center; border-radius: 50%; background: var(--panel); border: 1px solid var(--line); color: var(--muted); font-style: normal; }
.timeline-step.complete i { color: var(--green); border-color: rgba(0,230,118,.4); box-shadow: 0 0 22px rgba(0,230,118,.12); }
.timeline-step span { display: block; font-size: 11px; color: #cad4dc; }.timeline-step small { display: none; }
.payout-layout { display: grid; grid-template-columns: 1.6fr .8fr; gap: 18px; }
.payout-wall, .payout-quote { padding: 26px; }
.card-heading { min-height: 35px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); margin-bottom: 7px; padding-bottom: 15px; }
.card-heading > div { font-weight: 700; }.card-heading small, .card-heading > span { color: var(--muted); font-size: 10px; font-weight: 500; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,230,118,.09); margin: 0 9px 1px 2px; }
.payout-row { display: grid; grid-template-columns: 38px 1fr .6fr .5fr .7fr; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(138,174,205,.08); font-size: 12px; }
.payout-row:last-child { border: 0; }.payout-row div { display: flex; flex-direction: column; }.payout-row small { color: var(--muted); font-size: 10px; }.payout-row > b { color: var(--green); }.payout-row > span:not(.avatar) { color: #c9d2db; }.payout-row em { color: var(--green); font-size: 10px; font-style: normal; text-align: right; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #d9fff0; font-size: 9px; font-weight: 700; background: linear-gradient(135deg, #173749, #0c7e52); border: 1px solid rgba(255,255,255,.14); }
.avatar-lg { width: 40px; height: 40px; }
.payout-quote { display: flex; flex-direction: column; justify-content: center; }.quote-mark { font: 800 60px/1 var(--font-head); color: var(--green); }.payout-quote > p { font-size: 18px; line-height: 1.6; margin: 8px 0 30px; }.reviewer { display: flex; align-items: center; gap: 12px; }.reviewer > div { display: flex; flex-direction: column; }.reviewer small { color: var(--muted); font-size: 10px; }.reviewer .stars { margin-left: auto; font-size: 10px; }

.certificate-section { border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,213,79,.025), transparent 45%); }
.certificate-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.certificate-copy > p, .leader-copy > p, .faq-copy > p { margin-left: 0; }
.check-list { list-style: none; padding: 0; margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #c5cfd7; font-size: 13px; }.check-list li::before { content: "✓"; color: var(--green); margin-right: 9px; }
.certificate-stage { perspective: 1000px; position: relative; padding: 45px 0; }
.certificate { width: min(100%, 620px); min-height: 390px; margin-inline: auto; padding: 40px 55px; color: #17251f; text-align: center; position: relative; background: linear-gradient(145deg, #fffef7, #eee8d4); border: 8px double #a98229; box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 35px rgba(255,213,79,.1); transform: rotateY(-6deg) rotateX(2deg); animation: certificateFloat 6s ease-in-out infinite; }
.certificate::before { content: ""; position: absolute; inset: 10px; border: 1px solid #b99b56; pointer-events: none; }
.cert-brand { font: 800 10px var(--font-head); display: flex; align-items: center; justify-content: center; color: #173629; }
.certificate > small { display: block; letter-spacing: .28em; color: #806c3e; font-size: 8px; margin-top: 18px; }
.certificate h3 { font: 700 31px/1.12 var(--font-head); margin: 12px 0; }.certificate p { margin: 5px 0; font-size: 10px; color: #756c57; }.certificate > strong { display: block; font: 700 22px var(--font-head); border-bottom: 1px solid #baa66f; width: 70%; margin: 8px auto; padding-bottom: 5px; }.certificate > b { font: 700 14px var(--font-head); color: #966e16; }
.cert-bottom { margin-top: 31px; display: grid; grid-template-columns: 1fr 60px 1fr; align-items: end; font-size: 7px; color: #70664e; }.cert-bottom i { width: 48px; height: 48px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #d8b952, #8c681b); color: #fff1b1; font-style: normal; font-size: 20px; }
.cert-glow { position: absolute; inset: 25% 10%; background: var(--gold); filter: blur(100px); opacity: .1; z-index: -1; }

.leaderboard-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: center; }
.leaderboard-card { padding: 25px; }
.leader-row { display: grid; grid-template-columns: 30px 38px 1fr .8fr .6fr; align-items: center; gap: 11px; padding: 16px 5px; border-bottom: 1px solid rgba(138,174,205,.09); font-size: 12px; }
.leader-row > b { color: var(--gold); font: 700 17px var(--font-head); }.leader-row > div { display: flex; flex-direction: column; }.leader-row small { color: var(--muted); font-size: 10px; }.leader-row em { color: var(--green); font-style: normal; font-weight: 700; }.leader-row > span:last-child { color: var(--muted); font-size: 10px; text-align: right; }
.leader-copy .btn { margin-top: 23px; }
.reviews-section { background: linear-gradient(180deg, rgba(9,15,25,.3), rgba(9,15,25,.75)); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,18,31,.7); }.review-card > p { color: #d4dce3; line-height: 1.75; font-size: 14px; min-height: 98px; }.review-card > .stars { font-size: 11px; }.review-card .reviewer { margin-top: 22px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }.faq-copy { position: sticky; top: 130px; align-self: start; }.text-link { color: var(--green); font-weight: 700; font-size: 13px; display: inline-block; margin-top: 20px; }
.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; padding: 22px 0; border: 0; background: transparent; color: #eef5f2; display: grid; grid-template-columns: 35px 1fr 30px; text-align: left; cursor: pointer; font-weight: 600; }.faq-item button > span { color: var(--green); font-size: 10px; padding-top: 4px; }.faq-item button i { font-style: normal; font-size: 20px; color: var(--muted); transition: .2s; }.faq-item > div { display: grid; grid-template-rows: 0fr; transition: .3s ease; }.faq-item > div > p { overflow: hidden; color: var(--muted); margin: 0 65px 0 35px; font-size: 13px; }.faq-item.open > div { grid-template-rows: 1fr; }.faq-item.open > div > p { margin-bottom: 25px; }.faq-item.open button i { transform: rotate(45deg); color: var(--green); }
.cta-section { padding: 40px 0 100px; }.cta-card { min-height: 250px; border: 1px solid rgba(0,230,118,.2); border-radius: 24px; padding: 50px; background: radial-gradient(circle at 80% 30%, rgba(0,230,118,.13), transparent 35%), linear-gradient(135deg, #0b1720, #081019); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }.cta-card h2 { font-size: clamp(36px,4vw,54px); }.cta-card p { color: var(--muted); margin-bottom: 0; }

.site-footer { padding: 70px 0 20px; border-top: 1px solid var(--line); background: #04060b; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3,.75fr) 1.25fr; gap: 40px; }.footer-top h3 { font: 700 12px var(--font-head); margin: 0 0 20px; }.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }.footer-top a { color: var(--muted); font-size: 12px; }.footer-top a:hover { color: var(--green); }.footer-brand > p, .newsletter p { color: var(--muted); font-size: 12px; max-width: 220px; }.socials { display: flex; gap: 8px; margin-top: 18px; }.socials a { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 8px; display: grid; place-items: center; color: #dce4e0; }
.newsletter form { display: flex; margin-top: 8px; }.newsletter input { flex: 1; min-width: 0; height: 43px; border: 1px solid var(--line); border-radius: 8px 0 0 8px; background: var(--panel); color: #fff; padding: 0 12px; outline: 0; }.newsletter button { width: 44px; border: 0; border-radius: 0 8px 8px 0; background: var(--green); color: #06120b; cursor: pointer; }
.footer-bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #65717d; font-size: 10px; }.footer-bottom div { display: flex; gap: 20px; }

/* Authentication */
.auth-page { min-height: 100vh; background: #04070d; }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 55px 24px; position: relative; overflow: hidden; }
.auth-shell::before { content: ""; position: absolute; width: 700px; height: 700px; left: -300px; bottom: -350px; background: var(--green); filter: blur(180px); opacity: .08; }
.auth-back { position: absolute; top: 24px; left: 30px; color: var(--muted); font-size: 12px; z-index: 2; }.auth-back:hover { color: var(--green); }
.auth-panel { width: min(1060px, 100%); min-height: 690px; display: grid; grid-template-columns: 1fr .85fr; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 45px 120px rgba(0,0,0,.5); background: rgba(8,13,23,.92); position: relative; z-index: 1; }
.auth-form-wrap { padding: 52px 64px; }.auth-heading { margin: 55px 0 30px; }.auth-heading h1 { font: 700 40px/1.15 var(--font-head); margin: 0; letter-spacing: -.04em; }.auth-heading p { color: var(--muted); margin: 10px 0 0; font-size: 14px; }
.auth-form { display: grid; gap: 16px; }.auth-form label { color: #cbd4dc; font-size: 11px; font-weight: 600; display: grid; gap: 7px; }.auth-form input:not([type="checkbox"]) { width: 100%; height: 50px; border-radius: 10px; border: 1px solid var(--line); background: #080f1b; color: #fff; padding: 0 15px; outline: none; transition: .2s; }.auth-form input:focus { border-color: rgba(0,230,118,.7); box-shadow: 0 0 0 4px rgba(0,230,118,.06); }.auth-form input::placeholder { color: #4d5b69; }
.label-row { display: flex; justify-content: space-between; }.label-row a, .auth-switch a, .checkbox-label a { color: var(--green); }
.checkbox-label { display: flex !important; grid-template-columns: 16px 1fr; flex-direction: row; align-items: center; font-weight: 400 !important; color: var(--muted) !important; }.checkbox-label input { accent-color: var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-error, .form-error-list p { margin: -9px 0 0; color: #ff7987; font-size: 11px; }.form-error-list { padding: 12px; border: 1px solid rgba(255,83,100,.25); border-radius: 9px; background: rgba(255,83,100,.05); }.form-error-list p { margin: 3px 0; }
.auth-divider { height: 1px; background: var(--line); position: relative; margin: 10px 0; }.auth-divider span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); white-space: nowrap; background: #080e18; padding: 0 12px; color: #596674; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.auth-switch { text-align: center; color: var(--muted); font-size: 12px; margin: 0; }
.auth-visual { position: relative; overflow: hidden; padding: 50px; background: radial-gradient(circle at 75% 25%, rgba(0,230,118,.17), transparent 32%), url("../images/lft-earth-hero.png") 62% center/auto 100% no-repeat, #07101a; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid var(--line); }
.auth-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #07101a 0, transparent 40%), linear-gradient(0deg, #07101a, transparent 45%); }
.auth-visual-card, .auth-visual blockquote { position: relative; z-index: 2; }
.auth-visual-card { width: 250px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(8,18,30,.68); backdrop-filter: blur(15px); box-shadow: var(--shadow); transform: translateY(-30px) rotate(-2deg); }.auth-visual-card > small { color: #a8b5c0; }.auth-visual-card > strong { display: block; font: 700 35px var(--font-head); margin-top: 10px; }.auth-visual-card > p { color: var(--muted); font-size: 11px; }
.mini-chart { height: 50px; display: flex; align-items: flex-end; gap: 8px; margin-top: 15px; }.mini-chart i { flex: 1; height: 30%; border-radius: 3px 3px 0 0; background: linear-gradient(var(--green), rgba(0,230,118,.1)); }.mini-chart i:nth-child(2){height:44%}.mini-chart i:nth-child(3){height:35%}.mini-chart i:nth-child(4){height:59%}.mini-chart i:nth-child(5){height:55%}.mini-chart i:nth-child(6){height:72%}.mini-chart i:nth-child(7){height:83%}.mini-chart i:nth-child(8){height:100%}
.auth-visual blockquote { margin: 60px 0 0; color: #d8e0e5; font-size: 14px; line-height: 1.7; }.auth-visual blockquote footer { color: var(--green); font-size: 10px; margin-top: 10px; }

/* Dashboard */
.dashboard-page { background: #050911; overflow-x: hidden; }
.dashboard-shell { min-height: 100vh; display: grid; grid-template-columns: 240px minmax(0,1fr); }
.dashboard-sidebar { width: 240px; height: 100vh; position: fixed; inset: 0 auto 0 0; z-index: 30; padding: 22px 16px; border-right: 1px solid var(--line); background: #07101b; display: flex; flex-direction: column; }
.sidebar-brand { min-height: 48px; padding: 0 8px 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }.sidebar-brand button { display: none; border: 0; color: #fff; background: none; font-size: 25px; }
.dashboard-nav { padding: 16px 0; overflow-y: auto; display: grid; gap: 3px; }.dashboard-nav a { min-height: 40px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; padding: 0 11px; color: #abb7c2; border-radius: 9px; font-size: 12px; transition: .2s; }.dashboard-nav a i { font-style: normal; font-size: 15px; color: #8494a3; }.dashboard-nav a:hover { background: rgba(255,255,255,.03); color: #fff; }.dashboard-nav a.active { color: var(--green); background: linear-gradient(90deg, rgba(0,230,118,.17), rgba(0,230,118,.06)); box-shadow: inset 2px 0 var(--green); }.dashboard-nav a.active i { color: var(--green); }.dashboard-nav a em { min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; background: rgba(0,230,118,.14); color: var(--green); font-style: normal; font-size: 8px; }
.nav-section { color: #4f5b68; font-size: 8px; text-transform: uppercase; letter-spacing: .17em; margin: 12px 11px 5px; }
.affiliate-card { margin-top: auto; padding: 15px; border: 1px solid rgba(0,230,118,.13); border-radius: 12px; background: radial-gradient(circle at 90% 80%, rgba(0,230,118,.17), transparent 34%), rgba(0,230,118,.035); }.affiliate-card > span { color: var(--green); font-size: 22px; }.affiliate-card strong { display: block; font: 700 11px var(--font-head); margin-top: 7px; }.affiliate-card p { color: var(--muted); font-size: 9px; margin: 3px 0 10px; }.affiliate-card a { color: var(--green); font-size: 9px; font-weight: 700; }
.logout-button { width: 100%; height: 38px; margin-top: 10px; border: 0; background: none; color: #82909d; text-align: left; padding: 0 11px; cursor: pointer; }.logout-button:hover { color: var(--red); }
.dashboard-main { grid-column: 2; min-width: 0; }
.dashboard-topbar { height: 72px; padding: 0 26px; position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(5,9,17,.84); backdrop-filter: blur(17px); }
.sidebar-toggle { display: none; border: 0; background: none; color: #fff; font-size: 20px; }.mobile-page-name { font: 700 13px var(--font-head); }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 15px; }.icon-button { position: relative; width: 38px; height: 38px; color: #d7e0e6; background: var(--panel); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }.icon-button em { position: absolute; top: -4px; right: -4px; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 7px; font-style: normal; }
.user-menu { min-width: 205px; padding: 7px 10px; display: grid; grid-template-columns: 40px 1fr 14px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }.user-menu > div { display: flex; flex-direction: column; }.user-menu strong { font-size: 10px; }.user-menu small { color: var(--muted); font-size: 8px; }
.dashboard-heading { padding: 28px 28px 19px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.dashboard-heading p { color: var(--green); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 700; margin: 0 0 6px; }.dashboard-heading h1 { font: 700 24px var(--font-head); letter-spacing: -.03em; margin: 0; }.dashboard-heading h1 span { font-size: 18px; }.dashboard-heading small { color: var(--muted); font-size: 10px; }
.metric-grid { padding: 0 28px 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card { min-height: 120px; padding: 16px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, #0b1524, #09111d); }.metric-card > div:first-child { display: flex; align-items: center; gap: 8px; color: #aab6c1; font-size: 9px; }.metric-card > div i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: rgba(0,230,118,.09); font-style: normal; }.metric-card > strong { display: block; font: 700 21px var(--font-head); margin-top: 14px; }.metric-card > small { color: var(--muted); font-size: 8px; }.metric-card > em { position: absolute; right: 15px; bottom: 15px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.04); color: #8c9aaa; font-style: normal; }
.positive { color: var(--green) !important; }.negative { color: var(--red) !important; }
.sparkline { position: absolute; right: 10px; bottom: 20px; width: 90px; height: 48px; display: flex; align-items: flex-end; gap: 3px; opacity: .65; }.sparkline b { flex: 1; height: 20%; border-top: 2px solid var(--green); transform: skewY(-15deg); }.sparkline b:nth-child(2){height:28%}.sparkline b:nth-child(3){height:20%}.sparkline b:nth-child(4){height:48%}.sparkline b:nth-child(5){height:43%}.sparkline b:nth-child(6){height:85%}
.dashboard-grid-main { padding: 0 28px 14px; display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 12px; }
.dashboard-card { border-radius: 13px; background: linear-gradient(145deg, rgba(12,22,37,.94), rgba(8,15,26,.94)); box-shadow: none; }
.chart-card { padding: 16px; min-width: 0; }.chart-card .card-heading { margin: 0; }.chart-card .card-heading > div { display: flex; flex-direction: column; }.chart-card .card-heading small { margin-top: 3px; }.range-tabs { display: flex !important; flex-direction: row !important; gap: 3px; }.range-tabs button { color: #748391; font-size: 8px; padding: 5px 9px; border: 0; border-radius: 6px; background: transparent; cursor: pointer; }.range-tabs button.active { color: #fff; background: rgba(124,77,255,.35); }
.chart-wrap { height: 240px; position: relative; }.chart-wrap canvas { width: 100%; height: 100%; }.chart-tooltip { position: absolute; top: 32px; left: 57%; padding: 8px; border-radius: 7px; background: rgba(15,27,43,.95); border: 1px solid var(--line); display: flex; flex-direction: column; font-size: 8px; pointer-events: none; }.chart-tooltip small { color: var(--muted); }
.chart-summary { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 13px; border-top: 1px solid var(--line); }.chart-summary > div { display: flex; flex-direction: column; }.chart-summary small { color: var(--muted); font-size: 8px; }.chart-summary strong { font-size: 11px; margin-top: 3px; }
.status-stack { display: grid; gap: 12px; }.account-status-card, .next-payout { padding: 15px; }.account-status-card .card-heading span { padding: 4px 7px; border-radius: 5px; color: #c1b4ff; background: rgba(124,77,255,.16); }
.progress-item { margin-top: 13px; }.progress-item > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; }.progress-item b { color: #dce4e9; }.progress-item > i { display: block; height: 4px; margin-top: 7px; border-radius: 99px; background: rgba(255,255,255,.06); overflow: hidden; }.progress-item > i em { display: block; height: 100%; background: var(--green); border-radius: inherit; }.progress-item.red > i em { background: var(--red); }.progress-item.gold > i em { background: var(--gold); }.progress-item.blue > i em { background: #5497ff; }
.next-payout .card-heading a, .card-heading a { color: var(--green); font-size: 8px; }.next-payout > strong { font: 700 19px var(--font-head); display: block; margin: 13px 0; }.next-payout > div:not(.card-heading) { display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); margin-top: 9px; }.next-payout b { color: #dce5ea; }.next-payout em { color: var(--green); font-style: normal; padding: 2px 5px; background: rgba(0,230,118,.08); border-radius: 4px; }
.dashboard-lower-grid { padding: 0 28px 28px; display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 12px; }.dashboard-lower-grid > * { min-width: 0; }.accounts-card { grid-column: span 2; padding: 16px; }.recent-payouts, .kyc-card, .certificate-mini, .quick-actions { padding: 16px; }
.data-table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; white-space: nowrap; font-size: 9px; }.data-table th { color: #788693; font-weight: 500; text-align: left; padding: 10px 7px; border-bottom: 1px solid var(--line); }.data-table td { padding: 11px 7px; border-bottom: 1px solid rgba(138,174,205,.07); color: #cbd4dc; }.account-id { display: flex; align-items: center; gap: 8px; }.account-id i { width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; background: rgba(0,230,118,.12); color: var(--green); font-style: normal; }
.status { padding: 4px 7px; border-radius: 5px; font-size: 8px; text-transform: capitalize; }.status.active, .status.approved, .status.completed { color: var(--green); background: rgba(0,230,118,.09); }.status.paused, .status.pending { color: var(--gold); background: rgba(255,213,79,.09); }.status.rejected { color: var(--red); background: rgba(255,83,100,.1); }.dots { border: 1px solid var(--line); border-radius: 6px; background: none; color: #8997a5; }
.recent-payouts > div:not(.card-heading) { display: grid; grid-template-columns: 1fr .8fr .6fr; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(138,174,205,.07); font-size: 9px; }.recent-payouts span { color: var(--muted); }.recent-payouts em { color: var(--green); font-style: normal; text-align: right; }
.kyc-visual { height: 80px; position: relative; display: grid; place-items: center; color: var(--green); font-size: 34px; }.kyc-visual i { position: absolute; width: 90px; height: 55px; border: 1px solid rgba(0,230,118,.18); transform: skewY(-15deg); }.kyc-card p { color: var(--muted); font-size: 9px; min-height: 30px; }
.mini-certificate { min-height: 135px; position: relative; padding: 18px; text-align: center; color: #29342e; background: linear-gradient(145deg,#fffcf1,#e8e0c9); border: 4px double #a78439; display: flex; flex-direction: column; justify-content: center; }.mini-certificate small { color: #42604e; font-size: 6px; }.mini-certificate span { font: 700 12px var(--font-head); margin: 8px 0; }.mini-certificate strong { font-size: 10px; }.mini-certificate b { color: #8a6514; font-size: 7px; }.mini-certificate i { position: absolute; right: 15px; bottom: 12px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff1a8; background: #aa8429; border-radius: 50%; font-style: normal; }
.quick-actions a { height: 37px; margin-top: 7px; padding: 0 10px; display: grid; grid-template-columns: 28px 1fr 10px; align-items: center; gap: 5px; color: #cbd5dc; font-size: 9px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.018); }.quick-actions a i { color: var(--green); font-style: normal; }.quick-actions a span { color: #697684; }.quick-actions a:hover { border-color: rgba(0,230,118,.3); }

.module-heading { padding-top: 32px; }.module-grid { padding: 0 28px 28px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.module-card { padding: 20px; min-height: 230px; }.module-card.full { grid-column: 1/-1; }.table-search { height: 32px; width: 220px; border: 1px solid var(--line); border-radius: 7px; background: #07101b; color: #fff; padding: 0 10px; outline: 0; font-size: 9px; }
.big-balance { display: flex; flex-direction: column; padding: 20px 0; }.big-balance small, .big-balance span { color: var(--muted); font-size: 9px; }.big-balance strong { font: 700 34px var(--font-head); margin: 5px 0; }.method-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 16px; }.method-grid button { min-height: 65px; border: 1px solid var(--line); border-radius: 9px; background: #091321; color: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }.method-grid span { color: #b9c4cc; font-size: 8px; }
.history-row { display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(138,174,205,.08); }.history-row > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: rgba(0,230,118,.08); color: var(--green); font-style: normal; }.history-row > div { display: flex; flex-direction: column; }.history-row strong { font-size: 11px; }.history-row small { color: var(--muted); font-size: 8px; }
.certificate-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; padding-top: 10px; }.portal-certificate { display: grid; grid-template-columns: 220px 1fr; gap: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; }.portal-certificate > div:last-child { display: flex; flex-direction: column; justify-content: center; }.portal-certificate small { color: var(--muted); font-size: 8px; margin: 4px 0 14px; }.portal-certificate > div > span { display: flex; gap: 7px; }
.kyc-progress { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; align-items: start; padding: 30px 6%; }.kyc-progress > div { text-align: center; }.kyc-progress i { width: 38px; height: 38px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: #101a28; border: 1px solid var(--line); color: var(--muted); font-style: normal; }.kyc-progress .complete i { color: #04130a; background: var(--green); border-color: var(--green); box-shadow: 0 0 20px rgba(0,230,118,.2); }.kyc-progress span { display: block; margin-top: 8px; color: var(--muted); font-size: 8px; }.kyc-progress b { height: 2px; background: var(--green); margin-top: 19px; }
.kyc-approved { text-align: center; padding: 20px; }.kyc-approved > i { width: 75px; height: 75px; margin: auto; display: grid; place-items: center; border-radius: 50%; font-style: normal; font-size: 32px; color: var(--green); background: rgba(0,230,118,.09); border: 1px solid rgba(0,230,118,.3); }.kyc-approved h2 { font: 700 25px var(--font-head); margin: 16px 0 6px; }.kyc-approved p { color: var(--muted); font-size: 11px; max-width: 460px; margin: auto; }.kyc-approved span { display: inline-block; color: var(--green); font-size: 9px; margin-top: 14px; }
.referral-box { display: flex; margin: 20px 0; }.referral-box code { flex: 1; min-width: 0; height: 42px; display: flex; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-right: 0; border-radius: 8px 0 0 8px; background: #07101b; color: #a8b5bf; overflow: hidden; }.referral-box button { width: 60px; border: 0; border-radius: 0 8px 8px 0; background: var(--green); color: #05120b; font-size: 9px; font-weight: 700; cursor: pointer; }.affiliate-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.affiliate-stats > div { padding: 13px; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; }.affiliate-stats small { color: var(--muted); font-size: 8px; }.affiliate-stats strong { font: 700 17px var(--font-head); margin-top: 4px; }.affiliate-chart { height: 150px; display: flex; align-items: flex-end; gap: 10px; padding-top: 20px; }.affiliate-chart i { flex: 1; background: linear-gradient(var(--green), rgba(0,230,118,.06)); border-radius: 5px 5px 0 0; }
.empty-module { margin: 0 28px 28px; min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.empty-module > i { width: 75px; height: 75px; display: grid; place-items: center; border-radius: 20px; background: rgba(0,230,118,.08); color: var(--green); font-size: 35px; font-style: normal; }.empty-module h2 { font: 700 25px var(--font-head); margin: 20px 0 5px; }.empty-module p { color: var(--muted); font-size: 12px; max-width: 430px; }.empty-module .btn { margin-top: 16px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes heroBreath { from { transform: scale(1.01); } to { transform: scale(1.045); } }
@keyframes floatParticle { 0%,100% { transform: translate(0,0); opacity: .2; } 50% { transform: translate(16px,-28px); opacity: 1; } }
@keyframes certificateFloat { 0%,100% { transform: rotateY(-6deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-3deg) rotateX(0) translateY(-12px); } }

@media (max-width: 1120px) {
    .main-nav { gap: 14px; }.main-nav a:nth-child(n+7) { display: none; }
    .benefit-grid { grid-template-columns: repeat(3,1fr); }
    .dashboard-lower-grid { grid-template-columns: 1fr 1fr; }.recent-payouts { grid-row: auto; }.quick-actions { grid-column: span 2; }
}
@media (max-width: 900px) {
    .container { width: min(100% - 30px, 740px); }.section { padding: 82px 0; }
    .nav-toggle { display: block; order: 3; }.nav-actions { margin-left: auto; }.nav-actions .btn-ghost { display: none; }
    .main-nav { position: absolute; top: 70px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; padding: 18px; margin: 0; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,12,21,.98); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a, .main-nav a:nth-child(n) { display: block; padding: 8px; }
    .hero { min-height: 850px; }.hero-art { background-position: 65% center; opacity: .65; }.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,7,13,.95),rgba(5,7,13,.2)); }.hero-live-globe { right: -16%; width: 72vw; height: 72vw; opacity: .4; }.hero-copy { width: 72%; }.hero-stats { grid-template-columns: repeat(3,1fr); padding: 14px; }.stat-intro { display: none; }.hero-stats > div { border-left: 0; text-align: center; padding: 8px; }
    .program-grid, .reviews-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }.steps-grid { grid-template-columns: 1fr 1fr; }.step-card:nth-child(2) { border-right: 0; }.benefit-grid { grid-template-columns: repeat(2,1fr); }
    .certificate-layout, .leaderboard-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }.certificate-copy, .leader-copy { text-align: center; }.certificate-copy .eyebrow, .leader-copy .eyebrow { justify-content: center; }.certificate-copy > p, .leader-copy > p { margin-inline: auto; }.certificate-copy .hero-actions { justify-content: center; }.faq-copy { position: static; }.payout-layout { grid-template-columns: 1fr; }.timeline { overflow-x: auto; grid-template-columns: repeat(7,120px); padding-bottom: 10px; }
    .footer-top { grid-template-columns: 1.4fr repeat(2,1fr); }.newsletter { grid-column: span 2; }
    .auth-panel { grid-template-columns: 1fr; max-width: 620px; }.auth-visual { display: none; }
    .dashboard-shell { display: block; }.dashboard-main { margin-left: 0; }.dashboard-sidebar { transform: translateX(-102%); transition: .3s ease; box-shadow: 30px 0 70px rgba(0,0,0,.45); }.dashboard-sidebar.open { transform: none; }.sidebar-brand button, .sidebar-toggle { display: block; }
    .metric-grid { grid-template-columns: 1fr 1fr; }.dashboard-grid-main { grid-template-columns: 1fr; }.status-stack { grid-template-columns: 1fr 1fr; }.dashboard-lower-grid { grid-template-columns: 1fr 1fr; }.accounts-card { grid-column: 1/-1; }.certificate-cards { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 24px, 520px); }.site-header { height: 68px; }.brand-copy { font-size: 11px; }.nav-actions .btn { min-height: 35px; padding: 0 12px; }.hero { min-height: 850px; padding-top: 68px; }.hero-art { background-position: 68% 30%; opacity: .42; }.hero-live-globe { top: 155px; right: -42%; width: 110vw; height: 110vw; opacity: .24; }.hero-content { align-items: flex-start; padding-top: 115px; }.hero-copy { width: 100%; }.hero h1 { font-size: 40px; }.hero-copy > p { font-size: 15px; }.hero-points { gap: 9px 15px; }.hero-actions { flex-direction: column; align-items: stretch; }.trust-row { flex-wrap: wrap; }.hero-stats { grid-template-columns: 1fr 1fr; margin-bottom: 12px; }.hero-stats > div:last-child { grid-column: span 2; }.hero-stats strong { font-size: 18px; }
    .section-heading.split { display: block; }.section-heading.split > div, .section-heading.split > p { width: 100%; }.section-heading.split > p { margin-top: 15px; }.program-card { padding: 21px; }.steps-grid { grid-template-columns: 1fr; }.step-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 210px; }.benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 100px; display: flex; gap: 15px; }.benefit-card > i { flex: 0 0 38px; }.payout-row { grid-template-columns: 35px 1fr auto; }.payout-row > span:not(.avatar), .payout-row em { display: none; }.certificate { min-height: 330px; padding: 30px 25px; }.certificate h3 { font-size: 24px; }.check-list { grid-template-columns: 1fr; }.leader-row { grid-template-columns: 25px 34px 1fr auto; }.leader-row > span:last-child { display: none; }.cta-card { padding: 35px 25px; flex-direction: column; align-items: flex-start; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-brand, .newsletter { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 13px; }
    .auth-shell { padding: 44px 12px 20px; }.auth-back { top: 14px; left: 17px; }.auth-form-wrap { padding: 35px 22px; }.auth-heading { margin-top: 40px; }.auth-heading h1 { font-size: 32px; }.form-grid { grid-template-columns: 1fr; }
    .dashboard-topbar { padding: 0 14px; }.user-menu { min-width: 0; grid-template-columns: 40px 12px; }.user-menu > div { display: none; }.dashboard-heading { padding: 21px 14px 15px; align-items: flex-start; flex-direction: column; }.dashboard-heading .btn { width: 100%; }.metric-grid, .dashboard-grid-main, .dashboard-lower-grid, .module-grid { padding-left: 14px; padding-right: 14px; grid-template-columns: minmax(0,1fr); }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-card { min-height: 110px; }.metric-card > strong { font-size: 16px; }.sparkline { display: none; }.status-stack { grid-template-columns: 1fr; }.dashboard-lower-grid > *, .accounts-card, .quick-actions { grid-column: auto; }.chart-wrap { height: 200px; }.chart-summary { grid-template-columns: 1fr 1fr; gap: 12px; }.chart-summary > div:last-child { grid-column: span 2; }.module-card.full { grid-column: auto; }.portal-certificate { grid-template-columns: 1fr; }.certificate-cards { grid-template-columns: 1fr; }.kyc-progress { grid-template-columns: 1fr; gap: 8px; }.kyc-progress b { width: 2px; height: 25px; margin: auto; }.affiliate-stats { grid-template-columns: 1fr; }.empty-module { margin: 0 14px 20px; padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }.hero-art, .certificate { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }
}

/* Production portal workflows */
.portal-alert { margin: 0 28px 16px; padding: 13px 16px; border-radius: 9px; display: grid; gap: 3px; font-size: 11px; }
.module-grid > .portal-alert { grid-column: 1/-1; margin: 0; }
.portal-alert.success { color: #b6fbd3; border: 1px solid rgba(0,230,118,.28); background: rgba(0,230,118,.08); }
.portal-alert.error { color: #ffc2c8; border: 1px solid rgba(255,83,100,.28); background: rgba(255,83,100,.08); }
.portal-form { display: grid; gap: 13px; padding-top: 14px; }
.portal-form.wide { max-width: 760px; margin-inline: auto; }
.portal-form label, .contact-form label, .admin-form-grid label { color: #aebbc6; font-size: 9px; font-weight: 600; display: grid; gap: 6px; }
.portal-form input, .portal-form select, .portal-form textarea, .contact-form input, .contact-form textarea,
.admin-filter input, .admin-filter select, .admin-form-grid input:not([type="checkbox"]), .admin-form-grid textarea {
    width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #07101b; color: #eef4f2; padding: 9px 11px; outline: none;
}
.portal-form textarea, .contact-form textarea, .admin-form-grid textarea { resize: vertical; }
.portal-form input:focus, .portal-form select:focus, .portal-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: rgba(0,230,118,.55); box-shadow: 0 0 0 3px rgba(0,230,118,.06); }
.portal-form label small { color: #64717e; font-weight: 400; }
.portal-program > strong { display: block; font: 700 27px var(--font-head); color: var(--green); }.portal-program p, .module-copy, .module-empty { color: var(--muted); font-size: 11px; line-height: 1.7; }
.wallet-card { display: flex; flex-direction: column; }.wallet-card > span { color: var(--green); font-weight: 700; }.wallet-card > small { color: var(--muted); margin-top: 30px; }.wallet-card > strong { font: 700 36px var(--font-head); }.wallet-card > div { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }.wallet-card b { color: #fff; }
.notification-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 16px 5px; border-bottom: 1px solid rgba(138,174,205,.08); }.notification-row.unread { background: linear-gradient(90deg,rgba(0,230,118,.045),transparent); }.notification-row > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(0,230,118,.08); color: var(--green); font-style: normal; }.notification-row > div { display: flex; flex-direction: column; }.notification-row strong { font-size: 11px; }.notification-row p { color: #94a2ae; font-size: 10px; margin: 4px 0; }.notification-row small { color: #5e6b77; font-size: 8px; }
.message-row { padding: 14px 0; border-bottom: 1px solid rgba(138,174,205,.08); }.message-row > div { display: flex; flex-direction: column; }.message-row strong { font-size: 11px; }.message-row small { color: var(--green); font-size: 8px; margin: 3px 0; }.message-row p { color: var(--muted); font-size: 10px; margin: 5px 0; }
.ticket { border-bottom: 1px solid rgba(138,174,205,.09); }.ticket summary { padding: 14px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 10px; }.ticket summary > span { display: flex; flex-direction: column; }.ticket summary strong { font-size: 10px; }.ticket summary small { color: var(--muted); font-size: 8px; }.ticket-thread { padding: 10px; border-radius: 8px; background: rgba(0,0,0,.15); }.ticket-thread > div { max-width: 85%; margin: 9px 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; }.ticket-thread > div.mine { margin-left: auto; background: rgba(0,230,118,.04); }.ticket-thread strong { font-size: 9px; color: var(--green); }.ticket-thread p { font-size: 10px; color: #c7d1d8; margin: 4px 0; }.ticket-thread small { color: #66737f; font-size: 7px; }.ticket-reply { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 10px 0; }.ticket-reply textarea { border: 1px solid var(--line); border-radius: 7px; background: #07101b; color: #fff; padding: 8px; }
.security-row { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(138,174,205,.08); }.security-row > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: rgba(0,230,118,.08); font-style: normal; }.security-row > div { display: flex; flex-direction: column; }.security-row strong { font-size: 10px; }.security-row small { color: var(--muted); font-size: 8px; }
.download-card { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 330px; }.download-card > i { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: rgba(0,230,118,.08); border: 1px solid rgba(0,230,118,.18); font: 700 27px var(--font-head); font-style: normal; }.download-card h2 { font: 700 23px var(--font-head); margin: 17px 0 5px; }.download-card p { color: var(--muted); font-size: 11px; }.download-card .btn { margin-top: 12px; }
.kyc-approved.pending > i { color: var(--gold); background: rgba(255,213,79,.09); border-color: rgba(255,213,79,.3); }
.icon-button { display: grid; place-items: center; }

/* Inner content */
.inner-page { padding-top: 76px; min-height: 100vh; }.inner-hero { padding: 110px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 20%,rgba(0,230,118,.1),transparent 30%); }.inner-hero h1, .article-page h1 { font: 700 clamp(40px,6vw,70px)/1.08 var(--font-head); letter-spacing: -.05em; margin: 0; }.inner-hero h1 em { color: var(--green); font-style: normal; }.inner-hero p { color: var(--muted); max-width: 620px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.blog-card { padding: 26px; min-height: 250px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(13,23,39,.85),rgba(7,12,21,.85)); }.blog-card small { color: var(--green); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.blog-card h2 { font: 700 20px/1.35 var(--font-head); margin: 18px 0 9px; }.blog-card p { color: var(--muted); font-size: 12px; min-height: 70px; }.center-action { text-align: center; margin-top: 28px; }
.article-page { padding: 80px 0 120px; }.article-narrow { max-width: 800px; }.article-page > .container > small, .article-narrow > small { display: block; color: var(--green); font-size: 10px; margin: 40px 0 12px; }.article-lead { color: #b5c0c9; font-size: 19px; line-height: 1.7; }.article-content { margin-top: 50px; color: #b9c4cc; font-size: 15px; line-height: 1.9; }.article-content h2 { color: #fff; font: 700 25px var(--font-head); margin-top: 40px; }
.contact-section { border-top: 1px solid var(--line); }.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }.contact-copy h2 { font: 700 clamp(34px,4vw,52px)/1.1 var(--font-head); letter-spacing: -.04em; }.contact-copy h2 em { color: var(--green); font-style: normal; }.contact-copy p { color: var(--muted); }.contact-form { padding: 25px; display: grid; gap: 13px; }

/* Certificate documents */
.certificate-page { background: #eef0ea; }.print-certificate-page { min-height: 100vh; padding: 45px 20px; color: #142018; }.print-actions { max-width: 920px; margin: 0 auto 20px; display: flex; justify-content: space-between; }.print-certificate { max-width: 920px; min-height: 650px; margin: auto; padding: 65px; position: relative; text-align: center; background: linear-gradient(145deg,#fffef8,#ece4cd); border: 12px double #a47d27; box-shadow: 0 30px 90px rgba(0,0,0,.25); }.print-certificate::before { content: ""; position: absolute; inset: 16px; border: 1px solid #b89d5f; }.print-certificate > small { display: block; margin-top: 30px; letter-spacing: .3em; color: #7a673d; }.print-certificate h1 { font: 700 55px/1.05 var(--font-head); margin: 25px 0; }.print-certificate p { color: #706852; }.print-certificate > strong { display: block; width: 65%; margin: 15px auto; padding-bottom: 8px; border-bottom: 1px solid #aa9564; font: 700 28px var(--font-head); }.print-certificate > b { color: #8b6415; font: 700 22px var(--font-head); }.print-cert-bottom { margin-top: 70px; display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; font-size: 10px; }.print-cert-bottom i, .print-cert-bottom img { width: 70px; height: 70px; display: grid; place-items: center; margin: auto; }.print-cert-bottom i { border-radius: 50%; color: #fff0a3; background: #a77c1f; font-style: normal; }.verify-url { display: block; margin-top: 35px; font-size: 8px; color: #6e6756; }
.verification-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; }.verification-card { width: min(520px,100%); padding: 45px; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }.verification-icon { width: 80px; height: 80px; margin: 35px auto 20px; display: grid; place-items: center; border-radius: 50%; font-size: 35px; font-style: normal; }.verification-icon.valid { color: var(--green); background: rgba(0,230,118,.1); border: 1px solid rgba(0,230,118,.3); }.verification-icon.invalid { color: var(--red); background: rgba(255,83,100,.1); border: 1px solid rgba(255,83,100,.3); }.verification-card h1 { font: 700 40px var(--font-head); margin: 0; }.verification-card > p { color: var(--muted); }.verification-card dl { margin: 25px 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }.verification-card dl > div { padding: 11px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; }.verification-card dl > div:last-child { border: 0; }.verification-card dt { color: var(--muted); }

/* Admin */
.admin-page { background: #050911; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 258px minmax(0,1fr); }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; width: 258px; height: 100vh; padding: 18px 14px; border-right: 1px solid var(--line); background: linear-gradient(180deg,#07111d,#050b14); display: flex; flex-direction: column; z-index: 30; }
.admin-workspace { margin: 13px 3px 7px; padding: 12px; border: 1px solid rgba(0,230,118,.12); border-radius: 10px; background: rgba(0,230,118,.035); display: flex; flex-direction: column; }
.admin-workspace span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .16em; }
.admin-workspace strong { margin-top: 3px; font: 700 11px var(--font-head); }
.admin-navigation { min-height: 0; padding: 4px 0 10px; overflow-y: auto; display: grid; gap: 2px; scrollbar-width: thin; scrollbar-color: rgba(0,230,118,.2) transparent; }
.admin-navigation a, .admin-sidebar-footer a, .admin-sidebar-footer button { width: 100%; min-height: 37px; padding: 0 10px; display: grid; grid-template-columns: 28px 1fr; align-items: center; border: 0; border-radius: 8px; color: #98a6b2; background: transparent; font: 500 10px var(--font-body); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.admin-navigation a i, .admin-sidebar-footer i { color: #71818f; font-style: normal; text-align: center; }
.admin-navigation a:hover, .admin-navigation a.active, .admin-sidebar-footer a:hover { color: #f4f8f6; background: rgba(255,255,255,.035); }
.admin-navigation a.active { color: var(--green); background: linear-gradient(90deg,rgba(0,230,118,.16),rgba(0,230,118,.05)); box-shadow: inset 2px 0 var(--green); }
.admin-navigation a.active i { color: var(--green); }
.admin-nav-label { margin: 14px 10px 5px; color: #4e5c68; text-transform: uppercase; letter-spacing: .17em; font-size: 7px; }
.admin-sidebar-footer { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); }
.admin-sidebar-footer form { margin: 1px 0 0; }
.admin-sidebar-footer button:hover { color: #ff9aa5; background: rgba(255,83,100,.05); }
.admin-main { grid-column: 2; min-width: 0; }
.admin-topbar { height: 72px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(5,9,17,.86); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 20; }
.admin-topbar-title { display: flex; align-items: center; gap: 12px; }
.admin-topbar-title > div { display: flex; flex-direction: column; }
.admin-topbar-title span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .14em; }
.admin-topbar-title strong { margin-top: 2px; font: 700 14px var(--font-head); }
.admin-topbar-actions { display: flex; align-items: center; gap: 10px; }
.admin-topbar-actions .icon-button { text-decoration: none; }
.admin-topbar .user-menu { grid-template-columns: 36px 1fr; min-width: 210px; }
.admin-content { padding: 28px; }
.admin-content > .portal-alert { margin: 0 0 15px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.admin-heading span { color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.admin-heading h1 { font: 700 29px var(--font-head); letter-spacing: -.035em; margin: 4px 0; }
.admin-heading p { color: var(--muted); font-size: 10px; margin: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.admin-stats > a { color: inherit; min-width: 0; }
.admin-stats article { min-height: 132px; padding: 17px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg,rgba(13,24,40,.96),rgba(7,14,24,.96)); display: flex; flex-direction: column; transition: border-color .2s ease, transform .2s ease; }
.admin-stats article::after { content: ""; position: absolute; width: 100px; height: 100px; right: -45px; top: -45px; border-radius: 50%; background: rgba(0,230,118,.06); filter: blur(7px); }
.admin-stats > a:hover article { border-color: rgba(0,230,118,.28); transform: translateY(-2px); }
.admin-stats i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: rgba(0,230,118,.09); font-style: normal; }
.admin-stats small { color: #8d9aa6; font-size: 9px; margin-top: 12px; }
.admin-stats strong { margin-top: 4px; font: 700 21px var(--font-head); }
.admin-stats em { margin-top: auto; color: #70808d; font-size: 8px; font-style: normal; }
.admin-dashboard-grid { margin-top: 14px; display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 14px; }
.admin-panel { padding: 18px; border: 1px solid var(--line); }
.admin-performance-panel { min-width: 0; }
.admin-performance-panel .card-heading span { color: var(--green); font-size: 9px; }
.admin-performance-chart { height: 260px; padding: 23px 3px 0; display: grid; grid-template-columns: repeat(6,minmax(60px,1fr)); gap: 12px; border-top: 1px solid rgba(138,174,205,.07); overflow-x: auto; }
.admin-chart-column { min-width: 60px; height: 225px; display: grid; grid-template-rows: 20px 1fr 17px 23px; align-items: end; text-align: center; }
.admin-chart-value { color: #758591; font-size: 8px; }
.admin-chart-track { width: min(34px,70%); height: 145px; margin: 0 auto; display: flex; align-items: flex-end; border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008)); overflow: hidden; }
.admin-chart-track i { width: 100%; min-height: 4px; border-radius: inherit; background: linear-gradient(180deg,#00f18a,#009956); box-shadow: 0 0 18px rgba(0,230,118,.22); }
.admin-chart-column > strong { font-size: 9px; }
.admin-chart-column > small { color: #5f6d79; font-size: 7px; line-height: 1.4; }
.admin-queue-panel { align-self: stretch; }
.queue-link { padding: 12px 0; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(138,174,205,.08); color: #b7c2ca; }
.queue-link > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: rgba(0,230,118,.075); font-style: normal; }
.queue-link > span { display: flex; flex-direction: column; }
.queue-link strong { color: #dce5e9; font-size: 9px; }
.queue-link small { margin-top: 3px; color: #667582; font-size: 7px; }
.queue-link b { min-width: 24px; height: 24px; padding: 0 7px; display: grid; place-items: center; border-radius: 99px; color: var(--green); background: rgba(0,230,118,.08); font-size: 8px; }
.queue-link:hover > span strong { color: var(--green); }
.admin-dashboard-lower { margin-top: 14px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(270px,.55fr); gap: 14px; align-items: start; }
.admin-overview-table td:first-child { display: table-cell; }
.admin-overview-table td strong, .admin-overview-table td small { display: block; }
.admin-overview-table td small { margin-top: 3px; color: #667581; font-size: 7px; }
.admin-activity-list > div { padding: 12px 0; display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid rgba(138,174,205,.07); }
.admin-activity-list > div > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: rgba(0,230,118,.07); font-style: normal; }
.admin-activity-list > div > span { min-width: 0; display: flex; flex-direction: column; }
.admin-activity-list strong { font-size: 9px; }
.admin-activity-list small { margin-top: 3px; color: #65737f; font-size: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-activity-list time { color: #64727e; font-size: 7px; white-space: nowrap; }
.user-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.user-crm-stats article { min-height: 120px; }
.user-crm-filter { margin-top: 14px; grid-template-columns: minmax(220px,1.4fr) repeat(5,minmax(125px,.7fr)) auto auto; }
.user-crm-filter label { min-width: 0; }
.user-crm-table { padding: 12px; }
.user-crm-table .admin-table { min-width: 1160px; }
.crm-user-identity { min-width: 205px; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 9px; }
.crm-user-identity .avatar { width: 34px; height: 34px; }
.crm-user-identity > span:last-child, .crm-date { display: flex; flex-direction: column; }
.crm-user-identity strong { color: #e5ece9; font-size: 9px; }
.crm-user-identity small, .crm-user-identity em, .crm-date small { margin-top: 2px; color: #697784; font-size: 7px; font-style: normal; }
.crm-verification, .crm-role-list { display: flex; flex-wrap: wrap; gap: 4px; }
.crm-verification span, .crm-role-list span { padding: 4px 6px; border-radius: 5px; font-size: 7px; white-space: nowrap; }
.crm-verification .verified { color: var(--green); background: rgba(0,230,118,.08); }
.crm-verification .unverified { color: var(--gold); background: rgba(255,213,79,.08); }
.crm-role-list span { color: #c4b8ff; background: rgba(124,77,255,.12); }
.crm-role-list em { color: var(--muted); font-size: 8px; }
.crm-counts { min-width: 140px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.crm-counts span { color: #6f7d89; font-size: 7px; }
.crm-counts strong { color: #cdd7dc; font-size: 8px; }
.crm-date { min-width: 92px; color: #b9c4ca; font-size: 8px; }
.crm-editor-heading { margin-bottom: 14px; padding-bottom: 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.status.suspended, .status.closed { color: var(--red); background: rgba(255,83,100,.1); }
.status.paid { color: var(--green); background: rgba(0,230,118,.09); }
.status.failed, .status.cancelled, .status.refunded { color: var(--red); background: rgba(255,83,100,.1); }
.order-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.order-crm-filter { margin-top: 14px; grid-template-columns: minmax(230px,1.4fr) repeat(5,minmax(125px,.7fr)) auto auto; }
.order-crm-filter label { min-width: 0; }
.order-crm-table { padding: 12px; }
.order-crm-table .admin-table { min-width: 1260px; }
.order-review-editor .crm-editor-heading > div { display: flex; flex-direction: column; }
.order-review-editor .crm-editor-heading small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.challenge-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.challenge-crm-filter { margin-top: 14px; grid-template-columns: minmax(250px,1fr) 170px 150px auto auto; }
.challenge-crm-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.challenge-crm-card { padding: 19px; position: relative; overflow: hidden; border: 1px solid var(--line); }
.challenge-crm-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--green); }
.challenge-crm-card.accent-purple::before { background: var(--purple); }.challenge-crm-card.accent-gold::before { background: var(--gold); }.challenge-crm-card.accent-cyan::before { background: var(--cyan); }
.challenge-crm-heading, .challenge-crm-foot { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.challenge-crm-heading > div { display: flex; flex-direction: column; }.challenge-crm-heading > div > span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }.challenge-crm-heading h2 { margin: 3px 0 0; font: 700 17px var(--font-head); }.challenge-crm-heading small { color: #657581; font-size: 8px; }
.challenge-crm-funding { padding: 20px 0 15px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }.challenge-crm-funding small { color: var(--muted); font-size: 8px; }.challenge-crm-funding strong { font: 700 29px var(--font-head); }.challenge-crm-funding span { color: var(--green); font-size: 8px; }
.challenge-crm-metrics { padding: 14px 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }.challenge-crm-metrics span { display: flex; flex-direction: column; }.challenge-crm-metrics small { color: #687783; font-size: 7px; }.challenge-crm-metrics strong { font-size: 9px; }
.challenge-size-list { display: flex; flex-wrap: wrap; gap: 5px; }.challenge-size-list span { padding: 4px 6px; border-radius: 5px; color: #b8c5cb; background: rgba(255,255,255,.035); font-size: 7px; }
.challenge-crm-foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); color: #687783; font-size: 7px; }.challenge-crm-foot strong { color: var(--green); }
.challenge-inline-editor { margin: 14px 0 0; }.challenge-inline-editor > form { max-height: 520px; overflow-y: auto; }
.challenge-form-grid small { color: var(--muted); font-weight: 400; }.challenge-active-toggle { display: flex !important; grid-template-columns: 18px 1fr; align-items: center; }.challenge-active-toggle input[type="checkbox"] { width: 18px; height: 18px; }
.rule-crm-filter { grid-template-columns: minmax(260px,1fr) 220px auto auto; }
.rule-crm-table code { color: #aebeff; font-size: 8px; }.rule-value { color: var(--green); }
.account-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.account-crm-filter { margin-top: 14px; grid-template-columns: minmax(250px,1fr) repeat(3,170px) auto auto; }
.account-crm-table { padding: 12px; }.account-crm-table .admin-table { min-width: 1200px; }
.status.breached, .status.closed { color: var(--red); background: rgba(255,83,100,.1); }.status.passed { color: var(--cyan); background: rgba(41,182,246,.1); }
.status.review { color: var(--cyan); background: rgba(41,182,246,.1); }
.kyc-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.kyc-crm-filter { margin-top: 14px; grid-template-columns: minmax(250px,1fr) 170px 190px 160px auto auto; }
.kyc-crm-table { padding: 12px; }.kyc-crm-table .admin-table { min-width: 1120px; }
.kyc-document-links { display: flex; flex-wrap: wrap; gap: 5px; }.kyc-document-links a { padding: 4px 7px; border: 1px solid rgba(0,230,118,.16); border-radius: 5px; color: var(--green); font-size: 7px; }
.kyc-document-panel { margin: 12px 0; padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: rgba(0,0,0,.1); }.kyc-document-panel > strong, .kyc-document-panel > small { display: block; }.kyc-document-panel > small { margin-top: 9px; color: var(--muted); font-size: 7px; }.kyc-document-panel .kyc-document-links { margin-top: 10px; }
.payout-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.payout-crm-filter { margin-top: 14px; grid-template-columns: minmax(250px,1fr) 150px 170px 145px 145px auto auto; }
.payout-crm-table { padding: 12px; }.payout-crm-table .admin-table { min-width: 1200px; }
.payout-review-editor .crm-editor-heading > div { display: flex; flex-direction: column; }.payout-review-editor .crm-editor-heading small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.certificate-crm-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
.certificate-crm-filter { margin-top: 14px; grid-template-columns: minmax(260px,1fr) 210px 150px 150px auto auto; }
.certificate-crm-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.certificate-crm-card { padding: 14px; border: 1px solid var(--line); }.certificate-crm-card .mini-certificate { min-height: 190px; }
.certificate-crm-meta { padding: 13px 3px 0; display: flex; flex-direction: column; }.certificate-crm-meta > strong { font-size: 9px; }.certificate-crm-meta > small { margin-top: 4px; color: var(--muted); font-size: 7px; }.certificate-crm-meta > div { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 5px; }
.ticket-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.ticket-crm-filter { margin-top: 14px; grid-template-columns: minmax(260px,1fr) repeat(4,150px) auto auto; }
.ticket-crm-list { display: grid; gap: 14px; }.ticket-crm-card { padding: 18px; border: 1px solid var(--line); border-left: 2px solid #65727d; }.ticket-crm-card.priority-high, .ticket-crm-card.priority-urgent { border-left-color: var(--red); }
.ticket-crm-heading { display: flex; justify-content: space-between; gap: 15px; }.ticket-crm-heading > div:first-child { display: flex; flex-direction: column; }.ticket-crm-heading > div:first-child > span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }.ticket-crm-heading h2 { margin: 4px 0; font: 700 16px var(--font-head); }.ticket-crm-heading small { color: var(--muted); font-size: 8px; }.ticket-crm-heading > div:last-child { display: flex; align-items: flex-start; gap: 5px; }
.admin-ticket-thread { max-height: 380px; margin: 16px 0; padding: 12px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; background: rgba(0,0,0,.12); }.admin-ticket-thread > div { width: min(78%,650px); margin: 9px 0; padding: 11px; border: 1px solid var(--line); border-radius: 10px; }.admin-ticket-thread > div.agent-message { margin-left: auto; border-color: rgba(0,230,118,.14); background: rgba(0,230,118,.035); }.admin-ticket-thread strong { display: flex; justify-content: space-between; color: var(--green); font-size: 8px; }.admin-ticket-thread strong small { color: var(--muted); }.admin-ticket-thread p { margin: 6px 0; color: #c7d1d7; font-size: 10px; white-space: pre-wrap; }.admin-ticket-thread time { color: #65727e; font-size: 7px; }
.ticket-crm-controls { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 12px; }.ticket-crm-controls > form { display: grid; grid-template-columns: repeat(3,1fr) auto; gap: 8px; align-items: end; }.ticket-crm-controls label { color: var(--muted); font-size: 8px; }.ticket-crm-controls select, .ticket-crm-controls textarea { width: 100%; min-height: 38px; margin-top: 5px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; color: #fff; background: #07101b; }.ticket-crm-controls .ticket-crm-reply { grid-template-columns: 1fr auto; }.status.high, .status.urgent { color: var(--red); background: rgba(255,83,100,.1); }.status.normal { color: var(--gold); background: rgba(255,213,79,.09); }.status.answered { color: var(--green); background: rgba(0,230,118,.09); }.status.waiting { color: var(--cyan); background: rgba(41,182,246,.1); }
.chat-crm-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
.chat-crm-layout { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 14px; min-height: 680px; }
.chat-inbox, .chat-conversation { padding: 14px; border: 1px solid var(--line); min-width: 0; }.chat-inbox > form { display: grid; grid-template-columns: 1fr auto; gap: 7px; }.chat-inbox input, .chat-reply-form input, .chat-reply-form textarea { width: 100%; min-height: 40px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 8px; color: #fff; background: #07101b; }
.chat-inbox-list { margin-top: 12px; display: grid; gap: 3px; }.chat-inbox-list > a { padding: 10px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 9px; border-radius: 9px; color: #b7c3ca; }.chat-inbox-list > a:hover, .chat-inbox-list > a.active { background: rgba(0,230,118,.07); }.chat-inbox-list > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.chat-inbox-list strong { font-size: 9px; }.chat-inbox-list small, .chat-inbox-list em { overflow: hidden; color: var(--muted); font-size: 7px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }.chat-inbox-list b { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; color: #07110b; background: var(--green); font-size: 7px; }
.chat-conversation { display: flex; flex-direction: column; }.chat-conversation-heading { padding-bottom: 12px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.chat-message-list { flex: 1; max-height: 480px; padding: 13px 2px; overflow-y: auto; }.chat-message-list article { width: min(75%,650px); margin: 8px 0; padding: 12px; border: 1px solid var(--line); border-radius: 11px; }.chat-message-list article.outgoing { margin-left: auto; border-color: rgba(0,230,118,.15); background: rgba(0,230,118,.035); }.chat-message-list strong { color: var(--green); font-size: 8px; }.chat-message-list p { margin: 5px 0; color: #ccd5da; font-size: 10px; white-space: pre-wrap; }.chat-message-list small { color: #65737e; font-size: 7px; }
.chat-reply-form { padding-top: 12px; display: grid; gap: 9px; border-top: 1px solid var(--line); }.chat-reply-form label { color: var(--muted); font-size: 8px; }.chat-reply-form input, .chat-reply-form textarea { margin-top: 5px; }.chat-empty { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.chat-empty i { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: rgba(0,230,118,.08); font: 700 27px var(--font-head); font-style: normal; }.chat-empty h2 { margin: 15px 0 4px; font: 700 20px var(--font-head); }.chat-empty p { max-width: 380px; color: var(--muted); font-size: 10px; }
.notification-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.notification-composer { margin: 14px 0; padding: 0; overflow: hidden; border: 1px solid rgba(0,230,118,.13); }.notification-composer > summary { padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; }.notification-composer > summary::-webkit-details-marker { display: none; }.notification-composer > summary span { display: flex; align-items: center; gap: 8px; }.notification-composer > summary i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: var(--green); background: rgba(0,230,118,.08); font-style: normal; }.notification-composer > summary strong { font-size: 10px; }.notification-composer > summary small { color: var(--muted); font-size: 8px; }.notification-composer > form { padding: 16px; border-top: 1px solid var(--line); }
.notification-compose-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }.notification-compose-grid label { color: var(--muted); font-size: 8px; }.notification-compose-grid label.wide { grid-column: 1/-1; }.notification-compose-grid input, .notification-compose-grid select, .notification-compose-grid textarea { width: 100%; min-height: 40px; margin-top: 5px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 8px; color: #fff; background: #07101b; }.notification-compose-grid small { margin-top: 5px; display: block; color: #64737e; font-size: 7px; }
.notification-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 170px 130px 160px 140px auto auto; gap: 8px; }.notification-crm-filter input, .notification-crm-filter select { min-height: 38px; }.notification-history { padding: 12px; }.notification-crm-table { min-width: 1060px; }.notification-crm-table td:nth-child(2) { max-width: 340px; }.notification-crm-table td:nth-child(2) > strong { display: block; color: #e5edf1; font-size: 9px; }.notification-crm-table td:nth-child(2) > p { margin: 4px 0 0; color: var(--muted); font-size: 8px; white-space: normal; }.notification-crm-table code { color: #9cb0bc; font-size: 7px; }.notification-crm-table td:nth-child(5) small { margin-top: 4px; display: block; color: var(--muted); font-size: 7px; }.notification-crm-table time { color: #8c9aa3; font-size: 7px; }.notification-recipient { min-width: 180px; display: flex; align-items: center; gap: 8px; }.notification-recipient > span:last-child { display: flex; flex-direction: column; }.notification-recipient strong { color: #dce6eb; font-size: 8px; }.notification-recipient small { color: var(--muted); font-size: 7px; }
.contact-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.contact-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(280px,1fr) 180px auto auto; gap: 8px; }.contact-crm-filter input, .contact-crm-filter select { min-height: 38px; }.contact-crm-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 14px; min-height: 650px; }.contact-crm-inbox, .contact-crm-detail { min-width: 0; padding: 14px; border: 1px solid var(--line); }
.contact-crm-list { margin-top: 10px; display: grid; gap: 4px; }.contact-crm-list > a { padding: 11px 9px; display: grid; grid-template-columns: 8px minmax(0,1fr) auto; align-items: start; gap: 9px; border-radius: 9px; color: #cbd5da; }.contact-crm-list > a:hover, .contact-crm-list > a.active { background: rgba(0,230,118,.055); }.contact-status-dot { width: 7px; height: 7px; margin-top: 4px; border-radius: 99px; background: #66747e; }.contact-status-dot.new { background: var(--green); box-shadow: 0 0 9px rgba(0,230,118,.55); }.contact-status-dot.in_progress { background: var(--cyan); }.contact-status-dot.resolved { background: #66747e; }.contact-status-dot.spam { background: var(--red); }.contact-crm-list > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.contact-crm-list strong, .contact-crm-list small, .contact-crm-list em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.contact-crm-list strong { font-size: 9px; }.contact-crm-list small { margin-top: 3px; color: #7b8b95; font-size: 7px; }.contact-crm-list em { margin-top: 4px; color: #64737d; font-size: 7px; font-style: normal; }.contact-crm-list time { color: #64737d; font-size: 7px; white-space: nowrap; }
.contact-detail-heading { padding-bottom: 15px; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }.contact-detail-heading > div { min-width: 0; }.contact-detail-heading > div > span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }.contact-detail-heading h2 { margin: 5px 0 3px; font: 700 18px var(--font-head); }.contact-detail-heading p { margin: 0; color: var(--muted); font-size: 8px; }.contact-sender-card { margin: 14px 0; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }.contact-sender-card > div { flex: 1; display: flex; flex-direction: column; }.contact-sender-card strong { font-size: 10px; }.contact-sender-card a { margin-top: 2px; color: var(--cyan); font-size: 8px; }.contact-sender-card small { margin-top: 3px; color: #64737d; font-size: 7px; }.contact-message-body { min-height: 230px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(0,0,0,.12); }.contact-message-body span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }.contact-message-body p { margin: 13px 0 0; color: #d2dbe0; font-size: 11px; line-height: 1.8; white-space: pre-wrap; }.contact-detail-actions { margin: 12px 0; display: flex; flex-wrap: wrap; gap: 7px; }.contact-status-workflow { padding-top: 14px; border-top: 1px solid var(--line); }.contact-status-workflow > strong { font-size: 10px; }.contact-status-workflow > p { margin: 4px 0 10px; color: var(--muted); font-size: 8px; }.contact-status-workflow > div { display: flex; flex-wrap: wrap; gap: 6px; }
.affiliate-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.affiliate-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 150px 190px 160px auto auto; gap: 8px; }.affiliate-crm-filter input, .affiliate-crm-filter select { min-height: 38px; }.affiliate-crm-layout { display: grid; grid-template-columns: minmax(330px,.75fr) minmax(0,1.25fr); align-items: start; gap: 14px; }.affiliate-crm-list { min-width: 0; padding: 14px; border: 1px solid var(--line); }.affiliate-partners { margin-top: 10px; display: grid; gap: 4px; }.affiliate-partners > a { padding: 10px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 9px; border-radius: 9px; color: #c8d3d8; }.affiliate-partners > a:hover, .affiliate-partners > a.active { background: rgba(0,230,118,.055); }.affiliate-partners > a > span:nth-child(2), .affiliate-partners > a > span:nth-child(3) { min-width: 0; display: flex; flex-direction: column; }.affiliate-partners > a > span:nth-child(3) { align-items: flex-end; }.affiliate-partners strong, .affiliate-partners small, .affiliate-partners em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.affiliate-partners strong { font-size: 9px; }.affiliate-partners small, .affiliate-partners em { color: var(--muted); font-size: 7px; font-style: normal; }.affiliate-partners b { color: var(--green); font-size: 8px; }.affiliate-partners i { margin-top: 4px; font-style: normal; }
.affiliate-crm-detail { min-width: 0; display: grid; gap: 14px; }.affiliate-profile-card, .affiliate-referrals-card, .affiliate-withdrawals-card { min-width: 0; padding: 15px; border: 1px solid var(--line); }.affiliate-profile-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }.affiliate-link-preview { margin: 14px 0; padding: 11px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(0,230,118,.12); border-radius: 8px; background: rgba(0,230,118,.025); }.affiliate-link-preview span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }.affiliate-link-preview code { overflow: hidden; color: #b6c5cc; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.affiliate-profile-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }.affiliate-profile-metrics > div { padding: 10px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.016); }.affiliate-profile-metrics small { color: var(--muted); font-size: 7px; }.affiliate-profile-metrics strong { margin-top: 3px; font: 700 15px var(--font-head); }.affiliate-profile-metrics em { margin-top: 2px; color: #64737d; font-size: 6px; font-style: normal; }.affiliate-profile-editor { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 8px; }.affiliate-profile-editor label { color: var(--muted); font-size: 8px; }.affiliate-profile-editor select, .affiliate-profile-editor input { width: 100%; min-height: 40px; margin-top: 5px; }.affiliate-control-note { margin: 10px 0 0; color: #697984; font-size: 7px; }.affiliate-referrals-card .card-heading, .affiliate-withdrawals-card .card-heading { margin-bottom: 10px; }.affiliate-referrals-table { min-width: 720px; }.affiliate-referrals-table td:first-child > strong, .affiliate-referrals-table td:first-child > small { display: block; }.affiliate-referrals-table td:first-child > small { color: var(--muted); font-size: 7px; }.affiliate-withdrawals-card .card-heading a { color: var(--green); font-size: 8px; }
.affiliate-withdrawal-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.affiliate-withdrawal-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 150px 160px 145px 145px auto auto; gap: 8px; }.affiliate-withdrawal-filter input, .affiliate-withdrawal-filter select { min-height: 38px; }.affiliate-withdrawal-table { padding: 12px; }.affiliate-withdrawal-table .admin-table { min-width: 1240px; }.affiliate-withdrawal-review .crm-editor-heading > div { display: flex; flex-direction: column; }.affiliate-withdrawal-review .crm-editor-heading small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.coupon-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.coupon-create-card { margin: 14px 0; border: 1px solid rgba(0,230,118,.13); }.coupon-create-card > summary { padding: 15px; color: var(--green); cursor: pointer; font-size: 10px; font-weight: 700; }.coupon-create-card > form { padding: 0 15px 15px; }.coupon-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }.coupon-form-grid label { color: var(--muted); font-size: 8px; }.coupon-form-grid input, .coupon-form-grid select { width: 100%; min-height: 39px; margin-top: 5px; }.coupon-form-grid .coupon-toggle { display: flex; align-items: center; gap: 7px; }.coupon-form-grid .coupon-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.coupon-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 170px 180px auto auto; gap: 8px; }.coupon-crm-filter input, .coupon-crm-filter select { min-height: 38px; }.coupon-crm-table { padding: 12px; }.coupon-crm-table .admin-table { min-width: 960px; }.coupon-code { padding: 5px 8px; border: 1px dashed rgba(0,230,118,.3); border-radius: 6px; color: var(--green); letter-spacing: .08em; }.crm-subtext { margin-top: 3px; display: block; color: var(--muted); font-size: 7px; }.coupon-row-editor { width: min(760px,84vw); }.coupon-integrity-note { margin: 10px 0 0; color: #697984; font-size: 7px; }.status.upcoming { color: var(--cyan); background: rgba(41,182,246,.1); }.status.expired, .status.exhausted, .status.inactive { color: #98a4ab; background: rgba(255,255,255,.05); }
.coupon-create-card[open]{border-color:rgba(41,182,246,.32);background:radial-gradient(circle at 100% 0,rgba(41,182,246,.08),transparent 32%),var(--panel)}.coupon-create-card>summary{font-size:12px;letter-spacing:.03em}.coupon-create-card .crm-input-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.coupon-create-card .crm-input-action .btn{align-self:end;white-space:nowrap}.coupon-create-card>form>.btn-primary{min-height:44px;padding-inline:22px;font-size:10px}
.promotion-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.promotion-create-card { margin: 14px 0; border: 1px solid rgba(124,77,255,.18); }.promotion-create-card > summary { padding: 15px; color: #ad94ff; cursor: pointer; font-size: 10px; font-weight: 700; }.promotion-create-card > form { padding: 0 15px 15px; }.promotion-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.promotion-form-grid label { color: var(--muted); font-size: 8px; }.promotion-form-grid label.wide { grid-column: 1/-1; }.promotion-form-grid input, .promotion-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.promotion-form-grid small { margin-top: 4px; display: block; color: #65747e; font-size: 7px; }.promotion-form-grid .promotion-toggle { display: flex; align-items: center; gap: 7px; }.promotion-form-grid .promotion-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.promotion-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(280px,1fr) 190px auto auto; gap: 8px; }.promotion-crm-filter input, .promotion-crm-filter select { min-height: 38px; }.promotion-crm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.promotion-crm-card { min-width: 0; padding: 15px; border: 1px solid var(--line); }.promotion-card-heading { display: flex; justify-content: space-between; gap: 10px; }.promotion-card-heading > div { min-width: 0; display: flex; flex-direction: column; }.promotion-card-heading > div > span { color: #dce5e9; font-size: 9px; font-weight: 700; }.promotion-card-heading small { margin-top: 3px; color: var(--muted); font-size: 7px; }.promotion-preview { margin: 14px 0; padding: 15px; display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; border: 1px solid rgba(0,230,118,.13); border-radius: 10px; background: linear-gradient(120deg,rgba(0,230,118,.06),rgba(124,77,255,.035)); }.promotion-preview > span { grid-column: 1/-1; color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }.promotion-preview strong { font: 700 15px var(--font-head); }.promotion-preview p { grid-column: 1; margin: 0; color: var(--muted); font-size: 8px; }.promotion-preview b { grid-column: 2; grid-row: 2/4; align-self: center; color: var(--green); font-size: 8px; }.promotion-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.promotion-card-foot > code { overflow: hidden; color: #83939d; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.promotion-card-foot details > summary { list-style: none; }.promotion-edit-panel { width: min(720px,84vw); position: fixed; z-index: 70; inset: 5vh 5vw auto auto; max-height: 90vh; padding: 16px; overflow-y: auto; border: 1px solid var(--line); border-radius: 11px; background: #081321; box-shadow: 0 30px 90px rgba(0,0,0,.55); }.status.live { color: var(--green); background: rgba(0,230,118,.09); }.status.ended { color: #98a4ab; background: rgba(255,255,255,.05); }
.subscriber-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }.subscriber-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 160px 160px 145px 145px auto auto; gap: 8px; }.subscriber-crm-filter input, .subscriber-crm-filter select { min-height: 38px; }.subscriber-crm-table { padding: 12px; }.subscriber-crm-table .admin-table { min-width: 900px; }.subscriber-status-form { display: grid; grid-template-columns: 120px auto; gap: 6px; }.subscriber-status-form select { min-height: 32px; }
.blog-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }.blog-create-card { margin: 14px 0; border: 1px solid rgba(41,182,246,.15); }.blog-create-card > summary { padding: 15px; color: var(--cyan); cursor: pointer; font-size: 10px; font-weight: 700; }.blog-create-card > form { padding: 0 15px 15px; }.blog-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }.blog-form-grid label { color: var(--muted); font-size: 8px; }.blog-form-grid label.wide { grid-column: 1/-1; }.blog-form-grid input, .blog-form-grid select, .blog-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.blog-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.blog-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(280px,1fr) 160px auto auto; gap: 8px; }.blog-crm-filter input, .blog-crm-filter select { min-height: 38px; }.blog-crm-list { display: grid; gap: 10px; }.blog-crm-row { padding: 15px; display: grid; grid-template-columns: minmax(0,1fr) 140px auto; align-items: center; gap: 15px; border: 1px solid var(--line); }.blog-row-copy { min-width: 0; }.blog-row-copy > span { color: var(--green); font-size: 7px; letter-spacing: .06em; }.blog-row-copy h2 { margin: 4px 0; font: 700 15px var(--font-head); }.blog-row-copy p { margin: 0; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.blog-row-copy small { margin-top: 5px; display: block; color: #667680; font-size: 7px; }.blog-row-state { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }.blog-row-state small { color: var(--muted); font-size: 7px; }.blog-row-actions { display: flex; align-items: center; gap: 6px; }.blog-row-actions details > summary { list-style: none; }.blog-edit-panel { position: fixed; z-index: 80; inset: 3vh 3vw auto; max-height: 94vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }.blog-preview-banner { position: fixed; z-index: 100; left: 50%; bottom: 18px; transform: translateX(-50%); padding: 10px 15px; border: 1px solid rgba(255,213,79,.3); border-radius: 99px; color: #151006; background: var(--gold); font-size: 11px; font-weight: 800; box-shadow: 0 15px 45px rgba(0,0,0,.4); }
.faq-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.faq-create-card { margin: 14px 0; border: 1px solid rgba(0,230,118,.14); }.faq-create-card > summary { padding: 15px; color: var(--green); cursor: pointer; font-size: 10px; font-weight: 700; }.faq-create-card > form { padding: 0 15px 15px; }.faq-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; gap: 9px; }.faq-form-grid label { color: var(--muted); font-size: 8px; }.faq-form-grid label.wide { grid-column: 1/-1; }.faq-form-grid input, .faq-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.faq-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.faq-form-grid .faq-toggle { min-height: 39px; display: flex; align-items: center; gap: 7px; }.faq-form-grid .faq-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.faq-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 170px 150px auto auto; gap: 8px; }.faq-crm-filter input, .faq-crm-filter select { min-height: 38px; }.faq-crm-list { display: grid; gap: 10px; }.faq-crm-row { padding: 15px; display: grid; grid-template-columns: 58px minmax(0,1fr) 75px auto; align-items: center; gap: 14px; border: 1px solid var(--line); }.faq-order { height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(0,230,118,.12); border-radius: 9px; background: rgba(0,230,118,.025); }.faq-order small { color: var(--muted); font-size: 6px; text-transform: uppercase; }.faq-order strong { margin-top: 2px; color: var(--green); font: 700 15px var(--font-head); }.faq-row-copy { min-width: 0; }.faq-row-copy > span { color: var(--cyan); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.faq-row-copy h2 { margin: 4px 0; font: 700 13px var(--font-head); }.faq-row-copy p { margin: 0; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.faq-row-actions > summary { list-style: none; }.faq-edit-panel { position: fixed; z-index: 80; inset: 8vh 5vw auto; max-height: 84vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.review-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }.review-create-card { margin: 14px 0; border: 1px solid rgba(255,213,79,.14); }.review-create-card > summary { padding: 15px; color: var(--gold); cursor: pointer; font-size: 10px; font-weight: 700; }.review-create-card > form { padding: 0 15px 15px; }.review-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; gap: 9px; }.review-form-grid label { color: var(--muted); font-size: 8px; }.review-form-grid label.wide { grid-column: 1/-1; }.review-form-grid input, .review-form-grid select, .review-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.review-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.review-form-grid .review-toggle { min-height: 39px; display: flex; align-items: center; gap: 7px; }.review-form-grid .review-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.review-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 150px 130px auto auto; gap: 8px; }.review-crm-filter input, .review-crm-filter select { min-height: 38px; }.review-crm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.review-crm-card { min-width: 0; padding: 16px; border: 1px solid var(--line); }.review-card-heading, .review-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.review-identity { min-width: 0; display: flex; align-items: center; gap: 9px; }.review-identity > div { min-width: 0; display: flex; flex-direction: column; }.review-identity strong, .review-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.review-identity strong { font-size: 10px; }.review-identity small { color: var(--muted); font-size: 7px; }.review-states { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }.review-rating { margin: 15px 0 8px; color: var(--gold); font-size: 11px; letter-spacing: .08em; }.review-rating span { margin-left: 6px; color: var(--muted); font-size: 7px; letter-spacing: 0; }.review-crm-card blockquote { min-height: 58px; margin: 0 0 15px; color: #cbd6db; font-size: 9px; line-height: 1.65; }.review-card-foot { padding-top: 12px; border-top: 1px solid var(--line); }.review-card-foot > small { color: #667681; font-size: 7px; }.review-card-foot details > summary { list-style: none; }.review-edit-panel { position: fixed; z-index: 80; inset: 6vh 5vw auto; max-height: 88vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.email-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.email-create-card { margin: 14px 0; border: 1px solid rgba(41,182,246,.15); }.email-create-card > summary { padding: 15px; color: var(--cyan); cursor: pointer; font-size: 10px; font-weight: 700; }.email-create-card > form { padding: 0 15px 15px; }.email-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; gap: 9px; }.email-form-grid label { color: var(--muted); font-size: 8px; }.email-form-grid label.wide { grid-column: 1/-1; }.email-form-grid input, .email-form-grid select, .email-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.email-form-grid input[readonly] { color: #83949e; background: #050c15; }.email-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.email-form-grid .email-toggle { min-height: 39px; display: flex; align-items: center; gap: 7px; }.email-form-grid .email-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.email-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(280px,1fr) 180px auto auto; gap: 8px; }.email-crm-filter input, .email-crm-filter select { min-height: 38px; }.email-crm-list { display: grid; gap: 10px; }.email-crm-row { padding: 15px; display: grid; grid-template-columns: 48px minmax(0,1fr) 80px auto; align-items: center; gap: 14px; border: 1px solid var(--line); }.email-template-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--cyan); background: rgba(41,182,246,.07); font-size: 17px; }.email-row-copy { min-width: 0; }.email-row-copy > span { color: var(--green); font-size: 7px; letter-spacing: .06em; }.email-row-copy h2 { margin: 4px 0; font: 700 13px var(--font-head); }.email-row-copy p { margin: 0; overflow: hidden; color: #aebcc4; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.email-row-copy small { margin-top: 5px; display: block; overflow: hidden; color: #667681; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.email-row-actions { display: flex; align-items: center; gap: 6px; }.email-row-actions details > summary { list-style: none; }.email-edit-panel { position: fixed; z-index: 80; inset: 4vh 4vw auto; max-height: 92vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }.email-preview-card { width: min(760px,100%); margin: 20px auto; overflow: hidden; border: 1px solid var(--line); }.email-preview-card header { padding: 15px; display: grid; grid-template-columns: 70px 1fr; gap: 7px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }.email-preview-card header span { color: var(--muted); font-size: 8px; }.email-preview-card header strong { color: #c8d4da; font-size: 9px; }.email-preview-brand { padding: 28px 30px 12px; font: 800 15px var(--font-head); }.email-preview-brand em { color: var(--green); font-style: normal; }.email-preview-card pre { margin: 0; padding: 12px 30px 35px; color: #ced8dd; font: 10px/1.8 var(--font-body); white-space: pre-wrap; word-break: break-word; }.email-preview-card footer { padding: 13px 18px; color: #64747e; background: rgba(0,0,0,.18); font-size: 7px; text-align: center; }
.gateway-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.gateway-create-card { margin: 14px 0; border: 1px solid rgba(124,77,255,.16); }.gateway-create-card > summary { padding: 15px; color: #ad94ff; cursor: pointer; font-size: 10px; font-weight: 700; }.gateway-create-card > form { padding: 0 15px 15px; }.gateway-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: end; gap: 9px; }.gateway-form-grid label { color: var(--muted); font-size: 8px; }.gateway-form-grid label.wide { grid-column: 1/-1; }.gateway-form-grid input, .gateway-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.gateway-form-grid input[readonly] { color: #83949e; background: #050c15; }.gateway-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.gateway-form-grid .gateway-toggle { min-height: 39px; display: flex; align-items: center; gap: 7px; }.gateway-form-grid .gateway-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.gateway-form-grid .gateway-toggle.danger { color: #d89ca4; }.gateway-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(280px,1fr) 180px auto auto; gap: 8px; }.gateway-crm-filter input, .gateway-crm-filter select { min-height: 38px; }.gateway-crm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.gateway-crm-card { min-width: 0; padding: 15px; border: 1px solid var(--line); }.gateway-card-heading { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; }.gateway-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #ad94ff; background: rgba(124,77,255,.09); font: 800 16px var(--font-head); }.gateway-card-heading > div { min-width: 0; }.gateway-card-heading > div > span { color: var(--green); font-size: 7px; }.gateway-card-heading h2 { margin: 3px 0 0; font: 700 14px var(--font-head); }.gateway-security-state { margin: 15px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.gateway-security-state > div { padding: 10px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.015); }.gateway-security-state small { color: var(--muted); font-size: 7px; }.gateway-security-state strong { margin-top: 3px; color: #cbd7dc; font-size: 9px; }.gateway-card-foot { padding-top: 11px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }.gateway-card-foot > small { color: #667681; font-size: 7px; }.gateway-card-foot details > summary { list-style: none; }.gateway-edit-panel { position: fixed; z-index: 80; inset: 5vh 5vw auto; max-height: 90vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.server-form-grid select { width: 100%; min-height: 39px; margin-top: 5px; }.server-crm-filter { grid-template-columns: minmax(260px,1fr) 150px 160px auto auto; }.server-endpoint { margin: 0 0 14px; padding: 10px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,.1); }.server-endpoint small { color: var(--muted); font-size: 7px; }.server-endpoint code { margin-top: 4px; overflow: hidden; color: var(--cyan); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.audit-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }.audit-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(220px,1fr) 145px 190px 190px 145px 135px 135px auto auto; gap: 7px; }.audit-crm-filter input, .audit-crm-filter select { min-height: 38px; }.audit-crm-layout { display: grid; grid-template-columns: minmax(420px,1.15fr) minmax(310px,.85fr); align-items: start; gap: 14px; }.audit-event-list, .audit-event-detail { min-width: 0; padding: 14px; border: 1px solid var(--line); }.audit-events { margin-top: 10px; display: grid; gap: 4px; }.audit-events > a { padding: 10px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 9px; border-radius: 9px; color: #c9d4d9; }.audit-events > a:hover, .audit-events > a.active { background: rgba(0,230,118,.055); }.audit-event-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: rgba(0,230,118,.06); }.audit-events > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.audit-events strong, .audit-events small, .audit-events em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.audit-events strong { font-size: 8px; }.audit-events small, .audit-events em { margin-top: 2px; color: var(--muted); font-size: 7px; font-style: normal; }.audit-events time { color: #667681; font-size: 7px; white-space: nowrap; }.audit-empty { padding: 35px 12px; color: var(--muted); font-size: 9px; text-align: center; }.audit-detail-heading { padding-bottom: 14px; border-bottom: 1px solid var(--line); }.audit-detail-heading > span { color: var(--green); font-size: 7px; text-transform: uppercase; letter-spacing: .09em; }.audit-detail-heading h2 { margin: 5px 0 3px; font: 700 17px var(--font-head); }.audit-detail-heading p { margin: 0; color: var(--muted); font-size: 8px; }.audit-event-detail dl { margin: 14px 0; display: grid; gap: 7px; }.audit-event-detail dl > div { padding: 9px; display: grid; grid-template-columns: 85px minmax(0,1fr); gap: 9px; border: 1px solid var(--line); border-radius: 7px; }.audit-event-detail dt { color: var(--muted); font-size: 7px; }.audit-event-detail dd { margin: 0; color: #cad6db; font-size: 8px; }.audit-event-detail dd small { margin-top: 2px; display: block; color: var(--muted); font-size: 7px; }.audit-wrap { overflow-wrap: anywhere; }.audit-metadata > strong { font-size: 9px; }.audit-metadata pre { max-height: 300px; margin: 7px 0 0; padding: 12px; overflow: auto; border: 1px solid var(--line); border-radius: 8px; color: #aebfc7; background: #050b13; font: 8px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace; white-space: pre-wrap; word-break: break-word; }
.role-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.role-create-card { margin: 14px 0; border: 1px solid rgba(0,230,118,.14); }.role-create-card > summary { padding: 15px; color: var(--green); cursor: pointer; font-size: 10px; font-weight: 700; }.role-create-card > form { padding: 0 15px 15px; }.role-create-grid { margin-bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.role-create-grid label { color: var(--muted); font-size: 8px; }.role-create-grid input { width: 100%; min-height: 39px; margin-top: 5px; }.role-create-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.role-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(260px,1fr) 210px auto auto; gap: 8px; }.role-crm-filter input, .role-crm-filter select { min-height: 38px; }.role-crm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 14px; }.role-crm-card { min-width: 0; padding: 15px; border: 1px solid var(--line); }.role-card-heading { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 10px; }.role-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: rgba(0,230,118,.07); font-size: 17px; }.role-card-heading > div { min-width: 0; display: flex; flex-direction: column; }.role-card-heading > div > span { color: var(--green); font-size: 7px; }.role-card-heading h2 { margin: 3px 0 0; font: 700 14px var(--font-head); }.role-card-heading small { margin-top: 2px; color: var(--muted); font-size: 7px; }.role-name-editor { margin: 13px 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; }.role-name-editor > summary { color: var(--cyan); cursor: pointer; font-size: 8px; }.role-name-editor form { margin-top: 8px; display: grid; grid-template-columns: 1fr auto; gap: 7px; }.role-name-editor input { min-height: 36px; }.role-permission-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 7px; }.role-permission-grid fieldset { min-width: 0; padding: 10px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 8px; }.role-permission-grid legend { padding: 0 4px; color: #8798a2; font-size: 7px; text-transform: uppercase; }.role-permission-grid label { display: flex; align-items: flex-start; gap: 7px; }.role-permission-grid input { width: 15px; height: 15px; flex: 0 0 auto; accent-color: var(--green); }.role-permission-grid label > span { min-width: 0; display: flex; flex-direction: column; }.role-permission-grid strong { color: #c6d2d7; font-size: 8px; }.role-permission-grid small { color: var(--muted); font-size: 6px; }.role-integrity-note { margin: 10px 0; color: #71818b; font-size: 7px; }.role-protected-panel { margin-top: 14px; padding: 14px; border: 1px solid rgba(255,213,79,.13); border-radius: 9px; background: rgba(255,213,79,.025); }.role-protected-panel > strong { color: var(--gold); font-size: 9px; }.role-protected-panel > p { margin: 4px 0 10px; color: var(--muted); font-size: 8px; }.role-protected-panel > div { display: flex; flex-wrap: wrap; gap: 5px; }.role-protected-panel > div span { padding: 4px 6px; border-radius: 5px; color: #97a7af; background: rgba(255,255,255,.035); font-size: 6px; }
.setting-crm-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }.setting-create-card { margin: 14px 0; border: 1px solid rgba(41,182,246,.14); }.setting-create-card > summary { padding: 15px; color: var(--cyan); cursor: pointer; font-size: 10px; font-weight: 700; }.setting-create-card > form { padding: 0 15px 15px; }.setting-form-grid { margin-bottom: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: end; gap: 9px; }.setting-form-grid label { color: var(--muted); font-size: 8px; }.setting-form-grid label.wide { grid-column: 1/-1; }.setting-form-grid input, .setting-form-grid textarea { width: 100%; min-height: 39px; margin-top: 5px; }.setting-form-grid input[readonly] { color: #83949e; background: #050c15; }.setting-form-grid small { margin-top: 4px; display: block; color: #667681; font-size: 7px; }.setting-form-grid .setting-toggle { min-height: 39px; display: flex; align-items: center; gap: 7px; }.setting-form-grid .setting-toggle input[type="checkbox"] { width: 18px; min-height: 18px; margin: 0; }.setting-form-grid .setting-toggle.danger { color: #d89ca4; }.setting-crm-filter { margin: 14px 0; display: grid; grid-template-columns: minmax(250px,1fr) 160px 160px auto auto; gap: 8px; }.setting-crm-filter input, .setting-crm-filter select { min-height: 38px; }.setting-crm-list { display: grid; gap: 9px; }.setting-crm-row { padding: 14px; display: grid; grid-template-columns: 42px minmax(0,1fr) 75px auto; align-items: center; gap: 12px; border: 1px solid var(--line); }.setting-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--cyan); background: rgba(41,182,246,.07); }.setting-row-copy { min-width: 0; }.setting-row-copy > span { color: var(--green); font-size: 7px; }.setting-row-copy h2 { margin: 3px 0; font: 700 12px var(--font-head); }.setting-row-copy p { margin: 0; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.setting-row-actions > summary { list-style: none; }.setting-edit-panel { position: fixed; z-index: 80; inset: 6vh 5vw auto; max-height: 88vh; padding: 18px; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; background: #07111e; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.admin-filter { display: grid; grid-template-columns: 1fr 180px 140px auto; gap: 8px; margin-bottom: 14px; }.admin-filter input, .admin-filter select { min-height: 38px; }.admin-editor { margin-bottom: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }.admin-editor > summary { padding: 14px; color: var(--green); cursor: pointer; font-size: 11px; font-weight: 700; }.admin-editor > form { padding: 0 14px 14px; }.admin-form-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 12px; }.admin-form-grid label.wide { grid-column: 1/-1; }.admin-form-grid input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--green); }.admin-table-card { padding: 12px; }.admin-table { font-size: 8px; }.row-actions { position: relative; }.row-actions > summary { cursor: pointer; color: var(--green); }.row-editor { width: min(700px,80vw); position: absolute; right: 0; z-index: 10; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #0b1422; box-shadow: var(--shadow); }.row-editor > form { margin-bottom: 10px; }.relation-form { padding: 12px 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }.relation-form strong { width: 100%; }.relation-form label { font-size: 8px; color: var(--muted); }.btn-danger { color: #ffb8bf; background: rgba(255,83,100,.08); border-color: rgba(255,83,100,.25); }.admin-pagination { margin-top: 18px; color: var(--muted); font-size: 10px; }.admin-pagination nav > div:first-child { display: none; }.admin-pagination nav > div:last-child { display: flex; justify-content: space-between; align-items: center; }.admin-pagination a, .admin-pagination span { color: #9ba8b3; }

@media print {
    .print-actions { display: none !important; }.print-certificate-page { padding: 0; }.print-certificate { box-shadow: none; max-width: none; min-height: 100vh; }
}
@media (max-width: 1000px) {
    .admin-stats { grid-template-columns: repeat(2,1fr); }.admin-dashboard-grid, .admin-dashboard-lower, .ticket-crm-controls { grid-template-columns: 1fr; }.admin-form-grid { grid-template-columns: 1fr 1fr; }.challenge-crm-grid, .certificate-crm-grid { grid-template-columns: 1fr 1fr; }.user-crm-filter, .order-crm-filter, .account-crm-filter, .kyc-crm-filter, .payout-crm-filter, .ticket-crm-filter, .notification-crm-filter, .affiliate-crm-filter, .affiliate-withdrawal-filter, .coupon-crm-filter, .subscriber-crm-filter, .blog-crm-filter, .faq-crm-filter, .review-crm-filter, .email-crm-filter, .gateway-crm-filter { grid-template-columns: repeat(3,minmax(0,1fr)); }.notification-compose-grid, .coupon-form-grid, .blog-form-grid, .faq-form-grid, .review-form-grid, .email-form-grid { grid-template-columns: 1fr 1fr; }.notification-compose-grid label.wide, .blog-form-grid label.wide, .faq-form-grid label.wide, .review-form-grid label.wide, .email-form-grid label.wide { grid-column: 1/-1; }.blog-grid { grid-template-columns: 1fr 1fr; }.chat-crm-layout { grid-template-columns: 280px minmax(0,1fr); }.contact-crm-layout, .affiliate-crm-layout { grid-template-columns: minmax(270px,.8fr) minmax(0,1.2fr); }.affiliate-profile-metrics { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .contact-layout { grid-template-columns: 1fr; }.blog-grid, .promotion-crm-grid, .review-crm-grid, .gateway-crm-grid { grid-template-columns: 1fr; }.admin-shell { display: block; }.admin-sidebar { transform: translateX(-102%); transition: transform .25s ease; box-shadow: 30px 0 70px rgba(0,0,0,.5); }.admin-sidebar.open { transform: none; }.admin-main { grid-column: auto; }.admin-topbar { padding: 0 15px; }.admin-topbar .user-menu { min-width: 46px; grid-template-columns: 36px; }.admin-topbar .user-menu > div { display: none; }.admin-content { padding: 18px 14px; }.admin-heading { align-items: flex-start; flex-direction: column; }.admin-heading .btn { width: 100%; }.admin-stats { grid-template-columns: 1fr 1fr; }.admin-performance-chart { grid-template-columns: repeat(6,72px); }.admin-filter, .user-crm-filter, .order-crm-filter, .account-crm-filter, .kyc-crm-filter, .payout-crm-filter, .certificate-crm-filter, .ticket-crm-filter, .notification-crm-filter, .contact-crm-filter, .affiliate-crm-filter, .affiliate-withdrawal-filter, .coupon-crm-filter, .promotion-crm-filter, .subscriber-crm-filter, .blog-crm-filter, .faq-crm-filter, .review-crm-filter, .email-crm-filter, .gateway-crm-filter { grid-template-columns: 1fr 1fr; }.admin-form-grid, .notification-compose-grid, .coupon-form-grid, .promotion-form-grid, .blog-form-grid, .faq-form-grid, .review-form-grid, .email-form-grid, .gateway-form-grid { grid-template-columns: 1fr; }.admin-form-grid label.wide, .notification-compose-grid label.wide, .promotion-form-grid label.wide, .blog-form-grid label.wide, .faq-form-grid label.wide, .review-form-grid label.wide, .email-form-grid label.wide, .gateway-form-grid label.wide { grid-column: auto; }.challenge-crm-grid, .certificate-crm-grid { grid-template-columns: 1fr; }.ticket-crm-heading { flex-direction: column; }.ticket-crm-controls > form, .ticket-crm-controls .ticket-crm-reply { grid-template-columns: 1fr; }.admin-ticket-thread > div { width: 92%; }.chat-crm-layout, .contact-crm-layout, .affiliate-crm-layout { grid-template-columns: 1fr; min-height: 0; }.chat-inbox-list, .contact-crm-list, .affiliate-partners { max-height: 350px; overflow-y: auto; }.chat-message-list article { width: 90%; }.chat-empty { min-height: 360px; }.affiliate-profile-editor { grid-template-columns: 1fr 1fr; }.affiliate-profile-editor .btn { grid-column: 1/-1; }.blog-crm-row { grid-template-columns: minmax(0,1fr) auto; }.blog-row-actions { grid-column: 1/-1; }.blog-edit-panel { inset: 3vh 4vw auto; width: 92vw; }.faq-crm-row { grid-template-columns: 58px minmax(0,1fr) auto; }.faq-row-actions { grid-column: 2/-1; }.faq-edit-panel { inset: 5vh 4vw auto; width: 92vw; max-height: 90vh; }.review-edit-panel { inset: 5vh 4vw auto; width: 92vw; max-height: 90vh; }.email-crm-row { grid-template-columns: 48px minmax(0,1fr) auto; }.email-row-actions { grid-column: 2/-1; }.email-edit-panel { inset: 4vh 4vw auto; width: 92vw; }.gateway-edit-panel { inset: 5vh 4vw auto; width: 92vw; }.row-editor { position: fixed; inset: 5vh 4vw auto; width: 92vw; max-height: 90vh; overflow-y: auto; }.portal-alert { margin-inline: 14px; }
}
@media (max-width: 480px) {
    .admin-topbar-actions .icon-button { display: none; }.admin-topbar-title strong { font-size: 12px; }.admin-content { padding-inline: 12px; }.admin-heading h1 { font-size: 25px; }.admin-stats { grid-template-columns: 1fr; }.admin-stats article { min-height: 122px; }.admin-filter, .notification-crm-filter, .contact-crm-filter, .affiliate-crm-filter, .affiliate-withdrawal-filter, .coupon-crm-filter, .promotion-crm-filter, .subscriber-crm-filter, .blog-crm-filter, .faq-crm-filter, .review-crm-filter, .email-crm-filter, .gateway-crm-filter { grid-template-columns: 1fr; }.notification-composer > summary { align-items: flex-start; flex-direction: column; gap: 7px; }.contact-detail-heading, .contact-sender-card, .affiliate-profile-heading, .review-card-heading, .review-card-foot { align-items: flex-start; flex-direction: column; }.affiliate-profile-editor, .affiliate-profile-metrics { grid-template-columns: 1fr; }.affiliate-profile-editor .btn { grid-column: auto; }.affiliate-link-preview { align-items: flex-start; flex-direction: column; }.promotion-edit-panel { inset: 4vh 4vw auto; width: 92vw; }.blog-crm-row { grid-template-columns: 1fr; }.blog-row-actions { flex-wrap: wrap; }.blog-preview-banner { width: calc(100% - 24px); text-align: center; }.faq-crm-row { grid-template-columns: 48px minmax(0,1fr); }.faq-row-actions { grid-column: 1/-1; }.review-states { justify-content: flex-start; }.email-crm-row { grid-template-columns: 1fr; }.email-template-icon { display: none; }.email-row-actions { grid-column: 1; flex-wrap: wrap; }.email-preview-card header { grid-template-columns: 1fr; }.email-preview-brand, .email-preview-card pre { padding-inline: 18px; }.gateway-security-state { grid-template-columns: 1fr; }.gateway-card-foot { align-items: flex-start; flex-direction: column; gap: 9px; }.admin-activity-list time { display: none; }
}
@media (max-width: 1000px) {
    .audit-crm-filter, .setting-crm-filter { grid-template-columns: repeat(3,minmax(0,1fr)); }.audit-crm-layout { grid-template-columns: minmax(340px,1fr) minmax(280px,.8fr); }.role-crm-grid { grid-template-columns: 1fr; }.setting-form-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .audit-crm-filter, .role-crm-filter, .setting-crm-filter { grid-template-columns: 1fr 1fr; }.audit-crm-layout { grid-template-columns: 1fr; }.audit-event-detail { min-height: 360px; }.role-permission-grid, .setting-form-grid { grid-template-columns: 1fr; }.setting-form-grid label.wide { grid-column: auto; }.setting-crm-row { grid-template-columns: 42px minmax(0,1fr) auto; }.setting-row-actions { grid-column: 2/-1; }.setting-edit-panel { inset: 5vh 4vw auto; width: 92vw; }
}
@media (max-width: 480px) {
    .audit-crm-filter, .role-crm-filter, .role-create-grid, .setting-crm-filter { grid-template-columns: 1fr; }.audit-events > a { grid-template-columns: 32px minmax(0,1fr); }.audit-events time { display: none; }.audit-event-detail dl > div { grid-template-columns: 1fr; }.role-card-heading { grid-template-columns: 36px minmax(0,1fr); }.role-card-heading > .status { grid-column: 2; }.role-icon { width: 34px; height: 34px; }.setting-crm-row { grid-template-columns: 1fr; }.setting-icon { display: none; }.setting-row-actions { grid-column: 1; }
}

/* Wave Funded premium UI refresh */
:root {
    --ink: #05090d; --ink-2: #080f15; --panel: #0a131b; --panel-2: #0d1821;
    --line: rgba(255,255,255,.08); --line-strong: rgba(255,255,255,.14);
    --text: #f5f7f8; --muted: #98a4ae; --green: #00f078; --green-2: #16ff88;
    --green-dark: #063d27; --green-border: rgba(0,240,120,.35); --green-glow: rgba(0,240,120,.18);
    --radius-xs: 8px; --radius-sm: 12px; --radius: 16px; --radius-lg: 20px;
    --shadow: 0 24px 70px rgba(0,0,0,.3);
}
body { background: radial-gradient(circle at 12% 25%,rgba(0,240,120,.035),transparent 30%),var(--ink); }
.container { width: min(1380px,calc(100% - 48px)); }
.section { padding: 96px 0; }
.site-header { height: 72px; background: rgba(5,9,13,.9); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.site-header.scrolled { background: rgba(5,9,13,.96); box-shadow: 0 12px 36px rgba(0,0,0,.28); }
.main-nav { gap: clamp(14px,1.55vw,25px); }
.main-nav a { color: #98a4ae; font-size: 12px; }
.main-nav a.active,.main-nav a:hover { color: var(--text); }
.main-nav a.active::after { left: 0; right: 0; }
.mobile-nav-action { display: none; }
.btn { min-height: 42px; border-radius: var(--radius-xs); }
.btn-primary { background: linear-gradient(135deg,var(--green-2),#00c966); box-shadow: 0 10px 28px var(--green-glow),inset 0 1px rgba(255,255,255,.35); }
.btn-ghost { background: #09121a; border-color: var(--line-strong); }

.programs { padding-top: 92px; background: radial-gradient(circle at 50% 33%,rgba(0,240,120,.045),transparent 34%); }
.programs-heading { margin-bottom: 38px; }
.programs-heading h2 { font-size: clamp(32px,3.4vw,48px); }
.programs-heading > p { max-width: 680px; }
.program-layout { display: grid; grid-template-columns: 205px minmax(0,1fr); gap: 22px; align-items: stretch; }
.program-benefits { display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg,rgba(10,19,27,.96),rgba(6,12,17,.96)); box-shadow: var(--shadow); }
.program-benefit { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 12px; }
.program-benefit i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(0,240,120,.16); border-radius: 10px; color: var(--green); background: rgba(0,240,120,.09); font-style: normal; }
.program-benefit span { display: grid; min-width: 0; }
.program-benefit strong { color: var(--text); font: 700 11px var(--font-head); }
.program-benefit small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.program-grid { gap: 16px; }
.program-card { padding: 22px; border-radius: var(--radius); background: linear-gradient(150deg,rgba(13,24,33,.98),rgba(7,13,18,.98)); box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.program-card:hover { transform: translateY(-4px); }
.program-card.accent-purple { --accent: var(--green); border-color: var(--green-border); box-shadow: 0 18px 52px rgba(0,0,0,.32),0 0 28px rgba(0,240,120,.08); }
.program-icon { width: 42px; height: 42px; border-radius: 10px; font-size: 22px; }
.program-title { margin: 16px 0 18px; }
.program-title h3 { font-size: 20px; }
.funding-amount { margin-bottom: 14px; font-size: 32px; }
.size-picker { gap: 6px; margin-bottom: 18px; }
.size-picker button { min-height: 35px; padding: 7px 10px; border-radius: 7px; color: #82909b; }
.size-picker button:hover { color: var(--text); border-color: var(--line-strong); }
.size-picker button.active { border-color: var(--green); color: var(--text); background: rgba(0,240,120,.1); box-shadow: 0 0 0 2px rgba(0,240,120,.05); }
.feature-list { padding: 16px 0; gap: 9px; }
.feature-list li { font-size: 11px; }
.program-footer { padding-top: 17px; }
.btn-card { color: #04130a; background: linear-gradient(135deg,var(--green-2),#00c966); border-color: transparent; }
.popular { top: 21px; right: 20px; background: var(--green); }
.program-trust { margin-top: 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; color: #8f9ca6; font-size: 10px; text-align: center; }
.program-trust span::first-letter { color: var(--green); }

.glass-card,.dashboard-card,.metric-card,.module-card { border-color: var(--line); border-radius: var(--radius); background: linear-gradient(150deg,rgba(13,24,33,.96),rgba(7,13,18,.96)); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.dashboard-sidebar { background: #070d12; border-right-color: var(--line); }
.dashboard-nav a.active { color: var(--text); background: linear-gradient(90deg,rgba(0,240,120,.12),rgba(0,240,120,.025)); box-shadow: inset 2px 0 var(--green); }
.dashboard-topbar { background: rgba(5,9,13,.9); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.data-table thead { background: rgba(255,255,255,.025); }
.data-table th { color: #7e8b95; letter-spacing: .08em; }
.data-table td { border-bottom-color: var(--line); }
.portal-form input,.portal-form select,.portal-form textarea,.contact-form input,.contact-form textarea { border-color: var(--line-strong); border-radius: var(--radius-xs); background: #080f15; }
.portal-alert { border-radius: var(--radius-xs); }
.module-empty,.empty-state { padding: 26px; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); color: var(--muted); background: rgba(255,255,255,.015); }

@media (max-width: 1180px) {
    .program-layout { grid-template-columns: 1fr; }
    .program-benefits { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
    .program-benefit { grid-template-columns: 34px minmax(0,1fr); }
}
@media (max-width: 900px) {
    .program-benefits { grid-template-columns: repeat(2,1fr); }
    .program-grid { max-width: none; }
    .program-trust { grid-template-columns: repeat(2,1fr); }
    .main-nav .mobile-nav-action { display: block; color: var(--green); }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px,520px); }
    .section { padding: 72px 0; }
    .program-benefits { grid-template-columns: 1fr; gap: 16px; }
    .program-benefit { grid-template-columns: 38px minmax(0,1fr); }
    .program-card { padding: 20px 17px; }
    .program-footer { align-items: stretch; flex-direction: column; }
    .program-footer .btn { width: 100%; }
    .program-trust { grid-template-columns: 1fr; gap: 10px; text-align: left; }
}

/* Reports CRM */
.report-crm-filter { margin: 0 0 14px; padding: 12px; display: grid; grid-template-columns: 145px 145px minmax(170px,.8fr) minmax(170px,.8fr) auto auto; align-items: end; gap: 8px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.012); }
.report-crm-filter label { min-width: 0; color: var(--muted); font-size: 8px; }
.report-crm-filter label span { display: block; margin-bottom: 5px; }
.report-crm-filter input,.report-crm-filter select { width: 100%; min-height: 38px; }
.report-crm-stats { grid-template-columns: repeat(6,minmax(0,1fr)); }
.report-crm-stats article { min-height: 142px; }
.report-crm-stats strong.positive { color: var(--green); }
.report-crm-stats strong.negative { color: var(--red); }
.report-primary-grid { margin-top: 14px; display: grid; grid-template-columns: minmax(0,1fr) 285px; align-items: stretch; gap: 14px; }
.report-trend-panel { min-width: 0; }
.report-trend-panel .card-heading span { color: var(--green); font-size: 8px; }
.report-chart-scroll { width: 100%; margin-top: 10px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(0,240,120,.2) transparent; }
.report-flow-chart { height: 250px; padding: 14px 4px 0; display: grid; gap: 6px; border-top: 1px solid var(--line); }
.report-day { height: 225px; display: grid; grid-template-rows: 178px 18px 16px; align-items: end; text-align: center; }
.report-day-values { height: 170px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.005)); }
.report-day-values i { width: 7px; min-height: 0; border-radius: 3px 3px 1px 1px; }
.report-day-values .revenue { background: linear-gradient(180deg,var(--green-2),#008f4d); box-shadow: 0 0 12px rgba(0,240,120,.13); }
.report-day-values .payout { background: linear-gradient(180deg,#40c7ff,#166783); box-shadow: 0 0 12px rgba(41,182,246,.13); }
.report-day > strong { overflow: hidden; color: #a9b5bc; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.report-day > small { color: #5e6c75; font-size: 6px; }
.report-status-panel section { padding: 13px 0; border-top: 1px solid var(--line); }
.report-status-panel section:first-of-type { border-top: 0; }
.report-status-panel h2 { margin: 0 0 7px; color: #8e9ca5; font: 700 8px var(--font-head); text-transform: uppercase; letter-spacing: .08em; }
.report-status-panel section > div { padding: 7px 0; display: flex; align-items: center; justify-content: space-between; }
.report-status-panel section > div span { display: flex; align-items: center; gap: 7px; color: #acb8bf; font-size: 8px; }
.report-status-panel section > div i.status { width: 7px; height: 7px; padding: 0; display: block; border-radius: 50%; background: #65727a; }
.report-status-panel section > div i.status.paid,.report-status-panel section > div i.status.approved { background: var(--green); }
.report-status-panel section > div i.status.pending,.report-status-panel section > div i.status.review { background: var(--gold); }
.report-status-panel section > div i.status.failed,.report-status-panel section > div i.status.cancelled,.report-status-panel section > div i.status.rejected,.report-status-panel section > div i.status.refunded { background: var(--red); }
.report-status-panel section > div strong { color: #dce4e7; font-size: 9px; }
.report-status-panel .module-empty { padding: 13px; font-size: 7px; }
.report-secondary-grid,.report-settlement-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 14px; }
.report-ranking { display: grid; gap: 6px; }
.report-ranking > div { padding: 9px 0; display: grid; grid-template-columns: minmax(130px,.75fr) minmax(100px,1fr) 90px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.report-ranking > div > span { min-width: 0; display: flex; flex-direction: column; }
.report-ranking > div strong { overflow: hidden; color: #dbe4e7; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.report-ranking > div small { margin-top: 3px; color: #687780; font-size: 7px; }
.report-ranking > div > i { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.035); }
.report-ranking > div > i b { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#009b53,var(--green)); }
.report-ranking > div > em { color: var(--green); font-size: 8px; font-style: normal; text-align: right; }
.report-compact-table { min-width: 420px; }
.report-settlement-table { min-width: 570px; }
.report-settlement-table td strong,.report-settlement-table td small { display: block; }
.report-settlement-table td small { margin-top: 3px; color: #66747d; font-size: 7px; }

@media (max-width: 1180px) {
    .report-crm-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .report-crm-filter { grid-template-columns: repeat(3,minmax(140px,1fr)); }
}
@media (max-width: 900px) {
    .report-primary-grid,.report-secondary-grid,.report-settlement-grid { grid-template-columns: 1fr; }
    .report-crm-filter { grid-template-columns: repeat(2,minmax(140px,1fr)); }
}
@media (max-width: 640px) {
    .report-crm-filter,.report-crm-stats { grid-template-columns: 1fr; }
    .report-ranking > div { grid-template-columns: minmax(120px,1fr) 75px; }
    .report-ranking > div > i { grid-column: 1/-1; grid-row: 2; }
}

/* Wallet and transaction oversight */
.wallet-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.transaction-crm-stats { grid-template-columns: repeat(5,minmax(0,1fr)); }
.wallet-crm-filter,.transaction-crm-filter { margin: 14px 0; display: grid; align-items: end; gap: 8px; }
.wallet-crm-filter { grid-template-columns: minmax(260px,1fr) 130px 160px 150px auto auto; }
.transaction-crm-filter { grid-template-columns: minmax(240px,1fr) 130px 130px 145px 145px 135px 135px auto auto; }
.wallet-crm-filter input,.wallet-crm-filter select,.transaction-crm-filter input,.transaction-crm-filter select { width: 100%; min-height: 38px; }
.wallet-integrity-note { margin-bottom: 14px; padding: 12px 14px; display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; gap: 10px; border: 1px solid rgba(41,182,246,.14); border-radius: 10px; background: rgba(41,182,246,.025); }
.wallet-integrity-note > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--cyan); background: rgba(41,182,246,.08); font-style: normal; }
.wallet-integrity-note > span { display: flex; flex-direction: column; }
.wallet-integrity-note strong { color: #c9d6dc; font-size: 9px; }
.wallet-integrity-note small { margin-top: 3px; color: var(--muted); font-size: 7px; line-height: 1.5; }
.transaction-integrity-note { border-color: rgba(0,240,120,.14); background: rgba(0,240,120,.022); }
.transaction-integrity-note > i { color: var(--green); background: rgba(0,240,120,.08); }
.wallet-crm-table,.transaction-crm-table { padding: 12px; }
.wallet-crm-table .admin-table { min-width: 1040px; }
.transaction-crm-table .admin-table { min-width: 1180px; }
.wallet-currency { display: inline-grid; min-width: 42px; min-height: 25px; place-items: center; border: 1px solid rgba(0,240,120,.2); border-radius: 6px; color: var(--green); background: rgba(0,240,120,.055); font: 700 8px var(--font-head); letter-spacing: .06em; }
.wallet-version { padding: 5px 7px; border-radius: 6px; color: #9eb0b8; background: rgba(255,255,255,.04); font: 700 8px ui-monospace,SFMono-Regular,Menlo,monospace; }
.transaction-type { padding: 5px 7px; border-radius: 6px; color: #bcaaff; background: rgba(124,77,255,.1); font-size: 7px; white-space: nowrap; }
.transaction-description { min-width: 170px; display: block; color: #a8b5bc; font-size: 8px; line-height: 1.45; }

@media (max-width: 1180px) {
    .wallet-crm-stats,.transaction-crm-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .wallet-crm-filter,.transaction-crm-filter { grid-template-columns: repeat(3,minmax(140px,1fr)); }
}
@media (max-width: 760px) {
    .wallet-crm-filter,.transaction-crm-filter { grid-template-columns: repeat(2,minmax(130px,1fr)); }
}
@media (max-width: 480px) {
    .wallet-crm-stats,.transaction-crm-stats,.wallet-crm-filter,.transaction-crm-filter { grid-template-columns: 1fr; }
}

/* Trader USDT checkout */
.crypto-payment-page { min-height: 100vh; color: var(--text); background: radial-gradient(circle at 72% 5%,rgba(0,230,118,.085),transparent 28%),#050911; }
.crypto-payment-header { min-height: 72px; padding: 0 max(22px,calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(5,9,17,.88); backdrop-filter: blur(18px); }
.crypto-payment-brand { display: inline-flex; align-items: center; }
.crypto-payment-header-actions { display: flex; align-items: center; gap: 8px; }
.crypto-payment-header-actions form { margin: 0; }
.crypto-payment-main { width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 34px 0 42px; }
.crypto-payment-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.crypto-payment-heading > div > span,.crypto-card-heading > div > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.crypto-payment-heading h1 { margin: 6px 0 7px; font: 800 clamp(27px,4vw,39px) var(--font-head); letter-spacing: -.04em; }
.crypto-payment-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.crypto-payment-heading p strong { color: #dce8e3; }
.crypto-order-status { padding: 8px 11px; border: 1px solid rgba(255,213,79,.18); border-radius: 8px; color: var(--gold); background: rgba(255,213,79,.07); font-size: 11px; font-weight: 800; white-space: nowrap; }
.crypto-order-status.approved,.crypto-order-status.paid { border-color: rgba(0,230,118,.2); color: var(--green); background: rgba(0,230,118,.07); }
.crypto-order-status.failed,.crypto-order-status.cancelled,.crypto-order-status.refunded { border-color: rgba(255,83,100,.2); color: var(--red); background: rgba(255,83,100,.07); }
.crypto-payment-alert { margin-bottom: 14px; padding: 13px 15px; display: flex; flex-direction: column; gap: 3px; border: 1px solid var(--line); border-radius: 10px; color: #d7e1dd; background: rgba(255,255,255,.025); font-size: 12px; line-height: 1.55; }
.crypto-payment-alert.success { border-color: rgba(0,230,118,.18); background: rgba(0,230,118,.045); }
.crypto-payment-alert.error { border-color: rgba(255,83,100,.22); color: #ffacb5; background: rgba(255,83,100,.045); }
.crypto-payment-alert.test { border-color: rgba(255,213,79,.22); background: rgba(255,213,79,.045); }
.crypto-payment-alert.test strong { color: var(--gold); }
.crypto-payment-alert.test span { color: #b6a879; }
.crypto-payment-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); align-items: start; gap: 16px; }
.crypto-payment-instructions,.crypto-proof-card,.crypto-order-summary,.crypto-payment-history { padding: 22px; }
.crypto-card-heading { margin-bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.crypto-card-heading h2 { margin: 4px 0 0; font: 750 17px var(--font-head); }
.crypto-card-heading > em { padding: 6px 9px; border: 1px solid rgba(0,230,118,.18); border-radius: 7px; color: var(--green); background: rgba(0,230,118,.055); font-size: 10px; font-style: normal; font-weight: 800; }
.crypto-amount-panel { margin-bottom: 18px; padding: 18px; border: 1px solid rgba(0,230,118,.16); border-radius: 12px; background: linear-gradient(135deg,rgba(0,230,118,.07),rgba(0,230,118,.015)); }
.crypto-amount-panel > span,.crypto-address-panel > span { display: block; color: var(--muted); font-size: 10px; }
.crypto-amount-panel > div { margin: 5px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.crypto-amount-panel strong { color: #f1fff8; font: 800 27px var(--font-head); letter-spacing: -.03em; }
.crypto-amount-panel button { padding: 7px 9px; border: 1px solid rgba(0,230,118,.2); border-radius: 7px; color: var(--green); background: rgba(0,230,118,.055); font-size: 10px; font-weight: 800; cursor: pointer; }
.crypto-amount-panel small { color: #799087; font-size: 10px; }
.crypto-destination { display: grid; grid-template-columns: 218px minmax(0,1fr); align-items: center; gap: 20px; }
.crypto-qr { padding: 10px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 13px; background: #fff; }
.crypto-qr img { width: 100%; height: auto; display: block; }
.crypto-address-panel { min-width: 0; }
.crypto-address-panel > strong { margin: 5px 0 18px; display: inline-block; color: var(--green); font: 800 16px var(--font-head); }
.crypto-address-panel code { margin: 6px 0 11px; padding: 11px; display: block; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 8px; color: #d5e2dc; background: rgba(0,0,0,.18); font-size: 11px; line-height: 1.55; }
.crypto-network-warning { margin-top: 18px; padding: 14px; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 11px; border: 1px solid rgba(255,213,79,.17); border-radius: 10px; background: rgba(255,213,79,.035); }
.crypto-network-warning > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: #171202; background: var(--gold); font-style: normal; font-weight: 900; }
.crypto-network-warning strong { color: #f0d879; font-size: 11px; }
.crypto-network-warning p { margin: 4px 0 0; color: #978b64; font-size: 10px; line-height: 1.55; }
.crypto-payment-steps { margin: 19px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; list-style: none; }
.crypto-payment-steps li { min-width: 0; padding: 12px; display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 8px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.012); }
.crypto-payment-steps li > i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; color: var(--green); background: rgba(0,230,118,.08); font-size: 9px; font-style: normal; font-weight: 900; }
.crypto-payment-steps span { display: flex; flex-direction: column; }
.crypto-payment-steps strong { color: #cdd9d4; font-size: 9px; }
.crypto-payment-steps small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.crypto-payment-side { display: grid; gap: 16px; }
.crypto-proof-form textarea { min-height: 90px; overflow-wrap: anywhere; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 11px; resize: vertical; }
.crypto-proof-state { padding: 18px 12px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.crypto-proof-state > i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--gold); background: rgba(255,213,79,.09); font-size: 19px; font-style: normal; }
.crypto-proof-state > strong { margin-top: 11px; font: 750 15px var(--font-head); }
.crypto-proof-state p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.crypto-proof-state code { width: 100%; margin: 13px 0 8px; padding: 9px; overflow-wrap: anywhere; border-radius: 7px; color: #9fb0a9; background: rgba(0,0,0,.2); font-size: 8px; }
.crypto-proof-state a { color: var(--cyan); font-size: 10px; font-weight: 700; }
.crypto-proof-state.approved > i { color: var(--green); background: rgba(0,230,118,.09); }
.crypto-proof-state.rejected { margin-bottom: 13px; padding: 12px; align-items: flex-start; border: 1px solid rgba(255,83,100,.16); border-radius: 9px; text-align: left; background: rgba(255,83,100,.035); }
.crypto-proof-state.rejected > i { width: 30px; height: 30px; color: var(--red); background: rgba(255,83,100,.09); }
.crypto-proof-state.rejected > strong { margin-top: 8px; color: #ff9da7; font-size: 12px; }
.crypto-proof-state.rejected p { color: #b4797f; }
.crypto-order-summary dl { margin: 0; }
.crypto-order-summary dl > div { padding: 10px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }
.crypto-order-summary dl > div:last-child { border-bottom: 0; }
.crypto-order-summary dt { color: var(--muted); font-size: 10px; }
.crypto-order-summary dd { margin: 0; color: #d8e2de; font-size: 11px; font-weight: 750; text-align: right; }
.crypto-order-summary dl > .total { padding-top: 15px; }
.crypto-order-summary .total dt,.crypto-order-summary .total dd { color: var(--green); font-size: 13px; }
.crypto-payment-history { margin-top: 16px; }
.crypto-payment-history .data-table { min-width: 720px; }
.crypto-payment-history code { color: #aab9b2; font-size: 9px; }
.crypto-payment-history a { color: var(--cyan); font-size: 9px; }
.crypto-payment-history .status.submitted { color: var(--gold); background: rgba(255,213,79,.09); }
.crypto-payment-history .status.approved { color: var(--green); background: rgba(0,230,118,.09); }
.crypto-security-note { margin: 18px auto 0; color: #65756e; font-size: 10px; text-align: center; }

/* Unified, readable typography across public, authentication, trader and CRM surfaces. */
body { font-size: 15px; font-weight: 450; letter-spacing: -.006em; }
h1,h2,h3,h4,h5,h6,.brand-copy,.card-heading strong,.admin-heading h1,.dashboard-heading h1 { font-family: var(--font-head); letter-spacing: -.025em; }
p { font-size: max(14px, 1em); line-height: 1.7; }
small { font-size: 11px !important; line-height: 1.55; }
label,legend,dt { font-size: 12px !important; line-height: 1.45; }
input,select,textarea,button { font-family: var(--font-body); font-size: 13px; }
th,td { font-size: 12px !important; line-height: 1.5; }
.dashboard-nav a,.admin-nav a,.main-nav a { font-size: 13px !important; }
.nav-section,.eyebrow,.admin-heading>span,.dashboard-heading>span { font-size: 10px !important; letter-spacing: .11em; }
.btn,.row-actions,.status { font-size: 12px !important; }
.admin-table { font-size: 12px; }
.admin-form-grid label,.portal-form label,.auth-form label { font-size: 12px !important; }
.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.portal-form input,.portal-form select,.portal-form textarea,.auth-form input { font-size: 13px !important; }
.metric-card strong,.admin-stats strong { font-family: var(--font-head); }
.lft-chat { font-family: var(--font-body); }
.lft-chat button,.lft-chat input,.lft-chat textarea { font-size: 12px; }
@media(max-width:520px){body{font-size:14px}small{font-size:10.5px!important}label,legend,dt,th,td{font-size:11px!important}}

@media (max-width: 900px) {
    .crypto-payment-layout { grid-template-columns: 1fr; }
    .crypto-payment-side { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .crypto-payment-header { padding: 13px 15px; align-items: flex-start; }
    .crypto-payment-header-actions { flex-direction: column; align-items: stretch; }
    .crypto-payment-header-actions .btn { min-height: 34px; padding-inline: 10px; font-size: 10px; }
    .crypto-payment-main { width: min(100% - 24px,580px); padding-top: 24px; }
    .crypto-payment-heading { align-items: flex-start; flex-direction: column; }
    .crypto-payment-heading h1 { font-size: 28px; }
    .crypto-payment-instructions,.crypto-proof-card,.crypto-order-summary,.crypto-payment-history { padding: 16px; }
    .crypto-destination { grid-template-columns: 1fr; }
    .crypto-qr { width: min(218px,100%); margin: 0 auto; }
    .crypto-payment-steps,.crypto-payment-side { grid-template-columns: 1fr; }
    .crypto-amount-panel > div { align-items: flex-start; flex-direction: column; }
    .crypto-amount-panel strong { font-size: 23px; }
}

/* LFT public support chat */
.lft-chat {
    --lft-chat-green: #00e676;
    --lft-chat-green-deep: #00a957;
    --lft-chat-ink: #07110d;
    --lft-chat-muted: #68746f;
    --lft-chat-paper: #f7faf8;
    position: fixed;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 1200;
    color: #132019;
    font-family: var(--font-body);
}
.lft-chat [hidden] { display: none !important; }
.lft-chat button,
.lft-chat textarea,
.lft-chat input { font: inherit; }
.lft-chat button { -webkit-tap-highlight-color: transparent; }
.lft-chat svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lft-chat__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.lft-chat__launcher {
    min-width: 174px;
    min-height: 58px;
    padding: 7px 14px 7px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 230, 118, .3);
    border-radius: 18px;
    color: #eefcf5;
    background:
        radial-gradient(circle at 12% 15%, rgba(0, 230, 118, .18), transparent 40%),
        linear-gradient(145deg, rgba(12, 27, 21, .98), rgba(4, 10, 8, .98));
    box-shadow: 0 18px 54px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .03) inset;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    backdrop-filter: blur(18px);
}
.lft-chat__launcher:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 230, 118, .58);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .5), 0 0 26px rgba(0, 230, 118, .11);
}
.lft-chat__launcher:focus-visible,
.lft-chat__panel button:focus-visible,
.lft-chat__panel textarea:focus-visible,
.lft-chat__panel input:focus-visible {
    outline: 3px solid var(--lft-chat-green);
    outline-offset: 3px;
}
.lft-chat__launcher-icon {
    width: 43px;
    height: 43px;
    padding: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #042013;
    background: linear-gradient(145deg, #27f58f, #00b95d);
    box-shadow: 0 8px 23px rgba(0, 230, 118, .22), inset 0 1px rgba(255, 255, 255, .45);
}
.lft-chat__launcher-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}
.lft-chat__launcher-copy strong {
    font: 750 13px var(--font-head);
    letter-spacing: -.01em;
}
.lft-chat__launcher-copy small {
    margin-top: 3px;
    color: #9ab0a5;
    font-size: 10px;
}
.lft-chat__unread {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border: 2px solid #06100c;
    border-radius: 999px;
    color: #06140c;
    background: var(--lft-chat-green);
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 5px 16px rgba(0, 230, 118, .28);
}
.lft-chat.is-open .lft-chat__launcher { display: none; }
.lft-chat__panel {
    width: min(402px, calc(100vw - 32px));
    height: min(650px, calc(100vh - 42px));
    min-height: 490px;
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(0, 230, 118, .22);
    border-radius: 24px;
    background: var(--lft-chat-paper);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .05) inset;
    transform-origin: right bottom;
    animation: lft-chat-panel-in .24s cubic-bezier(.2, .8, .2, 1);
}
.lft-chat__header {
    min-height: 77px;
    padding: 13px 14px 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #f0faf5;
    background:
        radial-gradient(circle at 18% -20%, rgba(0, 230, 118, .23), transparent 48%),
        linear-gradient(120deg, #071810, #07100c 70%);
}
.lft-chat__identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lft-chat__mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 230, 118, .33);
    border-radius: 13px;
    color: var(--lft-chat-green);
    background: rgba(0, 230, 118, .08);
    font: 850 12px var(--font-head);
    letter-spacing: -.04em;
    box-shadow: 0 0 24px rgba(0, 230, 118, .08) inset;
}
.lft-chat__identity > span:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.lft-chat__identity strong {
    overflow: hidden;
    font: 750 14px var(--font-head);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lft-chat__identity small {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #93a89d;
    font-size: 10px;
}
.lft-chat__identity small i {
    width: 7px;
    height: 7px;
    display: block;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #82918a;
    box-shadow: 0 0 0 3px rgba(130, 145, 138, .1);
}
.lft-chat__identity small.is-online i {
    background: var(--lft-chat-green);
    box-shadow: 0 0 0 3px rgba(0, 230, 118, .13), 0 0 11px rgba(0, 230, 118, .5);
}
.lft-chat__header-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lft-chat__icon-button {
    width: 31px;
    height: 31px;
    padding: 7px;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #aebdb5;
    background: transparent;
    cursor: pointer;
}
.lft-chat__icon-button:hover {
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
    background: rgba(255, 255, 255, .05);
}
.lft-chat__conversation-toggle {
    min-height: 30px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    color: #b5c4bc;
    background: rgba(255, 255, 255, .04);
    font-size: 9px;
    font-weight: 750;
    cursor: pointer;
}
.lft-chat__conversation-toggle:hover {
    border-color: rgba(0, 230, 118, .3);
    color: var(--lft-chat-green);
}
.lft-chat__connection {
    min-height: 27px;
    padding: 5px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #6b5e35;
    background: #fff5d8;
    font-size: 10px;
    font-weight: 650;
}
.lft-chat__connection > span {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(138, 112, 33, .3);
    border-top-color: #9b7917;
    border-radius: 50%;
    animation: lft-chat-spin .8s linear infinite;
}
.lft-chat__error {
    margin: 10px 12px 0;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #f0c6c9;
    border-radius: 10px;
    color: #8d343a;
    background: #fff0f1;
    font-size: 10px;
}
.lft-chat__error button {
    padding: 4px 7px;
    border: 1px solid #dfa5a9;
    border-radius: 6px;
    color: #7a282e;
    background: #fff;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}
.lft-chat__content {
    min-height: 0;
    padding: 17px 14px 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c6d3cc transparent;
    background:
        radial-gradient(circle at 95% 5%, rgba(0, 230, 118, .055), transparent 34%),
        var(--lft-chat-paper);
}
.lft-chat__content::-webkit-scrollbar { width: 6px; }
.lft-chat__content::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #c6d3cc;
}
.lft-chat__assistant-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lft-chat__assistant-avatar,
.lft-chat__message-avatar {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 9px;
    color: #073119;
    background: linear-gradient(145deg, #47f7a2, #0cc66b);
    font: 850 10px var(--font-head);
}
.lft-chat__assistant-row > span:last-child {
    display: flex;
    flex-direction: column;
}
.lft-chat__assistant-row strong {
    color: #14251c;
    font: 750 11px var(--font-head);
}
.lft-chat__assistant-row small {
    color: #7b8881;
    font-size: 8px;
}
.lft-chat__welcome-bubble {
    margin: 10px 30px 15px 38px;
    padding: 12px 13px;
    border: 1px solid #e1e9e4;
    border-radius: 4px 15px 15px 15px;
    color: #25322b;
    background: #fff;
    box-shadow: 0 7px 20px rgba(17, 36, 26, .055);
}
.lft-chat__welcome-bubble p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}
.lft-chat__welcome-bubble p + p { margin-top: 6px; }
.lft-chat__profile-shell { margin: 0 0 15px; }
.lft-chat__profile-form {
    padding: 14px;
    display: grid;
    gap: 10px;
    border: 1px solid #d8e5dd;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f2f8f4);
    box-shadow: 0 10px 28px rgba(17, 62, 36, .07);
}
.lft-chat__profile-heading {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}
.lft-chat__profile-heading > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #075d31;
    background: #ddf8e8;
    font-weight: 900;
}
.lft-chat__profile-heading > div { display: grid; gap: 2px; }
.lft-chat__profile-heading strong { color: #14251c; font: 750 11px var(--font-head); }
.lft-chat__profile-heading small { color: #75827b; font-size: 8px; line-height: 1.4; }
.lft-chat__profile-form label {
    display: grid;
    gap: 5px;
    color: #5f6d65;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.lft-chat__profile-form input {
    width: 100%;
    height: 39px;
    padding: 0 11px;
    border: 1px solid #d3dfd7;
    border-radius: 10px;
    outline: 0;
    color: #13231a;
    background: #fff;
    font-size: 11px;
    text-transform: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.lft-chat__profile-form input:focus {
    border-color: #39b972;
    box-shadow: 0 0 0 3px rgba(0, 178, 88, .09);
}
.lft-chat__profile-form input::placeholder { color: #98a39d; }
.lft-chat__profile-form button {
    min-height: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 11px;
    color: #062013;
    background: linear-gradient(135deg, #35f398, #0bbb62);
    box-shadow: 0 9px 22px rgba(0, 181, 91, .18);
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}
.lft-chat__profile-form button i { font-size: 15px; font-style: normal; }
.lft-chat__profile-form button:disabled { opacity: .55; cursor: wait; }
.lft-chat__profile-form > p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #7c7460;
    font-size: 7px;
    line-height: 1.45;
}
.lft-chat__profile-form > p i { color: #a18123; font-style: normal; }
.lft-chat__profile-card {
    min-height: 62px;
    padding: 10px 11px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    border: 1px solid #d3e4d9;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7fff9, #eef8f1);
}
.lft-chat__profile-avatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #07341b;
    background: linear-gradient(145deg, #59f9ac, #14c76b);
    font: 850 11px var(--font-head);
}
.lft-chat__profile-card > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.lft-chat__profile-card strong,
.lft-chat__profile-card small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lft-chat__profile-card strong { color: #17271e; font-size: 10px; }
.lft-chat__profile-card small { color: #6f7e75; font-size: 8px; }
.lft-chat__profile-card em {
    padding: 5px 7px;
    border: 1px solid #bfe2cc;
    border-radius: 999px;
    color: #08713a;
    background: #e8faef;
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}
.lft-chat__prompt-label {
    margin: 0 0 9px;
    color: #637169;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.lft-chat__topics,
.lft-chat__message-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.lft-chat__topics button,
.lft-chat__message-actions button {
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #cddad2;
    border-radius: 999px;
    color: #164229;
    background: #fff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, background .16s ease, transform .16s ease;
}
.lft-chat__topics button:hover,
.lft-chat__message-actions button:hover {
    transform: translateY(-1px);
    border-color: #52c987;
    color: #075d2c;
    background: #effbf4;
}
.lft-chat__topics button:disabled,
.lft-chat__message-actions button:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}
.lft-chat__messages {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 13px;
}
.lft-chat__message {
    max-width: 88%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.lft-chat__message--visitor {
    margin-left: auto;
    align-items: flex-end;
}
.lft-chat__message--system {
    max-width: 100%;
    margin-inline: auto;
    align-items: center;
}
.lft-chat__message-head {
    margin: 0 2px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6d7b73;
    font-size: 8px;
    font-weight: 750;
}
.lft-chat__message--visitor .lft-chat__message-head { flex-direction: row-reverse; }
.lft-chat__message-avatar {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    font-size: 8px;
}
.lft-chat__message--agent .lft-chat__message-avatar {
    color: #fff;
    background: linear-gradient(145deg, #273d33, #102219);
}
.lft-chat__message--visitor .lft-chat__message-avatar {
    color: #fff;
    background: #718078;
}
.lft-chat__message-bubble {
    padding: 10px 12px;
    border: 1px solid #e0e8e3;
    border-radius: 4px 14px 14px 14px;
    color: #213028;
    background: #fff;
    box-shadow: 0 6px 18px rgba(18, 39, 27, .045);
    font-size: 11px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}
.lft-chat__message-bubble p { margin: 0; }
.lft-chat__message--visitor .lft-chat__message-bubble {
    border-color: #078e48;
    border-radius: 14px 4px 14px 14px;
    color: #fff;
    background: linear-gradient(145deg, #0ca85a, #08743f);
    box-shadow: 0 7px 19px rgba(4, 121, 63, .14);
}
.lft-chat__message--system .lft-chat__message-bubble {
    padding: 6px 10px;
    border: 0;
    border-radius: 999px;
    color: #77837d;
    background: #eaf0ec;
    box-shadow: none;
    font-size: 8px;
    text-align: center;
}
.lft-chat__message-meta {
    margin: 4px 3px 0;
    color: #8a9690;
    font-size: 8px;
}
.lft-chat__message--visitor .lft-chat__message-meta { text-align: right; }
.lft-chat__message-actions {
    margin-top: 7px;
    max-width: 100%;
}
.lft-chat__message-actions button { min-height: 30px; font-size: 9px; }
.lft-chat__typing {
    margin-top: 11px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #78847e;
}
.lft-chat__typing > span {
    padding: 7px 9px;
    display: flex;
    align-items: center;
    gap: 3px;
    border: 1px solid #e0e8e3;
    border-radius: 4px 12px 12px 12px;
    background: #fff;
}
.lft-chat__typing i {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #7b8a82;
    animation: lft-chat-dot 1.1s ease-in-out infinite;
}
.lft-chat__typing i:nth-child(2) { animation-delay: .13s; }
.lft-chat__typing i:nth-child(3) { animation-delay: .26s; }
.lft-chat__typing small { font-size: 8px; }
.lft-chat__footer {
    padding: 9px 12px 12px;
    border-top: 1px solid #dde6e0;
    background: #fff;
}
.lft-chat__security-warning {
    margin: 0 0 7px;
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    color: #7b6b3f;
    font-size: 8px;
    line-height: 1.35;
}
.lft-chat__security-warning svg {
    width: 16px;
    height: 16px;
    color: #a58326;
}
.lft-chat__handoff {
    width: 100%;
    min-height: 34px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #bed7c8;
    border-radius: 9px;
    color: #126137;
    background: #f3fbf6;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.lft-chat__handoff svg { width: 16px; height: 16px; }
.lft-chat__handoff:hover {
    border-color: #54bd7f;
    color: #064c27;
    background: #eaf8ef;
}
.lft-chat__handoff:disabled {
    opacity: .55;
    cursor: not-allowed;
}
.lft-chat__composer {
    min-height: 48px;
    padding: 6px 6px 6px 11px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: end;
    gap: 8px;
    border: 1px solid #cad7cf;
    border-radius: 13px;
    background: #f8fbf9;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.lft-chat__composer:focus-within {
    border-color: #3fbf78;
    box-shadow: 0 0 0 3px rgba(0, 178, 88, .09);
}
.lft-chat__composer textarea {
    width: 100%;
    min-height: 34px;
    max-height: 112px;
    padding: 8px 0 5px;
    overflow-y: auto;
    border: 0;
    outline: 0;
    color: #15251c;
    background: transparent;
    font-size: 12px;
    line-height: 1.45;
    resize: none;
}
.lft-chat__composer textarea::placeholder { color: #8c9992; }
.lft-chat__composer button {
    width: 38px;
    height: 38px;
    padding: 9px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    color: #052013;
    background: linear-gradient(145deg, #32f297, #09b85e);
    box-shadow: 0 7px 18px rgba(0, 181, 91, .18);
    cursor: pointer;
}
.lft-chat__composer button:hover { filter: brightness(1.04); }
.lft-chat__composer button:disabled {
    opacity: .48;
    cursor: not-allowed;
    filter: none;
}
.lft-chat__composer-meta {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #9aa59f;
    font-size: 7px;
}
.lft-chat__composer:has(textarea:disabled) { opacity: .62; }
.lft-chat.is-closed .lft-chat__composer,
.lft-chat.is-closed .lft-chat__handoff { opacity: .48; pointer-events: none; }
.lft-chat.is-busy .lft-chat__composer button svg { animation: lft-chat-pulse 1s ease-in-out infinite; }
.lft-chat__announcement { pointer-events: none; }

@keyframes lft-chat-panel-in {
    from { opacity: 0; transform: translateY(14px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lft-chat-spin { to { transform: rotate(360deg); } }
@keyframes lft-chat-dot {
    0%, 60%, 100% { opacity: .35; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(-2px); }
}
@keyframes lft-chat-pulse {
    0%, 100% { opacity: 1; transform: translateX(0); }
    50% { opacity: .55; transform: translateX(2px); }
}

@media (prefers-reduced-motion: reduce) {
    .lft-chat__panel,
    .lft-chat__typing i,
    .lft-chat__connection > span,
    .lft-chat.is-busy .lft-chat__composer button svg {
        animation: none;
    }
    .lft-chat__launcher,
    .lft-chat__topics button,
    .lft-chat__message-actions button { transition: none; }
}
@media (max-width: 560px) {
    .lft-chat {
        right: max(10px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
    }
    .lft-chat__launcher {
        min-width: 0;
        width: 58px;
        height: 58px;
        padding: 7px;
        border-radius: 18px;
    }
    .lft-chat__launcher-copy { display: none; }
    .lft-chat__launcher-icon { width: 43px; height: 43px; }
    .lft-chat__panel {
        width: calc(100vw - 20px);
        height: min(720px, calc(100dvh - 20px));
        min-height: 0;
        border-radius: 20px;
    }
    .lft-chat__content { padding-inline: 12px; }
    .lft-chat__profile-form { padding: 12px; }
    .lft-chat__profile-card { grid-template-columns: 36px minmax(0, 1fr); }
    .lft-chat__profile-card em { grid-column: 2; justify-self: start; }
    .lft-chat__header { min-height: 70px; padding-inline: 12px 9px; }
    .lft-chat__conversation-toggle { max-width: 57px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .lft-chat__footer { padding: 8px 10px 10px; }
}
@media (max-width: 370px) {
    .lft-chat__mark { width: 37px; height: 37px; }
    .lft-chat__identity strong { font-size: 12px; }
    .lft-chat__identity small { font-size: 8px; }
    .lft-chat__icon-button { width: 29px; height: 29px; }
    .lft-chat__conversation-toggle { max-width: 45px; padding-inline: 5px; }
    .lft-chat__security-warning { font-size: 7px; }
}

/* Wave Funded community — shared public site and trader dashboard gallery */
.trader-community {
    position: relative;
    isolation: isolate;
}
.trader-community--site {
    padding: 112px 0 118px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 230, 118, .1), transparent 24%),
        radial-gradient(circle at 90% 82%, rgba(41, 182, 246, .07), transparent 23%),
        linear-gradient(180deg, #050a11 0%, #071019 48%, #05080e 100%);
    border-block: 1px solid rgba(116, 160, 195, .08);
}
.trader-community--site::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}
.trader-community--dashboard {
    margin-top: 18px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(121, 158, 190, .12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 0, rgba(0, 230, 118, .1), transparent 25%),
        linear-gradient(145deg, rgba(10, 19, 31, .96), rgba(6, 13, 23, .96));
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}
.trader-community__heading {
    margin-bottom: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.trader-community__heading > div:first-child { max-width: 760px; }
.trader-community__eyebrow {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #38e78e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.trader-community__eyebrow i {
    width: 24px;
    height: 1px;
    display: block;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
}
.trader-community__heading h2 {
    max-width: 780px;
    margin: 0;
    color: #f6fbff;
    font-family: var(--font-head);
    font-size: clamp(32px, 4.1vw, 56px);
    letter-spacing: -.045em;
    line-height: 1.04;
}
.trader-community__heading p {
    max-width: 660px;
    margin: 16px 0 0;
    color: #8fa3b5;
    font-size: 15px;
    line-height: 1.7;
}
.trader-community__proof {
    min-width: 170px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(0, 230, 118, .18);
    border-radius: 16px;
    background: rgba(8, 21, 27, .64);
    box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}
.trader-community__proof strong {
    color: #3af393;
    font-size: 36px;
    line-height: 1;
}
.trader-community__proof span {
    color: #a2b2c1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.45;
    text-transform: uppercase;
}
.trader-community--dashboard .trader-community__heading {
    margin-bottom: 20px;
    align-items: center;
}
.trader-community--dashboard .trader-community__heading h2 {
    font-size: 22px;
    letter-spacing: -.025em;
}
.trader-community--dashboard .trader-community__heading p {
    margin-top: 7px;
    font-size: 12px;
}
.trader-community--dashboard .trader-community__heading > a {
    flex: none;
    color: #35e88d;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}
.trader-community--dashboard .trader-community__heading > a span { margin-left: 5px; }
.trader-community__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.trader-story {
    min-height: 330px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(144, 177, 204, .14);
    border-radius: 20px;
    background: #0a121d;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .24);
    transform: translateZ(0);
}
.trader-story::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px rgba(255, 255, 255, .12);
    pointer-events: none;
}
.trader-story img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center 27%;
    filter: saturate(.92) contrast(1.03);
    transition: transform .55s cubic-bezier(.2, .75, .2, 1), filter .55s ease;
}
.trader-story:hover img {
    transform: scale(1.045);
    filter: saturate(1.06) contrast(1.02);
}
.trader-story__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 7, 12, .1) 22%, rgba(2, 8, 13, .16) 52%, rgba(2, 7, 12, .94) 100%),
        linear-gradient(115deg, rgba(0, 230, 118, .1), transparent 45%);
}
.trader-story__badge {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 7px 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #eaf8f1;
    background: rgba(3, 11, 16, .64);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.trader-story__badge i {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #20ef81;
    box-shadow: 0 0 10px #20ef81;
}
.trader-story__copy {
    position: absolute;
    right: 17px;
    bottom: 17px;
    left: 17px;
    display: flex;
    flex-direction: column;
}
.trader-story__copy small {
    color: #4ef19b;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.trader-story__copy strong {
    margin-top: 5px;
    color: #fff;
    font-size: 21px;
    letter-spacing: -.025em;
}
.trader-story__copy span {
    margin-top: 3px;
    color: #9cabb8;
    font-size: 9px;
}
.trader-story__corner {
    position: absolute;
    right: 15px;
    bottom: 18px;
    color: rgba(255, 213, 79, .8);
    font-size: 17px;
    font-style: normal;
    text-shadow: 0 0 14px rgba(255, 213, 79, .38);
}
.trader-community--dashboard .trader-community__grid {
    grid-template-columns: repeat(8, minmax(120px, 1fr));
    gap: 9px;
}
.trader-community--dashboard .trader-story {
    min-height: 190px;
    border-radius: 13px;
}
.trader-community--dashboard .trader-story__badge {
    top: 8px;
    left: 8px;
    padding: 5px 6px;
    font-size: 6px;
}
.trader-community--dashboard .trader-story__copy {
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.trader-community--dashboard .trader-story__copy small { font-size: 6px; }
.trader-community--dashboard .trader-story__copy strong { margin-top: 3px; font-size: 14px; }
.trader-community--dashboard .trader-story__copy span,
.trader-community--dashboard .trader-story__corner { display: none; }
.trader-community__footer {
    margin-top: 26px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(112, 155, 187, .1);
    border-radius: 16px;
    background: rgba(8, 15, 24, .72);
}
.trader-community__footer p {
    margin: 0;
    color: #a1b0bc;
    font-size: 13px;
}
.trader-community__footer .btn { flex: none; }

@media (max-width: 1180px) {
    .trader-community__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .trader-story { min-height: 300px; }
    .trader-community--dashboard .trader-community__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 800px) {
    .trader-community--site { padding: 80px 0; }
    .trader-community__heading { align-items: flex-start; }
    .trader-community__proof { display: none; }
    .trader-community__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trader-story { min-height: 360px; }
    .trader-community--dashboard { padding: 18px; }
    .trader-community--dashboard .trader-community__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 520px) {
    .trader-community__heading h2 { font-size: 34px; }
    .trader-community__heading p { font-size: 13px; }
    .trader-community__grid,
    .trader-community--dashboard .trader-community__grid {
        display: flex;
        margin-inline: -18px;
        padding-inline: 18px;
        gap: 11px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .trader-community__grid::-webkit-scrollbar { display: none; }
    .trader-story,
    .trader-community--dashboard .trader-story {
        min-width: 76vw;
        min-height: 400px;
        scroll-snap-align: center;
    }
    .trader-community--dashboard .trader-story {
        min-width: 145px;
        min-height: 220px;
    }
    .trader-community__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Permission-controlled CRM live chat */
.chat-agent-state { display: inline-flex; align-items: center; gap: 8px; color: #9fb0bd; font-size: 12px; }
.lft-chat-crm { min-height: 720px; display: grid; grid-template-columns: minmax(270px, .8fr) minmax(420px, 1.45fr) minmax(260px, .75fr); gap: 14px; }
.lft-chat-crm > .dashboard-card { min-width: 0; padding: 0; overflow: hidden; }
.lft-chat-inbox { display: flex; flex-direction: column; }
.lft-chat-filters { padding: 14px; display: grid; gap: 10px; border-bottom: 1px solid rgba(130,160,180,.12); }
.lft-chat-filters > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lft-chat-filters label { display: grid; gap: 5px; color: #81919e; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.lft-chat-filters input,.lft-chat-filters select,.lft-chat-assign select { width: 100%; min-height: 38px; padding: 0 10px; border: 1px solid rgba(130,160,180,.16); border-radius: 9px; color: #dce9f1; background: #07111a; }
.lft-chat-filters .lft-chat-check { display: flex; align-items: center; gap: 7px; text-transform: none; }
.lft-chat-filters .lft-chat-check input { width: 15px; min-height: 15px; }
.lft-chat-thread-list { flex: 1; overflow: auto; }
.lft-chat-thread-list > a { min-height: 84px; padding: 13px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; color: inherit; border-bottom: 1px solid rgba(130,160,180,.09); text-decoration: none; }
.lft-chat-thread-list > a:hover,.lft-chat-thread-list > a.active { background: rgba(0,230,118,.06); box-shadow: inset 3px 0 #00e676; }
.lft-chat-thread-copy { min-width: 0; display: grid; gap: 3px; }
.lft-chat-thread-copy strong { color: #edf6fb; font-size: 12px; }
.lft-chat-thread-copy small,.lft-chat-thread-copy em { overflow: hidden; color: #7f909d; font-size: 9px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.lft-chat-thread-copy .lft-chat-thread-email { color: #50d993; font-size: 8px; }
.lft-chat-thread-list [data-unread] { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 999px; color: #021008; background: #00e676; font-size: 9px; }
.lft-chat-conversation { min-height: 720px; display: grid; grid-template-rows: auto 1fr auto; }
.lft-chat-conversation-head { padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(130,160,180,.12); }
.lft-chat-conversation-head .crm-user-identity > span:last-child { min-width: 0; display: grid; gap: 3px; }
.lft-chat-email-link { width: fit-content; color: #55dc98; font-size: 10px; text-decoration: none; }
.lft-chat-email-link:hover { color: #8fffc1; text-decoration: underline; }
.lft-chat-head-actions { display: flex; align-items: center; gap: 7px; }
.lft-chat-message-list { padding: 18px; overflow: auto; display: flex; flex-direction: column; gap: 12px; background: radial-gradient(circle at 50% 0,rgba(0,230,118,.025),transparent 40%); }
.lft-chat-message-list article { max-width: 78%; display: grid; gap: 4px; }
.lft-chat-message-list article > div { padding: 11px 13px; border: 1px solid rgba(130,160,180,.12); border-radius: 14px 14px 14px 4px; color: #d8e6ee; background: #101c26; }
.lft-chat-message-list article.outgoing { margin-left: auto; }
.lft-chat-message-list article.outgoing > div { border-color: rgba(0,230,118,.18); border-radius: 14px 14px 4px 14px; color: #e8fff3; background: rgba(0,116,61,.25); }
.lft-chat-message-list article.internal { align-self: center; max-width: 90%; }
.lft-chat-message-list article.internal > div { border-color: rgba(255,193,7,.2); color: #eadba7; background: rgba(255,193,7,.07); }
.lft-chat-message-list article strong { display: block; margin-bottom: 4px; color: #f3f8fb; font-size: 9px; }
.lft-chat-message-list article p { margin: 0; font-size: 12px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.lft-chat-message-list article > small { color: #6f8290; font-size: 8px; }
.lft-chat-message-list article.outgoing > small { text-align: right; }
.lft-chat-agent-reply { padding: 13px; display: grid; gap: 9px; border-top: 1px solid rgba(130,160,180,.12); }
.lft-chat-agent-reply textarea { width: 100%; padding: 11px; resize: vertical; border: 1px solid rgba(130,160,180,.16); border-radius: 10px; color: #e8f3f9; background: #07111a; }
.lft-chat-agent-reply > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #748694; font-size: 9px; }
.lft-chat-reply-tools label { color: #d5e3eb; }
.lft-chat-context { padding: 17px !important; align-self: stretch; }
.lft-chat-client-card { margin: 14px 0 5px; padding: 13px; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 10px; align-items: center; border: 1px solid rgba(0,230,118,.16); border-radius: 14px; background: linear-gradient(135deg,rgba(0,230,118,.075),rgba(41,182,246,.025)); }
.lft-chat-client-card .avatar { width: 44px; height: 44px; border-radius: 13px; }
.lft-chat-client-card > span:last-child { min-width: 0; display: grid; gap: 3px; }
.lft-chat-client-card strong { color: #f1f9f5; font-size: 12px; }
.lft-chat-client-card small { overflow: hidden; color: #58df9a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.lft-chat-client-card em { color: #778c80; font-size: 8px; font-style: normal; }
.lft-chat-context dl { margin: 12px 0 0; display: grid; }
.lft-chat-context dl > div { padding: 9px 0; display: grid; grid-template-columns: 78px 1fr; gap: 8px; border-bottom: 1px solid rgba(130,160,180,.09); }
.lft-chat-context dt { color: #718493; font-size: 9px; }
.lft-chat-context dd { margin: 0; color: #dbe8ef; font-size: 10px; overflow-wrap: anywhere; }
.lft-chat-context dd a { color: #55dc98; }
.lft-chat-assign { margin-top: 15px; padding-top: 14px; display: grid; gap: 9px; border-top: 1px solid rgba(130,160,180,.12); }
.lft-chat-assign label { display: grid; gap: 6px; color: #81919e; font-size: 9px; }
.lft-chat-context-block { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(130,160,180,.12); }
.lft-chat-context-block > strong { color: #eef7fb; font-size: 11px; }
.lft-chat-context-block p { margin: 9px 0 0; display: grid; gap: 2px; color: #aabac5; font-size: 10px; }
.lft-chat-context-block p b { color: #dbe9ef; }.lft-chat-context-block p small { color: #718493; }

@media (max-width: 1320px) { .lft-chat-crm { grid-template-columns: 290px 1fr; }.lft-chat-context { grid-column: 1 / -1; }.lft-chat-context dl { grid-template-columns: repeat(3,1fr); gap: 0 18px; } }
@media (max-width: 860px) { .lft-chat-crm { grid-template-columns: 1fr; }.lft-chat-inbox { max-height: 440px; }.lft-chat-conversation { min-height: 680px; }.lft-chat-context dl { grid-template-columns: 1fr; } }

/* Encrypted CRM SMTP configuration */
.smtp-heading > .status { flex: none; }
.smtp-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.smtp-stats article strong { max-width: 100%; overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.smtp-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(290px,.75fr); gap: 18px; align-items: start; }
.smtp-config-card,.smtp-guide-card,.smtp-test-card { padding: 24px; }
.smtp-card-head { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.smtp-card-head span,.smtp-guide-card > span,.smtp-test-card > span { color: #00e676; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.smtp-card-head h2,.smtp-guide-card h2,.smtp-test-card h2 { margin: 5px 0 0; color: #f1f8f5; font-size: 20px; }
.smtp-lock { padding: 7px 10px; border: 1px solid rgba(0,230,118,.2); border-radius: 999px; background: rgba(0,230,118,.06); }
.smtp-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.smtp-form label,.smtp-test-card label { display: grid; gap: 7px; color: #a7b6af; font-size: 11px; font-weight: 700; }
.smtp-form input,.smtp-form select,.smtp-test-card input { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid rgba(130,160,180,.16); border-radius: 10px; outline: none; color: #edf7f2; background: #07111a; }
.smtp-form input:focus,.smtp-form select:focus,.smtp-test-card input:focus { border-color: rgba(0,230,118,.55); box-shadow: 0 0 0 3px rgba(0,230,118,.08); }
.smtp-form label small { color: #687b72; font-size: 9px; font-weight: 500; line-height: 1.45; }
.smtp-form .smtp-toggle { min-height: 68px; padding: 13px; grid-template-columns: auto 1fr; align-items: start; border: 1px solid rgba(130,160,180,.12); border-radius: 11px; background: rgba(255,255,255,.018); }
.smtp-toggle input[type="checkbox"] { width: 16px; min-height: 16px; margin-top: 2px; }
.smtp-toggle span { display: grid; gap: 4px; }.smtp-toggle strong { color: #dce8e2; font-size: 11px; }.smtp-toggle.danger { border-color: rgba(255,92,92,.14); }
.smtp-form > .btn { width: max-content; align-self: end; }
.smtp-side-stack { display: grid; gap: 18px; }
.smtp-guide-card ol { margin: 20px 0; padding-left: 19px; display: grid; gap: 10px; color: #a8b7af; font-size: 11px; line-height: 1.55; }
.smtp-guide-card p,.smtp-test-card p { margin: 15px 0; color: #75877e; font-size: 10px; line-height: 1.6; }
.smtp-test-card form { display: grid; gap: 12px; }.smtp-test-card .btn { width: 100%; }
.smtp-step-notice { margin-top: 16px; padding: 12px; display: grid; gap: 4px; border: 1px solid rgba(255,213,79,.2); border-radius: 10px; background: rgba(255,213,79,.055); }
.smtp-step-notice strong { color: #ffe189; font-size: 11px; }.smtp-step-notice small { color: #a89d79; font-size: 10px; line-height: 1.5; }
.smtp-test-card :disabled { cursor: not-allowed; opacity: .5; }
.smtp-safe-error { margin-top: 14px; padding: 11px; border: 1px solid rgba(255,92,92,.15); border-radius: 9px; color: #f1aaaa; background: rgba(255,92,92,.05); font-size: 10px; line-height: 1.5; }
@media (max-width: 1050px) { .smtp-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }.smtp-grid { grid-template-columns: 1fr; }.smtp-side-stack { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 680px) { .smtp-form,.smtp-side-stack { grid-template-columns: 1fr; }.smtp-config-card,.smtp-guide-card,.smtp-test-card { padding: 18px; }.smtp-heading { align-items: flex-start; flex-direction: column; } }

/* Trader dashboard 3D market command deck and verified global payout cards */
.dashboard-command-hero {
    min-height: 320px;
    margin: 24px 28px 14px;
    padding: 38px 40px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .88fr);
    align-items: center;
    border: 1px solid rgba(63, 176, 255, .22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 81% 46%, rgba(18, 104, 243, .25), transparent 30%),
        radial-gradient(circle at 64% 90%, rgba(0, 230, 118, .11), transparent 35%),
        radial-gradient(circle at 4% 0, rgba(0, 230, 118, .08), transparent 30%),
        linear-gradient(128deg, #07101d 0%, #050a13 49%, #03070d 100%);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .42), 0 0 55px rgba(18, 104, 243, .06), inset 0 1px rgba(255, 255, 255, .05);
}
.dashboard-command-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .48;
    background: linear-gradient(105deg, rgba(5, 10, 19, .98) 0 39%, rgba(5, 10, 19, .48) 60%, rgba(3, 7, 13, .12));
}
.dashboard-command-hero::after {
    content: "";
    width: 1px;
    height: 76%;
    position: absolute;
    z-index: -1;
    top: 12%;
    left: 57%;
    opacity: .42;
    background: linear-gradient(transparent, rgba(53, 207, 250, .68), transparent);
    box-shadow: 0 0 28px rgba(53, 207, 250, .35);
}
.dashboard-command-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .28;
    background-image:
        linear-gradient(rgba(53, 207, 250, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(53, 207, 250, .1) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(ellipse at 72% 58%, #000, transparent 70%);
    mask-image: radial-gradient(ellipse at 72% 58%, #000, transparent 70%);
    transform: perspective(720px) rotateX(58deg) translateY(43%);
    transform-origin: bottom;
}
.dashboard-command-copy { position: relative; z-index: 3; max-width: 650px; }
.dashboard-command-kicker {
    margin-bottom: 17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #72f6ae;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.dashboard-command-kicker i {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 13px var(--green);
}
.dashboard-command-copy > p {
    margin: 0 0 5px;
    color: #778c9e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.dashboard-command-copy h1 {
    margin: 0;
    color: #f5f9fc;
    font: 750 clamp(27px, 3vw, 42px)/1.08 var(--font-head);
    letter-spacing: -.045em;
}
.dashboard-command-copy > small {
    max-width: 580px;
    margin-top: 11px;
    display: block;
    color: #91a3b2;
    font-size: 11px;
    line-height: 1.65;
}
.dashboard-command-actions { margin-top: 22px; display: flex; align-items: center; gap: 18px; }
.dashboard-command-actions .btn { min-height: 42px; }
.dashboard-command-link { color: #c6d2da; font-size: 10px; font-weight: 700; }
.dashboard-command-link span { margin-left: 4px; color: var(--green); }
.dashboard-command-link:hover { color: #fff; }
.dashboard-command-pulse { margin-top: 18px; display: flex; align-items: center; gap: 16px; color: #6e8191; font-size: 8px; }
.dashboard-command-pulse span { display: inline-flex; align-items: center; gap: 6px; }
.dashboard-command-pulse span:first-child { color: #9ed7b9; }
.dashboard-command-pulse i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); animation: dashboardCommandPulse 2.4s ease-in-out infinite; }
.dashboard-market-stage {
    width: 100%;
    min-height: 280px;
    position: relative;
    z-index: 2;
    perspective: 1100px;
}
.dashboard-market-rig {
    --market-rotate-x: 0deg;
    --market-rotate-y: 0deg;
    width: 430px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(var(--market-rotate-x)) rotateY(var(--market-rotate-y));
    transform-style: preserve-3d;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}
.dashboard-market-aura {
    width: 300px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 42%;
    background: linear-gradient(135deg, rgba(18, 104, 243, .36), rgba(53, 207, 250, .15) 58%, rgba(0, 230, 118, .2));
    filter: blur(42px);
    transform: translate(-50%, -50%) translateZ(-75px);
    animation: dashboardMarketAura 5.2s ease-in-out infinite;
}
.dashboard-market-depth-plane {
    width: 370px;
    height: 210px;
    position: absolute;
    top: 58%;
    left: 50%;
    overflow: hidden;
    opacity: .55;
    border: 1px solid rgba(53, 207, 250, .13);
    border-radius: 24px;
    background-image: linear-gradient(rgba(53, 207, 250, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(53, 207, 250, .14) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(#000, transparent 82%);
    mask-image: linear-gradient(#000, transparent 82%);
    transform: translate(-50%, -50%) translateZ(-86px) rotateX(71deg);
}
.dashboard-market-stream {
    width: 330px;
    height: 90px;
    position: absolute;
    left: 48px;
    top: 42%;
    border-top: 1px solid rgba(53, 207, 250, .38);
    border-radius: 50%;
    filter: drop-shadow(0 0 9px rgba(53, 207, 250, .3));
    transform: translateZ(-32px) rotateZ(-8deg);
    animation: dashboardMarketStream 5s ease-in-out infinite;
}
.dashboard-market-stream--two { top: 49%; border-color: rgba(0, 230, 118, .34); filter: drop-shadow(0 0 9px rgba(0, 230, 118, .22)); transform: translateZ(-44px) rotateZ(7deg); animation-delay: -2.5s; }
.dashboard-market-deck {
    width: 318px;
    min-height: 214px;
    padding: 17px 18px 15px;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: 1px solid rgba(96, 191, 255, .3);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(10, 25, 46, .91), rgba(4, 12, 23, .95));
    box-shadow: 24px 28px 60px rgba(0, 0, 0, .46), -10px -10px 35px rgba(18, 104, 243, .09), inset 0 1px rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    transform: translate(-50%, -50%) translateZ(46px) rotateX(7deg) rotateY(-16deg) rotateZ(1deg);
    transform-style: preserve-3d;
    animation: dashboardMarketDeckFloat 6s ease-in-out infinite;
}
.dashboard-market-deck::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: -85px;
    right: -45px;
    border-radius: 50%;
    background: rgba(18, 104, 243, .22);
    filter: blur(18px);
}
.dashboard-market-deck__topbar,.dashboard-market-deck__footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.dashboard-market-deck__topbar { padding-bottom: 10px; border-bottom: 1px solid rgba(96, 191, 255, .12); }
.dashboard-market-deck__topbar span { display: inline-flex; align-items: center; gap: 6px; color: #a8bdd0; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dashboard-market-deck__topbar span i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: dashboardCommandPulse 2.4s ease-in-out infinite; }
.dashboard-market-deck__topbar em { padding: 4px 7px; border: 1px solid rgba(0, 230, 118, .13); border-radius: 999px; color: #64eca1; background: rgba(0, 230, 118, .07); font-size: 6px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-market-deck__value { margin-top: 13px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.dashboard-market-deck__value small { grid-column: 1/-1; color: #71889b; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-market-deck__value strong { margin-top: 2px; color: #f4fbff; font: 750 25px var(--font-head); letter-spacing: -.035em; }
.dashboard-market-deck__value span { margin-bottom: 4px; font-size: 7px; font-weight: 800; }
.dashboard-market-chart { height: 66px; margin-top: 10px; padding: 0 5px; position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(96, 191, 255, .11); background: repeating-linear-gradient(0deg, transparent 0 21px, rgba(96, 191, 255, .06) 22px); }
.dashboard-market-chart::after { content: ""; height: 1px; position: absolute; right: 0; bottom: 41%; left: 0; background: linear-gradient(90deg, transparent, rgba(0, 230, 118, .4), transparent); box-shadow: 0 0 8px rgba(0, 230, 118, .18); animation: dashboardMarketScan 4s ease-in-out infinite; }
.dashboard-market-chart i { width: 7px; height: var(--market-bar); position: relative; display: block; border-radius: 2px; background: linear-gradient(#46ec96, #00a854); box-shadow: 0 0 10px rgba(0, 230, 118, .17); animation: dashboardMarketCandle 4.6s ease-in-out var(--market-delay) infinite alternate; }
.dashboard-market-chart i:nth-child(3n),.dashboard-market-chart i:nth-child(4n) { background: linear-gradient(#50cfff, #1268f3); box-shadow: 0 0 10px rgba(18, 104, 243, .2); }
.dashboard-market-chart i::before { content: ""; width: 1px; position: absolute; top: -5px; bottom: -5px; left: 50%; z-index: -1; background: currentColor; opacity: .55; }
.dashboard-market-deck__footer { padding-top: 10px; }
.dashboard-market-deck__footer span { color: #6f8495; font-size: 6px; text-transform: uppercase; }
.dashboard-market-deck__footer b { margin-left: 3px; color: #68eaa3; font-weight: 800; }
.dashboard-market-node {
    min-width: 106px;
    padding: 9px 11px;
    position: absolute;
    z-index: 6;
    display: grid;
    grid-template-columns: 7px 1fr;
    border: 1px solid rgba(96, 191, 255, .2);
    border-radius: 11px;
    background: rgba(6, 17, 31, .82);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.dashboard-market-node > i { width: 6px; height: 6px; margin-top: 2px; grid-row: 1/3; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.dashboard-market-node span { color: #70879a; font-size: 6px; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-market-node strong { margin-top: 2px; color: #e7f4fb; font-size: 9px; }
.dashboard-market-node--one { top: 35px; right: 2px; transform: translateZ(72px); animation: dashboardMarketNodeFloat 5.2s ease-in-out infinite; }
.dashboard-market-node--two { bottom: 22px; left: 8px; transform: translateZ(66px); animation: dashboardMarketNodeFloat 5.8s ease-in-out -2.3s infinite; }
.dashboard-market-node--two > i { background: #35cffa; box-shadow: 0 0 9px #35cffa; }
.dashboard-command-stat {
    min-width: 106px;
    padding: 9px 11px;
    position: absolute;
    z-index: 7;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(96, 191, 255, .17);
    border-radius: 10px;
    background: rgba(4, 13, 24, .76);
    box-shadow: 0 13px 32px rgba(0, 0, 0, .31), inset 0 1px rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.dashboard-command-stat span { color: #718596; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-command-stat strong { margin-top: 3px; color: #eef7fb; font: 700 12px var(--font-head); }
.dashboard-command-stat--accounts { top: 14px; left: 0; animation: dashboardMarketNodeFloat 5.2s ease-in-out -1.1s infinite; }
.dashboard-command-stat--payout { right: 0; bottom: 9px; animation: dashboardMarketNodeFloat 5.8s ease-in-out -2.8s infinite; }

.dashboard-payout-network {
    margin: 0 28px 28px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(129, 171, 204, .12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 91% 5%, rgba(41, 182, 246, .075), transparent 25%),
        linear-gradient(145deg, rgba(10, 19, 31, .97), rgba(6, 13, 23, .97));
}
.dashboard-payout-network__heading {
    margin-bottom: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    border-bottom: 1px solid rgba(129, 171, 204, .09);
}
.dashboard-payout-network__heading > div:first-child > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--green);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.dashboard-payout-network__heading > div:first-child > span i { width: 18px; height: 1px; display: block; background: currentColor; box-shadow: 0 0 8px currentColor; }
.dashboard-payout-network__heading h2 { margin: 5px 0 0; color: #f2f7fa; font: 700 20px var(--font-head); letter-spacing: -.025em; }
.dashboard-payout-network__heading p { max-width: 590px; margin: 5px 0 0; color: #788b9a; font-size: 9px; line-height: 1.55; }
.dashboard-payout-network__summary { flex: none; display: flex; align-items: center; gap: 19px; }
.dashboard-payout-network__summary > div { display: flex; flex-direction: column; }
.dashboard-payout-network__summary small { color: #6f8190; font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }
.dashboard-payout-network__summary strong { margin-top: 2px; color: #eaf4f8; font: 700 13px var(--font-head); }
.dashboard-payout-network__summary a { padding-left: 18px; border-left: 1px solid rgba(129, 171, 204, .12); color: var(--green); font-size: 8px; font-weight: 700; }
.dashboard-payout-network__summary a span { margin-left: 3px; }
.dashboard-payout-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.dashboard-payout-card {
    min-width: 0;
    padding: 14px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(129, 171, 204, .11);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(15, 27, 43, .88), rgba(8, 16, 27, .94));
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
    transform: translateZ(0);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.dashboard-payout-card::before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: -54px;
    right: -38px;
    border-radius: 50%;
    background: rgba(0, 230, 118, .08);
    filter: blur(3px);
}
.dashboard-payout-card:hover { border-color: rgba(0, 230, 118, .24); box-shadow: 0 16px 34px rgba(0, 0, 0, .2), 0 0 22px rgba(0, 230, 118, .035); transform: translateY(-4px) perspective(500px) rotateX(1.5deg); }
.dashboard-payout-card header { position: relative; z-index: 1; display: grid; grid-template-columns: 35px minmax(0, 1fr) auto; align-items: center; gap: 9px; }
.dashboard-payout-avatar { width: 35px; height: 35px; position: relative; display: grid; place-items: center; border: 1px solid rgba(0, 230, 118, .18); border-radius: 10px; color: #bff7d8; background: rgba(0, 230, 118, .07); font-size: 9px; font-weight: 800; }
.dashboard-payout-avatar i { position: absolute; right: -4px; bottom: -4px; font-size: 11px; font-style: normal; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .6)); }
.dashboard-payout-card header > div { min-width: 0; display: flex; flex-direction: column; }
.dashboard-payout-card header strong,.dashboard-payout-card header small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-payout-card header strong { color: #dfe9ee; font-size: 9px; }
.dashboard-payout-card header small { margin-top: 2px; color: #748694; font-size: 7px; }
.dashboard-payout-card header > em { padding: 4px 6px; display: inline-flex; align-items: center; gap: 4px; border-radius: 999px; color: #55ee9b; background: rgba(0, 230, 118, .07); font-size: 6px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.dashboard-payout-card header > em i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }
.dashboard-payout-card__amount { margin: 17px 0 14px; display: flex; flex-direction: column; }
.dashboard-payout-card__amount small { color: #708291; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.dashboard-payout-card__amount strong { margin-top: 2px; color: #f2f8fb; font: 750 20px var(--font-head); letter-spacing: -.025em; }
.dashboard-payout-card footer { padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid rgba(129, 171, 204, .08); }
.dashboard-payout-card footer span { color: #83d8aa; font-size: 7px; font-weight: 700; }
.dashboard-payout-card footer time { color: #667887; font-size: 7px; }
.dashboard-payout-card--template {
    border-style: dashed;
    border-color: rgba(124, 77, 255, .2);
    background: linear-gradient(145deg, rgba(22, 20, 49, .7), rgba(9, 16, 29, .94));
}
.dashboard-payout-card--template::before { background: rgba(124, 77, 255, .1); }
.dashboard-payout-card--template .dashboard-payout-avatar { border-color: rgba(124, 77, 255, .24); color: #cfc3ff; background: rgba(124, 77, 255, .09); }
.dashboard-payout-card--template header > em { color: #b6a1ff; background: rgba(124, 77, 255, .09); }
.dashboard-payout-card--template header > em i { background: #9c7bff; box-shadow: 0 0 7px #7c4dff; }
.dashboard-payout-card--template .dashboard-payout-card__amount strong { color: #d8d0ff; font-size: 15px; letter-spacing: 0; }
.dashboard-payout-card--template footer span { color: #b8a9ee; }
.dashboard-payout-network__empty { grid-column: 1/-1; min-height: 115px; padding: 22px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px dashed rgba(129, 171, 204, .15); border-radius: 12px; text-align: left; }
.dashboard-payout-network__empty > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: rgba(0, 230, 118, .07); font-style: normal; }
.dashboard-payout-network__empty strong { color: #dce7ec; font-size: 10px; }
.dashboard-payout-network__empty p { margin: 3px 0 0; color: #728493; font-size: 8px; }

@keyframes dashboardCommandPulse { 0%, 100% { opacity: .55; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.18); } }
@keyframes dashboardMarketAura { 0%, 100% { opacity: .58; transform: translate(-50%, -50%) translateZ(-75px) scale(.93); } 50% { opacity: 1; transform: translate(-50%, -50%) translateZ(-75px) scale(1.08); } }
@keyframes dashboardMarketDeckFloat { 0%, 100% { transform: translate(-50%, -50%) translateZ(46px) translateY(0) rotateX(7deg) rotateY(-16deg) rotateZ(1deg); } 50% { transform: translate(-50%, -50%) translateZ(55px) translateY(-6px) rotateX(5deg) rotateY(-12deg) rotateZ(.2deg); } }
@keyframes dashboardMarketNodeFloat { 0%, 100% { margin-top: 0; } 50% { margin-top: -7px; } }
@keyframes dashboardMarketStream { 0%, 100% { opacity: .22; scale: .94; } 50% { opacity: .75; scale: 1.04; } }
@keyframes dashboardMarketCandle { from { filter: brightness(.78); transform: scaleY(.86); transform-origin: bottom; } to { filter: brightness(1.18); transform: scaleY(1.04); transform-origin: bottom; } }
@keyframes dashboardMarketScan { 0%, 100% { opacity: .22; transform: translateY(16px); } 50% { opacity: .85; transform: translateY(-18px); } }

@media (max-width: 1180px) {
    .dashboard-command-hero { grid-template-columns: minmax(0, 1fr) 370px; }
    .dashboard-market-rig { transform: translate(-50%, -50%) scale(.9) rotateX(var(--market-rotate-x)) rotateY(var(--market-rotate-y)); }
    .dashboard-payout-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .dashboard-command-hero { padding: 30px; grid-template-columns: 1fr; }
    .dashboard-command-hero::after { display: none; }
    .dashboard-market-stage { margin-top: 16px; }
    .dashboard-payout-network__heading { align-items: flex-start; flex-direction: column; }
    .dashboard-payout-network__summary { width: 100%; justify-content: flex-start; }
    .dashboard-payout-network__summary a { margin-left: auto; }
}
@media (max-width: 620px) {
    .dashboard-command-hero { margin: 14px; padding: 26px 20px 22px; }
    .dashboard-command-copy h1 { font-size: 29px; }
    .dashboard-command-actions { align-items: stretch; flex-direction: column; gap: 11px; }
    .dashboard-command-actions .btn { width: 100%; }
    .dashboard-command-link { text-align: center; }
    .dashboard-command-pulse { align-items: flex-start; flex-direction: column; gap: 7px; }
    .dashboard-market-stage { min-height: 245px; }
    .dashboard-market-rig { transform: translate(-50%, -50%) scale(.75) rotateX(var(--market-rotate-x)) rotateY(var(--market-rotate-y)); }
    .dashboard-payout-network { margin: 0 14px 22px; padding: 18px; }
    .dashboard-payout-network__summary { display: grid; grid-template-columns: 1fr 1fr; }
    .dashboard-payout-network__summary a { grid-column: 1/-1; margin: 0; padding: 10px 0 0; border-top: 1px solid rgba(129, 171, 204, .12); border-left: 0; }
    .dashboard-payout-cards { display: flex; margin-inline: -18px; padding: 2px 18px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .dashboard-payout-cards::-webkit-scrollbar { display: none; }
    .dashboard-payout-card { min-width: 230px; scroll-snap-align: start; }
    .dashboard-payout-network__empty { min-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .dashboard-market-aura,
    .dashboard-market-stream,
    .dashboard-market-deck,
    .dashboard-market-chart i,
    .dashboard-market-chart::after,
    .dashboard-market-node,
    .dashboard-command-stat,
    .dashboard-command-pulse i,
    .dashboard-market-deck__topbar span i { animation: none; }
    .dashboard-market-rig { transform: translate(-50%, -50%); transition: none; }
    .dashboard-payout-card { transition: none; }
}

/* Premium marketing hero */
.marketing-page .hero { min-height: 900px; padding: 118px 0 24px; justify-content: space-between; background: radial-gradient(circle at 78% 43%,rgba(41,182,246,.1),transparent 27%),radial-gradient(circle at 68% 48%,rgba(0,230,118,.08),transparent 33%),#05070b; }
.marketing-page .hero::before { content: ""; position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg,#05070b 0%,rgba(5,7,11,.97) 38%,rgba(5,7,11,.45) 67%,#05070b 100%); }
.marketing-page .hero::after { height: 190px; z-index: 0; background: linear-gradient(transparent,#05070b 78%); pointer-events: none; }
.hero-market-grid { position: absolute; z-index: -3; inset: 16% -8% 14% 42%; opacity: .22; background-image: linear-gradient(rgba(41,182,246,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(41,182,246,.13) 1px,transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at center,#000,transparent 70%); transform: perspective(620px) rotateX(61deg) rotateZ(-5deg); }
.hero-candles { position: absolute; z-index: -2; right: 1%; bottom: 17%; width: 48%; height: 32%; display: flex; align-items: flex-end; justify-content: space-around; opacity: .15; mask-image: linear-gradient(90deg,transparent,#000 18%,#000 76%,transparent); transform: skewY(-7deg); }
.hero-candles i { position: relative; width: 6px; height: var(--candle-height); border-radius: 2px; background: linear-gradient(#29b6f6,#00e676); box-shadow: 0 0 15px rgba(0,230,118,.25); animation: candlePulse 6s ease-in-out var(--candle-delay) infinite alternate; }
.hero-candles i::before { content: ""; position: absolute; width: 1px; height: calc(var(--candle-height) + 35px); top: -18px; left: 50%; background: #29b6f6; }
.marketing-page .hero-content { flex: initial; min-height: 625px; padding-top: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,4vw,72px); align-items: center; }
.marketing-page .hero-copy { width: 100%; z-index: 5; }
.marketing-page .hero h1 { max-width: 680px; font-size: clamp(48px,5.25vw,76px); line-height: 1.03; letter-spacing: -.055em; }
.marketing-page .hero h1 strong { position: relative; display: inline-block; color: #20ed88; text-shadow: 0 0 34px rgba(0,230,118,.22); }
.marketing-page .hero h1 strong::after { content: ""; position: absolute; left: 2%; right: 1%; bottom: -4px; height: 2px; background: linear-gradient(90deg,var(--green),transparent); box-shadow: 0 0 12px var(--green); }
.marketing-page .hero-copy > p { width: min(570px,100%); margin: 27px 0 0; color: #9daab6; font-size: clamp(15px,1.35vw,18px); line-height: 1.75; }
.marketing-page .hero-actions { margin-top: 34px; }
.marketing-page .hero-actions .btn { min-width: 174px; border-radius: 10px; }
.marketing-page .hero-actions .btn-primary { box-shadow: 0 14px 42px rgba(0,230,118,.22),inset 0 1px rgba(255,255,255,.4); }
.marketing-page .hero-actions .btn-ghost { border-color: rgba(140,175,202,.25); background: rgba(12,21,34,.55); backdrop-filter: blur(12px); }
.trust-check { width: 24px; height: 24px; display: grid; flex: 0 0 24px; place-items: center; border: 1px solid rgba(0,230,118,.3); border-radius: 50%; color: var(--green); background: rgba(0,230,118,.08); font-size: 12px; }
.marketing-page .trust-row { gap: 9px; color: #8694a0; }
.marketing-page .trust-row b { color: #a9b4bd; font-weight: 500; }
.hero-visual { position: relative; z-index: 2; width: min(100%,650px); aspect-ratio: 1; display: grid; place-items: center; justify-self: end; filter: drop-shadow(0 35px 75px rgba(0,0,0,.38)); }
.hero-visual::before { content: ""; position: absolute; inset: 17%; border-radius: 50%; background: #00e676; opacity: .09; filter: blur(70px); }
.hero-earth { position: absolute; z-index: 2; inset: 2%; width: 96%; height: 96%; object-fit: contain; animation: earthFloat 8s ease-in-out infinite; will-change: transform; }
.hero-live-globe { position: absolute; z-index: 3; inset: 5%; width: 90%; height: 90%; opacity: .32; mix-blend-mode: screen; pointer-events: none; filter: drop-shadow(0 0 24px rgba(0,230,118,.16)); }
.earth-orbit { position: absolute; z-index: 1; inset: 12%; border: 1px solid rgba(41,182,246,.19); border-radius: 50%; transform: rotateX(67deg) rotateZ(15deg); }
.earth-orbit::before { content: ""; position: absolute; width: 7px; height: 7px; left: 13%; top: 24%; border-radius: 50%; background: var(--green); box-shadow: 0 0 17px 5px rgba(0,230,118,.35); }
.earth-orbit-one { animation: orbitSpin 14s linear infinite; }
.earth-orbit-two { inset: 19% 5%; transform: rotateY(69deg) rotateZ(-28deg); animation: orbitSpinReverse 18s linear infinite; }
.market-chip { position: absolute; z-index: 5; min-width: 154px; padding: 13px 15px; display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(145,185,211,.18); border-radius: 12px; background: linear-gradient(135deg,rgba(13,26,42,.78),rgba(7,14,24,.64)); box-shadow: 0 18px 50px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.market-chip span { grid-column: 1/-1; color: #8495a3; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.market-chip strong { margin-top: 3px; font: 700 16px var(--font-head); }
.market-chip i { align-self: end; color: var(--green); font-size: 8px; font-style: normal; }
.market-chip-top { top: 19%; right: 0; }
.market-chip-bottom { left: 0; bottom: 17%; }
.marketing-page .hero-stats { width: min(1240px,calc(100% - 40px)); min-height: 116px; z-index: 5; margin-top: 26px; margin-bottom: 0; grid-template-columns: repeat(5,1fr); gap: 10px; padding: 10px; border-color: rgba(138,174,205,.14); border-radius: 18px; background: rgba(8,14,24,.7); box-shadow: 0 25px 75px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.025); }
.marketing-page .hero-stats > div { min-width: 0; min-height: 92px; padding: 16px 18px; display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 13px; align-items: center; border: 1px solid transparent; border-left-color: rgba(138,174,205,.1); border-radius: 12px; transition: transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease; }
.marketing-page .hero-stats > div:first-child { border-left-color: transparent; }
.marketing-page .hero-stats > div:hover { transform: translateY(-4px); border-color: rgba(0,230,118,.22); background: rgba(0,230,118,.045); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.marketing-page .hero-stats > div > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--green); background: linear-gradient(135deg,rgba(0,230,118,.14),rgba(41,182,246,.06)); box-shadow: inset 0 0 0 1px rgba(0,230,118,.13); font-style: normal; }
.marketing-page .hero-stats > div > span { min-width: 0; display: flex; flex-direction: column; }
.marketing-page .hero-stats strong { overflow: hidden; font-size: clamp(18px,1.7vw,25px); text-overflow: ellipsis; white-space: nowrap; }
.marketing-page .hero-stats small { font-size: 10px; }
@keyframes earthFloat { 0%,100% { transform: translate3d(0,0,0) rotate(-.6deg); } 50% { transform: translate3d(0,-12px,0) rotate(.8deg); } }
@keyframes orbitSpin { to { transform: rotateX(67deg) rotateZ(375deg); } }
@keyframes orbitSpinReverse { to { transform: rotateY(69deg) rotateZ(-388deg); } }
@keyframes candlePulse { from { transform: scaleY(.76); opacity: .45; } to { transform: scaleY(1.07); opacity: 1; } }
@media (max-width: 900px) {
    .marketing-page .hero { min-height: auto; padding-top: 105px; }
    .marketing-page .hero-content { min-height: auto; grid-template-columns: 1fr; gap: 8px; }
    .marketing-page .hero-copy { width: min(650px,90%); padding-top: 42px; }
    .hero-visual { width: min(620px,78vw); margin: -80px -8vw -30px auto; opacity: .86; }
    .marketing-page .hero-stats { grid-template-columns: repeat(3,1fr); }
    .marketing-page .hero-stats > div { border-left-color: transparent; }
}
@media (max-width: 620px) {
    .marketing-page .hero { padding-top: 88px; }
    .marketing-page .hero-content { display: flex; flex-direction: column; }
    .marketing-page .hero-copy { width: 100%; padding-top: 28px; }
    .marketing-page .hero h1 { font-size: clamp(42px,12.5vw,58px); }
    .marketing-page .hero-copy > p { font-size: 15px; }
    .marketing-page .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .marketing-page .trust-row { align-items: flex-start; }
    .marketing-page .trust-row .stars { order: 4; margin-left: 33px; }
    .marketing-page .trust-row b { order: 5; }
    .hero-visual { width: 112vw; margin: -35px -25vw -55px auto; }
    .market-chip { transform: scale(.85); }
    .market-chip-top { right: 10%; }
    .market-chip-bottom { left: 12%; }
    .marketing-page .hero-stats { width: min(100% - 24px,520px); grid-template-columns: 1fr 1fr; gap: 4px; padding: 6px; }
    .marketing-page .hero-stats > div { min-height: 86px; padding: 12px 10px; grid-template-columns: 34px minmax(0,1fr); gap: 9px; text-align: left; }
    .marketing-page .hero-stats > div:last-child { grid-column: 1/-1; }
    .marketing-page .hero-stats > div > i { width: 34px; height: 34px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-earth,.earth-orbit,.hero-candles i { animation: none; }
}

.marketing-page .hero-subtitle { margin: 23px 0 0; color: #f1f5f3; font: 700 clamp(23px,2.25vw,34px)/1.25 var(--font-head); letter-spacing: -.03em; }
.marketing-page .hero-subtitle strong { color: var(--green); text-shadow: 0 0 24px rgba(0,230,118,.2); }
.marketing-page .hero-subtitle + p { margin-top: 20px; }
.marketing-page .hero-points { margin-top: 25px; gap: 12px 25px; color: #dce5e1; font-size: 12px; font-weight: 600; }
.marketing-page .hero-points span { white-space: nowrap; }
.marketing-page .hero-stats em { margin-top: 5px; overflow: hidden; color: #687782; font-size: 9px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 620px) {
    .marketing-page .hero-subtitle { font-size: 23px; }
    .marketing-page .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; font-size: 10px; }
    .marketing-page .hero-stats em { font-size: 8px; }
}

/* Reference-aligned hero composition */
@media (min-width: 901px) {
    .marketing-page .hero { min-height: 1015px; padding-top: 102px; }
    .marketing-page .hero-content { min-height: 660px; grid-template-columns: 47% 53%; gap: 0; }
    .marketing-page .hero-copy { padding-left: 26px; }
    .marketing-page .hero h1 { font-size: clamp(58px,5vw,76px); line-height: .98; }
    .marketing-page .hero h1 strong { color: #b6f8d5; background: linear-gradient(90deg,#effff7 0%,#7fffb8 72%,#b8f5d4 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .marketing-page .hero h1 strong::after { display: none; }
    .marketing-page .hero-subtitle { margin-top: 25px; }
    .marketing-page .hero-copy > p { max-width: 580px; margin-top: 21px; line-height: 1.7; }
    .marketing-page .hero-actions { margin-top: 34px; }
    .marketing-page .trust-row { margin-top: 33px; }
    .hero-visual { width: 100%; max-width: none; height: 660px; aspect-ratio: auto; overflow: visible; }
    .hero-earth { inset: 10px auto auto -220px; width: 1050px; max-width: none; height: 590px; object-fit: cover; object-position: right center; opacity: .98; }
    .hero-live-globe { inset: 60px -8% auto auto; width: 590px; height: 590px; opacity: .2; }
    .earth-orbit { inset: 110px -2% auto auto; width: 520px; height: 430px; }
    .earth-orbit-two { inset: 135px -6% auto auto; width: 580px; height: 350px; }
    .marketing-page .hero-stats { min-height: 180px; margin-top: 16px; padding: 16px; border-radius: 20px; }
    .marketing-page .hero-stats > div { min-height: 142px; grid-template-columns: 64px minmax(0,1fr); gap: 16px; padding: 20px; }
    .marketing-page .hero-stats > div > i { width: 64px; height: 64px; border-radius: 50%; font-size: 29px; }
    .marketing-page .hero-stats strong { font-size: clamp(23px,2vw,30px); }
    .marketing-page .hero-stats small { margin-top: 6px; color: #e4ebe7; font-size: 12px; }
    .marketing-page .hero-stats em { color: #88959f; font-size: 10px; }
}

.api-key-reveal { margin-bottom: 14px; padding: 16px; display: grid; grid-template-columns: minmax(180px,.5fr) minmax(260px,1fr) auto; align-items: center; gap: 12px; border-color: rgba(0,230,118,.3); }
.api-key-reveal > div { display: flex; flex-direction: column; }.api-key-reveal span,.api-endpoint-card span { color: var(--green); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.api-key-reveal strong { margin-top: 3px; font-size: 13px; }
.api-key-reveal code,.api-endpoint-card code { padding: 9px; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 7px; color: var(--cyan); background: rgba(0,0,0,.18); font-size: 11px; }
.api-endpoint-card { margin-bottom: 14px; padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.api-endpoint-card > div { display: grid; gap: 6px; }
.api-key-create-card { margin-bottom: 14px; border-color: rgba(41,182,246,.16); }.api-key-create-card > summary { padding: 15px; color: var(--cyan); cursor: pointer; font-weight: 700; }.api-key-create-card > form { padding: 0 15px 15px; display: grid; grid-template-columns: minmax(220px,1fr) auto; align-items: end; gap: 10px; }.api-key-create-card label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; }.api-key-create-card input { min-height: 39px; }.api-key-table .admin-table { min-width: 820px; }
@media (max-width: 720px) { .api-key-reveal,.api-endpoint-card,.api-key-create-card > form { grid-template-columns: 1fr; } }
.meta-api-card { padding: 18px; }.meta-api-heading { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }.meta-api-heading > div { display: grid; gap: 4px; }.meta-api-heading small { color: var(--muted); }.meta-api-heading label { display: flex; align-items: center; gap: 8px; color: var(--green); font-weight: 700; }.meta-api-heading input { width: 18px; height: 18px; accent-color: var(--green); }.meta-api-grid { margin-bottom: 15px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }.meta-api-grid label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; }.meta-api-grid input { min-height: 40px; }.meta-api-status { margin-bottom: 15px; padding: 11px; display: flex; flex-wrap: wrap; gap: 8px 20px; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,.12); }.meta-api-status span { color: var(--muted); font-size: 11px; }.meta-api-status strong { color: var(--cyan); }
@media (max-width: 720px) { .meta-api-heading { align-items: flex-start; flex-direction: column; }.meta-api-grid { grid-template-columns: 1fr; } }

/* Focused CRM form usability: readable controls and faster provisioning. */
.admin-page .admin-content input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),.admin-page .admin-content select,.admin-page .admin-content textarea { color: #eef6fa !important; background-color: #0b1723 !important; border-color: rgba(139,181,210,.28) !important; caret-color: #eef6fa; }
.admin-page .admin-content select option { color: #eef6fa; background: #0b1723; }
.admin-page .admin-content input:focus,.admin-page .admin-content select:focus,.admin-page .admin-content textarea:focus { border-color: rgba(41,182,246,.7) !important; outline: 2px solid rgba(41,182,246,.16); outline-offset: 1px; }
.admin-page input[type="date"],.admin-page input[type="datetime-local"],.admin-page input[type="time"] { color: #eef6fa !important; color-scheme: dark; background: #0b1723 !important; border-color: rgba(139,181,210,.28) !important; }
.admin-page input[type="date"]::-webkit-calendar-picker-indicator,.admin-page input[type="datetime-local"]::-webkit-calendar-picker-indicator,.admin-page input[type="time"]::-webkit-calendar-picker-indicator { opacity: 1; cursor: pointer; filter: invert(1) brightness(1.8); }
.admin-page input::placeholder { color: #81939e !important; opacity: 1; }
.coupon-form-grid small,.certificate-quick-form small,.account-provision-form small { display: block; margin-top: 4px; color: #91a3ad !important; line-height: 1.45; }
.crm-input-action { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; align-items: center; }.crm-input-action .btn { min-height: 39px; white-space: nowrap; }
.account-form-section { grid-column: 1/-1; margin-top: 5px; padding: 11px 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border: 1px solid rgba(41,182,246,.16); border-radius: 8px; background: rgba(41,182,246,.045); }.account-form-section strong { color: var(--cyan); font-size: 12px; }.account-form-section small { margin: 0; }
.certificate-quick-form select,.account-provision-form select { min-height: 40px; }
@media (max-width: 720px) { .crm-input-action { grid-template-columns: 1fr; }.account-form-section { align-items: flex-start; flex-direction: column; } }

/* Trader Feedback CRM */
.review-create-card[open]{border-color:rgba(41,182,246,.3);box-shadow:0 24px 70px rgba(0,0,0,.24),0 0 34px rgba(41,182,246,.06)}.review-create-card>summary{font-size:16px;font-weight:800}.review-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.review-form-grid label{display:flex;flex-direction:column;gap:6px}.review-form-grid .wide{grid-column:1/-1}.review-form-grid input,.review-form-grid select,.review-form-grid textarea{width:100%}.review-toggle{min-height:54px;padding:11px;display:flex!important;align-items:center!important;flex-direction:row!important;border:1px solid rgba(139,181,210,.18);border-radius:10px;background:rgba(255,255,255,.02)}.review-toggle input[type=checkbox]{width:18px;height:18px;accent-color:#29b6f6}.review-preview{padding:18px;border:1px solid rgba(41,182,246,.2);border-radius:13px;background:linear-gradient(135deg,rgba(41,182,246,.06),rgba(124,77,255,.03))}.review-preview p{margin:8px 0 0;color:#c9dce8}.review-crm-filter{grid-template-columns:2fr repeat(3,1fr) auto auto}@media(max-width:1100px){.review-form-grid{grid-template-columns:repeat(2,1fr)}.review-crm-filter{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.review-form-grid,.review-crm-filter{grid-template-columns:1fr}}

/* Final typography floor for dense dashboard and CRM components. */
body small{font-size:11px!important;line-height:1.55}body label,body legend,body dt{font-size:12px!important;line-height:1.45}body th,body td{font-size:12px!important;line-height:1.5}.admin-table{font-size:12px!important}.dashboard-nav a,.admin-nav a{font-size:13px!important}.nav-section{font-size:10px!important}.admin-content p,.dashboard-content p,.auth-page p{font-size:13px;line-height:1.65}.admin-content input,.admin-content select,.admin-content textarea,.dashboard-content input,.dashboard-content select,.dashboard-content textarea{font-size:13px!important}.admin-content .btn,.dashboard-content .btn{font-size:12px!important}
@media(max-width:520px){body small{font-size:10.5px!important}body label,body legend,body dt,body th,body td{font-size:11px!important}}

/* Larger accessibility type scale requested for every application surface. */
body{font-size:16px;line-height:1.65}body p{font-size:15px;line-height:1.72}body small{font-size:12px!important;line-height:1.55}body label,body legend,body dt{font-size:13px!important}body th,body td{font-size:13px!important;line-height:1.55}body input,body select,body textarea,body button{font-size:14px}.main-nav a,.dashboard-nav a,.admin-nav a{font-size:14px!important}.nav-section,.eyebrow,.admin-heading>span,.dashboard-heading>span{font-size:11px!important}.btn,.row-actions,.status{font-size:13px!important}.admin-table{font-size:13px!important}.admin-content p,.dashboard-content p,.auth-page p{font-size:14px;line-height:1.7}.admin-content input,.admin-content select,.admin-content textarea,.dashboard-content input,.dashboard-content select,.dashboard-content textarea,.auth-form input{font-size:14px!important}.admin-content .btn,.dashboard-content .btn{font-size:13px!important}.card-heading strong{font-size:14px}.auth-heading p{font-size:15px}.lft-chat button,.lft-chat input,.lft-chat textarea{font-size:13px}
.account-heading-actions{display:flex;align-items:center;gap:8px}.account-heading-actions form{margin:0}@media(max-width:700px){.account-heading-actions{width:100%;align-items:stretch;flex-direction:column}.account-heading-actions .btn{width:100%}}

/* Certificate Management: scoped registry workflow and template controls. */
.certificate-crm-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.certificate-create-workflow>form{padding:0 18px 18px}.certificate-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 18px;padding:0;list-style:none}.certificate-steps li{padding:10px;border:1px solid var(--line);border-radius:9px;color:var(--muted);background:rgba(255,255,255,.025)}.certificate-steps b{display:inline-grid;width:24px;height:24px;margin-right:6px;place-items:center;border-radius:50%;color:#06101c;background:var(--green)}.certificate-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.certificate-registry-table{padding:12px}.certificate-registry-table .admin-table{min-width:1120px}.certificate-row-editor{width:min(980px,88vw)}.certificate-row-editor form{margin:12px 0}.certificate-row-editor textarea{width:100%;min-height:80px}.certificate-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.certificate-template-card{padding:16px}.certificate-template-card>img{display:block;width:100%;margin:14px 0;border:1px solid var(--line);border-radius:10px}.certificate-template-card fieldset{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0;padding:12px;border:1px solid var(--line);border-radius:10px}.certificate-template-card legend{padding:0 6px;color:var(--green);font-weight:700}.certificate-template-card label{display:grid;gap:5px;color:var(--muted)}.certificate-template-placeholder{display:grid;min-height:220px;margin:14px 0;place-items:center;border:1px dashed var(--line);border-radius:10px;color:var(--muted)}
@media(max-width:900px){.certificate-crm-stats,.certificate-template-grid{grid-template-columns:1fr 1fr}.certificate-steps{grid-template-columns:1fr 1fr}.certificate-template-card fieldset{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.certificate-crm-stats,.certificate-template-grid,.certificate-steps{grid-template-columns:1fr}.certificate-form-actions{flex-direction:column}.certificate-form-actions .btn{width:100%}}
@media(max-width:520px){body{font-size:15px}body p{font-size:14px}body small{font-size:11px!important}body label,body legend,body dt,body th,body td{font-size:12px!important}body input,body select,body textarea,body button{font-size:13px}}

/* CRM encrypted trading credential controls */
.admin-credential-field { position: relative; padding: 14px; border: 1px solid rgba(41,182,246,.18); border-radius: 12px; background: linear-gradient(135deg,rgba(41,182,246,.055),rgba(124,77,255,.035)); }
.admin-credential-field small { display: block; margin-top: 7px; color: #718496; font-size: 9px; line-height: 1.5; }
.admin-credential-delivery { min-height: 74px; padding: 14px; display: flex !important; align-items: center; gap: 11px; border: 1px solid rgba(0,230,118,.18); border-radius: 12px; background: rgba(0,230,118,.035); cursor: pointer; }
.admin-credential-delivery > input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 auto; accent-color: #00e676; }
.admin-credential-delivery > span { display: flex; flex-direction: column; gap: 4px; }
.admin-credential-delivery strong { color: #dff8e9; font-size: 11px; }
.admin-credential-delivery small { color: #718496; font-size: 9px; line-height: 1.45; }

/* Unique payout QR codes */
.payout-qr { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: var(--green); text-decoration: none; }
.payout-qr img { width: 46px; height: 46px; padding: 3px; border: 1px solid rgba(0,230,118,.24); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.payout-qr small { color: var(--muted); font-size: 7px; }
.payout-qr:hover img { border-color: var(--green); box-shadow: 0 0 24px rgba(0,230,118,.18); }
.payout-qr--crm { max-width: 88px; flex-direction: column; }
.payout-qr--crm small { max-width: 82px; overflow: hidden; text-overflow: ellipsis; }
.history-row--payout { grid-template-columns: 35px minmax(0,1fr) auto 62px; }
.history-row--payout code { margin-top: 4px; color: #657783; font-size: 7px; }
.payout-qr--history,.payout-qr--latest { flex-direction: column; }
.next-payout__summary { display: flex !important; align-items: center; justify-content: space-between; margin: 11px 0 !important; }
.next-payout__summary > strong { font: 700 19px var(--font-head); }
.payout-qr--latest img { width: 58px; height: 58px; }
.recent-payouts > div:not(.card-heading) { grid-template-columns: 1fr .8fr .6fr 34px; align-items: center; }
.payout-qr--mini img { width: 30px; height: 30px; padding: 2px; border-radius: 6px; }
@media (max-width: 620px) {
    .history-row--payout { grid-template-columns: 35px minmax(0,1fr) auto 55px; }
    .payout-qr--history img { width: 40px; height: 40px; }
}
@media (max-width: 900px) {
    .hero-earth { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; border-radius: 50%; }
}

/* Public-site premium system */
.marketing-page .section { padding-block: clamp(86px,9vw,138px); }
.marketing-page .section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -260px; top: 10%; border-radius: 50%; background: rgba(41,182,246,.045); filter: blur(80px); pointer-events: none; }
.marketing-page .glass-card,.marketing-page .dashboard-card { border: 1px solid rgba(139,181,210,.14); background: linear-gradient(145deg,rgba(12,23,38,.9),rgba(6,12,22,.86)); box-shadow: 0 28px 80px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.025); backdrop-filter: blur(18px); }
.marketing-page .btn { position: relative; overflow: hidden; isolation: isolate; }
.marketing-page .btn::after { content: ""; position: absolute; z-index: -1; width: 10px; height: 10px; left: 50%; top: 50%; border-radius: 50%; background: rgba(255,255,255,.3); opacity: 0; transform: translate(-50%,-50%) scale(0); transition: transform .55s ease,opacity .4s ease; }
.marketing-page .btn:active::after { opacity: .45; transform: translate(-50%,-50%) scale(24); transition: 0s; }
.marketing-page .site-header { background: rgba(5,7,11,.48); backdrop-filter: blur(18px); }
.marketing-page .site-header.scrolled { background: rgba(5,7,11,.9); }
.marketing-page .program-card,.marketing-page .benefit-card,.academy-card,.support-channel { box-shadow: 0 22px 65px rgba(0,0,0,.24); }
.marketing-page .program-card:hover,.marketing-page .benefit-card:hover,.academy-card:hover,.support-channel:hover { transform: translate3d(0,-8px,0); border-color: rgba(0,230,118,.34); box-shadow: 0 32px 86px rgba(0,0,0,.38),0 0 34px rgba(0,230,118,.07); }
.premium-feature-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
.premium-feature-grid .benefit-card { min-height: 190px; padding: 28px; border-radius: 18px; background: radial-gradient(circle at 15% 15%,rgba(0,230,118,.1),transparent 35%),linear-gradient(145deg,rgba(12,24,39,.92),rgba(7,13,23,.92)); }
.premium-feature-grid .benefit-card > i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(0,230,118,.09); box-shadow: inset 0 0 0 1px rgba(0,230,118,.14),0 0 28px rgba(0,230,118,.08); }
.premium-feature-grid .benefit-card h3 { font-size: 17px; }
.premium-feature-grid .benefit-card p { line-height: 1.7; }
.certificate-search { max-width: 590px; margin: 28px 0 7px; padding: 6px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; border: 1px solid rgba(0,230,118,.2); border-radius: 13px; background: rgba(5,12,20,.82); box-shadow: 0 20px 60px rgba(0,0,0,.28),0 0 35px rgba(0,230,118,.05); }
.certificate-search input { min-width: 0; height: 50px; padding: 0 15px; border: 0; outline: 0; color: #fff; background: transparent; }
.certificate-search input::placeholder { color: #687681; }
.certificate-search-status { margin: 0 !important; color: #71808b !important; font-size: 10px !important; }
.affiliate-showcase { background: radial-gradient(circle at 72% 46%,rgba(0,230,118,.09),transparent 28%),linear-gradient(180deg,rgba(8,15,26,.9),rgba(5,7,13,.7)); }
.affiliate-premium-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,110px); align-items: center; }
.affiliate-copy h2 { margin: 0; font: 700 clamp(40px,5vw,66px)/1.04 var(--font-head); letter-spacing: -.05em; }
.affiliate-copy h2 em { color: var(--green); font-style: normal; }
.affiliate-copy p { max-width: 520px; margin: 22px 0 28px; color: var(--muted); line-height: 1.75; }
.affiliate-console { padding: 25px; border-radius: 22px; }
.affiliate-mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.affiliate-mini-stats > div { min-height: 88px; padding: 16px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }
.affiliate-mini-stats small { color: var(--muted); font-size: 9px; }.affiliate-mini-stats strong { margin-top: 5px; font: 700 17px var(--font-head); }
.referral-timeline { margin: 24px 0; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; color: #cbd6dc; font-size: 10px; }
.referral-timeline span { display: flex; align-items: center; gap: 7px; }.referral-timeline i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #04130a; background: var(--green); font-style: normal; font-weight: 800; }.referral-timeline b { height: 1px; background: linear-gradient(90deg,var(--green),var(--cyan)); }
.commission-card { padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(0,230,118,.17); border-radius: 16px; background: linear-gradient(135deg,rgba(0,230,118,.075),rgba(41,182,246,.035)); }
.commission-card span { color: var(--green); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.commission-card strong { margin: 7px 0; font: 700 26px var(--font-head); }.commission-card small { color: var(--muted); line-height: 1.65; }
.academy-section { background: linear-gradient(180deg,#05070d,rgba(7,13,23,.86)); }
.academy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.academy-card { min-height: 280px; padding: 30px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(circle at 85% 5%,rgba(41,182,246,.12),transparent 30%),linear-gradient(145deg,rgba(12,23,38,.92),rgba(7,13,23,.92)); transition: .3s ease; }
.academy-card > i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: var(--green); background: rgba(0,230,118,.09); font-style: normal; }.academy-card small { display: block; margin-top: 32px; color: var(--green); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.academy-card h3 { margin: 7px 0; font: 700 21px var(--font-head); }.academy-card p { color: var(--muted); font-size: 12px; line-height: 1.65; }.academy-card a { position: absolute; bottom: 27px; color: #dff8ea; font-size: 11px; font-weight: 700; }
.academy-articles { margin-top: 25px; }
.support-showcase { border-block: 1px solid var(--line); background: radial-gradient(circle at 50% 100%,rgba(0,230,118,.07),transparent 35%); }
.support-channel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.support-channel { min-height: 150px; padding: 25px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(10,19,32,.72); transition: .3s ease; }
.support-channel > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: rgba(0,230,118,.09); font-style: normal; font-size: 20px; }.support-channel h3 { margin: 0; font: 700 15px var(--font-head); }.support-channel p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }.support-channel > span,.support-channel > a { color: var(--green); font-size: 9px; font-weight: 700; }
.marketing-page .socials a { font-weight: 700; transition: .2s ease; }.marketing-page .socials a:hover { transform: translateY(-3px); border-color: rgba(0,230,118,.4); box-shadow: 0 8px 25px rgba(0,230,118,.1); }
@media (max-width: 900px) {
    .premium-feature-grid,.academy-grid,.support-channel-grid { grid-template-columns: 1fr 1fr; }
    .affiliate-premium-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .premium-feature-grid,.academy-grid,.support-channel-grid { grid-template-columns: 1fr; }
    .certificate-search { grid-template-columns: 1fr; }.certificate-search .btn { width: 100%; }
    .affiliate-mini-stats { grid-template-columns: 1fr; }.referral-timeline { grid-template-columns: 1fr; }.referral-timeline b { width: 1px; height: 20px; margin-left: 14px; }
    .support-channel { grid-template-columns: 44px 1fr; }.support-channel > span,.support-channel > a { grid-column: 2; }
}

.marketing-page .hero-stats > div > i svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.marketing-page .hero-stats > div:nth-child(2) > i { color: #29b6f6; background: linear-gradient(135deg,rgba(41,182,246,.16),rgba(41,182,246,.04)); box-shadow: inset 0 0 0 1px rgba(41,182,246,.18),0 0 28px rgba(41,182,246,.08); }
.marketing-page .hero-stats > div:nth-child(3) > i { color: #8d6cff; background: linear-gradient(135deg,rgba(124,77,255,.17),rgba(124,77,255,.04)); box-shadow: inset 0 0 0 1px rgba(124,77,255,.2),0 0 28px rgba(124,77,255,.08); }
.marketing-page .hero-stats > div:nth-child(4) > i { color: #ffd54f; background: linear-gradient(135deg,rgba(255,213,79,.15),rgba(255,213,79,.035)); box-shadow: inset 0 0 0 1px rgba(255,213,79,.18),0 0 28px rgba(255,213,79,.08); }
.marketing-page .hero-stats > div:nth-child(5) > i { color: #24ef8a; }
.marketing-page .hero-stats > div > span strong { letter-spacing: -.035em; }
.marketing-page .hero-stats > div > span small { font-weight: 700; }
@media (min-width: 901px) {
    .marketing-page .hero-stats { width: min(1700px,calc(100% - 84px)); grid-template-columns: repeat(5,minmax(0,1fr)); }
    .marketing-page .hero-stats > div { grid-template-columns: 64px minmax(0,1fr); padding-inline: clamp(15px,1.5vw,25px); }
    .marketing-page .hero-stats > div > span { overflow: visible; }
    .marketing-page .hero-stats strong,.marketing-page .hero-stats small,.marketing-page .hero-stats em { overflow: visible; text-overflow: clip; white-space: normal; }
    .marketing-page .hero-stats strong { font-size: clamp(22px,1.65vw,31px); line-height: 1.1; }
    .marketing-page .hero-stats small { line-height: 1.3; }
}
/* MetaApi trading connection */
.metaapi-account-panel{margin-bottom:20px;padding:22px}.metaapi-account-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metaapi-account-status>div{padding:15px;border:1px solid rgba(41,182,246,.16);border-radius:11px;background:rgba(41,182,246,.035)}.metaapi-account-status small,.metaapi-account-status strong{display:block}.metaapi-account-status strong{margin-top:5px;color:#dff6ff}.metaapi-account-actions{margin:18px 0 10px;display:flex;flex-wrap:wrap;gap:9px}.metaapi-account-panel>p{margin:0;color:#89a0af;font-size:12px}@media(max-width:760px){.metaapi-account-status{grid-template-columns:1fr 1fr}}@media(max-width:430px){.metaapi-account-status{grid-template-columns:1fr}}
