.SocialIcons_socialIcons__rgGAu {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.SocialIcons_iconLink__CJNR4 {
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.SocialIcons_iconLink__CJNR4:hover {
  opacity: 1;
}

.SocialIcons_iconImage__NH120 {
  filter: brightness(0) invert(1);
}
.Footer_email__V5n10 {
  display: inline-block;
  width: 220px;
  text-align: center;

  text-decoration: none;
  /* transition: font-weight 0.2s ease; */
}

.Footer_footer__4vzqH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 12px;

  padding: 32px 24px;
}

.Footer_email__V5n10:hover {
  font-weight: 600;
}



.Footer_link__wByfM {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: white;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;

  /* This is the property you transition for variable fonts */
  transition: font-variation-settings 0.2s ease-in-out;
}

.Footer_link__wByfM svg {
  /* width: 16px; height: 16px; removed to allow scaling via ems */
  transition: transform 0.2s ease-in-out;
}

.Footer_link__wByfM:hover {
  font-weight: bold;
}

.Footer_leftLink__JL9yp:hover svg {
  transform: translateX(-4px);
}

.Footer_rightLink__87bv0:hover svg {
  transform: translateX(4px);
}
.BackToHome_backToHomeContainer__kpnVu {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.BaseContainer_baseContainer__BB4zN {
  box-sizing: border-box;
  position: relative;

  max-width: 100%;
  width: 410px;

  margin: 20px auto 64px auto;

  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  color: white
}

.BaseContainer_blurStyles__Q5y7l {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid #4a4a4a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.Toast_toastContainer__GruH5 {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 16px;

  opacity: 0;
  top: -128px;
  transition: opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease;

  z-index: 1000;
}

.Toast_toastTop__Dk1u2 {
  top: -128px;
}

.Toast_toastBottom__nVYXz {
  bottom: 0;
  transform: translateY(200%);
}

.Toast_toastContent__5l5Xg {
  display: flex;
  align-items: center;

  cursor: pointer;
  background: #fff;
  color: #363636;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 90%;

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
}
/* LevelCard.module.css */

.LevelCard_levelCard__1qq5L {
  display: flex;
  flex-direction: column;
  /* Align content vertically */
  justify-content: center;
  /* Center content vertically */
  min-height: 64px;
  min-width: 64px;

  /* Padding will be reduced for smaller screens. */
  padding: 16px;

  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  color: white;
  text-decoration: none;
  position: relative;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  text-align: center;
  /* Center standard IDs */
}

.LevelCard_levelCardContent__1AZhK {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

/* For music cards, align content to the start (left) */
.LevelCard_levelCard__1qq5L.LevelCard_isMusic__Qz5MM {
  text-align: left;
}

.LevelCard_levelCard__1qq5L.LevelCard_isMusic__Qz5MM .LevelCard_levelCardContent__1AZhK {
  justify-content: flex-start;
}

/* --- CONTENT STYLES --- */

.LevelCard_cardStandardId__nOCgU {
  font-size: 28px;
  font-weight: bold;
}

.LevelCard_cardDetails__bu7Yg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}

.LevelCard_cardTitle__FxtNu {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;

  overflow: hidden;
  text-overflow: ellipsis;
}

.LevelCard_customLevelCardTitle__c2V0y {
  /* Dimensions */
  width: 100%;
  max-height: 44px;
  /* Matches 2 lines at 22px line-height */

  /* Text Alignment */
  text-align: center;

  /* ELLIPSIS MAGIC (Line Clamp) */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Limits to 2 lines */
  -webkit-box-orient: vertical;
}

@media (max-width: 720px) {
  .LevelCard_customLevelCardTitle__c2V0y {
    -webkit-line-clamp: 2;
  }
}

.LevelCard_cardSubtitle__Mjc5E {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.LevelCard_cardMusicDuration__XH45P {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

/* --- STATES --- */

.LevelCard_levelCard__1qq5L.LevelCard_unlocked__xtiKQ {
  cursor: pointer;
}

.LevelCard_levelCard__1qq5L.LevelCard_unlocked__xtiKQ:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.LevelCard_levelCard__1qq5L.LevelCard_locked__MCodm {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
}


.LevelCard_levelCard__1qq5L.LevelCard_locked__MCodm .LevelCard_cardTitle__FxtNu,
.LevelCard_levelCard__1qq5L.LevelCard_locked__MCodm .LevelCard_cardSubtitle__Mjc5E,
.LevelCard_levelCard__1qq5L.LevelCard_locked__MCodm .LevelCard_cardMusicDuration__XH45P {
  color: rgba(255, 255, 255, 0.7);
}

.LevelCard_lockIcon__7wABO {
  font-size: 24px;
}

.LevelCard_levelCard__1qq5L.LevelCard_unavailable__spJ8u {
  background-color: rgba(0, 0, 0, 0.4);
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

/* --- NEW STAR STYLES --- */

.LevelCard_starRatingContainer__tYzTk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 12px;
  /* Gold color for filled/half-filled stars */
  color: #ffc700;
}

/* --- DELETE BUTTON --- */
.LevelCard_deleteButton__jkjvg {
  margin-top: 12px;
  background-color: rgba(255, 50, 50, 0.2);
  border: 1px solid rgba(255, 50, 50, 0.4);
  color: #ffcccc;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
}

.LevelCard_deleteButton__jkjvg:hover {
  background-color: rgba(255, 50, 50, 0.4);
  color: white;
}

/* --- LOADING STATE --- */

.LevelCard_loading__xY4CM {
  cursor: wait !important;
  opacity: 0.8;
}

.LevelCard_loadingSpinner__q8typ {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-left-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;

  position: absolute;
  top: 6px;
  right: 6px;
}
.SupportPage_title__y8NVF {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0px;
}
