:root,[data-theme=light]{--seed:#4a5bd0;--accent:#4a5bd0;--primary:#3a49ad;--pop:#4a5bd0;--surface:#eef0f5;--on-surface:#14161c;--body:#3a3d48;--md-ink:#171922;--muted:#5a5e6a;--subtle:#767b88;--border:#d4d7e0;--panel:#f7f8fc;--callout:#e5e7ee;--accent-soft:#e4e7f8;--app-bar:#eef0f5;--masthead:#eef0f5;--masthead-ink:#14161c;--masthead-muted:#5a5e6a;--danger:#c81e1e;--gain:#0d8a5a;--loss:#c81e1e;--chain:#4a5bd0;--scheduled:#5b6b4a;--card-shadow:#14161c14;--card-hover-shadow:#14161c24;--thumb-plate:#fff;--tone-markets:var(--muted);--tone-protocol:var(--muted);--tone-assets:var(--muted);--tone-people:var(--muted);--tone-meta:var(--muted);--tone-alert:var(--danger);--radius-card:8px;--radius-control:8px;--radius-thumb:8px;--font-display:"Archivo", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-serif:"Source Serif 4", Georgia, "Times New Roman", serif;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-kicker:11px;--fs-ui:13px;--fs-name:21px;--fs-lead:clamp(28px, 3.8vw, 44px);--fs-article:clamp(30px, 4.2vw, 46px);--fs-story:17px;--fs-story-dense:15.5px;--fs-deck:18px;--fs-prose:19px;--fs-prose-lg:20px;--max-content:880px;--max-reading:960px;--max-wide:1240px;--rail:320px;--shell-gutter:32px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--seed:#7c8dff;--accent:#7c8dff;--primary:#a3b0ff;--pop:#7c8dff;--surface:#0f1117;--on-surface:#eef1f8;--body:#b9bfce;--md-ink:#e2e6f0;--muted:#8e94a6;--subtle:#626878;--border:#272c3a;--panel:#161923;--callout:#141721;--accent-soft:#222741;--app-bar:#0f1117;--masthead:#0f1117;--masthead-ink:#eef1f8;--masthead-muted:#8e94a6;--danger:#ff7a70;--gain:#37d29c;--loss:#ff7a70;--chain:#7c8dff;--scheduled:#a3b58e;--card-shadow:#00000059;--card-hover-shadow:#00000080;--tone-markets:var(--muted);--tone-protocol:var(--muted);--tone-assets:var(--muted);--tone-people:var(--muted);--tone-meta:var(--muted);--tone-alert:var(--danger);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;background-color:var(--surface);min-height:100dvh;color:var(--on-surface);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:color-mix(in srgb, var(--accent) 18%, transparent);background-image:none;margin:0;font-size:16px;font-weight:400;line-height:1.6}html{scroll-padding-top:calc(64px + env(safe-area-inset-top,0px));overflow-x:clip}@media (max-width:859px){html{scroll-padding-top:calc(92px + env(safe-area-inset-top,0px))}:root{--shell-gutter:18px}}@media (max-width:519px){:root{--shell-gutter:14px}}html[data-theme=light],html[data-theme=light] body,html[data-theme=dark],html[data-theme=dark] body{background-color:var(--surface);color:var(--on-surface);background-image:none}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}::selection{background:var(--accent);color:var(--surface)}h1,h2,h3{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.3px;font-weight:700;font-stretch:94%}.btn{border:1px solid var(--border);background:var(--panel);color:var(--on-surface);border-radius:var(--radius-control);justify-content:center;align-items:center;gap:.4rem;padding:15px 22px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}@media (max-width:519px){.btn{padding:12px 16px}}.btn:hover{background:var(--accent-soft)}.btn-primary{background:var(--on-surface);border-color:var(--on-surface);color:var(--panel)}.btn-primary:hover{background:var(--pop);border-color:var(--pop);color:#fff;filter:none}.btn-outlined{background:0 0}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a:focus-visible{border-radius:4px}.btn:focus-visible,.icon-btn:focus-visible,button:focus-visible{outline-offset:3px}.field{flex-direction:column;gap:.35rem;display:flex}.field input,.field textarea,.field select{border:1px solid var(--border);background:var(--panel);color:var(--on-surface);border-radius:var(--radius-control);padding:14px 16px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);border-width:1.6px;outline:none}.muted{color:var(--muted)}.subtle{color:var(--subtle)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-card);padding:1rem 1.15rem}.stack{flex-direction:column;gap:12px;display:flex}.page{width:100%;max-width:var(--max-content);padding:28px var(--shell-gutter) 48px;margin:0 auto;animation:.4s cubic-bezier(.22,1,.36,1) both page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (max-width:859px){.page{padding:18px var(--shell-gutter) 20px}}@media (max-width:519px){.page{padding:14px var(--shell-gutter) 12px}}.page-reading{max-width:var(--max-reading)}.page-wide{max-width:var(--max-wide)}.editorial{gap:28px;display:grid}@media (min-width:1080px){.editorial:has(.rail){grid-template-columns:minmax(0, 1fr) var(--rail);align-items:stretch;column-gap:0}.editorial>.rail{border-inline-start:1px solid var(--border);flex-direction:column;gap:26px;min-height:0;margin-inline-start:28px;padding-inline-start:28px;display:flex}.editorial .rail-module{flex:auto;height:100%}}@media (max-width:1079px){.editorial>.rail{border-top:1px solid var(--on-surface);padding-top:12px}}.rail-module{flex-direction:column;gap:2px;display:flex}.rail-head{border-bottom:1px solid var(--on-surface);font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--on-surface);margin:0 0 8px;padding-bottom:7px;font-size:10.5px;font-weight:600}.rail-head:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.bleed{width:100vw;padding-inline:max(var(--shell-gutter), calc(50vw - var(--max-wide) / 2));margin-inline:calc(50% - 50vw)}@media (max-width:859px){.bleed{padding-inline:var(--shell-gutter)}}.band{color:var(--on-surface);border-block:1px solid var(--border);background:0 0}@keyframes spa-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes slug-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes rule-draw{0%{opacity:.35;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fade-up-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes menu-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes copied-pulse{0%,to{opacity:1}40%{color:var(--accent);opacity:.72}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes value-tick{0%{opacity:.35}to{opacity:1}}#app.spa-revealed{animation:.5s cubic-bezier(.22,1,.36,1) backwards spa-enter}.accent-slug{background:var(--accent);transform-origin:0;border-radius:0;width:36px;height:4px;animation:.55s cubic-bezier(.22,1,.36,1) both slug-draw}.live-pixel{background:var(--accent);flex-shrink:0;width:7px;height:7px;animation:1.8s ease-in-out infinite live-pulse;display:inline-block}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.22}}.kicker{font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--tone,var(--muted));margin:0;font-size:10.5px;font-weight:700}.wire-stamp{font-family:var(--font-mono);letter-spacing:.6px;text-transform:uppercase;color:var(--muted);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:10.5px;font-weight:500;display:flex}.wire-stamp .sep{color:var(--subtle);margin-inline:2px}.edition-head{flex-direction:column;gap:6px;padding-bottom:4px;display:flex}.edition-date{font-family:var(--font-display);letter-spacing:-.6px;margin:0;font-size:clamp(17px,2vw,22px);font-weight:800;font-stretch:94%;line-height:1.15}.desk-head{border-bottom:1px solid var(--on-surface);font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--on-surface);margin:0 0 8px;padding-bottom:7px;font-size:10.5px;font-weight:600}.desk-head:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.desks{gap:28px 32px;width:100%;display:grid}@media (min-width:700px){.desks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1080px){.desks{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:0}.desks>.desk:not(:last-child){border-inline-end:1px solid var(--border);margin-inline-end:20px;padding-inline-end:20px}}.desk{flex-direction:column;gap:0;min-width:0;display:flex}.desk .row{padding:10px 0}.desk .row:last-child{border-bottom:0}.section-rule{align-items:center;gap:12px;margin:8px 0 4px;display:flex}.section-rule .label{font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--on-surface);white-space:nowrap;margin:0;font-size:10.5px;font-weight:600}.section-rule .label:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.section-rule .rule{background:var(--border);transform-origin:0;border:0;flex:1;height:1px;animation:.7s cubic-bezier(.22,1,.36,1) 80ms both rule-draw}.hairline{border:0;border-top:1px solid var(--border);margin-block:var(--hairline-gap,16px)}.story-grid{gap:0 20px;display:grid}@media (min-width:700px){.story-grid.cols-2{grid-template-columns:1fr 1fr}.story-grid.cols-2>:nth-child(odd){border-inline-end:1px solid var(--border);padding-inline-end:20px}}@media (prefers-reduced-motion:reduce){#app.spa-revealed,.accent-slug,.section-rule .rule,.page,.live-pixel{transition:none;animation:none}:global(.motion-rise){transition:none;animation:none}:global(.motion-fade-up){transition:none;animation:none}:global(.motion-menu){transition:none;animation:none}:global(.motion-backdrop){transition:none;animation:none}:global(.motion-modal){transition:none;animation:none}:global(.motion-results){transition:none;animation:none}:global(.motion-fill){transition:none;animation:none}:global(.motion-value-tick){transition:none;animation:none}}.mark.svelte-13pjwcg{color:#f7f8fc;-webkit-user-select:none;user-select:none;background:#14161c;flex-shrink:0;place-items:center;line-height:0;display:inline-grid;overflow:hidden}.mark.svelte-13pjwcg svg{display:block}html[data-theme=dark] .mark.svelte-13pjwcg{color:var(--on-surface);background:0 0}.markets.svelte-k0vy8i{background:var(--surface);height:36px;color:var(--on-surface);border-bottom:1px solid var(--border);position:relative}.markets.svelte-k0vy8i:before,.markets.svelte-k0vy8i:after{content:"";z-index:1;pointer-events:none;width:44px;position:absolute;top:0;bottom:0}.markets.svelte-k0vy8i:before{background:linear-gradient(90deg, color-mix(in srgb, var(--surface) 100%, transparent) 35%, transparent);left:0}.markets.svelte-k0vy8i:after{background:linear-gradient(270deg, color-mix(in srgb, var(--surface) 100%, transparent) 35%, transparent);right:0}.scroller.svelte-k0vy8i{scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;height:100%;overflow:auto hidden}.scroller.svelte-k0vy8i::-webkit-scrollbar{display:none}.inner.svelte-k0vy8i{width:100%;min-width:max-content;height:100%;padding-inline:var(--shell-gutter);box-sizing:border-box;justify-content:safe center;align-items:center;padding-inline-start:max(var(--shell-gutter), 28px);display:inline-flex}.markets.svelte-k0vy8i .live-pixel{inset-inline-start:12px;z-index:2;position:absolute;top:50%;transform:translateY(-50%)}.chip.svelte-k0vy8i{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.sep.svelte-k0vy8i{color:var(--subtle);font-family:var(--font-mono);margin:0 12px;font-size:11px;line-height:1}.label.svelte-k0vy8i{font-family:var(--font-mono);letter-spacing:.7px;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:600}.value.svelte-k0vy8i{font-family:var(--font-mono);color:var(--on-surface);font-variant-numeric:tabular-nums;margin-inline-start:2px;font-size:12px;font-weight:600;animation:.35s both svelte-k0vy8i-value-tick}@keyframes svelte-k0vy8i-value-tick{0%{opacity:.35}to{opacity:1}}@media (prefers-reduced-motion:reduce){.value.svelte-k0vy8i{animation:none}}.hint.svelte-k0vy8i{font-family:var(--font-mono);color:var(--muted);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:600}.hint.up.svelte-k0vy8i{color:var(--gain)}.hint.down.svelte-k0vy8i{color:var(--loss)}@media (max-width:639px){.markets.svelte-k0vy8i:before,.markets.svelte-k0vy8i:after{width:20px}.sep.svelte-k0vy8i{margin:0 8px}}.site-footer.svelte-1egf6ko{border-top:1px solid var(--border);background:var(--surface);color:var(--on-surface);margin-top:auto}.inner.svelte-1egf6ko{max-width:var(--max-wide);padding:40px var(--shell-gutter) 32px;margin:0 auto}@media (max-width:519px){.inner.svelte-1egf6ko{padding:18px 16px calc(14px + env(safe-area-inset-bottom,0px))}.grid.svelte-1egf6ko{gap:16px}.cols.svelte-1egf6ko{gap:12px}.tagline.svelte-1egf6ko{margin-top:6px;font-size:.85rem}.heading.svelte-1egf6ko{margin-bottom:6px}.links.svelte-1egf6ko a:where(.svelte-1egf6ko){min-height:32px;padding:4px 2px;font-size:.9rem}.rule.svelte-1egf6ko{margin:16px 0 10px}}.grid.svelte-1egf6ko{flex-direction:column;gap:28px;display:flex}@media (min-width:720px){.grid.svelte-1egf6ko{flex-direction:row;align-items:flex-start;gap:48px}.brand.svelte-1egf6ko{flex:5;min-width:0}.cols.svelte-1egf6ko{flex:7;align-items:flex-start;gap:48px;display:flex}}.nameplate.svelte-1egf6ko{align-items:center;gap:12px;min-width:0;display:flex}.title.svelte-1egf6ko{font-family:var(--font-display);letter-spacing:-.3px;color:var(--on-surface);white-space:nowrap;text-overflow:ellipsis;font-size:1.25rem;font-weight:700;overflow:hidden}.tagline.svelte-1egf6ko{max-width:28rem;margin:8px 0 0;font-size:.9rem;line-height:1.5}.cols.svelte-1egf6ko{flex-direction:column;gap:24px;display:flex}@media (min-width:720px){.cols.svelte-1egf6ko{flex-direction:row}.col.news.svelte-1egf6ko{flex:1}}.heading.svelte-1egf6ko{font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--muted);margin:0 0 12px;font-size:10.5px;font-weight:600}.heading.svelte-1egf6ko:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.links.svelte-1egf6ko{flex-direction:column;display:flex}.links.split.svelte-1egf6ko{flex-direction:column;gap:0}@media (min-width:720px){.links.split.svelte-1egf6ko{flex-direction:row;gap:40px}}.links.svelte-1egf6ko a:where(.svelte-1egf6ko){min-height:44px;color:var(--on-surface);border-radius:6px;align-items:center;padding:8px 4px;font-size:.95rem;text-decoration:none;display:flex}.links.svelte-1egf6ko a:where(.svelte-1egf6ko):hover{color:var(--primary);text-decoration:none}.rule.svelte-1egf6ko{border:0;border-top:1px solid var(--border);margin:28px 0 16px}.rights.svelte-1egf6ko{font-family:var(--font-mono);letter-spacing:.2px;color:var(--muted);margin:0;font-size:11px}.colophon.svelte-1egf6ko{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 24px;display:flex}.shell.svelte-1duc7gd{min-height:100vh;background:0 0;flex-direction:column;min-height:100dvh;display:flex}.skip-link.svelte-1duc7gd{top:0;z-index:60;background:var(--panel);color:var(--primary);border:1px solid var(--border);border-radius:0 0 10px;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;position:absolute;inset-inline-start:0;transform:translateY(-120%)}.skip-link.svelte-1duc7gd:focus-visible{transform:translateY(0)}main.svelte-1duc7gd:focus{outline:none}.masthead.svelte-1duc7gd{z-index:40;background:var(--masthead);color:var(--masthead-ink);border-top:0;border-bottom:1px solid var(--border);box-shadow:none;position:sticky;top:0}html[data-theme=dark] .masthead.svelte-1duc7gd .mark{color:var(--masthead-ink);box-shadow:none;background:0 0}.shell.reading-collapsed.svelte-1duc7gd .masthead:where(.svelte-1duc7gd),.shell.reading-collapsed.svelte-1duc7gd .markets{display:none}.bar.svelte-1duc7gd{width:100%;max-width:var(--max-wide);padding-inline:var(--shell-gutter);padding-top:env(safe-area-inset-top,0);box-sizing:border-box;height:calc(64px + env(safe-area-inset-top,0px));align-items:center;gap:8px;margin-inline:auto;display:flex}@media (max-width:859px){.shell.on-article.svelte-1duc7gd .article-secondary:where(.svelte-1duc7gd){display:none}.shell.on-article.svelte-1duc7gd .bar:where(.svelte-1duc7gd){height:calc(52px + env(safe-area-inset-top,0px));gap:4px}}@media (max-width:519px){.shell.svelte-1duc7gd:not(.on-article) .article-secondary:where(.svelte-1duc7gd){display:none}}@media (min-width:860px){.bar.svelte-1duc7gd{border-bottom:0}}.menu-btn.svelte-1duc7gd{display:inline-grid}.nameplate.svelte-1duc7gd{color:inherit;border-radius:8px;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.nameplate.svelte-1duc7gd:hover{text-decoration:none}.titles.svelte-1duc7gd{flex-direction:column;min-width:0;display:flex}.name.svelte-1duc7gd{font-family:var(--font-display);letter-spacing:-.5px;font-weight:800;font-stretch:94%;font-size:var(--fs-name);line-height:1.1}@media (min-width:520px){.name.svelte-1duc7gd{font-size:22px}}.name.wide.svelte-1duc7gd{display:none}.name.compact.svelte-1duc7gd{display:block}@media (min-width:520px){.name.wide.svelte-1duc7gd{display:block}.name.compact.svelte-1duc7gd{display:none}}.dateline.svelte-1duc7gd{font-family:var(--font-mono);letter-spacing:.6px;text-transform:uppercase;color:var(--masthead-muted);margin-top:3px;font-size:10px;font-weight:500;display:block}.date-long.svelte-1duc7gd,.clock-pair.svelte-1duc7gd{display:none}.date-short.svelte-1duc7gd{display:inline}.clock-sep.svelte-1duc7gd{color:var(--subtle);margin-inline:6px}.clock.svelte-1duc7gd{font-variant-numeric:tabular-nums;letter-spacing:.4px}@media (min-width:860px){.date-long.svelte-1duc7gd,.clock-pair.svelte-1duc7gd{display:inline}.date-short.svelte-1duc7gd{display:none}}.actions.svelte-1duc7gd{align-items:center;gap:2px;margin-inline-start:auto;padding-inline-end:4px;display:flex}@media (min-width:520px){.actions.svelte-1duc7gd{gap:4px;padding-inline-end:12px}}.icon-btn.svelte-1duc7gd{color:var(--masthead-ink);background:0 0;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:inline-grid}.icon-btn.svelte-1duc7gd:hover{background:color-mix(in srgb, var(--masthead-ink) 12%, transparent)}.icon-btn.muted.svelte-1duc7gd{color:var(--masthead-muted)}.icon-btn.active.svelte-1duc7gd{color:var(--accent)}@media (min-width:860px){.menu-btn.svelte-1duc7gd{display:none}}.back-btn.svelte-1duc7gd{height:36px;font-family:var(--font-mono);letter-spacing:.7px;text-transform:uppercase;color:var(--masthead-muted);background:0 0;border:0;align-items:center;gap:6px;padding:0 8px;font-size:10.5px;font-weight:600;display:none}.back-btn.svelte-1duc7gd:hover{color:var(--accent);background:0 0}.back-btn.svelte-1duc7gd .chevron:where(.svelte-1duc7gd):before{content:"‹";font-size:16px;font-weight:400;line-height:1}[dir=rtl] .back-btn.svelte-1duc7gd .chevron:where(.svelte-1duc7gd):before{content:"›"}@media (min-width:860px){.back-btn.svelte-1duc7gd{display:inline-flex}}.wallet-stamp.svelte-1duc7gd{font-family:var(--font-mono);letter-spacing:.7px;text-transform:uppercase;color:var(--masthead-muted);background:0 0;border:0;flex-shrink:0;min-height:44px;padding:0 8px;font-size:10.5px;font-weight:600}.wallet-stamp.signed.svelte-1duc7gd{text-transform:none;letter-spacing:.2px;font-variant-numeric:tabular-nums}.wallet-stamp.svelte-1duc7gd:hover,.wallet-stamp.svelte-1duc7gd:focus-visible{color:var(--accent);background:0 0}.popover-wrap.svelte-1duc7gd{z-index:42;position:relative}.popover.svelte-1duc7gd{top:calc(100% + 1px);z-index:43;border:1px solid var(--border);background:var(--surface);min-width:260px;max-width:min(320px,92vw);box-shadow:none;border-radius:0;padding:4px 0;animation:.18s both svelte-1duc7gd-pop-in;position:absolute;inset-inline-end:0}@keyframes svelte-1duc7gd-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.popover.svelte-1duc7gd{animation:none}.underline.svelte-1duc7gd{transition:none}}.popover-hint.svelte-1duc7gd{font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--muted);margin:0;padding:10px 14px 6px;font-size:10.5px;font-weight:600}.popover-hint.svelte-1duc7gd:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.product-row.svelte-1duc7gd{text-align:start;width:100%;color:var(--on-surface);background:0 0;border:0;border-radius:0;align-items:flex-start;gap:12px;padding:10px 14px;display:flex}.product-row.svelte-1duc7gd:hover{color:var(--accent);background:0 0}.product-copy.svelte-1duc7gd{flex-direction:column;gap:2px;min-width:0;display:flex}.product-label.svelte-1duc7gd{align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.product-row.active.svelte-1duc7gd .product-label:where(.svelte-1duc7gd){color:var(--accent)}.product-row.active.svelte-1duc7gd .product-label:where(.svelte-1duc7gd):before{content:"";background:var(--accent);flex-shrink:0;width:7px;height:7px;display:inline-block}.product-tagline.svelte-1duc7gd{color:var(--muted);font-size:12px;line-height:1.35}.product-row.svelte-1duc7gd:hover .product-tagline:where(.svelte-1duc7gd),.product-row.active.svelte-1duc7gd .product-tagline:where(.svelte-1duc7gd){color:var(--muted)}.locale-popover.svelte-1duc7gd{min-width:200px}.locale-row.svelte-1duc7gd{text-align:start;width:100%;color:var(--on-surface);font-family:var(--font-mono);letter-spacing:.2px;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:12.5px;font-weight:500;display:flex}.locale-row.svelte-1duc7gd:hover{color:var(--accent);background:0 0}.locale-row.selected.svelte-1duc7gd{color:var(--accent);background:0 0;font-weight:600}.tick.svelte-1duc7gd{color:var(--accent);font-family:var(--font-mono);margin-inline-start:auto;font-weight:700}.section-nav.svelte-1duc7gd{scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;align-items:stretch;gap:0;display:flex;overflow:auto hidden}.section-nav.svelte-1duc7gd::-webkit-scrollbar{display:none}@media (max-width:859px){.bar.svelte-1duc7gd{flex-wrap:wrap;height:auto}.bar.svelte-1duc7gd>.menu-btn:where(.svelte-1duc7gd),.bar.svelte-1duc7gd>.nameplate:where(.svelte-1duc7gd),.bar.svelte-1duc7gd>.actions:where(.svelte-1duc7gd){min-height:calc(64px + env(safe-area-inset-top,0px))}.shell.on-article.svelte-1duc7gd .bar:where(.svelte-1duc7gd)>.menu-btn:where(.svelte-1duc7gd),.shell.on-article.svelte-1duc7gd .bar:where(.svelte-1duc7gd)>.nameplate:where(.svelte-1duc7gd),.shell.on-article.svelte-1duc7gd .bar:where(.svelte-1duc7gd)>.actions:where(.svelte-1duc7gd){min-height:calc(52px + env(safe-area-inset-top,0px))}.section-nav.svelte-1duc7gd{border-top:1px solid color-mix(in srgb, var(--masthead-ink) 14%, transparent);flex-basis:100%;order:10;height:40px}.shell.on-article.svelte-1duc7gd .section-nav:where(.svelte-1duc7gd){display:none}.section-nav.svelte-1duc7gd .tab:where(.svelte-1duc7gd){flex:none;padding:0 12px;font-size:12.5px}}@media (min-width:860px){.section-nav.svelte-1duc7gd{align-self:stretch;gap:4px;margin-inline-start:26px;overflow:visible}}.tab.svelte-1duc7gd{min-height:44px;color:var(--masthead-muted);letter-spacing:.3px;align-items:center;padding:0 13px;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.tab.svelte-1duc7gd:hover{color:var(--masthead-ink);text-decoration:none}.tab.active.svelte-1duc7gd{color:var(--masthead-ink);font-weight:700}.underline.svelte-1duc7gd{background:var(--accent);transform-origin:50%;border-radius:0;width:22px;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.tab.svelte-1duc7gd:hover .underline:where(.svelte-1duc7gd){transform:translate(-50%)scaleX(.55)}.tab.active.svelte-1duc7gd .underline:where(.svelte-1duc7gd){transform:translate(-50%)scaleX(1)}.drawer-backdrop.svelte-1duc7gd{z-index:50;background:#00000059;animation:.2s both svelte-1duc7gd-fade-in;position:fixed;inset:0}.drawer.svelte-1duc7gd{top:0;width:min(300px,88vw);height:100%;z-index:51;height:100dvh;padding:max(16px, env(safe-area-inset-top,0px)) 16px max(16px, env(safe-area-inset-bottom,0px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--surface);border-inline-end:1px solid var(--border);box-shadow:none;flex-direction:column;gap:0;padding-inline-start:max(16px, env(safe-area-inset-left,0px));animation:.28s both svelte-1duc7gd-drawer-in;display:flex;position:fixed;inset-inline-start:0;overflow:auto}@keyframes svelte-1duc7gd-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1duc7gd-drawer-in{0%{opacity:.6;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes svelte-1duc7gd-drawer-in-rtl{0%{opacity:.6;transform:translate(12px)}to{opacity:1;transform:none}}[dir=rtl] .drawer.svelte-1duc7gd{animation-name:svelte-1duc7gd-drawer-in-rtl}@media (prefers-reduced-motion:reduce){.drawer-backdrop.svelte-1duc7gd,.drawer.svelte-1duc7gd{animation:none}}.drawer-header.svelte-1duc7gd{border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:12px;margin:0 0 8px;padding:0 0 16px;display:flex}.drawer-header.svelte-1duc7gd strong:where(.svelte-1duc7gd){font-family:var(--font-display);letter-spacing:-.4px;font-size:18px;font-weight:800;font-stretch:94%;display:block}.drawer-header.svelte-1duc7gd p:where(.svelte-1duc7gd){margin:4px 0 0;font-size:12px}.drawer-label.svelte-1duc7gd{font-family:var(--font-mono);letter-spacing:.9px;text-transform:uppercase;color:var(--muted);margin:18px 0 4px;padding:0;font-size:10.5px;font-weight:600}.drawer-label.svelte-1duc7gd:before{content:"";background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:9px;display:inline-block}.drawer-link.svelte-1duc7gd{text-align:start;min-height:44px;color:var(--on-surface);background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:10px 0;font-weight:500;display:flex}.drawer-link.svelte-1duc7gd:hover{color:var(--accent);background:0 0}.drawer-link.selected.svelte-1duc7gd{color:var(--accent);background:0 0;font-weight:600}.lead.svelte-19ye6gn{color:inherit;flex-direction:column;gap:16px;padding:8px 0 4px;text-decoration:none;display:flex}@media (min-width:860px){.lead.has-media.svelte-19ye6gn{grid-template-columns:minmax(18rem,1.05fr) minmax(280px,.95fr);align-items:start;gap:24px 36px;display:grid}.lead.has-media.svelte-19ye6gn .media:where(.svelte-19ye6gn){aspect-ratio:4/3;min-height:260px;max-height:400px}.lead.svelte-19ye6gn:not(.has-media){max-width:42rem}}.lead.svelte-19ye6gn:hover{text-decoration:none}.lead.svelte-19ye6gn:hover .title:where(.svelte-19ye6gn){text-decoration-color:currentColor}.lead.svelte-19ye6gn:hover .media:where(.svelte-19ye6gn) img:where(.svelte-19ye6gn){transform:scale(1.02)}.kicker-row.svelte-19ye6gn{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.special-edition-badge.svelte-19ye6gn{font-family:var(--font-mono);letter-spacing:.4px;text-transform:uppercase;background:var(--accent);color:var(--surface);border-radius:0;padding:2px 8px;font-size:10px;font-weight:700}.copy.svelte-19ye6gn{flex-direction:column;gap:12px;min-width:0;display:flex}@media (min-width:640px){.copy.svelte-19ye6gn{padding:0}}.title.svelte-19ye6gn{font-family:var(--font-display);font-weight:800;font-size:var(--fs-lead);letter-spacing:-1.2px;color:var(--on-surface);text-underline-offset:4px;text-wrap:balance;margin:0;font-stretch:94%;line-height:1.08;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;text-decoration-thickness:1.5px}.deck.svelte-19ye6gn{font-family:var(--font-serif);font-size:var(--fs-deck);-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.wire-stamp.svelte-19ye6gn{font-family:var(--font-mono);letter-spacing:.6px;text-transform:uppercase;color:var(--muted);font-variant-numeric:tabular-nums;align-items:baseline;gap:8px;margin:2px 0 0;font-size:10.5px;font-weight:500;display:flex}.wire-stamp.svelte-19ye6gn .sep:where(.svelte-19ye6gn){color:var(--subtle)}@media (max-width:639px){.title.svelte-19ye6gn{font-size:clamp(24px,6.4vw,30px)}.deck.svelte-19ye6gn{-webkit-line-clamp:3;line-clamp:3;font-size:16px}}.media.svelte-19ye6gn{aspect-ratio:16/9;border-radius:var(--radius-thumb);background:var(--thumb-plate);border:1px solid var(--border);width:100%;max-height:340px;padding:10px;overflow:hidden}@media (max-width:639px){.media.svelte-19ye6gn{max-height:200px;padding:8px}}.media.svelte-19ye6gn img:where(.svelte-19ye6gn){object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.media.svelte-19ye6gn img:where(.svelte-19ye6gn){transition:none}.lead.svelte-19ye6gn:hover .media:where(.svelte-19ye6gn) img:where(.svelte-19ye6gn){transform:none}}.row.svelte-1w7cpcl{isolation:isolate;color:inherit;border-bottom:1px solid var(--border);grid-template-columns:1fr;align-items:start;gap:14px;padding:18px 0;text-decoration:none;display:grid;position:relative}.row.svelte-1w7cpcl:before{content:"";border-radius:var(--radius-card);background:color-mix(in srgb, var(--accent) 6%, transparent);opacity:0;pointer-events:none;z-index:-1;transition:opacity .12s;position:absolute;inset:2px 0}.row.svelte-1w7cpcl:has(.rank:where(.svelte-1w7cpcl)){grid-template-columns:auto 1fr}.row.svelte-1w7cpcl:has(.thumb:where(.svelte-1w7cpcl)):not(:has(.rank)){grid-template-columns:auto 1fr}.row.svelte-1w7cpcl:has(.rank:where(.svelte-1w7cpcl)):has(.thumb:where(.svelte-1w7cpcl)){grid-template-columns:auto auto 1fr}.row.dense.svelte-1w7cpcl{padding:14px 0}.row.svelte-1w7cpcl:hover{text-decoration:none}.row.svelte-1w7cpcl:hover:before{opacity:1}.row.svelte-1w7cpcl:hover .title:where(.svelte-1w7cpcl){text-decoration-color:currentColor}.row.svelte-1w7cpcl:hover .thumb:where(.svelte-1w7cpcl) img:where(.svelte-1w7cpcl){transform:scale(1.04)}.rank.svelte-1w7cpcl{width:34px;font-family:var(--font-mono);color:var(--subtle);text-align:center;font-variant-numeric:tabular-nums;font-size:20px;font-weight:600;line-height:1}.rank.top.svelte-1w7cpcl{color:var(--accent)}@media (max-width:519px){.rank.svelte-1w7cpcl{width:26px;font-size:18px}}.text.svelte-1w7cpcl{min-width:0}.meta-top.svelte-1w7cpcl{align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.kicker.svelte-1w7cpcl{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.when.svelte-1w7cpcl{font-family:var(--font-mono);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px}.special-edition-badge.svelte-1w7cpcl{font-family:var(--font-mono);letter-spacing:.3px;text-transform:uppercase;background:var(--accent);color:var(--surface);border-radius:2px;flex-shrink:0;padding:1.5px 7px;font-size:9.5px;font-weight:700}.title.svelte-1w7cpcl{font-family:var(--font-display);font-weight:700;font-size:var(--fs-story);letter-spacing:-.2px;color:var(--on-surface);text-underline-offset:3px;margin:0;line-height:1.32;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;text-decoration-thickness:1.5px}.dense.svelte-1w7cpcl .title:where(.svelte-1w7cpcl){font-size:var(--fs-story-dense)}.deck.svelte-1w7cpcl{font-family:var(--font-serif);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.reads.svelte-1w7cpcl{margin:6px 0 0;font-size:.85rem}.thumb.svelte-1w7cpcl{border-radius:var(--radius-thumb);background:var(--thumb-plate);border:1px solid var(--border);flex-shrink:0;width:80px;height:80px;padding:4px;overflow:hidden}.thumb.svelte-1w7cpcl img:where(.svelte-1w7cpcl){object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1)}@media (max-width:519px){.row.svelte-1w7cpcl{gap:12px;padding:12px 0}.row.svelte-1w7cpcl:not(.dense) .title:where(.svelte-1w7cpcl){font-size:16.5px}.thumb.svelte-1w7cpcl{width:64px;height:64px}.row.svelte-1w7cpcl:not(.dense) .deck:where(.svelte-1w7cpcl){-webkit-line-clamp:2;line-clamp:2;font-size:.9rem}.dense.svelte-1w7cpcl .title:where(.svelte-1w7cpcl){font-size:15.5px}}.dense.svelte-1w7cpcl .thumb:where(.svelte-1w7cpcl){width:64px;height:64px}@media (prefers-reduced-motion:no-preference){.row.enter.svelte-1w7cpcl{animation:.42s cubic-bezier(.22,1,.36,1) both rise-in;animation-delay:var(--enter-delay,0s)}}@media (prefers-reduced-motion:reduce){.thumb.svelte-1w7cpcl img:where(.svelte-1w7cpcl),.row.svelte-1w7cpcl:before{transition:none}.row.svelte-1w7cpcl:hover .thumb:where(.svelte-1w7cpcl) img:where(.svelte-1w7cpcl){transform:none}}.numbers.svelte-cqwfsm{--tone:var(--accent);box-shadow:none;background:0 0;padding:22px 0 18px}.band .numbers.svelte-cqwfsm .mark.end:where(.svelte-cqwfsm){background:var(--surface)}.band .numbers.svelte-cqwfsm .mark.tip-dot:where(.svelte-cqwfsm){border-color:var(--surface)}.head.svelte-cqwfsm{align-items:center;gap:10px;display:flex}.slug.svelte-cqwfsm{letter-spacing:1.4px;text-transform:uppercase;color:var(--subtle);margin:0;font-size:11px;font-weight:800}.pill.svelte-cqwfsm{font-variant-numeric:tabular-nums;background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent);border-radius:999px;align-items:baseline;gap:5px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.pill.up.svelte-cqwfsm{color:var(--gain);background:color-mix(in srgb, var(--gain) 12%, transparent)}.pill.down.svelte-cqwfsm{color:var(--loss);background:color-mix(in srgb, var(--loss) 12%, transparent)}.pill-sub.svelte-cqwfsm{letter-spacing:.4px;text-transform:uppercase;opacity:.75;font-size:10px;font-weight:600}.row.svelte-cqwfsm{align-items:flex-end;gap:16px;margin-top:8px;display:flex}.spot.svelte-cqwfsm{align-items:flex-end;gap:12px;min-width:0;display:flex}.price.svelte-cqwfsm{font-family:var(--font-mono);letter-spacing:-1.5px;font-variant-numeric:tabular-nums;font-size:clamp(26px,3.6vw,34px);font-weight:600;line-height:1;animation:.55s cubic-bezier(.22,1,.36,1) both svelte-cqwfsm-price-in}@keyframes svelte-cqwfsm-price-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.side.svelte-cqwfsm{gap:28px;display:flex}.wide-only.svelte-cqwfsm{margin-inline-start:auto;display:none}.narrow-only.svelte-cqwfsm{margin-top:16px}@media (min-width:700px){.wide-only.svelte-cqwfsm{display:flex}.narrow-only.svelte-cqwfsm{display:none}}.fig.svelte-cqwfsm{text-align:end}.fig.start.svelte-cqwfsm{text-align:start}.fig-label.svelte-cqwfsm{letter-spacing:1.2px;text-transform:uppercase;color:var(--subtle);margin:0;font-size:10.5px;font-weight:700}.fig-value.svelte-cqwfsm{font-family:var(--font-mono);font-variant-numeric:tabular-nums;margin:2px 0 0;font-size:20px;font-weight:600;line-height:1}.narrow-only.svelte-cqwfsm .fig-value:where(.svelte-cqwfsm){font-size:20px}.chart-wrap.svelte-cqwfsm{margin-top:14px;position:relative}.spark.svelte-cqwfsm{cursor:crosshair;touch-action:pan-y;width:100%;height:72px;display:block}.baseline.svelte-cqwfsm{stroke:var(--border);stroke-width:1px;vector-effect:non-scaling-stroke}.g-top.svelte-cqwfsm{stop-color:var(--tone);stop-opacity:.28}.g-bot.svelte-cqwfsm{stop-color:var(--tone);stop-opacity:0}.fill.svelte-cqwfsm{fill:url(#algo-fill);opacity:0;animation:.55s .45s forwards svelte-cqwfsm-fill-in}.line.svelte-cqwfsm{stroke:var(--tone);stroke-width:2.25px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.cross.svelte-cqwfsm{stroke:color-mix(in srgb, var(--tone) 45%, transparent);stroke-width:1px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke;pointer-events:none}.mark.svelte-cqwfsm{pointer-events:none;box-sizing:border-box;border-radius:50%;width:9px;height:9px;position:absolute;transform:translate(-50%,-50%)}.mark.end.svelte-cqwfsm{background:var(--panel);border:2px solid var(--tone);animation:1.8s ease-in-out infinite live-pulse}.mark.tip-dot.svelte-cqwfsm{background:var(--tone);border:2px solid var(--panel);width:11px;height:11px;box-shadow:0 0 0 3px color-mix(in srgb, var(--tone) 22%, transparent)}.tip.svelte-cqwfsm{background:var(--panel);border:1px solid var(--border);box-shadow:0 8px 20px var(--card-shadow);font-variant-numeric:tabular-nums;pointer-events:none;white-space:nowrap;z-index:2;border-radius:8px;flex-direction:column;gap:1px;padding:6px 9px;font-size:11px;animation:.15s both svelte-cqwfsm-tip-in;display:flex;position:absolute;top:0;transform:translate(-50%,-110%)}.tip.svelte-cqwfsm strong:where(.svelte-cqwfsm){color:var(--on-surface);font-size:13px}.tip.svelte-cqwfsm span:where(.svelte-cqwfsm){color:var(--subtle)}@keyframes svelte-cqwfsm-tip-in{0%{opacity:0;transform:translate(-50%,-95%)}to{opacity:1;transform:translate(-50%,-110%)}}@keyframes svelte-cqwfsm-fill-in{to{opacity:1}}.range-row.svelte-cqwfsm{justify-content:space-between;align-items:baseline;gap:12px;margin-top:8px;display:flex}.range.svelte-cqwfsm{color:var(--subtle);font-size:10.5px}.minmax.svelte-cqwfsm{font-variant-numeric:tabular-nums;font-size:10.5px}@media (prefers-reduced-motion:reduce){.price.svelte-cqwfsm,.fill.svelte-cqwfsm,.tip.svelte-cqwfsm{animation:none}.fill.svelte-cqwfsm{opacity:1}}.tape.svelte-pqduz5{border-top:1px solid var(--on-surface);border-bottom:1px solid var(--border);gap:28px;padding:8px 0 4px;display:grid}@media (min-width:860px){.tape.svelte-pqduz5{grid-template-columns:minmax(0,1.45fr) minmax(240px,.7fr);align-items:stretch;column-gap:36px}}.price-pane.svelte-pqduz5 .narrow-only,.price-pane.svelte-pqduz5 .wide-only{display:none}.price-pane.svelte-pqduz5 .numbers{padding:16px 0 10px}.price-pane.svelte-pqduz5 .spark{height:96px}.market-pane.svelte-pqduz5{flex-direction:column;gap:10px;padding:16px 0 10px;display:flex}@media (max-width:859px){.tape.svelte-pqduz5{gap:12px;padding:4px 0 8px}.price-pane.svelte-pqduz5 .numbers{padding:10px 0 4px}.price-pane.svelte-pqduz5 .spark{height:72px}.market-pane.svelte-pqduz5{display:none}}@media (min-width:860px){.market-pane.svelte-pqduz5{border-inline-start:1px solid var(--border);padding-inline-start:28px}}.slug.svelte-pqduz5{letter-spacing:1.4px;text-transform:uppercase;color:var(--subtle);margin:0;font-size:11px;font-weight:800}.deck.svelte-pqduz5{font-family:var(--font-serif);max-width:28ch;margin:0;font-size:.95rem;line-height:1.45}.figs.svelte-pqduz5{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin-top:6px;display:grid}.fig-value.svelte-pqduz5{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.6px;margin:0;font-size:22px;font-weight:600;line-height:1.1}.fig-label.svelte-pqduz5{letter-spacing:1.2px;text-transform:uppercase;color:var(--subtle);margin:5px 0 0;font-size:10.5px;font-weight:700}.share.svelte-pqduz5{flex-direction:column;gap:7px;margin-top:4px;display:flex}.bar.svelte-pqduz5{background:color-mix(in srgb, var(--accent) 14%, var(--border));height:8px}.fill.svelte-pqduz5{background:var(--accent);height:100%;display:block}.motion-fill{transition:width .55s cubic-bezier(.22,1,.36,1)}.motion-value-tick{animation:.35s both value-tick}.share-caption.svelte-pqduz5{font-family:var(--font-mono);letter-spacing:.3px;text-transform:uppercase;color:var(--muted);font-variant-numeric:tabular-nums;margin:0;font-size:10.5px;font-weight:500}.pulse.svelte-1czocym{flex-direction:column;gap:10px;min-width:0;height:100%;padding:4px 0 2px;display:flex}.slug.svelte-1czocym{letter-spacing:1.4px;text-transform:uppercase;color:var(--subtle);align-items:center;gap:8px;margin:0;font-size:11px;font-weight:800;display:flex}.deck.svelte-1czocym{font-family:var(--font-serif);max-width:32ch;margin:0;font-size:.95rem;line-height:1.45}.chart.svelte-1czocym{flex:128px;grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:8px;min-height:128px;margin-top:6px;display:grid}.scale.svelte-1czocym{font-family:var(--font-mono);letter-spacing:.2px;color:var(--subtle);font-variant-numeric:tabular-nums;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:2px 0;font-size:10px;font-weight:500;display:flex}.bars.svelte-1czocym{--gap:3px;border-bottom:1px solid var(--border);background-image:linear-gradient(to top, transparent 0, transparent calc(50% - .5px), var(--border) calc(50% - .5px), var(--border) calc(50% + .5px), transparent calc(50% + .5px));direction:ltr;min-width:0;height:100%;min-height:112px;overflow:hidden}.strip.svelte-1czocym{align-items:flex-end;gap:var(--gap);will-change:transform;width:max-content;height:100%;min-height:112px;display:flex}.strip.moving.svelte-1czocym .bar:where(.svelte-1czocym){transition:none!important}.bar.svelte-1czocym{flex:0 0 var(--bar);width:var(--bar);background:color-mix(in srgb, var(--accent) 22%, transparent);flex-direction:column-reverse;min-width:0;display:flex}@media (prefers-reduced-motion:no-preference){.bar.svelte-1czocym:not(.on){transition:height .45s cubic-bezier(.22,1,.36,1)}}.bar.on.svelte-1czocym{outline:1px solid color-mix(in srgb, var(--accent) 55%, transparent);outline-offset:-1px}.seg.svelte-1czocym{background:var(--accent);flex-shrink:1;width:100%;min-height:2px;display:block}.foot.svelte-1czocym{flex-direction:column;flex:none;gap:2px;min-height:2.8em;display:flex}.stamp.svelte-1czocym,.mix.svelte-1czocym{text-overflow:ellipsis;white-space:nowrap;min-height:1.35em;font-family:var(--font-mono);letter-spacing:.3px;text-transform:uppercase;font-variant-numeric:tabular-nums;margin:0;font-size:10.5px;font-weight:500;overflow:hidden}.stamp.svelte-1czocym{color:var(--muted)}.mix.svelte-1czocym{color:var(--body)}.key.svelte-1czocym{margin-inline-end:12px}.key.svelte-1czocym:last-child{margin-inline-end:0}.swatch.svelte-1czocym{background:var(--accent);vertical-align:6%;width:7px;height:7px;margin-inline-end:6px;display:inline-block}.cont.svelte-xzpvj7{border-bottom:1px solid var(--border);background:0 0;align-items:stretch;gap:4px;margin:0 0 4px;padding:0 0 2px;display:flex}.motion-fade-up{animation:.32s cubic-bezier(.22,1,.36,1) both fade-up-in}.main.svelte-xzpvj7{text-align:start;min-width:0;color:inherit;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:8px 0 10px;display:flex}.main.svelte-xzpvj7:hover .title:where(.svelte-xzpvj7),.main.svelte-xzpvj7:focus-visible .title:where(.svelte-xzpvj7){text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1.5px}.main.svelte-xzpvj7:focus-visible{outline:none}.copy.svelte-xzpvj7{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.label.svelte-xzpvj7{font-family:var(--font-mono);letter-spacing:.7px;text-transform:uppercase;color:var(--accent);font-size:10.5px;font-weight:600}.title.svelte-xzpvj7{font-family:var(--font-display);letter-spacing:-.15px;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.go.svelte-xzpvj7{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:18px;font-weight:500;line-height:1}.x.svelte-xzpvj7{color:var(--subtle);background:0 0;border:0;flex-shrink:0;place-items:center;width:44px;min-height:44px;font-size:20px;font-weight:400;line-height:1;display:grid}.x.svelte-xzpvj7:hover,.x.svelte-xzpvj7:focus-visible{color:var(--on-surface);outline:none}.skel.svelte-m1avjx{flex-direction:column;gap:0;display:flex}.bar.svelte-m1avjx{background:linear-gradient(90deg, color-mix(in srgb, var(--border) 70%, transparent) 0%, color-mix(in srgb, var(--accent) 10%, var(--callout)) 50%, color-mix(in srgb, var(--border) 70%, transparent) 100%);background-size:200% 100%;border-radius:4px;height:12px;animation:1.2s ease-in-out infinite svelte-m1avjx-shimmer;display:block}.lead.svelte-m1avjx{gap:18px;padding-bottom:12px;display:grid}@media (min-width:640px){.lead.svelte-m1avjx{grid-template-columns:1fr minmax(240px,38%)}}.copy.svelte-m1avjx{flex-direction:column;gap:10px;display:flex}.slug.svelte-m1avjx{width:34px;height:3px}.title.svelte-m1avjx{width:92%;height:28px}.title.short.svelte-m1avjx{width:64%}.deck.svelte-m1avjx{width:100%;height:14px}.deck.mid.svelte-m1avjx{width:78%}.media.svelte-m1avjx{aspect-ratio:16/10;border-radius:var(--radius-thumb);background:var(--callout);max-height:220px;animation:1.2s ease-in-out infinite svelte-m1avjx-pulse}.row.svelte-m1avjx{border-bottom:1px solid var(--border);grid-template-columns:1fr 80px;gap:14px;padding:16px 0;display:grid}.row.dense.svelte-m1avjx{grid-template-columns:1fr;padding:14px 0}.text.svelte-m1avjx{flex-direction:column;gap:8px;min-width:0;display:flex}.meta.svelte-m1avjx{width:40%;height:10px}.line.svelte-m1avjx{width:95%;height:14px}.line.short.svelte-m1avjx{width:55%}.thumb.svelte-m1avjx{border-radius:var(--radius-thumb);background:var(--callout);width:80px;height:80px;animation:1.2s ease-in-out infinite svelte-m1avjx-pulse}.dense.svelte-m1avjx .thumb:where(.svelte-m1avjx){width:64px;height:64px}@keyframes svelte-m1avjx-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes svelte-m1avjx-pulse{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.bar.svelte-m1avjx,.media.svelte-m1avjx,.thumb.svelte-m1avjx{animation:none}}.front.svelte-1nmp6pz{gap:28px}@media (min-width:1080px){.banner.with-pulse.svelte-1nmp6pz,.markets-row.split.svelte-1nmp6pz{grid-template-columns:minmax(20rem,1.15fr) minmax(260px,.85fr);align-items:start;column-gap:0;display:grid}.banner.with-pulse.svelte-1nmp6pz{border-bottom:1px solid var(--border);align-items:stretch}.banner.with-pulse.svelte-1nmp6pz .lead{max-width:none}.banner.with-pulse.svelte-1nmp6pz .pulse,.markets-row.split.svelte-1nmp6pz .pulse{border-inline-start:1px solid var(--border);margin-inline-start:28px;padding-inline-start:28px}}.pack.svelte-1nmp6pz{flex-direction:column;height:100%;min-height:0;display:flex}.pack.svelte-1nmp6pz .title{font-size:var(--fs-story);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pack.svelte-1nmp6pz .row:last-of-type{border-bottom:0}.pack.svelte-1nmp6pz .thumb{width:128px;height:84px}.desks.svelte-1nmp6pz{grid-template-columns:1fr;gap:32px 0}@media (min-width:700px){.desks.svelte-1nmp6pz{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:0}.desks.svelte-1nmp6pz>.desk:not(:last-child){border-inline-end:0;margin-inline-end:0;padding-inline-end:0}.desks.svelte-1nmp6pz>.desk:nth-child(odd){border-inline-end:1px solid var(--border);margin-inline-end:28px;padding-inline-end:28px}}@media (min-width:1080px){.desks.svelte-1nmp6pz{grid-template-columns:repeat(2,minmax(0,1fr))}}.desk.svelte-1nmp6pz .title{font-size:var(--fs-story);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.also.svelte-1nmp6pz{width:100%}.also-grid.svelte-1nmp6pz{gap:0 28px;display:grid}@media (min-width:700px){.also-grid.svelte-1nmp6pz{grid-template-columns:1fr 1fr}.also-grid.svelte-1nmp6pz .row:nth-last-child(-n+2){border-bottom:0}}.also.svelte-1nmp6pz .title{font-size:var(--fs-story);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.rail-more.svelte-1nmp6pz{letter-spacing:.4px;text-transform:uppercase;color:var(--muted);margin-top:auto;padding-top:12px;font-size:12px;font-weight:700}.rail-more.svelte-1nmp6pz:hover{color:var(--primary)}.rail.svelte-1nmp6pz .thumb{display:none}.rail.svelte-1nmp6pz .row{padding:11px 0}.rail.svelte-1nmp6pz .row:last-of-type{border-bottom:0}.more.svelte-1nmp6pz{align-self:flex-start;margin-top:4px}.empty-actions.svelte-1nmp6pz{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.err.svelte-1nmp6pz{color:var(--danger)}h1.svelte-1h4jfc7{margin:8px 0 12px;font-size:clamp(28px,4vw,34px)}
