.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.portal-body {
  margin: 0;
  background: var(--portal-surface);
  color: var(--portal-text);
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--portal-base-font-size, 16px);
}

:root {
  --portal-primary: #5aa4ff;
  --portal-primary-strong: #2f7dd7;
  --portal-primary-container: #8bc7ff;
  --portal-secondary: #f4b641;
  --portal-secondary-strong: #d9921b;
  --portal-secondary-soft: #ffe39c;
  --portal-secondary-fixed: #fff3cb;
  --portal-surface: #fcfdff;
  --portal-surface-low: #f4f9ff;
  --portal-surface-high: #e7f2ff;
  --portal-card: #ffffff;
  --portal-text: #223047;
  --portal-muted: #55657d;
  --portal-muted-soft: #7d8ca1;
  --portal-outline: #cfdbeb;
  --portal-outline-soft: #e6eef8;
  --portal-header-bg: rgba(252, 253, 255, 0.92);
  --portal-header-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  --portal-panel-bg: rgba(255, 255, 255, 0.96);
  --portal-card-bg: rgba(255, 255, 255, 0.96);
  --portal-card-shadow: 0 18px 28px rgba(15, 23, 42, 0.05);
  --portal-radius-panel: 1.6rem;
  --portal-radius-card: 1.3rem;
  --portal-radius-button: 0.95rem;
  --portal-danger: #ba1a1a;
  --portal-danger-soft: #ffdad6;
  --portal-on-primary-container: #eef6ff;
  --portal-on-secondary-container: #8a5d00;
  --portal-golf-hero-gradient: linear-gradient(90deg, #9333ea 0%, #2563eb 52%, #06b6d4 100%);
  --portal-golf-hero-overlay: rgba(0, 0, 0, 0.2);
}

.portal-theme-andong_blue {
  --portal-primary: #2563eb;
  --portal-primary-strong: #0f4ca8;
  --portal-primary-container: #bfdbfe;
  --portal-secondary: #f5b942;
  --portal-secondary-strong: #c68110;
  --portal-surface: #f4f8ff;
  --portal-surface-low: #eaf2ff;
  --portal-surface-high: #dceaff;
  --portal-card: #ffffff;
  --portal-text: #10223f;
  --portal-muted: #4d6382;
  --portal-outline: #bfd2ef;
  --portal-outline-soft: #dbe8fb;
  --portal-header-bg: rgba(244, 248, 255, 0.94);
  --portal-golf-hero-gradient: linear-gradient(100deg, #0f4ca8 0%, #2563eb 58%, #64b5ff 100%);
}

.portal-theme-warm_gold {
  --portal-primary: #b7791f;
  --portal-primary-strong: #8a5d00;
  --portal-primary-container: #ffe8a8;
  --portal-secondary: #e5a623;
  --portal-secondary-strong: #9a6700;
  --portal-surface: #fffaf0;
  --portal-surface-low: #fff3d7;
  --portal-surface-high: #ffe9b4;
  --portal-card: #fffef9;
  --portal-text: #352714;
  --portal-muted: #725d3c;
  --portal-outline: #ead6aa;
  --portal-outline-soft: #f4e7c8;
  --portal-header-bg: rgba(255, 250, 240, 0.94);
  --portal-golf-hero-gradient: linear-gradient(100deg, #b7791f 0%, #e5a623 52%, #f8d87a 100%);
  --portal-golf-hero-overlay: rgba(60, 37, 8, 0.16);
}

.portal-theme-clear_sky {
  --portal-primary: #38a3db;
  --portal-primary-strong: #0874b3;
  --portal-primary-container: #bfeeff;
  --portal-secondary: #8fd6ff;
  --portal-secondary-strong: #0874b3;
  --portal-surface: #f7fdff;
  --portal-surface-low: #edfaff;
  --portal-surface-high: #dbf4ff;
  --portal-card: #ffffff;
  --portal-text: #153347;
  --portal-muted: #527083;
  --portal-outline: #c8e6f5;
  --portal-outline-soft: #e0f3fb;
  --portal-header-bg: rgba(247, 253, 255, 0.94);
  --portal-golf-hero-gradient: linear-gradient(100deg, #6ec8f3 0%, #38a3db 54%, #b3e8ff 100%);
  --portal-golf-hero-overlay: rgba(8, 76, 112, 0.12);
}

.portal-theme-green_campus {
  --portal-primary: #2f855a;
  --portal-primary-strong: #166534;
  --portal-primary-container: #bbf7d0;
  --portal-secondary: #f2c94c;
  --portal-secondary-strong: #a66d00;
  --portal-surface: #f7fbf4;
  --portal-surface-low: #eef8e8;
  --portal-surface-high: #dff1d5;
  --portal-card: #ffffff;
  --portal-text: #173221;
  --portal-muted: #4d6b57;
  --portal-outline: #c9dfce;
  --portal-outline-soft: #e3efe6;
  --portal-header-bg: rgba(247, 251, 244, 0.94);
  --portal-golf-hero-gradient: linear-gradient(100deg, #166534 0%, #2f855a 55%, #8bcf8b 100%);
}

.portal-theme-newspaper_minimal {
  --portal-primary: #111827;
  --portal-primary-strong: #111827;
  --portal-primary-container: #e5e7eb;
  --portal-secondary: #111827;
  --portal-secondary-strong: #111827;
  --portal-surface: #ffffff;
  --portal-surface-low: #f7f7f5;
  --portal-surface-high: #eeeeea;
  --portal-card: #ffffff;
  --portal-text: #111827;
  --portal-muted: #4b5563;
  --portal-outline: #1f2937;
  --portal-outline-soft: #d1d5db;
  --portal-header-bg: rgba(255, 255, 255, 0.96);
  --portal-card-shadow: none;
  --portal-header-shadow: none;
  --portal-radius-panel: 0.35rem;
  --portal-radius-card: 0.25rem;
  --portal-radius-button: 0.25rem;
  --portal-golf-hero-gradient: linear-gradient(100deg, #111827 0%, #374151 100%);
}

.portal-theme-premium_navy {
  --portal-primary: #0b1f3a;
  --portal-primary-strong: #06172e;
  --portal-primary-container: #203b61;
  --portal-secondary: #c6a15b;
  --portal-secondary-strong: #9a7630;
  --portal-surface: #f5f7fb;
  --portal-surface-low: #eef2f8;
  --portal-surface-high: #dfe7f2;
  --portal-card: #ffffff;
  --portal-text: #0c1727;
  --portal-muted: #516173;
  --portal-outline: #c7d1df;
  --portal-outline-soft: #e1e7f0;
  --portal-header-bg: rgba(245, 247, 251, 0.95);
  --portal-golf-hero-gradient: linear-gradient(100deg, #06172e 0%, #0b1f3a 62%, #c6a15b 100%);
}

.portal-theme-memory_album {
  --portal-primary: #8a5d3b;
  --portal-primary-strong: #6f472b;
  --portal-primary-container: #f3ddc8;
  --portal-secondary: #d29b60;
  --portal-secondary-strong: #9a6232;
  --portal-surface: #fbf6ee;
  --portal-surface-low: #f5ecdf;
  --portal-surface-high: #eadcc8;
  --portal-card: #fffaf4;
  --portal-text: #33271e;
  --portal-muted: #705f50;
  --portal-outline: #deccb8;
  --portal-outline-soft: #eadfce;
  --portal-header-bg: rgba(251, 246, 238, 0.95);
  --portal-golf-hero-gradient: linear-gradient(100deg, #7b4e35 0%, #b98255 52%, #efd1a8 100%);
}

.portal-theme-active_round {
  --portal-primary: #0077c8;
  --portal-primary-strong: #0056b3;
  --portal-primary-container: #bae6ff;
  --portal-secondary: #ffb323;
  --portal-secondary-strong: #c47a00;
  --portal-surface: #f6fbff;
  --portal-surface-low: #eef8ff;
  --portal-surface-high: #e0f2fe;
  --portal-card: #ffffff;
  --portal-text: #16283d;
  --portal-muted: #52677d;
  --portal-outline: #cae0f4;
  --portal-outline-soft: #e2eff9;
  --portal-radius-panel: 2rem;
  --portal-radius-card: 1.65rem;
  --portal-radius-button: 999px;
  --portal-golf-hero-gradient: linear-gradient(100deg, #0056b3 0%, #00a6d6 52%, #ffb323 100%);
}

.portal-theme-mobile_simple {
  --portal-primary: #2563eb;
  --portal-primary-strong: #1d4ed8;
  --portal-primary-container: #dbeafe;
  --portal-secondary: #f3b83f;
  --portal-secondary-strong: #b7791f;
  --portal-surface: #f8fafc;
  --portal-surface-low: #f1f5f9;
  --portal-surface-high: #e2e8f0;
  --portal-card: #ffffff;
  --portal-text: #172033;
  --portal-muted: #58677a;
  --portal-outline: #d6dee9;
  --portal-outline-soft: #e7edf5;
  --portal-radius-panel: 1.25rem;
  --portal-radius-card: 1.15rem;
  --portal-radius-button: 0.9rem;
  --portal-golf-hero-gradient: linear-gradient(100deg, #4f8df5 0%, #61c0ff 100%);
}

.portal-theme-compact_clean {
  --portal-base-font-size: 14px;
  --portal-primary: #3478c7;
  --portal-primary-strong: #1f5faa;
  --portal-primary-container: #d9ecff;
  --portal-secondary: #d99b24;
  --portal-secondary-strong: #9b6a14;
  --portal-surface: #fbfcfe;
  --portal-surface-low: #f4f7fb;
  --portal-surface-high: #e9f0f8;
  --portal-card: #ffffff;
  --portal-text: #1f2a3d;
  --portal-muted: #5c6778;
  --portal-outline: #d2dce8;
  --portal-outline-soft: #e8eef5;
  --portal-header-bg: rgba(251, 252, 254, 0.96);
  --portal-card-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  --portal-radius-panel: 1rem;
  --portal-radius-card: 0.9rem;
  --portal-radius-button: 0.75rem;
  --portal-golf-hero-gradient: linear-gradient(100deg, #3478c7 0%, #68b7e8 100%);
  --portal-golf-hero-overlay: rgba(15, 54, 92, 0.14);
}

.portal-theme-newspaper_minimal .portal-panel,
.portal-theme-newspaper_minimal .portal-card,
.portal-theme-newspaper_minimal .portal-input,
.portal-theme-newspaper_minimal .portal-select,
.portal-theme-newspaper_minimal .portal-textarea {
  border-color: #111827;
}

.portal-theme-newspaper_minimal .portal-button-primary,
.portal-theme-newspaper_minimal .main1-button-primary {
  background: #111827;
  color: #fff;
}

.portal-theme-compact_clean .portal-header-main {
  padding: 0.65rem 0;
}

.portal-theme-compact_clean .portal-brand-logo {
  width: 4.35rem;
  height: 4.35rem;
}

.portal-theme-compact_clean .portal-brand-title {
  font-size: 1.05rem;
}

.portal-theme-compact_clean .portal-brand-subtitle,
.portal-theme-compact_clean .portal-nav-link,
.portal-theme-compact_clean .portal-utility-link,
.portal-theme-compact_clean .portal-utility-button {
  font-size: 0.82rem;
}

.portal-theme-compact_clean .portal-panel-header,
.portal-theme-compact_clean .portal-panel-body,
.portal-theme-compact_clean .portal-card-body {
  padding: 1rem;
}

.portal-theme-compact_clean .portal-button,
.portal-theme-compact_clean .main1-button {
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  font-size: 0.86rem;
}

.portal-theme-compact_clean .main1-hero,
.portal-theme-compact_clean .menu1-hero,
.portal-theme-compact_clean .portal-hero {
  height: 19.5rem;
  min-height: 19.5rem;
}

.portal-theme-compact_clean .main1-hero-inner,
.portal-theme-compact_clean .menu1-hero-inner,
.portal-theme-compact_clean .portal-hero-inner {
  min-height: 19.5rem;
}

.portal-theme-compact_clean .main1-hero-copy h1,
.portal-theme-compact_clean .menu1-hero-inner h1,
.portal-theme-compact_clean .portal-display {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.portal-theme-compact_clean .main1-hero-copy p,
.portal-theme-compact_clean .menu1-hero-inner p,
.portal-theme-compact_clean .portal-lead {
  font-size: 0.88rem;
}

.portal-container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.portal-topbar {
  background: linear-gradient(90deg, #8ac9ff, #b7deff);
  color: #24456d;
  font-size: 0.84rem;
}

.portal-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.portal-topbar-compact {
  justify-content: flex-end;
}

.portal-topbar-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.portal-topbar-links a,
.portal-text-button {
  color: #24456d;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.portal-topbar-links a:hover,
.portal-text-button:hover {
  color: #1f5faa;
}

.portal-topbar-member {
  color: #8a5d00;
  font-weight: 700;
}

.portal-header {
  background: var(--portal-header-bg);
  border-bottom: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: var(--portal-header-shadow);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
}

.portal-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.portal-header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.portal-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}

.portal-brand-logo {
  width: 5.1rem;
  height: 5.1rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 30, 64, 0.12));
}

.portal-brand-mark {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #0a5fcb, #00479c);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 10px 20px rgba(0, 63, 135, 0.18);
}

.portal-brand-title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.portal-brand-subtitle {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 700;
  margin-top: 0.12rem;
}

.portal-header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.55rem;
}

.portal-header-tools,
.portal-header-account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
}

.portal-inline-form {
  margin: 0;
}

.portal-share {
  position: relative;
}

.portal-utility-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.portal-utility-menu > * {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.portal-utility-menu > * + * {
  padding-left: 1rem;
  margin-left: 0.1rem;
}

.portal-utility-menu > * + *::before {
  content: "/";
  position: absolute;
  left: 0.2rem;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
}

.portal-utility-link,
.portal-utility-button,
.portal-icon-button,
.portal-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.portal-utility-link:hover,
.portal-utility-button:hover,
.portal-icon-button:hover,
.portal-share-button:hover {
  color: #0056b3;
  background: transparent;
}

.portal-utility-member {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--portal-primary-strong);
  font-weight: 900;
}

.portal-share-panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  width: min(22rem, calc(100vw - 2rem));
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
  z-index: 70;
}

.portal-share-preview {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e5e7eb;
}

.portal-share-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--portal-primary-strong);
}

.portal-share-copy {
  margin-top: 0.45rem;
  color: var(--portal-muted-soft);
  font-size: 0.86rem;
  line-height: 1.6;
}

.portal-share-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.portal-share-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid var(--portal-outline);
  background: var(--portal-surface-low);
  color: var(--portal-primary-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.portal-share-option:hover {
  background: rgba(0, 86, 179, 0.08);
  border-color: rgba(0, 86, 179, 0.18);
}

.portal-share-feedback {
  margin-top: 0.85rem;
  color: var(--portal-muted-soft);
  font-size: 0.82rem;
}

.portal-inline-share {
  display: inline-flex;
}

.portal-inline-share .portal-share-panel {
  left: 0;
  right: auto;
}

.portal-inline-share-toggle svg {
  flex: 0 0 auto;
}

.portal-mobile-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 30, 64, 0.12);
  background: transparent;
  color: var(--portal-primary-strong);
}

.portal-mobile-utility {
  display: none;
}

.portal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.15rem;
}

.portal-nav-desktop {
  padding: 0;
}

.portal-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.2rem 0 0.35rem;
  border-radius: 0;
  color: #475569;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.portal-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.portal-nav-item > .portal-nav-link {
  gap: 0.35rem;
}

.portal-nav-item > .portal-nav-link::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  opacity: 0.58;
}

.portal-nav-link:hover,
.portal-nav-link.is-active,
.portal-nav-item:hover > .portal-nav-link,
.portal-nav-item:focus-within > .portal-nav-link {
  background: transparent;
  color: var(--portal-primary-strong);
  border-bottom-color: var(--portal-primary-strong);
  box-shadow: none;
}

.portal-nav-submenu {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 50%;
  z-index: 85;
  display: grid;
  min-width: 11.5rem;
  padding: 0.55rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -0.35rem);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.portal-nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.7rem;
  height: 0.7rem;
}

.portal-nav-item:hover .portal-nav-submenu,
.portal-nav-item:focus-within .portal-nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.portal-nav-submenu a {
  display: flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.52rem 0.75rem;
  border-radius: 0.75rem;
  color: #475569;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.portal-nav-submenu a:hover,
.portal-nav-submenu a.is-active {
  background: linear-gradient(135deg, #eef6ff, #fff8df);
  color: var(--portal-primary-strong);
}

.portal-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0.35rem 0 1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
  margin-top: 0.2rem;
}

.portal-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 78, 139, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--portal-primary-strong);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.portal-subnav-link:hover,
.portal-subnav-link.is-active {
  color: #775a19;
  border-color: rgba(119, 90, 25, 0.22);
  background: linear-gradient(135deg, #fffdf3 0%, #f4f9ff 100%);
  transform: translateY(-1px);
}

.portal-mobile-menu {
  border-top: 1px solid #e5e7eb;
  padding: 1rem 0 1.25rem;
  max-height: calc(100vh - 5.5rem);
  overflow-y: auto;
}

.portal-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.portal-mobile-form {
  margin: 0;
  width: 100%;
}

.portal-mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.9rem;
  background: var(--portal-surface-low);
  border: 1px solid var(--portal-outline-soft);
  color: var(--portal-primary-strong);
  text-decoration: none;
  font-weight: 700;
}

.portal-mobile-link-button {
  width: 100%;
  font: inherit;
  cursor: pointer;
}

.portal-mobile-share-menu {
  position: relative;
}

.portal-mobile-link-sub {
  min-height: 2.7rem;
  font-size: 0.9rem;
  background: #f8fbff;
}

.portal-mobile-link-sub.is-active {
  border-color: rgba(119, 90, 25, 0.22);
  color: #775a19;
  background: linear-gradient(135deg, #fffdf3 0%, #f4f9ff 100%);
}

.portal-mobile-menu-panel {
  position: relative;
  width: 100%;
}

.portal-mobile-sheet-handle {
  display: none;
  width: 3rem;
  height: 0.3rem;
  margin: 0 auto 0.75rem;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.28);
}

.portal-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.portal-mobile-menu-head strong {
  display: block;
  color: var(--portal-ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.portal-mobile-eyebrow {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--portal-accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.portal-mobile-menu-close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--portal-primary-strong);
}

.portal-mobile-account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(31, 78, 121, 0.12);
  background: linear-gradient(135deg, #f6fbff 0%, #fffaf0 100%);
}

.portal-mobile-account-main {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  color: var(--portal-ink);
  text-decoration: none;
}

.portal-mobile-account-main span {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portal-mobile-account-main small {
  display: block;
  margin-top: 0.2rem;
  color: var(--portal-muted);
  font-size: 0.82rem;
}

.portal-mobile-account-actions {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 0.45rem;
}

.portal-mobile-account-actions button {
  min-height: 2.05rem;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(0, 86, 179, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--portal-primary-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.portal-mobile-search {
  display: none;
  padding: 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(31, 78, 121, 0.12);
  background: #fff;
}

.portal-mobile-search label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--portal-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.portal-mobile-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
}

.portal-mobile-search input {
  min-width: 0;
  min-height: 2.8rem;
  padding: 0 0.9rem;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 0.85rem;
  font: inherit;
}

.portal-mobile-search button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.8rem;
  padding: 0 0.9rem;
  border: 0;
  border-radius: 0.85rem;
  background: var(--portal-accent);
  color: #fff;
  font-weight: 900;
}

.portal-mobile-quick-actions,
.portal-mobile-news-strip,
.portal-mobile-more-title,
.portal-mobile-grouped-nav,
.portal-mobile-golf-subnav {
  display: none;
}

.portal-mobile-more-title {
  color: var(--portal-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.portal-mobile-quick-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.portal-mobile-quick-actions a {
  display: flex;
  min-height: 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff7df 0%, #eef7ff 100%);
  border: 1px solid rgba(244, 184, 63, 0.35);
  color: var(--portal-primary-strong);
  text-decoration: none;
  font-weight: 900;
}

.portal-mobile-news-strip {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.portal-mobile-news-strip a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(31, 78, 121, 0.12);
  background: #fff;
  text-decoration: none;
}

.portal-mobile-news-strip span {
  display: block;
  color: var(--portal-accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.portal-mobile-news-strip strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--portal-ink);
  font-size: 0.94rem;
}

.portal-mobile-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.portal-mobile-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.2rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1rem;
  background: #fff;
  color: var(--portal-primary-strong);
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.portal-mobile-nav-link.is-active {
  border-color: rgba(0, 86, 179, 0.22);
  background: linear-gradient(135deg, #eaf5ff 0%, #fff8e8 100%);
  color: #003f86;
}

.portal-mobile-action-label {
  display: none;
}

.portal-mobile-nav-share {
  position: relative;
}

.portal-mobile-nav-share > .portal-mobile-nav-link {
  width: 100%;
}

.portal-mobile-grouped-nav {
  gap: 0.55rem;
}

.portal-mobile-group {
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.portal-mobile-group summary {
  min-height: 3rem;
  padding: 0.8rem 1rem;
  color: var(--portal-ink);
  font-weight: 900;
  cursor: pointer;
}

.portal-mobile-group div {
  display: grid;
  gap: 0.2rem;
  padding: 0 0.7rem 0.7rem;
}

.portal-mobile-group a {
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  color: var(--portal-primary-strong);
  text-decoration: none;
  font-weight: 800;
}

.portal-mobile-group a.is-active {
  background: #eef7ff;
}

.portal-mobile-golf-subnav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(203, 213, 225, 0.7);
}

.portal-mobile-golf-subnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 86, 179, 0.12);
  background: #f8fbff;
  color: var(--portal-primary-strong);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.portal-mobile-golf-subnav a.is-active {
  background: #fff7df;
  color: #775a19;
}

.portal-mobile-menu--search_first .portal-mobile-search,
.portal-mobile-menu--news_first .portal-mobile-news-strip,
.portal-mobile-menu--quick_more .portal-mobile-quick-actions,
.portal-mobile-menu--quick_actions .portal-mobile-quick-actions {
  display: grid;
}

.portal-mobile-menu--grouped .portal-mobile-nav {
  display: none;
}

.portal-mobile-menu--grouped .portal-mobile-grouped-nav {
  display: grid;
}

.portal-mobile-menu--quick_more .portal-mobile-grouped-nav {
  display: grid;
}

.portal-mobile-menu--quick_more .portal-mobile-more-title {
  display: block;
}

.portal-mobile-menu--quick_more .portal-mobile-nav-link:not(.is-primary),
.portal-mobile-menu--quick_more .portal-mobile-nav-share {
  display: none;
}

.portal-mobile-menu--text_simple .portal-mobile-menu-head {
  margin-bottom: 0.6rem;
}

.portal-mobile-menu--text_simple .portal-mobile-eyebrow,
.portal-mobile-menu--text_simple .portal-mobile-menu-head strong,
.portal-mobile-menu--text_simple .portal-mobile-nav-link svg {
  display: none;
}

.portal-mobile-menu--text_simple .portal-mobile-nav {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #e5e7eb;
}

.portal-mobile-menu--text_simple .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 2.8rem;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding-left: 0.25rem;
}

.portal-mobile-bottom-tabs {
  display: none;
}

.portal-mobile-menu--chat_list .portal-mobile-nav,
.portal-mobile-menu--notebook .portal-mobile-nav,
.portal-mobile-menu--numbered_sections .portal-mobile-nav,
.portal-mobile-menu--minimalist_text .portal-mobile-nav,
.portal-mobile-menu--action_labels .portal-mobile-nav,
.portal-mobile-menu--left_drawer .portal-mobile-nav {
  grid-template-columns: 1fr;
}

.portal-mobile-menu--chat_list .portal-mobile-nav {
  gap: 0.55rem;
}

.portal-mobile-menu--chat_list .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 3.45rem;
  padding-left: 1rem;
  border-radius: 1.2rem 1.2rem 1.2rem 0.35rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.portal-mobile-menu--chat_list .portal-mobile-nav-link:nth-child(even) {
  margin-left: 1.2rem;
  background: #fff8df;
}

.portal-mobile-menu--notebook .portal-mobile-menu-panel {
  border: 1px solid rgba(30, 64, 175, 0.14);
  background:
    repeating-linear-gradient(#ffffff 0 2.85rem, #eaf2ff 2.85rem 2.92rem),
    #fff;
}

.portal-mobile-menu--notebook .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 3.1rem;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding-left: 0.35rem;
}

.portal-mobile-menu--numbered_sections .portal-mobile-nav {
  counter-reset: mobile-menu-number;
}

.portal-mobile-menu--numbered_sections .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 4.4rem;
  border-radius: 1.1rem;
  font-size: 1rem;
}

.portal-mobile-menu--numbered_sections .portal-mobile-nav-link::before {
  counter-increment: mobile-menu-number;
  content: counter(mobile-menu-number, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9rem;
  background: #f3b83f;
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.portal-mobile-menu--priority_three .portal-mobile-quick-actions,
.portal-mobile-menu--search_recommended .portal-mobile-search,
.portal-mobile-menu--search_recommended .portal-mobile-quick-actions,
.portal-mobile-menu--notification_center .portal-mobile-news-strip {
  display: grid;
}

.portal-mobile-menu--priority_three .portal-mobile-quick-actions {
  grid-template-columns: 1fr;
}

.portal-mobile-menu--priority_three .portal-mobile-quick-actions a {
  min-height: 4.2rem;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 1.1rem;
}

.portal-mobile-menu--priority_three .portal-mobile-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-mobile-menu--priority_three .portal-mobile-nav-link:not(.is-primary),
.portal-mobile-menu--priority_three .portal-mobile-nav-share {
  min-height: 2.65rem;
  font-size: 0.86rem;
}

.portal-mobile-menu--search_recommended .portal-mobile-quick-actions a {
  min-height: 4rem;
}

.portal-mobile-menu--notification_center .portal-mobile-news-strip a {
  border-left: 4px solid var(--portal-accent);
}

.portal-mobile-menu--minimalist_text .portal-mobile-menu-head,
.portal-mobile-menu--minimalist_text .portal-mobile-nav-link svg {
  display: none;
}

.portal-mobile-menu--minimalist_text .portal-mobile-nav {
  gap: 0;
  border-top: 1px solid #111827;
}

.portal-mobile-menu--minimalist_text .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 3rem;
  padding: 0.75rem 0.1rem;
  border-width: 0 0 1px;
  border-color: #111827;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 1rem;
}

.portal-mobile-menu--action_labels .portal-mobile-nav-link {
  justify-content: flex-start;
  min-height: 4.1rem;
}

.portal-mobile-menu--action_labels .portal-mobile-nav-link svg {
  flex: 0 0 auto;
}

.portal-mobile-menu--action_labels .portal-mobile-link-label {
  display: none;
}

.portal-mobile-menu--action_labels .portal-mobile-action-label {
  display: block;
  color: inherit;
  font-size: 0.98rem;
  font-weight: 900;
}

.portal-mobile-menu--bottom_tabs .portal-mobile-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-mobile-menu--bottom_tabs .portal-mobile-menu-panel {
  padding-bottom: 1rem;
}

.portal-mobile-menu--bottom_tabs .portal-mobile-sheet-handle {
  display: block;
}

.portal-main {
  min-height: calc(100vh - 260px);
  padding: 1.4rem 0 4rem;
}

.portal-page {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.portal-page > .portal-container {
  width: 100%;
}

.portal-section {
  margin-bottom: 1.5rem;
}

.portal-panel {
  background: var(--portal-panel-bg);
  border: 1px solid var(--portal-outline-soft);
  border-radius: var(--portal-radius-panel);
  box-shadow: var(--portal-card-shadow);
}

.portal-panel-header {
  padding: 1.35rem 1.5rem 0;
}

.portal-panel-body {
  padding: 1.5rem;
}

.portal-hero {
  position: relative;
  overflow: hidden;
  height: 22rem;
  min-height: 22rem;
  background: var(--portal-golf-hero-gradient);
  color: #fff;
  border-radius: 1rem;
}

.portal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 20%),
    radial-gradient(circle at 85% 25%, rgba(255, 246, 214, 0.12), transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(248, 215, 123, 0.12), transparent 22%);
}

.portal-hero-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  min-height: 22rem;
  padding: 3.3rem 1.8rem 2.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-items: start;
  justify-content: center;
  justify-items: center;
  gap: 1.2rem;
  text-align: center;
}

.portal-hero-split {
  align-items: center;
}

.portal-home-hero {
  grid-template-columns: minmax(0, 1fr);
}

.portal-hero-inner > div:first-child {
  width: 100%;
  max-width: 58rem;
}

.portal-hero-visual {
  justify-self: center;
  width: min(100%, 44rem);
}

.portal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f3f4f6;
  font-size: 0.88rem;
  font-weight: 700;
}

.portal-display {
  margin-top: 0.95rem;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(1.9rem, 3.3vw, 2.85rem);
  line-height: 1.18;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portal-lead {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  font-size: 0.96rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portal-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.portal-detail-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.portal-detail-board-label {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--portal-primary-strong);
}

.portal-detail-member-line {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--portal-muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.portal-related-link-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 251, 235, 0.78));
}

.portal-related-link-bar span {
  display: block;
  color: var(--portal-primary-strong);
  font-size: 0.78rem;
  font-weight: 900;
}

.portal-related-link-bar strong {
  display: block;
  margin-top: 0.22rem;
  color: #0f172a;
  font-size: 0.98rem;
}

.portal-detail-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.portal-detail-actions-left,
.portal-detail-actions-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.portal-detail-actions-right {
  justify-content: flex-end;
  margin-left: auto;
}

.portal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.2rem;
  border-radius: var(--portal-radius-button);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.portal-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.portal-button-primary {
  background: var(--portal-secondary);
  color: #ffffff;
}

.portal-button-secondary {
  background: #ffffff;
  color: var(--portal-primary-strong);
  border-color: var(--portal-outline);
}

.portal-button-danger {
  background: #fee2e2;
  color: #111827;
  border-color: #fecaca;
}

.portal-button-small {
  padding: 0.45rem 0.8rem;
  border-radius: 0.8rem;
  font-size: 0.86rem;
}

.portal-hero .portal-button-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.portal-hero-aside {
  display: grid;
  gap: 1rem;
}

.portal-hero-visual {
  display: grid;
  gap: 1rem;
}

.portal-hero-visual-simple {
  grid-template-columns: 1fr;
}

.portal-hero-photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.24);
  min-height: 15.5rem;
}

.portal-hero-photo {
  width: 100%;
  height: 100%;
  min-height: 15.5rem;
  object-fit: cover;
}

.portal-hero-photo-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.56);
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.6;
  backdrop-filter: blur(12px);
}

.portal-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.9rem;
  max-height: 5.1rem;
  overflow: hidden;
}

.portal-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.portal-hero-summary-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-hero-summary-card {
  padding: 0.85rem 0.95rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.portal-hero-summary-value {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

.portal-stat-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  padding: 1.2rem 1.3rem;
  backdrop-filter: blur(10px);
}

.portal-stat-box strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.portal-stat-box span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.portal-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.portal-header-with-icon {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.portal-section-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 224, 136, 0.34), rgba(172, 199, 255, 0.35));
  color: var(--portal-primary);
  border: 1px solid rgba(115, 92, 0, 0.16);
}

.portal-section-title {
  font-family: "Nanum Myeongjo", serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--portal-primary-strong);
}

.portal-section-subtitle {
  color: var(--portal-secondary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-link-more {
  color: var(--portal-secondary-strong);
  font-weight: 700;
  text-decoration: none;
}

.portal-grid-2,
.portal-grid-3,
.portal-grid-4 {
  display: grid;
  gap: 1rem;
}

.portal-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-card {
  height: 100%;
  background: var(--portal-card-bg);
  border: 1px solid var(--portal-outline-soft);
  border-radius: var(--portal-radius-card);
  box-shadow: var(--portal-card-shadow);
  overflow: hidden;
}

.portal-card-body {
  padding: 1.25rem;
}

.portal-card-media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(172, 199, 255, 0.35), rgba(255, 224, 136, 0.45));
}

.leadership-card {
  height: 100%;
}

.leadership-photo,
.leadership-photo-placeholder {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.leadership-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 224, 136, 0.35), rgba(172, 199, 255, 0.4));
  color: var(--portal-primary-strong);
  font-family: "Nanum Myeongjo", serif;
  font-size: 3rem;
  font-weight: 800;
}

.portal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(254, 214, 91, 0.32);
  color: var(--portal-on-secondary-container);
  font-size: 0.78rem;
  font-weight: 800;
}

.portal-initial-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.portal-initial-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--portal-outline-soft);
  background: #fff;
  color: var(--portal-primary-strong);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.portal-initial-link:hover {
  border-color: rgba(0, 63, 135, 0.22);
  background: rgba(0, 63, 135, 0.05);
  transform: translateY(-1px);
}

.portal-initial-link.is-active {
  background: rgba(254, 214, 91, 0.28);
  border-color: rgba(254, 214, 91, 0.8);
  color: var(--portal-on-secondary-container);
}

.portal-meta {
  color: var(--portal-muted-soft);
  font-size: 0.92rem;
}

.portal-copy {
  color: var(--portal-muted);
  line-height: 1.8;
}

.portal-bullet-list,
.menu1-guideline-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.portal-bullet-list li,
.menu1-guideline-list li {
  color: var(--portal-muted);
  line-height: 1.8;
}

.portal-info-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-info-card,
.portal-account-card,
.portal-note-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  background: var(--portal-surface-low);
  padding: 1.25rem;
}

.portal-info-card strong,
.portal-account-card strong,
.portal-note-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.02rem;
}

.portal-info-card p,
.portal-account-card p,
.portal-note-card p {
  margin: 0.65rem 0 0;
  color: var(--portal-muted);
  line-height: 1.75;
}

.portal-account-card {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  background: linear-gradient(180deg, #fffaf0, #ffffff);
}

.portal-account-card span {
  color: #a16207;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-account-card strong {
  color: #0f172a;
  font-size: 1.15rem;
}

.portal-note-card {
  margin-top: 1rem;
}

.portal-note-card .main1-button {
  margin-top: 1rem;
}

.google-help-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 14rem);
}

.google-help-shell {
  width: min(100%, 34rem);
}

.google-help-panel {
  display: grid;
  gap: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 1.75rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.98));
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
}

.google-help-copy {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.8;
}

.google-help-actions {
  display: flex;
  justify-content: center;
}

.google-help-button {
  min-width: min(100%, 19rem);
  padding-inline: 1.5rem;
  font-size: 1.02rem;
}

.google-help-note {
  margin: 0;
  color: var(--portal-muted-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.google-help-manual-link {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(191, 219, 254, 0.9);
  color: var(--portal-primary-strong);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
  word-break: break-all;
}

.google-help-manual-emphasis .google-help-manual-link {
  border-color: rgba(59, 130, 246, 0.88);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.portal-rich-content {
  color: var(--portal-text);
  line-height: 1.85;
}

.portal-article-content {
  padding-top: 0.5rem;
  min-height: 20vh;
}

.portal-rich-content > :first-child {
  margin-top: 0;
}

.portal-rich-content p,
.portal-rich-content ul,
.portal-rich-content ol,
.portal-rich-content blockquote,
.portal-rich-content pre,
.portal-rich-content table,
.portal-rich-content figure {
  margin: 0 0 1rem;
}

.portal-rich-content a {
  color: var(--portal-primary-strong);
  text-decoration: underline;
}

.portal-rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.portal-rich-content video {
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  background: #000;
}

.portal-rich-content iframe {
  width: 100%;
  max-width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 1rem;
  background: #000;
}

.portal-rich-content table {
  width: 100%;
  border-collapse: collapse;
}

.portal-rich-content th,
.portal-rich-content td {
  border: 1px solid var(--portal-outline-soft);
  padding: 0.75rem;
}

.portal-rich-content blockquote {
  border-left: 4px solid var(--portal-secondary);
  background: rgba(255, 224, 136, 0.15);
  padding: 0.9rem 1rem;
  border-radius: 0 1rem 1rem 0;
}

.portal-rich-content .portal-embed-frame {
  margin: 1rem 0;
}

.portal-rich-content .portal-rich-media-shell {
  width: 100%;
}

.portal-rich-content .portal-rich-media-shell.media-size-small {
  max-width: 240px;
}

.portal-rich-content .portal-rich-media-shell.media-size-medium {
  max-width: 360px;
}

.portal-rich-content .portal-rich-media-shell.media-size-large {
  max-width: 680px;
}

.portal-rich-content .portal-rich-media-shell.media-size-full {
  max-width: 100%;
}

.portal-rich-content .portal-rich-media-shell.media-align-left {
  margin-left: 0;
  margin-right: auto;
}

.portal-rich-content .portal-rich-media-shell.media-align-center {
  margin-left: auto;
  margin-right: auto;
}

.portal-rich-content .portal-rich-media-shell.media-align-right {
  margin-left: auto;
  margin-right: 0;
}

.portal-rich-content figure {
  margin: 0 0 1rem;
}

.portal-rich-content figcaption {
  margin-top: 0.5rem;
  color: var(--portal-muted-soft);
  font-size: 0.86rem;
}

.portal-list {
  display: grid;
  gap: 0.9rem;
}

.portal-list-item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--portal-outline-soft);
  text-decoration: none;
  color: inherit;
}

.portal-list-item:hover {
  border-color: rgba(0, 86, 179, 0.2);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.portal-list-item-rich {
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
}

.portal-list-thumb {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 0.9rem;
  border: 1px solid var(--portal-outline-soft);
  background: linear-gradient(135deg, rgba(172, 199, 255, 0.35), rgba(255, 224, 136, 0.45));
}

.portal-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-feature-tile {
  padding: 1.2rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid var(--portal-outline-soft);
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
}

.portal-feature-tile:hover {
  transform: translateY(-2px);
}

.portal-tile-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 224, 136, 0.26), rgba(172, 199, 255, 0.32));
  color: var(--portal-primary);
  box-shadow: inset 0 0 0 1px rgba(115, 92, 0, 0.14);
}

.portal-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-form-field {
  display: grid;
  gap: 0.45rem;
}

.portal-form-field-wide {
  grid-column: 1 / -1;
}

.portal-form-field label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--portal-muted);
}

.portal-input,
.portal-textarea,
.portal-select {
  width: 100%;
  border-radius: var(--portal-radius-button);
  border: 1px solid var(--portal-outline);
  background: var(--portal-card);
  padding: 0.9rem 1rem;
  font-size: 0.96rem;
  color: var(--portal-text);
}

.portal-textarea {
  min-height: 8rem;
  resize: vertical;
}

.portal-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.portal-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  color: var(--portal-muted);
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.portal-editor-tip {
  font-size: 0.88rem;
  color: var(--portal-muted-soft);
}

.portal-detail-heading,
.portal-comment-head,
.portal-inline-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.portal-inline-actions {
  flex-wrap: wrap;
}

.portal-inline-actions form,
.portal-comment-head form {
  margin: 0;
}

.portal-comment-thread {
  display: grid;
  gap: 0.8rem;
}

.portal-comment-card {
  border-radius: 1.2rem;
}

.portal-comment-card.is-deleted {
  background: #f8fafc;
  border-style: dashed;
}

.portal-comment-body {
  margin-top: 0.95rem;
}

.portal-comment-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.portal-comment-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--portal-outline-soft);
  background: #fff;
  color: var(--portal-primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.portal-comment-like.is-active {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #b45309;
}

.portal-comment-like.is-static {
  cursor: default;
}

.portal-comment-children {
  margin-left: 1.4rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(191, 219, 254, 0.9);
  display: grid;
  gap: 0.8rem;
}

.portal-comment-avatar-placeholder {
  width: 3rem;
  height: 3.5rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0, #f8fafc);
  color: #64748b;
  font-size: 1.1rem;
  font-weight: 800;
  border: 1px solid rgba(203, 213, 225, 0.9);
  flex: 0 0 auto;
}

.portal-comment-reply-box {
  margin-top: 0.9rem;
}

.portal-comment-reply-box summary {
  list-style: none;
}

.portal-comment-reply-box summary::-webkit-details-marker {
  display: none;
}

.portal-comment-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--portal-primary-strong);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.portal-comment-reply-form {
  margin-top: 0.85rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.85);
}

.portal-comment-compose {
  margin-bottom: 1.4rem;
}

.portal-comment-compose > summary {
  list-style: none;
}

.portal-comment-compose > summary::-webkit-details-marker {
  display: none;
}

.portal-comment-compose-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  background: var(--portal-primary);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.18);
}

.portal-comment-compose[open] .portal-comment-compose-trigger {
  background: var(--portal-primary-strong);
}

.portal-comment-compose-form {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
}

.portal-comment-compose-form .portal-rich-editor {
  margin-top: 0.6rem;
}

.portal-comment-empty-trigger {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.portal-comment-empty-trigger:hover {
  color: var(--portal-primary-strong);
  text-decoration: underline;
}

.portal-rich-editor {
  border: 1px solid var(--portal-outline);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.portal-rich-toolbar {
  display: grid;
  gap: 0.65rem;
  padding: 0.9rem;
  border-bottom: 1px solid var(--portal-outline);
  background: #f8fbff;
}

.portal-rich-toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.portal-rich-button,
.portal-rich-select,
.portal-rich-color {
  min-height: 2.4rem;
  border-radius: 0.8rem;
  border: 1px solid var(--portal-outline);
  background: #fff;
  color: var(--portal-text);
  font-size: 0.92rem;
}

.portal-rich-button {
  padding: 0.55rem 0.85rem;
  cursor: pointer;
  font-weight: 700;
}

.portal-rich-button:hover,
.portal-rich-select:hover {
  border-color: #8cbcff;
}

.portal-rich-select {
  padding: 0.55rem 0.8rem;
}

.portal-rich-color {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 0.7rem;
}

.portal-rich-color span {
  font-size: 0.82rem;
  color: var(--portal-muted);
  font-weight: 700;
}

.portal-rich-color input[type="color"] {
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.portal-rich-status {
  padding: 0.7rem 0.95rem 0;
  color: #0f766e;
  font-size: 0.86rem;
  font-weight: 700;
}

.portal-rich-status.is-error {
  color: #b91c1c;
}

.portal-rich-media-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 0.95rem 0;
}

.portal-rich-media-toolbar-label {
  color: var(--portal-muted-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.portal-rich-media-toolbar-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.portal-rich-context-menu {
  position: fixed;
  z-index: 90;
  min-width: 7rem;
  padding: 0.35rem;
  border-radius: 0.9rem;
  border: 1px solid var(--portal-outline);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.portal-rich-context-option {
  width: 100%;
  padding: 0.65rem 0.8rem;
  border: 0;
  border-radius: 0.7rem;
  background: transparent;
  color: var(--portal-danger);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.portal-rich-context-option:hover {
  background: rgba(239, 68, 68, 0.08);
}

.portal-rich-canvas,
.portal-rich-source {
  min-height: 34rem;
  padding: 1.15rem 1.2rem;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--portal-text);
}

.portal-rich-editor-compact .portal-rich-canvas,
.portal-rich-editor-compact .portal-rich-source {
  min-height: 12rem;
}

.portal-rich-canvas {
  outline: none;
}

.portal-rich-canvas:empty::before {
  content: attr(data-placeholder);
  color: var(--portal-muted-soft);
}

.portal-rich-source {
  width: 100%;
  border: 0;
  resize: vertical;
  background: #fffdf8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.portal-rich-editor.is-source-mode .portal-rich-toolbar {
  background: #fff8e6;
}

.portal-rich-embed {
  margin: 1.2rem 0;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  background: #0f172a;
}

.portal-rich-embed iframe {
  width: 100%;
  height: 100%;
}

.portal-rich-media-shell {
  margin: 1.2rem auto;
  width: 100%;
  max-width: 680px;
}

.portal-rich-media-shell.media-size-small {
  max-width: 240px;
}

.portal-rich-media-shell.media-size-medium {
  max-width: 360px;
}

.portal-rich-media-shell.media-size-large {
  max-width: 680px;
}

.portal-rich-media-shell.media-size-full {
  max-width: 100%;
}

.portal-rich-media-shell.media-align-left {
  margin-left: 0;
  margin-right: auto;
}

.portal-rich-media-shell.media-align-center {
  margin-left: auto;
  margin-right: auto;
}

.portal-rich-media-shell.media-align-right {
  margin-left: auto;
  margin-right: 0;
}

.portal-rich-media-shell.is-selected {
  outline: 2px solid rgba(47, 125, 215, 0.55);
  outline-offset: 4px;
  border-radius: 1rem;
}

.portal-rich-media-shell.is-dragging {
  opacity: 0.45;
}

.portal-rich-resize-handle {
  position: absolute;
  right: -0.55rem;
  bottom: -0.55rem;
  width: 1.35rem;
  height: 1.35rem;
  border: 0;
  border-radius: 999px;
  background: #2f7dd7;
  box-shadow: 0 8px 18px rgba(47, 125, 215, 0.28);
  cursor: nwse-resize;
  display: none;
}

.portal-rich-resize-handle::before {
  content: "";
  position: absolute;
  inset: 0.34rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.portal-rich-media-shell.is-selected .portal-rich-resize-handle {
  display: block;
}

body.portal-rich-resizing {
  cursor: nwse-resize;
  user-select: none;
}

.portal-rich-drop-indicator {
  height: 0;
  margin: 0.7rem 0;
  border-top: 3px solid rgba(47, 125, 215, 0.85);
}

.portal-rich-media {
  margin: 0;
}

.portal-rich-media img,
.portal-rich-media video {
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  display: block;
  background: #0f172a;
}

.portal-form-field-wide .portal-rich-canvas blockquote {
  border-left: 4px solid #d8a63c;
  padding-left: 1rem;
  color: #4b5563;
}

.portal-form-field-wide .portal-rich-canvas pre {
  background: #111827;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 0.9rem;
  overflow: auto;
}

.portal-table-wrap {
  overflow-x: auto;
}

.portal-table {
  width: 100%;
  border-collapse: collapse;
}

.portal-table th,
.portal-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--portal-outline-soft);
  text-align: left;
  vertical-align: top;
}

.portal-table th {
  background: var(--portal-surface-low);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--portal-muted-soft);
}

.portal-board-toolbar {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(180px, 220px) minmax(240px, 1fr) auto auto;
  align-items: center;
}

.portal-board-toolbar-group {
  display: grid;
}

.portal-board-toolbar-spacer {
  min-height: 3.05rem;
}

.portal-board-toolbar-search {
  min-width: 0;
}

.portal-board-table {
  min-width: 760px;
}

.portal-board-col-number,
.portal-board-col-views {
  width: 90px;
  text-align: center;
}

.portal-board-col-category {
  width: 112px;
}

.portal-board-col-author,
.portal-board-col-date {
  width: 128px;
}

.portal-board-title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--portal-text);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  max-width: 100%;
}

.portal-board-title-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.portal-board-title-topline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.portal-board-title-link:hover {
  color: var(--portal-primary);
}

.portal-board-thumb {
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid var(--portal-outline-soft);
  background: var(--portal-surface-low);
}

.portal-board-title-text {
  min-width: 0;
}

.portal-board-mobile-meta {
  display: none;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--portal-muted);
}

.portal-board-empty {
  padding: 1.3rem 1rem;
  text-align: center;
  color: var(--portal-muted);
}

.portal-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-gallery-card {
  background: #fff;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 16px 24px rgba(15, 23, 42, 0.05);
}

.portal-gallery-card img,
.portal-gallery-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--portal-primary-strong);
}

.portal-gallery-caption {
  padding: 1rem;
}

.portal-pill-alert {
  background: var(--portal-danger-soft);
  color: var(--portal-danger);
}

.portal-profile {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.2rem;
}

.portal-profile-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1.3rem;
  border: 1px solid var(--portal-outline-soft);
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.95), #ffffff);
}

.portal-profile-photo-sm {
  width: 50%;
  max-width: 140px;
}

.mypage-leadership-editor {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1.2rem;
  background: rgba(248, 250, 252, 0.86);
}

.mypage-leadership-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1rem;
  background: #ffffff;
}

.mypage-leadership-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.mypage-leadership-fields {
  display: grid;
  gap: 1rem;
}

.portal-mini-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-info-box {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
  border: 1px solid var(--portal-outline-soft);
}

.portal-footer {
  background: #f7f8fb;
  color: var(--portal-muted);
  margin-top: 3rem;
  padding: 0;
  border-top: 1px solid rgba(203, 213, 225, 0.85);
}

.portal-footer-top {
  border-bottom: 1px solid rgba(203, 213, 225, 0.78);
  background: rgba(255, 255, 255, 0.76);
}

.portal-footer-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 0.88rem;
}

.portal-footer-policy-links,
.portal-footer-bank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.portal-footer-policy-links a,
.portal-footer-bank span,
.portal-footer-bank strong {
  color: #334155;
  text-decoration: none;
}

.portal-footer-policy-links a:hover {
  color: var(--portal-primary-strong);
}

.portal-footer-bank strong {
  font-weight: 900;
}

.portal-footer-main {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  padding: 1.7rem 0 2rem;
}

.portal-footer-identity {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.portal-footer-logo {
  width: 5.4rem;
  height: 5.4rem;
  object-fit: contain;
  opacity: 0.86;
  flex: 0 0 auto;
}

.portal-footer-copy-lines {
  display: grid;
  gap: 0.35rem;
}

.portal-footer h3,
.portal-footer h4 {
  color: #001e40;
  margin: 0 0 0.8rem;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
}

.portal-footer h3 {
  margin-bottom: 0.35rem;
}

.portal-footer p {
  margin: 0;
  line-height: 1.65;
}

.portal-footer-links {
  display: grid;
  gap: 0.55rem;
}

.portal-footer-links a {
  color: var(--portal-muted);
  text-decoration: none;
}

.portal-footer-links a:hover {
  color: var(--portal-secondary-strong);
}

.portal-footer-small {
  font-size: 0.86rem;
  color: var(--portal-muted-soft);
}

.hidden {
  display: none !important;
}

.rotate-45 {
  transform: rotate(45deg);
}

.-rotate-45 {
  transform: rotate(-45deg);
}

.flash-stack {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 24rem;
}

.flash-message {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
}

.flash-message.success {
  background: rgba(236, 253, 245, 0.95);
  color: #065f46;
  border-color: #a7f3d0;
}

.flash-message.error {
  background: rgba(254, 242, 242, 0.96);
  color: var(--portal-danger);
  border-color: #fecaca;
}

.participant-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.participant-cloud span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(255, 224, 136, 0.2), rgba(172, 199, 255, 0.24));
  border: 1px solid rgba(0, 86, 179, 0.16);
  color: var(--portal-primary);
  font-size: 0.92rem;
  font-weight: 500;
}

.line-prewrap {
  white-space: pre-line;
}

.history-details summary {
  list-style: none;
}

.history-details summary::-webkit-details-marker {
  display: none;
}

.details-toggle-open {
  display: none;
}

.history-details[open] .details-toggle-closed {
  display: none;
}

.history-details[open] .details-toggle-open {
  display: inline;
}

.phone-form-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.glory-rotator-frame {
  height: 19.2rem;
}

.glory-rotator-nav {
  position: absolute;
  top: 0.75rem;
  z-index: 10;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.glory-rotator-nav:hover {
  color: #fbbf24;
  transform: translateY(-1px);
}

.glory-rotator-nav-prev {
  left: 0.75rem;
}

.glory-rotator-nav-next {
  right: 0.75rem;
}

.golf-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  margin: 0 0 2rem;
  padding: 0.35rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.golf-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.72rem 0.9rem;
  border-radius: 0.95rem;
  color: #475569;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.golf-tab-link:hover {
  color: #0f4e8b;
  background: #eef6ff;
}

.golf-tab-link.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0f4e8b 0%, #3d8fe3 100%);
  box-shadow: 0 14px 26px rgba(15, 78, 139, 0.2);
  transform: translateY(-1px);
}

.admin-media-preview {
  width: 100%;
  height: 10.5rem;
}

.basic-photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.basic-photo-viewer.hidden {
  display: none;
}

.basic-photo-viewer-info {
  min-height: 3.4rem;
  padding: 0.65rem 4.25rem 0.45rem;
  text-align: center;
  pointer-events: none;
}

.basic-photo-viewer-counter {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.25;
}

.basic-photo-viewer-title {
  margin-top: 0.18rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.basic-photo-viewer-feedback {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.25;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.basic-photo-viewer-feedback.visible {
  opacity: 1;
}

.basic-photo-viewer-stage {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
  cursor: pointer;
}

.basic-photo-viewer-image {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.basic-photo-viewer-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 3.4rem;
  padding: 0.45rem 1rem 0.85rem;
}

.basic-photo-viewer-control {
  width: 3.25rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease;
}

.basic-photo-viewer-control:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.basic-photo-viewer-close {
  position: fixed;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 101;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.basic-photo-viewer-close:hover {
  background: rgba(15, 23, 42, 0.9);
}

.basic-photo-viewer-actions {
  position: fixed;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 101;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.basic-photo-viewer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}

.basic-photo-viewer-action:hover {
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
}

.portal-hero-pattern {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.4) 0, transparent 22%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.28) 0, transparent 18%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.18) 0, transparent 20%);
}

.portal-home-stitch {
  display: grid;
  gap: 1.5rem;
}

.stitch-home-hero {
  position: relative;
  min-height: 37.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #766240, #4f5f4a);
}

.stitch-home-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: normal;
  opacity: 0.92;
}

.stitch-home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(29, 33, 24, 0.18), rgba(29, 33, 24, 0.36)),
    linear-gradient(90deg, rgba(44, 37, 24, 0.34), rgba(44, 37, 24, 0.08));
}

.stitch-home-hero-inner {
  position: relative;
  z-index: 1;
  padding: 4rem 1.5rem;
  text-align: center;
}

.stitch-home-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #ffe09a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.stitch-home-title,
.stitch-section-title,
.stitch-archive-inner h2 {
  margin: 0;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-style: italic;
  color: var(--portal-primary-strong);
}

.stitch-home-title {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 1.08;
}

.stitch-home-copy {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: rgba(255, 249, 238, 0.94);
  font-size: 1.05rem;
  line-height: 1.85;
}

.stitch-home-actions,
.stitch-golf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.stitch-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.95rem 1.5rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.stitch-home-button:hover {
  transform: translateY(-1px);
}

.stitch-home-button-primary {
  background: var(--portal-primary);
  border: 1px solid var(--portal-secondary);
  color: #fff;
}

.stitch-home-button-secondary {
  background: var(--portal-secondary);
  border: 1px solid var(--portal-secondary);
  color: #fff;
}

.stitch-home-button-dark {
  background: var(--portal-primary);
  border: 1px solid var(--portal-primary);
  color: #fff;
}

.stitch-home-button-outline {
  background: transparent;
  border: 1px solid var(--portal-primary);
  color: var(--portal-primary);
}

.stitch-home-first-grid,
.stitch-home-split {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.95fr);
}

.stitch-home-panel {
  border-left: 4px solid var(--portal-primary);
}

.stitch-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.stitch-section-head-wide {
  margin-bottom: 2rem;
}

.stitch-section-title {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.stitch-section-copy {
  margin-top: 0.55rem;
  color: var(--portal-muted);
}

.stitch-section-rule {
  width: 3rem;
  height: 0.2rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: var(--portal-secondary-strong);
}

.stitch-section-border {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 30, 64, 0.08);
}

.stitch-link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--portal-secondary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.stitch-notice-list {
  display: grid;
  gap: 1rem;
}

.stitch-notice-item {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  padding: 1rem;
  margin-inline: -0.15rem;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.stitch-notice-item:hover {
  background: var(--portal-surface-low);
}

.stitch-date-badge {
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: var(--portal-primary-strong);
  color: #fff;
  font-weight: 800;
}

.stitch-date-badge span {
  font-size: 0.74rem;
}

.stitch-date-badge strong {
  font-size: 1.35rem;
  line-height: 1;
}

.stitch-notice-copy {
  display: grid;
  gap: 0.55rem;
}

.stitch-notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.stitch-notice-copy h3,
.stitch-event-body h3,
.stitch-update-name,
.stitch-golf-summary strong,
.stitch-activity-copy p {
  margin: 0;
  color: var(--portal-primary-strong);
  font-weight: 800;
}

.stitch-notice-copy h3 {
  font-size: 1.35rem;
}

.stitch-notice-copy p,
.stitch-update-copy p,
.stitch-archive-inner p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.75;
}

.stitch-quick-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stitch-quick-card,
.stitch-quick-wide {
  position: relative;
  min-height: 9.4rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 30, 64, 0.08);
  color: var(--portal-primary-strong);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 1.5rem;
  font-style: italic;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stitch-quick-card:hover,
.stitch-quick-wide:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.stitch-quick-card-dark {
  background: linear-gradient(135deg, #66aefc, #4f96eb);
  color: #fff;
}

.stitch-quick-card-gold {
  background: linear-gradient(135deg, #ffd574, #f4b641);
  color: #734d00;
}

.stitch-quick-card-soft {
  background: var(--portal-surface-low);
}

.stitch-quick-wide {
  grid-column: 1 / -1;
  min-height: 7.2rem;
  background: linear-gradient(135deg, #9fd3ff, #7bbcff);
  color: #21548c;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.stitch-quick-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
}

.stitch-event-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stitch-event-card {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 30, 64, 0.08);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.05);
}

.stitch-event-media {
  position: relative;
  height: 13.5rem;
  overflow: hidden;
}

.stitch-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stitch-event-card:hover .stitch-event-media img {
  transform: scale(1.06);
}

.stitch-event-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--portal-primary-strong);
  font-size: 0.8rem;
  font-weight: 800;
}

.stitch-event-body {
  padding: 1.5rem;
}

.stitch-event-body h3 {
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 1.65rem;
  font-style: italic;
}

.stitch-event-location {
  margin-top: 0.6rem;
  color: var(--portal-muted-soft);
  font-size: 0.92rem;
}

.stitch-event-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.stitch-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: var(--portal-secondary-soft);
  color: var(--portal-on-secondary-container);
  font-size: 0.76rem;
  font-weight: 800;
}

.stitch-event-actions a {
  color: var(--portal-primary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: underline;
}

.stitch-update-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stitch-update-card {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 0.95rem;
  background: var(--portal-surface-low);
  text-decoration: none;
  color: inherit;
}

.stitch-update-card.is-alert {
  border-left: 4px solid var(--portal-primary-strong);
}

.stitch-update-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stitch-update-icon-update,
.stitch-update-icon-health {
  background: rgba(0, 86, 179, 0.12);
  color: #003f87;
}

.stitch-update-icon-career {
  background: rgba(0, 63, 135, 0.14);
  color: var(--portal-primary-strong);
}

.stitch-update-icon-celebration {
  background: rgba(254, 214, 91, 0.28);
  color: #745c00;
}

.stitch-update-icon-family {
  background: rgba(225, 227, 228, 1);
  color: #424752;
}

.stitch-update-copy {
  display: grid;
  gap: 0.35rem;
}

.stitch-update-name {
  font-size: 1rem;
}

.stitch-update-copy span {
  color: #e9c349;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stitch-activity-panel {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #7dbbff, #4f96eb);
  color: #ffffff;
}

.stitch-activity-panel h3 {
  margin: 0 0 1.5rem;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 2rem;
  font-style: italic;
}

.stitch-activity-list {
  display: grid;
  gap: 1rem;
}

.stitch-activity-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stitch-activity-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.stitch-activity-copy {
  flex: 1;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.stitch-activity-copy span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stitch-activity-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: #475569;
}

.stitch-activity-dot.is-active {
  background: #34d399;
}

.stitch-directory-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.8rem;
  padding: 0.92rem 1rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.stitch-home-split-bottom {
  align-items: start;
}

.stitch-golf-panel {
  padding: 2rem;
  border-radius: 1rem;
  background: var(--portal-surface-high);
  border: 1px solid rgba(0, 30, 64, 0.08);
}

.stitch-golf-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.stitch-golf-icon {
  color: var(--portal-secondary-strong);
}

.stitch-golf-summary {
  padding: 1.25rem;
  border-radius: 0.8rem;
  background: #fff;
}

.stitch-golf-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.stitch-golf-summary-head h4 {
  margin: 0;
  color: var(--portal-primary-strong);
  font-size: 1rem;
  font-weight: 800;
}

.stitch-golf-summary-head span {
  color: var(--portal-muted-soft);
  font-size: 0.82rem;
}

.stitch-golf-summary-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stitch-golf-summary-grid > div {
  padding: 0.95rem;
  border-radius: 0.75rem;
  background: var(--portal-surface-low);
}

.stitch-golf-summary-grid p {
  margin: 0 0 0.35rem;
  color: var(--portal-muted-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stitch-media-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stitch-media-card,
.stitch-media-add {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.85rem;
  text-decoration: none;
}

.stitch-media-card img,
.stitch-media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.stitch-media-card:hover img,
.stitch-media-card:hover video {
  transform: scale(1.06);
}

.stitch-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 30, 64, 0.2);
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.stitch-media-card:hover .stitch-media-overlay {
  opacity: 1;
}

.stitch-media-add {
  background: linear-gradient(135deg, #7dbbff, #4f96eb);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.stitch-media-add-icon {
  display: inline-flex;
}

.stitch-media-add span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stitch-archive-banner {
  position: relative;
  overflow: hidden;
  min-height: 19rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #766240, #4f5f4a);
}

.stitch-archive-bg,
.stitch-archive-overlay {
  position: absolute;
  inset: 0;
}

.stitch-archive-bg {
  background-size: cover;
  background-position: center;
  opacity: 0.58;
  mix-blend-mode: normal;
}

.stitch-archive-overlay {
  background: linear-gradient(90deg, rgba(31, 35, 26, 0.64), rgba(31, 35, 26, 0.28), rgba(31, 35, 26, 0.08));
}

.stitch-archive-inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding: 3rem;
}

.stitch-archive-inner h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.stitch-archive-inner p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
}

.stitch-archive-inner .stitch-home-button {
  margin-top: 2rem;
}

.stitch-empty-panel {
  padding: 1.5rem;
}

.class-memory-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.class-memory-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.class-memory-simple-card {
  border-radius: 1.5rem;
}

.class-memory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.class-memory-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f3f7fb;
  color: #50657f;
  font-size: 0.8rem;
  font-weight: 600;
}

.class-memory-link {
  color: var(--portal-primary-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.class-memory-search-form {
  grid-template-columns: minmax(0, 1fr) auto;
}

.class-memory-search-results {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.class-memory-result-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.class-memory-result-card.is-linked:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  transform: translateY(-0.12rem);
}

.class-memory-result-card .portal-card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.class-memory-result-media {
  flex: 0 0 auto;
}

.class-memory-result-photo,
.class-memory-result-placeholder {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
}

.class-memory-result-photo {
  object-fit: cover;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.class-memory-result-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  color: var(--portal-primary-strong);
  font-size: 1.5rem;
  font-weight: 900;
}

.class-memory-result-copy {
  min-width: 0;
}

.classmates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.classmate-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
  color: inherit;
  text-decoration: none;
}

.classmate-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.classmate-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.classmate-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.classmate-card-photo {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  object-fit: cover;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.classmate-card-photo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(250, 242, 204, 0.95), rgba(255, 255, 255, 0.98));
}

.classmate-card-copy {
  min-width: 0;
}

.members-directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.members-directory-card .portal-card-body {
  padding: 1rem;
}

.members-directory-card .classmate-card-header {
  display: block;
  text-align: center;
}

.members-directory-card .classmate-card-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
}

.members-directory-card .classmate-card-photo-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  font-size: 2rem;
}

.members-directory-card .classmate-card-copy {
  margin-top: 0.9rem;
  text-align: center;
}

.classmate-text-card {
  border-radius: 1.2rem;
}

.classmate-photo {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.classmate-member-media {
  padding: 1.1rem 1rem 0;
  display: flex;
  justify-content: center;
}

.classmate-member-stack {
  position: relative;
  width: 70%;
  aspect-ratio: 9 / 12;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.classmate-member-photo,
.classmate-member-placeholder {
  width: 100%;
  aspect-ratio: 9 / 12;
  border-radius: 1rem;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.classmate-member-stack .classmate-member-photo {
  border-radius: 0;
}

.classmate-member-photo-current {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.classmate-card-link:hover .classmate-member-photo-current,
.classmate-card-link:focus-visible .classmate-member-photo-current {
  opacity: 1;
}

.classmate-member-placeholder {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 2.2rem;
  font-weight: 800;
}

.classmate-member-body {
  padding: 1rem 1.1rem 1.2rem;
  text-align: center;
}

.classmate-memory-name.is-editable {
  cursor: text;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.1rem 0.35rem;
  border-radius: 0.65rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.classmate-memory-name.is-editable:hover,
.classmate-memory-name.is-editable:focus-visible {
  outline: none;
  background: #eff6ff;
  color: var(--portal-primary-strong);
}

.classmate-memory-name-help {
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}

.memory-name-modal[hidden] {
  display: none;
}

.memory-name-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.memory-name-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.memory-name-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}

.memory-name-dialog-title {
  margin: 0.2rem 0 0;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 900;
}

body.memory-name-modal-open {
  overflow: hidden;
}

.member-public-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.member-public-aside {
  display: grid;
  gap: 1rem;
}

.member-public-photo-wrap {
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 246, 252, 0.96));
  border: 1px solid rgba(201, 210, 225, 0.8);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.member-public-photo,
.member-public-photo-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.25rem;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.member-public-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 3rem;
  font-weight: 800;
}

.member-public-content {
  display: grid;
  gap: 1.5rem;
}

.member-public-copy {
  color: #334155;
  line-height: 1.8;
  font-size: 1rem;
}

.member-public-rich {
  margin-top: 0.4rem;
}

.member-public-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.member-public-meta-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(206, 215, 231, 0.9);
  background: rgba(248, 250, 252, 0.96);
  padding: 1rem 1.1rem;
}

.member-public-meta-label {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
}

.member-public-meta-value {
  margin-top: 0.4rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.member-public-link {
  color: var(--portal-primary-strong);
  text-decoration: underline;
  word-break: break-all;
}

.member-public-assignments {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.member-media-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.member-media-card {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(206, 215, 231, 0.9);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.member-media-thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(225, 227, 228, 0.96), #ffffff);
}

.member-media-thumb-video {
  background: #000;
}

.member-media-delete {
  width: 100%;
  border-radius: 0;
}

.main1-logo-slider-section {
  order: 7;
  margin-top: 1.15rem;
  margin-bottom: 1.2rem;
}

.main1-logo-slider-viewport {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  padding: 0.9rem 0;
  border: 1px solid rgba(206, 215, 231, 0.88);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.82));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.main1-logo-slider-track {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding: 0 1rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  justify-content: flex-start;
}

.main1-logo-slide-card {
  position: relative;
  width: 12.5rem;
  min-height: 9.2rem;
  display: grid;
  gap: 0.65rem;
  align-content: center;
  padding: 0.9rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1.2rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  flex: 0 0 auto;
  scroll-snap-align: start;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.main1-logo-slide-card:hover,
.main1-logo-slide-card:focus-visible {
  z-index: 3;
  transform: translateY(-0.25rem);
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
  outline: none;
}

.main1-logo-media {
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main1-logo-media img,
.main1-logo-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0.85rem;
  background: #ffffff;
}

.main1-logo-title {
  overflow: hidden;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main1-logo-hover-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(8.8rem, calc(100% - 1.1rem));
  display: grid;
  justify-items: center;
  gap: 0.25rem;
  padding: 0.55rem;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.main1-logo-slide-card:hover .main1-logo-hover-card,
.main1-logo-slide-card:focus-visible .main1-logo-hover-card {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.main1-logo-hover-card img,
.main1-logo-hover-card span {
  width: 3.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
}

.main1-logo-hover-card img {
  object-fit: cover;
}

.main1-logo-hover-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-size: 1.3rem;
  font-weight: 900;
  background: #eff6ff;
}

.main1-logo-hover-card strong {
  color: #0f172a;
  font-size: 0.82rem;
}

.main1-logo-hover-card small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
}

@keyframes logoSliderMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.mypage-logo-slider-list,
.logo-slider-admin-list {
  display: grid;
  gap: 1rem;
}

.mypage-logo-slider-card,
.logo-slider-admin-card {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1.2rem;
  background: rgba(248, 250, 252, 0.82);
}

.mypage-logo-slider-preview,
.logo-slider-admin-preview {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.mypage-logo-slider-preview img,
.mypage-logo-slider-preview video,
.logo-slider-admin-preview > img,
.logo-slider-admin-preview > video {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: contain;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1rem;
  background: #ffffff;
}

.logo-slider-admin-memory {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem;
  border-radius: 1rem;
  background: #ffffff;
}

.logo-slider-admin-memory img,
.logo-slider-admin-memory span {
  width: 3.1rem;
  height: 3.8rem;
  flex: 0 0 auto;
  border-radius: 0.75rem;
}

.logo-slider-admin-memory img {
  object-fit: cover;
}

.logo-slider-admin-memory span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-weight: 900;
  background: #eff6ff;
}

.logo-slider-admin-memory strong,
.logo-slider-admin-memory small {
  display: block;
}

.logo-slider-admin-memory strong {
  color: #0f172a;
  font-size: 0.9rem;
}

.logo-slider-admin-memory small {
  color: #64748b;
  font-size: 0.78rem;
}

.admin-stitch-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.menu1-role-groups,
.portal-role-groups {
  display: grid;
  gap: 1.6rem;
}

.menu1-role-group,
.portal-role-group {
  display: grid;
  gap: 1rem;
}

.menu1-role-group-head,
.portal-role-group-head {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(206, 215, 231, 0.9);
}

.menu1-role-group-head h3,
.portal-role-group-head {
  margin: 0;
  color: var(--portal-primary-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.portal-page-wide {
  width: min(1280px, calc(100% - 2rem));
}

.about-stitch-page,
.admin-stitch-page {
  display: grid;
  gap: 2rem;
}

.about-stitch-section {
  display: grid;
  gap: 2rem;
}

.about-stitch-section-muted {
  background: var(--portal-surface-low);
  border-radius: 1.5rem;
  padding: 2.5rem;
}

.about-stitch-hero {
  position: relative;
  min-height: 38rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #6f5b3f, #4d5b43);
}

.about-stitch-hero-bg,
.about-stitch-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-stitch-hero-bg {
  background-size: cover;
  background-position: center;
  opacity: 0.58;
}

.about-stitch-hero-overlay {
  background: linear-gradient(90deg, rgba(35, 31, 22, 0.62), rgba(35, 31, 22, 0.3), rgba(35, 31, 22, 0.08));
}

.about-stitch-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.about-stitch-kicker {
  display: inline-block;
  color: var(--portal-secondary-soft);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
}

.about-stitch-title {
  margin: 1rem 0 0;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.02;
  font-style: italic;
  color: #ffffff;
}

.about-stitch-copy {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--portal-on-primary-container);
  font-size: 1.08rem;
  line-height: 1.9;
}

.about-stitch-president-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
}

.about-president-visual {
  position: relative;
}

.about-president-photo-card {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 28px 50px rgba(15, 23, 42, 0.14);
}

.about-president-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-president-quote {
  position: absolute;
  right: -1.4rem;
  bottom: -1.8rem;
  max-width: 17rem;
  padding: 1.6rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #6ab2ff, #4f96eb);
  box-shadow: 0 24px 48px rgba(79, 150, 235, 0.2);
}

.about-president-quote p {
  margin: 0;
  color: #ffffff;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.5;
}

.about-president-quote span {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--portal-secondary-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.about-president-copy {
  display: grid;
  gap: 1.5rem;
}

.about-section-heading {
  display: grid;
  gap: 0.7rem;
}

.about-section-heading-center {
  justify-items: center;
  text-align: center;
}

.about-section-title {
  margin: 0;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  color: var(--portal-primary-strong);
}

.about-section-rule {
  width: 5rem;
  height: 0.2rem;
  border-radius: 999px;
  background: var(--portal-secondary);
}

.about-rich-copy {
  display: grid;
  gap: 1rem;
  color: var(--portal-text);
  font-size: 1.04rem;
  line-height: 1.9;
}

.about-rich-copy p {
  margin: 0;
}

.about-mission-card {
  padding: 2rem;
  border-radius: 1rem;
  border-left: 4px solid var(--portal-secondary);
  background: var(--portal-card);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
}

.about-mission-card h3 {
  margin: 0 0 0.9rem;
  color: var(--portal-secondary);
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 1.9rem;
  font-style: italic;
}

.about-mission-card p {
  margin: 0;
  color: var(--portal-muted);
  font-size: 1.02rem;
  line-height: 1.8;
  font-style: italic;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 4rem;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background: rgba(115, 119, 128, 0.28);
}

.about-timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.about-timeline-row.is-reverse .about-timeline-copy {
  order: 3;
  text-align: left;
}

.about-timeline-row.is-reverse .about-timeline-media {
  order: 1;
}

.about-timeline-copy {
  text-align: right;
}

.about-timeline-year {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--portal-secondary);
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 2.7rem;
  font-style: italic;
}

.about-timeline-copy h3 {
  margin: 0 0 0.8rem;
  color: var(--portal-primary-strong);
  font-size: 1.5rem;
  font-weight: 800;
}

.about-timeline-copy p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.8;
}

.about-timeline-node {
  position: relative;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--portal-secondary);
  box-shadow: 0 0 0 0.6rem var(--portal-surface);
}

.about-timeline-media {
  overflow: hidden;
  border-radius: 1rem;
}

.about-timeline-media img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.about-timeline-row:hover .about-timeline-media img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.about-org-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-org-lead {
  grid-column: span 2;
  padding: 2.4rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #7dbbff, #4f96eb);
  color: #ffffff;
}

.about-org-lead span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--portal-secondary-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-org-lead h3 {
  margin: 0 0 1rem;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 2rem;
}

.about-org-lead p {
  margin: 0;
  color: var(--portal-on-primary-container);
  line-height: 1.8;
}

.about-org-leadership {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.about-org-card,
.about-org-regions {
  padding: 1.8rem;
  border-radius: 1rem;
  background: var(--portal-card);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.05);
}

.about-org-icon {
  color: var(--portal-secondary);
}

.about-org-card h4,
.about-org-regions h3 {
  margin: 1rem 0 0.7rem;
  color: var(--portal-primary-strong);
  font-size: 1.2rem;
  font-weight: 800;
}

.about-org-card p,
.about-org-regions p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.75;
}

.about-org-regions {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffd778, #f4b641);
  color: #734d00;
}

.about-org-regions h3 {
  color: #734d00;
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 2rem;
  font-style: italic;
}

.about-region-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.about-region-grid div {
  padding: 0.85rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.24);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-bylaws-card {
  position: relative;
  max-width: 58rem;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 1.25rem;
  background: var(--portal-card);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08);
}

.about-bylaws-mark {
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0.06;
  color: var(--portal-primary-strong);
}

.about-bylaws-list {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.about-bylaws-list h4 {
  margin: 0 0 0.7rem;
  color: var(--portal-primary-strong);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-bylaws-list p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.9;
}

.about-bylaws-actions {
  margin-top: 2rem;
  text-align: center;
}

.about-leadership-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-leadership-card {
  text-align: center;
}

.about-leadership-photo-shell {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--portal-surface-high);
  border: 4px solid transparent;
  transition: border-color 0.25s ease, filter 0.25s ease;
}

.about-leadership-photo,
.about-leadership-placeholder {
  width: 100%;
  height: 100%;
}

.about-leadership-photo {
  object-fit: cover;
  filter: grayscale(100%);
}

.about-leadership-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 224, 136, 0.32), rgba(172, 199, 255, 0.34));
  color: var(--portal-primary-strong);
  font-family: "Newsreader", "Nanum Myeongjo", serif;
  font-size: 2.8rem;
  font-style: italic;
}

.about-leadership-card:hover .about-leadership-photo-shell {
  border-color: var(--portal-secondary);
}

.about-leadership-card:hover .about-leadership-photo {
  filter: grayscale(0%);
}

.about-leadership-name {
  margin: 0;
  color: var(--portal-primary-strong);
  font-weight: 800;
}

.about-leadership-role {
  margin: 0.35rem 0 0;
  color: var(--portal-muted-soft);
  font-size: 0.82rem;
  font-style: italic;
}

.admin-stitch-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 15rem minmax(0, 1fr);
  align-items: start;
}

.admin-stitch-sidebar {
  position: sticky;
  top: 7rem;
  align-self: start;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #eef7ff, #f7fbff);
}

.admin-stitch-sidebar-head h2 {
  margin: 0;
  color: var(--portal-primary-strong);
  font-family: "Nanum Myeongjo", serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.admin-stitch-sidebar-head p {
  margin: 0.3rem 0 0;
  color: var(--portal-muted-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-stitch-side-nav {
  display: grid;
  gap: 0.3rem;
}

.admin-stitch-side-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.85rem;
  color: var(--portal-muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.admin-stitch-side-nav a:hover,
.admin-stitch-side-nav a.is-active {
  background: rgba(139, 199, 255, 0.24);
  color: var(--portal-primary-strong);
  transform: translateX(0.12rem);
}

.admin-stitch-sidebar-card {
  padding: 1rem;
  border-radius: 0.9rem;
  background: var(--portal-card);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.admin-stitch-sidebar-card p {
  margin: 0 0 0.7rem;
  color: var(--portal-muted-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-stitch-side-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #6ab2ff, #4f96eb);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-stitch-main {
  display: grid;
  gap: 1.5rem;
  min-width: 0;
}

.admin-stitch-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.admin-stitch-header h1 {
  margin: 0;
  color: var(--portal-primary-strong);
  font-family: "Nanum Myeongjo", serif;
  font-size: 2.3rem;
  font-weight: 800;
}

.admin-stitch-header p {
  margin: 0.45rem 0 0;
  color: var(--portal-muted-soft);
  font-size: 0.92rem;
}

.admin-stitch-header-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-stitch-primary-button,
.admin-stitch-ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1.15rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
}

.admin-stitch-primary-button {
  background: var(--portal-primary);
  color: #ffffff;
}

.admin-stitch-ghost-button {
  background: var(--portal-surface-high);
  color: var(--portal-primary);
}

.admin-stitch-stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stitch-stat-card {
  padding: 1.4rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f7fbff, #eef6ff);
}

.admin-stitch-stat-card.is-highlight {
  border-left: 4px solid var(--portal-secondary);
}

.admin-stitch-stat-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  color: var(--portal-muted-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-stitch-stat-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--portal-primary-strong);
  font-family: "Nanum Myeongjo", serif;
  font-size: 2rem;
  font-weight: 800;
}

.admin-stitch-stat-card p {
  margin: 0.35rem 0 0;
  color: var(--portal-muted-soft);
  font-size: 0.78rem;
}

.admin-stitch-content-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 0.9fr);
}

.admin-stitch-panel,
.admin-stitch-log-panel {
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--portal-card);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.admin-stitch-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-stitch-panel-head h3 {
  margin: 0;
  color: var(--portal-primary-strong);
  font-family: "Nanum Myeongjo", serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.admin-stitch-panel-head a {
  color: var(--portal-primary);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-stitch-table-wrap {
  overflow-x: auto;
}

.admin-stitch-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-stitch-table th,
.admin-stitch-table td {
  padding: 0.95rem 0.7rem;
  border-bottom: 1px solid rgba(195, 198, 209, 0.34);
  text-align: left;
  vertical-align: middle;
}

.admin-stitch-table th {
  color: var(--portal-muted-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-stitch-member {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.admin-stitch-member img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  object-fit: cover;
  background: var(--portal-surface-high);
}

.admin-stitch-member span {
  color: var(--portal-text);
  font-size: 0.92rem;
  font-weight: 800;
}

.admin-stitch-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26rem 0.56rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.admin-stitch-status-active {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.admin-stitch-status-review {
  background: rgba(254, 214, 91, 0.24);
  color: var(--portal-on-secondary-container);
}

.admin-stitch-status-pre_registered {
  background: rgba(225, 227, 228, 0.85);
  color: var(--portal-muted);
}

.admin-stitch-status-scheduled,
.admin-stitch-status-draft,
.admin-stitch-status-open {
  background: rgba(141, 211, 255, 0.3);
  color: #0b5cab;
}

.admin-stitch-status-history {
  background: rgba(226, 232, 240, 0.95);
  color: #475569;
}

.admin-stitch-mini-link {
  color: var(--portal-primary);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-stitch-empty-cell {
  color: var(--portal-muted-soft);
  text-align: center;
}

.admin-stitch-notice-list {
  display: grid;
  gap: 0.8rem;
}

.admin-stitch-note {
  padding: 1rem;
  border-radius: 0.85rem;
  background: var(--portal-surface-low);
}

.admin-stitch-note.is-important {
  border-left: 2px solid var(--portal-primary);
  background: rgba(215, 226, 255, 0.28);
}

.admin-stitch-note span {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--portal-primary);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-stitch-note h4 {
  margin: 0;
  color: var(--portal-text);
  font-size: 0.95rem;
  font-weight: 800;
}

.admin-stitch-note p {
  margin: 0.4rem 0 0;
  color: var(--portal-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.admin-stitch-note time {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--portal-muted-soft);
  font-size: 0.7rem;
}

.admin-stitch-log-panel {
  display: grid;
  gap: 1rem;
}

.admin-stitch-log-state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--portal-muted-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.admin-stitch-log-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #10b981;
}

.admin-stitch-log-list {
  display: grid;
  gap: 0.55rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
}

.admin-stitch-log-line {
  display: grid;
  grid-template-columns: 5rem 4.5rem minmax(0, 1fr);
  gap: 0.9rem;
  padding: 0.45rem 0.2rem;
  border-radius: 0.5rem;
}

.admin-stitch-log-line:hover {
  background: var(--portal-surface-low);
}

.admin-stitch-log-time {
  color: var(--portal-muted-soft);
}

.admin-stitch-log-level {
  font-weight: 800;
}

.admin-stitch-log-level.is-info {
  color: #059669;
}

.admin-stitch-log-level.is-db {
  color: #2563eb;
}

.admin-stitch-log-level.is-warn {
  color: #d97706;
}

.admin-stitch-log-copy {
  color: var(--portal-text);
}

.admin-stitch-quick-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stitch-quick-action {
  padding: 1.3rem;
  border-radius: 1rem;
  background: var(--portal-card);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
}

.admin-stitch-quick-action div {
  color: var(--portal-secondary);
}

.admin-stitch-quick-action strong {
  display: block;
  margin-top: 1rem;
  color: var(--portal-primary-strong);
  font-size: 1rem;
}

.admin-stitch-quick-action p {
  margin: 0.55rem 0 0;
  color: var(--portal-muted);
  line-height: 1.65;
  font-size: 0.86rem;
}

.admin-member-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.admin-member-summary-card {
  min-width: 9rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(254, 214, 91, 0.18);
  border: 1px solid rgba(254, 214, 91, 0.35);
}

.admin-member-summary-card span {
  display: block;
  color: var(--portal-muted);
  font-size: 0.88rem;
}

.admin-member-summary-card strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--portal-primary-strong);
  font-size: 1.45rem;
  font-weight: 800;
}

.admin-member-list {
  display: grid;
  gap: 1rem;
}

.admin-member-item {
  display: grid;
  gap: 1rem;
}

.admin-member-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1rem;
}

.admin-member-card {
  height: 100%;
  border: 1px solid var(--portal-outline-soft);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 1rem;
}

.admin-member-identity {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.7rem;
}

.admin-member-copy {
  min-width: 0;
}

.admin-member-photo-stack {
  display: flex;
  align-items: flex-end;
  gap: 0.7rem;
  flex-shrink: 0;
}

.admin-member-photo {
  border-radius: 1rem;
  object-fit: cover;
  border: 1px solid var(--portal-outline-soft);
  background: linear-gradient(135deg, rgba(172, 199, 255, 0.35), rgba(255, 224, 136, 0.35));
}

.admin-member-photo-current {
  width: 5.7rem;
  height: 7rem;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
}

.admin-member-photo-album,
.admin-member-photo-placeholder.is-small {
  width: 3.8rem;
  height: 4.8rem;
}

.admin-member-photo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-size: 0.95rem;
  font-weight: 800;
}

.admin-member-key-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.admin-member-memory-grid {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  gap: 1rem;
}

.admin-member-memory-meta {
  display: grid;
  gap: 0.55rem;
}

.admin-member-meta-line {
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(0, 63, 135, 0.05);
  border: 1px solid rgba(0, 63, 135, 0.08);
}

.admin-member-meta-line span {
  display: block;
  color: var(--portal-muted-soft);
  font-size: 0.8rem;
}

.admin-member-meta-line strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--portal-primary-strong);
  font-size: 0.92rem;
  line-height: 1.5;
  word-break: break-word;
}

.admin-member-form {
  padding-top: 0.25rem;
}

.admin-member-actions {
  justify-content: flex-end;
}

.admin-member-actions-secondary {
  margin-top: -0.2rem;
}

.admin-member-transfer-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.admin-member-transfer-form .portal-input {
  min-width: 18rem;
}

.admin-member-row {
  padding: 0;
  overflow: hidden;
}

.admin-member-row.is-new {
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.08);
}

.admin-member-row summary {
  list-style: none;
}

.admin-member-row summary::-webkit-details-marker {
  display: none;
}

.admin-member-row-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
}

.admin-member-row-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.admin-member-row-photo {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  object-fit: cover;
  border: 1px solid var(--portal-outline-soft);
  background: linear-gradient(135deg, rgba(172, 199, 255, 0.35), rgba(255, 224, 136, 0.35));
  flex-shrink: 0;
}

.admin-member-row-photo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--portal-primary-strong);
  font-weight: 800;
}

.admin-member-row-copy {
  min-width: 0;
}

.admin-member-row-name {
  color: var(--portal-primary-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.admin-member-row-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-member-row-toggle {
  color: var(--portal-secondary-strong);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-member-row-toggle::after {
  content: " ▼";
}

.admin-member-row[open] .admin-member-row-toggle::after {
  content: " ▲";
}

.admin-member-row-detail {
  border-top: 1px solid var(--portal-outline-soft);
  padding: 1rem 1.2rem 1.2rem;
  display: grid;
  gap: 1rem;
  background: rgba(248, 250, 252, 0.55);
}

.admin-write-settings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-write-settings-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--portal-outline-soft);
  background: rgba(248, 250, 252, 0.7);
}

.admin-write-member-picker {
  display: grid;
  gap: 0.65rem;
}

.admin-write-member-toolbar {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.admin-write-member-toolbar .portal-input {
  flex: 1 1 auto;
}

.admin-write-member-results {
  display: grid;
  gap: 0.4rem;
  padding: 0.7rem;
  max-height: 14rem;
  overflow-y: auto;
  border-radius: 0.9rem;
  border: 1px solid var(--portal-outline-soft);
  background: rgba(255, 255, 255, 0.92);
}

.admin-write-member-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(241, 245, 249, 0.78);
  color: var(--portal-text-strong);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.admin-write-member-result:hover {
  background: rgba(219, 234, 254, 0.95);
  transform: translateY(-1px);
}

.admin-write-member-result span:last-child {
  font-size: 0.82rem;
  color: var(--portal-text-soft);
}

.admin-write-member-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-write-member-chip,
.admin-write-member-empty {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 168, 255, 0.34);
  background: rgba(219, 234, 254, 0.86);
  color: var(--portal-text-strong);
  font-size: 0.92rem;
  line-height: 1.2;
}

.admin-write-member-empty {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(248, 250, 252, 0.9);
  color: var(--portal-text-soft);
}

.admin-write-member-chip button {
  border: 0;
  background: transparent;
  color: var(--portal-text-soft);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.admin-write-member-chip button:hover {
  color: var(--portal-danger);
}

@media (max-width: 720px) {
  .admin-write-member-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-write-member-toolbar .portal-button {
    width: 100%;
  }
}

.admin-member-detail-top {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.admin-member-detail-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.admin-member-detail-photo-block {
  display: grid;
  gap: 0.5rem;
}

.admin-member-detail-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  object-fit: cover;
  border: 1px solid var(--portal-outline-soft);
  background: linear-gradient(135deg, rgba(172, 199, 255, 0.35), rgba(255, 224, 136, 0.35));
}

.admin-member-detail-meta {
  display: grid;
  gap: 0.45rem;
}

.main1-page,
.menu1-page {
  display: grid;
  gap: 2.5rem;
}

.portal-page > .main1-hero-page + .portal-section,
.portal-page > .main1-hero-page + .portal-grid-2,
.portal-page > .main1-hero-page + .portal-grid-3 {
  margin-top: 2.5rem;
}

.api-docs-page {
  display: grid;
  gap: 1.5rem;
}

.api-docs-form {
  display: grid;
  gap: 0.9rem;
  max-width: 22rem;
}

.api-docs-form label {
  font-weight: 700;
  color: #0f172a;
}

.api-docs-muted {
  color: #64748b;
  margin-bottom: 1rem;
}

.api-docs-code {
  margin: 0.9rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.api-docs-code code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.api-docs-actions {
  display: flex;
  justify-content: flex-end;
}

.main1-hero,
.menu1-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 22rem;
  min-height: 22rem;
  background: var(--portal-golf-hero-gradient);
  color: #fff;
}

.main1-hero.is-no-image,
.menu1-hero.is-no-image {
  background: var(--portal-golf-hero-gradient);
  color: #fff;
  border: none;
}

.main1-hero.is-no-image .main1-hero-overlay,
.menu1-hero.is-no-image .menu1-hero-overlay {
  display: block;
  background: var(--portal-golf-hero-overlay);
}

.main1-hero.is-no-image .main1-hero-kicker,
.menu1-hero.is-no-image .menu1-hero-kicker {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.94);
}

.main1-hero.is-no-image .main1-hero-copy h1,
.menu1-hero.is-no-image .menu1-hero-inner h1 {
  color: #fff;
}

.main1-hero.is-no-image .main1-hero-copy p,
.menu1-hero.is-no-image .menu1-hero-inner p {
  color: rgba(255, 255, 255, 0.86);
}

.main1-hero.is-no-image .main1-hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.main1-hero.is-no-image .main1-hero-stat span {
  color: rgba(255, 255, 255, 0.78);
}

.main1-hero.is-no-image .main1-hero-stat strong {
  color: #fff;
}

.main1-hero-updates.is-no-image {
  background: var(--portal-golf-hero-gradient);
}

.menu1-hero.is-no-image {
  background: var(--portal-golf-hero-gradient);
}

.member-profile-hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  color: #0f172a;
  border: 1px solid rgba(206, 215, 231, 0.9);
}

.member-profile-hero .main1-hero-overlay {
  display: none;
}

.member-profile-hero .main1-hero-kicker {
  background: rgba(0, 86, 179, 0.08);
  border-color: rgba(0, 86, 179, 0.16);
  color: var(--portal-primary-strong);
}

.member-profile-hero .main1-hero-copy h1 {
  color: #0f172a;
}

.member-profile-hero .main1-hero-copy p {
  color: #475569;
}

.member-profile-hero .main1-hero-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(206, 215, 231, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.member-profile-hero .main1-hero-stat span {
  color: #64748b;
}

.member-profile-hero .main1-hero-stat strong {
  color: #0f172a;
}

.main1-hero-bg,
.menu1-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  opacity: 0.16;
  mix-blend-mode: screen;
}

.main1-hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--portal-golf-hero-overlay);
}

.menu1-hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--portal-golf-hero-overlay);
}

.main1-hero-inner,
.menu1-hero-inner {
  position: relative;
  z-index: 1;
}

.main1-hero-inner {
  box-sizing: border-box;
  height: 100%;
  min-height: 22rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-items: start;
  justify-content: center;
  justify-items: center;
  gap: 1.15rem;
  padding: 3.3rem 0 2.2rem;
  text-align: center;
}

.main1-hero-copy {
  display: grid;
  align-self: start;
  align-content: start;
  justify-items: center;
  width: 100%;
}

.menu1-hero-inner {
  box-sizing: border-box;
  height: 100%;
  min-height: 22rem;
  display: grid;
  align-content: start;
  place-items: start center;
  text-align: center;
  padding: 3.3rem 2rem 2.4rem;
}

.main1-hero-kicker,
.menu1-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main1-hero-copy h1,
.menu1-hero-inner h1 {
  margin: 0.95rem 0 0;
  max-width: min(100%, 58rem);
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu1-hero-inner h1 {
  font-size: clamp(2rem, 3.6vw, 3.1rem);
}

.main1-hero-copy p,
.menu1-hero-inner p {
  margin: 0.75rem 0 0;
  max-width: min(100%, 58rem);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main1-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.main1-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.1rem;
  padding: 0.95rem 1.4rem;
  border-radius: var(--portal-radius-button);
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.main1-button-primary {
  background: #ffffff;
  color: var(--portal-primary-strong);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.main1-button-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.main1-button-white {
  width: 100%;
  background: #fff;
  color: #0f172a;
}

.main1-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: 0.9rem;
  align-content: center;
  justify-self: center;
  width: min(100%, 36rem);
}

.main1-hero-stat {
  padding: 1.15rem;
  border-radius: var(--portal-radius-card);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.main1-hero-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.main1-hero-stat strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.35rem;
  color: #fff;
}

.main1-hero-updates .main1-hero-inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
}

.main1-hero-updates .main1-hero-copy h1,
.main1-hero-updates .main1-hero-copy p {
  display: block;
  overflow: visible;
}

.main1-hero-updates .main1-hero-copy h1 {
  -webkit-line-clamp: unset;
  font-size: clamp(1.95rem, 3.4vw, 2.7rem);
}

.main1-hero-updates .main1-hero-copy p {
  -webkit-line-clamp: unset;
  max-width: min(100%, 58rem);
  font-size: 0.94rem;
}

.main1-hero-updates .main1-hero-stats {
  align-self: center;
  justify-self: center;
}

.main1-hero-updates .main1-hero-stat {
  min-width: 7.2rem;
  padding: 0.72rem 0.9rem;
  border-radius: 1rem;
}

.main1-hero-updates .main1-hero-stat span {
  font-size: 0.72rem;
}

.main1-hero-updates .main1-hero-stat strong {
  margin-top: 0.2rem;
  font-size: 1.02rem;
}

.main1-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 22rem;
  gap: 2rem;
}

.main1-home-hero {
  order: 1;
}

.main1-home-hero .main1-hero-inner {
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr) minmax(7rem, 9rem);
  align-items: start;
  justify-items: center;
}

.main1-home-hero .main1-hero-copy {
  grid-column: 2;
}

.main1-home-hero .main1-hero-stats {
  grid-column: 3;
  justify-self: end;
  width: min(100%, 8.75rem);
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.main1-home-hero .main1-hero-stat {
  padding: 0.58rem 0.7rem;
  border-radius: 0.85rem;
}

.main1-home-hero .main1-hero-stat span {
  font-size: 0.68rem;
}

.main1-home-hero .main1-hero-stat strong {
  margin-top: 0.14rem;
  font-size: 0.88rem;
}

.main1-directory-focus {
  order: 2;
}

.main1-golf-focus-card {
  order: 2;
}

.main1-home-news-area {
  order: 3;
}

.main1-events-section {
  order: 4;
}

.main1-memory-section {
  order: 5;
}

.main1-mobile-actions-section {
  order: 6;
}

.main1-main-column,
.main1-side-column {
  display: grid;
  gap: 2rem;
}

.main1-panel,
.main1-members-panel,
.menu1-panel,
.menu1-side-panel {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.75rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.main1-panel,
.main1-members-panel,
.menu1-panel,
.menu1-side-panel {
  padding: 2rem;
}

.main1-section-block {
  display: grid;
  gap: 1.2rem;
}

.main1-directory-focus,
.main1-golf-focus-card {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid var(--portal-outline-soft);
  border-radius: var(--portal-radius-panel);
  background: var(--portal-card-bg);
  box-shadow: var(--portal-card-shadow);
}

.main1-directory-focus-copy span,
.main1-golf-focus-card span {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 86, 179, 0.1);
  color: var(--portal-primary-strong);
  font-size: 0.75rem;
  font-weight: 900;
}

.main1-directory-focus-copy h2,
.main1-golf-focus-card h2 {
  margin: 0.85rem 0 0;
  color: var(--portal-text);
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.15;
}

.main1-directory-focus-copy p,
.main1-golf-focus-card p {
  margin: 0.7rem 0 0;
  color: var(--portal-muted);
  line-height: 1.65;
}

.main1-directory-focus-search {
  display: grid;
  grid-template-columns: minmax(0, 16rem) auto;
  gap: 0.6rem;
  align-items: center;
  min-width: min(100%, 24rem);
}

.main1-directory-focus-search input {
  min-height: 3.2rem;
  padding: 0 1rem;
  border: 1px solid var(--portal-outline);
  border-radius: var(--portal-radius-button);
  color: var(--portal-text);
  font: inherit;
}

.main1-directory-focus-search button {
  min-height: 3.2rem;
  padding: 0 1.2rem;
  border: 0;
  border-radius: var(--portal-radius-button);
  background: var(--portal-secondary);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.main1-section-head,
.main1-section-heading,
.menu1-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.main1-section-head h2,
.main1-section-heading h2,
.menu1-panel-head h2,
.menu1-side-head h2 {
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 2rem;
  color: #0f172a;
}

.main1-section-head a,
.main1-gallery-head a,
.menu1-panel-head a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #0056b3;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.main1-notice-list,
.main1-members-list,
.menu1-rule-list {
  display: grid;
  gap: 1rem;
}

.main1-notice-item {
  display: block;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #f8fbff;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.main1-notice-item.has-thumb {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1rem;
}

.main1-notice-thumb {
  width: 100%;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.9rem;
}

.main1-notice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.78rem;
  color: var(--portal-muted-soft);
}

.main1-notice-copy h3,
.main1-update-body h3,
.main1-event-body h3,
.menu1-president-copy h3 {
  margin: 0.45rem 0 0;
  color: #0f172a;
}

.main1-notice-copy p,
.main1-update-body p,
.main1-event-body p,
.menu1-rich-copy p,
.menu1-rule-list p,
.menu1-role-copy p,
.menu1-policy-grid p {
  color: var(--portal-muted);
  line-height: 1.7;
}

.main1-update-grid,
.main1-event-grid,
.main1-gallery-grid,
.menu1-role-grid,
.menu1-policy-grid,
.menu1-stat-grid {
  display: grid;
  gap: 1rem;
}

.main1-update-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main1-update-card {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.main1-update-photo,
.main1-event-photo {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}

.main1-update-photo {
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.main1-event-photo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13rem;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}

.main1-event-photo.is-illustration {
  object-fit: contain;
  padding: 2rem;
}

.main1-event-photo-shell.is-illustration.event-category-regular {
  background: linear-gradient(180deg, #eef6ff 0%, #d9ecff 100%);
}

.main1-event-photo-shell.is-illustration.event-category-regional {
  background: linear-gradient(180deg, #eefbf4 0%, #dcfce7 100%);
}

.main1-event-photo-shell.is-illustration.event-category-golf {
  background: linear-gradient(180deg, #f3fbf3 0%, #dcfce7 100%);
}

.main1-event-photo-shell.is-illustration.event-category-casual {
  background: linear-gradient(180deg, #fff8eb 0%, #fef3c7 100%);
}

.main1-event-photo-shell.is-illustration.event-category-ceremony {
  background: linear-gradient(180deg, #f7f4ff 0%, #ede9fe 100%);
}

.main1-event-photo-placeholder {
  display: block;
  background: transparent;
}

.main1-update-body,
.main1-event-body {
  padding: 1.25rem;
}

.main1-update-chip {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 86, 179, 0.1);
  color: #0056b3;
  font-size: 0.72rem;
  font-weight: 800;
}

.main1-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.main1-quick-grid-mobile {
  display: none;
  margin-top: 1.5rem;
}

.main1-quick-card {
  display: grid;
  place-items: center;
  gap: 0.65rem;
  min-height: 8.5rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  color: #0f172a;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.04);
}

.main1-quick-card.is-primary {
  background: linear-gradient(135deg, #0056b3, #0070eb);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 86, 179, 0.2);
}

.main1-member-item {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
}

.main1-member-item-link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.main1-member-item-link:hover,
.main1-member-item-link:focus-visible {
  transform: translateX(0.25rem);
  outline: none;
}

.main1-member-photo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.main1-member-item strong,
.menu1-role-copy strong {
  display: block;
  color: #0f172a;
}

.main1-member-item p,
.main1-gallery-head p,
.menu1-side-panel p {
  margin: 0.2rem 0 0;
  color: var(--portal-muted);
  font-size: 0.88rem;
}

.main1-today-visit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(191, 219, 254, 0.72);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.94), rgba(255, 251, 235, 0.82));
}

.main1-today-visit-card span {
  color: #475569;
  font-size: 0.82rem;
  font-weight: 800;
}

.main1-today-visit-card strong {
  color: var(--portal-primary-strong);
  font-size: 1.05rem;
  font-weight: 900;
}

.main1-golf-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.2);
}

.main1-golf-tag {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.2);
  color: #b7f7d3;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main1-golf-card h3 {
  margin: 1rem 0 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 1.55rem;
}

.main1-golf-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.3rem 0 1.5rem;
}

.main1-golf-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main1-golf-list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.main1-golf-list strong {
  text-align: right;
}

.main1-event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.main1-event-card {
  display: block;
  overflow: hidden;
  border-radius: 1.7rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.main1-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.main1-event-date {
  color: #0056b3;
  font-size: 1.35rem;
  font-weight: 900;
}

.main1-event-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.55rem;
  color: var(--portal-muted);
  font-size: 0.86rem;
}

.portal-layout-news_focus .main1-home-news-area {
  grid-template-columns: minmax(0, 1fr) 18rem;
}

.portal-layout-news_focus .main1-notice-panel {
  padding: 2.35rem;
}

.portal-layout-news_focus .main1-notice-item {
  border-radius: 0.75rem;
  background: #fff;
  border-width: 0 0 1px;
  box-shadow: none;
}

.portal-layout-news_focus .main1-events-section {
  order: 4;
}

.portal-layout-directory_first .main1-directory-focus {
  display: flex;
  order: 2;
}

.portal-layout-directory_first .main1-home-news-area {
  order: 3;
  grid-template-columns: 21rem minmax(0, 1fr);
}

.portal-layout-directory_first .main1-home-side-area {
  order: -1;
}

.portal-layout-directory_first .main1-home-members-section {
  border-color: rgba(0, 86, 179, 0.18);
  background: linear-gradient(135deg, #f7fbff 0%, #fffaf0 100%);
}

.portal-layout-events_first .main1-events-section {
  order: 2;
}

.portal-layout-events_first .main1-home-news-area {
  order: 3;
}

.portal-layout-events_first .main1-event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-layout-events_first .main1-event-card:first-child {
  grid-column: span 2;
}

.portal-layout-memory_album .main1-memory-section {
  order: 2;
  min-height: 24rem;
}

.portal-layout-memory_album .main1-home-news-area {
  order: 3;
}

.portal-layout-memory_album .main1-archive-copy {
  max-width: 38rem;
}

.portal-layout-memory_album .main1-update-card,
.portal-layout-memory_album .main1-event-card,
.portal-layout-memory_album .main1-panel {
  border-radius: 2rem;
}

.portal-layout-golf_focus .main1-golf-focus-card {
  display: flex;
  order: 2;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.2), transparent 18rem),
    linear-gradient(135deg, #0f172a 0%, #14532d 58%, #16a34a 100%);
}

.portal-layout-golf_focus .main1-golf-focus-card h2,
.portal-layout-golf_focus .main1-golf-focus-card p {
  color: #fff;
}

.portal-layout-golf_focus .main1-golf-focus-card span {
  background: rgba(255, 255, 255, 0.14);
  color: #bbf7d0;
}

.portal-layout-golf_focus .main1-home-news-area {
  order: 3;
}

.portal-layout-mobile_app .main1-home-hero {
  height: 19rem;
  min-height: 19rem;
  border-radius: 1.5rem;
}

.portal-layout-mobile_app .main1-hero-inner {
  min-height: 19rem;
}

.portal-layout-mobile_app .main1-mobile-actions-section {
  display: grid;
  order: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.portal-layout-mobile_app .main1-quick-grid-desktop {
  display: none;
}

.portal-layout-mobile_app .main1-home-news-area {
  order: 3;
  grid-template-columns: 1fr;
}

.portal-layout-mobile_app .main1-side-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-layout-member_dashboard .main1-directory-focus {
  display: flex;
  order: 2;
}

.portal-layout-member_dashboard .main1-home-news-area {
  order: 3;
  grid-template-columns: 24rem minmax(0, 1fr);
}

.portal-layout-member_dashboard .main1-home-side-area {
  order: -1;
}

.portal-layout-member_dashboard .main1-home-quick-section {
  grid-template-columns: 1fr;
}

.portal-layout-document_minimal .main1-home-hero {
  height: auto;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  color: var(--portal-text);
  border-top: 2px solid var(--portal-text);
  border-bottom: 1px solid var(--portal-outline);
}

.portal-layout-document_minimal .main1-hero-bg,
.portal-layout-document_minimal .main1-hero-overlay,
.portal-layout-document_minimal .main1-archive-bg,
.portal-layout-document_minimal .main1-archive-overlay {
  display: none;
}

.portal-layout-document_minimal .main1-home-hero .main1-hero-inner {
  min-height: 0;
  padding: 2.2rem 0;
}

.portal-layout-document_minimal .main1-home-hero .main1-hero-copy h1,
.portal-layout-document_minimal .main1-home-hero .main1-hero-copy p,
.portal-layout-document_minimal .main1-home-hero .main1-hero-stat strong {
  color: var(--portal-text);
}

.portal-layout-document_minimal .main1-home-hero .main1-hero-kicker,
.portal-layout-document_minimal .main1-home-hero .main1-hero-stat {
  color: var(--portal-text);
  background: transparent;
  border-color: var(--portal-outline);
  box-shadow: none;
}

.portal-layout-document_minimal .main1-home-news-area {
  grid-template-columns: 1fr;
}

.portal-layout-document_minimal .main1-panel,
.portal-layout-document_minimal .main1-members-panel,
.portal-layout-document_minimal .main1-update-card,
.portal-layout-document_minimal .main1-event-card,
.portal-layout-document_minimal .main1-archive-banner {
  border-radius: 0;
  box-shadow: none;
}

.portal-layout-premium_association .main1-home-hero {
  height: 27rem;
  min-height: 27rem;
}

.portal-layout-premium_association .main1-hero-inner {
  min-height: 27rem;
  grid-template-columns: minmax(0, 1fr);
}

.portal-layout-premium_association .main1-home-news-area {
  grid-template-columns: minmax(0, 1.1fr) 20rem;
}

.portal-layout-premium_association .main1-panel,
.portal-layout-premium_association .main1-members-panel {
  border-radius: 0.6rem;
  border-top: 4px solid var(--portal-secondary);
}

.portal-layout-news_focus .portal-panel,
.portal-layout-news_focus .portal-card {
  border-radius: 0.85rem;
}

.portal-layout-mobile_app .portal-panel,
.portal-layout-mobile_app .portal-card {
  border-radius: 1.45rem;
}

.portal-layout-document_minimal .portal-panel,
.portal-layout-document_minimal .portal-card {
  border-radius: 0;
  box-shadow: none;
}

.portal-layout-document_minimal .portal-button {
  border-radius: 0;
}

.portal-layout-premium_association .portal-panel,
.portal-layout-premium_association .portal-card {
  border-top: 3px solid var(--portal-secondary);
}

.portal-layout-mobile_app .main1-home-hero .main1-hero-inner,
.portal-layout-premium_association .main1-home-hero .main1-hero-inner {
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr) minmax(7rem, 9rem);
}

.portal-visual-newspaper_front .main1-hero,
.portal-visual-newspaper_front .menu1-hero,
.portal-visual-newspaper_front .portal-hero {
  border-radius: 0;
  border-top: 4px double #111827;
  border-bottom: 1px solid #111827;
  background: #fff;
  color: #111827;
  box-shadow: none;
}

.portal-visual-newspaper_front .main1-hero-bg,
.portal-visual-newspaper_front .menu1-hero-bg,
.portal-visual-newspaper_front .main1-hero-overlay,
.portal-visual-newspaper_front .menu1-hero-overlay,
.portal-visual-newspaper_front .portal-hero::before {
  display: none;
}

.portal-visual-newspaper_front .main1-hero-kicker,
.portal-visual-newspaper_front .menu1-hero-kicker,
.portal-visual-newspaper_front .portal-kicker,
.portal-visual-newspaper_front .main1-hero-stat,
.portal-visual-newspaper_front .portal-hero-summary-card,
.portal-visual-newspaper_front .portal-stat-box {
  border-color: #111827;
  background: transparent;
  color: #111827;
  box-shadow: none;
}

.portal-visual-newspaper_front .main1-hero-copy h1,
.portal-visual-newspaper_front .menu1-hero-inner h1,
.portal-visual-newspaper_front .portal-display,
.portal-visual-newspaper_front .main1-hero-copy p,
.portal-visual-newspaper_front .menu1-hero-inner p,
.portal-visual-newspaper_front .portal-lead,
.portal-visual-newspaper_front .main1-hero-stat span,
.portal-visual-newspaper_front .main1-hero-stat strong,
.portal-visual-newspaper_front .portal-hero-summary-value,
.portal-visual-newspaper_front .portal-stat-box span,
.portal-visual-newspaper_front .portal-stat-box strong {
  color: #111827;
}

.portal-visual-newspaper_front .main1-panel,
.portal-visual-newspaper_front .main1-members-panel,
.portal-visual-newspaper_front .menu1-panel,
.portal-visual-newspaper_front .menu1-side-panel,
.portal-visual-newspaper_front .portal-panel,
.portal-visual-newspaper_front .portal-card,
.portal-visual-newspaper_front .main1-update-card,
.portal-visual-newspaper_front .main1-event-card,
.portal-visual-newspaper_front .portal-list-item {
  border-radius: 0;
  border-color: #111827;
  box-shadow: none;
}

.portal-visual-newspaper_front .main1-notice-item {
  border-radius: 0;
  border-width: 0 0 1px;
  background: #fff;
}

.portal-visual-alumni_notebook .main1-hero,
.portal-visual-alumni_notebook .menu1-hero,
.portal-visual-alumni_notebook .portal-hero,
.portal-visual-alumni_notebook .main1-panel,
.portal-visual-alumni_notebook .main1-members-panel,
.portal-visual-alumni_notebook .menu1-panel,
.portal-visual-alumni_notebook .menu1-side-panel,
.portal-visual-alumni_notebook .portal-panel,
.portal-visual-alumni_notebook .portal-card,
.portal-visual-alumni_notebook .main1-update-card,
.portal-visual-alumni_notebook .main1-event-card,
.portal-visual-alumni_notebook .portal-list-item {
  background:
    linear-gradient(90deg, rgba(219, 39, 119, 0.1) 0 1px, transparent 1px 100%),
    repeating-linear-gradient(180deg, #fffdf7 0 33px, #e8eef6 34px 35px);
  border: 1px solid #e5d5b8;
  border-left: 0.45rem solid #f2b93b;
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(115, 92, 0, 0.08);
}

.portal-visual-alumni_notebook .main1-hero,
.portal-visual-alumni_notebook .menu1-hero,
.portal-visual-alumni_notebook .portal-hero {
  color: #1f2937;
}

.portal-visual-alumni_notebook .main1-hero-bg,
.portal-visual-alumni_notebook .menu1-hero-bg,
.portal-visual-alumni_notebook .main1-hero-overlay,
.portal-visual-alumni_notebook .menu1-hero-overlay,
.portal-visual-alumni_notebook .portal-hero::before {
  opacity: 0.08;
}

.portal-visual-alumni_notebook .main1-hero-copy h1,
.portal-visual-alumni_notebook .menu1-hero-inner h1,
.portal-visual-alumni_notebook .portal-display,
.portal-visual-alumni_notebook .main1-hero-copy p,
.portal-visual-alumni_notebook .menu1-hero-inner p,
.portal-visual-alumni_notebook .portal-lead,
.portal-visual-alumni_notebook .main1-hero-stat span,
.portal-visual-alumni_notebook .main1-hero-stat strong {
  color: #1f2937;
}

.portal-visual-alumni_notebook .main1-hero-kicker,
.portal-visual-alumni_notebook .menu1-hero-kicker,
.portal-visual-alumni_notebook .portal-kicker,
.portal-visual-alumni_notebook .main1-hero-stat {
  background: rgba(255, 255, 255, 0.72);
  border-color: #e5d5b8;
  color: #92400e;
}

.portal-visual-calendar_board .main1-hero,
.portal-visual-calendar_board .menu1-hero,
.portal-visual-calendar_board .portal-hero {
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #0ea5e9 0 4.2rem, #ffffff 4.2rem 100%);
  color: #0f172a;
  border: 1px solid #bfdbfe;
  box-shadow: 0 18px 38px rgba(14, 116, 144, 0.1);
}

.portal-visual-calendar_board .main1-hero-bg,
.portal-visual-calendar_board .menu1-hero-bg,
.portal-visual-calendar_board .main1-hero-overlay,
.portal-visual-calendar_board .menu1-hero-overlay,
.portal-visual-calendar_board .portal-hero::before {
  display: none;
}

.portal-visual-calendar_board .main1-hero-kicker,
.portal-visual-calendar_board .menu1-hero-kicker,
.portal-visual-calendar_board .portal-kicker {
  background: #fff;
  color: #0369a1;
  border-color: #bae6fd;
}

.portal-visual-calendar_board .main1-hero-copy h1,
.portal-visual-calendar_board .menu1-hero-inner h1,
.portal-visual-calendar_board .portal-display,
.portal-visual-calendar_board .main1-hero-copy p,
.portal-visual-calendar_board .menu1-hero-inner p,
.portal-visual-calendar_board .portal-lead,
.portal-visual-calendar_board .main1-hero-stat span,
.portal-visual-calendar_board .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-calendar_board .main1-hero-copy h1,
.portal-visual-calendar_board .menu1-hero-inner h1,
.portal-visual-calendar_board .portal-display {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.portal-visual-calendar_board .main1-hero-stat,
.portal-visual-calendar_board .portal-hero-summary-card,
.portal-visual-calendar_board .portal-hero-chip,
.portal-visual-calendar_board .portal-stat-box {
  background: #ffffff;
  border: 1px solid #bae6fd;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(14, 116, 144, 0.08);
  backdrop-filter: none;
}

.portal-visual-calendar_board .portal-hero-summary-card .portal-meta,
.portal-visual-calendar_board .portal-hero-chip,
.portal-visual-calendar_board .portal-stat-box span {
  color: #0369a1;
}

.portal-visual-calendar_board .main1-hero.is-no-image,
.portal-visual-calendar_board .menu1-hero.is-no-image {
  background: linear-gradient(180deg, #0ea5e9 0 4.2rem, #ffffff 4.2rem 100%);
  color: #0f172a;
  border: 1px solid #bfdbfe;
}

.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-overlay,
.portal-visual-calendar_board .menu1-hero.is-no-image .menu1-hero-overlay {
  display: none;
}

.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-kicker,
.portal-visual-calendar_board .menu1-hero.is-no-image .menu1-hero-kicker,
.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-copy h1,
.portal-visual-calendar_board .menu1-hero.is-no-image .main1-hero-copy h1,
.portal-visual-calendar_board .menu1-hero.is-no-image .menu1-hero-inner h1,
.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-copy p,
.portal-visual-calendar_board .menu1-hero.is-no-image .main1-hero-copy p,
.portal-visual-calendar_board .menu1-hero.is-no-image .menu1-hero-inner p,
.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-stat span,
.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-calendar_board .main1-hero.is-no-image .main1-hero-kicker,
.portal-visual-calendar_board .menu1-hero.is-no-image .menu1-hero-kicker {
  background: #fff;
  border-color: #bae6fd;
}

.portal-visual-calendar_board .main1-panel,
.portal-visual-calendar_board .main1-members-panel,
.portal-visual-calendar_board .portal-panel,
.portal-visual-calendar_board .portal-card,
.portal-visual-calendar_board .main1-update-card,
.portal-visual-calendar_board .main1-event-card,
.portal-visual-calendar_board .portal-list-item {
  border-radius: 1.1rem;
  border-top: 0.5rem solid #38bdf8;
  box-shadow: 0 14px 26px rgba(14, 116, 144, 0.08);
}

.portal-visual-calendar_board .portal-hero {
  border: 1px solid #bfdbfe;
  border-top: 1px solid #bfdbfe;
}

.portal-visual-calendar_board .main1-event-date {
  display: inline-flex;
  min-width: 4.2rem;
  justify-content: center;
  padding: 0.45rem 0.65rem;
  border-radius: 0.85rem;
  background: #e0f2fe;
}

.portal-visual-chat_list .main1-hero,
.portal-visual-chat_list .menu1-hero,
.portal-visual-chat_list .portal-hero {
  border-radius: 2rem;
  background: #d9f0ff;
  color: #0f172a;
  border: 1px solid #bae6fd;
}

.portal-visual-chat_list .main1-hero-bg,
.portal-visual-chat_list .menu1-hero-bg,
.portal-visual-chat_list .main1-hero-overlay,
.portal-visual-chat_list .menu1-hero-overlay,
.portal-visual-chat_list .portal-hero::before {
  opacity: 0.12;
}

.portal-visual-chat_list .main1-hero-copy h1,
.portal-visual-chat_list .menu1-hero-inner h1,
.portal-visual-chat_list .portal-display,
.portal-visual-chat_list .main1-hero-copy p,
.portal-visual-chat_list .menu1-hero-inner p,
.portal-visual-chat_list .portal-lead,
.portal-visual-chat_list .main1-hero-stat span,
.portal-visual-chat_list .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-chat_list .main1-hero-kicker,
.portal-visual-chat_list .menu1-hero-kicker,
.portal-visual-chat_list .portal-kicker,
.portal-visual-chat_list .main1-hero-stat {
  background: #fff;
  border-color: transparent;
  color: #0369a1;
}

.portal-visual-chat_list .main1-notice-item,
.portal-visual-chat_list .portal-list-item,
.portal-visual-chat_list .main1-update-card,
.portal-visual-chat_list .main1-event-card {
  position: relative;
  border-radius: 1.35rem 1.35rem 1.35rem 0.35rem;
  background: #fff;
  border-color: #dbeafe;
}

.portal-visual-chat_list .main1-notice-item::before,
.portal-visual-chat_list .portal-list-item::before {
  content: "";
  position: absolute;
  left: -0.28rem;
  bottom: 0.75rem;
  width: 0.65rem;
  height: 0.65rem;
  background: inherit;
  border-left: 1px solid #dbeafe;
  border-bottom: 1px solid #dbeafe;
  transform: rotate(45deg);
}

.portal-visual-album_wall .main1-hero,
.portal-visual-album_wall .menu1-hero,
.portal-visual-album_wall .portal-hero {
  border-radius: 0.5rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.32), transparent 12rem),
    linear-gradient(135deg, #475569, #0f172a);
  color: #fff;
  border: 0.7rem solid #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
}

.portal-visual-album_wall .main1-update-card,
.portal-visual-album_wall .main1-event-card,
.portal-visual-album_wall .portal-card,
.portal-visual-album_wall .portal-list-item,
.portal-visual-album_wall .main1-notice-item {
  border: 0.7rem solid #fff;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.portal-visual-album_wall .main1-update-card:nth-child(odd),
.portal-visual-album_wall .main1-event-card:nth-child(odd),
.portal-visual-album_wall .portal-card:nth-child(odd) {
  transform: rotate(-0.7deg);
}

.portal-visual-album_wall .main1-update-card:nth-child(even),
.portal-visual-album_wall .main1-event-card:nth-child(even),
.portal-visual-album_wall .portal-card:nth-child(even) {
  transform: rotate(0.7deg);
}

.portal-visual-widget_dashboard .main1-hero,
.portal-visual-widget_dashboard .menu1-hero,
.portal-visual-widget_dashboard .portal-hero {
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 85% 18%, rgba(251, 191, 36, 0.28), transparent 13rem),
    linear-gradient(135deg, #eef6ff, #ffffff);
  color: #0f172a;
  border: 1px solid #dbeafe;
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.1);
}

.portal-visual-widget_dashboard .main1-hero-bg,
.portal-visual-widget_dashboard .menu1-hero-bg,
.portal-visual-widget_dashboard .main1-hero-overlay,
.portal-visual-widget_dashboard .menu1-hero-overlay {
  display: none;
}

.portal-visual-widget_dashboard .main1-hero-copy h1,
.portal-visual-widget_dashboard .menu1-hero-inner h1,
.portal-visual-widget_dashboard .portal-display,
.portal-visual-widget_dashboard .main1-hero-copy p,
.portal-visual-widget_dashboard .menu1-hero-inner p,
.portal-visual-widget_dashboard .portal-lead,
.portal-visual-widget_dashboard .main1-hero-stat span,
.portal-visual-widget_dashboard .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-widget_dashboard .main1-hero-stat,
.portal-visual-widget_dashboard .portal-hero-summary-card,
.portal-visual-widget_dashboard .portal-stat-box,
.portal-visual-widget_dashboard .main1-panel,
.portal-visual-widget_dashboard .main1-members-panel,
.portal-visual-widget_dashboard .portal-panel,
.portal-visual-widget_dashboard .portal-card,
.portal-visual-widget_dashboard .main1-update-card,
.portal-visual-widget_dashboard .main1-event-card,
.portal-visual-widget_dashboard .portal-list-item {
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.08);
}

.portal-visual-timeline_flow .main1-hero,
.portal-visual-timeline_flow .menu1-hero,
.portal-visual-timeline_flow .portal-hero {
  border-radius: 0;
  border-left: 0.5rem solid #2563eb;
  background: linear-gradient(90deg, #eff6ff, #ffffff);
  color: #0f172a;
}

.portal-visual-timeline_flow .main1-hero-bg,
.portal-visual-timeline_flow .menu1-hero-bg,
.portal-visual-timeline_flow .main1-hero-overlay,
.portal-visual-timeline_flow .menu1-hero-overlay,
.portal-visual-timeline_flow .portal-hero::before {
  display: none;
}

.portal-visual-timeline_flow .main1-hero-copy h1,
.portal-visual-timeline_flow .menu1-hero-inner h1,
.portal-visual-timeline_flow .portal-display,
.portal-visual-timeline_flow .main1-hero-copy p,
.portal-visual-timeline_flow .menu1-hero-inner p,
.portal-visual-timeline_flow .portal-lead,
.portal-visual-timeline_flow .main1-hero-stat span,
.portal-visual-timeline_flow .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-timeline_flow .main1-notice-list,
.portal-visual-timeline_flow .portal-list,
.portal-visual-timeline_flow .main1-update-grid,
.portal-visual-timeline_flow .main1-event-grid {
  position: relative;
}

.portal-visual-timeline_flow .main1-notice-item,
.portal-visual-timeline_flow .portal-list-item,
.portal-visual-timeline_flow .main1-update-card,
.portal-visual-timeline_flow .main1-event-card {
  position: relative;
  border-radius: 0.8rem;
  border-left: 0.35rem solid #2563eb;
  box-shadow: none;
}

.portal-visual-timeline_flow .main1-notice-item::before,
.portal-visual-timeline_flow .portal-list-item::before {
  content: "";
  position: absolute;
  left: -0.74rem;
  top: 1.25rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #2563eb;
}

.portal-visual-regional_map .main1-hero,
.portal-visual-regional_map .menu1-hero,
.portal-visual-regional_map .portal-hero {
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 25% 32%, rgba(34, 197, 94, 0.24), transparent 5rem),
    radial-gradient(circle at 72% 22%, rgba(14, 165, 233, 0.24), transparent 6rem),
    radial-gradient(circle at 58% 78%, rgba(245, 158, 11, 0.24), transparent 6rem),
    #f8fafc;
  color: #0f172a;
  border: 1px solid #dbeafe;
}

.portal-visual-regional_map .main1-hero-bg,
.portal-visual-regional_map .menu1-hero-bg,
.portal-visual-regional_map .main1-hero-overlay,
.portal-visual-regional_map .menu1-hero-overlay,
.portal-visual-regional_map .portal-hero::before {
  display: none;
}

.portal-visual-regional_map .main1-hero-copy h1,
.portal-visual-regional_map .menu1-hero-inner h1,
.portal-visual-regional_map .portal-display,
.portal-visual-regional_map .main1-hero-copy p,
.portal-visual-regional_map .menu1-hero-inner p,
.portal-visual-regional_map .portal-lead,
.portal-visual-regional_map .main1-hero-stat span,
.portal-visual-regional_map .main1-hero-stat strong {
  color: #0f172a;
}

.portal-visual-regional_map .main1-notice-item,
.portal-visual-regional_map .portal-list-item,
.portal-visual-regional_map .main1-update-card,
.portal-visual-regional_map .main1-event-card,
.portal-visual-regional_map .portal-card {
  position: relative;
  border-radius: 1.15rem;
  border-color: #bfdbfe;
  box-shadow: 0 12px 24px rgba(14, 116, 144, 0.07);
}

.portal-visual-regional_map .main1-notice-item::after,
.portal-visual-regional_map .portal-list-item::after,
.portal-visual-regional_map .main1-event-card::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px 999px 999px 0;
  background: #ef4444;
  transform: rotate(-45deg);
}

.portal-visual-clubhouse_rooms .main1-hero,
.portal-visual-clubhouse_rooms .menu1-hero,
.portal-visual-clubhouse_rooms .portal-hero {
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 80% 16%, rgba(250, 204, 21, 0.22), transparent 11rem),
    linear-gradient(135deg, #064e3b, #0f172a);
  color: #fff;
  border: 1px solid rgba(187, 247, 208, 0.18);
}

.portal-visual-clubhouse_rooms .main1-panel,
.portal-visual-clubhouse_rooms .main1-members-panel,
.portal-visual-clubhouse_rooms .menu1-panel,
.portal-visual-clubhouse_rooms .menu1-side-panel,
.portal-visual-clubhouse_rooms .portal-panel,
.portal-visual-clubhouse_rooms .portal-card,
.portal-visual-clubhouse_rooms .main1-update-card,
.portal-visual-clubhouse_rooms .main1-event-card,
.portal-visual-clubhouse_rooms .portal-list-item,
.portal-visual-clubhouse_rooms .main1-notice-item {
  border-radius: 1.8rem;
  border-color: #d9f99d;
  background: linear-gradient(180deg, #ffffff, #f7fee7);
  box-shadow: 0 16px 32px rgba(6, 78, 59, 0.08);
}

.portal-visual-clubhouse_rooms .main1-hero-kicker,
.portal-visual-clubhouse_rooms .menu1-hero-kicker,
.portal-visual-clubhouse_rooms .portal-kicker,
.portal-visual-clubhouse_rooms .main1-hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(187, 247, 208, 0.24);
}

.portal-visual-search_portal .main1-hero,
.portal-visual-search_portal .menu1-hero,
.portal-visual-search_portal .portal-hero {
  height: auto;
  min-height: 16rem;
  border-radius: 2.2rem;
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.portal-visual-search_portal .main1-hero-inner,
.portal-visual-search_portal .menu1-hero-inner,
.portal-visual-search_portal .portal-hero-inner {
  min-height: 16rem;
}

.portal-visual-search_portal .main1-hero-bg,
.portal-visual-search_portal .menu1-hero-bg,
.portal-visual-search_portal .main1-hero-overlay,
.portal-visual-search_portal .menu1-hero-overlay,
.portal-visual-search_portal .portal-hero::before {
  display: none;
}

.portal-visual-search_portal .main1-hero-copy,
.portal-visual-search_portal .menu1-hero-inner {
  text-align: center;
}

.portal-visual-search_portal .main1-hero-inner {
  grid-template-columns: minmax(0, 1fr);
}

.portal-visual-search_portal .main1-hero-stats {
  display: none;
}

.portal-visual-search_portal .main1-hero-copy h1,
.portal-visual-search_portal .menu1-hero-inner h1,
.portal-visual-search_portal .portal-display,
.portal-visual-search_portal .main1-hero-copy p,
.portal-visual-search_portal .menu1-hero-inner p,
.portal-visual-search_portal .portal-lead {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  color: #0f172a;
}

.portal-visual-search_portal .main1-hero-kicker,
.portal-visual-search_portal .menu1-hero-kicker,
.portal-visual-search_portal .portal-kicker {
  background: #f8fafc;
  color: #2563eb;
  border-color: #dbeafe;
}

.portal-visual-search_portal .main1-panel,
.portal-visual-search_portal .main1-members-panel,
.portal-visual-search_portal .menu1-panel,
.portal-visual-search_portal .menu1-side-panel,
.portal-visual-search_portal .portal-panel,
.portal-visual-search_portal .portal-card,
.portal-visual-search_portal .main1-update-card,
.portal-visual-search_portal .main1-event-card,
.portal-visual-search_portal .portal-list-item,
.portal-visual-search_portal .main1-notice-item {
  border-radius: 1.25rem;
  border-color: #e2e8f0;
  box-shadow: none;
}

.portal-visual-alumni_notebook .portal-hero-summary-value,
.portal-visual-alumni_notebook .portal-stat-box span,
.portal-visual-alumni_notebook .portal-stat-box strong,
.portal-visual-calendar_board .portal-hero-summary-value,
.portal-visual-calendar_board .portal-stat-box span,
.portal-visual-calendar_board .portal-stat-box strong,
.portal-visual-chat_list .portal-hero-summary-value,
.portal-visual-chat_list .portal-stat-box span,
.portal-visual-chat_list .portal-stat-box strong,
.portal-visual-widget_dashboard .portal-hero-summary-value,
.portal-visual-widget_dashboard .portal-stat-box span,
.portal-visual-widget_dashboard .portal-stat-box strong,
.portal-visual-timeline_flow .portal-hero-summary-value,
.portal-visual-timeline_flow .portal-stat-box span,
.portal-visual-timeline_flow .portal-stat-box strong,
.portal-visual-regional_map .portal-hero-summary-value,
.portal-visual-regional_map .portal-stat-box span,
.portal-visual-regional_map .portal-stat-box strong,
.portal-visual-search_portal .portal-hero-summary-value,
.portal-visual-search_portal .portal-stat-box span,
.portal-visual-search_portal .portal-stat-box strong {
  color: #0f172a;
}

.portal-visual-alumni_notebook .main1-button-secondary,
.portal-visual-alumni_notebook .portal-hero .portal-button-secondary,
.portal-visual-calendar_board .main1-button-secondary,
.portal-visual-calendar_board .portal-hero .portal-button-secondary,
.portal-visual-chat_list .main1-button-secondary,
.portal-visual-chat_list .portal-hero .portal-button-secondary,
.portal-visual-widget_dashboard .main1-button-secondary,
.portal-visual-widget_dashboard .portal-hero .portal-button-secondary,
.portal-visual-timeline_flow .main1-button-secondary,
.portal-visual-timeline_flow .portal-hero .portal-button-secondary,
.portal-visual-regional_map .main1-button-secondary,
.portal-visual-regional_map .portal-hero .portal-button-secondary,
.portal-visual-search_portal .main1-button-secondary,
.portal-visual-search_portal .portal-hero .portal-button-secondary {
  background: #fff;
  color: var(--portal-primary-strong);
  border-color: var(--portal-outline);
}

.main1-archive-banner {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  min-height: 18rem;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.main1-archive-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.main1-archive-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.48), rgba(15, 23, 42, 0.18));
}

.main1-archive-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding: 3rem;
  color: #fff;
}

.main1-archive-copy h2 {
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 2.4rem;
}

.main1-archive-copy p {
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}

.main1-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.main1-gallery-head h2 {
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 2rem;
  color: #0f172a;
}

.main1-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.main1-gallery-card {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #e2e8f0;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.main1-gallery-card img,
.main1-gallery-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main1-empty-card {
  padding: 1.2rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
  color: var(--portal-muted);
}

.menu1-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 22rem;
  gap: 2rem;
  align-items: start;
}

.menu1-main-column,
.menu1-side-column {
  display: grid;
  gap: 1.5rem;
}

.menu1-panel-rule {
  width: 4rem;
  height: 0.22rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0056b3, #8bc7ff);
}

.menu1-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0.45rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
  margin-top: 1.2rem;
}

.menu1-tab {
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  color: var(--portal-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.menu1-tab.is-active {
  background: #fff;
  color: #0056b3;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.menu1-president-grid {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1.4rem;
}

.menu1-president-copy {
  display: grid;
  align-content: start;
}

.menu1-president-copy h3 {
  margin: 0;
  color: #0f172a;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
}

.menu1-president-photo-wrap {
  position: relative;
}

.menu1-president-photo {
  width: 100%;
  height: 21rem;
  object-fit: cover;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #dbeafe, #ffffff);
  display: grid;
  place-items: center;
  color: #0056b3;
  font-size: 4rem;
  font-weight: 900;
}

.menu1-president-badge {
  position: absolute;
  right: -0.8rem;
  bottom: -0.8rem;
  padding: 0.7rem 1rem;
  border-radius: 0.9rem;
  background: #008733;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 135, 51, 0.24);
}

.menu1-president-copy span {
  display: inline-block;
  margin-top: 0.35rem;
  color: #0056b3;
  font-size: 0.95rem;
  font-weight: 800;
}

.menu1-rich-copy {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.menu1-quote {
  color: #0f172a !important;
  font-size: 1.02rem;
  font-weight: 800;
}

.menu1-role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.menu1-role-card {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
}

.menu1-role-card-link {
  color: inherit;
  text-decoration: none;
}

.menu1-role-photo {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #ffffff);
  display: grid;
  place-items: center;
  color: #0056b3;
  font-weight: 900;
}

.menu1-role-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu1-role-copy span {
  display: inline-block;
  color: #0056b3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu1-policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.menu1-policy-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu1-policy-grid article {
  padding: 1.2rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
}

.menu1-policy-grid article div,
.menu1-side-head {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.menu1-policy-grid h3,
.menu1-rule-list h4 {
  margin: 0.75rem 0 0;
  color: #0f172a;
}

.menu1-side-head {
  margin-bottom: 1rem;
  color: #0056b3;
}

.menu1-rule-list div + div {
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.menu1-side-button {
  width: 100%;
  margin-top: 1.4rem;
  color: #0f172a;
  border-color: rgba(203, 213, 225, 0.8);
}

.menu1-side-panel.is-accent {
  background: linear-gradient(180deg, #eef6ff, #ffffff);
}

.menu1-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu1-stat-grid div {
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
}

.menu1-stat-grid span {
  display: block;
  color: var(--portal-muted-soft);
  font-size: 0.8rem;
}

.menu1-stat-grid strong {
  display: block;
  margin-top: 0.35rem;
  color: #0056b3;
  font-size: 1.4rem;
}

.admin-hero-settings-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.admin-hero-settings-card {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--portal-surface-low);
  border: 1px solid var(--portal-outline-soft);
}

.admin-hero-settings-card img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.9rem;
  margin-top: 0.85rem;
}

.admin-hero-settings-clear {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--portal-muted);
  font-size: 0.88rem;
}

.admin-hero-settings-empty {
  margin-top: 0.85rem;
  min-height: 10rem;
  border-radius: 0.9rem;
  border: 1px dashed rgba(148, 163, 184, 0.8);
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  color: #64748b;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.92rem;
}

@media (min-width: 640px) {
  .admin-hero-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .admin-hero-settings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .glory-rotator-frame {
    height: 24rem;
  }
}

@media (max-width: 1100px) {
  .portal-header-shell,
  .main1-main-grid,
  .main1-event-grid,
  .main1-gallery-grid,
  .portal-info-grid,
  .admin-hero-settings-grid,
  .stitch-home-first-grid,
  .stitch-home-split,
  .about-org-grid,
  .portal-grid-4,
  .portal-feature-grid,
  .portal-gallery-grid,
  .member-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stitch-home-first-grid,
  .stitch-home-split,
  .stitch-event-grid,
  .about-stitch-president-grid,
  .admin-stitch-shell,
  .admin-stitch-content-grid,
  .admin-stitch-quick-grid,
  .admin-stitch-stat-grid,
  .portal-grid-3,
  .portal-footer-main,
  .portal-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-hero-inner,
  .portal-profile,
  .mypage-leadership-editor,
  .member-public-layout {
    grid-template-columns: 1fr;
  }

  .mypage-leadership-photo {
    max-width: 12rem;
  }

  .admin-member-top,
  .admin-member-memory-grid,
  .admin-member-detail-top {
    grid-template-columns: 1fr;
  }

  .portal-home-hero {
    grid-template-columns: 1fr;
  }

  .menu1-content-grid,
  .menu1-president-grid,
  .menu1-role-grid,
  .menu1-policy-grid,
  .menu1-policy-grid-two,
  .menu1-stat-grid {
    grid-template-columns: 1fr;
  }

  .about-org-lead,
  .about-org-regions {
    grid-column: span 2;
  }

  .about-leadership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main1-side-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-layout-directory_first .main1-home-news-area,
  .portal-layout-member_dashboard .main1-home-news-area,
  .portal-layout-news_focus .main1-home-news-area,
  .portal-layout-premium_association .main1-home-news-area {
    grid-template-columns: 1fr;
  }

  .portal-layout-directory_first .main1-home-side-area,
  .portal-layout-member_dashboard .main1-home-side-area {
    order: 0;
  }

  .portal-layout-events_first .main1-event-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .portal-related-link-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .portal-related-link-bar .portal-button {
    width: 100%;
  }

  .golf-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
  }

  .golf-tab-link {
    min-height: 2.8rem;
    padding: 0.62rem 0.7rem;
    font-size: 0.88rem;
  }

  .portal-visual-album_wall .main1-update-card:nth-child(odd),
  .portal-visual-album_wall .main1-event-card:nth-child(odd),
  .portal-visual-album_wall .portal-card:nth-child(odd),
  .portal-visual-album_wall .main1-update-card:nth-child(even),
  .portal-visual-album_wall .main1-event-card:nth-child(even),
  .portal-visual-album_wall .portal-card:nth-child(even) {
    transform: none;
  }

  .portal-visual-search_portal .main1-hero,
  .portal-visual-search_portal .menu1-hero,
  .portal-visual-search_portal .portal-hero {
    min-height: 14rem;
  }

  .portal-visual-search_portal .main1-hero-inner,
  .portal-visual-search_portal .menu1-hero-inner,
  .portal-visual-search_portal .portal-hero-inner {
    min-height: 14rem;
  }

  .flash-stack {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }

  .portal-section-head,
  .phone-form-row,
  .stitch-section-head,
  .stitch-event-actions,
  .stitch-golf-summary-head,
  .admin-stitch-header,
  .admin-stitch-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .portal-nav-desktop {
    display: none;
  }

  .portal-subnav {
    display: none;
  }

  .portal-header-actions {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
  }

  .portal-header-tools,
  .portal-header-account {
    display: none;
  }

  .portal-header-main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .portal-header-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .portal-brand {
    min-width: 0;
    gap: 0.75rem;
  }

  .portal-brand > div {
    min-width: 0;
  }

  .portal-mobile-button {
    display: inline-flex;
  }

  .portal-mobile-utility {
    display: none;
  }

  .portal-share-panel {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .portal-container,
  .portal-page {
    width: min(100% - 1.2rem, 100%);
  }

  .portal-mobile-grid {
    grid-template-columns: 1fr;
  }

  .portal-mobile-menu {
    padding: 0.8rem 0 1rem;
    max-height: calc(100vh - 5.5rem);
  }

  .portal-mobile-menu-panel {
    display: grid;
    gap: 0.75rem;
  }

  .portal-mobile-menu--full_screen,
  .portal-mobile-menu--bottom_sheet,
  .portal-mobile-menu--bottom_tabs,
  .portal-mobile-menu--left_drawer {
    position: fixed;
    z-index: 120;
    border-top: 0;
    background: rgba(15, 23, 42, 0.34);
    max-height: none;
    overflow-y: auto;
  }

  .portal-mobile-menu--full_screen {
    inset: 0;
    padding: 0.9rem;
  }

  .portal-mobile-menu--full_screen .portal-mobile-menu-panel {
    min-height: calc(100vh - 1.8rem);
    align-content: start;
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    overflow-y: auto;
  }

  .portal-mobile-menu--bottom_sheet,
  .portal-mobile-menu--bottom_tabs {
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 0.75rem;
  }

  .portal-mobile-menu--bottom_sheet .portal-mobile-menu-panel,
  .portal-mobile-menu--bottom_tabs .portal-mobile-menu-panel {
    max-height: min(84vh, 42rem);
    padding: 0.85rem;
    border-radius: 1.4rem 1.4rem 1rem 1rem;
    background: #fff;
    box-shadow: 0 -20px 50px rgba(15, 23, 42, 0.22);
    overflow-y: auto;
  }

  .portal-mobile-menu--bottom_sheet .portal-mobile-sheet-handle,
  .portal-mobile-menu--bottom_tabs .portal-mobile-sheet-handle {
    display: block;
  }

  .portal-mobile-menu--left_drawer {
    inset: 0;
    padding: 0;
  }

  .portal-mobile-menu--left_drawer .portal-mobile-menu-panel {
    width: min(86vw, 23rem);
    min-height: 100vh;
    align-content: start;
    padding: 1rem;
    border-radius: 0 1.35rem 1.35rem 0;
    background: #fff;
    box-shadow: 24px 0 60px rgba(15, 23, 42, 0.24);
    overflow-y: auto;
  }

  .portal-mobile-menu--full_screen .portal-mobile-nav {
    grid-template-columns: 1fr;
  }

  .portal-mobile-menu--icon_cards .portal-mobile-nav,
  .portal-mobile-menu--profile_first .portal-mobile-nav,
  .portal-mobile-menu--search_first .portal-mobile-nav,
  .portal-mobile-menu--news_first .portal-mobile-nav,
  .portal-mobile-menu--quick_actions .portal-mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-mobile-menu--bottom_sheet .portal-mobile-nav,
  .portal-mobile-menu--bottom_tabs .portal-mobile-nav,
  .portal-mobile-menu--quick_more .portal-mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-mobile-menu--profile_first .portal-mobile-account-card {
    padding: 1.15rem;
    border-color: rgba(0, 86, 179, 0.2);
    background: linear-gradient(135deg, #eaf5ff 0%, #fff4d6 100%);
  }

  .portal-mobile-menu--profile_first .portal-mobile-account-main span {
    font-size: 1.12rem;
  }

  .portal-mobile-menu--quick_actions .portal-mobile-quick-actions a {
    min-height: 5rem;
    color: #003f86;
  }

  .portal-mobile-menu--quick_actions .portal-mobile-nav-link {
    min-height: 2.85rem;
    font-size: 0.88rem;
  }

  .portal-mobile-bottom-tabs {
    position: fixed;
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.15rem;
    padding: 0.45rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
  }

  .portal-mobile-bottom-tabs a,
  .portal-mobile-bottom-tabs button {
    display: flex;
    min-width: 0;
    min-height: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    border: 0;
    border-radius: 1rem;
    background: transparent;
    color: #475569;
    text-decoration: none;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 900;
  }

  .portal-mobile-bottom-tabs .is-active,
  .portal-mobile-bottom-tabs button {
    background: #eaf5ff;
    color: var(--portal-primary-strong);
  }

  .portal-mobile-style-bottom_tabs .portal-main {
    padding-bottom: 7rem;
  }

  .main1-directory-focus,
  .main1-golf-focus-card {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem;
  }

  .main1-directory-focus-search {
    grid-template-columns: 1fr auto;
    min-width: 0;
  }

  .portal-layout-mobile_app .main1-mobile-actions-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-layout-premium_association .main1-home-hero {
    height: 20rem;
    min-height: 20rem;
  }

  .portal-layout-premium_association .main1-hero-inner {
    min-height: 20rem;
  }

  .portal-mobile-golf-subnav {
    display: grid;
  }

  .portal-mobile-menu .portal-share-panel {
    left: auto;
    right: 0;
    transform: none;
    width: min(19rem, calc(100vw - 2.5rem));
  }

  .portal-board-toolbar {
    grid-template-columns: 1fr;
  }

  .portal-board-toolbar-spacer {
    display: none;
  }

  .class-memory-search-form {
    grid-template-columns: 1fr;
  }

  .class-memory-search-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .class-memory-result-card .portal-card-body {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.55rem;
    padding: 0.7rem 0.45rem;
  }

  .class-memory-result-photo,
  .class-memory-result-placeholder {
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 0.9rem;
  }

  .class-memory-result-copy .text-lg {
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .portal-grid-2,
  .portal-grid-3,
  .portal-grid-4,
  .portal-info-grid,
  .main1-main-grid,
  .main1-update-grid,
  .main1-event-grid,
  .main1-quick-grid,
  .main1-side-column,
  .menu1-role-grid,
  .menu1-stat-grid,
  .stitch-home-first-grid,
  .stitch-home-split,
  .stitch-event-grid,
  .stitch-update-grid,
  .stitch-quick-grid,
  .stitch-media-grid,
  .about-stitch-president-grid,
  .about-org-grid,
  .about-leadership-grid,
  .about-region-grid,
  .admin-stitch-shell,
  .admin-stitch-content-grid,
  .admin-stitch-stat-grid,
  .admin-stitch-quick-grid,
  .portal-feature-grid,
  .portal-gallery-grid,
  .member-media-grid,
  .portal-form-grid,
  .portal-footer-main,
  .portal-mini-grid,
  .portal-mobile-grid {
    grid-template-columns: 1fr;
  }

  .portal-footer-top-inner,
  .portal-footer-identity {
    flex-direction: column;
    align-items: flex-start;
  }

  .portal-footer-identity {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }

  .portal-footer-logo {
    width: 3.2rem;
    height: 3.2rem;
  }

  .portal-footer-copy-lines {
    gap: 0.18rem;
    min-width: 0;
  }

  .portal-footer-copy-lines p {
    font-size: 0.78rem;
    line-height: 1.45;
    word-break: keep-all;
  }

  .member-public-meta-grid {
    grid-template-columns: 1fr;
  }

  .portal-brand-title {
    font-size: 1rem;
    line-height: 1.25;
  }

  .portal-brand-subtitle {
    display: block;
    font-size: 0.74rem;
    line-height: 1.2;
    margin-top: 0.08rem;
  }

  .portal-brand-logo {
    width: 3.8rem;
    height: 3.8rem;
  }

  .portal-footer-logo {
    width: 3.4rem;
    height: 3.4rem;
  }

  .portal-hero-inner {
    align-content: start;
    align-items: start;
    justify-content: center;
    height: auto;
    min-height: 18rem;
    padding: 2.7rem 1.2rem 1.6rem;
  }

  .portal-hero {
    height: 18rem;
    min-height: 18rem;
  }

  .main1-hero,
  .menu1-hero {
    height: 18rem;
    min-height: 18rem;
    border-radius: 1rem;
  }

  .portal-page > .main1-hero-page + .portal-section,
  .portal-page > .main1-hero-page + .portal-grid-2,
  .portal-page > .main1-hero-page + .portal-grid-3 {
    margin-top: 1.4rem;
  }

  .main1-hero-inner,
  .menu1-hero-inner,
  .main1-archive-copy {
    height: auto;
    min-height: 18rem;
    padding: 2.7rem 1.2rem 1.6rem;
  }

  .main1-hero-inner {
    align-content: start;
    align-items: start;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .main1-hero-copy,
  .main1-hero-stats {
    align-content: start;
  }

  .main1-hero-copy {
    width: 100%;
    max-width: none;
  }

  .main1-home-hero .main1-hero-copy,
  .main1-home-hero .main1-hero-stats {
    grid-column: 1;
  }

  .main1-hero-copy p {
    max-width: none;
  }

  .main1-hero-stats {
    display: none;
  }

  .main1-hero-updates .main1-hero-inner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .main1-hero-updates .main1-hero-stats {
    justify-self: center;
  }

  .main1-hero-updates .main1-hero-stat {
    min-width: 0;
    width: fit-content;
  }

  .main1-hero-copy h1,
  .menu1-hero-inner h1,
  .main1-archive-copy h2 {
    font-size: 1.9rem;
  }

  .main1-hero-copy p,
  .menu1-hero-inner p {
    font-size: 0.92rem;
  }

  .main1-panel,
  .main1-members-panel,
  .menu1-panel,
  .menu1-side-panel {
    padding: 1.35rem;
    border-radius: 1.2rem;
  }

  .menu1-page {
    gap: 1.5rem;
  }

  .menu1-content-grid,
  .menu1-main-column,
  .menu1-side-column {
    gap: 1rem;
  }

  .menu1-president-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .menu1-president-photo-wrap {
    width: min(100%, 9rem);
    margin: 0 auto;
  }

  .menu1-president-photo {
    height: 10rem;
  }

  .menu1-president-copy h3 {
    font-size: 1.65rem;
  }

  .menu1-role-groups {
    gap: 1rem;
  }

  .menu1-role-group {
    gap: 0.8rem;
  }

  .menu1-role-card {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.95rem;
  }

  .menu1-role-photo {
    width: 3.4rem;
    height: 3.4rem;
  }

  .menu1-policy-grid article,
  .menu1-stat-grid div {
    padding: 1rem;
  }

  .main1-quick-card {
    min-height: auto;
    padding: 1rem 1.1rem;
    grid-template-columns: auto 1fr;
    place-items: center start;
    justify-items: start;
    text-align: left;
  }

  .main1-quick-card svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .main1-quick-grid-desktop {
    display: none;
  }

  .main1-quick-grid-mobile {
    display: grid;
  }

  .main1-notice-item {
    grid-template-columns: 1fr;
  }

  .admin-member-identity {
    flex-direction: column;
  }

  .admin-member-row-summary,
  .admin-member-row-main,
  .admin-member-row-side {
    align-items: flex-start;
  }

  .admin-member-row-summary {
    flex-direction: column;
  }

  .admin-member-row-side {
    justify-content: flex-start;
  }

  .admin-member-detail-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-member-actions {
    justify-content: flex-start;
  }

  .main1-event-photo,
  .main1-update-photo {
    height: 11rem;
  }

  .stitch-home-hero {
    min-height: 31rem;
  }

  .stitch-home-hero-inner,
  .stitch-archive-inner {
    padding: 2rem 1.2rem;
  }

  .portal-display {
    font-size: 2rem;
  }

  .stitch-home-title {
    font-size: 2.5rem;
  }

  .portal-hero-photo-frame,
  .portal-hero-photo {
    min-height: 260px;
  }

  .about-stitch-section-muted,
  .about-bylaws-card {
    padding: 1.4rem;
  }

  .about-stitch-hero {
    min-height: 31rem;
  }

  .about-stitch-hero-inner {
    width: min(100%, calc(100% - 2rem));
    padding: 2.5rem 0;
  }

  .about-stitch-title {
    font-size: 2.8rem;
  }

  .about-president-quote {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .about-timeline::before {
    display: none;
  }

  .about-timeline-row,
  .about-timeline-row.is-reverse {
    grid-template-columns: 1fr;
  }

  .about-timeline-copy,
  .about-timeline-row.is-reverse .about-timeline-copy {
    order: 1;
    text-align: left;
  }

  .about-timeline-node {
    display: none;
  }

  .about-timeline-media,
  .about-timeline-row.is-reverse .about-timeline-media {
    order: 2;
  }

  .admin-stitch-sidebar {
    position: static;
  }

  .admin-stitch-log-line {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .portal-hero-summary-grid,
  .portal-list-item-rich {
    grid-template-columns: 1fr;
  }

  .stitch-golf-summary-grid {
    grid-template-columns: 1fr;
  }

  .classmates-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .classmate-member-media {
    padding: 0.65rem 0.45rem 0;
  }

  .classmate-member-body {
    padding: 0.55rem 0.45rem 0.75rem;
  }

  .classmate-member-body h3 {
    font-size: 0.9rem;
  }

  .stitch-quick-wide {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .stitch-notice-item {
    flex-direction: column;
  }

  .stitch-date-badge {
    width: 4.4rem;
  }

  .portal-list-thumb {
    height: 180px;
  }

  .portal-board-mobile-meta {
    display: block;
  }

  .portal-board-notices {
    min-width: 0;
  }

  .portal-board-notices thead {
    display: none;
  }

  .portal-board-notices,
  .portal-board-notices tbody,
  .portal-board-notices tr,
  .portal-board-notices td {
    display: block;
    width: 100%;
  }

  .portal-board-notices tbody {
    display: grid;
    gap: 0.9rem;
  }

  .portal-board-notices tr {
    padding: 1rem;
    border: 1px solid var(--portal-outline-soft);
    border-radius: 1rem;
    background: #fff;
  }

  .portal-board-notices td {
    padding: 0;
    border: 0;
  }

  .portal-board-notices .portal-board-col-category,
  .portal-board-notices .portal-board-col-number,
  .portal-board-notices .portal-board-col-author,
  .portal-board-notices .portal-board-col-date,
  .portal-board-notices .portal-board-col-views {
    display: none;
  }

  .portal-board-title-link-mobile {
    display: grid;
    grid-template-columns: 4.25rem minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    width: 100%;
  }

  .portal-board-title-link-mobile.is-no-thumb {
    grid-template-columns: 1fr;
  }

  .portal-board-title-link-mobile .portal-board-thumb {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1rem;
  }

  .portal-board-title-link-mobile .portal-board-title-copy {
    padding-top: 0.05rem;
  }

  .portal-comment-children {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
  }

  .phone-form-row > * {
    width: 100%;
  }

  .admin-media-preview {
    height: 9rem;
  }

  .basic-photo-viewer-info {
    min-height: 3rem;
    padding: 0.55rem 3.5rem 0.35rem;
  }

  .basic-photo-viewer-title {
    font-size: 0.84rem;
  }

  .basic-photo-viewer-feedback {
    font-size: 0.72rem;
  }

  .basic-photo-viewer-controls {
    min-height: 3.1rem;
    padding-bottom: 0.65rem;
  }

  .basic-photo-viewer-control {
    width: 3rem;
    height: 2.35rem;
    font-size: 1.6rem;
  }

  .basic-photo-viewer-close {
    top: 0.65rem;
    right: 0.65rem;
    min-height: 2.05rem;
    padding: 0.36rem 0.58rem;
    font-size: 0.76rem;
  }

  .basic-photo-viewer-actions {
    top: 0.65rem;
    left: 0.65rem;
    gap: 0.35rem;
  }

  .basic-photo-viewer-action {
    min-height: 2.05rem;
    padding: 0.36rem 0.58rem;
    font-size: 0.76rem;
  }

}

@media (min-width: 768px) {
  .classmates-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .classmates-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .mypage-logo-slider-card,
  .logo-slider-admin-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main1-home-hero .main1-hero-inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .main1-home-hero .main1-hero-copy {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .main1-home-hero .main1-hero-copy h1,
  .main1-home-hero .main1-hero-copy p {
    max-width: none;
  }

  .main1-home-hero .main1-hero-stats {
    display: none;
    grid-column: 1 / -1;
  }

  .main1-logo-slider-viewport {
    padding-top: 0.85rem;
    border-radius: 1.25rem;
  }

  .main1-logo-slider-track {
    gap: 0.75rem;
    animation-duration: 28s;
  }

  .main1-logo-slide-card {
    width: 10.5rem;
    min-height: 8.4rem;
  }

  .main1-logo-media {
    height: 3.8rem;
  }
}
