@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes pulse-glow{0%{transform:scale(.95);box-shadow:0 0 #0ea5e9b3}70%{transform:scale(1);box-shadow:0 0 0 6px #0ea5e900}to{transform:scale(.95);box-shadow:0 0 #0ea5e900}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes flash-up{0%,to{color:inherit}50%{color:var(--green)}}@keyframes flash-down{0%,to{color:inherit}50%{color:var(--red)}}.skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17 50%,#ffffff0a 75%) 0 0/800px 100%;border-radius:6px;min-height:1em;animation:1.6s linear infinite shimmer}.flash-up{animation:.5s flash-up}.flash-down{animation:.5s flash-down}.badge-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.4s ease-in-out infinite pulse-dot}.live-dot{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%;flex-shrink:0;animation:2s cubic-bezier(.4,0,.2,1) infinite pulse-glow;display:inline-block}@media (prefers-reduced-motion:reduce){.skeleton,.badge-dot,.live-dot,.flash-up,.flash-down{transition:none!important;animation:none!important}}.aeon-chat-fab{z-index:var(--z-modal,950);color:var(--text-bright,#fff);border-radius:var(--radius-pill,999px);cursor:pointer;font-family:var(--font-head,"Space Grotesk", sans-serif);letter-spacing:.02em;transition:transform var(--dur-fast,.15s) ease, box-shadow var(--dur-base,.2s) ease;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#0ea5e9f2,#2563ebf2);border:1px solid #38bdf866;align-items:center;gap:.5rem;padding:.75rem 1.1rem;font-size:.85rem;font-weight:700;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 25px #0ea5e959,0 0 15px #0ea5e933}.aeon-chat-fab:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 30px #0ea5e973,0 0 20px #38bdf84d}.aeon-chat-fab:active{transform:translateY(0)scale(.98)}.chat-fab-icon{color:#fff;font-size:1.1rem;line-height:1;animation:2.5s ease-in-out infinite fabPulse}@keyframes fabPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;filter:drop-shadow(0 0 6px #38bdf8);transform:scale(1.15)}}.aeon-chat-panel{width:410px;max-width:calc(100vw - 3rem);height:640px;max-height:calc(100vh - 7rem);z-index:var(--z-modal,950);border:1px solid var(--accent-border,#0ea5e940);border-radius:var(--radius-lg,16px);-webkit-backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#090d18f5;flex-direction:column;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:5.25rem;right:1.5rem;overflow:hidden;transform:translateY(20px)scale(.97);box-shadow:0 25px 60px #000000bf,0 0 30px #0ea5e91f}.aeon-chat-panel.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-header{background:#0f172abf;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.chat-header-title{font-family:var(--font-head,"Space Grotesk", sans-serif);color:var(--text-bright,#fff);align-items:center;gap:.5rem;font-size:.92rem;font-weight:700;display:flex}.chat-pulse-dot{background:var(--green-bright,#4ade80);width:8px;height:8px;box-shadow:0 0 8px var(--green-bright,#4ade80);border-radius:50%}.chat-header-meta{align-items:center;gap:.6rem;display:flex}.chat-quota-badge{font-family:var(--font-mono,monospace);border-radius:var(--radius-pill,999px);color:var(--accent-hover,#38bdf8);background:#38bdf81a;border:1px solid #38bdf840;padding:.15rem .5rem;font-size:.68rem;font-weight:600}.chat-btn-action{color:var(--slate-400,#94a3b8);cursor:pointer;border-radius:var(--radius-xs,4px);transition:color var(--dur-fast,.15s) ease, background var(--dur-fast,.15s) ease;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.chat-btn-action:hover{color:var(--text-bright,#fff);background:#ffffff0f}.chat-body{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex-direction:column;flex:1;gap:1rem;padding:1.1rem;display:flex;overflow-y:auto}.chat-body::-webkit-scrollbar{width:5px}.chat-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.chat-msg{word-break:break-word;flex-direction:column;max-width:88%;font-size:.85rem;line-height:1.5;animation:.2s forwards msgFadeIn;display:flex}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-msg-user{color:#f1f5f9;background:linear-gradient(135deg,#0ea5e938,#2563eb2e);border:1px solid #38bdf859;border-radius:12px 12px 2px;align-self:flex-end;padding:.65rem .85rem}.chat-msg-bot{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px 12px 12px 2px;align-self:flex-start;gap:.5rem;width:92%;padding:.75rem .95rem}.chat-category-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-xs,4px);align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;padding:.15rem .5rem;font-size:.65rem;font-weight:800;display:inline-flex}.category-bitacora{color:#34d399;background:#10b98126;border:1px solid #10b98159}.category-gestion-riesgo{color:var(--green-bright,#4ade80);background:#4ade8026;border:1px solid #4ade804d}.category-tecnico-orderflow{color:var(--accent-hover,#38bdf8);background:#38bdf826;border:1px solid #38bdf84d}.category-macro{color:var(--purple,#c084fc);background:#a855f726;border:1px solid #a855f74d}.category-catalizador{color:var(--yellow,#fbbf24);background:#f59e0b26;border:1px solid #f59e0b4d}.category-fuera-de-ambito{color:var(--red-bright,#f87171);background:#ef444426;border:1px solid #ef44444d}.chat-bot-text{color:#e2e8f0;white-space:pre-line;margin:0;line-height:1.55}.chat-levels-grid{border-left:2px solid var(--accent,#0ea5e9);background:#00000040;border-radius:0 6px 6px 0;flex-direction:column;gap:.35rem;margin-top:.25rem;padding:.45rem .65rem;display:flex}.chat-level-item{font-family:var(--font-mono,monospace);color:#f8fafc;align-items:center;gap:.35rem;font-size:.72rem;display:flex}.chat-level-item:before{content:"▪";color:var(--accent-hover,#38bdf8)}.chat-risk-box{border-radius:var(--radius-xs,4px);color:#fde68a;background:#f59e0b12;border:1px solid #f59e0b40;align-items:flex-start;gap:.4rem;margin-top:.35rem;padding:.45rem .65rem;font-size:.72rem;line-height:1.4;display:flex}.chat-footer{background:#0f172af2;border-top:1px solid #ffffff14;flex-direction:column;gap:.4rem;padding:.75rem 1rem;display:flex}.chat-input-wrapper{border-radius:var(--radius-md,10px);transition:border-color var(--dur-fast,.15s) ease;background:#00000059;border:1px solid #ffffff1f;align-items:flex-end;gap:.5rem;padding:.5rem .7rem;display:flex}.chat-input-wrapper:focus-within{border-color:var(--accent,#0ea5e9);box-shadow:0 0 0 2px #0ea5e926}.chat-textarea{color:var(--text-bright,#fff);resize:none;background:0 0;border:none;outline:none;flex:1;max-height:90px;font-family:inherit;font-size:.85rem;line-height:1.4}.chat-textarea::placeholder{color:var(--slate-500,#64748b)}.chat-btn-send{background:var(--accent,#0ea5e9);color:#fff;border-radius:var(--radius-sm,6px);cursor:pointer;width:32px;height:32px;transition:background var(--dur-fast,.15s) ease, opacity var(--dur-fast,.15s) ease;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-btn-send:hover:not(:disabled){background:var(--accent-hover,#38bdf8)}.chat-btn-send:disabled{opacity:.45;cursor:not-allowed;background:var(--slate-500,#64748b)}.chat-input-meta{color:var(--slate-500,#64748b);justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.chat-cooldown-text{color:var(--yellow,#fbbf24);font-weight:600}.chat-paywall-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;height:100%;padding:2.5rem 1.5rem;display:flex}.chat-paywall-icon{width:52px;height:52px;color:var(--accent-hover,#38bdf8);background:#0ea5e91f;border:1px solid #0ea5e94d;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.chat-paywall-title{font-family:var(--font-head,"Space Grotesk", sans-serif);color:var(--text-bright,#fff);margin:0;font-size:1.15rem;font-weight:700}.chat-paywall-desc{color:var(--slate-400,#94a3b8);margin:0;font-size:.82rem;line-height:1.5}.chat-paywall-features{border-radius:var(--radius-md,8px);text-align:left;color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;gap:.4rem;width:100%;padding:.8rem;font-size:.76rem;display:flex}@media (max-width:640px){.aeon-chat-panel{border-bottom:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;height:85vh;max-height:85vh;bottom:0;left:0;right:0}.aeon-chat-fab{padding:.65rem .95rem;font-size:.8rem;bottom:1rem;right:1rem}}.chat-btn-attach{color:var(--slate-400,#94a3b8);border-radius:var(--radius-sm,6px);cursor:pointer;width:32px;height:32px;transition:color var(--dur-fast,.15s) ease, background var(--dur-fast,.15s) ease;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-btn-attach:hover{color:var(--accent,#0ea5e9);background:#0ea5e91a}.chat-image-preview-bar{border-radius:var(--radius-sm,8px);background:#0f172af2;border:1px solid #38bdf84d;align-items:center;gap:.6rem;padding:.4rem .6rem;animation:.2s fadeIn;display:flex}.preview-thumb-wrap{border-radius:var(--radius-xs,4px);background:#000;border:1px solid #ffffff26;flex-shrink:0;width:42px;height:42px;position:relative;overflow:hidden}.preview-thumb-wrap img{object-fit:cover;width:100%;height:100%}.preview-remove-btn{color:#fff;cursor:pointer;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:10px;line-height:1;transition:background .15s;display:flex;position:absolute;top:1px;right:1px}.preview-remove-btn:hover{background:var(--red,#ef4444)}.preview-info{flex-direction:column;flex:1;gap:.1rem;display:flex;overflow:hidden}.preview-filename{color:var(--text-bright,#fff);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.preview-filesize{color:var(--slate-400,#94a3b8);font-size:.68rem}.chat-user-img-wrap{margin-bottom:.45rem}.chat-user-img-thumb{border-radius:var(--radius-xs,6px);cursor:pointer;border:1px solid #fff3;max-width:100%;max-height:190px;transition:transform .15s,box-shadow .15s;display:block}.chat-user-img-thumb:hover{transform:scale(1.02);box-shadow:0 4px 12px #0006}.aeon-chat-panel.drag-over{outline:2px dashed var(--accent,#0ea5e9);outline-offset:-4px}.aeon-chat-fab.has-alert{border-color:#38bdf8;animation:1.4s ease-in-out infinite fabSentinelPulse}@keyframes fabSentinelPulse{0%,to{box-shadow:0 0 15px #38bdf880,0 8px 25px #0ea5e959}50%{transform:scale(1.04);box-shadow:0 0 30px #38bdf8e6,0 0 50px #0ea5e980}}.chat-harness-callout{border-radius:var(--radius-md,12px);-webkit-backdrop-filter:blur(16px);width:360px;max-width:calc(100vw - 3rem);z-index:var(--z-modal,950);pointer-events:auto;background:#0b1326f5;border:1px solid #38bdf873;flex-direction:column;gap:.65rem;padding:1rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards calloutSlideUp;display:flex;position:fixed;bottom:5.25rem;right:1.5rem;box-shadow:0 16px 40px #0009,0 0 20px #0ea5e940}@keyframes calloutSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-harness-callout.dismissing{animation:.22s forwards calloutFadeOut}@keyframes calloutFadeOut{to{opacity:0;transform:translateY(10px)scale(.95)}}.callout-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:.45rem;display:flex}.callout-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-pill,999px);color:#fca5a5;background:#ef444426;border:1px solid #ef444466;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.callout-badge.buyside{color:#86efac;background:#22c55e26;border-color:#22c55e66}.callout-time{color:var(--slate-400,#94a3b8);font-size:.7rem;font-family:var(--font-mono,monospace)}.callout-btn-close{color:var(--slate-400,#94a3b8);cursor:pointer;border-radius:var(--radius-xs,4px);background:0 0;border:none;padding:.1rem .3rem;font-size:.85rem;transition:color .15s,background .15s}.callout-btn-close:hover{color:var(--text-bright,#fff);background:#ffffff1a}.callout-body{flex-direction:column;gap:.35rem;display:flex}.callout-title{color:var(--text-bright,#fff);justify-content:space-between;align-items:center;font-size:.88rem;font-weight:700;display:flex}.callout-price{font-family:var(--font-mono,monospace);color:var(--accent-hover,#38bdf8);font-size:.85rem;font-weight:600}.callout-verdict{color:#cbd5e1;border-radius:var(--radius-xs,6px);border-left:3px solid var(--accent,#0ea5e9);background:#00000040;margin:0;padding:.5rem .65rem;font-size:.78rem;line-height:1.45}.callout-actions{gap:.5rem;margin-top:.25rem;display:flex}.callout-btn-action{color:#fff;border-radius:var(--radius-sm,8px);cursor:pointer;text-align:center;background:linear-gradient(135deg,#0ea5e9,#2563eb);border:1px solid #38bdf866;flex:1;padding:.45rem .75rem;font-size:.78rem;font-weight:700;transition:transform .15s,box-shadow .15s}.callout-btn-action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e966}.callout-btn-snooze{color:var(--slate-400,#94a3b8);border-radius:var(--radius-sm,8px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;padding:.45rem .6rem;font-size:.75rem;font-weight:500;transition:background .15s,color .15s}.callout-btn-snooze:hover{color:var(--text-bright,#fff);background:#ffffff1a}.chat-tactical-alert-card{border-radius:var(--radius-sm,8px);background:linear-gradient(135deg,#0f172ae6,#0ea5e91f);border:1px solid #38bdf873;margin-bottom:.75rem;padding:.85rem;animation:.3s calloutSlideUp}.chat-tactical-alert-header{justify-content:space-between;align-items:center;margin-bottom:.45rem;display:flex}#navbar-root{min-height:var(--header-h,57px);display:block}.header{z-index:var(--z-nav);height:var(--header-h);-webkit-backdrop-filter:blur(16px);transition:background var(--dur-base) ease, border-color var(--dur-base) ease;background:#06090ebf;border-bottom:1px solid #ffffff12;position:sticky;top:0;box-shadow:0 4px 20px #00000040}.navbar{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.logo-img{width:auto;height:32px;display:block}.nav-links{align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:none}.nav-links a{color:var(--muted);font-family:var(--font-head);transition:color .2s var(--ease);font-size:.88rem;font-weight:500;text-decoration:none}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-actions{align-items:center;gap:.75rem;display:none}.nav-auth-group{align-items:center;gap:1rem;display:flex}.nav-btn-pro{border-radius:var(--radius-sm);padding:.55rem 1.1rem}.nav-btn-logout{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.1rem}.btn-nav-ghost{color:var(--muted);font-family:var(--font-head);border-radius:var(--radius-sm);transition:color var(--dur-base), background var(--dur-base);padding:.45rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none}.btn-nav-ghost:hover{color:var(--text);background:var(--surface)}.menu-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);width:38px;height:38px;transition:background var(--dur-base);cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:0 9px;display:flex}.menu-toggle:hover{background:var(--surface)}.menu-toggle span{background:var(--text);transform-origin:50%;height:1.5px;transition:transform var(--dur-slow) var(--ease), opacity var(--dur-slow);border-radius:2px;display:block}.menu-toggle.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-overlay{background:var(--overlay-heavy);-webkit-backdrop-filter:blur(10px);z-index:var(--z-overlay);opacity:0;pointer-events:none;transition:opacity var(--dur-slow) var(--ease);position:fixed;top:0;bottom:0;left:0;right:0}.mobile-overlay.active{opacity:1;pointer-events:auto}.mobile-drawer{background:var(--bg-drawer);width:min(85vw,300px);z-index:var(--z-drawer);transition:transform var(--dur-slow) var(--ease-spring);border-left:1px solid #ffffff14;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-12px 0 40px #000000d9}.mobile-drawer.active{transform:translate(0)}.drawer-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.15rem 1.25rem;display:flex}.drawer-close{color:var(--muted);border-radius:var(--radius-sm);cursor:pointer;width:30px;height:30px;transition:all var(--dur-base) var(--ease);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;font-size:.85rem;display:flex}.drawer-close:hover{background:var(--red-hover-bg);border-color:var(--red-hover-border);color:var(--red)}.drawer-content{flex-direction:column;flex:1;gap:1.25rem;padding:1.15rem 1rem;display:flex;overflow-y:auto}.drawer-section{flex-direction:column;gap:.25rem;display:flex}.drawer-label{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.1em;color:var(--slate-500);margin-bottom:.35rem;padding-left:.5rem;font-size:.68rem;font-weight:700}.mobile-link{color:var(--slate-400);border-radius:var(--radius-sm);transition:all var(--dur-fast) var(--ease);background:0 0;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.mobile-link svg{color:var(--slate-500);transition:color var(--dur-fast);flex-shrink:0}.mobile-link:hover{color:var(--text-bright);background:#ffffff0d}.mobile-link:hover svg{color:var(--accent)}.mobile-link.active{color:var(--accent);background:#0ea5e91f;font-weight:600}.mobile-link.active svg{color:var(--accent)}.drawer-pro-card{border-radius:var(--radius-md);background:linear-gradient(145deg,#0ea5e91a 0%,#0f172acc 100%);border:1px solid #0ea5e940;flex-direction:column;gap:.35rem;margin-top:auto;padding:1rem;display:flex}.drawer-pro-icon{color:var(--accent);margin-bottom:.15rem;font-size:1.15rem}.drawer-pro-title{font-family:var(--font-head);color:var(--text-bright);font-size:.9rem;font-weight:700}.drawer-pro-desc{color:var(--muted);margin-bottom:.5rem;font-size:.75rem;line-height:1.35}.drawer-pro-btn{background:var(--accent);color:var(--bg);font-family:var(--font-head);border-radius:var(--radius-sm);transition:all var(--dur-base) ease;justify-content:center;align-items:center;padding:.5rem .85rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.drawer-pro-btn:hover{background:var(--accent-hover);box-shadow:0 4px 14px #0ea5e966}body.no-scroll{overflow:hidden}@media (min-width:900px){.nav-links,.nav-actions{display:flex}.nav-btn{display:inline-flex}.menu-toggle,.mobile-menu,.mobile-menu.active,.mobile-drawer,.mobile-drawer.active,.mobile-overlay,.mobile-overlay.active{display:none}}.desktop-only{display:none}.section-header{flex-direction:column;align-items:flex-start}html,body{overflow-x:hidden}@media (min-width:640px){.hero-buttons{flex-flow:wrap}.market-grid,.news-list{grid-template-columns:repeat(2,1fr)}.section-header{flex-direction:row;align-items:flex-end}}@media (min-width:900px){.desktop-only{display:revert}:root{--header-h:65px}.hero-chart{height:420px}.market-grid{grid-template-columns:repeat(3,1fr)}.news-list{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:row;justify-content:space-between}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (min-width:900px) and (max-width:1100px){.nav-links{gap:1rem}.nav-links a{font-size:.82rem}}
