.home-hero{padding:1.6rem 0 .4rem}.home-hero h1{max-width:26ch}.home-hero .lede{max-width:62ch}.home-hero .search-hero{margin-top:1.4rem;max-width:44rem}.home-sec{margin-top:2.6rem}.home-sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.home-sec-head h2{margin:0}.home-sec-head .sec-all{font-size:13.5px;color:var(--accent-2);font-weight:600;white-space:nowrap}.home-sec-head+.muted,.home-sec-head+.sub{margin-top:.4rem}.home-latest{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:14px;gap:14px;margin:16px 0 0}.home-latest .article-card h3{font-size:15.5px}.home-empty{border:1px dashed var(--border);border-radius:14px;padding:18px 20px;color:var(--text-dim);background:var(--bg-card);margin-top:14px}.home-empty b{color:var(--text)}.home-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));grid-gap:10px 18px;gap:10px 18px;margin:.6rem 0 0;padding:0;list-style:none}.home-status li{display:flex;gap:10px;align-items:flex-start;color:var(--text-dim);font-size:14px;line-height:1.5}.home-status .dot{width:8px;height:8px;border-radius:50%;margin-top:7px;flex:none;background:var(--text-faint)}.home-status .dot.live{background:var(--accent-2)}.same-math{list-style:none;padding:0;margin:1rem 0 0;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--bg-card)}.same-math li{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px 16px;gap:6px 16px;align-items:center;padding:12px 16px;border-top:1px solid var(--border)}.same-math li:first-child{border-top:0}.same-math .sm-name{font-weight:600;color:var(--text)}.same-math .sm-what{grid-column:1/-1;color:var(--text-dim);font-size:13.5px;margin:0}.same-math .sm-src{font-family:var(--font-mono-stack);font-size:11.5px;color:var(--text-faint);white-space:nowrap}.fact-list{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:8px 18px;gap:8px 18px;margin:1rem 0}.fact-list dt{color:var(--text-faint);font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding-top:3px}.fact-list dd{margin:0;color:var(--text-dim)}@media (max-width:560px){.home-hero{padding-top:1rem}.same-math li{grid-template-columns:minmax(0,1fr)}.same-math .sm-src{white-space:normal}.fact-list{grid-template-columns:minmax(0,1fr);gap:2px 0}.fact-list dd{margin-bottom:10px}}