:root {
  --accent-1: #1da1f2;
  --accent-2: #1991da;
  --bg: #0f1419;
  --card-bg: #15202b;
  --text: #e6e9ec;
  --muted: #8899a6;
}
.cap-videos, .cap-video-list {font-family: 'Poppins', system-ui, -apple-system; background:var(--bg); color:var(--text); padding:20px;}
.cap-video-list .video-card {display:flex; gap:16px; background:#192734; padding:12px; border-radius:12px; margin-bottom:16px; align-items:center;}
.cap-video-list .video-card img {width:120px; border-radius:8px;}
.cap-video-list .video-info {flex:1;}
.cap-modal {position:fixed; inset:0; background:rgba(0,0,0,0.6); display:flex; justify-content:center; align-items:center; z-index:99999;}
.cap-modal-inner {background:#15202b; padding:22px; border-radius:12px; width:90%; max-width:520px; color:#e6e9ec;}
.support-btn {background:linear-gradient(90deg,var(--accent-1),var(--accent-2)); color:white; border:none; padding:10px 14px; border-radius:999px; cursor:pointer; font-weight:700;}
input, textarea {width:100%; padding:10px; background:#15202b; border:1px solid #253341; border-radius:8px; color:var(--text); margin-bottom:12px;}
@media (max-width:700px){ .cap-video-list .video-card{flex-direction:column; text-align:center;} .cap-video-list .video-card img{width:60%;} }
