/* ACCESS activity indicator — glass lens in a recessed metal bezel. */
.access-active-led-host{position:relative!important}
.access-active-led{
  position:absolute!important;
  left:auto!important;
  right:var(--access-led-right,10px)!important;
  top:var(--access-led-top,10px)!important;
  bottom:var(--access-led-bottom,auto)!important;
  width:10px!important;
  height:10px!important;
  box-sizing:border-box!important;
  margin:0!important;
  border-radius:50%!important;
  z-index:999!important;
  pointer-events:none!important;
  opacity:0!important;
  transform:none!important;
  /* A brushed charcoal socket, with a lit green lens inside it. */
  border:1px solid #161e19!important;
  background:linear-gradient(145deg,#768078 0%,#303c34 28%,#0c130f 64%,#56645b 100%)!important;
  box-shadow:0 1px 2px #000b,0 -1px 0 #ffffff19,0 0 7px #28e86766!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transition:opacity .18s ease!important;
  animation:none!important;
}
.access-active-led::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:50%;
  background:radial-gradient(ellipse at 38% 30%,#deffe2 0%,#93ffa6 17%,#36eb69 42%,#0bb841 72%,#045523 100%);
  box-shadow:inset 0 1px 1px #e4ffe86b,inset 0 -1px 2px #002a19b3,0 0 5px #38f577a6,0 0 11px #20e86366,0 0 16px #16cd4f29;
}
.access-active-led::after{
  content:"";
  position:absolute;
  left:2px;
  top:2px;
  width:4px;
  height:2px;
  border-radius:50%;
  transform:rotate(-32deg);
  background:linear-gradient(180deg,#f0fff0c4,#ffffff08);
}
.access-active-led.is-active{opacity:1!important;animation:none!important}
/* Inset from the trim, as marked on the public profile and member previews. */
:is(.ap-hero,.ap-profile,.dm-card,.member-card) > .access-active-led{
  --access-led-right:28px;
  --access-led-top:26px;
}
/* Below NEW, centered on its right-hand badge column. */
.newacc-card > .access-active-led{
  --access-led-right:22px;
  --access-led-top:auto;
  --access-led-bottom:11px;
}
@media(prefers-reduced-motion:reduce){.access-active-led{transition:none!important}}
