/* [project]/components/portal-home/PortalHome.module.css [app-client] (css) */
.PortalHome-module__k22lWG__site {
  --berry: #6a1f45;
  --berry-dark: #501632;
  --pink: #ef5270;
  --pink-soft: #fff1f5;
  --plum: #2c212a;
  --muted: #7d6d76;
  --line: #eadde3;
  --green: #18ad65;
  --gold: #d6a010;
  min-height: 100vh;
  color: var(--plum);
  background: #fff;
}

.PortalHome-module__k22lWG__header {
  background: #fffafb;
  border-bottom: 1px solid #eee5e9;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 10px clamp(20px, 5vw, 72px);
  display: flex;
}

.PortalHome-module__k22lWG__topNav {
  align-items: center;
  gap: 28px;
  display: flex;
}

.PortalHome-module__k22lWG__topNav a {
  color: #35282f;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.PortalHome-module__k22lWG__topNav .PortalHome-module__k22lWG__joinTop {
  color: #fff;
  background: var(--berry);
  border-radius: 999px;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
}

.PortalHome-module__k22lWG__subnav {
  background: #fff;
  border-bottom: 1px solid #eee5e9;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
}

.PortalHome-module__k22lWG__subnav > div:first-child {
  align-items: baseline;
  gap: 10px;
  display: flex;
}

.PortalHome-module__k22lWG__subnav strong {
  color: var(--berry);
  font-size: .86rem;
}

.PortalHome-module__k22lWG__subnav span {
  color: #8a7981;
  font-size: .76rem;
}

.PortalHome-module__k22lWG__subnavLinks {
  gap: 18px;
  display: flex;
}

.PortalHome-module__k22lWG__subnavLinks a {
  color: #76666e;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.PortalHome-module__k22lWG__portalLayout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  width: min(1500px, 100% - 40px);
  margin: 28px auto 54px;
  display: grid;
}

.PortalHome-module__k22lWG__sidebar {
  gap: 16px;
  display: grid;
  position: sticky;
  top: 18px;
}

.PortalHome-module__k22lWG__searchPanel, .PortalHome-module__k22lWG__onlineBox, .PortalHome-module__k22lWG__safetyBox {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px #4e273a0d;
}

.PortalHome-module__k22lWG__searchPanel {
  gap: 14px;
  padding: 18px;
  display: grid;
}

.PortalHome-module__k22lWG__panelHeading {
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
  display: flex;
}

.PortalHome-module__k22lWG__panelHeading > span {
  color: #fff;
  background: var(--pink);
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.PortalHome-module__k22lWG__panelHeading div {
  gap: 2px;
  display: grid;
}

.PortalHome-module__k22lWG__panelHeading strong {
  font-size: 1rem;
}

.PortalHome-module__k22lWG__panelHeading small {
  color: var(--muted);
  font-size: .68rem;
}

.PortalHome-module__k22lWG__searchPanel label {
  color: #514049;
  gap: 6px;
  font-size: .76rem;
  font-weight: 800;
  display: grid;
}

.PortalHome-module__k22lWG__searchPanel select {
  color: #372a31;
  background: #fff;
  border: 1px solid #ddced5;
  border-radius: 8px;
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
}

.PortalHome-module__k22lWG__ageGrid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.PortalHome-module__k22lWG__check {
  align-items: center;
  grid-template-columns: 18px 1fr !important;
  gap: 9px !important;
  font-weight: 700 !important;
}

.PortalHome-module__k22lWG__check input {
  width: 16px;
  height: 16px;
}

.PortalHome-module__k22lWG__showProfiles {
  color: #fff;
  background: var(--berry);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.PortalHome-module__k22lWG__reset {
  color: #8d7480;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 3px 0;
  font-size: .74rem;
  font-weight: 750;
}

.PortalHome-module__k22lWG__onlineBox, .PortalHome-module__k22lWG__safetyBox {
  padding: 17px 18px;
}

.PortalHome-module__k22lWG__onlineBox {
  gap: 9px;
  display: grid;
}

.PortalHome-module__k22lWG__onlineBox strong, .PortalHome-module__k22lWG__safetyBox strong {
  font-size: .9rem;
}

.PortalHome-module__k22lWG__onlineBox p {
  color: #71616a;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: .76rem;
  display: flex;
}

.PortalHome-module__k22lWG__onlineBox i, .PortalHome-module__k22lWG__goldMini, .PortalHome-module__k22lWG__greenMini {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.PortalHome-module__k22lWG__onlineBox i, .PortalHome-module__k22lWG__greenMini {
  background: var(--green);
}

.PortalHome-module__k22lWG__goldMini {
  background: var(--gold);
}

.PortalHome-module__k22lWG__safetyBox {
  background: #fff9f3;
  gap: 8px;
  display: grid;
}

.PortalHome-module__k22lWG__safetyBox > span {
  color: var(--pink);
  font-size: 1.5rem;
}

.PortalHome-module__k22lWG__safetyBox p {
  color: #796b63;
  margin: 0;
  font-size: .73rem;
  line-height: 1.55;
}

.PortalHome-module__k22lWG__mainColumn {
  gap: 22px;
  min-width: 0;
  display: grid;
}

.PortalHome-module__k22lWG__welcome {
  background: radial-gradient(circle at 85% 30%, #ef52701f, #0000 29%), linear-gradient(135deg, #fff8fa, #fff);
  border: 1px solid #f0dfe6;
  border-radius: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 190px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
}

.PortalHome-module__k22lWG__kicker, .PortalHome-module__k22lWG__sectionHeading span {
  color: var(--pink);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
}

.PortalHome-module__k22lWG__welcome h1 {
  letter-spacing: -.045em;
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.PortalHome-module__k22lWG__welcome p {
  max-width: 760px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

.PortalHome-module__k22lWG__welcome > a {
  color: #fff;
  background: var(--berry);
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 20px;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
  display: inline-flex;
}

.PortalHome-module__k22lWG__newSection, .PortalHome-module__k22lWG__membersSection {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 24px;
}

.PortalHome-module__k22lWG__sectionHeading {
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 20px;
  display: flex;
}

.PortalHome-module__k22lWG__sectionHeading h2 {
  margin: 4px 0 0;
  font-size: 1.65rem;
}

.PortalHome-module__k22lWG__sectionHeading small {
  color: var(--muted);
  font-size: .76rem;
}

.PortalHome-module__k22lWG__deckArea {
  background: radial-gradient(circle at 50% 48%, #ef52701f, #0000 34%), linear-gradient(#fff8fa, #fff);
  border-radius: 14px;
  place-items: center;
  min-height: 410px;
  display: grid;
  overflow: hidden;
}

.PortalHome-module__k22lWG__deck {
  width: min(560px, 100%);
  height: 390px;
  position: relative;
}

.PortalHome-module__k22lWG__deckCard {
  width: 230px;
  height: 330px;
  color: inherit;
  transform-origin: 50% 94%;
  background: #fff;
  border: 3px solid;
  border-radius: 25px;
  grid-template-rows: 190px auto;
  margin-left: -115px;
  padding: 14px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: grid;
  position: absolute;
  top: 25px;
  left: 50%;
  box-shadow: 0 20px 44px #56273c24;
}

.PortalHome-module__k22lWG__deckCard:hover {
  box-shadow: 0 28px 58px #56273c33;
  z-index: 20 !important;
}

.PortalHome-module__k22lWG__deckCard img {
  object-fit: cover;
  border-radius: 17px;
  width: 100%;
  height: 190px;
}

.PortalHome-module__k22lWG__deckCard > div {
  text-align: center;
  gap: 4px;
  padding: 11px 4px 0;
  display: grid;
}

.PortalHome-module__k22lWG__deckCard span {
  color: var(--muted);
  font-size: .74rem;
}

.PortalHome-module__k22lWG__deckCard small {
  margin-top: 4px;
  font-size: .7rem;
  font-weight: 850;
}

.PortalHome-module__k22lWG__deck0 {
  z-index: 5;
  transform: translate(25px)rotate(2deg);
}

.PortalHome-module__k22lWG__deck1 {
  z-index: 4;
  transform: translate(-42px, 15px)rotate(-8deg);
}

.PortalHome-module__k22lWG__deck2 {
  z-index: 3;
  transform: translate(-105px, 38px)rotate(-15deg);
}

.PortalHome-module__k22lWG__deck3 {
  z-index: 2;
  transform: translate(94px, 40px)rotate(11deg);
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__verified {
  border-color: var(--gold);
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__subscriber {
  border-color: var(--green);
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__standard {
  border-color: var(--pink);
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__verified small {
  color: #987000;
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__subscriber small {
  color: #087a43;
}

.PortalHome-module__k22lWG__deckCard.PortalHome-module__k22lWG__standard small {
  color: #ac304d;
}

.PortalHome-module__k22lWG__noNew {
  color: var(--muted);
  justify-items: center;
  gap: 12px;
  display: grid;
}

.PortalHome-module__k22lWG__noNew a {
  color: var(--berry);
  font-weight: 800;
}

.PortalHome-module__k22lWG__memberGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.PortalHome-module__k22lWG__memberCard {
  min-width: 0;
  color: inherit;
  background: #fff;
  border: 1px solid #e7dce1;
  border-radius: 14px;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  overflow: hidden;
}

.PortalHome-module__k22lWG__memberCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px #4b28381c;
}

.PortalHome-module__k22lWG__memberPhoto {
  aspect-ratio: 4 / 4.5;
  background: #f4edf0;
  position: relative;
  overflow: hidden;
}

.PortalHome-module__k22lWG__memberPhoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.PortalHome-module__k22lWG__onlineBadge {
  color: #0c7441;
  background: #effff6f2;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  font-size: .65rem;
  font-weight: 850;
  display: inline-flex;
  position: absolute;
  bottom: 9px;
  left: 9px;
}

.PortalHome-module__k22lWG__onlineBadge i {
  background: var(--green);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.PortalHome-module__k22lWG__memberTitle {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.PortalHome-module__k22lWG__memberTitle strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  font-size: 1.02rem;
  overflow: hidden;
}

.PortalHome-module__k22lWG__memberStatusDot {
  border-radius: 50%;
  flex: none;
  width: 10px;
  height: 10px;
}

.PortalHome-module__k22lWG__memberStatusDot.PortalHome-module__k22lWG__verified {
  background: var(--gold);
}

.PortalHome-module__k22lWG__memberStatusDot.PortalHome-module__k22lWG__subscriber {
  background: var(--green);
}

.PortalHome-module__k22lWG__memberStatusDot.PortalHome-module__k22lWG__standard {
  background: var(--pink);
}

.PortalHome-module__k22lWG__memberInfo p {
  color: var(--muted);
  margin: 5px 0 9px;
  font-size: .72rem;
}

.PortalHome-module__k22lWG__statusPill {
  border-radius: 999px;
  padding: 5px 8px;
  font-size: .65rem;
  font-weight: 850;
  display: inline-flex;
}

.PortalHome-module__k22lWG__statusPill.PortalHome-module__k22lWG__verified {
  color: #8c6700;
  background: #fff2c5;
}

.PortalHome-module__k22lWG__statusPill.PortalHome-module__k22lWG__subscriber {
  color: #087c43;
  background: #ddf8e9;
}

.PortalHome-module__k22lWG__statusPill.PortalHome-module__k22lWG__standard {
  color: #a82f4b;
  background: #ffe4eb;
}

.PortalHome-module__k22lWG__memberInfo > small {
  color: #756870;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: .7rem;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.PortalHome-module__k22lWG__emptyResults {
  min-height: 180px;
  color: var(--muted);
  place-content: center;
  justify-items: center;
  gap: 12px;
  display: grid;
}

.PortalHome-module__k22lWG__emptyResults button {
  color: #fff;
  background: var(--berry);
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
}

.PortalHome-module__k22lWG__footer {
  color: #82727a;
  background: #fffafb;
  border-top: 1px solid #eee5e9;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 90px;
  padding: 20px clamp(20px, 5vw, 72px);
  display: flex;
}

.PortalHome-module__k22lWG__footer > div {
  gap: 3px;
  display: grid;
}

.PortalHome-module__k22lWG__footer strong {
  color: var(--berry);
}

.PortalHome-module__k22lWG__footer span, .PortalHome-module__k22lWG__footer p {
  margin: 0;
  font-size: .74rem;
}

@media (max-width: 1180px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .PortalHome-module__k22lWG__portalLayout {
    grid-template-columns: 1fr;
  }

  .PortalHome-module__k22lWG__sidebar {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .PortalHome-module__k22lWG__searchPanel {
    grid-row: span 2;
  }

  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__header {
    align-items: flex-start;
  }

  .PortalHome-module__k22lWG__brand img {
    width: 150px;
  }

  .PortalHome-module__k22lWG__topNav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }

  .PortalHome-module__k22lWG__topNav > a:not(.PortalHome-module__k22lWG__joinTop), .PortalHome-module__k22lWG__subnav {
    display: none;
  }

  .PortalHome-module__k22lWG__portalLayout {
    width: min(100% - 22px, 1500px);
    margin-top: 14px;
  }

  .PortalHome-module__k22lWG__sidebar, .PortalHome-module__k22lWG__welcome {
    grid-template-columns: 1fr;
  }

  .PortalHome-module__k22lWG__newSection, .PortalHome-module__k22lWG__membersSection {
    padding: 15px;
  }

  .PortalHome-module__k22lWG__sectionHeading {
    flex-direction: column;
    align-items: start;
  }

  .PortalHome-module__k22lWG__deckArea {
    min-height: 370px;
  }

  .PortalHome-module__k22lWG__deck {
    width: 330px;
    height: 350px;
  }

  .PortalHome-module__k22lWG__deckCard {
    grid-template-rows: 170px auto;
    width: 205px;
    height: 305px;
    margin-left: -102px;
  }

  .PortalHome-module__k22lWG__deckCard img {
    height: 170px;
  }

  .PortalHome-module__k22lWG__deck0 {
    transform: translate(10px)rotate(2deg);
  }

  .PortalHome-module__k22lWG__deck1 {
    transform: translate(-25px, 14px)rotate(-8deg);
  }

  .PortalHome-module__k22lWG__deck2 {
    transform: translate(-50px, 32px)rotate(-14deg);
  }

  .PortalHome-module__k22lWG__deck3 {
    transform: translate(48px, 34px)rotate(10deg);
  }

  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .PortalHome-module__k22lWG__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: 1fr;
  }
}

.PortalHome-module__k22lWG__newSection {
  display: block;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
  text-align: center;
  margin-bottom: 18px;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
  text-align: center;
  margin-top: 8px;
  display: block;
}

.PortalHome-module__k22lWG__deckArea {
  place-items: center;
  min-height: 430px;
  display: grid;
}

.PortalHome-module__k22lWG__deck {
  width: min(620px, 100%);
  margin: 0 auto;
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
    align-items: center;
  }

  .PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
    max-width: none;
  }

  .PortalHome-module__k22lWG__deck {
    width: 330px;
  }
}

.PortalHome-module__k22lWG__newSection {
  grid-template-columns: minmax(230px, .75fr) minmax(560px, 1.25fr) !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 26px 28px !important;
  display: grid !important;
  overflow: visible !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
  min-height: 360px;
  text-align: center !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  display: flex !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading > div {
  justify-items: center !important;
  gap: 5px !important;
  display: grid !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading h2 {
  margin: 5px 0 0 !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
  max-width: 190px;
  line-height: 1.5;
  text-align: center !important;
  margin-top: 14px !important;
}

.PortalHome-module__k22lWG__deckArea {
  justify-content: flex-end !important;
  align-items: center !important;
  min-height: 470px !important;
  padding: 20px 50px 34px 0 !important;
  display: flex !important;
  overflow: visible !important;
}

.PortalHome-module__k22lWG__deck {
  flex: 0 0 620px !important;
  width: 620px !important;
  height: 420px !important;
  margin: 0 !important;
  overflow: visible !important;
}

.PortalHome-module__k22lWG__deckCard {
  overflow: visible !important;
}

@media (max-width: 1180px) {
  .PortalHome-module__k22lWG__newSection {
    grid-template-columns: 220px minmax(500px, 1fr) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .PortalHome-module__k22lWG__deckArea {
    padding-right: 24px !important;
  }

  .PortalHome-module__k22lWG__deck {
    flex-basis: 550px !important;
    width: 550px !important;
  }
}

@media (max-width: 920px) {
  .PortalHome-module__k22lWG__newSection {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
    min-height: auto;
    padding: 8px 0 0;
  }

  .PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
    max-width: none;
  }

  .PortalHome-module__k22lWG__deckArea {
    justify-content: center !important;
    padding: 8px 20px 34px !important;
  }
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__deck {
    flex-basis: 340px !important;
    width: 340px !important;
    height: 360px !important;
  }

  .PortalHome-module__k22lWG__deckArea {
    min-height: 390px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.PortalHome-module__k22lWG__middleActions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  display: flex;
}

.PortalHome-module__k22lWG__joinMiddle, .PortalHome-module__k22lWG__signinMiddle {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background .18s;
  display: inline-flex;
}

.PortalHome-module__k22lWG__joinMiddle {
  color: #fff;
  background: #6a1f45;
  min-width: 170px;
  min-height: 54px;
  padding: 0 26px;
  font-size: .94rem;
  box-shadow: 0 12px 28px #6a1f4533;
}

.PortalHome-module__k22lWG__joinMiddle:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px #6a1f4542;
}

.PortalHome-module__k22lWG__signinMiddle {
  color: #6a1f45;
  background: #fff;
  border: 1px solid #dccbd3;
  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;
  font-size: .82rem;
}

.PortalHome-module__k22lWG__signinMiddle:hover {
  background: #fff8fa;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .PortalHome-module__k22lWG__middleActions {
    margin-top: 16px;
  }
}

.PortalHome-module__k22lWG__newSection {
  grid-template-columns: minmax(190px, .72fr) minmax(430px, 1.28fr) !important;
  gap: 12px !important;
  padding: 18px 20px !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
  max-width: 165px !important;
  margin-top: 9px !important;
  font-size: .68rem !important;
}

.PortalHome-module__k22lWG__middleActions {
  gap: 8px !important;
  margin-top: 14px !important;
}

.PortalHome-module__k22lWG__deckArea {
  min-height: 335px !important;
  padding: 12px 42px 22px 0 !important;
  overflow: visible !important;
}

.PortalHome-module__k22lWG__deck {
  flex: 0 0 455px !important;
  width: 455px !important;
  height: 305px !important;
  overflow: visible !important;
}

.PortalHome-module__k22lWG__deckCard {
  border-width: 2px !important;
  border-radius: 20px !important;
  grid-template-rows: 140px auto !important;
  width: 170px !important;
  height: 245px !important;
  margin-left: -85px !important;
  padding: 10px !important;
}

.PortalHome-module__k22lWG__deckCard > div {
  gap: 3px !important;
  padding: 8px 2px 0 !important;
}

.PortalHome-module__k22lWG__deckCard small {
  margin-top: 2px !important;
  font-size: .58rem !important;
}

.PortalHome-module__k22lWG__memberGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 11px !important;
}

@media (max-width: 1180px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .PortalHome-module__k22lWG__newSection {
    grid-template-columns: 180px minmax(400px, 1fr) !important;
  }

  .PortalHome-module__k22lWG__deck {
    flex-basis: 430px !important;
    width: 430px !important;
  }
}

@media (max-width: 920px) {
  .PortalHome-module__k22lWG__newSection {
    grid-template-columns: 1fr !important;
  }

  .PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
    min-height: auto !important;
    padding: 8px 0 !important;
  }

  .PortalHome-module__k22lWG__deckArea {
    justify-content: center !important;
    padding-right: 0 !important;
  }

  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .PortalHome-module__k22lWG__deck {
    flex-basis: 310px !important;
    width: 310px !important;
    height: 285px !important;
  }

  .PortalHome-module__k22lWG__deckCard {
    grid-template-rows: 128px auto !important;
    width: 155px !important;
    height: 228px !important;
    margin-left: -77px !important;
  }

  .PortalHome-module__k22lWG__deckCard img {
    height: 128px !important;
  }

  .PortalHome-module__k22lWG__deck0 {
    transform: translate(8px, 5px)rotate(2deg) !important;
  }

  .PortalHome-module__k22lWG__deck1 {
    transform: translate(-18px, 13px)rotate(-8deg) !important;
  }

  .PortalHome-module__k22lWG__deck2 {
    transform: translate(-38px, 28px)rotate(-14deg) !important;
  }

  .PortalHome-module__k22lWG__deck3 {
    transform: translate(36px, 30px)rotate(10deg) !important;
  }
}

@media (max-width: 420px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: 1fr 1fr !important;
  }
}

.PortalHome-module__k22lWG__membersSection {
  padding: 15px !important;
}

.PortalHome-module__k22lWG__membersSection .PortalHome-module__k22lWG__sectionHeading {
  margin-bottom: 11px !important;
}

.PortalHome-module__k22lWG__membersSection .PortalHome-module__k22lWG__sectionHeading h2 {
  font-size: 1.18rem !important;
}

.PortalHome-module__k22lWG__membersSection .PortalHome-module__k22lWG__sectionHeading span {
  font-size: .52rem !important;
}

.PortalHome-module__k22lWG__membersSection .PortalHome-module__k22lWG__sectionHeading small {
  font-size: .61rem !important;
}

.PortalHome-module__k22lWG__memberGrid {
  gap: 8px !important;
}

.PortalHome-module__k22lWG__memberCard {
  border-radius: 9px !important;
}

.PortalHome-module__k22lWG__memberPhoto {
  aspect-ratio: 4 / 4.05 !important;
}

.PortalHome-module__k22lWG__memberInfo {
  padding: 7px 8px 8px !important;
}

.PortalHome-module__k22lWG__memberTitle strong {
  font-size: .76rem !important;
}

.PortalHome-module__k22lWG__memberStatusDot {
  width: 7px !important;
  height: 7px !important;
}

.PortalHome-module__k22lWG__memberInfo p {
  margin: 3px 0 6px !important;
  font-size: .56rem !important;
}

.PortalHome-module__k22lWG__statusPill {
  padding: 3px 6px !important;
  font-size: .5rem !important;
}

.PortalHome-module__k22lWG__memberInfo > small {
  margin-top: 6px !important;
  font-size: .54rem !important;
  line-height: 1.32 !important;
}

.PortalHome-module__k22lWG__onlineBadge {
  padding: 3px 6px !important;
  font-size: .5rem !important;
  bottom: 6px !important;
  left: 6px !important;
}

.PortalHome-module__k22lWG__newSection {
  padding: 15px 18px !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading {
  min-height: 245px !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading h2 {
  font-size: clamp(1.4rem, 2vw, 1.9rem) !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading span {
  font-size: .52rem !important;
}

.PortalHome-module__k22lWG__newSection > .PortalHome-module__k22lWG__sectionHeading small {
  font-size: .62rem !important;
}

.PortalHome-module__k22lWG__middleActions {
  margin-top: 11px !important;
}

.PortalHome-module__k22lWG__joinMiddle {
  min-width: 118px !important;
  min-height: 38px !important;
  padding: 0 15px !important;
  font-size: .72rem !important;
}

.PortalHome-module__k22lWG__signinMiddle {
  min-width: 78px !important;
  min-height: 31px !important;
  padding: 0 11px !important;
  font-size: .65rem !important;
}

.PortalHome-module__k22lWG__deckArea {
  min-height: 300px !important;
  padding-top: 9px !important;
  padding-bottom: 18px !important;
}

.PortalHome-module__k22lWG__deck {
  flex-basis: 410px !important;
  width: 410px !important;
  height: 276px !important;
}

.PortalHome-module__k22lWG__deckCard {
  border-radius: 18px !important;
  grid-template-rows: 127px auto !important;
  width: 154px !important;
  height: 224px !important;
  margin-left: -77px !important;
  padding: 9px !important;
}

.PortalHome-module__k22lWG__deckCard img {
  border-radius: 12px !important;
  height: 127px !important;
}

.PortalHome-module__k22lWG__deckCard strong {
  font-size: .86rem !important;
}

.PortalHome-module__k22lWG__deckCard span {
  font-size: .57rem !important;
}

.PortalHome-module__k22lWG__deckCard small {
  font-size: .53rem !important;
}

.PortalHome-module__k22lWG__deck0 {
  transform: translate(16px, 6px)rotate(2deg) !important;
}

.PortalHome-module__k22lWG__deck1 {
  transform: translate(-25px, 14px)rotate(-8deg) !important;
}

.PortalHome-module__k22lWG__deck2 {
  transform: translate(-66px, 32px)rotate(-15deg) !important;
}

.PortalHome-module__k22lWG__deck3 {
  transform: translate(62px, 33px)rotate(11deg) !important;
}

@media (max-width: 1180px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1000px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .PortalHome-module__k22lWG__memberGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.PortalHome-module__k22lWG__memberPhoto {
  aspect-ratio: 4 / 3.25 !important;
  overflow: hidden !important;
}

.PortalHome-module__k22lWG__memberPhoto img {
  object-fit: cover !important;
  object-position: center top !important;
  width: 100% !important;
  height: 100% !important;
}

.PortalHome-module__k22lWG__memberInfo {
  padding-top: 10px !important;
}

@media (max-width: 1000px) {
  .PortalHome-module__k22lWG__memberPhoto {
    aspect-ratio: 4 / 3.4 !important;
  }
}

@media (max-width: 560px) {
  .PortalHome-module__k22lWG__memberPhoto {
    aspect-ratio: 4 / 3.55 !important;
  }
}

.PortalHome-module__k22lWG__headerActions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.PortalHome-module__k22lWG__languageSelect select {
  color: #5e4c55;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfd1d7;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 800;
}

.PortalHome-module__k22lWG__headerSignin {
  color: #6a1f45;
  cursor: pointer;
  background: #fff;
  border: 1px solid #decdd5;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  font-size: .8rem;
  font-weight: 850;
}

.PortalHome-module__k22lWG__srOnly {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.PortalHome-module__k22lWG__signinMiddle {
  cursor: pointer;
  border: 1px solid #dccbd3;
}

.PortalHome-module__k22lWG__loginOverlay {
  z-index: 300;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #271a226b;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.PortalHome-module__k22lWG__loginModal {
  background: #fff;
  border: 1px solid #eadde3;
  border-radius: 24px;
  width: min(430px, 100%);
  padding: 32px;
  position: relative;
  box-shadow: 0 28px 90px #41233140;
}

.PortalHome-module__k22lWG__loginClose {
  color: #7b6670;
  cursor: pointer;
  background: #fff7f9;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 1.35rem;
  display: grid;
  position: absolute;
  top: 12px;
  right: 14px;
}

.PortalHome-module__k22lWG__loginHeart {
  color: #ef5270;
  font-size: 1.8rem;
}

.PortalHome-module__k22lWG__loginModal h2 {
  letter-spacing: -.035em;
  margin: 8px 0 5px;
  font-size: 2rem;
}

.PortalHome-module__k22lWG__loginModal > p {
  color: #7d6d76;
  margin: 0 0 20px;
}

.PortalHome-module__k22lWG__loginModal form {
  gap: 14px;
  display: grid;
}

.PortalHome-module__k22lWG__loginModal label {
  color: #4f4048;
  gap: 6px;
  font-size: .8rem;
  font-weight: 850;
  display: grid;
}

.PortalHome-module__k22lWG__loginModal input {
  color: #30252b;
  background: #fff;
  border: 1px solid #ddced5;
  border-radius: 11px;
  outline: none;
  min-height: 46px;
  padding: 0 12px;
}

.PortalHome-module__k22lWG__loginModal input:focus {
  border-color: #a85574;
  box-shadow: 0 0 0 3px #a855741a;
}

.PortalHome-module__k22lWG__loginSubmit {
  color: #fff;
  cursor: pointer;
  background: #6a1f45;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  font-weight: 900;
}

.PortalHome-module__k22lWG__loginSubmit:disabled {
  opacity: .7;
  cursor: wait;
}

.PortalHome-module__k22lWG__loginError {
  color: #972f49;
  background: #fcedf1;
  border-radius: 10px;
  margin: 0;
  padding: 10px 12px;
  font-size: .78rem;
}

.PortalHome-module__k22lWG__loginBottom {
  text-align: center;
  margin-top: 16px;
}

.PortalHome-module__k22lWG__loginBottom a {
  color: #6a1f45;
  font-size: .8rem;
  font-weight: 850;
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__header {
    align-items: center !important;
  }

  .PortalHome-module__k22lWG__headerActions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  .PortalHome-module__k22lWG__languageSelect select, .PortalHome-module__k22lWG__headerSignin {
    min-height: 34px;
    font-size: .7rem;
  }

  .PortalHome-module__k22lWG__joinTop {
    min-height: 36px !important;
    padding: 0 12px !important;
    font-size: .72rem !important;
  }
}

.PortalHome-module__k22lWG__subnav {
  min-height: 52px !important;
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__header {
    min-height: 78px !important;
  }

  .PortalHome-module__k22lWG__brand img {
    width: 170px !important;
    height: 54px !important;
  }
}

.PortalHome-module__k22lWG__header {
  align-items: center !important;
  min-height: 96px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.PortalHome-module__k22lWG__languageSelect {
  align-items: center !important;
  display: inline-flex !important;
}

.PortalHome-module__k22lWG__languageSelect select {
  color: #5c4c55 !important;
  letter-spacing: .01em !important;
  background: #fff !important;
  border: 1px solid #ddcfd5 !important;
  border-radius: 999px !important;
  min-height: 38px !important;
  padding: 0 13px !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  box-shadow: inset 0 1px #ffffffd9 !important;
}

.PortalHome-module__k22lWG__headerSignin {
  color: #6a1f45 !important;
  letter-spacing: -.01em !important;
  background: #fff !important;
  border: 1px solid #d9c6cf !important;
  border-radius: 999px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  font-size: .88rem !important;
  font-weight: 900 !important;
  transition: background .15s, border-color .15s, transform .15s !important;
  box-shadow: 0 2px 10px #5021380a !important;
}

.PortalHome-module__k22lWG__headerSignin:hover {
  background: #fff8fa !important;
  border-color: #cfaebc !important;
  transform: translateY(-1px) !important;
}

.PortalHome-module__k22lWG__joinTop {
  color: #fff !important;
  letter-spacing: -.01em !important;
  background: #6a1f45 !important;
  border: 1px solid #6a1f45 !important;
  border-radius: 999px !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  font-size: .95rem !important;
  font-weight: 900 !important;
  transition: transform .15s, box-shadow .15s, background .15s !important;
  box-shadow: 0 10px 24px #6a1f452e !important;
}

.PortalHome-module__k22lWG__joinTop:hover {
  background: #5b183b !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px #6a1f4538 !important;
}

@media (max-width: 860px) {
  .PortalHome-module__k22lWG__header {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .PortalHome-module__k22lWG__headerActions {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .PortalHome-module__k22lWG__languageSelect select, .PortalHome-module__k22lWG__headerSignin {
    min-height: 36px !important;
  }

  .PortalHome-module__k22lWG__joinTop {
    min-height: 40px !important;
    padding: 0 18px !important;
    font-size: .86rem !important;
  }
}

@media (max-width: 560px) {
  .PortalHome-module__k22lWG__headerActions {
    justify-content: flex-start !important;
    width: 100% !important;
  }
}

.PortalHome-module__k22lWG__header {
  align-items: center !important;
  min-height: 112px !important;
}

.PortalHome-module__k22lWG__brand {
  align-items: center !important;
  display: inline-flex !important;
}

.PortalHome-module__k22lWG__brand img {
  object-fit: contain !important;
  object-position: left center !important;
  width: 360px !important;
  height: 108px !important;
  display: block !important;
}

.PortalHome-module__k22lWG__headerActions {
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: auto !important;
  display: flex !important;
}

.PortalHome-module__k22lWG__languageSelect select {
  min-height: 40px !important;
  padding: 0 13px !important;
}

.PortalHome-module__k22lWG__headerSignin, .PortalHome-module__k22lWG__joinTop {
  text-align: center !important;
  white-space: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 1 !important;
  display: inline-flex !important;
}

.PortalHome-module__k22lWG__headerSignin {
  min-height: 42px !important;
  padding: 0 18px !important;
}

.PortalHome-module__k22lWG__joinTop {
  min-width: 190px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  font-size: .95rem !important;
  font-weight: 900 !important;
}

@media (max-width: 980px) {
  .PortalHome-module__k22lWG__header {
    min-height: 98px !important;
  }

  .PortalHome-module__k22lWG__brand img {
    width: 280px !important;
    height: 86px !important;
  }

  .PortalHome-module__k22lWG__joinTop {
    min-width: 172px !important;
  }
}

@media (max-width: 680px) {
  .PortalHome-module__k22lWG__header {
    min-height: 82px !important;
  }

  .PortalHome-module__k22lWG__brand img {
    width: 210px !important;
    height: 64px !important;
  }

  .PortalHome-module__k22lWG__headerActions {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .PortalHome-module__k22lWG__joinTop {
    min-width: 150px !important;
    min-height: 40px !important;
    font-size: .86rem !important;
  }
}

/*# sourceMappingURL=components_portal-home_PortalHome_module_0ff9ghl.css.map*/