.mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  justify-self: end;
  position: relative;
  z-index: 2100;
}

.mobile-actions .mobile-menu-wrap {
  justify-self: auto;
}

.mobile-profile-btn {
  appearance: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(244,178,74,0.16);
  border-radius: 19px;
  background:
    radial-gradient(circle at 30% 0%, rgba(244,178,74,0.18), transparent 44%),
    rgba(255,255,255,0.08);
  color: #fff8ea;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease;
}

.mobile-profile-btn:active {
  transform: scale(0.96);
  filter: brightness(1.08);
  border-color: rgba(244,178,74,0.34);
}

.mobile-profile-avatar-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 10%, rgba(255,255,255,0.26), transparent 36%),
    rgba(244,178,74,0.16);
  border: 1px solid rgba(244,178,74,0.24);
  color: #fff8ea;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

body.profile-screen-open header,
body:has(#profileSection:not(.hidden)) header {
  display: none !important;
}

body.profile-screen-open .footer,
body:has(#profileSection:not(.hidden)) .footer {
  display: none !important;
}

body.profile-screen-open main.wrap,
body:has(#profileSection:not(.hidden)) main.wrap {
  padding-top: calc(env(safe-area-inset-top) + 8px);
}

.profile-shell {
  width: 100%;
  max-width: 760px;
  margin: 14px auto 52px;
  color: var(--text);
}

.profile-cover {
  position: relative;
  min-height: 260px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2,4,3,0.04) 0%, rgba(2,4,3,0.28) 42%, rgba(2,4,3,0.88) 100%),
    radial-gradient(circle at 78% 24%, rgba(244,178,74,0.22), transparent 32%),
    url("../../img/gold-lake-bg.webp") center / cover no-repeat;
  border: 1px solid rgba(244,178,74,0.18);
  box-shadow:
    0 20px 58px rgba(0,0,0,0.44),
    0 0 42px rgba(244,178,74,0.10),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.profile-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(2,4,3,0.38) 58%, rgba(2,4,3,0.88) 100%);
  pointer-events: none;
}

.profile-gear-btn {
  appearance: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(244,178,74,0.18);
  border-radius: 17px;
  background: rgba(8,12,10,0.58);
  color: #fff8ea;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    0 12px 30px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: 0.22s ease;
}

.profile-gear-btn:active {
  transform: scale(0.96);
}

.profile-main-card {
  position: relative;
  z-index: 2;
  margin: -72px 14px 0;
  padding: 0 16px 18px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)),
    rgba(14, 21, 18, 0.86);
  border: 1px solid rgba(244,178,74,0.16);
  box-shadow:
    0 18px 48px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
}

.profile-main-card.profile-saved-pulse {
  animation: profileSavedPulse 0.7s ease;
}

@keyframes profileSavedPulse {
  0% {
    transform: scale(1);
    box-shadow:
      0 18px 48px rgba(0,0,0,0.38),
      inset 0 1px 0 rgba(255,255,255,0.08);
  }

  42% {
    transform: scale(1.012);
    box-shadow:
      0 20px 56px rgba(0,0,0,0.42),
      0 0 0 4px rgba(244,178,74,0.12),
      0 0 38px rgba(244,178,74,0.20),
      inset 0 1px 0 rgba(255,255,255,0.10);
  }

  100% {
    transform: scale(1);
    box-shadow:
      0 18px 48px rgba(0,0,0,0.38),
      inset 0 1px 0 rgba(255,255,255,0.08);
  }
}

.profile-avatar-wrap {
  position: relative;
  width: 116px;
  height: 116px;
  margin: -48px auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 10%, rgba(255,255,255,0.30), transparent 36%),
    linear-gradient(135deg, var(--gold), var(--gold2));
  border: 4px solid rgba(10,15,13,0.98);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.42),
    0 0 0 1px rgba(244,178,74,0.28),
    0 0 34px rgba(244,178,74,0.18);
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.profile-avatar-wrap:active {
  transform: scale(0.97);
  filter: brightness(1.05);
}

.profile-avatar-wrap::after {
  content: "＋";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1b1004;
  font-size: 20px;
  font-weight: 900;
  border: 3px solid rgba(10,15,13,0.98);
  box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}

.profile-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar-fallback {
  color: #1b1004;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.profile-avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.profile-name {
  margin: 0;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 800 !important;
  text-shadow: 0 12px 34px rgba(0,0,0,0.38);
}

.profile-status {
  margin: 7px auto 16px;
  color: rgba(255,248,234,0.66);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.profile-stat {
  min-height: 64px;
  padding: 10px 6px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(244,178,74,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.profile-stat-label {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,248,234,0.48);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.profile-stat strong {
  display: block;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.profile-content-card,
.profile-menu-card {
  margin: 14px 0 0;
  padding: 16px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.070), rgba(255,255,255,0.032)),
    rgba(14, 21, 18, 0.80);
  border: 1px solid rgba(244,178,74,0.14);
  box-shadow:
    0 15px 40px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.profile-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.profile-card-head h3 {
  margin: 0;
  color: #fff8ea;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.35px;
  font-weight: 800;
}

.profile-card-head button {
  appearance: none;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(244,178,74,0.16);
  border-radius: 15px;
  background:
    radial-gradient(circle at 20% 0%, rgba(244,178,74,0.14), transparent 48%),
    rgba(255,255,255,0.06);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease;
}

.profile-card-head button:active {
  transform: scale(0.96);
  filter: brightness(1.08);
  border-color: rgba(244,178,74,0.28);
}

.profile-report-grid,
.profile-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.profile-report-card,
.profile-photo-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 19px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(244,178,74,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.profile-report-card:active,
.profile-photo-card:active {
  transform: scale(0.98);
  filter: brightness(1.06);
  border-color: rgba(244,178,74,0.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 10px 24px rgba(0,0,0,0.24);
}

.profile-report-img,
.profile-photo-img {
  height: 92px;
  background-size: cover;
  background-position: center;
}

.profile-photo-img img,
.profile-report-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-report-img-1 {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,0.32)),
    url("../../img/gold-lake-bg.webp");
}

.profile-report-img-2 {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,0.32)),
    url("../../img/narach-bg.webp");
}

.profile-report-img-3 {
  background-image:
    linear-gradient(180deg, transparent, rgba(0,0,0,0.32)),
    url("../../img/gold-lake-bg.webp");
  background-position: center bottom;
}

.profile-report-card p,
.profile-photo-card p {
  min-height: 38px;
  margin: 9px 9px 7px;
  color: rgba(255,248,234,0.76);
  font-size: 11px;
  line-height: 1.22;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-report-meta,
.profile-photo-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 9px 9px;
  color: rgba(255,248,234,0.46);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.profile-photo-remove,
.profile-report-remove {
  appearance: none;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: #151511;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.profile-photo-remove:active,
.profile-report-remove:active {
  transform: scale(0.92);
  filter: brightness(0.94);
}

.profile-empty-state {
  padding: 18px 14px;
  border: 1px dashed rgba(244,178,74,0.18);
  border-radius: 22px;
  background: rgba(255,255,255,0.035);
  color: rgba(255,248,234,0.62);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.profile-menu-card {
  display: grid;
  gap: 9px;
}

.profile-menu-card button {
  appearance: none;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(244,178,74,0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.052);
  color: #fff8ea;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.profile-menu-card button:active {
  transform: scale(0.985);
  filter: brightness(1.06);
  border-color: rgba(244,178,74,0.22);
  background: rgba(255,255,255,0.074);
}

.profile-menu-card b {
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.profile-settings-modal {
  position: relative;
  max-width: 560px;
  background:
    radial-gradient(circle at 10% 0%, rgba(244,178,74,0.15), transparent 36%),
    rgba(14, 20, 18, 0.97);
  border-color: rgba(244,178,74,0.16);
}

.profile-settings-close {
  appearance: none;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244,178,74,0.14);
  border-radius: 15px;
  background: rgba(255,255,255,0.06);
  color: #fff8ea;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.profile-settings-close:active {
  transform: scale(0.94);
  filter: brightness(1.08);
}

.profile-settings-subtitle {
  margin: -4px 0 16px;
  color: rgba(255,248,234,0.64);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.profile-settings-avatar-action {
  appearance: none;
  width: 100%;
  min-height: 54px;
  margin: 0 0 10px;
  padding: 0 14px;
  border: 1px solid rgba(244,178,74,0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.04);
  color: #fff8ea;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition:
    transform 0.18s ease,
    filter 0.18s ease,
    border-color 0.18s ease;
}

.profile-settings-avatar-action:active {
  transform: scale(0.985);
  filter: brightness(1.06);
  border-color: rgba(244,178,74,0.30);
}

.profile-settings-avatar-action span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(244,178,74,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-settings-avatar-action strong {
  font-size: 14px;
  font-weight: 800;
}

.profile-settings-modal textarea {
  min-height: 96px;
}

.profile-settings-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.profile-settings-actions .red {
  grid-column: 1 / -1;
}

.profile-photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding:
    calc(env(safe-area-inset-top) + 14px)
    14px
    calc(env(safe-area-inset-bottom) + 18px);
  background:
    radial-gradient(circle at 50% 0%, rgba(244,178,74,0.14), transparent 38%),
    rgba(1, 3, 3, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.profile-photo-viewer.open {
  display: flex;
}

.profile-photo-viewer-sheet {
  position: relative;
  width: min(100%, 820px);
  max-height: 92dvh;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.030)),
    rgba(10, 15, 13, 0.92);
  border: 1px solid rgba(244,178,74,0.16);
  box-shadow:
    0 26px 80px rgba(0,0,0,0.58),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.profile-photo-viewer-close {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244,178,74,0.18);
  border-radius: 16px;
  background: rgba(8,12,10,0.66);
  color: #fff8ea;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.profile-photo-viewer-close:active {
  transform: scale(0.94);
}

.profile-photo-viewer-image-wrap {
  width: 100%;
  max-height: 68dvh;
  min-height: 260px;
  background: rgba(0,0,0,0.34);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-photo-viewer-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 68dvh;
  display: block;
  object-fit: contain;
}

.profile-photo-viewer-info {
  padding: 15px 16px 17px;
}

.profile-photo-viewer-author {
  margin: 0 0 5px;
  color: #fff8ea;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.profile-photo-viewer-caption {
  margin: 0;
  color: rgba(255,248,234,0.66);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.profile-photo-viewer-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
}

.profile-photo-viewer-actions button {
  appearance: none;
  flex: 1;
  min-height: 42px;
  border: 1px solid rgba(244,178,74,0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.065);
  color: #fff8ea;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.profile-photo-viewer-actions button:active {
  transform: scale(0.97);
}

.profile-photo-viewer-actions .profile-photo-viewer-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1b1004;
  border-color: rgba(244,178,74,0.32);
}

.profile-upload-hint {
  margin: 9px 0 0;
  color: rgba(255,248,234,0.48);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.error-line {
  color: #ff9b9b !important;
}

@media (max-width: 900px) {
  body.profile-screen-open,
  body:has(#profileSection:not(.hidden)) {
    padding-top: 0;
  }

  body.profile-screen-open main.wrap,
  body:has(#profileSection:not(.hidden)) main.wrap {
    width: min(92%, 760px);
    padding-top: calc(env(safe-area-inset-top) + 10px);
  }

  body.profile-screen-open .profile-shell,
  body:has(#profileSection:not(.hidden)) .profile-shell {
    margin-top: 0;
    margin-bottom: 42px;
  }

  body.profile-screen-open .profile-cover,
  body:has(#profileSection:not(.hidden)) .profile-cover {
    border-radius: 32px 32px 30px 30px;
  }

  .profile-shell {
    margin: 5px auto 44px;
  }

  .profile-cover {
    min-height: 240px;
    border-radius: 32px;
  }

  .profile-main-card {
    margin: -68px 10px 0;
    padding: 0 14px 16px;
    border-radius: 30px;
  }

  .profile-avatar-wrap {
    width: 112px;
    height: 112px;
    margin-top: -46px;
  }

  .profile-content-card,
  .profile-menu-card {
    margin-top: 12px;
  }

  .profile-photo-viewer-sheet {
    border-radius: 26px;
  }
}

@media (max-width: 520px) {
  .mobile-actions {
    gap: 9px;
  }

  .mobile-profile-btn {
    width: 48px;
    height: 48px;
    border-radius: 19px;
  }

  body.profile-screen-open main.wrap,
  body:has(#profileSection:not(.hidden)) main.wrap {
    width: 92%;
    padding-top: calc(env(safe-area-inset-top) + 8px);
  }

  .profile-shell {
    margin: 4px auto 42px;
  }

  body.profile-screen-open .profile-shell,
  body:has(#profileSection:not(.hidden)) .profile-shell {
    margin-top: 0;
  }

  .profile-cover {
    min-height: 222px;
    border-radius: 30px;
  }

  .profile-gear-btn {
    top: 13px;
    right: 13px;
    width: 42px;
    height: 42px;
    border-radius: 16px;
  }

  .profile-main-card {
    margin: -62px 8px 0;
    padding: 0 12px 15px;
    border-radius: 28px;
  }

  .profile-avatar-wrap {
    width: 104px;
    height: 104px;
    margin: -43px auto 10px;
  }

  .profile-avatar-fallback {
    font-size: 42px;
  }

  .profile-name {
    font-size: 29px;
  }

  .profile-status {
    margin-bottom: 14px;
    font-size: 13.5px;
  }

  .profile-stats {
    gap: 7px;
  }

  .profile-stat {
    min-height: 59px;
    padding: 9px 4px;
    border-radius: 16px;
  }

  .profile-stat-label {
    font-size: 9px;
  }

  .profile-stat strong {
    font-size: 16px;
  }

  .profile-content-card,
  .profile-menu-card {
    padding: 14px;
    border-radius: 26px;
  }

  .profile-report-grid,
  .profile-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .profile-report-img,
  .profile-photo-img {
    height: 112px;
  }

  .profile-report-card p,
  .profile-photo-card p {
    margin: 8px 8px 6px;
    font-size: 10.5px;
  }

  .profile-report-meta,
  .profile-photo-meta {
    padding: 0 8px 8px;
  }

  .profile-settings-modal {
    padding: 24px 18px 20px;
  }

  .profile-settings-actions {
    grid-template-columns: 1fr;
  }

  .profile-photo-viewer {
    padding:
      calc(env(safe-area-inset-top) + 10px)
      10px
      calc(env(safe-area-inset-bottom) + 12px);
  }

  .profile-photo-viewer-sheet {
    width: 100%;
    max-height: 92dvh;
    border-radius: 24px;
  }

  .profile-photo-viewer-image-wrap {
    min-height: 280px;
    max-height: 62dvh;
  }

  .profile-photo-viewer-image-wrap img {
    max-height: 62dvh;
  }

  .profile-photo-viewer-info {
    padding: 14px;
  }

  .profile-photo-viewer-author {
    font-size: 17px;
  }

  .profile-photo-viewer-actions {
    flex-direction: column;
  }

  .profile-photo-viewer-actions button {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 380px) {
  .mobile-actions {
    gap: 8px;
  }

  .mobile-profile-btn {
    width: 46px;
    height: 46px;
    border-radius: 18px;
  }

  .mobile-profile-avatar-icon {
    width: 29px;
    height: 29px;
    font-size: 17px;
  }

  .profile-cover {
    min-height: 205px;
  }

  .profile-main-card {
    margin-top: -58px;
  }

  .profile-avatar-wrap {
    width: 96px;
    height: 96px;
  }

  .profile-name {
    font-size: 26px;
  }

  .profile-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-stat {
    min-height: 54px;
  }

  .profile-report-grid,
  .profile-photo-grid {
    gap: 8px;
  }

  .profile-report-img,
  .profile-photo-img {
    height: 98px;
  }

  .profile-photo-viewer-image-wrap {
    min-height: 240px;
  }
}
```
