@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background:#f8f7f4;color:#1a1a1a;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;padding-top:56px}.page{max-width:820px;margin:0 auto;padding:3rem 2rem 4rem}.music-player{position:fixed;top:0;left:0;right:0;z-index:9000;height:56px;background:#1a1a1a;display:flex;align-items:center;gap:1rem;padding:0 1.2rem;box-shadow:0 2px 12px #0000002e}.mp-play-btn{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#e85d4a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s}.mp-play-btn:hover{background:#c0392b;transform:scale(1.08)}.mp-play-btn svg{width:14px;height:14px}.mp-info{flex-shrink:0;display:flex;flex-direction:column;line-height:1.2}.mp-title{font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;color:#fff;letter-spacing:.02em}.mp-artist{font-size:.62rem;color:#888;letter-spacing:.02em}.mp-progress-wrap{flex:1;display:flex;align-items:center;gap:.6rem;min-width:0}.mp-time{font-family:DM Mono,monospace;font-size:.62rem;color:#888;flex-shrink:0;width:2.4rem;text-align:center}.mp-track{position:relative;flex:1;height:4px;background:#333;border-radius:2px}.mp-fill{position:absolute;top:0;left:0;height:100%;background:#e85d4a;border-radius:2px;pointer-events:none;transition:width .1s linear}.mp-scrubber{position:absolute;top:50%;left:0;width:100%;height:20px;transform:translateY(-50%);opacity:0;cursor:pointer;margin:0}.mp-track:hover .mp-fill{background:#ff7a6a}@media (max-width: 480px){.mp-artist,.mp-time{display:none}}.hero{text-align:center;margin-bottom:4rem}.accent-line{width:48px;height:4px;background:#e85d4a;border-radius:2px;margin:0 auto 2.5rem}.header-icon{width:56px;height:56px;background:#fef2f0;border:2px solid #fcd9d4;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}h1{font-size:clamp(1.4rem,4vw,2rem);font-weight:700;color:#1a1a1a;line-height:1.35;margin-bottom:.4rem;letter-spacing:-.02em}.subtitle{font-size:.8rem;color:#999;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3rem}.counter-grid{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.counter-unit{background:#fff;border:1px solid #e8e6e1;border-radius:16px;padding:1.6rem 1rem;min-width:110px;flex:1;max-width:160px;transition:border-color .2s,box-shadow .2s}.counter-unit:hover{border-color:#d4d2cd;box-shadow:0 2px 12px #0000000a}.counter-unit.days-unit{background:#1a1a1a;border-color:#1a1a1a}.counter-unit.days-unit:hover{box-shadow:0 4px 20px #0000001f}.counter-value{font-family:DM Mono,monospace;font-size:clamp(2.2rem,7vw,3.2rem);font-weight:500;line-height:1;color:#1a1a1a;margin-bottom:.4rem}.days-unit .counter-value{color:#fff;font-size:clamp(2.6rem,8vw,3.8rem)}.counter-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.18em;color:#999;font-weight:600}.days-unit .counter-label{color:#ffffff80}.counter-sep{display:flex;align-items:center;font-family:DM Mono,monospace;font-size:2rem;color:#ccc;padding-bottom:1rem}.last-event{background:#fff;border:1px solid #e8e6e1;border-radius:12px;padding:1rem 1.5rem;display:inline-flex;align-items:center;gap:.7rem;margin-bottom:2rem}.last-event-dot{width:7px;height:7px;background:#e85d4a;border-radius:50%;flex-shrink:0;animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.last-event-text{font-size:.8rem;color:#777}.last-event-date{color:#1a1a1a;font-weight:600}.status-bar{display:flex;justify-content:center;gap:1.5rem;font-size:.65rem;color:#bbb;text-transform:uppercase;letter-spacing:.12em;font-weight:500}.status-item{display:flex;align-items:center;gap:.35rem}.status-dot{width:5px;height:5px;border-radius:50%;background:#4ade80}.status-dot.disconnected{background:#e85d4a}.loading .counter-value{animation:loading-pulse 1.5s ease-in-out infinite;color:#ddd}.loading .days-unit .counter-value{color:#ffffff4d}@keyframes loading-pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes flash-update{0%{background:#fef2f0}to{background:#fff}}.flash .counter-unit:not(.days-unit){animation:flash-update .6s ease-out}.divider{width:100%;height:1px;background:#e8e6e1;margin:3rem 0}.section-header{margin-bottom:2rem}.section-tag{font-size:.65rem;text-transform:uppercase;letter-spacing:.2em;color:#e85d4a;font-weight:600;margin-bottom:.5rem}.section-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.4rem 1.2rem;transition:border-color .2s,box-shadow .2s}.stat-card:hover{border-color:#d4d2cd;box-shadow:0 2px 12px #0000000a}.stat-number{font-family:DM Mono,monospace;font-size:1.8rem;font-weight:500;color:#1a1a1a;line-height:1;margin-bottom:.4rem}.stat-number.accent{color:#e85d4a}.stat-desc{font-size:.72rem;color:#999;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background:#e8e6e1}.timeline-item{position:relative;margin-bottom:1.8rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:.35rem;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #e85d4a}.timeline-dot.filled{background:#e85d4a}.timeline-date{font-family:DM Mono,monospace;font-size:.7rem;color:#e85d4a;font-weight:500;letter-spacing:.05em;margin-bottom:.2rem}.timeline-text{font-size:.9rem;color:#555;line-height:1.5}.timeline-text strong{color:#1a1a1a}.probability-card{background:#fff;border:1px solid #e8e6e1;border-radius:16px;padding:2rem}.probability-card p{font-size:.88rem;color:#555;line-height:1.7;margin-bottom:1rem}.probability-card p:last-child{margin-bottom:0}.risk-factors{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.2rem}.risk-factor{background:#faf9f7;border:1px solid #eee;border-radius:10px;padding:.8rem 1rem;font-size:.78rem;color:#555;display:flex;align-items:center;gap:.5rem}.risk-icon{font-size:1rem;flex-shrink:0}.records-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.record-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.4rem 1.2rem;transition:border-color .2s,box-shadow .2s}.record-card:hover{border-color:#d4d2cd;box-shadow:0 2px 12px #0000000a}.record-emoji{font-size:1.4rem;margin-bottom:.6rem}.record-value{font-family:DM Mono,monospace;font-size:1.1rem;font-weight:500;color:#1a1a1a;margin-bottom:.2rem}.record-label{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.chart-container{background:#fff;border:1px solid #e8e6e1;border-radius:16px;padding:1.5rem}.bar-chart{display:flex;align-items:flex-end;gap:.5rem;height:140px;padding-top:.5rem}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;height:100%;justify-content:flex-end}.bar{width:100%;max-width:48px;background:#1a1a1a;border-radius:6px 6px 2px 2px;min-height:4px;transition:background .2s}.bar:hover,.bar.highlight{background:#e85d4a}.bar.highlight:hover{background:#c94a38}.bar-count{font-family:DM Mono,monospace;font-size:.65rem;color:#999;font-weight:500}.bar-label{font-size:.6rem;color:#bbb;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.leaderboard{background:#fff;border:1px solid #e8e6e1;border-radius:16px;overflow:hidden}.leaderboard-row{display:flex;align-items:center;padding:1rem 1.4rem;gap:1rem}.leaderboard-row+.leaderboard-row{border-top:1px solid #f0efec}.leaderboard-rank{font-family:DM Mono,monospace;font-size:.75rem;color:#bbb;font-weight:500;width:24px}.leaderboard-name{flex:1;font-size:.88rem;font-weight:600;color:#1a1a1a}.leaderboard-count{font-family:DM Mono,monospace;font-size:.88rem;font-weight:500;color:#e85d4a}.leaderboard-bar-bg{flex:1;height:6px;background:#f0efec;border-radius:3px;overflow:hidden}.leaderboard-bar-fill{height:100%;background:#1a1a1a;border-radius:3px}.footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e6e1}.footer-text{font-size:.7rem;color:#bbb;letter-spacing:.05em}.footer-brand{font-weight:600;color:#999}.avatar-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.avatar-placeholder{width:180px;height:180px;border:2px solid #e85d4a;border-radius:24px;background:#fef2f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.avatar-placeholder-emoji{font-size:4rem;line-height:1}.avatar-placeholder-name{font-family:DM Mono,monospace;font-size:.65rem;color:#e85d4a;letter-spacing:.08em;text-transform:uppercase}.avatar-photo{width:220px;height:280px;border-radius:24px;object-fit:cover;object-position:center top;border:3px solid #e85d4a;box-shadow:0 8px 32px #e85d4a2e}.lfx-section{background:#faf9f7;border:1px solid #e8e6e1;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.lfx-header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.lfx-header-left{display:flex;align-items:center;gap:.75rem}.lfx-title{font-size:1rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em}.lfx-subtitle{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.lfx-badges{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lfx-live-badge{display:flex;align-items:center;gap:.3rem;background:#1a1a1a;color:#fff;border-radius:20px;padding:.2rem .6rem;font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.lfx-live-dot{width:5px;height:5px;border-radius:50%;background:#4ade80;animation:pulse-dot 1.5s ease-in-out infinite}.lfx-volume{font-family:DM Mono,monospace;font-size:.65rem;color:#999;letter-spacing:.05em}.lfx-top-row{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.stability-score-card{flex:1;min-width:160px;background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.4rem}.stability-score-big{font-family:DM Mono,monospace;font-size:clamp(3rem,8vw,4.5rem);font-weight:500;color:#e85d4a;line-height:1;margin-bottom:.3rem}.stability-score-big.critical{animation:score-pulse 1.2s ease-in-out infinite}@keyframes score-pulse{0%,to{opacity:1}50%{opacity:.6}}.stability-score-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#999;font-weight:600;margin-bottom:.5rem}.stability-risk-badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.stability-risk-badge.LOW{background:#dcfce7;color:#166534}.stability-risk-badge.ELEVATED{background:#fef9c3;color:#854d0e}.stability-risk-badge.HIGH{background:#ffedd5;color:#9a3412}.stability-risk-badge.CRITICAL{background:#fee2e2;color:#991b1b}.stability-meta{font-size:.72rem;color:#aaa;font-family:DM Mono,monospace}.risk-meter-card{flex:1;min-width:180px;background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.risk-meter-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#999;font-weight:600}.risk-meter-svg{width:200px;height:120px}.risk-meter-label{font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.risk-meter-label.LOW{color:#16a34a}.risk-meter-label.ELEVATED{color:#ca8a04}.risk-meter-label.HIGH{color:#ea580c}.risk-meter-label.CRITICAL{color:#dc2626}.featured-market-card{background:#1a1a1a;border-radius:16px;padding:1.8rem;color:#fff}.featured-market-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:#fff6;font-weight:600;margin-bottom:.4rem}.featured-market-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1.4rem;letter-spacing:-.01em}.featured-bar-row{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.4rem}.featured-bar-item{display:flex;align-items:center;gap:.75rem}.featured-bar-side{font-family:DM Mono,monospace;font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;width:32px;flex-shrink:0}.featured-bar-side.yes{color:#4ade80}.featured-bar-side.no{color:#f87171}.featured-bar-track{flex:1;height:8px;background:#333;border-radius:4px;overflow:hidden}.featured-bar-fill{height:100%;border-radius:4px;transition:width .8s ease}.featured-bar-fill.yes{background:#4ade80}.featured-bar-fill.no{background:#e85d4a}.featured-bar-pct{font-family:DM Mono,monospace;font-size:.78rem;font-weight:500;width:36px;text-align:right;flex-shrink:0}.featured-bar-pct.yes{color:#4ade80}.featured-bar-pct.no{color:#f87171}.featured-market-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.market-btn{padding:.55rem 1.2rem;border-radius:8px;font-family:DM Mono,monospace;font-size:.78rem;font-weight:500;cursor:pointer;border:none;transition:opacity .15s,transform .1s;letter-spacing:.04em}.market-btn:hover{opacity:.85}.market-btn:active{transform:scale(.97)}.market-btn-yes{background:#4ade80;color:#1a1a1a}.market-btn-no{background:#e85d4a;color:#fff}.featured-market-meta{font-size:.65rem;color:#ffffff59;font-family:DM Mono,monospace;letter-spacing:.05em}.markets-table{display:flex;flex-direction:column;gap:.5rem}.markets-table-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#aaa;font-weight:600;margin-bottom:.25rem}.market-row{display:flex;align-items:center;gap:1rem;padding:.9rem 1.2rem;background:#fff;border:1px solid #e8e6e1;border-radius:12px;transition:border-color .2s}.market-row:hover{border-color:#d4d2cd}.market-row-horizon{font-family:DM Mono,monospace;font-size:.65rem;color:#bbb;font-weight:500;width:52px;flex-shrink:0;text-transform:uppercase;letter-spacing:.06em}.market-row-label{flex:1;font-size:.82rem;color:#444;font-weight:500}.market-row-bar-wrap{width:80px;flex-shrink:0}.market-row-bar-track{height:4px;background:#f0efec;border-radius:2px;overflow:hidden;margin-bottom:.2rem}.market-row-bar-fill{height:100%;background:#1a1a1a;border-radius:2px;transition:width .8s ease}.market-row-pct{font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;color:#1a1a1a}.market-row-pct.high{color:#e85d4a}.market-row-vol{font-family:DM Mono,monospace;font-size:.65rem;color:#bbb;width:64px;text-align:right;flex-shrink:0}.market-hot-badge{background:#fee2e2;color:#991b1b;font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .45rem;border-radius:20px;flex-shrink:0}.lfx-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.order-book,.recent-trades{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:1.2rem}.ob-title,.rt-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#aaa;font-weight:600;margin-bottom:.75rem}.ob-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem .4rem;border-radius:6px;font-family:DM Mono,monospace;font-size:.72rem;margin-bottom:2px}.ob-row.ask{background:#fff1f0}.ob-row.bid{background:#f0fdf4}.ob-price.ask{color:#dc2626}.ob-price.bid{color:#16a34a}.ob-size{color:#999}.ob-mid{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;font-family:DM Mono,monospace;font-size:.7rem;color:#e85d4a;font-weight:500}.ob-mid-line{flex:1;height:1px;background:#e8e6e1}.trade-row{display:flex;align-items:center;gap:.6rem;padding:.35rem 0;border-bottom:1px solid #f5f4f1;font-size:.78rem}.trade-row:last-child{border-bottom:none}.trade-name{flex:1;font-weight:600;color:#333;font-size:.78rem}.trade-side{display:inline-flex;align-items:center;justify-content:center;width:36px;padding:.15rem 0;border-radius:4px;font-family:DM Mono,monospace;font-size:.6rem;font-weight:700;letter-spacing:.06em;flex-shrink:0}.trade-side.yes{background:#dcfce7;color:#166534}.trade-side.no{background:#fee2e2;color:#991b1b}.trade-amount{font-family:DM Mono,monospace;font-size:.68rem;color:#777;flex-shrink:0}.trade-ago{font-family:DM Mono,monospace;font-size:.62rem;color:#ccc;flex-shrink:0}.lfx-disclaimer{border:1px solid #f5e6c8;background:#fffbf0;border-radius:12px;padding:1rem 1.2rem;font-size:.72rem;color:#888;line-height:1.6}.lfx-disclaimer strong{color:#b45309}.lfx-toilet-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.lfx-toilet-img{width:100%;max-width:340px;height:400px;border-radius:16px;object-fit:cover;object-position:center top;border:2px solid #f5e6c8;display:block}.lfx-toilet-caption{font-size:.72rem;color:#b45309;font-style:italic;line-height:1.4;text-align:center}@media (max-width: 560px){.counter-unit{min-width:72px;padding:1.2rem .6rem}.counter-sep{display:none}.last-event{padding:.8rem 1rem}.status-bar{flex-direction:column;gap:.4rem}.stats-grid{grid-template-columns:1fr 1fr}.risk-factors,.records-grid,.lfx-two-col{grid-template-columns:1fr}.lfx-top-row{flex-direction:column}.market-row-label{font-size:.75rem}.market-row-bar-wrap{display:none}}@keyframes ad-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ad-fade-out{0%{opacity:1}to{opacity:0}}@keyframes ad-pop-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.75)}70%{transform:translate(-50%,-50%) scale(1.03)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes ad-pop-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.88)}}.ad-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0000008c;animation:ad-fade-in .3s ease forwards}.ad-backdrop-out{animation:ad-fade-out .35s ease forwards}.ad-popup{position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%,-50%);width:min(480px,92vw);background:#fff;border-radius:16px;box-shadow:0 24px 64px #0000004d,0 4px 16px #00000026;border:1px solid #e0ddd8;overflow:hidden;animation:ad-pop-in .35s cubic-bezier(.34,1.56,.64,1) forwards}.ad-popup-wide{width:min(580px,94vw)}.ad-popup-out{animation:ad-pop-out .35s ease forwards}.ad-popup-bar{background:#1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:.4rem .8rem .4rem 1rem}.ad-popup-title{font-family:DM Mono,monospace;font-size:.62rem;color:#888;letter-spacing:.1em;text-transform:uppercase}.ad-popup-close{background:#e85d4a;border:none;color:#fff;font-size:.7rem;width:22px;height:22px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s}.ad-popup-close:hover{background:#c0392b}.ad-popup-body{padding:2rem 2rem 1.8rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center}.ad-popup-img{width:200px;object-fit:contain}.ad-popup-img-large{width:min(340px,80%);max-height:260px;object-fit:cover;border-radius:10px}.ad-popup-msg{font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.4}.ad-popup-cta{background:#1a1a1a;color:#fff;border:none;border-radius:24px;padding:.6rem 1.6rem;font-size:.82rem;font-family:DM Mono,monospace;cursor:pointer;transition:background .15s,transform .1s}.ad-popup-cta:hover{background:#e85d4a;transform:scale(1.04)}.ad-matarruano-body{padding:2rem 1.5rem 1.8rem;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.ad-matarruano-question{font-family:DM Mono,monospace;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:700;color:#1a1a1a;text-align:center;margin:0}.ad-matarruano-btns{display:flex;gap:1rem}.ad-matarruano-sim{font-family:DM Mono,monospace;font-size:1rem;font-weight:700;padding:.65rem 2rem;border:none;border-radius:8px;background:#e85d4a;color:#fff;cursor:pointer;transition:transform .15s ease,background .15s ease}.ad-matarruano-sim:hover{background:#c0392b;transform:scale(1.06)}.ad-before-after{display:flex;align-items:center;gap:.8rem;justify-content:center;width:100%;margin-bottom:.4rem}.ad-ba-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1}.ad-ba-img{width:100%;max-width:210px;height:210px;object-fit:cover;border-radius:10px;border:2px solid #e8e6e1}.ad-ba-label{font-family:DM Mono,monospace;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#888}.ad-ba-arrow{font-size:1.6rem;color:#e85d4a;font-weight:700;flex-shrink:0}.mp-dark-toggle{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:transparent;border:1px solid #333;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s;margin-left:.2rem}.mp-dark-toggle:hover{border-color:#888;color:#fff}.mp-dark-toggle svg{width:14px;height:14px}html.dark body{background:#0f0f0d;color:#e8e4e0}html.dark .hero h1{color:#e8e4e0}html.dark .subtitle{color:#aaa}html.dark .counter-unit{background:#1c1c1a;border-color:#2a2a28;color:#e8e4e0}html.dark .counter-unit:hover{border-color:#3d3d3a}html.dark .counter-value{color:#e8e4e0}html.dark .counter-label{color:#999}html.dark .counter-sep{color:#555}html.dark .last-event{background:#1c1c1a;border-color:#2a2a28}html.dark .last-event-text{color:#aaa}html.dark .last-event-date{color:#e8e4e0}html.dark .status-bar{color:#999}html.dark .divider{background:#222}html.dark .section-title{color:#e8e4e0}html.dark .stat-card{background:#1c1c1a;border-color:#2a2a28}html.dark .stat-card:hover{border-color:#3d3d3a}html.dark .stat-number{color:#e8e4e0}html.dark .stat-desc{color:#aaa}html.dark .record-card{background:#1c1c1a;border-color:#2a2a28}html.dark .record-card:hover{border-color:#3d3d3a}html.dark .record-value{color:#e8e4e0}html.dark .record-label{color:#aaa}html.dark .chart-container{background:#1c1c1a;border-color:#2a2a28}html.dark .bar{background:#444}html.dark .bar-label{color:#bbb}html.dark .bar-count{color:#999}html.dark .leaderboard{background:#1c1c1a;border-color:#2a2a28}html.dark .leaderboard-row+.leaderboard-row{border-top-color:#252523}html.dark .leaderboard-rank{color:#888}html.dark .leaderboard-name{color:#e8e4e0}html.dark .leaderboard-count{color:#f87171}html.dark .leaderboard-bar-bg{background:#2a2a28}html.dark .leaderboard-bar-fill{background:#e8e4e0}html.dark .timeline:before{background:#2a2a28}html.dark .timeline-title{color:#e8e4e0}html.dark .timeline-date{color:#f87171}html.dark .timeline-text{color:#ccc}html.dark .timeline-text strong{color:#e8e4e0}html.dark .timeline-dot{background:#1c1c1a;border-color:#f87171}html.dark .timeline-dot.filled{background:#f87171}html.dark .probability-card{background:#1c1c1a;border-color:#2a2a28}html.dark .probability-card p{color:#bbb}html.dark .risk-factor{background:#161614;border-color:#2a2a28;color:#bbb}html.dark .lfx-section{background:#161614;border-color:#2a2a28}html.dark .lfx-title{color:#e8e4e0}html.dark .lfx-subtitle,html.dark .lfx-volume{color:#aaa}html.dark .stability-score-card,html.dark .risk-meter-card{background:#1c1c1a;border-color:#2a2a28}html.dark .risk-meter-track{stroke:#3a3a38}html.dark .risk-meter-svg text{fill:#888!important}html.dark .stability-score-label,html.dark .stability-meta,html.dark .risk-meter-title,html.dark .markets-table-title{color:#aaa}html.dark .market-row{background:#1c1c1a;border-color:#2a2a28}html.dark .market-row:hover{border-color:#3d3d3a}html.dark .market-row-label{color:#e8e4e0}html.dark .market-row-horizon,html.dark .market-row-vol{color:#aaa}html.dark .market-row-bar-track{background:#2a2a28}html.dark .order-book{background:#1c1c1a;border-color:#2a2a28}html.dark .ob-title{color:#aaa}html.dark .ob-row.ask{background:#dc26261f}html.dark .ob-row.bid{background:#16a34a1f}html.dark .ob-mid-line{background:#2a2a28}html.dark .recent-trades{background:#1c1c1a;border-color:#2a2a28}html.dark .rt-title{color:#aaa}html.dark .trade-row{border-bottom-color:#222}html.dark .trade-name{color:#e8e4e0}html.dark .trade-amount{color:#bbb}html.dark .trade-ago{color:#999}html.dark .lfx-disclaimer{background:#1a170f;border-color:#2d2510;color:#aaa}html.dark .footer{border-top-color:#2a2a28}html.dark .footer-text,html.dark .footer-brand{color:#666}html.dark .avatar-placeholder{background:#2a1714}
