/* NSFX Landing – scoped styles. All rules below apply only inside .nsfx-root */
.nsfx-root{all:initial;display:block;font-family:'Inter',system-ui,sans-serif;color:#eaf0fb;background:#0b1220}
.nsfx-root *{box-sizing:border-box}
.nsfx-root{
  --bg:#0b1220;            
  --bg-2:#0f172a;
  --card:#111a2e;
  --card-2:#0d1426;
  --text:#eaf0fb;
  --muted:#9aa7bd;
  --silver:#c5cdda;
  --border:rgba(255,255,255,.09);
  --gold:#d8a84a;
  --gold-2:#b88732;
  --gold-soft:#e8c884;
  --bullish:#3eb6ff;
  --bearish:#ef5b6b;
  --primary:#1e3a8a;
  --grad-gold:linear-gradient(135deg,#e6bf6a,#b88732);
  --grad-navy:linear-gradient(180deg,#0f172a,#0b1220);
  --grad-hero:linear-gradient(135deg,rgba(8,15,30,.92),rgba(20,35,70,.85) 50%,rgba(13,22,45,.95));
  --grad-card:linear-gradient(145deg,rgba(20,30,55,.7),rgba(11,18,38,.6));
  --shadow:0 20px 60px -20px rgba(0,0,10,.6);
  --shadow-gold:0 10px 40px -10px rgba(216,168,74,.45);
  --radius:.75rem;
}*, *::before, *::after{box-sizing:border-box}html{scroll-behavior:smooth}.nsfx-root{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
  overflow-x:hidden;
}.nsfx-root img{max-width:100%;display:block}.nsfx-root a{color:inherit;text-decoration:none}.nsfx-root .container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}.nsfx-root .font-display{font-family:'Playfair Display',Georgia,serif;letter-spacing:-.01em}.nsfx-root .text-gradient-gold{background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}.nsfx-root .glass{
  background:var(--grad-card);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid var(--border);
  border-radius:var(--radius);
}.nsfx-root .shadow{box-shadow:var(--shadow)}.nsfx-root .muted{color:var(--muted)}.nsfx-root .uppercase-eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.nsfx-root .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-weight:600;font-size:.95rem;border-radius:.6rem;cursor:pointer;
  padding:.85rem 1.5rem;border:1px solid transparent;transition:all .25s ease;
  white-space:nowrap;
}.nsfx-root .btn-xl{padding:1rem 2rem;font-size:1rem}.nsfx-root .btn-gold{background:var(--grad-gold);color:#1a1407;box-shadow:var(--shadow-gold)}.nsfx-root .btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px)}.nsfx-root .btn-outline-gold{background:transparent;color:var(--gold);border-color:rgba(216,168,74,.55)}.nsfx-root .btn-outline-gold:hover{background:rgba(216,168,74,.1)}.nsfx-root .btn-ghost{background:transparent;color:var(--text)}.nsfx-root .btn-ghost:hover{color:var(--gold)}.nsfx-root .navbar{position:fixed;inset:0 0 auto 0;z-index:50;transition:all .4s ease;padding:.75rem 0}.nsfx-root .navbar.scrolled{background:rgba(11,18,38,.7);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nsfx-root .nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.nsfx-root .brand{display:flex;align-items:center;gap:.6rem;font-family:'Playfair Display',serif;font-size:1.25rem}.nsfx-root .brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--grad-gold);color:#1a1407;font-weight:700;box-shadow:var(--shadow-gold)}.nsfx-root .nav-links{display:none;gap:2rem;list-style:none;margin:0;padding:0;font-size:.9rem;color:var(--muted)}.nsfx-root .nav-links a{position:relative;transition:color .2s}.nsfx-root .nav-links a:hover{color:var(--text)}.nsfx-root .nav-links a::after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:0;background:var(--gold);transition:width .3s}.nsfx-root .nav-links a:hover::after{width:100%}.nsfx-root .nav-cta{display:none;gap:.6rem;align-items:center}.nsfx-root .nav-burger{display:inline-flex;background:transparent;border:0;color:var(--text);padding:.5rem;border-radius:.4rem;cursor:pointer}.nsfx-root .mobile-menu{display:none;border-top:1px solid var(--border);background:rgba(11,18,38,.95);backdrop-filter:blur(16px)}.nsfx-root .mobile-menu.open{display:block}.nsfx-root .mobile-menu ul{list-style:none;margin:0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.nsfx-root .mobile-menu a{display:block;padding:.75rem 0;color:var(--muted)}.nsfx-root .mobile-menu a:hover{color:var(--text)}

@media (min-width:900px){.nsfx-root .nav-links{display:flex}.nsfx-root .nav-cta{display:flex}.nsfx-root .nav-burger{display:none}
}.nsfx-root .hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding-top:6rem;padding-bottom:5rem}.nsfx-root .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4;z-index:0}.nsfx-root .hero-overlay{position:absolute;inset:0;background:var(--grad-hero);z-index:1}.nsfx-root .hero-grid{position:absolute;inset:0;z-index:1;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:48px 48px;
  -webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);
  mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);
}.nsfx-root .hero-orb{position:absolute;border-radius:9999px;filter:blur(120px);z-index:1;pointer-events:none}.nsfx-root .hero-orb.gold{top:-8rem;left:-6rem;width:28rem;height:28rem;background:rgba(216,168,74,.12)}.nsfx-root .hero-orb.navy{bottom:0;right:0;width:32rem;height:32rem;background:rgba(30,58,138,.4);filter:blur(140px)}.nsfx-root .hero-content{position:relative;z-index:2;max-width:780px;animation:fadeIn .8s ease both}.nsfx-root .badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--silver);padding:.4rem .85rem;border-radius:9999px;margin-bottom:1.5rem}.nsfx-root .badge svg{width:14px;height:14px;color:var(--gold)}.nsfx-root .hero h1{font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.05;letter-spacing:-.02em;margin:0}.nsfx-root .hero p.lead{margin-top:1.5rem;font-size:clamp(1rem,1.4vw,1.2rem);color:var(--muted);max-width:640px}.nsfx-root .hero-actions{margin-top:2.25rem;display:flex;gap:1rem;flex-wrap:wrap}.nsfx-root .hero-stats{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:640px}.nsfx-root .hero-stats dt{font-family:'Playfair Display',serif;font-size:1.65rem;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}.nsfx-root .hero-stats dd{margin:.25rem 0 0;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
@media (min-width:640px){.nsfx-root .hero-stats{grid-template-columns:repeat(4,1fr)}}.nsfx-root .ticker{position:relative;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:rgba(8,14,28,.6);backdrop-filter:blur(8px)}.nsfx-root .ticker-track{display:inline-flex;gap:2.5rem;padding:.85rem 0;white-space:nowrap;animation:ticker 45s linear infinite;will-change:transform}.nsfx-root .ticker-item{display:inline-flex;align-items:center;gap:.75rem;font-size:.9rem}.nsfx-root .ticker-item .sym{color:var(--silver);font-weight:500}.nsfx-root .ticker-item .price{font-variant-numeric:tabular-nums}.nsfx-root .delta{display:inline-flex;align-items:center;gap:.25rem;font-variant-numeric:tabular-nums;font-size:.85rem}.nsfx-root .delta.up{color:var(--bullish)}.nsfx-root .delta.down{color:var(--bearish)}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}.nsfx-root section{padding:6rem 0;position:relative}.nsfx-root .section-head{max-width:640px;margin-bottom:3rem}.nsfx-root .section-head h2{font-family:'Playfair Display',serif;font-size:clamp(1.85rem,3.5vw,3rem);margin:0;line-height:1.15}.nsfx-root .section-head p{margin-top:1rem;color:var(--muted)}.nsfx-root .market-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media (min-width:640px){.nsfx-root .market-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.nsfx-root .market-grid{grid-template-columns:repeat(3,1fr)}}.nsfx-root .market-card{padding:1.4rem;transition:transform .4s ease, box-shadow .4s ease}.nsfx-root .market-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.nsfx-root .market-card .row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.nsfx-root .market-card .sym{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.nsfx-root .market-card h3{font-family:'Playfair Display',serif;font-size:1.15rem;margin:.25rem 0 0}.nsfx-root .pill{font-size:.72rem;padding:.2rem .55rem;border-radius:9999px;border:1px solid;font-variant-numeric:tabular-nums}.nsfx-root .pill.up{color:var(--bullish);border-color:rgba(62,182,255,.4);background:rgba(62,182,255,.1)}.nsfx-root .pill.down{color:var(--bearish);border-color:rgba(239,91,107,.4);background:rgba(239,91,107,.1)}.nsfx-root .market-card .price{margin:1rem 0 .25rem;font-family:'Playfair Display',serif;font-size:1.85rem;font-variant-numeric:tabular-nums}.nsfx-root .spark{width:100%;height:48px}.nsfx-root .note{margin-top:1.25rem;font-size:.75rem;color:var(--muted)}.nsfx-root .adv-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media (min-width:640px){.nsfx-root .adv-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.nsfx-root .adv-grid{grid-template-columns:repeat(4,1fr)}}.nsfx-root .adv-card{padding:1.5rem;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.nsfx-root .adv-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-gold)}.nsfx-root .adv-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--grad-gold);color:#1a1407;box-shadow:var(--shadow-gold)}.nsfx-root .adv-card h3{font-family:'Playfair Display',serif;font-size:1.2rem;margin:1rem 0 .5rem}.nsfx-root .adv-card p{margin:0;font-size:.9rem;color:var(--muted)}.nsfx-root .about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
@media (min-width:1024px){.nsfx-root .about-grid{grid-template-columns:1fr 1fr}}.nsfx-root .about-text p{color:var(--muted);margin:1rem 0 0}.nsfx-root .about-tags{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:.75rem}
@media (min-width:540px){.nsfx-root .about-tags{grid-template-columns:repeat(3,1fr)}}.nsfx-root .about-tag{padding:1rem;border-radius:.6rem}.nsfx-root .about-tag svg{color:var(--gold);width:20px;height:20px}.nsfx-root .about-tag .lbl{margin-top:.5rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.nsfx-root .about-tag .val{font-size:.9rem;font-weight:500}.nsfx-root .about-card{position:relative;padding:2rem}.nsfx-root .about-card .glow{position:absolute;inset:-1.5rem;background:var(--grad-gold);opacity:.18;filter:blur(60px);border-radius:50%;z-index:-1}.nsfx-root .about-card h3{font-family:'Playfair Display',serif;font-size:1.5rem;margin:1rem 0 .5rem}.nsfx-root .about-stats{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.nsfx-root .about-stats .item{padding:1rem;border:1px solid var(--border);border-radius:.6rem;background:rgba(11,18,38,.4)}.nsfx-root .about-stats .item .v{font-family:'Playfair Display',serif;font-size:1.5rem;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}.nsfx-root .about-stats .item .k{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-top:.25rem}.nsfx-root .plat-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
@media (min-width:1024px){.nsfx-root .plat-grid{grid-template-columns:1fr 1fr}}.nsfx-root .plat-image{position:relative}.nsfx-root .plat-image .glow{position:absolute;inset:-.75rem;background:var(--grad-gold);opacity:.3;filter:blur(40px);border-radius:1rem}.nsfx-root .plat-image img{position:relative;border-radius:.85rem;border:1px solid var(--border);box-shadow:var(--shadow)}.nsfx-root .plat-features{display:grid;grid-template-columns:1fr;gap:1rem}
@media (min-width:540px){.nsfx-root .plat-features{grid-template-columns:repeat(2,1fr)}}.nsfx-root .feat-card{padding:1.25rem;transition:border-color .25s}.nsfx-root .feat-card:hover{border-color:rgba(216,168,74,.4)}.nsfx-root .feat-card svg{color:var(--gold);width:24px;height:24px}.nsfx-root .feat-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;margin:.75rem 0 .25rem}.nsfx-root .feat-card p{margin:0;font-size:.85rem;color:var(--muted)}.nsfx-root .cta-box{position:relative;overflow:hidden;padding:3rem 1.5rem;text-align:center;border-radius:1rem}
@media (min-width:768px){.nsfx-root .cta-box{padding:4rem 2rem}}.nsfx-root .cta-box .bg{position:absolute;inset:0;background:var(--grad-navy);opacity:.85}.nsfx-root .cta-box .glow{position:absolute;left:50%;top:-8rem;transform:translateX(-50%);width:40rem;height:40rem;background:rgba(216,168,74,.1);filter:blur(120px);border-radius:50%}.nsfx-root .cta-box .inner{position:relative}.nsfx-root .cta-box h2{font-family:'Playfair Display',serif;font-size:clamp(1.85rem,3.5vw,3rem);max-width:780px;margin:0 auto;line-height:1.15}.nsfx-root .cta-box p{margin:1rem auto 0;color:var(--muted);max-width:560px}.nsfx-root .cta-actions{margin-top:2rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.nsfx-root .footer{border-top:1px solid var(--border);background:rgba(8,14,28,.85);backdrop-filter:blur(8px)}.nsfx-root .footer-top{padding:4rem 0;display:grid;grid-template-columns:1fr;gap:2.5rem}
@media (min-width:768px){.nsfx-root .footer-top{grid-template-columns:2fr 1fr 1fr}}.nsfx-root .footer-about p{margin-top:1rem;color:var(--muted);font-size:.9rem;max-width:440px}.nsfx-root .footer h4{font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--silver);margin:0 0 1rem}.nsfx-root .footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:var(--muted)}.nsfx-root .footer ul a:hover{color:var(--gold)}.nsfx-root .footer-legal{border-top:1px solid var(--border)}.nsfx-root .footer-legal .container{padding:2rem 1.25rem;font-size:.78rem;color:var(--muted);line-height:1.7}.nsfx-root .footer-legal .risk-title{color:var(--silver);font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem}


@keyframes fadeIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.nsfx-root .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.nsfx-root .reveal.in{opacity:1;transform:none}.nsfx-root ::selection{background:rgba(216,168,74,.35);color:#fff}


@media (prefers-reduced-motion: no-preference){.nsfx-root .reveal{animation:revealFallback 0s linear 1.5s forwards}
}
@keyframes revealFallback{to{opacity:1;transform:none}}
