.download-page .download-card { max-width: 420px; }
.app-icon-preview {
  width: 88px; height: 88px; border-radius: 22px;
  background: linear-gradient(135deg, #5865f2, #eb459e);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; font-weight: 900; color: #fff;
  box-shadow: 0 0 24px rgba(88, 101, 242, 0.45);
  margin: 0 auto 12px;
}
.download-features { margin: 16px 0; font-size: 0.9rem; color: var(--text-muted, #b5bac1); }
.download-features p { margin: 6px 0; }
.download-btn { display: block; text-align: center; text-decoration: none; margin-top: 8px; }
.download-size { text-align: center; font-size: 0.8rem; color: var(--text-muted, #b5bac1); margin-top: 8px; }
.install-steps { padding-right: 20px; line-height: 1.8; }
.hint { font-size: 0.85rem; color: var(--text-muted, #b5bac1); margin-top: 16px; }

/* Watch theater in text channels */
.watch-theater {
  margin: 0 16px 12px;
  background: var(--bg-secondary);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  overflow: hidden;
}
.watch-theater-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-bottom: 1px solid var(--panel-border);
  gap: 10px; flex-wrap: wrap;
}
.watch-theater-header h4 { margin: 0; font-size: 0.9rem; }
.watch-quality-btns { display: flex; gap: 6px; flex-wrap: wrap; }
.watch-quality-btns button {
  border: 1px solid var(--panel-border);
  background: var(--bg-primary);
  color: var(--text-primary);
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 0.72rem;
  cursor: pointer;
}
.watch-quality-btns button.active {
  border-color: var(--neon);
  background: rgba(88, 101, 242, 0.2);
}
.watch-theater-video {
  min-height: 200px;
  max-height: 420px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.watch-screen-box { width: 100%; position: relative; }
.watch-screen-video {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #000;
}
