.mp-home-shell{max-width:72rem;margin:0 auto;padding:1rem 1rem 1.5rem;position:relative;overflow:hidden}.mp-ambient-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.mp-ambient-orb--left{top:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(var(--mp-orb-color-primary)/.2),transparent 70%)}.mp-ambient-orb--right{top:40%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--mp-orb-color-secondary)/.12),transparent 70%)}:root:not(.dark) .mp-ambient-orb--left{background:radial-gradient(circle,rgba(var(--mp-orb-color-primary)/.08),transparent 70%)}:root:not(.dark) .mp-ambient-orb--right{background:radial-gradient(circle,rgba(var(--mp-orb-color-secondary)/.06),transparent 70%)}.mp-home-content{position:relative;z-index:1}.mp-home-hero{text-align:center;margin-bottom:.5rem}.mp-subtitle-text{font-family:var(--mp-font-mono);font-size:.75rem;color:#00f0ff;letter-spacing:.15em;margin:.25rem 0 .75rem;text-transform:uppercase;text-shadow:0 0 8px rgba(0,240,255,.3)}.mp-loading-inline{opacity:.4;grid-column:1/-1;text-align:center;padding:2rem;font-size:.85rem}.mp-data-timestamp{text-align:right;margin-top:.35rem}.mp-more-wrap{text-align:center;margin-top:1.5rem}.mp-ecg-line{stroke-dasharray:269;stroke-dashoffset:269;animation:ecg-draw 3s cubic-bezier(.2,.8,.2,1)infinite}.mp-ecg-line--right{animation-delay:0s}@keyframes ecg-draw{0%{stroke-dashoffset:269;opacity:0}15%{opacity:.9}50%{stroke-dashoffset:0;opacity:.9}70%{stroke-dashoffset:0;opacity:.4}100%{stroke-dashoffset:269;opacity:0}}@media(max-width:640px){.mp-home-shell .mp-ticker-groups{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:.5rem}.mp-home-shell .mp-ticker-group{flex:0 0 85%;scroll-snap-align:start;min-width:0}.mp-home-shell .mp-ticker-groups::-webkit-scrollbar{height:6px}.mp-home-shell .mp-ticker-groups::-webkit-scrollbar-thumb{background:rgba(124,58,237,.6);border-radius:3px}.mp-home-shell .mp-ticker-groups::-webkit-scrollbar-track{background:rgba(124,58,237,.1)}.mp-home-shell .mp-ticker-groups-wrap{position:relative}.mp-home-shell .mp-ticker-groups-wrap::after{content:'';position:absolute;right:0;top:0;bottom:0;width:2rem;background:linear-gradient(to right,transparent,rgb(var(--mp-bg-base-rgb)));pointer-events:none;transition:opacity .3s}.mp-home-shell .mp-ticker-groups-wrap.scrolled-end::after{opacity:0}.mp-home-shell .mp-ticker-name{white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem;line-height:1.3}.mp-home-shell .mp-ticker-price{font-size:.7rem}.mp-home-shell .mp-ticker-change{font-size:.7rem}.mp-home-shell .mp-ticker-spark{max-width:40px}}@media(prefers-reduced-motion:reduce){.mp-live-status::after{animation:none}}.mp-regime-us{font-size:.7rem;opacity:.6;margin-left:.25rem;font-weight:500}.mp-calendar-shortcode__empty{color:#94a3b8;font-family:var(--mp-font-mono);font-size:.85rem}.mp-live-status{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:.5rem;background-color:#94a3b8;position:relative;vertical-align:middle}.mp-live-status::after{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:1px solid;opacity:0;animation:status-ping 2s cubic-bezier(0,0,.2,1)infinite}@keyframes status-ping{75%,100%{transform:scale(2);opacity:0}}.mp-live-status.is-fresh{background-color:var(--regime-color,var(--mp-neon-green));color:var(--regime-color,var(--mp-neon-green));box-shadow:0 0 8px var(--regime-color,var(--mp-neon-green))}.mp-live-status.is-stale{background-color:var(--regime-color,var(--mp-neon-yellow));color:var(--regime-color,var(--mp-neon-yellow));box-shadow:0 0 8px var(--regime-color,var(--mp-neon-yellow));opacity:.7}.mp-live-status.is-error{background-color:var(--mp-neon-pink);color:var(--mp-neon-pink);box-shadow:0 0 8px var(--mp-neon-pink)}