.source-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:.65rem;font-weight:600;letter-spacing:.02em;border-width:1px;border-style:solid;margin-right:.25rem;background-color:#fff;border-color:#e5e7eb;color:#111827;position:relative}.avatar--sm,.avatar--md{height:32px;min-width:32px}.source-avatar__label{line-height:1;color:inherit}.source-avatar__img{width:90%;height:90%;object-fit:contain;display:block}.source-avatar__img{display:flex;align-items:center;justify-content:center;overflow:hidden}.source-avatar__img svg{width:100%;height:100%;display:block}.avatar--default,.avatar--bbc,.avatar--cnn,.avatar--guardian,.avatar--rt,.avatar--sputnik{background-color:#fff;border-color:#e5e7eb;color:#111827}.avatar--sputnik .source-avatar__img{width:100%;height:100%}.avatar--bbc .source-avatar__img{width:110%;height:110%}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;--card-bg: #ffffff;--border: #e2e8f0;--muted: #475569;--line-muted: #cbd5e1;--node-fill: #0ea5e9;--header-h: 72px;--header-control-h: 40px;--header-offset: 72px;--content-max-w: 1200px}html,body,#root{height:100%}.app-shell{height:100vh;display:flex;flex-direction:column}.app-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;scroll-behavior:smooth}.footer-sticky .app-content{padding-bottom:var(--footer-offset, 0px)}@media (max-width: 640px){.app-shell{height:100dvh;min-height:100dvh}.header{padding-top:env(safe-area-inset-top)}.app-content{scroll-padding-top:var(--header-offset, 60px)}.related-stories-jump{margin-bottom:0}.story-detail-top{margin-top:-.6rem;gap:.2rem}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef2ff);overflow:hidden}a{color:inherit;text-decoration:none}.page{max-width:var(--content-max-w);margin:0 auto;padding:1.25rem 0 3rem;display:flex;flex-direction:column;gap:1.25rem;position:relative}@media (min-width: 900px){.page{padding-left:var(--scrollbar-width, 0px)}}@media (max-width: 640px){.page{padding-left:.5rem;padding-right:.5rem}.auth-shell>.backlink{position:absolute;top:1.25rem;left:.5rem}}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.story-detail-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.story-detail-header-block{width:100%}.story-detail-top{display:flex;flex-direction:column;gap:.4rem;position:relative}.story-detail-backline{display:flex;align-items:center}.story-detail-hero-content{width:100%}.story-detail-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;width:100%}.story-detail-meta-text{display:flex;flex-direction:column;gap:.35rem}.story-detail-meta .meta{margin:0}.story-thread-button{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:none;background:none;color:var(--muted);font-size:.85rem;font-weight:600;cursor:pointer}.story-thread-button-icon{font-size:1rem}.thread-modal{max-width:520px}.thread-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.thread-modal-header h3{margin:0}.thread-modal-close{border:none;background:transparent;color:#64748b;cursor:pointer;font-size:1.25rem;padding:.25rem}.thread-modal-title{margin:.5rem 0 .25rem;font-size:1rem;font-weight:600;color:#0f172a}.story-detail-actions{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-end}@media (min-width: 900px){.story-detail-backline{position:absolute;left:-48px;top:.25rem;transform:translateY(4px)}.page>.backlink,.auth-shell>.backlink{position:absolute;left:calc(50% - (var(--content-max-w) / 2) - 48px + var(--scrollbar-width, 0px));top:1.5rem;transform:translateY(4px)}}.story-detail-save-button{border:none;background:transparent;color:#0f172a;border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease;line-height:0}.story-detail-save-button:hover{color:#0ea5e9}.story-detail-save-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e940}.story-detail-save-button.is-saved{color:#0ea5e9}.card{background:var(--card-bg);border-radius:16px;padding:1.5rem 1.75rem;box-shadow:0 10px 30px #0f172a14;border:1px solid var(--border)}.card h2{margin:0 0 .25rem}.story-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;min-height:calc(1.35em * 3)}.story-section-title{display:inline-flex;align-items:center;gap:.35rem;padding-bottom:.4rem;border-bottom:2px solid #e5e7eb;margin:0 0 .75rem}.card .story-section-title{margin:0 0 .75rem}.section-header .story-section-title{margin:0}.story-section-title-with-info{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 .75rem}.story-section-title-with-info .story-section-title{margin:0}.info-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;cursor:pointer;border-bottom:none;padding-bottom:0}.info-tooltip-icon{color:var(--muted);opacity:.5;transition:color .15s ease,opacity .15s ease}@media (hover: hover){.info-tooltip-wrapper:hover .info-tooltip-icon{color:var(--fg);opacity:1}}.info-tooltip-bubble{position:absolute;right:calc(100% + 8px);left:auto;top:50%;margin-top:-.9em;background:var(--fg);color:var(--bg);font-size:.8rem;font-weight:400;padding:.5rem .75rem;border-radius:6px;white-space:nowrap;z-index:100;box-shadow:0 4px 12px #00000026;pointer-events:none}.info-tooltip-backdrop{display:none}@media (max-width: 640px){.info-tooltip-backdrop{display:grid;place-items:center;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:99;padding:1rem;cursor:pointer}.info-tooltip-bubble{position:relative;right:auto;left:auto;top:auto;margin-top:0;white-space:normal;max-width:min(320px,90vw);background:#fff;color:#0f172a;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:100;pointer-events:auto;cursor:default}}.card{position:relative}.story-section-title{position:relative;display:inline}.section-lock-icon{position:absolute;left:calc(100% + .4rem);top:.2em;color:var(--muted);opacity:.4;transition:opacity .15s ease;z-index:1}.section-lock-icon:hover{opacity:.7}.thread-context-blurb{margin:.2rem 0 0;color:var(--muted);font-size:.85rem;line-height:1.3;min-height:1.3em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-context-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.thread-context-title-row{margin:0;font-size:.95rem;font-weight:600;color:#334155}.thread-context-primary{display:flex;align-items:center;justify-content:space-between;gap:1rem}.thread-context-title{font-weight:600;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-context-meta{color:var(--muted);font-size:.85rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-context-content{min-width:0;display:grid;gap:.15rem}.thread-context-button{white-space:nowrap}.thread-context-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.thread-context-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0;border-radius:0;border:none;text-decoration:none;color:inherit}.thread-context-list-item{border-bottom:1px solid rgba(148,163,184,.25)}.thread-context-list-item:first-child{border-top:1px solid rgba(148,163,184,.25)}.thread-context-sources{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.thread-context-sources-more{color:var(--muted);font-size:.8rem;font-weight:600}.thread-context-sources-mobile,.thread-context-sources-desktop{display:inline-flex;align-items:center;gap:.35rem}.thread-context-sources-desktop{display:none}@media (min-width: 640px){.thread-context-sources-mobile{display:none}.thread-context-sources-desktop{display:inline-flex}}.thread-context-link:hover .thread-context-title{color:#0ea5e9}.thread-context-divider{display:flex;flex-direction:column;align-items:center;margin-top:.75rem}.thread-context-divider:before{content:none}.thread-context-show{border:none;background:none;color:#64748b;font-weight:600;cursor:pointer;padding:.1rem .3rem;display:inline-flex;align-items:center;transition:color .2s ease}.thread-context-show:hover{color:#0ea5e9}.thread-context-show svg{transform:rotate(180deg);transition:transform .2s ease}.thread-context-show:hover svg{transform:rotate(180deg) translateY(-2px)}.thread-context-show.is-open svg{transform:rotate(0)}.related-stories-section{scroll-margin-top:96px}.related-stories-list{list-style:none;margin:0;padding:0;display:grid;gap:0}.related-story-row{border-bottom:1px solid rgba(148,163,184,.25)}.related-story-row:first-child{border-top:1px solid rgba(148,163,184,.25)}.related-story-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 0;text-decoration:none;color:inherit;background:none;border:0;text-align:left;width:100%;cursor:pointer;font:inherit}.related-story-link:hover .related-story-title{color:#0ea5e9}.related-story-content{min-width:0;display:grid;gap:.2rem}.related-story-title{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-story-meta,.related-story-cue{color:var(--muted);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-stories-jump{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:none;background:none;padding:.35rem 0;margin:.2rem 0 .6rem;text-align:left;cursor:pointer}.related-stories-label{color:var(--muted);font-size:.9rem;font-weight:600}.related-stories-preview{flex:1;display:inline-flex;justify-content:flex-end;overflow:hidden}.related-stories-preview-inner{display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:flex-end}.related-stories-title{color:var(--muted);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.related-stories-meta{color:var(--muted);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 640px){.related-stories-meta{display:none}}.related-stories-jump .thread-context-sources{gap:.25rem}.thread-context-skeleton-title,.thread-context-skeleton-line,.thread-context-skeleton-block,.thread-context-skeleton-button,.thread-context-skeleton-row{background:#94a3b833;border-radius:999px}.thread-context-skeleton-title{height:18px;width:40%;margin-bottom:.6rem}.thread-context-skeleton-line{height:14px;width:75%;margin-bottom:.8rem}.thread-context-skeleton-primary{display:flex;align-items:center;justify-content:space-between;gap:1rem}.thread-context-skeleton-block{height:18px;width:55%}.thread-context-skeleton-button{height:36px;width:160px}.thread-context-skeleton-list{display:grid;gap:.5rem;margin-top:.75rem}.thread-context-skeleton-row{height:36px;width:100%}@media (max-width: 720px){.thread-context-primary{flex-direction:column;align-items:flex-start}.thread-context-button{width:100%;text-align:center}.thread-context-skeleton-primary{flex-direction:column;align-items:flex-start}.thread-context-skeleton-button{width:100%}}.timeline-list{position:relative;display:flex;flex-direction:column;gap:2rem;padding:.5rem 0}.timeline-list:before{content:"";position:absolute;top:.25rem;bottom:.25rem;left:50%;width:2px;background:#94a3b859;transform:translate(-50%)}.timeline-entry{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:flex-start;justify-items:center}.timeline-entry-content{padding:.7rem .9rem .85rem;border-radius:.9rem;border:1px solid rgba(148,163,184,.2);background:#fffffff5;box-shadow:0 10px 22px #0f172a14}.timeline-entry-content{width:75%;max-width:75%;text-align:left}.timeline-meta{display:flex;align-items:center;gap:.6rem;color:var(--muted);font-size:.85rem;font-weight:500;justify-content:center;text-align:center;width:100%;position:relative}.timeline-date{letter-spacing:.01em}.timeline-report-link{color:var(--muted);text-decoration:none;margin:0 auto;display:inline-flex;align-items:center}.timeline-report-link:hover{color:#0ea5e9}.timeline-badge{border-radius:999px;padding:.1rem .5rem;background:#f8717126;color:#ef4444;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;position:absolute;right:0}.timeline-title{margin:.4rem 0 .35rem;font-size:1.05rem;font-weight:600;color:#0f172a;flex:1;text-align:center;padding-right:1.5rem}.timeline-title-button{display:inline-flex;align-items:center;gap:.45rem;padding:0;border:none;background:transparent;cursor:pointer;text-align:inherit;font:inherit;width:100%;justify-content:space-between;position:relative}.timeline-title-button:hover .timeline-title{color:#0ea5e9}.timeline-title-icon{display:inline-flex;align-items:center;justify-content:center;color:#64748b;position:absolute;right:0}.timeline-detail{margin:0;color:#334155;line-height:1.6}.timeline-detail-shell{overflow:hidden;transform-origin:top left}.timeline-detail-panel{margin-top:.45rem;padding-top:.5rem;border-top:1px solid rgba(148,163,184,.2)}.timeline-articles{margin-top:.7rem;display:flex;flex-direction:column;gap:.35rem}.timeline-articles-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0}.timeline-articles-list{display:flex;flex-direction:column;gap:.4rem}.timeline-article-link{display:flex;justify-content:space-between;gap:.75rem;text-decoration:none;color:#0f172a;font-size:.9rem}.timeline-article-title{color:#64748b;font-size:.82rem;flex:1;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-entry--center .timeline-articles,.timeline-entry--center .timeline-articles-title,.timeline-entry--center .timeline-article-link{justify-content:flex-start;text-align:left}.timeline-entry--center .timeline-meta{justify-content:center;text-align:center}@media (max-width: 900px){.timeline-list:before{left:18px}.timeline-entry{grid-template-columns:minmax(0,1fr)}.timeline-entry-content,.timeline-entry--center .timeline-entry-content{grid-column:1;justify-self:stretch;text-align:left;width:100%;max-width:100%}.timeline-entry--center .timeline-meta,.timeline-entry--center .timeline-articles,.timeline-entry--center .timeline-articles-title,.timeline-entry--center .timeline-article-link{justify-content:flex-start;text-align:left}.timeline-article-title{text-align:left}.timeline-title{text-align:left;padding-right:0}}.card .meta{margin:.15rem 0 .5rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;font-weight:600;font-size:.85rem;color:#475569;margin:0 0 .4rem}.breadcrumb{color:#0ea5e9}h1{font-size:2.2rem;margin:0}h2{font-size:1.2rem}.lead{font-size:1rem;line-height:1.6;margin:.35rem 0 0;color:#1f2937}.meta{color:var(--muted);font-size:.95rem}.story-thread-breadcrumb{margin:.35rem 0 0;font-size:.95rem;color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-thread-breadcrumb a{color:#0ea5e9;text-decoration:none}.story-thread-breadcrumb a:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.featured-story-badge{position:absolute;top:-12px;left:16px;background:#e90e0e;border:1px solid rgba(14,165,233,.3);color:#fafafa;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .5rem;border-radius:999px;z-index:1}.featured-story-count{font-size:.9rem;font-weight:600;color:#0f172a;background:#0ea5e91f;border:1px solid rgba(14,165,233,.25);border-radius:999px;padding:.25rem .6rem;white-space:nowrap}.story-list-header{display:flex;align-items:stretch;justify-content:flex-start;width:100%}.trending-topics{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;overflow-x:auto}.trending-topics-label{flex:0 0 auto;margin:0;font-size:.85rem;font-weight:600;color:var(--muted);white-space:nowrap}.trending-topics-pills{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:.4rem;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.trending-topics-pills::-webkit-scrollbar{display:none}.trending-topics-pills:active{cursor:grabbing}.trending-topics-marquee{display:flex;gap:.4rem;width:max-content;animation:trending-marquee 40s linear infinite;will-change:transform}.trending-topics-track{display:flex;gap:.4rem;align-items:center}.trending-topic-item{display:inline-flex;align-items:center;gap:.4rem}@keyframes trending-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (hover: hover){.trending-topics-pills:hover .trending-topics-marquee{animation-play-state:paused}}@media (prefers-reduced-motion: reduce){.trending-topics-marquee{animation:none}}.trending-topic-pill{flex:0 0 auto;border:1px solid var(--border);background:#fff;border-radius:999px;padding:.25rem .65rem;font-size:.82rem;font-weight:600;color:#1f2937;white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.trending-topic-pill.is-selected{border-color:#0ea5e9;color:#0ea5e9}.trending-topic-toggle{font-weight:700;line-height:1}.trending-topic-pill:focus-visible{outline:2px solid rgba(14,165,233,.35);outline-offset:2px}.trending-topic-pill:active{transform:translateY(1px)}.story-list-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.story-list-title{margin:0}.story-settings-button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.4rem .85rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:600;color:#1f2937;cursor:pointer;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease,border-color .12s ease}.story-settings-label-text{display:inline-flex}.story-settings-button:hover,.story-settings-button.is-open{background:#0ea5e9;color:#fff;border-color:#0ea5e9;box-shadow:0 10px 25px #0ea5e94d}.story-settings-button:focus:not(.is-open),.story-settings-button:focus-visible:not(.is-open){background:#fff;color:#1f2937;border-color:var(--border);box-shadow:none;outline:none}.story-settings-panel{border:1px solid var(--border);border-radius:16px;background:#fffffff2;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 12px 30px #0f172a14;overflow:hidden}.story-settings-shell{overflow:visible}.story-settings-row{display:flex;flex-direction:column;gap:.75rem}.story-settings-row--search{align-items:center}.story-settings-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.story-settings-label{margin:0;font-size:.85rem;font-weight:600;color:#0f172a}.story-settings-label span{color:#0ea5e9;font-weight:700}.story-settings-slider{display:flex;align-items:center;gap:.75rem}.story-settings-slider input[type=range]{flex:1;accent-color:#0ea5e9;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,#0ea5e94d,#0ea5e999);border-radius:999px;outline:none}.story-settings-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#0ea5e9;border:2px solid #ffffff;box-shadow:0 6px 16px #0ea5e959;cursor:pointer;margin-top:-6px}.story-settings-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#0ea5e9;border:2px solid #ffffff;box-shadow:0 6px 16px #0ea5e959;cursor:pointer}.story-settings-slider input[type=range]::-moz-range-track{height:6px;background:linear-gradient(90deg,#0ea5e94d,#0ea5e999);border-radius:999px}.story-settings-options{display:flex;flex-wrap:wrap;gap:.4rem}.filter-pill{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.82rem;font-weight:600;color:#1f2937;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.filter-pill:hover{border-color:#0ea5e9;color:#0ea5e9}.filter-pill.is-selected{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.story-search{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.story-search--panel{justify-content:center;width:100%}.story-search-field{position:absolute;right:100%;margin-right:8px;display:flex;align-items:center;gap:.35rem;width:0;opacity:0;pointer-events:none;overflow:visible;transition:width .18s ease,opacity .18s ease}.story-search-field.is-open{width:min(260px,70vw);opacity:1;pointer-events:auto}.story-search--panel .story-search-field{position:relative;right:auto;margin-right:0}.story-search--panel .story-search-field.is-open{width:min(360px,100%)}.story-search-input{flex:1;min-width:0;padding:0;border-radius:999px;border:1px solid transparent;background:#fff;font:inherit;color:#111827;transition:padding .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.story-search-field.is-open .story-search-input{padding:.45rem .8rem;border-color:#e5e7eb;box-shadow:0 8px 20px #0f172a0f}.story-search-input:focus{outline:none;border-color:transparent;box-shadow:0 8px 20px #0f172a0f}.story-search-button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.45rem .55rem;display:inline-flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease,border-color .12s ease}.story-search-button:hover{background:#f8fafc;color:#0ea5e9}.story-search-button.is-active{background:#0ea5e9;color:#fff;border-color:#0ea5e9;box-shadow:0 10px 25px #0ea5e94d}.story-search-clear{border:none;background:transparent;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}@media (min-width: 900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.story-settings-row{flex-direction:row;align-items:center;justify-content:space-between}.story-settings-group{flex:1}.story-settings-row--search{justify-content:center}}@media (max-width: 640px){.story-settings-button{padding:.4rem .55rem}.story-settings-label-text{display:none}}@media (min-width: 1100px){.story-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.story-grid .story-card{grid-column:span 2}}.story-card.is-featured{position:relative;border-color:#0ea5e94d;background:linear-gradient(180deg,#fff,#f1f8ff)}@media (min-width: 1100px){.story-card.is-featured{grid-column:span 3}}.card.story-card{transition:transform .1s ease,box-shadow .1s ease;display:flex;flex-direction:column;min-height:240px;position:relative}.card.story-card:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0f172a1f}.story-bookmark-button{position:absolute;top:-.4rem;right:.75rem;width:40px;height:40px;border-radius:999px;border:none;background:transparent;color:#0f172a;display:inline-flex;align-items:flex-start;justify-content:center;cursor:pointer;z-index:2;transition:opacity .26s ease,transform .26s ease,color .2s ease}.story-bookmark-button:hover{color:#0ea5e9}.story-bookmark-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e940}.story-bookmark-button.is-saved{color:#0ea5e9}.story-bookmark-button.is-unsaved{opacity:0;transform:scale(1);transition-delay:0s}.card.story-card:hover .story-bookmark-button.is-unsaved,.card.story-card:focus-visible .story-bookmark-button.is-unsaved,.story-bookmark-button.is-unsaved:focus-visible{opacity:1;transform:scale(1);transition-delay:.12s}@media (max-width: 640px){.story-bookmark-button.is-unsaved{opacity:0;transform:scale(1)}}.toast-host{position:fixed;right:1.5rem;bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:120}.toast{background:#0ea5e9;color:#fff;padding:.85rem 1rem;border-radius:16px;box-shadow:0 10px 30px #0f172a14;display:inline-flex;align-items:flex-start;gap:.7rem;font-size:.9rem;font-weight:600;position:relative;overflow:hidden}.toast.error{background:#dc2626}.toast.feed-update{background:#0f766e}.toast-icon{position:absolute;top:-.75rem;left:-.75rem;background:#fff;color:#0ea5e9;border-radius:999px;padding:.35rem;box-shadow:0 8px 18px #0f172a2e;font-size:1.4rem}.toast.error .toast-icon{color:#dc2626}.toast.feed-update .toast-icon{color:#0f766e}.toast-action{border:none;background:#ffffff2e;color:#fff;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;cursor:pointer;margin-left:.5rem}.toast-action:hover{background:#ffffff47}.toast-close{border:none;background:transparent;color:#fff;cursor:pointer;margin-left:.5rem;padding:.1rem;display:inline-flex;align-items:center;justify-content:center}.toast-message{flex:1 1 auto}@media (max-width: 640px){.toast-host{right:1rem;left:1rem;bottom:1rem}.toast{width:100%;justify-content:flex-start;padding-right:2.2rem}}.card-body h2{margin:0 0 .35rem;font-size:1.05rem}.summary{margin:.4rem 0 0;line-height:1.5;color:#0f172a;display:flex;flex-direction:column;gap:.75rem}.summary-paragraph{margin:0}.notice{padding:1rem 1.25rem;border-radius:12px;background:#e0f2fe;color:#0b5394;border:1px solid #bae6fd}.notice.error{background:#fee2e2;color:#991b1b;border-color:#fecdd3}.list{display:flex;flex-direction:column;gap:.75rem}.list-row{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row .title{margin:.1rem 0;font-weight:600}.account-row{border:1px solid var(--border);border-radius:.6rem;padding:.55rem .75rem;background:#fff;transition:background .15s ease}.account-row:last-child{border-bottom:1px solid var(--border)}.account-row:hover{background:#eff6ff}.account-row-link{width:100%;display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.article-list{display:flex;flex-direction:column;gap:.75rem}.article-card{border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 8px 25px #0f172a0d;display:flex;flex-direction:column;gap:.6rem}.article-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.article-card-header{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1 1 auto}.article-score-meta{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap;justify-content:flex-end;flex:0 0 auto}.article-source-meta{display:inline-flex;align-items:center;gap:.4rem}.article-source-meta .source-avatar{height:50px;min-width:50px}.article-title-link{font-weight:700;font-size:1.05rem;color:#0f172a;text-decoration:none;display:inline}.article-title-link:hover{color:#0284c7;text-decoration:underline}.article-summary{margin:0;line-height:1.5;color:#0f172a}.article-change-summary{margin:0;font-size:.85rem;color:#475569}.article-title-row{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.article-row-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.tag{padding:.25rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1px solid var(--border);color:var(--muted)}.score-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;font-size:.8rem;font-weight:700;border:1px solid var(--border);background:#f8fafc;color:#1f2937;white-space:nowrap}.score-pill--empty{background:#f8fafc;color:#475569;border-color:#e2e8f0}.score-pill-label{letter-spacing:.01em}.score-pill-value--compact{display:none}@media (max-width: 640px){.score-pill-label,.score-pill-value--full{display:none}.score-pill-value--compact{display:inline}}.content-level-pill{padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap;flex:0 0 auto}.content-level-pill--full{background:#ecfdf3;border-color:#bbf7d0;color:#15803d}.content-level-pill--summary{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.content-level-pill--title{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.content-level-pill--failed{background:#f1f5f9;border-color:#cbd5f5;color:#334155}.content-warning-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;width:fit-content}.article-updated-pill{padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid #fde68a;background:#fffbeb;color:#b45309;white-space:nowrap}@media (min-width: 900px){.article-title-row{display:flex;flex-wrap:nowrap;width:100%}.article-title-row .title,.article-title-row .article-title-link{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.tag-success{background:#ecfdf3;color:#15803d;border-color:#bbf7d0}.tag-muted{background:#f8fafc}.technique-tag{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .5rem;border-radius:9999px;border-width:1px;border-style:solid;font-size:.75rem;font-weight:500;margin:0 .25rem .25rem 0;white-space:nowrap;line-height:1.2}.technique-tag--default,.technique-tag--fear_appeal,.technique-tag--demonisation,.technique-tag--bandwagon,.technique-tag--whataboutism,.technique-tag--cherry_picking,.technique-tag--loaded_language,.technique-tag--us_vs_them,.technique-tag--selective_omission{background-color:#e0f2fe;border-color:#bae6fd;color:#0f172a}.technique-tag--more{background-color:#e5e7eb;border-color:#9ca3af;color:#111827;min-width:1.75rem;justify-content:center;padding:.15rem .45rem}.article-propaganda-cues{padding:.75rem .85rem;border-radius:12px;border:1px dashed var(--border);background:#f8fafc;margin-top:.2rem}.article-propaganda-cues h4{margin:0 0 .35rem;font-size:.95rem}.article-propaganda-footer{border-top:1px solid var(--border);padding-top:.65rem;margin-top:.35rem;display:flex;flex-direction:column;gap:.35rem}.article-propaganda-heading{margin:0;font-size:.95rem}.article-propaganda-tags{display:flex;flex-wrap:wrap;gap:.35rem}.article-loaded-sentences{display:flex;flex-direction:column;gap:.45rem}.article-evidence-cta{margin-top:.75rem;display:flex;justify-content:center}.loaded-sentences-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.loaded-sentence-item{display:flex;flex-direction:column;gap:.3rem}.loaded-sentence-text{margin:0;line-height:1.45}.loaded-sentence-techniques{display:flex;flex-wrap:wrap;gap:.3rem}.story-techniques-footer{margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem}.story-techniques-heading{margin:0;font-size:.95rem}.story-techniques-tags{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.6rem}.story-card-body{flex:1 1 auto}.story-card-footer{flex-shrink:0;margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem}.story-footer-sources{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-bottom:-10px;position:relative;z-index:1}.story-footer-divider{border-top:1px solid #e5e7eb;margin-top:0;margin-bottom:.35rem;position:relative;z-index:0}.story-footer-propaganda{display:flex;flex-direction:column;gap:.45rem;margin-top:.35rem}.scroll-top-button{position:fixed;right:2rem;bottom:6rem;width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#fffffff2;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px #0f172a24;cursor:pointer;z-index:40;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.scroll-top-button:hover{transform:translateY(-2px);border-color:#0ea5e966;box-shadow:0 18px 34px #0ea5e933}.scroll-top-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e940}@media (min-width: 1200px){.scroll-top-button{right:auto;left:calc(50% + (var(--content-max-w) / 2) + 2rem);bottom:6rem}}@media (max-width: 640px){.scroll-top-button{right:1.1rem;bottom:4.5rem}}@media (max-width: 640px){.footer-sticky .scroll-top-button{bottom:5.5rem}}.story-propaganda-heading{font-size:.8rem;font-weight:600;color:#111827;margin:0 0 .35rem}.story-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.story-date{font-size:.85rem;color:#6b7280}.story-time{margin-left:.35rem}@media (max-width: 640px){.story-time{display:block;margin-left:0;margin-top:.1rem}}.story-sources{display:flex;align-items:center;justify-content:flex-end}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.header{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 1.25rem;max-width:var(--content-max-w);margin:0 auto;width:100%}.brand{font-weight:700;font-size:1.1rem;-webkit-font-smoothing:antialiased}.brand a{display:inline-flex;align-items:center;gap:.4rem}.brand-logo{display:inline-block;height:var(--header-control-h);max-height:var(--header-control-h);width:auto;object-fit:contain;shape-rendering:geometricPrecision}.brand-logo--mobile{display:none}.header-nav{display:flex;align-items:center;justify-content:center;width:100%;gap:.75rem;margin-left:0;position:relative}.header-nav-desktop{display:none}.header-nav a{color:#1f2937;font-weight:600;text-decoration:none}.header-nav a:hover{color:#0ea5e9}.view-selector-shell{position:relative;display:inline-flex;margin:0 auto}.view-selector{padding:.3rem .7rem;border-radius:999px;border:1px solid var(--border);background:#f8fafc;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:.25rem;justify-content:space-between;height:var(--header-control-h)}.view-selector--measure{position:absolute;visibility:hidden;pointer-events:none;inset:auto;white-space:nowrap}.view-selector-label{display:inline-flex;align-items:center;justify-content:center;text-align:center;flex:1;gap:.3rem}.view-selector-icon{display:inline-flex;align-items:center;justify-content:center;font-size:.9rem}.view-selector:hover{background:#e5f3ff;border-color:#0ea5e9}.desktop-nav-item{text-decoration:none;position:relative}.desktop-nav-link{display:block;overflow:hidden;height:20px}.desktop-nav-motion{height:20px;will-change:transform}.desktop-nav-row{height:20px;display:flex;align-items:center;line-height:20px;font-weight:700;letter-spacing:.01em}.desktop-nav-row--muted{color:var(--muted)}.desktop-nav-row--active,.desktop-nav-item.is-active .desktop-nav-row--muted{color:inherit}.desktop-nav-item.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--line-muted);border-radius:2px}.view-selector-menu{position:absolute;top:calc(100% + .35rem);left:0;margin-top:0;padding:.35rem .4rem;border-radius:.6rem;background:#fff;box-shadow:0 10px 24px #0f172a1f;border:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem;z-index:30;list-style:none;transform-origin:top left;min-width:100%}.view-option{list-style:none;width:100%;padding:0;margin:0}.view-option button{width:100%;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .55rem;border:none;background:transparent;text-align:left;font-size:.88rem;font-weight:600;cursor:pointer;border-radius:.45rem;color:#0f172a}.view-option:hover{background:#eff6ff}.view-option--active{font-weight:700;color:#0ea5e9}.view-option--active button{color:#0ea5e9}.view-option--mobile-auth{display:none}.view-option-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.header-actions{display:flex;align-items:center;gap:.5rem;justify-self:end}.header-actions .btn{height:var(--header-control-h);padding-top:0;padding-bottom:0;padding-left:.9rem;padding-right:.9rem;display:inline-flex;align-items:center}.header-account{position:relative;display:none;align-items:center}.header-meta-link{display:none}.account-trigger{width:var(--header-control-h);height:var(--header-control-h);border-radius:999px;border:1px solid var(--border);background:#fff;color:#0f172a;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.account-trigger:hover{background:#eff6ff;border-color:#0ea5e9}.account-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 24px #0f172a1f;padding:.35rem;z-index:40;transform-origin:top right;list-style:none}.account-menu-item{width:100%;border:none;background:transparent;text-align:left;padding:.55rem .65rem;border-radius:10px;font-weight:700;cursor:pointer;color:#0f172a}.account-menu-item:hover{background:#eff6ff}.apex-loader-screen{width:100%;height:100%;min-height:240px;display:flex;align-items:center;justify-content:center}.apex-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center}.apex-loader-row{display:flex;align-items:center;gap:6px}.apex-loader-word-gap{margin-right:12px}.apex-loader-block{width:32px;height:32px;border-radius:10px;background:#fff;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #0f172a0f;-webkit-user-select:none;user-select:none}.apex-loader-letter{font-weight:900;font-size:.85rem;letter-spacing:.06em;color:#0f172a}.route-shell{position:relative;height:100%;min-height:100%}.route-shell-content{height:100%;min-height:100%}[data-footroom=true].route-shell{height:auto;min-height:100%}.route-shell-content[data-footroom=true]{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom));height:auto;min-height:100%}.legal-prose{max-width:100ch;margin:0 auto}.legal-prose h2,.legal-prose h3{margin-top:1rem}.legal-prose p,.legal-prose li{line-height:1.65}.legal-prose ul{padding-left:1.25rem}.header-auth-skeleton{height:var(--header-control-h, 40px);width:160px;border-radius:12px;border:1px solid var(--border);background:#f8fafccc}.header-auth-placeholder{width:var(--header-control-h, 40px);height:var(--header-control-h, 40px)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:80;padding:1.25rem}.spring-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a33;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:1.5rem;z-index:80;overflow-y:auto;cursor:pointer}.spring-modal{position:relative;max-width:540px;width:100%;padding:1.75rem;border-radius:18px;background:#fff;color:#0f172a;box-shadow:0 20px 50px #0f172a2e;border:1px solid var(--border);overflow:hidden;cursor:default;box-sizing:border-box}.spring-modal-watermark{position:absolute;top:-90px;left:-90px;width:240px;height:240px;color:#0ea5e926;opacity:1;transform:rotate(12deg);z-index:0;pointer-events:none}.spring-modal-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem}.spring-modal-close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;color:#64748b;cursor:pointer;font-size:1.25rem}.spring-modal-icon{width:60px;height:60px;border-radius:999px;background:#0ea5e91f;color:#0ea5e9;display:grid;place-items:center;font-size:1.75rem;margin:0 auto .25rem}.spring-modal-title{margin:0;text-align:center;font-size:1.75rem;font-weight:700}.spring-modal-description{margin:0;text-align:center;font-size:.95rem;color:#64748b}.spring-modal-meta{margin:0;text-align:center;font-size:.85rem;color:#94a3b8}.spring-modal-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem;justify-content:center}.spring-modal-actions .btn{flex:1 1 140px;max-width:220px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.auth-gate-modal{background:#fff;border-radius:16px;box-shadow:0 18px 40px #0f172a40;max-width:520px;width:100%;padding:1.5rem;border:1px solid var(--border)}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.share-modal{max-width:520px;position:relative;overflow:hidden;padding:1.5rem;width:100%;box-sizing:border-box}.share-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.share-modal-header h3{margin:0}.share-modal-subtitle{margin:.25rem 0 0;font-size:.82rem;font-weight:500;color:#94a3b8;max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-section{display:flex;flex-direction:column;gap:.35rem;margin-top:1rem}.share-section-label{margin:0;font-size:.8rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.share-section-helper{margin:0;font-size:.85rem;color:var(--muted)}.locked-section{position:relative;border-radius:16px;overflow:hidden}.locked-preview{position:relative;z-index:0}.locked-preview .summary,.locked-preview .article-summary{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pw-locked-text{filter:blur(4px);opacity:.6}.pw-skel{display:block;height:.8rem;border-radius:999px;background:#e2e8f0;margin-top:.2rem}.pw-skel-w70{width:70%}.pw-skel-w85{width:85%}.pw-skel-w90{width:90%}.pw-skel-w75{width:75%}.pw-skel-w80{width:80%}.pw-skel-w60{width:60%}.pw-skel-w65{width:65%}.pw-skel-w55{width:55%}.pw-skel-w50{width:50%}.pw-skel-w45{width:45%}.pw-skel-w40{width:40%}.pw-skel-w30{width:30%}.pw-skel-w35{width:35%}.pw-cta-row{display:flex;justify-content:center}.locked-fade{position:relative;margin-top:.6rem;padding-top:.5rem;overflow:hidden}.locked-fade:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.locked-skeleton{display:flex;flex-direction:column;gap:.5rem}.locked-skel-bullet{display:flex;align-items:center;gap:.5rem;list-style:none}.locked-skel-dot{width:6px;height:6px;border-radius:999px;background:#cbd5f5;flex:0 0 auto}.locked-skel-line{height:.8rem;border-radius:999px;background:#e2e8f0;width:100%;max-width:420px}.locked-skel-bullet:nth-child(2) .locked-skel-line{max-width:360px}.locked-skel-bullet:nth-child(3) .locked-skel-line{max-width:300px}.locked-more-text{font-size:.85rem;color:var(--muted)}.locked-cta-in-fade{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;z-index:2;pointer-events:none}.locked-cta-in-fade .btn{pointer-events:auto}.locked-cta-button{background:#fff;color:#0f172a;border:1px solid var(--border)}.graph-locked{display:flex;flex-direction:column;gap:.75rem}.graph-locked-visual{filter:blur(6px);opacity:.75;pointer-events:none}.graph-locked-cta{display:flex;justify-content:center}.share-options{display:flex;flex-wrap:wrap;gap:.6rem}.share-option{border:1px solid var(--border);background:#f8fafc;color:#0f172a;border-radius:12px;width:44px;height:44px;padding:0;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease,background .2s ease}.share-option svg{width:26px;height:26px;transition:transform .2s ease}.share-option:hover{border-color:#0ea5e9;color:#0ea5e9;background:#fff;box-shadow:0 8px 18px #0ea5e92e}.share-option:hover svg{transform:translateY(-4px)}.share-option:active{transform:translateY(1px)}.share-link-row{border:1px solid var(--border);background:#f8fafc;border-radius:12px;padding:.6rem .75rem;display:flex;align-items:center;gap:.6rem}.share-link-icon{color:#0ea5e9;flex-shrink:0}.share-link-text{font-size:.85rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}.share-link-right{margin-left:auto}.share-link-copy{border:1px solid #0ea5e9;background:#0ea5e9;color:#fff;border-radius:999px;padding:.3rem .7rem;font-weight:600;cursor:pointer}.share-link-copy:hover{background:#0284c7;border-color:#0284c7}.share-link-actions{position:relative;display:inline-flex;align-items:center;gap:.35rem}.share-link-chevron{border:1px solid var(--border);background:#fff;color:var(--muted);border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.share-link-chevron-icon{display:inline-flex;align-items:center;justify-content:center;font-size:.9rem}.share-link-chevron:hover{border-color:#0ea5e9;color:#0ea5e9;background:#f8fafc}.share-link-chevron:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea5e933}.share-copy-menu{right:0;left:auto;top:calc(100% + .35rem);min-width:190px;transform-origin:top right;z-index:6}.share-copy-menu-portal{position:fixed;z-index:90;margin-top:0;min-width:190px;max-width:min(240px,calc(100vw - 1.5rem))}.share-link-feedback{min-width:64px;text-align:right;font-size:.75rem;font-weight:600;color:var(--muted);opacity:0;transition:opacity .2s ease}.share-link-feedback.is-visible{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.backlink{display:inline-flex;align-items:center;gap:.2rem;padding:.35rem .4rem;font:inherit;color:inherit;background:transparent;border:none;cursor:pointer}.backlink:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px;border-radius:8px}.btn{padding:.55rem .9rem;border-radius:10px;border:1px solid #0ea5e9;background:#0ea5e9;color:#fff;font-weight:700;cursor:pointer}.btn:hover{background:#0284c7}.btn.ghost{background:transparent;color:#0ea5e9;border-color:#0ea5e9}.form{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.form-field{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.form-field input{padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);font-size:1rem}.auth-card{width:90vw;margin:0 auto}.auth-card .btn{width:100%}.plan-row{border:1px solid var(--border);background:#f8fafcb3;border-radius:12px;padding:.55rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.75rem 0 1rem}.plan-row-left{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.plan-row-label{font-weight:800;color:#0f172a;font-size:.95rem;letter-spacing:.01em}.plan-row-change{font-weight:800;color:#0ea5e9;text-decoration:none;padding:.25rem .35rem;border-radius:10px;white-space:nowrap}.plan-row-change:hover{background:#eff6ff}.plan-row .tag{padding:.18rem .55rem;font-size:.78rem}.auth-shell{min-height:calc(100vh - 64px);display:flex;align-items:flex-start;justify-content:center;position:relative;padding:clamp(48px,8vh,96px) 1.25rem 48px}.auth-wrap{position:relative;width:100%;max-width:960px}.auth-corner-grid{position:absolute;top:-20px;right:-20px;width:160px;height:160px;background:radial-gradient(circle at 20px 20px,#e0f2fe 0,#e0f2fe 10px,transparent 12px);background-size:32px 32px;opacity:.35;pointer-events:none}.auth-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #0f172a1a;padding:1.75rem;position:relative;overflow:hidden}.auth-card--wide{padding:2rem}.auth-heading h1{margin:.25rem 0 .3rem}.auth-heading .brand{font-weight:800;font-size:1rem}.auth-subheading{margin:0 0 .75rem;color:var(--muted)}.auth-social-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;margin:1rem 0}.auth-divider{display:flex;align-items:center;gap:.65rem;margin:1rem 0;color:var(--muted);font-weight:700}.auth-divider span{flex:1 1 auto;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:.9rem}.ai-usage-filters{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (min-width: 1024px){.ai-usage-filters{grid-template-columns:repeat(5,minmax(0,1fr))}}.auth-field{display:flex;flex-direction:column;gap:.35rem;font-weight:700}.auth-input{display:flex;align-items:center;gap:.4rem;border:1px solid var(--border);border-radius:12px;padding:.6rem .75rem;background:#fff}.auth-input input{border:none;outline:none;flex:1 1 auto;font-size:1rem}.auth-card-shell{width:100%;max-width:520px;margin:0 auto;position:relative}.security-panel{border:1px solid var(--border);border-radius:14px;background:#fff;margin-top:1rem;overflow:hidden}.security-toggle{width:100%;background:transparent;border:none;padding:.9rem 1.1rem;display:flex;align-items:center;justify-content:space-between;font-size:.95rem;font-weight:600;cursor:pointer;color:#0f172a}.security-toggle:hover{background:#f8fafc}.security-toggle-icon{display:inline-flex;color:var(--muted)}.security-panel-body{padding:.4rem 1.1rem 1.1rem}.password-field{position:relative;flex:1 1 auto}.password-visibility-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer}.password-visibility-btn:hover{background:#eff6ff;color:#0ea5e9}.password-visibility-btn:focus{outline:none;border-color:#0ea5e9}.password-visibility-btn svg{width:18px;height:18px}.password-field input{width:100%;padding-right:56px}.auth-submit{width:100%;margin-top:.3rem}.auth-terms,.auth-meta{margin:.9rem 0 0;color:var(--muted);font-size:.95rem}.auth-meta a{font-weight:700}@media (max-width: 700px){.auth-card--wide{padding:1.5rem}}.social-button{border:1px solid var(--border);border-radius:20px;background:#fff;color:#0f172a;height:40px;padding:0 16px;display:inline-flex;align-items:center;cursor:pointer;position:relative;transition:box-shadow .2s ease,transform .2s ease,background .2s ease,border-color .2s ease;box-shadow:0 10px 30px #0f172a0f}.social-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.social-button:hover:not(:disabled){border-color:#0ea5e9;box-shadow:0 12px 32px #0ea5e91f}.social-button:focus-visible{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.social-button-content-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;position:relative}.social-button-icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px}.social-button-contents{font-weight:700;font-size:.95rem;line-height:1}.social-button-note{color:var(--muted);font-size:.8rem;margin-left:auto}.social-button-state{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;pointer-events:none}.upgrade-stack{display:flex;flex-direction:column;gap:.15rem;align-items:flex-start}.tiny{font-size:.75rem}.graph-wrapper{margin-top:1rem}.graph-canvas{width:100%;height:420px;border:1px solid var(--border);border-radius:12px;background:#eff6ff}.graph-label{font-weight:700;fill:#fff;paint-order:stroke;stroke:#0f172a99;stroke-width:.5px}.graph-relation-card{margin-top:.6rem;padding:.75rem .9rem;border-radius:.75rem;border:2px solid var(--border);background:#fff;box-shadow:0 10px 24px #0f172a1a;font-size:.9rem;color:#0f172a}.graph-relation-title{font-weight:700;margin-bottom:.25rem}.graph-relation-meta{margin:0 0 .25rem;font-size:.8rem;color:var(--muted)}.graph-relation-body{margin:0;line-height:1.4}.graph-legend{margin-top:.4rem;color:var(--muted);font-size:.9rem;display:flex;align-items:center;gap:.5rem}.legend-dot{width:12px;height:12px;border-radius:50%;background:var(--node-fill);display:inline-block}.legend-line{display:inline-block;height:2px;width:26px;background:var(--line-muted)}.world-graph-page{margin:0;padding:0;width:100%;flex:1 1 auto;display:flex;flex-direction:column;height:100%;min-height:100%;background:linear-gradient(180deg,#f8fafc,#eef2ff);overflow:hidden}.world-graph-layout{display:flex;flex:1 1 auto;height:100%;width:100%;margin:0;padding:0;overflow:hidden}.world-graph-map-container{position:relative;width:100%;height:100%}.world-graph-map-shell{position:relative;width:100%;height:100%;overflow:hidden;border-radius:0;background:#f8fafc}.world-graph-map{width:100%;height:100%}.edge-panel-body{margin:0;line-height:1.4;font-size:.92rem}.edge-panel-placeholder{margin:0;color:#64748b;font-size:.9rem}.edge-explanation-block h4{margin-bottom:.35rem}.edge-explanation-content{max-height:0;opacity:0;transform:translateY(8px);transition:max-height .25s ease,opacity .25s ease,transform .25s ease;overflow:hidden}.edge-explanation-content--visible{max-height:240px;opacity:1;transform:translateY(0)}.world-graph-map svg{width:100%;height:100%;display:block}.world-graph-filters-overlay{position:absolute;top:1.25rem;left:1.25rem;z-index:10;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.world-graph-filters-card{background:#fff;color:#0f172a;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 18px 40px #0f172a1f;width:260px;border:1px solid #e5e7eb}.world-graph-filters-card .form-group{display:flex;flex-direction:column;gap:.35rem}.world-graph-filters-card input,.world-graph-filters-card select{padding:.5rem;border-radius:8px;border:1px solid var(--border)}.world-graph-edge-sheet{position:absolute;left:.5rem;right:.5rem;bottom:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 28px #0f172a2e;transform:translateY(120%);transition:transform .28s ease;z-index:34;overflow:hidden}.world-graph-edge-sheet--ready{transform:translateY(72%)}.world-graph-edge-sheet--open{transform:translateY(0)}.edge-sheet-tab{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background:#0ea5e9;color:#0b1f33;border:none;font-weight:700}.edge-sheet-tab:hover{cursor:pointer}.edge-sheet-tab-arrow{font-size:.9rem}.edge-sheet-body{padding:.8rem .9rem 1rem;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.edge-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.edge-sheet-text{margin:0;line-height:1.5;color:#0f172a}.world-graph-filters-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .8rem;border-radius:999px;border:1px solid #e5e7eb;background:#fffffff5;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 10px 24px #0f172a1f;color:#0f172a}.world-graph-filters-toggle:hover{background:#eff6ff;border-color:#0ea5e9}.world-graph-filters-toggle-arrow{font-size:.7rem;transform:translateY(1px);transition:transform .18s ease-out}.world-graph-filters-toggle[aria-expanded=true] .world-graph-filters-toggle-arrow{transform:rotate(180deg) translateY(-1px)}.world-graph-stats{position:absolute;top:1.25rem;right:1.25rem;left:auto;z-index:12;display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:999px;padding:.4rem .9rem;color:#0f172a;font-size:.875rem;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a1a}.world-graph-error-pill{position:absolute;top:4rem;right:1.25rem;z-index:9;background:#fee2e2;color:#991b1b;padding:.4rem .75rem;border-radius:.75rem;font-size:.85rem;border:1px solid #fecdd3}.link-button{border:none;background:none;color:#38bdf8;cursor:pointer;font-weight:600;padding:0}.world-graph-tooltip{position:absolute;transform:translate(-50%,-120%);background:#fff;color:#0f172a;padding:.6rem .8rem;border-radius:8px;border:1px solid #e2e8f0;min-width:200px;pointer-events:none;box-shadow:0 10px 30px #0f172a1f}.world-graph-tooltip .tooltip-title{margin:0 0 .25rem;font-weight:700}.world-graph-tooltip .tooltip-meta{margin:0;font-size:.85rem;color:#475569}.world-graph-sidepanel-overlay{position:absolute;top:0;right:0;height:100%;max-width:380px;width:380px;padding:1rem;box-sizing:border-box;pointer-events:none;display:flex;justify-content:center;align-items:stretch;z-index:30}.world-graph-sidepanel-card{pointer-events:auto;background:#fff;color:#0f172a;border-radius:.75rem 0 0 .75rem;box-shadow:-16px 0 40px #0f172a1f;padding:1rem 1.25rem;width:100%;height:100%;overflow:hidden;border-left:1px solid #e2e8f0;position:relative;z-index:31;display:flex;flex-direction:column}.world-graph-sidepanel-content{flex:1 1 auto;overflow-y:auto;padding-right:.25rem}.world-graph-sidepanel-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}.world-graph-sidepanel-open-btn{margin-top:0;align-self:flex-start}@media (max-width: 768px){.world-graph-sidepanel-overlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;max-width:none;padding:0;box-sizing:border-box;pointer-events:none;display:flex;justify-content:center;align-items:flex-end;z-index:30}.world-graph-sidepanel-card{pointer-events:auto;width:100%;max-height:100%;height:100%;border-radius:1rem 1rem 0 0;border-left:none;border-top:1px solid #e2e8f0;box-shadow:0 -16px 40px #0f172a2e;padding:.75rem 1rem 1.25rem;overflow:hidden;display:flex;flex-direction:column}.world-graph-sidepanel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.world-graph-sidepanel-drag-region{padding:.5rem 0;cursor:grab;touch-action:none}.world-graph-sidepanel-drag-handle{width:40px;height:4px;border-radius:999px;background:#cbd5e1;margin:0 auto}}.world-graph-sidepanel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sidepanel-section h4{margin:0 0 .2rem}.tag-list{display:flex;flex-wrap:wrap;gap:.35rem}@media (max-width: 640px){.header-inner{grid-template-columns:1fr auto auto;column-gap:.5rem;--mobile-header-control-height: 36px;--header-control-h: var(--mobile-header-control-height)}.brand-logo--desktop{display:none}.brand-logo--mobile{display:inline-block}.header-nav{justify-content:flex-end;justify-self:end;width:auto;grid-column:3;grid-row:1}.header-actions{display:flex;align-items:center;gap:.4rem;grid-column:2;grid-row:1;justify-self:end}.header-actions .header-login,.header-logout{display:none}.view-option--mobile-auth{display:block}.view-selector-shell{margin:0}.view-selector{height:var(--mobile-header-control-height);min-height:0;padding:0 .85rem;display:inline-flex;align-items:center}.view-selector-menu{left:auto;right:0;max-width:calc(100vw - 24px)}.view-option button{min-height:44px;padding:.6rem .75rem}.header-cta{height:var(--mobile-header-control-height);padding:0 .9rem;display:inline-flex;align-items:center}}@media (max-width: 899px){.header-actions .header-login{display:none}.view-option--mobile-auth{display:block}}@media (min-width: 900px){.header-inner{padding:.75rem 0}.site-footer-inner{padding:0}.auth-card{width:520px}.header-nav-desktop{display:flex;align-items:center;gap:18px;justify-content:center;justify-self:center}.header-nav{display:none}.header-account{display:inline-flex}.header-logout{display:none}.header-meta-link{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:var(--muted);padding:.35rem .4rem;border-radius:10px;text-decoration:none;white-space:nowrap}.header-meta-link:hover{color:#0ea5e9;background:#eff6ff}}@keyframes world-graph-node-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.9}to{transform:scale(1);opacity:1}}.world-graph-story-node--selected{transform-origin:center;transform-box:fill-box;animation:world-graph-node-pulse 3s ease-in-out infinite}.world-graph-edge-base{stroke-linecap:round}.world-graph-edge-glow{stroke-linecap:round;pointer-events:none}.world-graph-edge-glow--normal{stroke-width:1.5;stroke-opacity:.5}.world-graph-edge-glow--selected{stroke-width:1.5;stroke-opacity:.85}.pricing-section{display:flex;flex-direction:column;gap:1.5rem}.pricing-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem}.pricing-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #0f172a14;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.pricing-card--highlight{border:1px solid #0ea5e9;box-shadow:0 14px 36px #0ea5e92e}.pricing-card-head{display:flex;flex-direction:column;gap:.35rem}.pricing-title-row{display:flex;align-items:center;gap:.5rem}.pricing-badge{background:#e0f2fe;color:#0ea5e9;font-weight:700;padding:.2rem .45rem;border-radius:999px;font-size:.8rem}.pricing-priceRow{display:flex;align-items:baseline;gap:.4rem}.pricing-price{font-size:2.3rem;font-weight:800}.pricing-unit{color:var(--muted);font-weight:600}.pricing-statement{margin:0;color:#0f172a;line-height:1.5}.pricing-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.pricing-item{display:flex;align-items:center;gap:.5rem;color:#0f172a;font-weight:600}.pricing-icon{font-size:1.1rem}.pricing-icon--ok{color:#0ea5e9}.pricing-icon--no{color:#cbd5e1}.pricing-cta{margin-top:auto}.pricing-cta--highlight{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.pricing-toggle{position:relative;display:inline-grid;grid-template-columns:repeat(2,auto);border:1px solid var(--border);border-radius:999px;background:#fff;padding:.2rem;gap:.2rem}.pricing-toggle-btn{position:relative;z-index:1;border:none;background:transparent;padding:.35rem .75rem;font-weight:700;font-size:.9rem;color:var(--muted);border-radius:999px;cursor:pointer}.pricing-toggle-btn--active{color:#0f172a}.pricing-toggle-indicator{position:absolute;top:4px;right:4px;bottom:4px;left:4px;width:calc(50% - 6px);height:calc(100% - 8px);background:#e0f2fe;border-radius:999px;z-index:0}@media (min-width: 900px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-footer{border-top:1px solid var(--border);background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 0 8px}.footer-sticky .site-footer{position:fixed;left:0;right:0;bottom:0;z-index:45}.site-footer-inner{max-width:var(--content-max-w);margin:0 auto;display:flex;flex-direction:column;gap:.35rem;padding:0}.site-footer-brand{font-weight:700;color:#0f172a;font-size:.95rem;margin-bottom:.25rem}.site-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;width:100%}.site-footer-link{color:var(--muted);font-weight:600;font-size:.9rem;padding:6px 0;border-radius:10px;display:block}.site-footer-link:hover{color:#0ea5e9;background:#eff6ff}@media (max-width: 640px){.site-footer-inner{align-items:center;flex-direction:column-reverse;padding:0 1.25rem}.site-footer-links{grid-template-columns:repeat(5,max-content);justify-content:flex-start;column-gap:15px;row-gap:10px;width:auto;align-items:flex-start}.site-footer-link{font-size:.88rem}}@media (max-width: 1100px){.world-graph-layout{height:100%}.world-graph-map-shell{height:100%;min-height:0}}.world-graph-map,.world-graph-map svg{touch-action:none}@media (min-width: 640px){.site-footer-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.site-footer-links{display:flex;flex-wrap:wrap;gap:.75rem;width:auto;align-items:center;justify-content:flex-end}}.world-graph-zoom-controls,.world-graph-filters-overlay,.world-graph-sidepanel-card,.world-graph-sidepanel-open-btn{touch-action:auto}.market-context-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.market-context-row{display:flex;flex-direction:column;gap:.4rem}.market-context-title{color:var(--fg);font-weight:600;text-decoration:none}.market-context-title:hover{text-decoration:underline}.market-context-meta{display:flex;flex-wrap:wrap;gap:.4rem;color:var(--muted);font-size:.9rem}.market-context-price{color:var(--fg);font-weight:600}.market-context-divider{color:var(--muted)}.market-context-disclaimer{margin-top:.75rem;font-size:.85rem;color:var(--muted)}.market-context-empty{margin:.4rem 0 0;color:var(--muted)}.market-context-skeleton .market-context-row{gap:.5rem}.kalshi-card-container{width:100%;height:100%;padding:1.4rem 1.5rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;justify-content:space-between;gap:.9rem;color:inherit}.kalshi-top-row-container{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.kalshi-top-row-left{display:flex;align-items:center;gap:.9rem;min-width:0;flex:1 1 auto}.kalshi-top-row-image{width:40px;height:40px;border-radius:10px;flex-shrink:0;object-fit:cover}.kalshi-top-row-link{font-size:.95rem;font-weight:600;line-height:1.35;color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-width:0}.kalshi-top-row-link:hover{text-decoration:underline}.kalshi-top-row-right{width:75px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;color:var(--muted)}.kalshi-gauge{display:block}.kalshi-gauge-track{stroke:#0f172a1f}.kalshi-gauge-fill{stroke-linecap:round}.kalshi-gauge-text{margin:-6px 0 0;font-size:.85rem;font-weight:600;color:var(--text)}.kalshi-gauge-subtext{margin:0;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#64748bcc}.kalshi-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.kalshi-market-brand{width:59px;height:auto;opacity:.25}.kalshi-bottom-row-right{display:flex;align-items:center;gap:.75rem}.kalshi-market-volume{font-size:.75rem;font-weight:600;color:var(--muted)}.kalshi-market-button{font-size:.85rem;font-weight:600;color:var(--text);border:1px solid rgba(15,23,42,.12);border-radius:999px;padding:.3rem .8rem;background:#f8fafccc;line-height:1;text-decoration:none;white-space:nowrap}@media (max-width: 640px){.kalshi-market-button{padding:.35rem 1.05rem}}.market-carousel{position:relative;width:100%;height:168px;min-height:168px}.market-carousel-controls{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:72rem;display:flex;align-items:center;justify-content:space-between;height:168px;pointer-events:none;z-index:2;padding:0 .35rem}.market-carousel-shell{position:relative;overflow:hidden;padding:0 16px;max-width:72rem;margin:0 auto;display:flex;align-items:center;height:168px;min-height:168px;box-sizing:border-box}.market-carousel-track{display:flex;align-items:center;justify-content:flex-start;width:100%;height:168px;padding:0}.market-carousel-frame{width:100%;max-width:400px;height:168px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.market-carousel-spacer{height:1px}.market-carousel-iframe{display:block;width:100%;height:100%;border:none;border-radius:0;box-shadow:none;background:transparent}@media (max-width: 640px){.market-carousel{height:140px;min-height:140px;width:calc(100vw - .4rem);margin-left:-2.05rem;margin-right:-2.05rem}.market-carousel-controls{height:140px;padding:0 calc(.35rem + 10px)}.market-carousel-shell{height:140px;min-height:140px;padding:0 0 0 calc((100vw - .4rem - 300px)/2 + 2px);-webkit-mask-image:linear-gradient(to right,transparent 0%,transparent 10%,black calc((100vw - 300px)/2),black calc((100vw + 300px)/2),transparent 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,transparent 10%,black calc((100vw - 300px)/2),black calc((100vw + 300px)/2),transparent 90%,transparent 100%)}.market-carousel-track{height:140px}.market-carousel-frame{max-width:300px;height:140px}.market-carousel-iframe{height:100%}}.market-carousel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#f8fafccc;color:#0f172a;border-radius:999px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;box-shadow:0 8px 18px #0f172a1f;pointer-events:auto;transition:opacity .18s ease}.market-carousel-button:disabled{pointer-events:none}.market-context-price-row{display:flex;align-items:baseline;gap:.6rem}.market-context-change{font-size:.85rem;font-weight:600}.market-context-change.is-up{color:#15803d}.market-context-change.is-down{color:#b91c1c}.market-outcomes{display:flex;flex-direction:column;gap:.6rem}.market-outcome-row{display:flex;flex-direction:column;gap:.35rem}.market-outcome-header{display:grid;grid-template-columns:1fr auto auto;gap:.4rem;align-items:center}.market-outcome-label{font-weight:600;color:var(--fg)}.market-outcome-price{font-size:.85rem;font-weight:600;color:var(--fg)}.market-sparkline{width:100%;height:36px;color:#0f172a}.market-sparkline-placeholder{width:100%;height:36px;background:#f1f5f9;border-radius:6px}.timeline-meta{justify-content:flex-start;text-align:left}.timeline-report-link{margin:0}.timeline-badge{right:0}
