.ares-profile-hero{
  grid-template-columns:minmax(170px,220px) minmax(340px,1fr) minmax(330px,460px)!important;
}

.ares-profile-media{
  min-height:240px!important;
  max-height:300px;
  aspect-ratio:3/4;
  align-self:stretch;
}

.ares-profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  padding:0!important;
  background:var(--ares-color-surface-1,#0c1829)!important;
}

.ares-profile-media img[src^="assets/"],
.ares-profile-media img[src^="images/"],
.ares-profile-media img[src^="media/"]{
  display:block;
}

.ares-profile-context-rail-v28{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
  max-width:640px;
}

.ares-profile-context-chip-v28,
.ares-profile-context-facts-v28{
  min-width:0;
  padding:10px;
  border:1px solid var(--ares-border-subtle,rgba(255,255,255,.08));
  border-radius:8px;
  background:linear-gradient(145deg,rgba(200,149,47,.07),var(--ares-color-surface-1,#0c1829));
}

.ares-profile-context-chip-v28{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  gap:10px;
}

.ares-profile-context-chip-v28 figure{
  position:relative;
  width:44px;
  height:44px;
  margin:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid var(--ares-border-gold,rgba(200,149,47,.32));
  border-radius:8px;
  background:rgba(200,149,47,.1);
  color:var(--ares-color-gold-bright,#f0b444);
  font:700 10px var(--ares-font-mono,monospace);
}

.ares-profile-context-chip-v28 figure img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#fff;
}

.ares-profile-context-chip-v28 figure.has-image b{opacity:0}
.ares-profile-context-chip-v28 small,
.ares-profile-context-facts-v28 span,
.ares-profile-current-signal-v27 span{
  display:block;
  color:var(--ares-color-gold,#c8952f);
  font:8px var(--ares-font-mono,monospace);
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ares-profile-context-chip-v28 strong{
  display:block;
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--ares-color-text,#e5dece);
  font:600 12px var(--ares-font-body,'Syne',sans-serif);
}

.ares-profile-context-facts-v28{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  background:rgba(7,16,31,.42);
}

.ares-profile-context-facts-v28 div{
  min-width:0;
  padding:8px;
  border:1px solid var(--ares-border-subtle,rgba(255,255,255,.07));
  border-radius:6px;
  background:rgba(12,24,41,.72);
}

.ares-profile-context-facts-v28 strong{
  display:block;
  margin-top:5px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--ares-color-text,#e5dece);
  font:11px var(--ares-font-mono,monospace);
}

.ares-profile-club-under-score-v27,
.ares-profile-score-lenses-v27,
.ares-profile-related-v24[hidden]{
  display:none!important;
}

.ares-profile-current-signal-v27{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:16px;
  border:1px solid var(--ares-border-gold,rgba(200,149,47,.28));
  border-radius:10px;
  background:linear-gradient(145deg,rgba(200,149,47,.1),var(--ares-color-surface-1,#0c1829));
}

.ares-profile-current-signal-v27 div{
  padding:12px;
  border:1px solid var(--ares-border-subtle,rgba(255,255,255,.08));
  border-radius:8px;
  background:rgba(7,16,31,.36);
}

.ares-profile-current-signal-v27 strong{
  display:block;
  margin-top:5px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--ares-color-gold-bright,#f0b444);
  font:600 14px var(--ares-font-mono,monospace);
}

.ares-profile-current-signal-v27 p{
  grid-column:1/-1;
  margin:2px 0 0;
  color:var(--ares-color-text-muted,#6e849f);
  font-size:12px;
  line-height:1.6;
}

@media(max-width:1050px){
  .ares-profile-hero{grid-template-columns:minmax(150px,200px) minmax(0,1fr)!important}
  .ares-profile-media{min-height:220px!important;max-height:280px}
  .ares-profile-context-rail-v28{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
  .ares-profile-current-signal-v27{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:690px){
  .ares-profile-hero{grid-template-columns:1fr!important}
  .ares-profile-media{width:min(220px,100%);min-height:220px!important;max-height:260px;justify-self:center;border-right:0!important;border-bottom:1px solid var(--ares-border-subtle,rgba(255,255,255,.06))}
  .ares-profile-context-rail-v28,
  .ares-profile-context-facts-v28,
  .ares-profile-current-signal-v27{grid-template-columns:1fr}
}
