
[data-theme="dark"] .tgme_widget_message,[data-theme="dark"] .tgme_widget_message_wrap{background:var(--bg-card) !important;}
[data-theme="dark"] .tgme_widget_message_text{color:var(--text-main) !important;}
[data-theme="dark"] .tgme_widget_message_footer,[data-theme="dark"] .tgme_widget_message_date,[data-theme="dark"] .tgme_widget_message_views,[data-theme="dark"] .tgme_widget_message_admin{color:var(--text-muted) !important;}
[data-theme="dark"] .tgme_widget_message_bubble,[data-theme="dark"] .tgme_widget_message{background:var(--bg-card) !important;box-shadow:var(--shadow-sm) !important;}
[data-theme="dark"] .tgme_widget_message_link_preview_title{color:var(--text-main) !important;}
[data-theme="dark"] .tgme_widget_message_link_preview_description,[data-theme="dark"] .tgme_widget_message_poll_type,[data-theme="dark"] .tgme_widget_message_forwarded_from_name{color:var(--text-muted) !important;}
.live-page-container{max-width:840px;margin:0 auto;padding:8px 16px 48px;width:100%;box-sizing:border-box;}
.live-hero{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;margin:18px 0;box-shadow:var(--shadow-sm);display:flex;gap:18px;align-items:center;}
.live-hero-avatar{width:84px;height:84px;border-radius:50%;background-size:cover;background-position:center;background-color:var(--bg-hover);flex-shrink:0;border:1px solid var(--border-color);}
.live-hero-info{min-width:0;}
.live-hero-info h1{margin:0 0 4px;font-size:22px;font-weight:800;word-break:break-word;}
.live-hero-info .desc{margin:0;color:var(--text-muted);font-size:14px;}
.live-hero-stats{display:flex;gap:16px;margin-top:10px;font-size:13px;color:var(--text-muted);flex-wrap:wrap;}
.live-feed-head{display:flex;align-items:baseline;justify-content:space-between;margin:18px 4px 10px;}
.live-feed-head h2{margin:0;font-size:15px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;}
.live-feed-head .live-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);}
.live-feed-head .live-badge::before{content:'';width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:livePulse 2s infinite;}
@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.6);}70%{box-shadow:0 0 0 8px rgba(34,197,94,0);}100%{box-shadow:0 0 0 0 rgba(34,197,94,0);}}
.tgme_channel_history{padding:10px 12px;background:var(--bg-body);border-radius:var(--radius-lg);}
.tgme_widget_message_wrap{margin:0 0 12px !important;}
.tgme_widget_message{border-radius:12px !important;overflow:hidden;box-shadow:var(--shadow-sm);}
#live-sentinel{height:1px;}
#live-loadmore{display:block;margin:24px auto;padding:12px 28px;border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-main);font-weight:600;cursor:pointer;font-family:inherit;font-size:14px;}
#live-loadmore:hover{background:var(--bg-hover);}
#live-loadmore:disabled{opacity:.6;}
.live-empty{text-align:center;padding:48px 16px;color:var(--text-muted);}
.live-error{background:#FEF2F2;border:1px solid #FECACA;color:#B91C1C;padding:16px;border-radius:var(--radius-md);margin:18px 0;}
.post-page-container{max-width:760px;margin:0 auto;padding:8px 16px 48px;width:100%;box-sizing:border-box;}
@media (max-width:600px){
  .live-hero{flex-direction:column;text-align:center;padding:18px;gap:14px;}
  .live-hero-info h1{font-size:19px;}
  .live-page-container,.post-page-container{padding:8px 12px 40px;max-width:100% !important;width:100% !important;}
}
