.news-main{padding-bottom:55px}.news-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.news-feed-status{display:flex;align-items:center;gap:9px;text-align:right}.news-feed-status i{width:7px;height:7px;border-radius:50%;background:var(--accent-gold);box-shadow:0 0 12px rgba(201,163,95,.5)}.news-feed-status strong,.news-feed-status small{display:block}.news-feed-status strong{color:var(--text-secondary);font-size:.62rem}.news-feed-status small{margin-top:3px;color:var(--text-muted);font-size:.54rem}.news-controls{display:flex;align-items:center;gap:8px;margin-bottom:22px;padding:6px;border:1px solid var(--border-color);border-radius:4px;background:rgba(23,23,19,.72)}.news-filter{padding:10px 17px;border:0;border-right:1px solid var(--border-color);background:transparent;color:var(--text-muted);font:800 .57rem 'Manrope',sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.news-filter:last-of-type{border-right:0}.news-filter.active{background:rgba(201,163,95,.09);box-shadow:inset 0 -2px 0 var(--accent-gold);color:var(--accent-gold)}.news-search{position:relative;max-width:330px;margin-left:auto;flex:1}.news-search .material-symbols-outlined{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:17px}.news-search input{width:100%;height:38px;padding:0 12px 0 38px;border:1px solid var(--border-color);border-radius:3px;background:#11120f;color:var(--text-primary);font-size:.62rem}.news-section{margin-top:27px}.news-section[hidden]{display:none}.news-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px}.news-section-head h2{font-family:'DM Serif Display',Georgia,serif;font-size:1.55rem;font-weight:400}.news-section-head p{color:var(--text-muted);font-size:.56rem}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.news-card{min-width:0;display:flex;min-height:295px;flex-direction:column;border:1px solid var(--border-color);border-radius:5px;background:rgba(23,23,19,.82);overflow:hidden;transition:.2s}.news-card:hover{transform:translateY(-2px);border-color:rgba(201,163,95,.42)}.news-card-media{height:125px;background:linear-gradient(135deg,#1d1d18,#11120f);overflow:hidden}.news-card-media img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.7) brightness(.75);transition:.3s}.news-card:hover img{filter:saturate(.9) brightness(.88);transform:scale(1.02)}.news-card-body{display:flex;flex:1;flex-direction:column;padding:17px}.news-meta{display:flex;align-items:center;gap:7px;color:var(--accent-gold);font-size:.48rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.news-meta i{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.news-card h3{margin:11px 0 9px;color:var(--text-primary);font-family:'DM Serif Display',Georgia,serif;font-size:1.05rem;font-weight:400;line-height:1.25}.news-original{color:var(--text-muted);font-size:.52rem;line-height:1.45}.news-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:15px;color:var(--text-muted);font-size:.49rem}.news-card-footer a{display:flex;align-items:center;gap:5px;color:var(--accent-gold);font-weight:800;text-decoration:none}.news-card-footer .material-symbols-outlined{font-size:14px}.news-state{grid-column:1/-1;min-height:210px;display:grid;place-items:center;padding:25px;border:1px dashed rgba(201,163,95,.22);border-radius:4px;color:var(--text-muted);font-size:.65rem;text-align:center}.news-source-note{margin-top:26px;padding-top:18px;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.54rem;line-height:1.6}@media(max-width:1120px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.news-title,.news-section-head{align-items:flex-start;flex-direction:column}.news-feed-status{text-align:left}.news-controls{align-items:stretch;flex-wrap:wrap}.news-search{max-width:none;min-width:100%;margin-left:0}.news-grid{grid-template-columns:1fr}}
