.news-hero{padding:28px 24px 18px;text-align:center;position:relative;overflow:hidden}
.news-hero::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(232,86,10,.1) 0%,transparent 65%);pointer-events:none}
.news-hero-inner{position:relative;z-index:2;max-width:580px;margin:0 auto}
.news-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(2rem,8vw,3.5rem);line-height:.9;margin:10px 0}
.news-title span{color:transparent;-webkit-text-stroke:2px var(--accent)}
.news-main{padding:20px 20px 60px;max-width:1100px;margin:0 auto;width:100%}
.cat-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:28px}
.cat-tab{padding:7px 16px;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border:1px solid var(--border);background:transparent;color:var(--text-dim);cursor:pointer;font-family:'Montserrat',sans-serif;transition:all .2s}
.cat-tab:hover{color:var(--text);border-color:rgba(232,86,10,.4)}
.cat-tab.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 3px 12px rgba(232,86,10,.35)}
.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:40px}
.news-card{background:var(--card);border-radius:16px;padding:24px;position:relative;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;border:1px solid var(--border-sub)}
.news-card:hover{background:var(--card-h);transform:translateY(-3px);box-shadow:var(--shadow)}
.news-card-cat{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent2);background:var(--tag-bg);border-radius:50px;padding:3px 10px;display:inline-block;margin-bottom:12px}
.news-card-title{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:10px;transition:color .2s}
.news-card:hover .news-card-title{color:var(--accent)}
.news-card-body{font-size:.9rem;font-weight:400;color:var(--text-dim);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-size:.72rem;color:var(--text-muted)}
.news-modal-overlay{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .25s}
.news-modal-overlay.open{opacity:1;pointer-events:all}
.news-modal{background:var(--card);border-radius:20px;padding:36px;max-width:720px;width:100%;max-height:88vh;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform .25s;border:1px solid var(--border-sub)}
.news-modal-overlay.open .news-modal{transform:translateY(0)}
.news-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid var(--border-sub);background:var(--card-h);color:var(--text);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.news-modal-close:hover{background:var(--accent);color:#fff}
.news-modal-cat{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent2);background:var(--tag-bg);border-radius:50px;padding:3px 10px;display:inline-block;margin-bottom:16px}
.news-modal-title{font-family:'Bebas Neue',sans-serif;font-size:2rem;letter-spacing:.03em;color:var(--text);line-height:1.1;margin-bottom:16px}
.news-modal-body{font-size:.95rem;font-weight:400;color:var(--text-dim);line-height:1.75}
.news-modal-date{margin-top:20px;font-size:.65rem;color:var(--text-muted)}
.news-loader{text-align:center;padding:40px;color:var(--text-dim);font-size:.85rem}
.spinner{width:28px;height:28px;border:3px solid var(--border-sub);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 12px}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:580px){.news-grid{grid-template-columns:1fr}.news-modal{padding:24px}.news-modal-title{font-size:1.5rem}}

/* ── Lightbox ─────────────────────────────────────────────────────────── */
.lightbox-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .2s ease}
.lightbox-overlay img{max-width:90vw;max-height:90vh;border-radius:8px;object-fit:contain;box-shadow:0 8px 48px rgba(0,0,0,.8);pointer-events:none}
.lightbox-close{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:50%;width:40px;height:40px;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}
.lightbox-close:hover{background:rgba(255,255,255,.25)}

/* ── Media Carousel ───────────────────────────────────────────────────── */
.media-carousel{position:relative;width:100%;margin:14px 0;border-radius:12px;overflow:hidden;background:var(--card-h);touch-action:pan-y}
.media-carousel-track{display:flex;transition:transform .3s ease;will-change:transform}
.media-carousel-slide{flex:0 0 100%;min-width:0;position:relative;display:flex;align-items:center;justify-content:center;background:#000}
.media-carousel-slide img{width:100%;max-height:440px;object-fit:cover;border-radius:0;cursor:zoom-in;display:block}
.media-carousel-slide video{width:100%;height:auto;max-height:min(70vh,560px);aspect-ratio:auto;object-fit:contain;border-radius:0;display:block;background:#000}
.media-carousel-prev,.media-carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.15);border-radius:50%;width:38px;height:38px;color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.media-carousel-prev{left:8px}
.media-carousel-next{right:8px}
.media-carousel-prev:hover,.media-carousel-next:hover{background:rgba(232,86,10,.7)}
.media-carousel-dots{display:flex;gap:5px;justify-content:center;padding:8px 0;background:rgba(0,0,0,.3)}
.media-carousel-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:background .2s,transform .2s}
.media-carousel-dot.active{background:var(--accent);transform:scale(1.3)}
.media-carousel-count{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);color:#fff;font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:20px;letter-spacing:.05em}
/* Grid for 2-3 media items */
.media-grid{display:grid;gap:6px;margin:14px 0;border-radius:12px;overflow:hidden}
.media-grid.count-2{grid-template-columns:1fr 1fr}
.media-grid.count-3{grid-template-columns:2fr 1fr;grid-template-rows:auto auto}
.media-grid.count-3 .media-item:first-child{grid-row:span 2}
.media-item{overflow:hidden;position:relative}
.media-item img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;transition:transform .25s;display:block}
.media-item img:hover{transform:scale(1.03)}
.media-item.single img{max-height:440px;object-fit:cover;cursor:zoom-in}
.media-grid.count-2 .media-item img{height:220px}
.media-grid.count-3 .media-item img{height:140px}
.media-grid.count-3 .media-item:first-child img{height:100%;min-height:280px}
.media-item video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.media-item.single video{max-height:min(70vh,560px);width:100%;height:auto;display:block;background:#000;object-fit:contain}
.media-grid.count-2 .media-item video{height:220px}
.media-grid.count-3 .media-item video{height:140px}
.media-grid.count-3 .media-item:first-child video{height:100%;min-height:280px}

.media-item video,.media-carousel-slide video{aspect-ratio:16/9}
.media-item.single video{aspect-ratio:auto}
.plyr__video-wrapper{background:#000}
/* ── Plyr video player ────────────────────────────────────────────────────── */
.plyr{border-radius:12px;overflow:hidden;background:#000}
.media-item.single .plyr{max-height:min(70vh,560px)}
.media-item.single .plyr video{object-fit:contain;max-height:min(70vh,560px)}
.media-grid.count-2 .media-item .plyr{height:220px}
.media-grid.count-2 .media-item .plyr video{height:220px}
.media-grid.count-3 .media-item .plyr{height:140px}
.media-grid.count-3 .media-item .plyr video{height:140px}
.media-grid.count-3 .media-item:first-child .plyr{height:100%;min-height:280px}
.media-grid.count-3 .media-item:first-child .plyr video{height:100%;min-height:280px}
.media-carousel-slide .plyr{width:100%;max-height:min(70vh,560px)}
.media-carousel-slide .plyr video{width:100%;max-height:min(70vh,560px);object-fit:contain}
/* Video preview in news cards */
.news-card-video-thumb{width:100%;border-radius:10px;overflow:hidden;margin:10px 0;max-height:200px;position:relative;background:var(--card-h)}
.news-card-video-thumb video{width:100%;max-height:200px;object-fit:cover;display:block}
.news-card-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.28);pointer-events:none}
.news-card-video-play-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#111;box-shadow:0 4px 16px rgba(0,0,0,.35);padding-left:3px}

/* ── Комментарии ─────────────────────────────────────────────────────── */
.comments-section{margin-top:28px;border:1px solid var(--border-sub);border-radius:17px 17px 22px 22px;background:var(--card);box-shadow:0 32px 50px rgba(0,0,0,.18),0 4px 16px rgba(0,0,0,.08);overflow:hidden}
.comments-header{height:50px;display:flex;align-items:center;gap:8px;padding:0 20px;border-bottom:1px solid var(--border-sub);position:relative}
.comments-title-txt{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}
.comments-title-txt::after{content:'';position:absolute;left:20px;bottom:-1px;width:9ch;height:1px;background:var(--text)}
.comments-count{background:var(--tag-bg);color:var(--accent);border-radius:50px;padding:1px 8px;font-size:.68rem;font-weight:700}
#commentsList{padding:18px 16px 2px}
.comment-empty{text-align:center;padding:20px 0;color:var(--text-muted);font-size:.82rem}
.comment-item{display:grid;grid-template-columns:34px 1fr;gap:12px;margin-bottom:14px;align-items:flex-start}
.comment-react{width:34px;background:var(--card-h);border:1px solid var(--border-sub);border-radius:8px;display:grid;grid-template-rows:34px 1px 28px;justify-items:center;align-items:center}
.comment-react-btn{width:34px;height:34px;border:none;background:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s,transform .2s}
.comment-react-btn:hover{color:#f5356e;transform:scale(1.05)}
.comment-react hr{width:70%;border:none;height:1px;background:var(--border-sub)}
.comment-react span{font-size:.67rem;font-weight:700;color:var(--text-muted)}
.comment-container{display:flex;flex-direction:column;gap:10px}
.comment-user{display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center}
.comment-avatar{width:40px;height:40px;border-radius:50%;background:var(--card-h);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0;overflow:hidden;border:1px solid var(--border-sub);position:relative}
.comment-avatar img{width:100%;height:100%;object-fit:cover}
.comment-avatar::after{content:'';width:9px;height:9px;position:absolute;right:0;bottom:0;border-radius:50%;background:#0fc45a;border:2px solid var(--card)}
.comment-bubble{flex:1;background:var(--card-h);border-radius:12px;padding:11px 14px;border:1px solid var(--border-sub);position:relative}
.comment-bubble-meta{display:flex;align-items:center;gap:8px;margin-bottom:5px}
.comment-bubble-name{font-size:.72rem;font-weight:700;color:var(--text)}
.comment-bubble-time{font-size:.62rem;color:var(--text-muted)}
.comment-bubble-text{font-size:.84rem;color:var(--text-dim);line-height:1.55;word-break:break-word}
.comment-delete-btn{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;line-height:1;padding:2px 4px;border-radius:4px;transition:color .15s,background .15s}
.comment-delete-btn:hover{color:#ef4444;background:rgba(239,68,68,.1)}
.comment-edit-btn{position:absolute;top:8px;right:30px;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;line-height:1;padding:2px 4px;border-radius:4px;transition:color .15s,background .15s}
.comment-edit-btn:hover{color:var(--accent);background:rgba(232,86,10,.1)}
.comment-edit-wrap{display:flex;flex-direction:column;gap:6px;margin-top:2px}
.comment-edit-textarea{background:var(--input-bg);border:1px solid rgba(232,86,10,.4);border-radius:8px;padding:8px 10px;color:var(--text);font-family:'Montserrat',sans-serif;font-size:.84rem;resize:none;outline:none;line-height:1.5;min-height:60px;max-height:160px;width:100%;box-sizing:border-box}
.comment-edit-actions{display:flex;gap:6px}
.comment-edit-save{background:var(--accent);border:none;color:#fff;border-radius:6px;padding:5px 12px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s}
.comment-edit-save:hover{background:var(--accent2)}
.comment-edit-save:disabled{opacity:.5;cursor:not-allowed}
.comment-edit-cancel{background:none;border:1px solid var(--border-sub);color:var(--text-muted);border-radius:6px;padding:5px 12px;font-size:.75rem;cursor:pointer;transition:color .15s,border-color .15s}
.comment-edit-cancel:hover{color:var(--text);border-color:var(--text-muted)}
.comment-write{display:flex;gap:10px;align-items:flex-start;background:var(--card-h);padding:10px 12px;border-top:1px solid var(--border-sub)}
.comment-write-avatar{width:38px;height:38px;border-radius:50%;background:var(--card);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0;overflow:hidden;border:1px solid var(--border-sub)}
.comment-write-avatar img{width:100%;height:100%;object-fit:cover}
.comment-write-body{flex:1;display:flex;flex-direction:column;gap:8px}
.comment-user-badge{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;color:var(--text-dim);padding:2px 0}
.comment-user-badge a{color:var(--accent);text-decoration:none;font-size:.68rem}
.comment-user-badge a:hover{text-decoration:underline}
.comment-name-input{background:var(--input-bg);border:1px solid var(--border-sub);border-radius:8px;padding:8px 12px;color:var(--text);font-family:'Montserrat',sans-serif;font-size:.8rem;outline:none;width:100%;transition:border .2s;box-sizing:border-box}
.comment-name-input:focus{border-color:rgba(232,86,10,.4)}
.comment-textarea-wrap{position:relative;display:flex;flex-direction:column;gap:8px}
.comment-textarea{flex:1;background:var(--card);border:1px solid var(--border-sub);border-radius:10px;padding:10px 12px;color:var(--text);font-family:'Montserrat',sans-serif;font-size:.84rem;resize:none;outline:none;transition:border .2s;min-height:44px;max-height:120px;line-height:1.5;box-sizing:border-box;width:100%}
.comment-textarea:focus{border-color:rgba(232,86,10,.4)}
.comment-toolbar{display:grid;grid-template-columns:repeat(5,30px) 1fr;gap:4px;align-items:center}
.comment-tool-btn{width:30px;height:30px;border:none;background:transparent;color:var(--text-muted);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;font-family:'Montserrat',sans-serif;font-size:.82rem}
.comment-tool-btn:hover{background:var(--card);color:var(--text)}
.comment-tool-btn strong,.comment-tool-btn em{font-size:.9rem;line-height:1;font-style:normal}
.comment-tool-btn em{font-style:italic}
.comment-send-btn{width:30px;height:30px;border-radius:50%;background:var(--accent);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:background .2s,transform .15s}
.comment-send-btn:hover{background:var(--accent2);transform:translateY(-1px)}
.comment-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.comment-bubble-text a{color:var(--accent);text-decoration:none}
.comment-bubble-text a:hover{text-decoration:underline}
.comment-inline-img{display:block;max-width:100%;border-radius:10px;margin:8px 0;border:1px solid var(--border-sub)}
.card-comm-text .comment-inline-img{max-width:220px;border-radius:8px}
@media(max-width:560px){.comment-item{grid-template-columns:1fr}.comment-react{display:none}.comments-header{padding:0 14px}.comments-title-txt::after{left:14px}.comment-write{padding:10px}}
:root[data-theme="light"] .comments-section{box-shadow:0 26px 42px rgba(39,30,20,.12),0 2px 8px rgba(39,30,20,.08)}
/* ── Бегущая строка (ticker) ─────────────────────────────────────────── */
.news-ticker{background:var(--accent);color:#fff;height:34px;display:none;flex-direction:row;flex-wrap:nowrap;align-items:stretch;position:sticky;top:60px;z-index:190;box-shadow:0 2px 10px rgba(232,86,10,.35)}
.news-ticker-label{flex:0 0 auto;font-size:.55rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:rgba(0,0,0,.22);padding:0 14px;display:flex;align-items:center;white-space:nowrap;gap:5px;border-right:1px solid rgba(255,255,255,.15)}
.news-ticker-wrap{flex:1 1 0;min-width:0;overflow:hidden;height:34px;position:relative}
.news-ticker-track{position:absolute;top:0;left:0;height:34px;white-space:nowrap;line-height:34px}
.news-ticker-item{font-size:.7rem;font-weight:600;padding:0 24px;cursor:pointer;opacity:.92;transition:opacity .15s;display:inline}
.news-ticker-item:hover{opacity:1;text-decoration:underline}
.news-ticker-sep{color:rgba(255,255,255,.4);padding:0 4px;font-size:.75rem}

/* ── Герой-карточка (первая новость крупно) ──────────────────────────── */
.news-hero-card{grid-column:1/-1;display:grid;grid-template-columns:1.1fr 1fr;min-height:280px;border-radius:20px;background:var(--card);border:1px solid var(--border-sub);cursor:pointer;transition:transform .2s,box-shadow .2s;overflow:hidden;margin-bottom:4px;position:relative}
.news-hero-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.news-hero-card-img-wrap{overflow:hidden}
.news-hero-card-img{width:100%;height:100%;object-fit:cover;min-height:280px;display:block;transition:transform .4s}
.news-hero-card:hover .news-hero-card-img{transform:scale(1.04)}
.news-hero-card-body{padding:28px 26px;display:flex;flex-direction:column;justify-content:center;gap:10px}
.news-hero-badge{font-size:.55rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent2);background:var(--tag-bg);border-radius:50px;padding:3px 10px;display:inline-block;align-self:flex-start}
.news-hero-badge-hot{background:rgba(232,86,10,.25);color:var(--accent)}
.news-hero-card-title{font-family:'Bebas Neue',sans-serif;font-size:1.85rem;letter-spacing:.03em;color:var(--text);line-height:1.1;transition:color .2s}
.news-hero-card:hover .news-hero-card-title{color:var(--accent)}
.news-hero-card-text{font-size:.84rem;color:var(--text-dim);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-hero-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.65rem;color:var(--text-muted);margin-top:auto;padding-top:12px;border-top:1px solid var(--border-sub)}
.news-hero-read{color:var(--accent);font-weight:700;font-size:.65rem}
@media(max-width:640px){.news-hero-card{grid-template-columns:1fr}.news-hero-card-img-wrap{height:200px}.news-hero-card-img{min-height:200px}.news-hero-card-title{font-size:1.35rem}.news-hero-card-body{padding:20px 18px}}

/* ── Поиск ───────────────────────────────────────────────────────────── */
.news-search-wrap{position:relative;margin-bottom:16px}
.news-search-input{width:100%;background:var(--card);border:1px solid var(--border-sub);border-radius:50px;padding:10px 44px;color:var(--text);font-family:'Montserrat',sans-serif;font-size:.84rem;outline:none;transition:border .2s,box-shadow .2s}
.news-search-input::placeholder{color:var(--text-muted)}
.news-search-input:focus{border-color:rgba(232,86,10,.5);box-shadow:0 0 0 3px rgba(232,86,10,.07)}
.news-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.9rem;pointer-events:none}
.news-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:var(--card-h);border:1px solid var(--border-sub);color:var(--text-muted);border-radius:50%;width:22px;height:22px;cursor:pointer;font-size:.65rem;display:none;align-items:center;justify-content:center;line-height:1;transition:all .15s}
.news-search-clear:hover{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3);color:#ef4444}
.news-search-clear.visible{display:flex}
.news-search-results{font-size:.72rem;color:var(--text-muted);margin:-8px 0 14px 20px}

/* ── Кнопки шаринга ──────────────────────────────────────────────────── */
.news-share{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--border-sub)}
.share-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:50px;font-size:.68rem;font-weight:700;letter-spacing:.05em;cursor:pointer;border:1px solid var(--border-sub);background:var(--card-h);color:var(--text-dim);text-decoration:none;transition:all .2s;white-space:nowrap;font-family:'Montserrat',sans-serif}
.share-btn:hover{transform:translateY(-1px)}
.share-btn-vk{background:rgba(0,119,255,.1);border-color:rgba(0,119,255,.25);color:#4a90ff}
.share-btn-vk:hover{background:rgba(0,119,255,.2)}
.share-btn-tg{background:rgba(34,158,217,.1);border-color:rgba(34,158,217,.25);color:#29b6f6}
.share-btn-tg:hover{background:rgba(34,158,217,.2)}
.share-btn-copy.copied{color:#4caf50;border-color:rgba(76,175,80,.4);background:rgba(76,175,80,.1)}

/* ══════════════════════════════════════════════════════════════════
   MEDUZA-STYLE FEED  — горизонтальные карточки + группировка по датам
   ══════════════════════════════════════════════════════════════════ */
.mfeed{display:flex;flex-direction:column;gap:0}
.mfeed-date-sep{display:flex;align-items:center;gap:12px;padding:22px 4px 8px;position:sticky;top:86px;z-index:9;background:var(--bg);margin:0 -4px}
.mfeed-date-label{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap}
.mfeed-date-line{flex:1;height:1px;background:var(--border-sub)}
.mfeed-group{display:flex;flex-direction:column}

/* Карточка-элемент ленты */
.mfeed-item{display:flex;align-items:flex-start;gap:14px;padding:13px 10px;border-radius:10px;cursor:pointer;transition:background .15s;position:relative}
.mfeed-item+.mfeed-item{border-top:1px solid var(--border-sub)}
.mfeed-item:hover{background:var(--card-h)}
.mfeed-item.featured{padding:18px 10px}
.mfeed-item.featured+.mfeed-item{border-top:1px solid var(--border-sub)}

/* Текстовый блок */
.mfeed-item-body{flex:1;min-width:0}
.mfeed-item-cat{font-size:.56rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent2);display:block;margin-bottom:5px}
.mfeed-item-title{font-size:.96rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:4px;transition:color .15s}
.mfeed-item:hover .mfeed-item-title{color:var(--accent)}
.mfeed-item.featured .mfeed-item-title{font-size:1.13rem;line-height:1.25}
.mfeed-item-desc{font-size:.81rem;color:var(--text-dim);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:5px}
.mfeed-item-meta{display:flex;align-items:center;gap:8px;font-size:.65rem;color:var(--text-muted);margin-top:5px;flex-wrap:wrap}
.mfeed-item-meta-dot{opacity:.35}
.mfeed-item-rx{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}

/* Превью-изображение (правая сторона) */
.mfeed-item-img{border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--card-h);display:block;width:88px;height:60px;transition:opacity .2s}
.mfeed-item:hover .mfeed-item-img{opacity:.9}
.mfeed-item.featured .mfeed-item-img{width:136px;height:92px}

/* Превью-видео */
.mfeed-item-vid-thumb{width:88px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--card-h);position:relative;display:flex;align-items:center;justify-content:center}
.mfeed-item.featured .mfeed-item-vid-thumb{width:136px;height:92px}
.mfeed-item-vid-thumb video{width:100%;height:100%;object-fit:cover}
.mfeed-item-vid-play{position:absolute;inset:0;background:rgba(0,0,0,.28);display:flex;align-items:center;justify-content:center}
.mfeed-item-vid-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#111;padding-left:2px}

/* Кнопки администратора внутри mfeed-item — в потоке внутри body */
.mfeed-item .news-admin-btns{position:static;margin-bottom:5px;justify-content:flex-start}

/* Адаптив */
@media(max-width:520px){
  .mfeed-item-img{width:70px;height:48px}
  .mfeed-item.featured .mfeed-item-img{width:92px;height:64px}
  .mfeed-item-vid-thumb{width:70px;height:48px}
  .mfeed-item.featured .mfeed-item-vid-thumb{width:92px;height:64px}
  .mfeed-item.featured .mfeed-item-title{font-size:1rem}
  .mfeed-date-sep{top:60px}
}
