@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@450;500;600&display=swap";:root{--bg: #09090b;--bg-card: #18181b;--bg-hover: #27272a;--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .1);--text-h: #fafafa;--text-p: #a1a1aa;--text-m: #52525b;--accent: #a78bfa;--accent-alt: #60a5fa;--accent-glow: rgba(167, 139, 250, .08);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow: 0 1px 3px rgba(0,0,0,.3)}[data-theme=light]{--bg: #f4f4f5;--bg-card: #ffffff;--bg-hover: #f4f4f5;--border: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .15);--text-h: #09090b;--text-p: #52525b;--text-m: #a1a1aa;--accent: #7c3aed;--accent-alt: #2563eb;--accent-glow: rgba(124, 58, 237, .06);--shadow: 0 1px 3px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-p);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.page{max-width:1320px;margin:0 auto;padding:32px 24px 60px}@media(max-width:640px){.page{padding:20px 16px 40px}}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--border)}.header-brand{display:flex;align-items:center;gap:10px}.header-logo{font-size:1.35em;font-weight:800;color:var(--text-h);letter-spacing:-1px}.header-logo span{background:linear-gradient(135deg,var(--accent),var(--accent-alt));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.header-meta .date-badge{font-size:.8em;color:var(--text-m);font-weight:500}.header-meta .count-badge{font-size:.75em;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:4px 12px;font-weight:600;color:var(--text-p)}.header-actions{display:flex;align-items:center;gap:8px}.header-actions .lang-btn{font-size:.78em;padding:6px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-p);font-weight:600;cursor:pointer;transition:all .15s}.header-actions .lang-btn:hover{border-color:var(--accent);color:var(--accent)}.header-actions .theme-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);font-size:1.1em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.header-actions .theme-btn:hover{border-color:var(--accent)}.featured{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:48px}.featured-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px;transition:all .2s;position:relative}.featured-card:first-child{grid-column:1 / -1;border-color:#a78bfa33;background:linear-gradient(135deg,var(--accent-glow),transparent)}.featured-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.featured-rank{font-family:var(--font-mono);font-size:.7em;font-weight:600;color:var(--accent);margin-bottom:8px;letter-spacing:.5px}.featured-title{font-size:.95em;font-weight:700;color:var(--text-h);line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-title a:hover{color:var(--accent)}.featured-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.platform-tag{display:inline-flex;align-items:center;gap:4px;font-size:.72em;font-weight:600;padding:3px 10px;border-radius:6px;background:var(--bg-hover);border:1px solid var(--border)}.platform-tag .tag-icon{font-size:.9em}.featured-desc{font-size:.82em;color:var(--text-m);margin-top:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-signal{font-family:var(--font-mono);font-size:.7em;color:var(--accent);font-weight:600}.section{margin-bottom:40px}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;gap:12px}.section-title{font-size:1.1em;font-weight:700;color:var(--text-h);display:flex;align-items:center;gap:8px}.section-count{font-size:.72em;font-weight:500;color:var(--text-m);background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2px 10px;font-family:var(--font-mono)}.news-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--bg-card)}.news-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .12s}.news-item:last-child{border-bottom:none}.news-item:hover{background:var(--bg-hover)}.news-idx{font-family:var(--font-mono);font-size:.7em;font-weight:600;color:var(--text-m);min-width:24px;padding-top:3px;flex-shrink:0}.news-body{flex:1;min-width:0}.news-title{font-size:.88em;font-weight:600;color:var(--text-h);line-height:1.5;display:block;transition:color .12s}.news-item:hover .news-title{color:var(--accent)}.news-footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px}.news-desc{font-size:.78em;color:var(--text-m);line-height:1.4;width:100%;margin-top:4px}.news-hot{font-size:.72em;color:#ef4444;font-weight:600}.news-score{font-family:var(--font-mono);font-size:.65em;color:var(--text-m);font-weight:500}.news-list.compact .news-item{padding:8px 16px}.news-list.compact .news-title{font-size:.82em}.expand-btn{display:block;width:100%;padding:12px;text-align:center;font-size:.8em;font-weight:600;color:var(--text-m);background:transparent;border:none;border-top:1px solid var(--border);cursor:pointer;transition:all .12s;font-family:var(--font-sans)}.expand-btn:hover{color:var(--accent);background:var(--accent-glow)}.hidden-items{display:none}.hidden-items.show{display:block}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.history-item{display:block;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;font-family:var(--font-mono);font-size:.8em;color:var(--text-p);text-decoration:none;text-align:center;transition:all .15s;font-weight:500}.history-item:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}.history-item .dow{font-size:.85em;opacity:.5;margin-top:2px}.section-nav-wrap{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);margin-bottom:32px}.section-nav{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.section-nav::-webkit-scrollbar{display:none}.section-nav a{flex-shrink:0;padding:10px 14px;font-size:.78em;font-weight:600;color:var(--text-m);border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap;cursor:pointer;text-decoration:none}.section-nav a:hover{color:var(--text-p)}.section-nav a.active{color:var(--accent);border-bottom-color:var(--accent)}.content-grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:1024px){.content-grid{grid-template-columns:1fr 300px}}.main-content{display:flex;flex-direction:column;gap:28px;min-width:0}.featured-bento{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.featured-bento{grid-template-columns:2fr 1fr}}.featured-hero{background:linear-gradient(135deg,var(--accent-glow),transparent);border:1px solid rgba(167,139,250,.2);border-radius:16px;padding:28px;transition:all .2s;position:relative;overflow:hidden}.featured-hero:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.featured-hero:hover{border-color:#a78bfa66;transform:translateY(-2px);box-shadow:0 8px 32px #a78bfa1a}.hero-rank{font-family:var(--font-mono);font-size:.7em;font-weight:700;color:var(--accent);margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}.hero-title{font-size:1.15em;font-weight:800;color:var(--text-h);line-height:1.5;margin-bottom:12px}.hero-title a{color:inherit}.hero-title a:hover{color:var(--accent)}.hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.hero-desc{font-size:.85em;color:var(--text-p);line-height:1.6}.featured-side{display:flex;flex-direction:column;gap:8px}.featured-mini{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:14px 18px;transition:all .15s;flex:1}.featured-mini:hover{border-color:var(--border-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.mini-rank{font-family:var(--font-mono);font-size:.65em;font-weight:600;color:var(--text-m);display:block;margin-bottom:4px}.mini-title{font-size:.82em;font-weight:600;color:var(--text-h);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .12s}.featured-mini:hover .mini-title{color:var(--accent)}.featured-mini .platform-tag{margin-top:6px;display:inline-flex}.platform-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.platform-grid{grid-template-columns:1fr 1fr}.platform-grid .section-full{grid-column:1 / -1}}.platform-section{display:flex;flex-direction:column;max-height:480px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border);border-radius:14px}.platform-section .section-header{flex-shrink:0;margin-bottom:0;padding:14px 16px 0}.platform-section .news-list{flex:1;overflow-y:auto;min-height:0;border:none;border-radius:0;background:transparent}.platform-section .news-list::-webkit-scrollbar{width:4px}.platform-section .news-list::-webkit-scrollbar-track{background:transparent}.platform-section .news-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.platform-section .news-list::-webkit-scrollbar-thumb:hover{background:var(--text-m)}.platform-section .news-list{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.sidebar{display:flex;flex-direction:column;gap:20px;min-width:0;position:sticky;top:60px;align-self:start}@media(max-width:1023px){.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:static;align-self:auto}}@media(max-width:640px){.sidebar{grid-template-columns:1fr}}.sidebar-widget{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:20px}.sidebar-widget-title{font-size:.82em;font-weight:700;color:var(--text-h);margin-bottom:14px;display:flex;align-items:center;gap:6px}.signal-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.signal-item:last-child{border-bottom:none}.signal-badge{font-family:var(--font-mono);font-size:.6em;font-weight:700;padding:2px 7px;border-radius:4px;flex-shrink:0;margin-top:2px;background:var(--accent-glow);color:var(--accent)}.signal-badge.high{background:#ef44441f;color:#ef4444}.signal-badge.med{background:#fbbf241f;color:#fbbf24}.signal-source{font-size:.62em;font-weight:600;color:var(--text-m);display:block;margin-bottom:2px}.signal-title{font-size:.78em;font-weight:500;color:var(--text-p);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.signal-title:hover{color:var(--accent)}.trending-item{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--border)}.trending-item:last-child{border-bottom:none}.trending-rank{font-family:var(--font-mono);font-size:.65em;font-weight:700;color:var(--text-m);min-width:18px;text-align:right}.trending-rank.top-3{color:#ef4444}.trending-title{font-size:.78em;font-weight:500;color:var(--text-p);line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.trending-title:hover{color:var(--accent)}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-cell{text-align:center;padding:12px 8px;background:var(--bg);border-radius:10px}.stat-cell-value{font-family:var(--font-mono);font-size:1.3em;font-weight:800;color:var(--text-h)}.stat-cell-label{font-size:.68em;color:var(--text-m);margin-top:4px}.ad-card{background:linear-gradient(135deg,var(--accent-glow),transparent);border:1px dashed var(--border-hover);border-radius:14px;padding:24px;text-align:center;transition:all .2s}.ad-card:hover{border-style:solid;border-color:var(--accent)}.ad-label{font-size:.65em;font-weight:600;color:var(--text-m);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.ad-content{font-size:.85em;font-weight:600;color:var(--text-p);line-height:1.5}.ad-content strong{color:var(--accent);font-weight:800}.dist-item{padding:5px 0}.dist-item+.dist-item{border-top:1px solid var(--border);padding-top:9px;margin-top:4px}.dist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dist-label{font-size:.72em;font-weight:600;color:var(--text-p)}.dist-count{font-family:var(--font-mono);font-size:.68em;font-weight:600;color:var(--text-m)}.dist-bar{height:4px;background:var(--bg);border-radius:3px;overflow:hidden}.dist-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.news-item.score-high{border-left:3px solid var(--accent);background:linear-gradient(90deg,var(--accent-glow),transparent)}.news-item.score-med{border-left:3px solid rgba(251,191,36,.3)}.news-score strong{color:var(--accent);font-weight:700}.back-to-top{position:fixed;bottom:32px;right:32px;width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-m);font-size:1.2em;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);transition:all .2s;z-index:200;box-shadow:var(--shadow)}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.footer{margin-top:60px;padding-top:32px;border-top:1px solid var(--border);text-align:center;font-size:.78em;color:var(--text-m);line-height:1.8}@media(max-width:768px){.section-nav-wrap{margin-bottom:24px}.section-nav{padding:0 16px}.section-nav a{padding:8px 10px;font-size:.72em}.featured-bento{grid-template-columns:1fr}.featured-hero{padding:20px}.hero-title{font-size:1em}.header{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:flex-end}.back-to-top{bottom:20px;right:20px;width:40px;height:40px}}@media(max-width:480px){.news-item{padding:10px 12px}.news-title{font-size:.82em}.sidebar-widget{padding:16px}.stats-grid{grid-template-columns:1fr 1fr}}
