.hub-dossier {
  background: linear-gradient(120deg, rgba(0,255,136,.025), var(--hub-surface));
  border: 1px solid var(--hub-border);
  border-top: 2px solid rgba(0,255,136,.22);
  border-radius: 4px;
  margin-bottom: 36px;
  padding: 30px;
}
.hub-dossier-top { align-items: center; display: flex; gap: 26px; }
.hub-dossier-avatar {
  border: 2px solid rgba(0,255,136,.2);
  border-radius: 50%;
  height: 92px;
  object-fit: cover;
  width: 92px;
}
.hub-dossier-info { flex: 1; min-width: 0; }
.hub-dossier-name { color: var(--hub-bright); font: 700 29px/1.2 var(--hub-display); margin-top: 2px; }
.hub-dossier-name span { color: #595959; font-family: var(--hub-mono); font-size: 17px; font-weight: 400; }
.hub-dossier-tagline { color: #525252; font-size: 13px; margin-top: 8px; }
.hub-dossier-links { display: flex; gap: 19px; margin-top: 13px; }
.hub-dossier-links a { color: #525252; font-size: 12px; text-decoration: none; }
.hub-dossier-links a:hover { color: rgba(0,255,136,.55); }
.hub-badge { border: 1px solid #202020; border-radius: 2px; color: #424242; font-size: 11px; letter-spacing: 2px; padding: 5px 12px; }
.hub-stats { border-top: 1px solid #151515; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 25px; padding-top: 22px; }
.hub-stats > div { display: grid; text-align: center; }
.hub-stats > div + div { border-left: 1px solid #151515; }
.hub-stats strong { color: rgba(0,255,136,.6); font-size: 27px; line-height: 1.2; }
.hub-stats strong span { font-size: 14px; }
.hub-stats small { color: #3c3c3c; font-size: 11px; letter-spacing: 1px; margin-top: 5px; }
.hub-section { margin-bottom: 38px; }
.hub-section h2 { align-items: center; color: #494949; display: flex; font-size: 12px; font-weight: 500; gap: 15px; letter-spacing: 2px; margin-bottom: 19px; }
.hub-section h2::after { background: #151515; content: ''; flex: 1; height: 1px; }
.hub-bio { max-width: 78ch; }
.hub-bio p { color: #6b6b6b; font-size: 16px; line-height: 1.9; margin-bottom: 15px; }
.hub-tags { display: flex; flex-wrap: wrap; gap: 11px; }
.hub-tag { border: 1px solid #202020; border-radius: 3px; color: #4d4d4d; font-size: 12px; letter-spacing: .3px; padding: 7px 14px; }
.hub-tag-primary { border-color: rgba(0,255,136,.14); color: rgba(0,255,136,.46); }
.hub-assets { display: grid; gap: 6px; grid-template-columns: 1fr 1fr; }
.hub-asset {
  align-items: center;
  background: var(--hub-surface-2);
  border: 1px solid var(--hub-border);
  border-radius: 3px;
  color: #474747;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 15px 18px;
  text-decoration: none;
}
.hub-asset:hover { border-color: #292929; }
.hub-asset small { color: #404040; font-size: 11px; letter-spacing: 1px; }
.hub-asset-tech { background: #09110a; border-color: rgba(0,255,136,.1); }
.hub-asset-tech small { color: rgba(0,255,136,.43); }
.hub-asset-games { background: #090a12; border-color: rgba(68,136,255,.1); }
.hub-asset-games small { color: rgba(68,136,255,.28); }
