/**
 * Enterprise portfolio analytics — Netlify member-detail stats screen
 */
.ww-ea {
  --ink: #262525;
  --ink-2: #5f5b63;
  --ink-3: #8b8790;
  --plum: #874390;
  --plum-d: #703777;
  --plum-bg: #f5f0f6;
  --line: #e7e4ea;
  --paper: #fff;
  --font: 'Roboto', 'Malgun Gothic', Arial, sans-serif;
  --font-head: 'Poppins', 'Malgun Gothic', Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  padding: 0 0 64px;
}

body.ww-ea-open .ww-ea-hide {
  display: none !important;
}

body.ww-ea-open .site-footer,
body.ww-ea-open .footer-main-section,
body.ww-ea-open .ww-footer-modern,
body.ww-ea-open #colophon {
  display: none !important;
}

body.admin-bar .ww-ea__head {
  top: 96px;
}

.ww-ea__head-inner,
.ww-ea__body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.ww-ea__vhead {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ww-ea__back {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-2);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex: none;
}

.ww-ea__back:hover {
  background: var(--plum-bg);
}

.ww-ea__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.ww-ea__verified {
  width: 16px;
  height: 16px;
}

.ww-ea__pro {
  background: var(--ink);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.8px;
  padding: 3px 8px;
}

.ww-ea__role,
.ww-ea__sub {
  color: var(--ink-2);
  font-size: 12.5px;
}

.ww-ea__sub {
  margin: 11px 0 0 52px;
}

.ww-ea__period {
  display: flex;
  gap: 8px;
  margin: 16px 0 4px 52px;
}

.ww-ea__pill,
.ww-ea__spill {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-2);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 999px;
  cursor: pointer;
}

.ww-ea__pill.on,
.ww-ea__spill.on {
  background: var(--plum);
  border-color: var(--plum);
  color: #fff;
}

.ww-ea__card {
  background: #fff;
  border: 1px solid var(--line);
  margin-top: 16px;
  overflow: hidden;
}

.ww-ea__sec {
  padding: 20px 24px 22px;
  scroll-margin-top: 150px;
}

.ww-ea__sec + .ww-ea__sec {
  border-top: 1px solid var(--line);
}

.ww-ea__sechead {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.ww-ea__ic {
  width: 16px;
  height: 16px;
  color: var(--plum);
  align-self: center;
  flex: none;
  overflow: visible;
}

.ww-ea svg {
  max-width: 24px;
}

.ww-ea__secttl {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
}

.ww-ea__secnum {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.6px;
}

.ww-ea__secall {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--plum);
  background: var(--plum-bg);
  padding: 3px 9px;
  border-radius: 999px;
}

.ww-ea__secnote {
  margin-left: auto;
  color: var(--ink-3);
  font-size: 11.5px;
}

.ww-ea__chart {
  width: 100%;
  height: auto;
  max-height: 212px;
  display: block;
  margin-top: 12px;
}

.ww-ea__grid {
  stroke: var(--line);
  stroke-width: 1;
}

.ww-ea__ax {
  fill: var(--ink-3);
  font-size: 10px;
  font-family: var(--font);
}

.ww-ea__line {
  fill: none;
  stroke: var(--plum);
  stroke-width: 2.4;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.ww-ea__dot {
  fill: var(--plum);
}

.ww-ea__rank {
  margin-top: 12px;
}

.ww-ea__rrow {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 10px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid #f4f2f9;
}

.ww-ea__rrow:hover {
  background: var(--plum-bg);
}

.ww-ea__rnum {
  width: 22px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--ink-3);
}

.ww-ea__rthumb {
  width: 44px;
  height: 44px;
  flex: none;
  background: #2f2b33;
}

.ww-ea__rmeta {
  flex: 1;
  min-width: 0;
}

.ww-ea__rname {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ww-ea__rsub {
  color: var(--ink-3);
  font-size: 11.5px;
}

.ww-ea__rvals {
  display: flex;
  gap: 18px;
  text-align: right;
}

.ww-ea__rv b {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
}

.ww-ea__rv span {
  color: var(--ink-3);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ww-ea__rchev {
  width: 15px;
  height: 15px;
  color: #c8b8dd;
}

.ww-ea__georow {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 0;
}

.ww-ea__gname {
  width: 160px;
  flex: none;
  font-size: 13px;
  font-weight: 600;
}

.ww-ea__gname em {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: var(--ink-3);
}

.ww-ea__gbarwrap {
  flex: 1;
  height: 9px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.ww-ea__gbar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--plum), var(--plum-d));
  border-radius: 999px;
}

.ww-ea__gval {
  width: 80px;
  text-align: right;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
}

.ww-ea__gval em {
  font-style: normal;
  font-weight: 400;
  font-size: 11.5px;
  color: var(--ink-3);
  margin-left: 5px;
}

.ww-ea__unit {
  color: var(--ink-3);
  font-size: 11.5px;
  margin-top: 8px;
}

.ww-ea__ratio {
  display: flex;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  margin: 9px 0;
}

.ww-ea__rm {
  background: var(--plum);
}

.ww-ea__ra {
  background: var(--line);
}

.ww-ea__rleg {
  display: flex;
  gap: 18px;
  font-size: 12px;
  color: var(--ink-2);
  flex-wrap: wrap;
}

.ww-ea__rleg i {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
}

.ww-ea__rleg i.m {
  background: var(--plum);
}

.ww-ea__rleg i.a {
  background: var(--line);
}

.ww-ea__rleg b {
  color: var(--ink);
}

.ww-ea__aggr {
  color: var(--ink-3);
  font-size: 11.5px;
  margin: 10px 0 14px;
}

.ww-ea__subhead {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 13px;
}

.ww-ea__subhead span {
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink-3);
  font-size: 11.5px;
}

.ww-ea__audtools {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin: 14px 0 2px;
}

.ww-ea__audsearch {
  flex: 1;
  min-width: 170px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  padding: 8px 12px;
}

.ww-ea__audsearch svg,
.ww-ea__search-ic {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px !important;
  display: block;
  color: var(--ink-3);
  overflow: visible;
}

.ww-ea__audsearch input {
  border: none;
  outline: none;
  font: inherit;
  font-size: 12.5px;
  flex: 1;
  min-width: 0;
  width: auto;
}

.ww-ea__export svg {
  width: 14px !important;
  height: 14px !important;
  flex: none;
  display: block;
}

.ww-ea__export,
.ww-ea__showmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-2);
  font: inherit;
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 13px;
  cursor: pointer;
}

.ww-ea__showmore {
  width: 100%;
  margin-top: 12px;
  color: var(--plum);
  font-size: 12.5px;
  padding: 11px;
}

.ww-ea__mrow {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0;
  border-top: 1px solid #f4f2f9;
}

.ww-ea__ma {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #874390;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.ww-ea__mn {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
}

.ww-ea__mco {
  color: var(--ink-3);
  font-size: 11.5px;
}

.ww-ea__eng {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 10.5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef2ec;
  color: #2e7d5b;
}

.ww-ea__city {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 10.5px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--plum-bg);
  color: var(--plum);
}

.ww-ea__mt {
  color: var(--ink-3);
  font-size: 11.5px;
  margin-left: auto;
}

.ww-ea__empty {
  padding: 22px 4px;
  color: var(--ink-3);
  font-size: 12.5px;
  text-align: center;
}

.ww-ea--project .ww-ea__title {
  font-size: 20px;
}

.ww-ea__by {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.ww-ea__creator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--ink-2);
}

.ww-ea__vh-av {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}

.ww-ea__dot {
  color: #c8ccd8;
}

.ww-ea__collab {
  display: flex;
  align-items: center;
}

.ww-ea__ca {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--paper);
  object-fit: cover;
  flex: none;
}

.ww-ea__ca + .ww-ea__ca {
  margin-left: -7px;
}

.ww-ea--project .ww-ea__sub {
  margin-left: 52px;
}

@media (max-width: 640px) {
  .ww-ea__sub,
  .ww-ea__period {
    margin-left: 0;
  }
  .ww-ea__gname {
    width: 110px;
  }
  .ww-ea__rvals .ww-ea__rv:first-child {
    display: none;
  }
  .ww-ea__mt {
    display: none;
  }
  .ww-ea--project .ww-ea__sub {
    margin-left: 0;
  }
}
