/**
 * Prime Store v249.4 — compact account dropdown for the public header.
 * Loaded after the legacy v148 header styles so this file only refines the
 * authenticated profile menu without changing the rest of the public site.
 */
.public-account-panel-v2494 {
  width: 306px;
  padding: 9px;
  border-radius: 18px;
  overflow: hidden;
}

.public-profile-dropdown-v148 .public-account-summary-v2494 {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  padding: 7px !important;
  border-radius: 13px;
  color: #101b2f !important;
  background: linear-gradient(135deg, #f7f9fc, #fff);
}
.public-profile-dropdown-v148 .public-account-summary-v2494:hover {
  background: #f2f6fb;
  color: #071a2f !important;
}
.public-account-avatar-v2494 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #0b1f36;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.02em;
  box-shadow: 0 8px 18px rgba(7, 26, 47, .14);
}
.public-account-identity-v2494 {
  min-width: 0;
}
.public-account-identity-v2494 b,
.public-account-identity-v2494 small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-account-identity-v2494 b {
  font-size: 13px;
  line-height: 1.25;
  color: #111827;
}
.public-account-identity-v2494 small {
  margin-top: 2px;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 700;
  color: #748096;
}
.public-account-summary-v2494 em {
  align-self: start;
  padding: 4px 6px;
  border-radius: 999px;
  background: #edf3f9;
  color: #5c687b;
  font-size: 8.5px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.public-account-stats-v2494 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 8px 0;
  border: 1px solid #e7edf4;
  border-radius: 13px;
  background: #f8fafc;
  overflow: hidden;
}
.public-profile-dropdown-v148 .public-account-stats-v2494 a {
  display: flex !important;
  min-width: 0;
  min-height: 52px;
  padding: 7px 3px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 0;
  color: #263246 !important;
  text-align: center;
}
.public-profile-dropdown-v148 .public-account-stats-v2494 a + a {
  border-left: 1px solid #e7edf4;
}
.public-profile-dropdown-v148 .public-account-stats-v2494 a:hover {
  background: #eef4fa;
  color: #071a2f !important;
}
.public-account-stats-v2494 b {
  font-size: 16px;
  line-height: 1;
  color: #071a2f;
}
.public-account-stats-v2494 span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9.5px;
  line-height: 1.1;
  font-weight: 800;
  color: #718096;
}

.public-profile-dropdown-v148 .public-account-primary-v2494 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 0 12px !important;
  border-radius: 12px;
  background: linear-gradient(135deg, #071a2f, #143a5f);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(7, 26, 47, .14);
}
.public-profile-dropdown-v148 .public-account-primary-v2494:hover {
  background: linear-gradient(135deg, #0b213b, #19486f);
  color: #fff !important;
  transform: translateY(-1px);
}
.public-account-primary-v2494 b {
  font-size: 14px;
}

.public-account-links-v2494 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 7px;
}
.public-profile-dropdown-v148 .public-account-links-v2494 a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 31px;
  padding: 0 4px !important;
  border-radius: 9px;
  color: #536176 !important;
  font-size: 10px;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}
.public-profile-dropdown-v148 .public-account-links-v2494 a:hover {
  background: #f1f5f9;
  color: #071a2f !important;
}

.public-account-footer-v2494 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  margin-top: 6px;
  padding: 6px 5px 0;
  border-top: 1px solid #edf1f6;
}
.public-account-footer-v2494 > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #778397;
  font-size: 9.5px;
  font-weight: 800;
  white-space: nowrap;
}
.public-account-footer-v2494 > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21b67a;
  box-shadow: 0 0 0 3px rgba(33, 182, 122, .12);
}
.public-account-footer-v2494 form {
  margin: 0;
}
.public-profile-dropdown-v148 .public-account-footer-v2494 .public-profile-logout-v148 {
  min-height: 28px;
  padding: 0 7px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #cf243d !important;
  font-size: 10.5px;
  font-weight: 900;
  cursor: pointer;
}
.public-profile-dropdown-v148 .public-account-footer-v2494 .public-profile-logout-v148:hover {
  background: #fff0f2 !important;
  color: #a51124 !important;
}

.public-account-panel-v2494 a:focus-visible,
.public-account-panel-v2494 button:focus-visible {
  outline: 3px solid rgba(255, 45, 84, .24);
  outline-offset: 2px;
}

@media (max-width: 1050px) {
  .public-account-panel-v2494 {
    width: 100%;
    padding: 8px;
    border-radius: 14px;
  }
  .public-account-summary-v2494 em {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .public-profile-dropdown-v148 .public-account-summary-v2494 {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 52px;
  }
  .public-account-avatar-v2494 {
    width: 38px;
    height: 38px;
  }
  .public-account-summary-v2494 em {
    display: none;
  }
  .public-profile-dropdown-v148 .public-account-stats-v2494 a {
    min-height: 48px;
  }
  .public-account-stats-v2494 b {
    font-size: 15px;
  }
  .public-account-stats-v2494 span {
    font-size: 9px;
  }
  .public-account-footer-v2494 > span {
    font-size: 9px;
  }
}
