:root{--bg: #0f1114;--bg-card: #1a1d23;--bg-hover: #22262e;--border: #2a2e36;--text: #e4e4e7;--text-muted: #8b8d94;--accent: #f97316;--accent-dim: #9a3412;--accent-glow: rgba(249, 115, 22, .15);--red: #ef4444;--amber: #f59e0b;--green: #22c55e;--blue: #3b82f6;--radius: 8px;--max-w: 1060px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);padding:1rem 1.5rem}.site-header .inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header .logo{font-size:1.25rem;font-weight:700;color:var(--accent);letter-spacing:-.5px}.site-header .logo:hover{text-decoration:none}.site-header nav{display:flex;gap:1.5rem}.site-header nav a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.site-header nav a:hover,.site-header nav a.active{color:var(--text);text-decoration:none}.nav-toggle{display:none;background:transparent;border:0;padding:.4rem;cursor:pointer;width:36px;height:36px;flex-direction:column;justify-content:center;gap:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:640px){.site-header .inner{flex-wrap:wrap}.nav-toggle{display:flex}.site-header nav{display:none;flex-basis:100%;flex-direction:column;gap:0;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.site-header nav.open{display:flex}.site-header nav a{padding:.7rem .25rem;font-size:1rem;border-bottom:1px solid var(--border)}.site-header nav a:last-child{border-bottom:none}}.site-footer{border-top:1px solid var(--border);padding:1.5rem;text-align:center;color:var(--text-muted);font-size:.8rem;margin-top:auto}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem}.footer-nav a{color:var(--text-muted);font-size:.78rem;font-weight:500;transition:color .15s}.footer-nav a:hover{color:var(--text);text-decoration:none}.footer-copy{margin-bottom:.5rem;font-size:.78rem}.main{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-title-row h2{font-size:1.1rem;font-weight:700}.section-title-row a{font-size:.85rem;font-weight:500}.trending-bar{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:2rem;-webkit-overflow-scrolling:touch}.trending-bar::-webkit-scrollbar{height:0}.trending-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.78rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .15s;flex-shrink:0}.trending-chip:hover{border-color:var(--accent);color:var(--text)}.trending-chip .chip-count{background:var(--accent-dim);color:var(--accent);font-size:.65rem;padding:.1rem .4rem;border-radius:10px;font-weight:700}.sagas-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:768px){.sagas-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.sagas-row{grid-template-columns:1fr}}.saga-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .15s;display:flex;flex-direction:column}.saga-card:hover{border-color:var(--accent)}.saga-card-footer{padding:.75rem .85rem;display:flex;align-items:flex-start;gap:.5rem}.saga-card-sport-icon{font-size:1.1rem;flex-shrink:0;line-height:1.3}.saga-card-title{font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.saga-card-summary{display:-webkit-box;font-size:.78rem;color:var(--text-muted);line-height:1.45;padding:0 .85rem .5rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.saga-card-meta{display:flex;gap:.6rem;font-size:.7rem;color:var(--text-muted);padding:0 .85rem .75rem;flex-wrap:wrap}.saga-card-stories{display:none;padding:.75rem;border-top:1px solid var(--border)}.saga-card.expanded .saga-card-stories{display:block}.sagas-list{display:grid;gap:1rem;margin-bottom:2rem}.sagas-list .saga-card{min-width:unset;max-width:unset}.sagas-list .saga-card-title{font-size:1rem;-webkit-line-clamp:unset}.sagas-list .saga-card-summary{-webkit-line-clamp:4;font-size:.85rem}.stories-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.stories-grid{grid-template-columns:1fr}}.story-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .15s}.story-card:hover{border-color:var(--accent)}.story-card-content{padding:.85rem 1rem}.story-card-headline{font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:.25rem}.story-card-time{font-size:.72rem;color:var(--text-muted);margin-bottom:.5rem}.story-card-teaser{font-size:.82rem;color:var(--text-muted);line-height:1.45;margin-bottom:.65rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.coverage-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.source-count-badge{display:inline-flex;align-items:center;gap:.3rem;background:var(--accent-glow);border:1px solid var(--accent-dim);color:var(--accent);font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:12px;white-space:nowrap}.source-count-badge svg{width:12px;height:12px;fill:currentColor}.coverage-bar{flex:1;height:6px;background:var(--bg-hover);border-radius:3px;overflow:hidden}.coverage-bar-fill{height:100%;border-radius:3px;background:var(--accent);transition:width .3s}.coverage-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.objectivity-bar{flex:1;height:6px;background:var(--bg-hover);border-radius:3px;overflow:hidden}.objectivity-bar-fill{height:100%;border-radius:3px;background:var(--blue);transition:width .3s}.story-card-badges{display:flex;flex-wrap:wrap;gap:.35rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:12px;font-size:.68rem;font-weight:600;text-transform:lowercase}.badge-sport{background:var(--accent-dim);color:var(--accent)}.badge-league{background:#3b82f626;color:var(--blue)}.badge-tag{background:#8b8d941f;color:var(--text-muted)}.story-detail{display:none}.modal-overlay{display:none;position:fixed;inset:0;z-index:100;background:#000000bf;backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1.5rem}.modal-overlay.open{display:flex}.modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:640px;width:100%;max-height:85vh;overflow-y:auto;position:relative}.modal-close{position:sticky;top:0;float:right;background:var(--bg-card);border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:.5rem .75rem;line-height:1;z-index:2;border-radius:0 var(--radius) 0 var(--radius);transition:color .15s}.modal-close:hover{color:var(--text)}.modal-body{padding:1.25rem}.modal-headline{font-size:1.15rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.modal-teaser{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.modal-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.modal-coverage{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.modal-section{margin-bottom:1.25rem}.modal-section h4{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.modal-source-item{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.modal-source-item:last-child{border-bottom:none}.modal-source-info{flex:1;min-width:0}.modal-source-obj{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex:none;width:90px;align-self:center}.modal-source-obj .objectivity-bar{width:100%}.modal-source-channel{font-size:.7rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.3px}.modal-source-title{font-size:.85rem;color:var(--text);line-height:1.4}.modal-source-title a{color:var(--text)}.modal-source-title a:hover{color:var(--accent)}.modal-source-date{font-size:.7rem;color:var(--text-muted)}.modal-pills{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.modal-points{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.modal-points li{font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem;line-height:1.45}.story-detail-section{margin-top:.85rem}.story-detail-section h4{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.story-detail-points{list-style:disc;padding-left:1.25rem;margin-bottom:.75rem}.story-detail-points li{font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem;line-height:1.45}.source-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.82rem}.source-item a{color:var(--text)}.source-item .source-date{color:var(--text-muted);font-size:.72rem}.story-detail-pills{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.pill{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.72rem;font-weight:500;background:var(--bg-hover);color:var(--text)}.read-now-btn{display:inline-block;padding:.6rem 1.5rem;background:var(--accent);color:#fff;border-radius:var(--radius);font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s}.read-now-btn:hover{opacity:.9;text-decoration:none}.featured-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.featured-scroll::-webkit-scrollbar{height:4px}.featured-scroll::-webkit-scrollbar-track{background:var(--bg-card);border-radius:2px}.featured-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.featured-scroll .story-card{min-width:300px;max-width:340px;flex-shrink:0;scroll-snap-align:start}.sport-filters-wrap{margin-bottom:1.5rem}.sport-filters-summary{display:inline-block;padding:.35rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;list-style:none;user-select:none}.sport-filters-summary::-webkit-details-marker{display:none}.sport-filters-summary:before{content:"▸ ";font-size:.7rem}details[open]>.sport-filters-summary:before{content:"▾ "}.sport-filters-summary:hover{border-color:var(--accent);color:var(--text)}.sport-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.sport-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.sport-pill:hover{border-color:var(--accent);color:var(--text)}.sport-pill.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text)}.wire-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.wire-filters label,.wire-filters .wire-multiselect-label{display:flex;flex-direction:column;gap:.25rem;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-weight:600}.wire-filters select{background:var(--bg-card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.45rem .65rem;font-size:.85rem;min-width:140px;cursor:pointer}.wire-filters select:hover,.wire-filters select:focus{border-color:var(--accent);outline:none}.wire-clear{background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);padding:.45rem .85rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.wire-clear:hover{border-color:var(--accent);color:var(--text)}.wire-multiselect-label{min-width:220px}.wire-multiselect{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;background:var(--bg-card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .4rem;min-height:34px;cursor:text}.wire-multiselect:focus-within{border-color:var(--accent)}.wire-chips{display:contents}.wire-chip{display:inline-flex;align-items:center;gap:.3rem;background:var(--accent-dim);color:var(--accent);border-radius:12px;padding:.1rem .5rem;font-size:.75rem;font-weight:600;text-transform:lowercase;white-space:nowrap}.wire-chip-x{background:transparent;border:0;color:var(--accent);font-size:1rem;line-height:1;cursor:pointer;padding:0;opacity:.75}.wire-chip-x:hover{opacity:1}.wire-ms-input{flex:1;min-width:80px;background:transparent;border:0;outline:0;color:var(--text);font-size:.85rem;padding:.15rem .25rem;text-transform:none;letter-spacing:normal;font-weight:400}.wire-ms-input::placeholder{color:var(--text-muted)}.wire-suggestions{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:10;max-height:240px;overflow-y:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);list-style:none;padding:.25rem 0;margin:0;box-shadow:0 8px 24px #0006}.wire-suggestion{padding:.4rem .7rem;font-size:.85rem;color:var(--text);cursor:pointer;text-transform:lowercase}.wire-suggestion:hover,.wire-suggestion.active{background:var(--bg-hover);color:var(--accent)}.wire-meta{font-size:.78rem;color:var(--text-muted);margin-bottom:1rem}.wire-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.wire-item{padding:1rem 0;border-bottom:1px solid var(--border)}.wire-item-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.72rem;color:var(--text-muted)}.wire-item-icon{width:16px;height:16px;border-radius:3px;flex-shrink:0}.wire-item-channel{color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.3px}.wire-item-time{color:var(--text-muted)}.wire-item-obj{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;margin-left:auto}.wire-item-obj .objectivity-bar{width:80px;flex:none}.wire-item-obj .coverage-label{line-height:1}.wire-item-title{font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:.35rem}.wire-item-title a{color:var(--text)}.wire-item-title a:hover{color:var(--accent);text-decoration:none}.wire-item-teaser{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wire-item-badges{display:flex;flex-wrap:wrap;gap:.35rem}.loading{text-align:center;padding:2rem;color:var(--text-muted)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.load-more-btn{display:block;width:100%;padding:.75rem;margin-top:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s}.load-more-btn:hover{border-color:var(--accent);color:var(--text)}.sports-menu{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.sports-menu::-webkit-scrollbar{height:0}.sports-menu-item{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);font-size:.82rem;font-weight:500;text-transform:capitalize;white-space:nowrap;cursor:pointer;transition:all .15s;flex-shrink:0}.sports-menu-item:hover{border-color:var(--accent);color:var(--text);text-decoration:none}.sports-menu-item.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text)}.sports-menu-emoji{font-size:1rem;line-height:1}.sports-menu-label{line-height:1}.sport-page-header{margin-bottom:1.5rem}.sport-page-title{display:flex;align-items:center;gap:.6rem;font-size:1.6rem;font-weight:700;text-transform:capitalize}.sport-page-emoji{font-size:1.8rem;line-height:1}.league-menu{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.25rem;-webkit-overflow-scrolling:touch}.league-menu::-webkit-scrollbar{height:0}.league-menu-item{padding:.3rem .7rem;background:transparent;border:1px solid var(--border);border-radius:14px;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.5px;white-space:nowrap;cursor:pointer;transition:all .15s;flex-shrink:0}.league-menu-item:hover{border-color:var(--accent);color:var(--text);text-decoration:none}.league-menu-item.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text)}.team-scroll{display:flex;gap:.6rem;overflow-x:auto;padding:.25rem 0 .75rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.team-scroll::-webkit-scrollbar{height:0}.team-tile{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0;width:64px;cursor:pointer;transition:transform .15s}.team-tile:hover{transform:translateY(-2px)}.team-disc{width:64px;height:64px;border-radius:50%;background-clip:padding-box;box-shadow:0 1px 3px #0000004d}.team-code{font-size:.7rem;font-weight:700;color:var(--text-muted);letter-spacing:.5px}
