.news-page{--t-muted: #9ca3af;--t-faint: #6b7280;--t-border: rgba(255,255,255,.08);--t-border-hover: rgba(255,255,255,.18);--t-accent: #60a5fa;--t-primary: #2563eb}.news-page .tag-type-badge{display:none}.news-page .nws-hero{padding:6rem 1rem 2.5rem;max-width:80rem;margin:0 auto}.news-page .nws-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--t-faint);margin-bottom:1.25rem}.news-page .nws-breadcrumbs a{color:var(--t-muted);text-decoration:none;transition:color .15s}.news-page .nws-breadcrumbs a:hover{color:#fff}.news-page .nws-breadcrumbs i{font-size:.55rem;opacity:.5}.news-page .nws-hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:end;padding-bottom:1.75rem;border-bottom:1px solid var(--t-border)}@media(min-width:900px){.news-page .nws-hero-grid{grid-template-columns:1fr auto;gap:3rem}}.news-page .nws-hero-title{font-size:clamp(2.25rem,5.5vw,4rem);font-weight:800;line-height:1;margin:0 0 .25rem;color:#fff;letter-spacing:-.02em}.news-page .nws-hero-title .accent{background:linear-gradient(to right,#60a5fa,#22d3ee,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.news-page .nws-hero-meta{display:flex;flex-direction:column;gap:.9rem;min-width:14rem}.news-page .nws-hero-count{font-size:2.5rem;font-weight:800;color:#fff;line-height:1;font-variant-numeric:tabular-nums}.news-page .nws-hero-count-label{font-size:.7rem;color:var(--t-faint);letter-spacing:.1em;text-transform:uppercase;margin-top:.35rem}.news-page .nws-feed{max-width:80rem;margin:0 auto;padding:1.5rem 1rem 4rem}.news-page .nws-feed-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1100px){.news-page .nws-feed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.news-page .nws-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.news-page .nws-feed-grid{grid-template-columns:1fr}}.news-page .tag-card{display:flex;flex-direction:column;background:#ffffff05;border:1px solid var(--t-border);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:all .25s ease}.news-page .tag-card:hover{transform:translateY(-3px);border-color:var(--t-border-hover);background:#ffffff09;box-shadow:0 12px 40px #0006}.news-page .tag-card-cover{position:relative;aspect-ratio:16 / 10;background:#0f1018;overflow:hidden}.news-page .tag-card-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.news-page .tag-card:hover .tag-card-cover img{transform:scale(1.04)}.news-page .tag-card-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(11,12,21,.65) 100%)}.news-page .tag-card-body{padding:1.15rem 1.15rem 1.1rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.news-page .tag-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--t-faint)}.news-page .tag-card-title{font-size:1rem;line-height:1.35;font-weight:700;color:#fff;margin:0}.news-page .tag-card-excerpt{font-size:.82rem;line-height:1.55;color:var(--t-muted);margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.news-page .tag-card-foot{margin-top:auto;padding-top:.8rem;border-top:1px solid var(--t-border);display:flex;flex-wrap:wrap;gap:.35rem}.news-page .tag-card-tagchip{font-size:.68rem;color:var(--t-muted);padding:.22rem .55rem;background:#ffffff08;border-radius:999px;transition:color .15s}.news-page .tag-card-tagchip:hover{color:var(--t-accent)}.news-page .nws-empty{padding:4rem 1rem;text-align:center;color:var(--t-faint);font-size:.95rem}.news-page .nws-sentinel{display:flex;align-items:center;justify-content:center;padding:2rem 1rem 1rem;color:#fff3;font-size:.75rem;gap:.5rem}.news-page .nws-spinner{width:16px;height:16px;border:2px solid rgba(59,130,246,.15);border-top-color:#3b82f6;border-radius:50%;animation:nwsSpin .7s linear infinite}@keyframes nwsSpin{to{transform:rotate(360deg)}}@media(max-width:640px){.news-page .nws-hero{padding-top:6rem;padding-bottom:2rem}.news-page .nws-hero-count{font-size:1.75rem}.news-page .nws-feed-grid{grid-template-columns:1fr;gap:1.1rem}}
