/* More menu — compact NutriGuru glass cards */
.more-menu-screen {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 22px 18px calc(126px + env(safe-area-inset-bottom));
}

.more-menu-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 2px 18px;
}
.more-menu-header h2 {
  margin: 0;
  color: #f8fbfc;
  font-size: clamp(27px, 7vw, 36px);
  line-height: 1;
  letter-spacing: -.045em;
}
.more-menu-header::after {
  content: '';
  width: 42px;
  height: 4px;
  margin-bottom: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b7ff00, #ff9e2f);
  box-shadow: 0 0 16px rgba(183,255,0,.25);
}

.more-profile-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  margin-bottom: 18px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(207,232,239,.18) !important;
  border-radius: 24px !important;
  background: linear-gradient(120deg, rgba(24,47,57,.92), rgba(12,27,37,.84)) !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.more-profile-card::after {
  position: absolute;
  right: -48px;
  bottom: -74px;
  width: 170px;
  height: 170px;
  content: '';
  border-radius: 50%;
  background: rgba(255,158,47,.12);
  filter: blur(10px);
  pointer-events: none;
}
.more-profile-avatar {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(255,216,157,.48);
  border-radius: 19px;
  color: #241506;
  background: linear-gradient(145deg, #ffd080, #ff8a00);
  box-shadow: 0 8px 22px rgba(255,138,0,.24), inset 0 1px 0 rgba(255,255,255,.5);
}
.more-profile-copy { position: relative; z-index: 1; min-width: 0; flex: 1; }
.more-profile-copy p { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.more-profile-copy .more-profile-name { color: #fff; font-size: 17px; font-weight: 850; }
.more-profile-copy .more-profile-email { margin-top: 2px; color: #a9c0ca; font-size: 12px; }
.more-profile-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.more-profile-tags > * { min-height: 24px; padding: 3px 9px !important; border-radius: 999px !important; font-size: 10px !important; }
.more-profile-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(207,232,239,.15);
  border-radius: 13px;
  color: #b9cbd3;
  background: rgba(255,255,255,.055);
}

.more-menu-list { display: grid; gap: 10px; }
.more-menu-item {
  --menu-accent: #7ce8bd;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  gap: 13px;
  padding: 12px 13px;
  overflow: hidden;
  border: 1px solid rgba(207,232,239,.14) !important;
  border-radius: 22px !important;
  color: inherit;
  text-align: left;
  background: linear-gradient(120deg, rgba(18,37,49,.94), rgba(10,24,34,.91)) !important;
  box-shadow: 0 13px 28px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.055) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.more-menu-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  content: '';
  background: var(--menu-accent);
  box-shadow: 0 0 18px var(--menu-accent);
  opacity: .9;
}
.more-menu-item:hover,
.more-menu-item:focus-visible {
  border-color: color-mix(in srgb, var(--menu-accent) 44%, rgba(207,232,239,.22)) !important;
  background: linear-gradient(120deg, color-mix(in srgb, var(--menu-accent) 10%, rgba(18,37,49,.96)), rgba(10,24,34,.95)) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,.28), 0 0 24px color-mix(in srgb, var(--menu-accent) 10%, transparent) !important;
  outline: none;
  transform: translateY(-2px);
}
.more-menu-item:active { transform: scale(.988); }
.more-menu-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--menu-accent) 32%, rgba(207,232,239,.12));
  border-radius: 17px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--menu-accent) 20%, rgba(20,42,54,.9)), rgba(10,27,38,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 7px 16px rgba(0,0,0,.18);
}
.more-menu-icon .topic-icon { display: block; width: 42px !important; height: 42px !important; }
.more-menu-icon > i { color: var(--menu-accent); font-size: 20px; }
.more-menu-copy { position: relative; z-index: 1; min-width: 0; flex: 1; }
.more-menu-title,
.more-menu-sub { display: block; overflow: hidden; text-overflow: ellipsis; }
.more-menu-title { color: #f5fafb; font-size: 15px; font-weight: 820; line-height: 1.22; white-space: nowrap; }
.more-menu-sub { margin-top: 4px; color: #9eb4c0; font-size: 12px; line-height: 1.25; white-space: nowrap; }
.more-menu-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--menu-accent) 30%, rgba(207,232,239,.12));
  border-radius: 12px;
  color: var(--menu-accent);
  background: rgba(255,255,255,.04);
  font-size: 12px;
}

.more-export-card { margin-top: 18px; }
@media (max-width: 520px) {
  .more-menu-screen { padding: 18px 12px calc(122px + env(safe-area-inset-bottom)); }
  .more-menu-item { min-height: 76px; gap: 11px; padding: 10px 11px; border-radius: 19px !important; }
  .more-menu-icon { width: 50px; height: 50px; flex-basis: 50px; border-radius: 15px; }
  .more-menu-icon .topic-icon { width: 38px !important; height: 38px !important; }
  .more-menu-title { font-size: 14px; }
  .more-menu-sub { font-size: 11px; }
  .more-menu-arrow { width: 31px; height: 31px; flex-basis: 31px; }
}
@media (prefers-reduced-motion: reduce) {
  .more-menu-item { transition: none; }
  .more-menu-item:hover, .more-menu-item:focus-visible { transform: none; }
}
