/* ====================================================
   Arms — Page Réseaux
   ==================================================== */

.network-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.network-top { display: flex; align-items: center; gap: 14px; }
.network-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.network-icon svg { width: 22px; height: 22px; }
.network-card h3 { font-size: 17px; }
.network-card p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.network-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

/* couleurs par plateforme (juste l'icône, pour garder la cohérence rouge/noir globale) */
.plat-twitch   { background: rgba(145,70,255,0.12); color: #b18bff; }
.plat-youtube  { background: rgba(255,60,60,0.12); color: #ff6b6b; }
.plat-discord  { background: rgba(88,101,242,0.12); color: #8b95ff; }
.plat-x        { background: rgba(255,255,255,0.08); color: #e8e8ec; }
.plat-instagram{ background: rgba(225,48,108,0.12); color: #ff7eb0; }
.plat-tiktok   { background: rgba(255,255,255,0.08); color: #e8e8ec; }
.plat-spotify  { background: rgba(30,215,96,0.12); color: #3ddc84; }
.plat-github   { background: rgba(255,255,255,0.08); color: #e8e8ec; }
