:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--mystery-color-bg:#f4f3f0;--mystery-color-bg-elevated:#fff;--mystery-color-surface:#ffffffc2;--mystery-color-surface-strong:#fffffff0;--mystery-color-surface-soft:#18181c0b;--mystery-color-text:#171719;--mystery-color-text-muted:#5f5f66;--mystery-color-text-dim:#85858d;--mystery-color-border:#18181c1c;--mystery-color-border-strong:#18181c33;--mystery-color-accent:#bd5700;--mystery-color-accent-hover:#9f4600;--mystery-color-accent-soft:#bd57001f;--mystery-color-accent-glow:#bd57002e;--mystery-color-accent-border:#bd57005c;--mystery-color-accent-shadow:#bd570029;--mystery-color-on-accent:#fffaf5;--mystery-color-success:#187a52;--mystery-color-danger:#c43d3d;--mystery-color-page-glow:#ffffffb8;--mystery-color-scanline:#18181c06;--mystery-color-grid:#18181c09;--mystery-color-glass-highlight:#ffffffad;--mystery-color-chrome-soft:#18181c09;--mystery-color-control:#18181c13;--mystery-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--mystery-font-mono:"SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--mystery-radius-sm:10px;--mystery-radius-md:16px;--mystery-radius-lg:22px;--mystery-radius-xl:30px;--mystery-radius-pill:999px;--mystery-space-1:4px;--mystery-space-2:8px;--mystery-space-3:12px;--mystery-space-4:16px;--mystery-space-5:20px;--mystery-space-6:24px;--mystery-space-8:32px;--mystery-space-10:40px;--mystery-space-12:48px;--mystery-space-16:64px;--mystery-blur-glass:24px;--mystery-shadow-glass:0 24px 70px #2d261e1f, inset 0 1px 0 #ffffffd1;--mystery-shadow-accent:0 0 30px var(--mystery-color-accent-glow);--mystery-duration-fast:.14s;--mystery-duration-normal:.24s;--mystery-ease:cubic-bezier(.2, .8, .2, 1)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--mystery-color-bg:#000;--mystery-color-bg-elevated:#0b0b0c;--mystery-color-surface:#121214b8;--mystery-color-surface-strong:#19191ce6;--mystery-color-surface-soft:#ffffff09;--mystery-color-text:#f5f5f7;--mystery-color-text-muted:#a4a4aa;--mystery-color-text-dim:#707078;--mystery-color-border:#ffffff1c;--mystery-color-border-strong:#ffffff2e;--mystery-color-accent:#ff8a1f;--mystery-color-accent-hover:#ffa14a;--mystery-color-accent-soft:#ff8a1f24;--mystery-color-accent-glow:#ff8a1f47;--mystery-color-accent-border:#ff8a1f6b;--mystery-color-accent-shadow:#ff8a1f2e;--mystery-color-on-accent:#120a02;--mystery-color-success:#72d6a0;--mystery-color-danger:#ff6b6b;--mystery-color-page-glow:#ffffff12;--mystery-color-scanline:#00000014;--mystery-color-grid:#ffffff05;--mystery-color-glass-highlight:#ffffff0e;--mystery-color-chrome-soft:#ffffff06;--mystery-color-control:#ffffff12;--mystery-shadow-glass:0 30px 100px #00000075, inset 0 1px 0 #ffffff0f;--mystery-shadow-accent:0 0 36px var(--mystery-color-accent-glow)}}*,:before,:after{box-sizing:border-box}html{background:var(--mystery-color-bg);min-width:320px;min-height:100%;font-family:var(--mystery-font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;color:var(--mystery-color-text);background:radial-gradient(circle at 50% -10%, var(--mystery-color-page-glow), transparent 38%), var(--mystery-color-bg);margin:0}body:before{z-index:-1;background:linear-gradient(transparent 50%, var(--mystery-color-scanline) 50%);content:"";pointer-events:none;background-size:100% 4px;position:fixed;inset:0}button,input,textarea,select{color:inherit;font:inherit}a{color:inherit;text-decoration:none}::selection{color:var(--mystery-color-on-accent);background:var(--mystery-color-accent)}:focus-visible{outline:2px solid var(--mystery-color-accent);outline-offset:3px}#root{min-height:100vh}.mystery-page{isolation:isolate;min-height:100vh;position:relative;overflow:hidden}.mystery-grid{z-index:-3;background-image:linear-gradient(var(--mystery-color-grid) 1px, transparent 1px), linear-gradient(90deg, var(--mystery-color-grid) 1px, transparent 1px);pointer-events:none;background-size:44px 44px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.mystery-orb{z-index:-2;filter:blur(90px);opacity:.34;pointer-events:none;border-radius:50%;width:420px;height:420px;position:fixed}.mystery-orb--accent{background:var(--mystery-color-accent-soft)}.mystery-glass{border:1px solid var(--mystery-color-border);background:linear-gradient(135deg, var(--mystery-color-glass-highlight), transparent 42%), var(--mystery-color-surface);box-shadow:var(--mystery-shadow-glass);-webkit-backdrop-filter:blur(var(--mystery-blur-glass)) saturate(128%)}.mystery-terminal{border-radius:var(--mystery-radius-lg);overflow:hidden}.mystery-terminal__bar{min-height:52px;padding:0 var(--mystery-space-5);border-bottom:1px solid var(--mystery-color-border);background:var(--mystery-color-chrome-soft);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.mystery-terminal__title{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.02em;text-align:center;margin:0;font-size:.72rem}.mystery-terminal__body{padding:clamp(28px,5vw,56px)}.mystery-window-controls{align-items:center;gap:7px;display:flex}.mystery-window-controls span{border:1px solid var(--mystery-color-border-strong);border-radius:var(--mystery-radius-pill);background:var(--mystery-color-control);width:10px;height:10px}.mystery-window-controls span:first-child{border-color:var(--mystery-color-accent-border);background:var(--mystery-color-accent-soft);box-shadow:0 0 18px var(--mystery-color-accent-shadow)}.mystery-command,.mystery-terminal-copy{font-family:var(--mystery-font-mono);margin:0;font-size:clamp(.78rem,1.4vw,.94rem);line-height:1.8}.mystery-command{color:var(--mystery-color-text-muted)}.mystery-command__user{color:var(--mystery-color-text)}.mystery-command__path{color:var(--mystery-color-accent)}.mystery-terminal-output{margin-top:var(--mystery-space-5);color:var(--mystery-color-text-dim);gap:2px;display:grid}.mystery-terminal-output p{margin:0}.mystery-terminal-output__label{color:var(--mystery-color-accent)}.mystery-eyebrow{margin:0 0 var(--mystery-space-5);color:var(--mystery-color-accent);font-family:var(--mystery-font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:650}.mystery-title{color:var(--mystery-color-text);font-family:var(--mystery-font-sans);letter-spacing:-.078em;margin:0;font-size:clamp(3.5rem,11vw,8.4rem);font-weight:610;line-height:.87}.mystery-title__accent{color:var(--mystery-color-accent);text-shadow:var(--mystery-shadow-accent)}.mystery-copy{max-width:620px;margin:var(--mystery-space-8) 0 0;color:var(--mystery-color-text-muted);font-size:clamp(1rem,2vw,1.18rem);line-height:1.65}.mystery-chip{align-items:center;gap:var(--mystery-space-2);border:1px solid var(--mystery-color-border);border-radius:var(--mystery-radius-pill);width:fit-content;color:var(--mystery-color-text-muted);background:var(--mystery-color-surface-soft);font-family:var(--mystery-font-mono);letter-spacing:.03em;padding:7px 11px;font-size:.68rem;display:inline-flex}.mystery-status-dot{border-radius:var(--mystery-radius-pill);background:var(--mystery-color-accent);width:7px;height:7px;box-shadow:0 0 12px var(--mystery-color-accent-glow)}.mystery-button{justify-content:center;align-items:center;gap:var(--mystery-space-2);min-height:42px;padding:0 var(--mystery-space-5);border:1px solid var(--mystery-color-accent-border);border-radius:var(--mystery-radius-pill);color:var(--mystery-color-on-accent);background:var(--mystery-color-accent);box-shadow:0 10px 30px var(--mystery-color-accent-shadow);cursor:pointer;transition:transform var(--mystery-duration-fast) var(--mystery-ease), background var(--mystery-duration-fast) var(--mystery-ease), box-shadow var(--mystery-duration-fast) var(--mystery-ease);font-weight:680;display:inline-flex}.mystery-button:hover{background:var(--mystery-color-accent-hover);box-shadow:0 14px 38px var(--mystery-color-accent-shadow);transform:translateY(-1px)}.mystery-button--secondary{border-color:var(--mystery-color-border);color:var(--mystery-color-text);background:var(--mystery-color-surface-soft);box-shadow:none}.mystery-cursor{background:var(--mystery-color-accent);width:.58em;height:1.08em;box-shadow:0 0 14px var(--mystery-color-accent-glow);vertical-align:-.13em;margin-left:.25em;animation:1.05s step-end infinite mystery-blink;display:inline-block}@keyframes mystery-blink{0%,48%{opacity:1}49%,to{opacity:0}}@media (width<=640px){.mystery-terminal__bar{padding-inline:var(--mystery-space-4);grid-template-columns:1fr auto}.mystery-terminal__title{text-align:right}.mystery-terminal__bar>:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mystery-cursor{animation:none}}.mystery-logo{width:var(--mystery-logo-size,36px);height:var(--mystery-logo-size,36px);filter:drop-shadow(0 8px 18px #00000038);border-radius:22%;flex:none;display:block}.mystery-logo--xs{--mystery-logo-size:20px}.mystery-logo--sm{--mystery-logo-size:34px}.mystery-logo--md{--mystery-logo-size:48px}.mystery-logo--lg{--mystery-logo-size:72px}.mystery-brand-lockup{align-items:center;gap:var(--mystery-space-3);display:inline-flex}@media (prefers-color-scheme:light){.mystery-logo{filter:drop-shadow(0 8px 18px #2d261e29)}}html,body,#root,.mystery-page{background-color:var(--mystery-color-bg)}body{position:relative}body:before,.mystery-grid,.mystery-orb{position:absolute}.feed-overview-slot{margin:-8px 0 22px}.feed-overview{border:1px solid var(--mystery-color-border);border-radius:var(--mystery-radius-md);min-height:50px;color:var(--mystery-color-text);background:var(--mystery-color-surface);box-shadow:inset 0 1px 0 var(--mystery-color-glass-highlight);-webkit-backdrop-filter:blur(16px)saturate(120%);align-items:stretch;display:flex;overflow:hidden}.feed-overview__context{align-items:center;gap:var(--mystery-space-2);min-width:112px;padding:0 var(--mystery-space-3);border-right:1px solid var(--mystery-color-border);font-family:var(--mystery-font-mono);white-space:nowrap;display:flex}.feed-overview__context .mystery-status-dot{flex:none;width:6px;height:6px}.feed-overview__topic{color:var(--mystery-color-text-muted);text-overflow:ellipsis;font-size:.62rem;font-weight:650;overflow:hidden}.feed-overview__window{color:var(--mystery-color-text-dim);font-size:.55rem}.feed-overview__metrics{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;margin:0;display:grid}.feed-overview__metric{min-width:0;padding:8px var(--mystery-space-3);justify-content:center;align-items:center;gap:7px;display:flex}.feed-overview__metric+.feed-overview__metric{border-left:1px solid var(--mystery-color-border)}.feed-overview__metric dt{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.015em;text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;overflow:hidden}.feed-overview__value{min-width:1.6ch;color:var(--mystery-color-text);font-family:var(--mystery-font-mono);letter-spacing:-.035em;text-align:right;margin:0;font-size:.82rem;font-weight:720;line-height:1}.feed-overview__value--loading{border-radius:var(--mystery-radius-sm);color:#0000;background:var(--mystery-color-control);width:28px;height:11px;animation:1.35s ease-in-out infinite alternate overview-loading}@keyframes overview-loading{0%{opacity:.45}to{opacity:.95}}@media (width<=620px){.feed-overview-slot{margin-bottom:18px}.feed-overview{border-radius:var(--mystery-radius-sm);min-height:48px}.feed-overview__context{flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;min-width:66px;padding:0 9px}.feed-overview__context .mystery-status-dot{display:none}.feed-overview__topic{max-width:58px;font-size:.54rem}.feed-overview__window{font-size:.49rem}.feed-overview__metric{flex-direction:column-reverse;align-items:center;gap:2px;padding:6px 4px}.feed-overview__metric dt{max-width:100%;font-size:.49rem}.feed-overview__value{text-align:center;font-size:.76rem}}@media (prefers-reduced-motion:reduce){.feed-overview__value--loading{animation:none}}html,body,#root,.news-app{background:#000}body{overflow-x:hidden}button{border:0}.news-app{min-height:100vh;color:var(--mystery-color-text)}.news-top-edge{z-index:100;height:max(env(safe-area-inset-top), 1px);pointer-events:none;background:#000;position:fixed;top:0;left:0;right:0}.news-header{z-index:20;-webkit-backdrop-filter:blur(22px)saturate(130%);background:#000000eb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.news-header__inner,.topic-nav__inner,.news-layout,.news-footer{width:min(860px,100% - 36px);margin-inline:auto}.news-header__inner{justify-content:space-between;align-items:center;gap:20px;min-height:70px;display:flex}.news-brand{align-items:center;gap:11px;display:inline-flex}.news-brand__mark{color:#170b01;background:var(--mystery-color-accent);width:34px;height:34px;font-family:var(--mystery-font-mono);border:1px solid #ff8a1f59;border-radius:11px;place-items:center;font-size:.88rem;font-weight:800;display:grid;box-shadow:0 0 28px #ff8a1f26}.news-brand>span:last-child{gap:2px;display:grid}.news-brand strong{color:var(--mystery-color-text);letter-spacing:-.02em;font-size:.94rem;font-weight:680}.news-brand small{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.035em;font-size:.61rem}.news-header__status{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;font-size:.66rem;display:inline-flex}.topic-nav{scrollbar-width:none;overflow-x:auto}.topic-nav::-webkit-scrollbar{display:none}.topic-nav__inner{gap:6px;padding-bottom:12px;display:flex}.topic-button{border-radius:var(--mystery-radius-pill);min-height:34px;color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);cursor:pointer;transition:color var(--mystery-duration-fast) var(--mystery-ease), border-color var(--mystery-duration-fast) var(--mystery-ease), background var(--mystery-duration-fast) var(--mystery-ease);white-space:nowrap;background:0 0;border:1px solid #0000;padding:0 14px;font-size:.71rem}.topic-button:hover{color:var(--mystery-color-text);background:#ffffff09}.topic-button--active{color:var(--mystery-color-accent);background:#ff8a1f14;border-color:#ff8a1f52}.news-layout{z-index:1;padding:clamp(48px,8vw,86px) 0 42px;position:relative}.feed-heading{grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);align-items:end;gap:40px;margin-bottom:34px;display:grid}.feed-heading .mystery-eyebrow{margin-bottom:12px}.feed-heading h1{color:var(--mystery-color-text);letter-spacing:-.065em;text-transform:capitalize;margin:0;font-size:clamp(2.25rem,7vw,4.75rem);font-weight:620;line-height:.95}.feed-heading>p{color:var(--mystery-color-text-dim);margin:0;font-size:.9rem;line-height:1.65}.story-list,.loading-list{gap:22px;display:grid}.story-card{transition:border-color var(--mystery-duration-normal) var(--mystery-ease), opacity var(--mystery-duration-normal) var(--mystery-ease), transform var(--mystery-duration-normal) var(--mystery-ease);border-radius:24px;overflow:hidden}.story-card:hover{border-color:#ffffff2b}.story-card--read{opacity:.78}.story-card--read:hover{opacity:1}.story-card__media{background:radial-gradient(circle at 72% 28%,#ff8a1f24,#0000 38%),#0b0b0c;min-height:260px;position:relative;overflow:hidden}.story-card__media img{object-fit:cover;opacity:.85;filter:saturate(.82)contrast(1.04);width:100%;height:100%;min-height:260px;max-height:420px;transition:transform .5s var(--mystery-ease), opacity .3s ease;display:block}.story-card:hover .story-card__media img{opacity:.94;transform:scale(1.015)}.story-card__media:after{content:"";pointer-events:none;background:linear-gradient(#0000000f,#00000047);position:absolute;inset:0}.story-card__media--failed img{display:none}.story-card__media--placeholder,.story-card__media--failed{background:linear-gradient(#ffffff05 1px,#0000 1px) 0 0/34px 34px,linear-gradient(90deg,#ffffff05 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle at 70% 35%,#ff8a1f21,#0000 34%),#080809;place-items:center;min-height:190px;display:grid}.story-card__signal{color:#ff8a1f38;font-family:var(--mystery-font-mono);letter-spacing:-.2em;font-size:5rem;font-weight:800}.story-card__topic{z-index:2;border-radius:var(--mystery-radius-pill);color:#ffffffe0;-webkit-backdrop-filter:blur(12px);font-family:var(--mystery-font-mono);letter-spacing:.07em;text-transform:uppercase;background:#00000094;border:1px solid #ffffff2e;padding:7px 10px;font-size:.64rem;position:absolute;top:18px;left:18px}.story-card__body{padding:clamp(24px,4vw,38px)}.story-card__meta{min-height:20px;color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.025em;flex-wrap:wrap;align-items:center;gap:7px;font-size:.67rem;display:flex}.story-card__ai{border-radius:var(--mystery-radius-pill);color:var(--mystery-color-accent);text-transform:uppercase;background:#ff8a1f0e;border:1px solid #ff8a1f38;margin-left:auto;padding:4px 7px;font-size:.58rem}.story-card h2{max-width:760px;color:var(--mystery-color-text);letter-spacing:-.045em;margin:15px 0 0;font-size:clamp(1.55rem,4.5vw,2.55rem);font-weight:590;line-height:1.08}.story-card__summary{max-width:720px;color:var(--mystery-color-text-muted);margin:17px 0 0;font-size:clamp(.96rem,2vw,1.06rem);line-height:1.66}.coverage{margin-top:26px}.coverage__header{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.025em;justify-content:space-between;gap:20px;margin-bottom:8px;font-size:.62rem;display:flex}.coverage__header span:last-child{text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.coverage__bar{border-radius:var(--mystery-radius-pill);background:#ffffff09;gap:2px;height:4px;display:flex;overflow:hidden}.coverage__bar span{border-radius:var(--mystery-radius-pill);background:var(--mystery-color-accent);min-width:6px}.story-card__sources{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.source-chip{border-radius:var(--mystery-radius-pill);color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);background:#ffffff06;border:1px solid #ffffff14;padding:6px 9px;font-size:.61rem}.story-card__actions{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;display:flex}.compare-button,.save-button{color:var(--mystery-color-text-muted);cursor:pointer;background:0 0}.compare-button{min-height:38px;font-family:var(--mystery-font-mono);align-items:center;gap:10px;padding:0;font-size:.72rem;display:inline-flex}.compare-button:hover{color:var(--mystery-color-accent)}.save-button{background:#ffffff06;border:1px solid #ffffff17;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.save-button:hover,.save-button--active{color:var(--mystery-color-accent);background:#ff8a1f12;border-color:#ff8a1f47}.save-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:17px}.save-button--active svg{fill:currentColor}.coverage-list{animation:coverage-enter .22s var(--mystery-ease) both;gap:9px;margin-top:22px;display:grid}.coverage-item{transition:border-color var(--mystery-duration-fast) var(--mystery-ease), transform var(--mystery-duration-fast) var(--mystery-ease);background:#ffffff06;border:1px solid #ffffff13;border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:7px 20px;padding:16px;display:grid}.coverage-item:hover{border-color:#ff8a1f3d;transform:translateY(-1px)}.coverage-item>div{grid-column:1/-1;align-items:center;gap:9px;display:flex}.coverage-item__source{color:var(--mystery-color-accent);font-family:var(--mystery-font-mono);font-size:.65rem}.coverage-item__profile{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);font-size:.58rem}.coverage-item h3{color:var(--mystery-color-text-muted);letter-spacing:-.015em;margin:0;font-size:.92rem;font-weight:540;line-height:1.4}.coverage-item__time{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);white-space:nowrap;font-size:.6rem}.coverage-list__note{color:var(--mystery-color-text-dim);margin:7px 3px 0;font-size:.68rem;line-height:1.5}.feed-state{text-align:center;border-radius:24px;align-content:center;place-items:center;min-height:360px;padding:50px 24px;display:grid}.feed-state h2{letter-spacing:-.05em;margin:18px 0 0;font-size:clamp(1.7rem,5vw,2.6rem)}.feed-state p{max-width:520px;color:var(--mystery-color-text-dim);margin:12px 0 24px;line-height:1.65}.feed-state__code{color:var(--mystery-color-accent);font-family:var(--mystery-font-mono);font-size:.72rem}.feed-state__pulse{background:var(--mystery-color-accent);border-radius:50%;width:12px;height:12px;animation:1.8s ease-out infinite signal-pulse;box-shadow:0 0 #ff8a1f59}.feed-sentinel{min-height:150px;color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);place-items:center;font-size:.68rem;display:grid}.story-card--loading{pointer-events:none}.loading-block{background:linear-gradient(90deg,#ffffff09,#ffffff13,#ffffff09) 0 0/220% 100%;border-radius:8px;animation:1.5s linear infinite loading-sheen}.loading-block--media{border-radius:0;min-height:250px}.loading-block--meta{width:34%;height:10px}.loading-block--title{width:86%;height:32px;margin-top:24px}.loading-block--copy,.loading-block--copy-short{width:100%;height:12px;margin-top:18px}.loading-block--copy-short{width:66%;margin-top:9px}.news-footer{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);letter-spacing:.03em;border-top:1px solid #ffffff0f;justify-content:space-between;gap:20px;padding:24px 0 36px;font-size:.62rem;display:flex}@keyframes signal-pulse{0%{box-shadow:0 0 #ff8a1f59}70%,to{box-shadow:0 0 0 20px #ff8a1f00}}@keyframes loading-sheen{0%{background-position:100% 0}to{background-position:-120% 0}}@keyframes coverage-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.news-header__inner,.topic-nav__inner,.news-layout,.news-footer{width:min(100% - 24px,860px)}.news-header__inner{min-height:64px}.feed-heading{grid-template-columns:1fr;gap:18px}.feed-heading>p{max-width:520px}.story-card,.feed-state{border-radius:19px}.story-card__media,.story-card__media img{min-height:210px}.story-card__body{padding:23px 20px}.coverage__header{gap:5px;display:grid}.coverage__header span:last-child{text-align:left}.coverage-item{grid-template-columns:1fr}.coverage-item__time{margin-top:2px}}@media (width<=420px){.news-header__status{display:none}.news-layout{padding-top:38px}.story-card__media,.story-card__media img{min-height:180px}.story-card__ai{width:fit-content;margin-left:0}.news-footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.story-card__media img,.coverage-item,.story-card{transition:none}.feed-state__pulse,.loading-block,.coverage-list{animation:none}}.news-app{--news-preview-height:clamp(190px, 32vw, 300px)}.story-card__media,.loading-block--media{height:var(--news-preview-height);min-height:0}.story-card__media img{object-fit:cover;width:100%;height:100%;min-height:0;max-height:none}.story-card__media--placeholder,.story-card__media--failed{min-height:0}@media (width<=720px){.news-app{--news-preview-height:clamp(180px, 52vw, 230px)}}@media (width<=420px){.news-app{--news-preview-height:180px}}@media (prefers-color-scheme:light){html,body,#root,.news-app,.news-top-edge{background:var(--mystery-color-bg)}.news-header{border-bottom-color:var(--mystery-color-border);background:#f4f3f0eb;box-shadow:0 1px #ffffffb3}.topic-button:hover{background:var(--mystery-color-surface-soft)}.topic-button--active{border-color:var(--mystery-color-accent-border);background:var(--mystery-color-accent-soft)}.story-card:hover{border-color:var(--mystery-color-border-strong)}.story-card__media{background:radial-gradient(circle at 72% 28%, var(--mystery-color-accent-soft), transparent 38%), var(--mystery-color-bg-elevated)}.story-card__media img{opacity:.94;filter:saturate(.88)contrast(1.02)}.story-card:hover .story-card__media img{opacity:1}.story-card__media:after{background:linear-gradient(#ffffff05,#18181c17)}.story-card__media--placeholder,.story-card__media--failed{background:linear-gradient(var(--mystery-color-grid) 1px, transparent 1px), linear-gradient(90deg, var(--mystery-color-grid) 1px, transparent 1px), radial-gradient(circle at 70% 35%, var(--mystery-color-accent-soft), transparent 34%), var(--mystery-color-bg-elevated);background-size:34px 34px,34px 34px,auto,auto}.story-card__signal{color:var(--mystery-color-accent-glow)}.story-card__topic{border-color:var(--mystery-color-border);color:var(--mystery-color-text);background:#ffffffd1;box-shadow:0 8px 24px #2d261e14}.story-card__ai{border-color:var(--mystery-color-accent-border);background:var(--mystery-color-accent-soft)}.coverage__bar{background:#18181c0f}.source-chip{border-color:var(--mystery-color-border);background:var(--mystery-color-surface-soft)}.story-card__actions{border-top-color:var(--mystery-color-border)}.save-button{border-color:var(--mystery-color-border);background:var(--mystery-color-surface-soft)}.save-button:hover,.save-button--active{border-color:var(--mystery-color-accent-border);background:var(--mystery-color-accent-soft)}.coverage-item{border-color:var(--mystery-color-border);background:var(--mystery-color-surface-soft)}.coverage-item:hover{border-color:var(--mystery-color-accent-border)}.loading-block{background:linear-gradient(90deg,#18181c09,#18181c14,#18181c09) 0 0/220% 100%}.news-footer{border-top-color:var(--mystery-color-border)}}.news-brand__mark{color:#0000;width:34px;height:34px;box-shadow:none;background:url(/mystery-terminal-mark.svg) 50%/contain no-repeat;border:0;border-radius:22%;flex:none;font-size:0;display:block}.feed-heading__actions{justify-items:start;gap:12px;display:grid}.feed-heading__actions>p{color:var(--mystery-color-text-dim);margin:0;font-size:.9rem;line-height:1.65}.feed-heading__actions>small{color:var(--mystery-color-text-dim);font-family:var(--mystery-font-mono);font-size:.6rem}.refresh-button{border:1px solid var(--mystery-color-border);border-radius:var(--mystery-radius-pill);min-height:38px;color:var(--mystery-color-text-muted);background:var(--mystery-color-surface-soft);font-family:var(--mystery-font-mono);cursor:pointer;transition:color var(--mystery-duration-fast) var(--mystery-ease), border-color var(--mystery-duration-fast) var(--mystery-ease), background var(--mystery-duration-fast) var(--mystery-ease);align-items:center;gap:9px;padding:0 14px;font-size:.68rem;display:inline-flex}.refresh-button:hover:not(:disabled){border-color:var(--mystery-color-accent-border);color:var(--mystery-color-accent);background:var(--mystery-color-accent-soft)}.refresh-button:disabled{cursor:progress;opacity:.72}.refresh-button__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:15px}.refresh-button__icon--spinning{animation:.7s linear infinite refresh-spin}.story-card--new{border-color:#ff8a1f38}.story-card__new-badge{z-index:3;border-radius:var(--mystery-radius-pill);color:#fffaf5;-webkit-backdrop-filter:blur(12px);font-family:var(--mystery-font-mono);letter-spacing:.07em;text-transform:uppercase;background:#bd5700e0;border:1px solid #ff8a1f61;padding:7px 10px;font-size:.62rem;font-weight:720;position:absolute;top:18px;right:18px;box-shadow:0 8px 24px #00000038}.bias-coverage{border:1px solid var(--mystery-color-border);background:var(--mystery-color-surface-soft);border-radius:16px;margin-top:27px;padding:17px}.bias-coverage__header,.bias-coverage__labels{font-family:var(--mystery-font-mono);justify-content:space-between;align-items:center;gap:14px;display:flex}.bias-coverage__header{color:var(--mystery-color-text-dim);letter-spacing:.025em;font-size:.62rem}.bias-coverage__labels{margin-top:13px;font-size:.63rem}.bias-coverage__label--left{color:#6f9cff}.bias-coverage__label--center{color:var(--mystery-color-text-muted)}.bias-coverage__label--right{color:#f07b77}.bias-coverage__bar{border-radius:var(--mystery-radius-pill);background:var(--mystery-color-control);width:100%;height:8px;margin-top:8px;display:flex;overflow:hidden}.bias-coverage__segment{min-width:0;height:100%;transition:width var(--mystery-duration-normal) var(--mystery-ease);display:block}.bias-coverage__segment--left{background:#4f83ff}.bias-coverage__segment--center{background:#9ca1aa}.bias-coverage__segment--right{background:#e65f5c}.bias-coverage__segment--unrated{background:repeating-linear-gradient(135deg, var(--mystery-color-control), var(--mystery-color-control) 7px, var(--mystery-color-border-strong) 7px, var(--mystery-color-border-strong) 14px)}.bias-coverage__unrated{color:var(--mystery-color-text-dim);margin:9px 0 0;font-size:.66rem;line-height:1.45}.source-chip{gap:2px;display:inline-grid}.source-chip small{color:inherit;opacity:.72;text-transform:uppercase;font-size:.52rem}.source-chip--left{border-color:#4f83ff3d}.source-chip--center{border-color:var(--mystery-color-border-strong)}.source-chip--right{border-color:#e65f5c47}.coverage-item__source-row{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.source-bias{border:1px solid var(--mystery-color-border);border-radius:var(--mystery-radius-pill);min-height:22px;color:var(--mystery-color-text-dim);background:var(--mystery-color-surface-soft);font-family:var(--mystery-font-mono);white-space:nowrap;align-items:center;padding:0 8px;font-size:.56rem;display:inline-flex}.source-bias--left{color:#7da3ff;background:#4f83ff12;border-color:#4f83ff47}.source-bias--center{color:var(--mystery-color-text-muted)}.source-bias--right{color:#f0837f;background:#e65f5c12;border-color:#e65f5c4d}@media (prefers-color-scheme:light){.story-card--new{border-color:#bd570047}.story-card__new-badge{color:#fffaf5;background:#bd5700f0;box-shadow:0 8px 22px #45250c29}.bias-coverage__label--left,.source-bias--left{color:#3269d8}.bias-coverage__label--right,.source-bias--right{color:#bd4542}}@media (width<=720px){.feed-heading__actions{justify-items:start}.bias-coverage{padding:15px}.coverage-item__source-row{align-items:flex-start}}@media (width<=420px){.story-card__new-badge{top:14px;right:14px}.bias-coverage__labels{font-size:.57rem}}@keyframes refresh-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.refresh-button__icon--spinning{animation-duration:1.8s}}.story-card__coverage{border-radius:var(--mystery-radius-pill);color:#7da3ff;font-family:var(--mystery-font-mono);letter-spacing:.025em;text-transform:uppercase;background:#4f83ff11;border:1px solid #4f83ff3d;margin-left:auto;padding:4px 7px;font-size:.58rem}.story-card__coverage+.story-card__ai{margin-left:0}.compare-button:disabled{cursor:progress;opacity:.72}.coverage-list__loading{border:1px solid var(--mystery-color-border);color:var(--mystery-color-text-dim);background:var(--mystery-color-surface-soft);font-family:var(--mystery-font-mono);text-align:center;border-radius:15px;margin:0;padding:18px;font-size:.68rem}.coverage-item__origin{border-radius:var(--mystery-radius-pill);min-height:22px;color:var(--mystery-color-accent);background:var(--mystery-color-accent-soft);font-family:var(--mystery-font-mono);letter-spacing:.05em;text-transform:uppercase;border:1px solid #ff8a1f3d;align-items:center;margin-left:auto;padding:0 7px;font-size:.53rem;display:inline-flex}.coverage-item__origin+.source-bias{margin-left:0}@media (width<=420px){.story-card__coverage{width:fit-content;margin-left:0}.coverage-item__source-row{flex-wrap:wrap}.coverage-item__origin{margin-left:0}}
