/* My tab v2 — shared with scholarship detail tokens */
:root {
  --ls-safe-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0px));
  --ls-safe-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));
  --navy: #001a3f;
  --navy-900: #001a3f;
  --navy-800: #001a3f;
  --navy-700: #001a3f;
  --muted: #8b93a0;
  --hairline: #e6eaf0;
  --line: #e6eaf0;
  --runspot: #01a75d;
  --label: #7aa2e8;
  --page: #f1f3f6;
  --green-bg: #e5f6ec;
  --green: #1b7a4c;
  --blue-bg: #eaf2ff;
  --blue: #2b62c4;
  --grey-bg: #f1f3f6;
  --grey: #6b7280;
}
.my-v2-body,
.my-v2-body button,
.my-v2-body input,
.my-v2-body select,
.my-v2-body a {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
.my-v2-body {
  margin: 0 auto;
  min-height: 100%;
  background: #dfe3ea;
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
.my-v2-body * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
.my-v2-app {
  width: 100%;
  max-width: 750px;
  min-height: 100dvh;
  height: 100dvh;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.my-v2-hub-top {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: calc(14px + var(--ls-safe-top)) 20px 8px;
  background: #fff;
  position: relative;
  z-index: 50;
  transition: box-shadow .18s ease;
}
.my-v2-hub-top.is-compact {
  box-shadow: 0 5px 13px rgba(0, 26, 63, 0.12);
}
.my-v2-logo { display: block; width: 112px; height: auto; }
.my-v2-bell {
  position: relative;
  display: block;
  margin-left: auto;
  width: 32px;
  height: 32px;
  color: var(--navy);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.my-v2-bell:hover { color: var(--navy); text-decoration: none; }
.my-v2-bell svg { display: block; width: 22px; height: 22px; margin: 5px auto; }
.my-v2-bell-dot {
  position: absolute; top: 4px; right: 5px; width: 8px; height: 8px;
  background: #ef4444; border-radius: 50%; border: 2px solid #fff;
}
.my-v2-scroll {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 20px 20px;
}
.my-v2-hub-scroll { padding-bottom: calc(88px + var(--ls-safe-bottom)); }
.my-v2-profile { display: flex; align-items: center; gap: 12px; padding: 10px 4px 18px; }
.my-v2-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 800; flex-shrink: 0;
}
.my-v2-profile-name { margin: 0; font-size: 18px; font-weight: 800; letter-spacing: -0.03em; }
.my-v2-profile-email { margin: 3px 0 0; font-size: 13px; color: var(--muted); }
.my-v2-auth-loading {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 12px 0 4px;
}
.my-v2-auth-loading[hidden] { display: none; }
.my-v2-spinner {
  width: 28px;
  height: 28px;
  border: 2.5px solid #e6eaf0;
  border-top-color: var(--navy);
  border-radius: 50%;
  animation: my-v2-spin .7s linear infinite;
}
@keyframes my-v2-spin { to { transform: rotate(360deg); } }
.my-v2-login-btn,
.my-v2-body .my-login-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; height: 48px; margin-bottom: 8px;
  border: 1.5px solid #e5e7eb; border-radius: 12px;
  background: #fff; font-size: 15px; font-weight: 650; color: #111827;
  cursor: pointer; font-family: inherit;
}
.my-v2-login-btn img,
.my-v2-body .my-login-btn img { display: block; }
.my-v2-sec {
  margin: 6px 4px 8px;
  font-size: 12px; font-weight: 700; color: #9aa6bb;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.my-v2-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.my-v2-row {
  display: flex; align-items: center; gap: 12px;
  width: 100%; padding: 14px;
  text-align: left; color: var(--navy);
  background: #fff; border: 0; cursor: pointer;
  text-decoration: none; font-family: inherit;
}
.my-v2-body a,
.my-v2-body a:link,
.my-v2-body a:visited,
.my-v2-body a:hover,
.my-v2-body a:focus,
.my-v2-body a:active,
.my-v2-row:hover,
.my-v2-row:focus {
  text-decoration: none;
}
.my-v2-row + .my-v2-row { border-top: 1px solid #f0f2f6; }
.my-v2-row-icon { width: 22px; height: 22px; color: var(--navy); flex-shrink: 0; }
.my-v2-row-icon svg { display: block; width: 22px; height: 22px; }
.my-v2-row-text { flex: 1; min-width: 0; font-size: 15px; font-weight: 650; }
.my-v2-row-meta { font-size: 13px; font-weight: 600; color: var(--muted); margin-right: 2px; }
.my-v2-row-meta[hidden] { display: none; }
.my-v2-row.my-v2-toggle-row { align-items: flex-start; }
.my-v2-sub-scroll { padding-bottom: calc(88px + var(--ls-safe-bottom)); }
.my-v2-inner-scroll { padding-bottom: calc(24px + var(--ls-safe-bottom)); }
.my-v2-chev { width: 16px; height: 16px; color: #c5ccd8; flex-shrink: 0; }
.my-v2-row-danger .my-v2-row-text { color: var(--muted); font-weight: 400; }
.my-v2-row-danger .my-v2-row-icon { color: var(--muted); }
.my-v2-version {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border-radius: 14px;
  background: var(--page); color: var(--muted); font-size: 14px; font-weight: 400;
}
.my-v2-version b { color: var(--muted); font-weight: 400; }
.sb-nav {
  position: sticky; bottom: 0;
  width: 100%; height: calc(64px + var(--ls-safe-bottom));
  padding-bottom: var(--ls-safe-bottom);
  background: #fff; border-top: 1px solid var(--hairline);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr); align-items: stretch;
  z-index: 40;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
}
.sb-nav > a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  min-width: 0; overflow: hidden; padding: 0 2px;
  font-family: inherit;
  font-size: 10px; line-height: 1.2; letter-spacing: normal;
  color: #9aa6bb; font-weight: 650; text-decoration: none;
}
.sb-nav > a:hover, .sb-nav > a:focus { text-decoration: none; color: inherit; }
.sb-nav .is-on { color: var(--navy); }
.sb-nav svg { width: 22px; height: 22px; flex-shrink: 0; }
.sb-nav > a > span {
  display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;
}
.my-v2-sub-top {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: calc(4px + var(--ls-safe-top)) 8px 4px;
  background: #fff;
  position: sticky; top: 0; z-index: 50;
  transition: box-shadow .18s ease;
}
.my-v2-sub-top::after { content: ""; }
.my-v2-sub-top.is-compact {
  box-shadow: 0 5px 13px rgba(0, 26, 63, 0.12);
}
.my-v2-sub-heading {
  grid-column: 2;
  margin: 0;
  max-width: min(280px, 64vw);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(3px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.my-v2-sub-top.is-compact .my-v2-sub-heading {
  opacity: 1;
  transform: none;
}
.my-v2-scroll .my-v2-title,
.my-v2-scroll .my-v2-count,
.my-v2-scroll .my-v2-hint {
  margin-left: 0;
  margin-right: 0;
}
.my-v2-back {
  display: inline-flex; align-items: center; gap: 8px;
  justify-self: start;
  z-index: 1;
  min-height: 44px; padding: 0 12px;
  color: var(--navy); font-size: 15px; font-weight: 400; line-height: 1;
  text-decoration: none; background: none; border: 0; cursor: pointer; font-family: inherit;
}
.my-v2-back img { display: block; width: 7px; height: 12px; flex-shrink: 0; }
.my-v2-title {
  margin: 4px 20px 6px;
  font-size: 24px; font-weight: 700; line-height: 1.22;
  letter-spacing: -0.03em; color: var(--navy);
}
.my-v2-count, .my-v2-hint {
  margin: 0 20px 14px;
  font-size: 13px; color: var(--muted); line-height: 1.4; font-weight: 400;
}
.my-v2-field-label {
  display: block; margin: 0 0 8px;
  font-size: 11px; font-weight: 750; letter-spacing: 0.06em; color: var(--label);
}
.my-v2-input, .my-v2-select {
  width: 100%; height: 48px; padding: 0 14px;
  border: 0; border-radius: 12px; background: #f3f5f8;
  font-size: 16px; color: var(--navy); outline: none; font-family: inherit;
}
.my-v2-help { margin: 8px 0 0; font-size: 12px; color: #9aa6bb; line-height: 1.45; }
.my-v2-save-bar {
  position: sticky; bottom: 0;
  padding: 62px 0 calc(16px + var(--ls-safe-bottom));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 28%);
}
.my-v2-btn-navy {
  width: 100%; height: 46px; border-radius: 10px;
  background: var(--navy); color: #fff; font-size: 14px; font-weight: 500;
  border: 0; cursor: pointer; font-family: inherit;
}
.my-v2-btn-navy:disabled { opacity: 0.38; }
.my-v2-btn-ghost {
  height: 34px; padding: 0 14px; border-radius: 10px;
  border: 1.5px solid #c5d0e0; color: var(--navy);
  font-size: 14px; font-weight: 500; background: #fff; cursor: pointer; font-family: inherit;
}
.my-v2-btn-add {
  width: 100%; height: 48px; border-radius: 12px;
  border: 1.5px dashed #9bb6e0; background: #f3f7ff;
  color: var(--navy); font-size: 15px; font-weight: 750;
  cursor: pointer; font-family: inherit;
}
.my-v2-chips { display: flex; gap: 8px; }
.my-v2-chip {
  flex: 1; height: 42px; border-radius: 12px;
  border: 1px solid #d5dbe6; background: #fff;
  font-size: 14px; font-weight: 700; color: var(--navy);
  cursor: pointer; font-family: inherit;
}
.my-v2-chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.my-v2-list-item { display: flex; align-items: flex-start; gap: 10px; padding: 14px; position: relative; }
.my-v2-list-item + .my-v2-list-item { border-top: 1px solid #f0f2f6; }
.my-v2-list-item.is-page-nav-loading .ls-page-nav-spinner-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.72);
  border-radius: inherit;
}
.ls-page-nav-spinner {
  width: 24px;
  height: 24px;
  border: 2.5px solid #e5e7eb;
  border-top-color: #0199D9;
  border-radius: 50%;
  animation: my-v2-spin 0.7s linear infinite;
}
.my-v2-list-main { flex: 1; min-width: 0; text-decoration: none; color: inherit; }
.my-v2-list-main:hover, .my-v2-list-main:focus { text-decoration: none; color: inherit; }
.my-v2-list-title { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.35; color: var(--navy); }
.my-v2-list-sub { margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.my-v2-school-lines { margin: 6px 0 0; padding: 0; list-style: none; }
.my-v2-school-lines li { font-size: 13px; color: var(--muted); line-height: 1.55; }
.my-v2-st {
  display: inline-block; font-size: 12px; font-weight: 400;
  padding: 3px 8px; border-radius: 999px; line-height: 1;
}
.my-v2-st-open { background: var(--green-bg); color: var(--green); }
.my-v2-st-upcoming { background: var(--blue-bg); color: var(--blue); }
.my-v2-st-closed { background: var(--grey-bg); color: var(--grey); }
.my-v2-x {
  width: 32px; height: 32px; border-radius: 8px; color: #b0b8c6;
  display: grid; place-items: center; flex-shrink: 0;
  background: none; border: 0; cursor: pointer;
}
.my-v2-x svg { width: 14px; height: 14px; }
.my-v2-empty { text-align: center; padding: 36px 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.my-v2-empty h3 { margin: 0 0 8px; font-size: 16px; color: var(--navy); }
.my-v2-empty a {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 14px; height: 46px; padding: 0 20px; border-radius: 10px;
  background: var(--navy); color: #fff; font-size: 14px; font-weight: 500; text-decoration: none;
}
.my-v2-coming {
  margin: 28px 0; padding: 28px 16px; text-align: center;
  border: 1px dashed #c5ccd8; border-radius: 14px;
  color: var(--muted); font-size: 15px; font-weight: 700;
}
.my-v2-switch {
  position: relative; width: 48px; height: 28px; flex-shrink: 0; margin-top: 2px;
  border-radius: 999px; background: #d5dbe6;
}
.my-v2-switch i {
  position: absolute; top: 2px; left: 2px; width: 24px; height: 24px;
  border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2);
  transition: transform .18s ease;
}
.my-v2-switch.is-on { background: var(--navy); }
.my-v2-switch.is-on i { transform: translateX(20px); }
.my-v2-toggle-copy { flex: 1; min-width: 0; }
.my-v2-toggle-copy strong { display: block; font-size: 15px; font-weight: 750; }
.my-v2-toggle-copy p { margin: 4px 0 0; font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.my-v2-toast {
  position: fixed; left: 50%; bottom: 88px; transform: translateX(-50%) translateY(12px);
  background: #111827; color: #fff; padding: 10px 16px; border-radius: 20px;
  font-size: 13px; opacity: 0; pointer-events: none; z-index: 90;
  transition: opacity .2s, transform .2s; white-space: nowrap;
}
.my-v2-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
