body.my-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(116, 198, 157, .18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(216, 237, 223, .8), transparent 28%),
    #edf3ee;
}

.my-page .my-app {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0 28px 56px;
  display: grid;
  grid-template-columns: 300px minmax(0, 870px);
  grid-template-rows: auto 1fr;
  justify-content: center;
  align-items: start;
  gap: 30px;
  background: transparent;
}

.my-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  grid-column: 1 / -1;
  width: calc(100% + 56px);
  margin-left: -28px;
  border-bottom: 1px solid rgba(27, 67, 50, .08);
  background: rgba(237, 243, 238, .9);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}

.my-site-header-inner {
  width: min(1200px, 100%);
  height: 62px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.my-brand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  min-width: max-content;
}

.my-brand-name { font-size: 20px; font-weight: 800; color: #153a2b; letter-spacing: -.02em; }
.my-brand-sub { font-size: 12px; color: #74877c; }
.my-nav { flex: 1; display: flex; justify-content: center; gap: 4px; }
.my-nav a { padding: 8px 12px; border-radius: 10px; font-size: 14px; font-weight: 600; color: #52665b; }
.my-nav a:hover { background: rgba(255, 255, 255, .62); color: #1b4332; }
.my-header-account { padding: 8px 14px; border-radius: 999px; background: #1b4332; color: #fff; font-size: 13px; font-weight: 700; }

.my-page .my-profile-panel {
  position: sticky;
  top: 92px;
  width: 100%;
  margin: 34px 0 0;
  padding: 12px 4px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.my-page .my-top-icons { margin: -6px -6px 14px 0; }
.my-page .my-icon-btn { background: rgba(27, 67, 50, .06); }
.my-page .my-user-flat { padding: 0; }
.my-page .my-flat-greeting { margin-bottom: 6px; font-size: 14px; }
.my-page .my-flat-name { margin-bottom: 8px; font-size: 34px; }
.my-page .my-flat-sub { margin-bottom: 18px; font-size: 14px; line-height: 1.7; }
.my-page .my-flat-cta { padding: 10px 17px; border-radius: 999px; font-size: 14px; }

.my-page .my-content-panel {
  width: 100%;
  min-width: 0;
  margin: 34px 0 0;
  padding: 0;
}

.my-page .my-action-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.my-page .my-action {
  min-height: 112px;
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0 13px;
  border: 0;
  border-bottom: .5px solid rgba(27, 67, 50, .1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background .16s ease;
}

.my-page .my-action + .my-action::before { display: none; }
.my-page .my-action:nth-child(odd) { padding-right: 20px; border-right: .5px solid rgba(27, 67, 50, .1); }
.my-page .my-action:nth-child(even) { padding-left: 20px; }
.my-page .my-action:nth-last-child(-n+2) { border-bottom: 0; }
.my-page .my-action:hover { background: rgba(255, 255, 255, .5); }
.my-page .my-action-icon { grid-row: 1; width: 42px; height: 42px; margin: 0; border-radius: 15px; background: #dceee1; }
.my-page .my-action-main { grid-column: 1 / -1; grid-row: 2; margin-top: 16px; }
.my-page .my-action-label { font-size: 17px; font-weight: 750; color: #1b4332; }
.my-page .my-action-sub { margin-top: 5px; font-size: 13px; line-height: 1.55; color: #718478; }
.my-page .my-action-meta { grid-column: 3; grid-row: 1; margin: 3px 0 0; font-size: 14px; font-weight: 700; color: #2d6a4f; }
.my-page .my-action-chev { display: none; }

.my-page .my-invite-card {
  margin: 14px 0 0;
  padding: 18px 20px;
  border-radius: 22px;
  box-shadow: none;
}

.my-page .my-membership-card { background: linear-gradient(135deg, #1b4332, #2d6a4f); color: #fff; }
.my-page .my-membership-card .my-invite-icon { background: rgba(255, 255, 255, .12); color: #fff; }
.my-page .my-membership-card .my-invite-title { color: #fff; }
.my-page .my-membership-card .my-invite-sub { color: rgba(255, 255, 255, .74); }
.my-page .my-membership-card .my-action-chev { display: flex; color: rgba(255, 255, 255, .76); }
.my-page .my-redeem-card {
  padding: 16px 2px;
  border-radius: 0;
  border-bottom: .5px solid rgba(27, 67, 50, .1);
  background: transparent;
}

.my-tools-section,
.my-version-section,
.my-page .about-collapse {
  margin-top: 22px !important;
  padding: 20px 0 0 !important;
  border: 0 !important;
  border-top: .5px solid rgba(27, 67, 50, .12) !important;
  border-radius: 0;
  background: transparent;
}

.my-tools-section > div:first-child,
.my-version-section > div:first-child { margin-bottom: 12px !important; }
.my-tools-section > div:first-child > div:first-child,
.my-version-section > div:first-child > div:first-child { font-size: 15px !important; font-weight: 750; color: #1b4332 !important; }
.my-tools-section > div:first-child > div:last-child,
.my-version-section > div:first-child > div:last-child { display: none; }
.my-tools-section > div:last-child { grid-template-columns: 1fr; gap: 0 !important; }
.my-tools-section a { min-height: 62px; padding: 14px 2px !important; border-bottom: .5px solid rgba(27, 67, 50, .09); border-radius: 0 !important; background: transparent !important; color: #315441 !important; }
.my-tools-section a:last-child { border-bottom: 0; }
.my-tools-section a:hover { background: rgba(255, 255, 255, .4) !important; }
.my-version-section > div:last-child > div:nth-child(n+4) { display: none; }
.my-version-section > div:last-child { gap: 12px !important; font-size: 13px !important; }
.my-page .about-collapse { margin-bottom: 0; }
.my-page .about-summary { min-height: 44px; padding: 0; }
.my-page .about-collapse-body { padding: 16px 0 0; }
.my-page .about-team-row { display: none; }
.my-page .about-legal-list { margin-top: 14px; }
.my-page #logout-section { margin-top: 20px !important; }
.my-page #logout-section button { border: 0 !important; border-radius: 999px !important; background: rgba(192, 57, 43, .07) !important; }
.my-page .my-footer { margin: 24px 0 0; font-size: 12px; color: #809187; text-align: center; }

@media (min-width: 1024px) {
  .my-page .tabbar { display: none !important; }
  .my-page .my-app { padding-bottom: 56px; }
}

@media (max-width: 900px) {
  .my-page .my-app { display: block; padding: 0 18px 96px; }
  .my-site-header { width: calc(100% + 36px); margin-left: -18px; }
  .my-nav { display: none; }
  .my-site-header-inner { padding: 0 18px; }
  .my-header-account { margin-left: auto; }
  .my-page .my-profile-panel { position: static; max-width: 720px; margin: 24px auto 0; }
  .my-page .my-content-panel { max-width: 720px; margin: 8px auto 0; }
  .my-tools-section > div:last-child { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .my-page .my-app { padding: 0 14px 96px; }
  .my-site-header { width: calc(100% + 28px); margin-left: -14px; }
  .my-site-header-inner { height: 54px; padding: 0 16px; }
  .my-brand-name { font-size: 19px; }
  .my-header-account { display: none; }
  .my-page .my-profile-panel { margin-top: 16px; padding: 8px 4px; border-radius: 0; box-shadow: none; }
  .my-page .my-top-icons { display: none; }
  .my-page .my-flat-name { font-size: 30px; }
  .my-page .my-content-panel { margin-top: 6px; }
  .my-page .my-action-list { grid-template-columns: 1fr; gap: 9px; }
  .my-page .my-action-list { gap: 0; padding: 0 16px; border-radius: 22px; }
  .my-page .my-action { min-height: 0; padding: 16px 0; border-radius: 0; box-shadow: none; }
  .my-page .my-action:nth-child(odd), .my-page .my-action:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .my-page .my-action:nth-last-child(2) { border-bottom: .5px solid rgba(27, 67, 50, .1); }
  .my-page .my-action:last-child { border-bottom: 0; }
  .my-page .my-action-main { margin-top: 12px; }
  .my-page .my-action-label { font-size: 16px; }
  .my-page .my-invite-card { margin-top: 10px; padding: 16px; border-radius: 20px; }
  .my-tools-section, .my-version-section, .my-page .about-collapse { margin-top: 18px !important; padding: 18px 0 0 !important; border-radius: 0; }
  .my-version-section > div:last-child > div:nth-child(n+3) { display: none; }
  .my-page .my-footer { margin-bottom: 8px; }
}

@media (max-width: 390px) {
  .my-brand-sub { display: none; }
}
