@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=JetBrains+Mono:wght@400;500&display=swap";.wire-dispatch{position:absolute;z-index:900;pointer-events:none;box-sizing:border-box;padding:1.1rem 1.25rem 1.15rem;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:10px;box-shadow:0 18px 44px #0000006b,0 2px 8px #0000002e;opacity:0;transform:translateY(6px) scale(.985);transition:opacity .12s ease,transform .12s ease}@supports (backdrop-filter: blur(1px)){.wire-dispatch{background:color-mix(in srgb,var(--theme-bg) 86%,transparent);backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15)}}.wire-dispatch[data-side=right]{transform:translate(-6px) scale(.985);transform-origin:left center}.wire-dispatch[data-side=left]{transform:translate(6px) scale(.985);transform-origin:right center}.wire-dispatch.visible{opacity:1;transform:translate(0) scale(1);transition:opacity .18s ease,transform .24s cubic-bezier(.2,.7,.3,1);pointer-events:auto;cursor:pointer}.wire-dispatch.above{transform:translateY(-6px) scale(.985)}.wire-dispatch.above.visible{transform:translate(0) scale(1)}.wire-dispatch-kicker{display:flex;align-items:center;gap:.45rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.5938rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--theme-gray);padding-bottom:.55rem;margin-bottom:.65rem;border-bottom:1px solid var(--theme-border)}.wire-dispatch-dot{width:5px;height:5px;border-radius:50%;background:var(--dispatch-house, var(--theme-gray));flex-shrink:0}.wire-dispatch{flex-direction:column}.wire-dispatch-kicker{flex-shrink:0}.wire-dispatch-kicker-label{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.wire-dispatch-actions{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto}.wd-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:none;border:1px solid var(--theme-border);border-radius:50%;color:var(--theme-gray);cursor:pointer;transition:color .15s,border-color .15s,background .15s,transform .15s}.wd-btn:hover{color:var(--theme-text);border-color:var(--theme-gray);transform:scale(1.08)}.wd-btn:active{transform:scale(.94)}.wd-btn.done{color:#4ade80;border-color:#4ade80}.wire-dispatch-text{font-size:.9375rem;line-height:1.7;color:var(--theme-text);margin:0;overflow-y:auto;scrollbar-width:thin;overscroll-behavior:contain;min-height:0;white-space:pre-line}.wire-dispatch-text .entity-link{color:inherit;text-decoration:none;border-bottom:1px dotted var(--theme-gray)}.wire-dispatch-text .entity-link:hover{border-bottom-style:solid}.wire-dispatch-caret{display:inline-block;width:2px;height:1.05em;margin-left:2px;vertical-align:text-bottom;background:var(--theme-gray);animation:dispatch-caret .9s steps(1) infinite}.wire-dispatch-text .wd-reveal-caret{position:relative}.wire-dispatch-text .wd-reveal-caret:after{content:"";position:absolute;right:-3px;top:8%;height:84%;border-right:2px solid var(--dispatch-house, var(--theme-gray))}.wire-dispatch-footer{flex-shrink:0;display:flex;justify-content:flex-end;padding-top:.45rem;margin-top:.35rem;border-top:1px solid var(--theme-border)}@keyframes dispatch-caret{0%,55%{opacity:1}56%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.wire-dispatch{transition:opacity .18s ease;transform:none}.wire-dispatch.above{transform:none}.wire-dispatch-caret{animation:none}}.nw-entity-hits{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.1rem}.nw-entity-hit{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .65rem .35rem .4rem;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-gray-light);color:var(--theme-text);text-decoration:none;font-family:JetBrains Mono,SF Mono,monospace;font-size:.6875rem;letter-spacing:.04em;transition:border-color .15s,background .15s,transform .15s}.nw-entity-hit:hover{border-color:var(--theme-gray);transform:translateY(-1px)}.nw-entity-hit-mono{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-bg);font-size:.7rem;font-weight:600;overflow:hidden}.nw-entity-hit-logo{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:2px;background:var(--theme-bg)}.nw-entity-hit-name{text-transform:uppercase;font-weight:500}.nw-entity-hit-kind{color:var(--theme-gray);font-size:.5938rem;text-transform:uppercase;letter-spacing:.1em}.nw-entity-hit svg{color:var(--theme-gray)}.story-overlay-body .entity-link{color:inherit;text-decoration:none;border-bottom:1px dotted var(--theme-gray);transition:border-color .15s,color .15s}.story-overlay-body .entity-link:hover{color:var(--theme-text);border-bottom:1px solid var(--theme-text)}.nw-tooltip{position:fixed;z-index:99999;padding:.35rem .65rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.6875rem;letter-spacing:.02em;line-height:1;color:#fff;background:#0f0f0feb;border:1px solid rgba(255,255,255,.08);border-radius:6px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:none;white-space:nowrap;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease;box-shadow:0 4px 16px #00000040}.nw-tooltip.visible{opacity:1;transform:translateY(0)}.nw-tooltip:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:4px solid rgba(15,15,15,.92)}.nw-tooltip.above:after{top:auto;bottom:-4px;border-bottom:none;border-top:4px solid rgba(15,15,15,.92)}.newswire.no-progress-bar .date-progress-fill,.newswire.no-progress-bar .overlay-progress-track{display:none!important}.newswire.no-progress-bar .today-card.completed{background:var(--theme-gray-light)!important;border-color:var(--theme-border)!important;box-shadow:none!important}.newswire.no-progress-bar .today-card.completed .check-ring circle,.newswire.no-progress-bar .today-card.completed .check-ring .check-path{stroke:var(--theme-gray)!important;opacity:.5!important}.newswire.no-progress-bar .today-card.just-completed{animation:none!important}.newswire.no-progress-bar .date-group.all-complete .date-divider{border-bottom-color:var(--theme-border)!important}.newswire.no-progress-bar .date-group.all-complete .date-divider-badge{background:var(--theme-gray-light)!important;color:var(--theme-gray)!important}.newswire.no-progress-bar .date-group.all-complete .date-divider-text{color:var(--theme-text)!important}.newswire.no-progress-bar .date-divider-progress.complete .date-progress-label{color:var(--theme-gray)!important}.newswire.no-progress-bar .today-card.completed{background:var(--theme-gray-light)!important;border-color:var(--theme-border)!important;border-left-color:var(--theme-border)!important;box-shadow:none!important}.edition-calendar{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:10px;padding:.75rem;box-shadow:0 4px 24px #0000004d;width:280px;margin-bottom:1rem}.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cal-month{font-family:"Source Serif 4",Georgia,serif;font-size:.875rem;font-weight:600;color:var(--theme-text)}.cal-nav{background:none;border:none;color:var(--theme-gray);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center}.cal-nav:hover{color:var(--theme-text);background:var(--theme-gray-light)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}.cal-day-label{font-family:JetBrains Mono,monospace;font-size:.5rem;font-weight:500;color:var(--theme-gray);padding:4px 0;letter-spacing:.05em}.cal-day{font-family:JetBrains Mono,monospace;font-size:.6875rem;padding:6px 0;border-radius:6px;color:var(--theme-gray);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px;transition:background .1s,color .1s;opacity:.3}.cal-day.has-stories{color:var(--theme-text);cursor:pointer;opacity:1;font-weight:600}.cal-day.has-stories:hover{background:var(--theme-gray-light)}.cal-day.current{background:var(--theme-text);color:var(--theme-bg);font-weight:700;opacity:1}.cal-day.empty{visibility:hidden}.cal-ring{margin-top:1px}.cal-day.cal-complete{color:var(--theme-text)}.cal-day.current.cal-complete{background:var(--theme-text);color:var(--theme-bg)}.cal-dot{width:5px;height:5px;border-radius:50%;background:var(--theme-text);display:none}.cal-day.current .cal-dot{background:var(--theme-bg)}.newswire{--font-serif: "Source Serif 4", Georgia, serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--font-sans: "Inter", system-ui, sans-serif;--color-breaking: #ef4444;--color-latest: #3b82f6;--color-archived: #6b7280;--color-ai: #a855f7;--color-tech-biz: #06b6d4;--color-startups: #22c55e;--color-policy: #f59e0b;font-family:var(--font-sans);padding:1.25rem 1.5rem 4rem;padding-bottom:calc(4rem + env(safe-area-inset-bottom));max-width:1200px;margin:0 auto;overflow-x:hidden}@media(max-width:640px){.newswire{padding:.75rem .875rem 3rem;padding-bottom:calc(3rem + env(safe-area-inset-bottom))}}:global(#main-nav){border-bottom-color:transparent!important;border-bottom-style:none!important}:global(#main-nav):after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#3b82f6,#a855f7,#06b6d4,transparent);background-size:200% 100%;animation:wire-sweep 4s ease-in-out infinite;z-index:51}.wire-bar{display:none}@keyframes wire-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}.masthead{padding:.5rem 0 .75rem;border-bottom:1px solid var(--theme-border);margin-bottom:0}.masthead-inner{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.masthead-left{display:flex;align-items:center;gap:.75rem}.masthead-wordmark{font-family:var(--font-mono);font-size:1.75rem;font-weight:500;letter-spacing:.2em;color:var(--theme-text);margin:0;line-height:1}.live-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .5rem;border-radius:4px;background:#ef44441f;color:#f87171;font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.08em;line-height:1}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--color-breaking);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.masthead-right{display:flex;align-items:baseline;gap:1.25rem;min-width:0}.wire-updated{display:none}.wire-entities-link{font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-gray);text-decoration:none;white-space:nowrap;border-bottom:1px solid var(--theme-border);padding-bottom:.1rem;transition:color .15s,border-color .15s}.wire-entities-link:hover{color:var(--theme-text);border-color:var(--theme-gray)}.world-clocks{display:flex;align-items:baseline;gap:1.1rem}.wc{display:inline-flex;align-items:baseline;gap:.45rem;white-space:nowrap}.wc+.wc{border-left:1px solid var(--theme-border);padding-left:1.1rem}.wc-city{font-family:var(--font-mono);font-size:.5938rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--theme-gray);opacity:.75}.wc-time{font-family:var(--font-mono);font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--theme-text);letter-spacing:.02em}@media(max-width:900px){.wc-secondary{display:none}.wc+.wc{border-left:none;padding-left:0}}@media(max-width:560px){.wire-updated{display:none}}.story-count{font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.08em;color:var(--theme-gray);line-height:1}.wire-backtolive{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-gray);text-decoration:none;padding:.2rem .5rem;border:1px solid var(--theme-border);border-radius:999px;transition:color .15s,border-color .15s}.wire-backtolive:hover{color:var(--theme-text);border-color:var(--theme-gray)}.filter-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0 0;margin-bottom:1rem;border-bottom:1px solid var(--theme-border)}.filter-bar{display:flex;flex-wrap:wrap;gap:1.1rem;flex:1}@media(max-width:640px){.filter-row{flex-direction:column;align-items:stretch;gap:.5rem}.filter-toggle{align-self:unset;order:unset}.filter-bar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.75rem}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0}}.nw-search{display:flex;align-items:center;gap:.35rem;padding:.25rem .55rem;background:var(--theme-gray-light);border:1px solid var(--theme-border);border-radius:999px;transition:border-color .15s,width .2s ease,background .15s;width:11rem}.nw-search:focus-within,.nw-search.has-query{border-color:var(--theme-text);width:14rem}.nw-search-icon{width:.85rem;height:.85rem;color:var(--theme-gray);flex-shrink:0}.nw-search-input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--theme-text);font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:.75rem;letter-spacing:.01em}.nw-search-input::-moz-placeholder{color:var(--theme-gray)}.nw-search-input::placeholder{color:var(--theme-gray)}.nw-search-input::-webkit-search-cancel-button{display:none}.nw-search-clear{background:none;border:none;color:var(--theme-gray);font-size:1rem;line-height:1;cursor:pointer;padding:0 .1rem;flex-shrink:0}.nw-search-clear:hover{color:var(--theme-text)}@media(max-width:640px){.nw-search{flex:1;width:auto}.nw-search:focus-within,.nw-search.has-query{width:auto}}.filter-pill{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.5rem .1rem .65rem;border:none;border-radius:0;background:none;color:var(--theme-gray);cursor:pointer;position:relative;transition:color .15s;line-height:1}.filter-pill:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--house-color, var(--theme-text));transform:scaleX(0);transform-origin:left;opacity:0;transition:transform .18s ease,opacity .15s}.filter-pill:hover{color:var(--theme-text)}.filter-pill:hover:after{transform:scaleX(1);opacity:.35}.filter-pill.active{color:var(--theme-text);font-weight:600}.filter-pill.active:after{transform:scaleX(1);opacity:1}.pill-icon{width:.75rem;height:.75rem;flex-shrink:0;color:inherit;transition:color .15s}.filter-pill.active .pill-icon{color:var(--house-color, var(--theme-text))}.filter-pill[data-filter=ai]{--house-color: #a855f7}.filter-pill[data-filter=robotics]{--house-color: #f97316}.filter-pill[data-filter=science]{--house-color: #ec4899}.filter-pill[data-filter=policy]{--house-color: #f59e0b}.filter-pill[data-filter=startups]{--house-color: #22c55e}.filter-pill[data-filter=tech-biz]{--house-color: #06b6d4}.filter-pill[data-filter=cybersecurity]{--house-color: #ef4444}.filter-pill[data-filter=infrastructure]{--house-color: #6366f1}.filter-toggles{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.filter-toggles-divider{width:1px;height:14px;background:var(--theme-border)}@media(max-width:640px){.filter-toggles{align-self:stretch;order:-1}}.filter-toggle{display:flex;align-items:center;gap:.375rem;cursor:pointer;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-toggle input{display:none}.filter-toggle-track{position:relative;width:28px;height:16px;border-radius:8px;background:var(--theme-border);transition:background .2s}.filter-toggle input:checked~.filter-toggle-track{background:var(--theme-gray)}.filter-toggle-thumb{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:var(--theme-gray);transition:transform .2s,background .2s}.filter-toggle input:checked~.filter-toggle-track .filter-toggle-thumb{transform:translate(12px);background:var(--theme-text)}.filter-toggle-label{font-family:var(--font-mono);font-size:.5625rem;font-weight:500;letter-spacing:.06em;color:var(--theme-gray);text-transform:uppercase}.nw-settings-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;color:var(--theme-gray);border-radius:4px;transition:color .15s,background .15s}.nw-settings-btn:hover{color:var(--theme-text);background:var(--theme-gray-light)}.nw-settings-panel{display:none;position:absolute;right:0;top:calc(100% + 6px);background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:8px;padding:.5rem 0;min-width:180px;box-shadow:0 4px 20px #00000040;z-index:100;animation:settings-in .15s ease-out}.nw-settings-panel.open{display:block}@keyframes settings-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nw-setting{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .75rem;cursor:pointer;transition:background .1s}.nw-setting:hover{background:var(--theme-gray-light)}.nw-setting input{display:none}.nw-setting-label{font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.04em;color:var(--theme-text);white-space:nowrap}.nw-setting-toggle{position:relative;width:28px;height:16px;border-radius:8px;background:var(--theme-border);transition:background .2s;flex-shrink:0}.nw-setting input:checked~.nw-setting-toggle{background:var(--theme-text)}.nw-setting-thumb{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:var(--theme-bg);transition:transform .2s;box-shadow:0 1px 3px #0003}.nw-setting input:checked~.nw-setting-toggle .nw-setting-thumb{transform:translate(12px)}.filter-toggles{position:relative}.newswire.classic .today-section,.newswire.classic .record-section{max-width:880px;margin-left:auto;margin-right:auto}.newswire.classic .masthead{border-bottom:2px solid var(--theme-text);padding-bottom:.5rem;margin-bottom:0}.newswire.classic .masthead-wordmark{font-family:var(--font-serif);font-weight:700;letter-spacing:.1em;font-size:1.375rem}.newswire.classic .live-badge{font-size:.5625rem}.newswire.classic .filter-row{border-bottom:1px solid var(--theme-border);padding-bottom:0;margin-bottom:1.25rem}.newswire.classic .date-divider{border-bottom:none;border-top:2px solid var(--theme-text);padding-top:.625rem;padding-bottom:.375rem;margin-bottom:0}.newswire.classic .date-divider--today{border-top-width:3px;border-bottom:none}.newswire.classic .date-divider-badge{font-size:.5625rem;color:var(--theme-text);padding:.125rem .375rem;background:#ffffff0f;border:none;border-radius:2px}.newswire.classic .date-divider-text{font-family:var(--font-mono);font-weight:600;font-style:normal;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--theme-text)}.newswire.classic .date-divider--today .date-divider-text{font-size:.75rem}.newswire.classic .date-divider-count{font-size:.625rem;color:var(--theme-gray)}.newswire.classic .date-group{margin-bottom:1.5rem}.newswire.classic .date-group--past{border-top:none;padding-top:0;margin-top:.5rem}.newswire.classic .today-grid{display:flex;flex-direction:column;gap:0;border-top:none}.newswire.classic .today-card{border:none!important;border-radius:0;background:transparent;padding:.85rem .5rem .85rem .85rem;border-bottom:1px solid var(--theme-border)!important;border-left:3px solid transparent!important;gap:.85rem;flex-direction:row;align-items:flex-start;min-height:auto}.newswire.classic .today-card:hover{background:#ffffff08;transform:none}[data-theme=light] .newswire.classic .today-card:hover{background:#00000008}.newswire.classic .card-media{display:block!important;width:4.25rem;height:4.25rem;flex-shrink:0;border-radius:8px;border:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);overflow:hidden}.newswire.classic .card-media--photo,.newswire.classic .card-media--fill{height:4.25rem}.newswire.classic .card-media--fill{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--house) 30%,var(--theme-bg)) 0%,var(--theme-bg) 90%)}.newswire.classic .card-fill-glyph{position:static;transform:none;width:1.5rem;height:1.5rem;opacity:.85}.newswire.classic .card-media-badges{display:none}.newswire.classic .today-card-content{display:flex;flex-direction:column;gap:.2rem;padding:0;flex:1;min-width:0}.newswire.classic .today-card:hover .today-headline{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.newswire.classic .today-headline{font-family:var(--font-serif);font-style:normal;font-weight:600;font-size:1.125rem;line-height:1.3;min-height:0;-webkit-line-clamp:3;letter-spacing:-.01em}.newswire.classic .today-body{font-family:var(--font-sans);font-style:normal;font-size:.8125rem;color:var(--theme-gray);line-height:1.5;min-height:0;-webkit-line-clamp:1}.newswire.classic .today-coverage-badge{font-family:var(--font-mono);font-size:.5rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.1rem .35rem;border-radius:3px;opacity:1}.newswire.classic .badge-icon{width:.62rem;height:.62rem}.newswire.classic .today-status-badge{font-family:var(--font-mono);font-size:.5625rem;font-weight:700;background:transparent!important}.newswire.classic .today-status-dot{display:inline-block}.newswire.classic .today-card--photo .today-coverage-badge{color:var(--theme-gray)!important}.newswire.classic .today-footer{border-top:none;padding-top:.125rem}.newswire.classic .today-sources,.newswire.classic .today-time{font-size:.625rem;color:var(--theme-gray)}.newswire.classic .today-card.completed{opacity:.45;background:transparent;border-color:transparent!important;border-bottom:1px solid var(--theme-border)!important;box-shadow:none!important}.newswire.classic .today-card.completed:hover{opacity:.7}.newswire.classic .today-card.just-completed{animation:none}.newswire.classic .date-group.all-complete .date-divider-text,.newswire.classic .date-group.all-complete .date-divider-badge{color:var(--theme-gray);background:transparent}.newswire.classic .date-group.all-complete .date-divider{border-top-color:var(--theme-gray)}.newswire.classic .date-group.just-completed-all{animation:none}.newswire.classic .check-ring circle{display:none}.newswire.classic .card-check-btn{border:1.5px solid var(--theme-border)!important;border-radius:3px!important;width:18px!important;height:18px!important}.newswire.classic .card-check-btn:hover{border-color:var(--theme-gray)!important;background:transparent!important}.newswire.classic .check-ring{width:14px;height:14px}.newswire.classic .check-ring .check-path{stroke:var(--theme-gray);opacity:.6}.newswire.classic .today-card.completed .card-check-btn{border-color:var(--theme-gray)!important;background:transparent!important}.newswire.classic .today-card.completed .check-ring .check-path{stroke:var(--theme-gray);opacity:.8}.newswire.classic .record-coverage{color:var(--theme-gray)!important}.newswire.classic .record-headline{font-family:var(--font-serif);font-weight:600}.newswire.classic .today-card--photo{min-height:0;background:transparent;border:none!important;border-bottom:1px solid var(--theme-border)!important}.newswire.classic .card-media{display:none}.newswire.classic .today-card--photo .today-card-content{position:static;padding:0;justify-content:flex-start}.newswire.classic .today-card--photo .today-headline{color:var(--theme-text);text-shadow:none;font-style:normal}.newswire.classic .today-card--photo .today-body,.newswire.classic .today-card--photo .today-sources,.newswire.classic .today-card--photo .today-time{color:var(--theme-gray);text-shadow:none}.newswire.classic .today-card--photo .today-footer{border-top:none}.newswire.classic .today-card--photo .card-share-btn svg,.newswire.classic .today-card--photo .check-ring circle,.newswire.classic .today-card--photo .check-ring .check-path{stroke:var(--theme-gray)}.newswire.classic .today-card--photo .today-coverage-badge{background:transparent!important;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}.newswire.classic .today-card--photo:hover{box-shadow:none}.newswire.classic .completion-banner{border-top:1px solid var(--theme-border)}.newswire.classic .completion-headline{font-family:var(--font-serif);font-size:1.25rem}.newswire.classic .completion-sub{font-family:var(--font-sans)}.newswire.classic .completion-check-icon,.newswire.classic .date-progress-fill{display:none}:global(body.newswire-classic #main-nav):after{background:var(--theme-border)!important;animation:none!important}.date-group{margin-bottom:2.5rem}.date-group--past{margin-top:1rem;padding-top:1.75rem;border-top:2px solid var(--theme-border)}.date-divider{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.625rem;border-bottom:1px solid var(--theme-border)}.date-divider--today{border-bottom:2px solid var(--theme-text);padding-bottom:.75rem;margin-bottom:1.25rem}.edition-nav{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--theme-gray);text-decoration:none;transition:color .15s,background .15s;flex-shrink:0}.edition-nav:hover{color:var(--theme-text);background:var(--theme-gray-light)}.edition-nav--prev{margin-right:.25rem}.edition-nav--next{margin-left:.25rem}.edition-nav-today{font-family:var(--font-mono);font-size:.5625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-text);text-decoration:none;padding:.2rem .5rem;border-radius:4px;background:var(--theme-gray-light);margin-left:.5rem;transition:background .15s;flex-shrink:0}.edition-nav-today:hover{background:var(--theme-border)}.edition-cal-btn{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:var(--theme-gray);transition:background .15s,color .15s}.edition-cal-btn:hover{background:var(--theme-gray-light);color:var(--theme-text)}.date-divider-badge{font-family:var(--font-mono);font-size:.5625rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--theme-gray);background:var(--theme-gray-light);padding:.2rem .5rem;border-radius:3px;line-height:1}.date-divider-delivered{color:var(--theme-gray);background:transparent;border:1px solid var(--theme-border);font-weight:500;font-size:.5rem;opacity:.7}.date-divider-text{font-family:var(--font-mono);font-style:normal;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--theme-text);white-space:nowrap}.date-divider--today .date-divider-text{font-size:.8125rem;letter-spacing:.16em}.date-group--past .date-divider-text{color:var(--theme-gray)}.date-divider-count{font-family:var(--font-mono);font-size:.625rem;font-weight:400;letter-spacing:.04em;color:var(--theme-gray);white-space:nowrap}.date-group--past .date-divider-count{opacity:.7}.date-divider-progress{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.date-divider-progress--hidden,.date-progress-fill--hidden{display:none!important}.date-divider{position:relative}.date-progress-fill{position:absolute;left:0;bottom:-1px;height:2px;width:0%;background:var(--theme-text);border-radius:1px;transition:width .5s cubic-bezier(.22,1,.36,1);z-index:1}.date-divider--today .date-progress-fill{bottom:-2px;height:2px}.date-progress-label{font-family:var(--font-mono);font-size:.5625rem;font-weight:500;letter-spacing:.04em;color:var(--theme-gray);white-space:nowrap;transition:color .3s}.date-divider-progress.complete .date-progress-label{color:var(--theme-text);font-weight:600}.date-divider-progress.complete .date-progress-fill{background:var(--theme-text)}.newswire.no-images .card-media{display:none!important}.newswire.no-images .today-card--photo{padding:.95rem 1rem}.newswire.no-images .today-card--photo .card-share-btn svg,.newswire.no-images .today-card--photo .check-ring circle,.newswire.no-images .today-card--photo .check-ring .check-path{stroke:var(--theme-gray)!important}.newswire.no-images .today-card--photo:hover{background:var(--theme-gray-light)!important;transform:none!important;box-shadow:none!important}.newswire.no-images .today-card--photo.read{opacity:.5}.newswire.no-images .today-card--photo.completed{opacity:.7!important;background:transparent!important;box-shadow:none!important}.newswire.no-images .today-card--photo.completed .check-ring circle,.newswire.no-images .today-card--photo.completed .check-ring .check-path{stroke:var(--theme-text)!important;opacity:1}@media(max-width:640px){.newswire.no-images .today-card--photo{padding:.75rem .875rem}}.newswire.classic .date-progress-label{font-family:var(--font-serif);font-style:italic;font-size:.6875rem;letter-spacing:0}.newswire.classic .date-progress-fill{display:none}.completion-banner{display:none;margin-top:2.5rem;padding:3rem 1.5rem;text-align:center;animation:banner-in .5s ease-out both}.completion-banner.visible{display:block}@keyframes banner-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.completion-banner-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:480px;margin:0 auto}.completion-check-icon{flex-shrink:0;opacity:.8}.completion-banner-text{display:flex;flex-direction:column;align-items:center;gap:.25rem}.completion-headline{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--theme-text);margin:0;line-height:1.3}.completion-detail{font-family:var(--font-mono);font-size:.6875rem;color:var(--theme-gray);letter-spacing:.02em;margin:0;line-height:1.5}.completion-sub{font-family:var(--font-mono);font-size:.625rem;color:var(--theme-gray);letter-spacing:.02em;margin:.25rem 0 0;line-height:1.5;opacity:.7}.completion-streak{font-family:var(--font-mono);font-size:.6875rem;color:#f59e0b;letter-spacing:.02em;margin:.375rem 0 0;line-height:1}.completion-share-btn{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.4rem .75rem;border:1px solid var(--theme-border);border-radius:6px;background:none;color:var(--theme-gray);font-family:var(--font-mono);font-size:.625rem;letter-spacing:.04em;cursor:pointer;transition:color .15s,border-color .15s}.completion-share-btn:hover{color:var(--theme-text);border-color:var(--theme-gray)}.newswire.classic .completion-headline{font-family:var(--font-serif);font-style:italic}.newswire.classic .completion-sub{font-family:var(--font-serif);font-style:italic;letter-spacing:0}.newswire.classic .completion-check-icon{display:none}.section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-label-text{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.15em;color:var(--theme-gray);white-space:nowrap}.section-label-line{flex:1;height:1px;background:var(--theme-border)}.today-section{margin-bottom:2.5rem}.today-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;align-items:stretch;contain:layout style}@media(max-width:1024px){.today-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.today-grid{grid-template-columns:1fr;gap:.5rem}.today-card{padding:.75rem .875rem;gap:.375rem;min-height:220px}.today-headline{font-size:.9375rem;-webkit-line-clamp:2;min-height:0}.today-body{font-size:.75rem;-webkit-line-clamp:2;min-height:0}.today-footer{padding-top:.25rem}}.today-card{padding:1rem 1.125rem;background:var(--theme-gray-light);border:1px solid var(--theme-border);border-radius:8px;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s var(--ease-out),box-shadow .15s var(--ease-out);font-family:inherit;color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:0;min-width:0;min-height:270px;overflow:hidden;contain:content}@media(hover:none){.today-card:active{transform:scale(.98);transition:transform .1s}}.today-card--urgent{border-color:#ef44444d}.today-card.read{opacity:.5}.today-card.read:hover{opacity:.85}.today-card.completed{opacity:.7;transition:opacity .3s,border-color .3s,background .3s,transform .2s}.today-card.completed:hover{opacity:1}.today-card.just-completed{animation:card-pop .5s cubic-bezier(.34,1.56,.64,1)}@keyframes card-pop{0%{transform:scale(1);box-shadow:0 0 #fff0}15%{transform:scale(.97)}40%{transform:scale(1.035);box-shadow:0 0 20px #ffffff2e}65%{transform:scale(.995)}to{transform:scale(1);box-shadow:0 0 #fff0}}.today-card.dismissing{animation:card-dismiss .38s cubic-bezier(.32,0,.67,0) forwards;pointer-events:none}@media(prefers-reduced-motion:no-preference){.today-card.card-entering{opacity:0;animation:card-in .3s var(--ease-out) forwards;animation-delay:calc(var(--i, 0) * 40ms)}}@keyframes card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes card-dismiss{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(12px)}}.today-card.just-completed .check-ring circle{stroke:var(--theme-text);opacity:1;animation:check-circle-fill .35s ease-out forwards}.today-card.just-completed .check-ring .check-path{stroke:var(--theme-text);opacity:1;animation:check-draw .3s ease-out .15s both}@keyframes check-circle-fill{0%{stroke-dasharray:60;stroke-dashoffset:60}to{stroke-dasharray:60;stroke-dashoffset:0}}@keyframes check-draw{0%{stroke-dasharray:20;stroke-dashoffset:20}to{stroke-dasharray:20;stroke-dashoffset:0}}.date-group.all-complete .date-divider-text{opacity:.55}.date-group.just-completed-all{animation:group-celebrate .8s ease-out}@keyframes group-celebrate{0%{opacity:1}20%{opacity:.7}40%{opacity:1}to{opacity:1}}.today-card.completed .check-ring circle{stroke:var(--theme-text);opacity:1}.today-card.completed .check-ring .check-path{stroke:var(--theme-text);opacity:1}.card-action-wrap{position:relative;display:flex;align-items:center;gap:.1rem;height:28px;flex-shrink:0}.card-check-btn,.card-share-btn{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:opacity .2s ease,background .15s,transform .14s var(--ease-out)}.card-check-btn:active,.card-share-btn:active{transform:scale(.94)}.card-share-btn{opacity:.55;pointer-events:auto}.today-card:hover .card-share-btn{opacity:1}.card-check-btn{opacity:0;pointer-events:none}.today-card:hover .card-check-btn,.today-card.read .card-check-btn,.today-card.completed .card-check-btn{opacity:1;pointer-events:auto}.card-check-btn:hover,.card-share-btn:hover{background:#ffffff1f;transform:scale(1.1)}.card-share-btn svg{color:var(--theme-gray)}.today-card:hover{background:var(--theme-border);transform:translateY(-1px)}.today-card--photo{padding:0;overflow:hidden;min-height:0}.card-media{position:relative;width:100%;overflow:hidden;background:var(--theme-bg);flex-shrink:0}.card-fill-glyph{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;color:var(--house, var(--theme-gray));opacity:.55;pointer-events:none}.card-media--photo .card-fill-glyph{display:none}.badge-icon{width:.7rem;height:.7rem;flex-shrink:0;margin-right:.15rem}.today-coverage-badge{display:inline-flex;align-items:center}.card-media{border-bottom:1px solid var(--theme-border)}.card-media--photo,.card-media--fill{height:5.5rem}.card-media--fill{background:linear-gradient(100deg,color-mix(in srgb,var(--house) 20%,transparent) 0%,color-mix(in srgb,var(--house2, var(--house)) 10%,transparent) 45%,transparent 88%)}.card-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .28s var(--ease-out)}.today-card:hover .card-media--photo .card-photo{transform:scale(1.04)}.card-media-badges{position:absolute;top:.5rem;left:.6rem;right:.6rem;display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;z-index:2}.card-media--fill .card-media-badges{top:50%;transform:translateY(-50%)}.card-media--photo .today-status-badge{background:#0000008c!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.today-card--photo .today-card-content{display:flex;flex-direction:column;gap:.4rem;padding:.75rem .9rem .8rem;flex:1}.today-card--photo .today-sources,.today-card--photo .today-time{color:var(--theme-gray);text-shadow:none}.today-card--photo .today-footer{border-top-color:var(--theme-border)}.today-card--photo .card-share-btn svg,.today-card--photo .check-ring circle,.today-card--photo .check-ring .check-path{stroke:var(--theme-gray)}.today-card--photo:hover{background:var(--theme-gray-light);transform:translateY(-2px);box-shadow:0 8px 32px #00000059}[data-theme=light] .newswire .today-card{background:#fff;border-color:#00000017;box-shadow:0 1px 3px #0000000a}[data-theme=light] .today-card--photo:hover{background:#fff;box-shadow:0 8px 28px #0000001f}.today-card--photo.completed .check-ring circle,.today-card--photo.completed .check-ring .check-path{stroke:var(--theme-text);opacity:1}.today-card:not(.today-card--photo) .today-card-content{display:contents}@media(max-width:640px){.today-card--photo{min-height:220px}}.today-status-badge{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.5625rem;font-weight:500;letter-spacing:.1em;padding:.15rem .4rem;border-radius:3px;line-height:1}.today-status-dot{width:5px;height:5px;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.today-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.today-coverage-badges{display:flex;flex-wrap:wrap;gap:.25rem}.today-coverage-badge{font-family:var(--font-mono);font-size:.5625rem;font-weight:600;letter-spacing:.08em;padding:.175rem .5rem;border-radius:3px;text-transform:uppercase;background:#0000008c;color:#fff;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);text-shadow:none}.today-coverage-badge .badge-icon{color:var(--house-chip, currentColor)}[data-theme=light] .card-media--fill .today-coverage-badge{background:#ffffffc7;color:#18181b;border-color:#0000001a}[data-theme=light] .card-media--fill{background:linear-gradient(100deg,color-mix(in srgb,var(--house) 13%,transparent) 0%,color-mix(in srgb,var(--house2, var(--house)) 7%,transparent) 45%,transparent 88%)}.today-tier{font-family:var(--font-mono);font-size:.625rem;color:var(--theme-gray);letter-spacing:.05em}.today-headline{font-family:var(--font-serif);font-style:italic;font-size:1.0625rem;font-weight:600;line-height:1.3;color:var(--theme-text);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.today-body{font-size:.8125rem;line-height:1.55;color:var(--theme-gray);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.newswire:not(.classic) .today-body{display:none}.newswire:not(.classic) .today-card{min-height:0}.today-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.375rem;border-top:1px solid var(--theme-border)}.today-sources{font-family:var(--font-mono);font-size:.625rem;color:var(--theme-gray);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.today-footer-right{display:flex;align-items:center;gap:.5rem}.today-time{font-family:var(--font-mono);font-size:.625rem;color:var(--theme-gray);white-space:nowrap}.today-permalink{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border-radius:4px;color:var(--theme-gray);transition:color .15s,background .15s;text-decoration:none}.today-permalink:hover{color:var(--theme-text);background:var(--theme-border)}.record-section{margin-bottom:2rem}.record-log{display:flex;flex-direction:column}.record-row{display:grid;grid-template-columns:100px 100px 1fr auto;gap:.75rem;align-items:center;padding:.5rem .625rem;border-bottom:1px solid var(--theme-border);cursor:pointer;text-align:left;transition:background .15s;font-family:inherit;color:inherit;text-decoration:none;background:none;border-left:none;border-right:none;border-top:none;width:100%}.record-row:first-child{border-top:1px solid var(--theme-border)}.record-row.read{opacity:.5}.record-row:hover{background:var(--theme-gray-light)}.record-time{font-family:var(--font-mono);font-size:.6875rem;color:var(--theme-gray);white-space:nowrap}.record-coverage{font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.record-headline{font-family:var(--font-serif);font-size:.875rem;font-weight:600;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-sources{font-family:var(--font-mono);font-size:.625rem;color:var(--theme-gray);white-space:nowrap}@media(max-width:640px){.record-row{grid-template-columns:1fr;gap:.25rem;padding:.625rem}.record-headline{white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.record-sources{display:none}}.card-context-menu{position:fixed;z-index:99999;display:none;flex-direction:column;min-width:160px;padding:.375rem;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 8px 32px #0006}.card-context-menu.visible{display:flex}.card-context-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:none;border-radius:5px;background:none;color:var(--theme-text);font-family:var(--font-sans);font-size:.8125rem;cursor:pointer;transition:background .1s;text-align:left;width:100%}.card-context-item:hover{background:var(--theme-gray-light)}.card-context-item svg{color:var(--theme-gray);flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:1rem}.empty-wire-dot{width:8px;height:8px;border-radius:50%;background:var(--theme-gray);animation:empty-pulse 2.5s ease-in-out infinite}@keyframes empty-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.empty-text{font-family:var(--font-mono);font-size:.8125rem;color:var(--theme-gray);letter-spacing:.02em}@keyframes wire-arrive{0%{opacity:0;transform:translateY(-6px) scale(.985);box-shadow:0 0 #facc1500}18%{opacity:1;transform:translateY(0) scale(1.004);box-shadow:0 0 0 2px #facc15d9,0 0 26px 4px #facc1559}55%{box-shadow:0 0 0 2px #facc1566,0 0 14px 2px #facc1529}to{opacity:1;transform:none;box-shadow:0 0 #facc1500}}.today-card--arrived{animation:wire-arrive 1.7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.today-card--arrived{animation:none}}.wire-more-sentinel{display:flex;justify-content:center;padding:2rem 0 2.5rem;font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.04em;color:var(--theme-gray)}.wire-more-sentinel .wire-more-loading,.wire-more-sentinel .wire-more-end{display:none}.wire-more-sentinel.loading .wire-more-loading{display:inline;animation:wire-more-pulse 1.2s ease-in-out infinite}.wire-more-sentinel.end .wire-more-end{display:inline;opacity:.7}@keyframes wire-more-pulse{0%,to{opacity:.4}50%{opacity:1}}.story-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .25s ease}.story-overlay.active{pointer-events:auto;opacity:1}:global(html.overlay-open){overflow:hidden!important}:global(html.overlay-open body){overflow:hidden!important}.story-overlay-backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.story-overlay-panel{position:relative;width:90%;max-width:680px;max-height:85vh;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:12px;overflow-y:auto;transform:translateY(12px);transition:transform .25s ease}.story-overlay.active .story-overlay-panel{transform:translateY(0)}@media(max-width:640px){.story-overlay{align-items:flex-end}.story-overlay-panel{width:100%;max-width:100%;max-height:92vh;border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);padding-bottom:env(safe-area-inset-bottom)}.story-overlay.active .story-overlay-panel{transform:translateY(0)}.story-overlay-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;border-radius:2px;background:var(--theme-border)}.story-overlay-header{padding-top:1.25rem}}.story-overlay-header{position:sticky;top:0;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;background:var(--theme-bg);border-bottom:1px solid var(--theme-border);z-index:1}.story-overlay-permalink{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .5rem;border-radius:6px;border:1px solid var(--theme-border);background:none;color:var(--theme-gray);font-family:var(--font-mono);font-size:.625rem;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:color .15s,background .15s;margin-right:auto}.story-overlay-permalink:hover{color:var(--theme-text);background:var(--theme-gray-light)}.story-overlay-open{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:6px;border:1px solid var(--theme-border);background:none;color:var(--theme-gray);font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.08em;text-decoration:none;cursor:pointer;transition:color .15s,background .15s;margin-right:auto}.story-overlay-open:hover{color:var(--theme-text);background:var(--theme-gray-light)}.story-overlay-close{padding:.375rem;border-radius:6px;background:none;border:1px solid var(--theme-border);color:var(--theme-gray);cursor:pointer;transition:color .15s,background .15s;display:flex;align-items:center;justify-content:center}.story-overlay-close:hover{color:var(--theme-text);background:var(--theme-gray-light)}.overlay-progress-track{position:absolute;bottom:-1px;left:0;right:0;height:2px;background:transparent;overflow:hidden}.overlay-progress-fill{height:100%;width:0%;background:var(--theme-text);transition:width 80ms linear;border-radius:0 1px 1px 0}.overlay-progress-fill.complete{background:var(--theme-text);width:100%!important}.tour-overlay{position:fixed;inset:0;z-index:100000;pointer-events:none;opacity:0;transition:opacity .4s ease}.tour-overlay.active{pointer-events:auto;opacity:1}.tour-dimmer{position:absolute;inset:0;background:#000000b8;transition:opacity .4s ease}.tour-spotlight{position:absolute;border-radius:10px;box-shadow:0 0 0 9999px #000000b8;border:2px solid rgba(255,255,255,.25);transition:left .5s cubic-bezier(.32,.72,0,1),top .5s cubic-bezier(.32,.72,0,1),width .5s cubic-bezier(.32,.72,0,1),height .5s cubic-bezier(.32,.72,0,1);z-index:1}.tour-card{position:absolute;z-index:2;width:320px;max-width:calc(100vw - 2rem);transition:left .5s cubic-bezier(.32,.72,0,1),top .5s cubic-bezier(.32,.72,0,1);filter:drop-shadow(0 8px 32px rgba(0,0,0,.5))}.tour-card-inner{background:#121212f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.tour-step-indicator{display:flex;gap:6px;margin-bottom:.75rem}.tour-step-dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:background .3s,transform .3s}.tour-step-dot.active{background:#fff;transform:scale(1.3)}.tour-step-dot.done{background:#ffffff8c}.tour-title{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .4rem;line-height:1.3}.tour-desc{font-family:var(--font-sans);font-size:.8125rem;color:#ffffffb3;line-height:1.55;margin:0 0 1rem}.tour-actions{display:flex;justify-content:flex-end;align-items:center}.tour-next{all:unset;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.06em;color:#000;background:#fff;padding:.45rem 1rem;border-radius:6px;cursor:pointer;transition:transform .15s,opacity .15s}.tour-next:hover{transform:scale(1.03)}.tour-next:active{transform:scale(.97)}.overlay-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.25rem;margin-top:1rem;border-top:1px solid var(--theme-border)}.overlay-action-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .875rem;border-radius:6px;border:1px solid var(--theme-border);background:none;color:var(--theme-gray);font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.03em;cursor:pointer;transition:background .15s,color .15s,border-color .15s,transform .15s}.overlay-action-btn:hover{color:var(--theme-text);border-color:var(--theme-gray);background:var(--theme-gray-light)}.overlay-action-btn:active{transform:scale(.97)}.overlay-fab-share,.overlay-actions.completed .overlay-fab-check{display:none}.overlay-actions.completed .overlay-fab-share{display:flex;border-color:#3b82f6;color:#3b82f6}.overlay-actions.completed .overlay-fab-share:hover{background:#3b82f61a}.overlay-fab-check.flash{background:#ffffff24;border-color:var(--theme-text);color:var(--theme-text)}.story-overlay-content{padding:1.5rem 1.5rem 2rem}.story-overlay-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.story-overlay-headline{font-family:var(--font-serif);font-style:italic;font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--theme-text);margin:0 0 1.25rem;letter-spacing:-.02em}.story-overlay-body{font-size:.9375rem;line-height:1.7;color:var(--theme-text);white-space:pre-wrap;margin-bottom:1.5rem}.story-overlay-sources{padding-top:1rem;border-top:1px solid var(--theme-border);font-family:var(--font-mono);font-size:.6875rem;color:var(--theme-gray)}.story-overlay-sources a{color:var(--color-tech-biz);text-decoration:none;transition:opacity .15s}.story-overlay-sources a:hover{opacity:.8;text-decoration:underline}html[data-nw-classic="1"] .newswire .today-grid{display:flex!important;flex-direction:column!important;gap:0!important;max-width:880px!important;margin-left:auto!important;margin-right:auto!important}html[data-nw-classic="1"] .newswire .today-card{border:none!important;border-radius:0!important;background:transparent!important;padding:.875rem 0!important;border-bottom:1px solid var(--theme-border)!important;min-height:auto!important}html[data-nw-classic="1"] .newswire .card-media{display:none!important}html[data-nw-classic="1"] .newswire .today-card--photo{min-height:auto!important;background:transparent!important;padding:.875rem 0!important}html[data-nw-classic="1"] .newswire .filter-pill{border-radius:0!important}
