@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@500&display=swap";:root{--ink:#060a08;--panel:#0e1611;--panel-2:#131f18;--paper:#eaf2ec;--muted:#7f9689;--gold:#2fe673;--gold-soft:#2fe67321;--teal:#f2994a;--line:#eaf2ec14;--glow:#2fe67359;--display:"Fraunces", serif;--body:"Inter", system-ui, sans-serif;--mono:"IBM Plex Mono", monospace}*{box-sizing:border-box}html,body,#root{background:var(--ink);color:var(--paper);font-family:var(--body);scroll-behavior:smooth;margin:0;padding:0}body{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-position:top;background-size:42px 42px}a{color:inherit}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.page{max-width:1080px;margin:0 auto;padding:0 24px}.main{position:relative}.main:before{content:"";opacity:.08;pointer-events:none;z-index:0;background-image:url(/assets/watermark-flask-C_9iQfU_.png);background-repeat:repeat;background-size:220px;width:160%;height:160%;position:fixed;top:-30%;left:-30%;transform:rotate(-20deg)}.main>*{z-index:1;position:relative}.layout{align-items:flex-start;min-height:100vh;display:flex}.main{flex:1;min-width:0}.sidebar{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;align-items:center;gap:22px;width:150px;height:100vh;padding:22px 12px;display:flex;position:sticky;top:0}.sidebar-logo{object-fit:contain;width:84px;height:84px}.sidebar-nav{flex-direction:column;gap:10px;width:100%;display:flex}.sidebar-btn{background:var(--panel-2);border:1px solid var(--line);width:100%;min-height:40px;color:var(--muted);font-family:var(--sans);text-align:center;border-radius:10px;justify-content:center;align-items:center;padding:8px 10px;font-size:13px;font-weight:500;line-height:1.2;text-decoration:none;display:flex}.sidebar-btn:hover{border-color:var(--gold);color:var(--gold)}@media (width<=640px){.sidebar{width:120px}.sidebar-logo{width:60px;height:60px}.sidebar-btn{font-size:12px}}.banner-strip{border-bottom:1px solid var(--line);width:100%;line-height:0}.banner-strip img{object-fit:cover;object-position:center;width:100%;max-width:1536px;height:auto;max-height:200px;margin:0 auto;display:block}.nav{justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto;padding:20px 24px;display:flex}.brand{font-family:var(--display);letter-spacing:-.2px;align-items:center;gap:10px;font-size:20px;font-weight:600;display:flex}.brand span{color:var(--gold)}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--muted);font-size:14px;text-decoration:none}.nav-links a:hover{color:var(--paper)}.nav-cta{background:var(--gold);color:#061309;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;text-decoration:none}.hero{text-align:left;padding:40px 24px 56px}.eyebrow{font-family:var(--mono);letter-spacing:.12em;color:var(--teal);text-transform:uppercase;margin-bottom:18px;font-size:12px;display:inline-block}.hero h1{font-family:var(--display);letter-spacing:-1px;max-width:780px;margin:0 0 22px;font-size:clamp(38px,6vw,68px);font-weight:700;line-height:1.04}.hero h1 em{color:var(--gold);text-shadow:0 0 24px var(--glow);font-style:normal}.hero p{color:var(--muted);max-width:520px;margin:0 0 32px;font-size:17px;line-height:1.6}.hero-ctas{flex-wrap:wrap;gap:14px;display:flex}.btn-primary{background:var(--gold);color:#061309;box-shadow:0 0 26px var(--glow);border-radius:9px;padding:13px 22px;font-size:14.5px;font-weight:600;text-decoration:none;display:inline-block}.btn-ghost{border:1px solid var(--line);color:var(--paper);border-radius:9px;padding:12px 21px;font-size:14.5px;font-weight:500;text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:var(--teal)}.hero-with-image{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.hero-copy{flex:1;min-width:300px}.hero-image{flex-direction:column;flex:0 380px;gap:20px;min-width:220px;display:flex}.hero-image img{width:100%;height:auto;display:block}@media (width<=780px){.hero-with-image{flex-direction:column-reverse}}.ticker-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel);margin:8px 0 72px;overflow:hidden}.ticker{white-space:nowrap;font-family:var(--mono);color:var(--muted);gap:48px;width:max-content;padding:14px 0;font-size:12.5px;animation:26s linear infinite scroll;display:flex}.ticker span{color:var(--gold);margin-right:8px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-wrap.crypto{margin:8px 0 72px}.crypto-ticker{animation:26s linear infinite scroll}.crypto-up{color:var(--gold);margin-left:6px;font-style:normal}.crypto-down{color:#ff6b6b;margin-left:6px;font-style:normal}.section{padding:20px 24px 88px}.section-head{max-width:560px;margin-bottom:36px}.section-head .eyebrow{color:var(--gold)}.section-head h2{font-family:var(--display);letter-spacing:-.4px;margin:10px 0 12px;font-size:32px;font-weight:600}.section-head p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.instruments{grid-template-columns:1fr 1fr;gap:20px;display:grid}.instruments-3{grid-template-columns:1fr 1fr 1fr}@media (width<=900px){.instruments-3{grid-template-columns:1fr}}@media (width<=720px){.instruments{grid-template-columns:1fr}}.instrument{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:16px;padding:28px;display:flex}.instrument-top{justify-content:space-between;align-items:center;display:flex}.instrument-icon{object-fit:contain;border-radius:12px;width:52px;height:52px}.instrument-mark{background:var(--gold-soft);width:40px;height:40px;color:var(--gold);font-family:var(--mono);border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:500;display:flex}.tag{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:4px 9px;font-size:11px}.tag.live{color:var(--teal);background:#2f9e9329}.tag.soon{color:var(--muted);background:#8b93a729}.instrument h3{font-family:var(--display);margin:0;font-size:22px;font-weight:600}.instrument p{color:var(--muted);flex-grow:1;margin:0;font-size:14px;line-height:1.6}.instrument-link{color:var(--paper);align-items:center;gap:6px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.instrument-link.disabled{color:var(--muted);pointer-events:none}.channel{background:var(--panel);border:1px solid var(--line);border-radius:20px;flex-wrap:wrap;align-items:center;gap:40px;padding:44px;display:flex}.channel-copy{flex:1;min-width:260px}.channel-copy h2{font-family:var(--display);margin:0 0 14px;font-size:28px;font-weight:600}.channel-copy p{color:var(--muted);max-width:460px;margin:0 0 22px;font-size:15px;line-height:1.65}.section-head.center{text-align:center;max-width:none;margin-left:auto;margin-right:auto}.features{grid-template-columns:1fr 1fr 1fr;gap:28px;display:grid}@media (width<=900px){.features{grid-template-columns:1fr}}.feature{align-items:flex-start;gap:14px;display:flex}.feature-icon{object-fit:contain;border-radius:10px;flex-shrink:0;width:46px;height:46px}.feature h4{font-family:var(--display);margin:0 0 4px;font-size:18px;font-weight:600}.feature p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.subscribe-band{background:var(--panel);border:1px solid var(--line);border-radius:20px;flex-wrap:wrap;align-items:center;gap:24px;padding:28px 36px;display:flex}.subscribe-icon{object-fit:contain;border-radius:12px;flex-shrink:0;width:56px;height:56px}.subscribe-copy{min-width:240px;color:var(--paper);flex:1;margin:0;font-size:16px;line-height:1.5}.footer{border-top:1px solid var(--line);max-width:1080px;margin:0 auto;padding:48px 24px 24px}.footer-top{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;display:grid}@media (width<=720px){.footer-top{grid-template-columns:1fr 1fr}}.footer-brand p{color:var(--muted);max-width:220px;margin:10px 0 0;font-size:13.5px;line-height:1.6}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col-title{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:11px}.footer-col a{color:var(--paper);font-size:14px;text-decoration:none}.footer-col a:hover{color:var(--gold)}.footer-social{gap:12px;display:flex}.footer-social a{background:var(--panel-2);border:1px solid var(--line);width:34px;height:34px;color:var(--muted);border-radius:9px;justify-content:center;align-items:center;display:flex}.footer-social a:hover{color:var(--gold);border-color:var(--gold)}.footer-bottom{color:var(--muted);justify-content:center;padding-top:20px;font-size:13px;display:flex}.news-widget{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:28px}.news-tabbar{border-bottom:1px solid var(--line);gap:4px;margin-bottom:20px;display:flex;overflow-x:auto}.news-tab{white-space:nowrap;color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 14px;font-size:14px}.news-tab-active{color:var(--paper);border-bottom:2px solid var(--gold)}.news-panel{flex-direction:column;gap:14px;display:flex}.news-row{border-bottom:1px solid var(--line);color:inherit;align-items:center;gap:14px;padding:10px 0;text-decoration:none;display:flex}.news-row:last-of-type{border-bottom:none}.news-thumb{object-fit:cover;background:var(--panel-2);border-radius:10px;flex:0 0 64px;width:64px;height:64px}.news-row-text{min-width:0}.news-row-title{font-family:var(--display);color:var(--paper);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.news-row-summary{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13.5px;overflow:hidden}.news-empty{color:var(--muted);padding:16px 0;font-size:14px}.news-viewall{color:var(--gold);align-items:center;gap:6px;margin-top:6px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.news-viewall:hover{text-decoration:underline}.consejo-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:14px;padding:24px;display:flex}.consejo-header{align-items:center;gap:8px;display:flex}.consejo-eyebrow{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:12px}.consejo-texto{font-family:var(--display);color:var(--paper);margin:0;font-size:18px;line-height:1.5}.consejo-firma{color:var(--muted);margin:0;font-size:13px}.pd-page{color:#e5e5e0;padding:0 0 40px}.pd-hero{text-align:center;flex-direction:column;align-items:center;max-width:720px;margin:0 auto;padding:64px 48px 56px;display:flex}.pd-eyebrow{color:#22e07a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:500;display:block}.pd-back-link{color:#8a8a82;align-items:center;gap:6px;margin-bottom:20px;font-size:13px;text-decoration:none;transition:color .15s;display:inline-flex}.pd-back-link:hover{color:#e5e5e0}.pd-title{color:#fff;max-width:560px;margin:0 0 16px;font-family:Georgia,serif;font-size:34px;font-weight:700;line-height:1.25}.pd-subtitle{color:#a3a39c;max-width:460px;margin:0 0 28px;font-size:15px;line-height:1.6}.pd-cta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pd-btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.pd-btn:hover{opacity:.9}.pd-btn-primary{color:#04240f;background:#22e07a;box-shadow:0 0 18px 2px #22e07a59}.pd-btn-secondary{color:#e5e5e0;background:0 0;border:.5px solid #3a3a35}.pd-preview{justify-content:center;padding:0 48px 56px;display:flex}.pd-preview-card{background:#141a13;border:.5px solid #262a22;border-radius:12px;width:100%;max-width:720px;padding:20px}.pd-preview-header{justify-content:space-between;align-items:center;margin-bottom:16px;font-size:13px;font-weight:500;display:flex}.pd-preview-tag{color:#22e07a;font-size:11px;font-weight:400}.pd-preview-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.pd-stat{background:#1a1f18;border-top:2px solid #0000;border-radius:6px;padding:12px}.pd-stat-blue{border-top-color:#378add}.pd-stat-amber{border-top-color:#ef9f27}.pd-stat-green{border-top-color:#22e07a}.pd-stat-label{color:#7a7a72;text-transform:uppercase;margin-bottom:6px;font-size:10px;display:block}.pd-stat-value{color:#fff;font-size:20px;font-weight:700;display:block}.pd-preview-platforms{background:#1a1f18;border-radius:6px;padding:12px 12px 8px}.pd-preview-platforms-label{color:#7a7a72;margin-bottom:8px;font-size:10px;display:block}.pd-bar-row{color:#c9c9c2;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;display:flex}.pd-bar-row span{flex-shrink:0;width:56px}.pd-bar-track{background:#262a22;border-radius:3px;flex:1;height:5px;overflow:hidden}.pd-bar-fill{border-radius:3px;height:100%}.pd-bar-purple{background:#7f77dd}.pd-bar-pink{background:#d4537e}.pd-bar-blue{background:#378add}.pd-features{text-align:center;grid-template-columns:repeat(3,1fr);gap:24px;max-width:960px;margin:0 auto;padding:0 48px 56px;display:grid}.pd-feature{flex-direction:column;align-items:center;display:flex}.pd-feature-icon{color:#22e07a;margin-bottom:10px}.pd-feature-title{color:#fff;margin:0 0 6px;font-size:14px;font-weight:500}.pd-feature-description{color:#8a8a82;margin:0;font-size:13px;line-height:1.5}.pd-final-cta{text-align:center;border-top:.5px solid #1e221c;padding:40px 48px 0}.pd-final-cta-title{color:#fff;margin:0 0 8px;font-family:Georgia,serif;font-size:20px;font-weight:700}.pd-final-cta-subtitle{color:#8a8a82;margin:0 0 20px;font-size:13px}@media (width<=720px){.pd-hero,.pd-preview,.pd-features,.pd-final-cta{padding-left:24px;padding-right:24px}.pd-title{font-size:26px}.pd-preview-stats,.pd-features{grid-template-columns:1fr}}
