/* クラブの大切な言葉 · 理念ページ · 年度テーマ管理 */

:root {
  --club-philosophy-navy: #1a3568;
  --club-philosophy-gold: #f7a81b;
  --club-philosophy-purple: #7b4fa8;
  --club-philosophy-muted: #6b7280;
}

.club-philosophy-main,
.admin-annual-theme-main {
  max-width: 28rem;
  margin: 0 auto;
  padding: 0.85rem 0.85rem 2rem;
}

.club-philosophy-lead,
.admin-annual-theme-lead {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  color: var(--club-philosophy-muted);
  line-height: 1.55;
}

.club-philosophy-section { margin-bottom: 0.85rem; }
.club-philosophy-section__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}
.club-philosophy-section__num {
  width: 1.65rem; height: 1.65rem; border-radius: 50%;
  background: var(--club-philosophy-navy); color: #fff;
  font-size: 0.82rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.club-philosophy-section__num--annual { background: var(--club-philosophy-gold); color: #1a1a1a; }
.club-philosophy-section__title { font-size: 0.95rem; font-weight: 800; color: var(--club-philosophy-navy); margin: 0; }
.club-philosophy-section__badge {
  font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.45rem;
  border-radius: 999px; background: #f3f4f6; color: var(--club-philosophy-muted); white-space: nowrap;
}
.club-philosophy-section__badge--edit { background: #fef3c7; color: #92400e; }

.club-philosophy-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 0.55rem;
  padding: 0.85rem 0.75rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.club-philosophy-card--annual {
  border-color: var(--club-philosophy-gold);
  background: linear-gradient(180deg, #fffbeb 0%, #fff 40%);
  box-shadow: inset 0 0 0 1px var(--club-philosophy-gold);
}
.club-philosophy-card__lang-label {
  font-size: 0.68rem; font-weight: 700; color: var(--club-philosophy-purple);
  margin-bottom: 0.35rem; padding-bottom: 0.25rem; border-bottom: 1px solid #f3f4f6;
}
.club-philosophy-card__intro { font-size: 0.82rem; margin-bottom: 0.55rem; line-height: 1.65; }
.club-philosophy-card__list { margin: 0; padding-left: 1.15rem; font-size: 0.82rem; }
.club-philosophy-card__list li + li { margin-top: 0.35rem; }
.club-philosophy-card__en { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px dashed #e5e7eb; }

.club-philosophy-fourway { text-align: center; }
.club-philosophy-fourway__lead { font-size: 0.82rem; margin-bottom: 0.65rem; font-weight: 600; }
.club-philosophy-fourway__lead--small { font-size: 0.78rem; }
.club-philosophy-fourway__item { font-size: 0.88rem; font-weight: 700; margin: 0.45rem 0 0; color: var(--club-philosophy-navy); }
.club-philosophy-fourway__en { font-size: 0.78rem; color: var(--club-philosophy-muted); margin: 0.15rem 0 0.45rem; font-weight: 600; }

.club-philosophy-annual-block { margin-bottom: 0.85rem; padding-bottom: 0.85rem; border-bottom: 1px dashed #e5e7eb; }
.club-philosophy-annual-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.club-philosophy-annual-block__label--pamphlet {
  justify-content: center; font-size: 0.78rem; color: var(--club-philosophy-navy); margin-bottom: 0.55rem;
}
.club-philosophy-annual-block__label--pamphlet::before { display: none; }
.club-philosophy-annual-block__label--pamphlet span {
  padding: 0.15rem 0.5rem; border: 1px solid #d1d5db; border-radius: 0.2rem;
  background: #fafafa; letter-spacing: 0.02em;
}
.club-philosophy-vision {
  font-size: 0.82rem; line-height: 1.75; color: #1f2937;
  text-align: justify; text-justify: inter-ideograph; margin: 0;
}
.club-philosophy-goals { list-style: none; margin: 0; padding: 0; counter-reset: club-goals; }
.club-philosophy-goals__item {
  counter-increment: club-goals;
  display: flex; gap: 0.5rem; align-items: flex-start;
  font-size: 0.84rem; font-weight: 700; color: var(--club-philosophy-navy);
  padding: 0.4rem 0; border-bottom: 1px solid #f3f4f6;
}
.club-philosophy-goals__item:last-child { border-bottom: none; }
.club-philosophy-goals__item::before {
  content: counter(club-goals);
  flex-shrink: 0; width: 1.35rem; height: 1.35rem; border-radius: 50%;
  background: var(--club-philosophy-navy); color: #fff;
  font-size: 0.72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin-top: 0.1rem;
}
.club-philosophy-annual-block__label {
  font-size: 0.72rem; font-weight: 800; color: var(--club-philosophy-purple);
  margin-bottom: 0.35rem; display: flex; align-items: center; gap: 0.35rem;
}
.club-philosophy-annual-block__label::before {
  content: ""; width: 3px; height: 0.85rem; background: var(--club-philosophy-purple); border-radius: 2px;
}
.club-philosophy-annual__row { display: flex; gap: 0.65rem; align-items: flex-start; }
.club-philosophy-annual__slogan-ja { font-size: 0.95rem; font-weight: 800; color: var(--club-philosophy-navy); line-height: 1.4; margin: 0; }
.club-philosophy-annual__slogan-en { font-size: 0.72rem; color: var(--club-philosophy-muted); margin: 0.2rem 0 0; font-weight: 600; }
.club-philosophy-annual__attr { font-size: 0.72rem; color: var(--club-philosophy-muted); margin: 0.35rem 0 0; line-height: 1.5; }

.club-philosophy-portrait {
  flex-shrink: 0; border-radius: 50%; object-fit: cover; object-position: center 22%; background: #e5e7eb;
}
.club-philosophy-portrait--intl { border: 2px solid var(--club-philosophy-navy); width: 3.25rem; height: 3.25rem; }
.club-philosophy-portrait--club { border: 2px solid var(--club-philosophy-gold); width: 3.25rem; height: 3.25rem; }
.club-philosophy-portrait--lg { width: 4rem; height: 4rem; }

/* ホーム年度テーマカード */
.home-annual-theme { margin-bottom: 1rem; }
.home-annual-theme__card {
  display: block; border-radius: 0.65rem; overflow: hidden;
  border: 2px solid var(--club-philosophy-gold);
  box-shadow: 0 4px 14px rgba(26, 53, 104, 0.12);
  text-decoration: none; color: inherit;
}
.home-annual-theme__ribbon {
  background: linear-gradient(90deg, var(--club-philosophy-navy) 0%, #2d4a8a 100%);
  color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.35rem 0.75rem;
  display: flex; justify-content: space-between; align-items: center;
}
.home-annual-theme__badge {
  background: var(--club-philosophy-gold); color: #1a1a1a; padding: 0.1rem 0.45rem;
  border-radius: 999px; font-size: 0.65rem;
}
.home-annual-theme__body { padding: 0.85rem 0.85rem 0.75rem; background: linear-gradient(180deg, #fffbeb 0%, #fff 55%); }
.home-annual-theme__intl { display: flex; gap: 0.65rem; align-items: center; margin-bottom: 0.65rem; padding-bottom: 0.65rem; border-bottom: 1px dashed #e5e7eb; }
.home-annual-theme__slogan-ja { font-size: 0.92rem; font-weight: 800; color: var(--club-philosophy-navy); line-height: 1.35; margin: 0; }
.home-annual-theme__slogan-en { font-size: 0.68rem; color: var(--club-philosophy-muted); margin: 0.15rem 0 0; font-weight: 600; }
.home-annual-theme__club-row { display: flex; align-items: center; justify-content: flex-start; gap: 0.55rem; margin: 0 auto 0.35rem; max-width: 16rem; }
.home-annual-theme__intl .club-philosophy-portrait--intl { width: 3.25rem; height: 3.25rem; }
.home-annual-theme__photo--club { width: calc(3.25rem + 8px); height: calc(3.25rem + 8px); }
.home-annual-theme__club-label { font-size: calc(0.68rem + 4px); font-weight: 700; color: var(--club-philosophy-purple); margin: 0; }
.home-annual-theme__club-president { font-size: calc(0.72rem + 6px); font-weight: 700; color: var(--club-philosophy-muted); margin: 0.1rem 0 0; }
.home-annual-theme__club-slogan { text-align: center; font-size: 0.88rem; font-weight: 800; color: #92400e; line-height: 1.4; margin: 0; }
.home-annual-theme__club-en { text-align: center; font-size: 0.68rem; color: var(--club-philosophy-muted); margin: 0.2rem 0 0; }
.home-annual-theme__more { display: block; text-align: center; font-size: 0.75rem; font-weight: 700; color: var(--club-philosophy-navy); padding-top: 0.55rem; border-top: 1px solid #f3f4f6; margin-top: 0.55rem; }

/* 管理画面 */
.admin-annual-theme-flash { margin: 0 0 0.75rem; padding: 0.55rem 0.65rem; border-radius: 0.35rem; font-size: 0.82rem; }
.admin-annual-theme-flash--error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.admin-annual-theme-flash--info { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
.admin-annual-theme-field { display: block; margin-bottom: 0.85rem; }
.admin-annual-theme-field__label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--club-philosophy-navy); margin-bottom: 0.3rem; }
.admin-annual-theme-field__hint { margin: 0 0 0.45rem; font-size: 0.72rem; color: var(--club-philosophy-muted); line-height: 1.5; }
.admin-annual-theme-field__input,
.admin-annual-theme-field__textarea {
  width: 100%; border: 1px solid #d1d5db; border-radius: 0.35rem;
  padding: 0.5rem 0.65rem; font-size: 0.88rem; font-family: inherit;
}
.admin-annual-theme-field__textarea { min-height: 3.5rem; resize: vertical; }
.admin-annual-theme-section-title {
  font-size: 0.88rem; font-weight: 800; color: var(--club-philosophy-purple);
  margin: 1rem 0 0.55rem; padding-bottom: 0.35rem; border-bottom: 2px solid #f3e8ff;
}
.admin-annual-theme-section-title:first-of-type { margin-top: 0; }
.admin-annual-theme-upload { display: flex; align-items: center; gap: 0.65rem; padding: 0.65rem; border: 1px dashed #d1d5db; border-radius: 0.35rem; background: #fafafa; }
.admin-annual-theme-upload__thumb { width: 3.5rem; height: 3.5rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--club-philosophy-navy); }
.admin-annual-theme-upload__thumb--empty { display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: var(--club-philosophy-muted); background: #f3f4f6; }
.admin-annual-theme-upload__btn { min-height: 2.25rem; padding: 0 0.75rem; border: 1px solid var(--club-philosophy-navy); border-radius: 0.35rem; background: #fff; color: var(--club-philosophy-navy); font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.admin-annual-theme-search__input { width: 100%; min-height: 2.55rem; border: 1px solid #d1d5db; border-radius: 0.35rem; padding: 0.5rem 0.65rem; font-size: 0.88rem; }
.admin-annual-theme-picker { list-style: none; margin: 0 0 0.65rem; padding: 0; border: 1px solid #e5e7eb; border-radius: 0.35rem; max-height: 9.5rem; overflow-y: auto; background: #fff; }
.admin-annual-theme-picker__item { border-bottom: 1px solid #f3f4f6; }
.admin-annual-theme-picker__item:last-child { border-bottom: none; }
.admin-annual-theme-picker__btn {
  width: 100%; display: flex; align-items: center; gap: 0.55rem; padding: 0.5rem 0.6rem;
  border: none; background: #fff; cursor: pointer; text-align: left;
}
.admin-annual-theme-picker__btn:hover { background: #f9fafb; }
.admin-annual-theme-picker__btn[aria-selected="true"] { background: #eff6ff; box-shadow: inset 3px 0 0 var(--club-philosophy-navy); }
.admin-annual-theme-picker__avatar { width: 2.35rem; height: 2.35rem; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.admin-annual-theme-picker__avatar--empty { display: flex; align-items: center; justify-content: center; background: #e5e7eb; color: #6b7280; }
.admin-annual-theme-picker__avatar--empty svg { width: 1.2rem; height: 1.2rem; }
.admin-annual-theme-picker__name { display: block; font-size: 0.84rem; font-weight: 700; color: var(--club-philosophy-navy); }
.admin-annual-theme-picker__furigana { display: block; font-size: 0.68rem; color: var(--club-philosophy-muted); }
.admin-annual-theme-picker__empty { padding: 0.85rem; text-align: center; font-size: 0.78rem; color: var(--club-philosophy-muted); }
.admin-annual-theme-president-preview { display: flex; gap: 0.65rem; align-items: flex-start; padding: 0.65rem; border: 1px solid #e5e7eb; border-radius: 0.35rem; background: #fafafa; }
.admin-annual-theme-president-preview__name { margin: 0; font-size: 0.88rem; font-weight: 800; color: var(--club-philosophy-navy); }
.admin-annual-theme-president-preview__meta { margin: 0.2rem 0 0; font-size: 0.72rem; color: var(--club-philosophy-muted); }
.admin-annual-theme-president-preview__club { display: inline-block; margin-top: 0.25rem; padding: 0.1rem 0.4rem; border-radius: 999px; background: #eff6ff; color: #1e40af; font-size: 0.65rem; font-weight: 700; }
.admin-annual-theme-actions { display: flex; flex-direction: column; gap: 0.45rem; margin-top: 1rem; }
.admin-annual-theme-save { min-height: 2.75rem; border: none; border-radius: 0.35rem; background: var(--club-philosophy-navy); color: #fff; font-size: 0.92rem; font-weight: 700; cursor: pointer; }
.admin-annual-theme-preview { display: block; text-align: center; min-height: 2.5rem; line-height: 2.5rem; border: 1px solid var(--club-philosophy-navy); border-radius: 0.35rem; color: var(--club-philosophy-navy); font-size: 0.85rem; font-weight: 700; text-decoration: none; }

.admin-club-policy-badge {
  display: inline-block; margin-bottom: 0.65rem; padding: 0.2rem 0.55rem;
  border-radius: 999px; background: #ede9fe; color: #5b21b6;
  font-size: 0.68rem; font-weight: 700;
}
.admin-club-policy-tabs {
  display: flex; gap: 0.35rem; margin-bottom: 0.85rem;
  border-bottom: 2px solid #e5e7eb; padding-bottom: 0.5rem;
}
.admin-club-policy-tabs__btn {
  flex: 1; min-height: 2.1rem; border: none; border-radius: 0.35rem 0.35rem 0 0;
  background: #f3f4f6; color: #4b5563; font-size: 0.72rem; font-weight: 700;
  text-decoration: none; text-align: center; line-height: 2.1rem;
}
.admin-club-policy-tabs__btn--active { background: var(--club-philosophy-purple); color: #fff; }
.admin-annual-theme-field__textarea--vision { min-height: 5.5rem; line-height: 1.6; }
.admin-goals-list { list-style: none; margin: 0; padding: 0; }
.admin-goals-list__row { display: flex; gap: 0.4rem; align-items: center; margin-bottom: 0.45rem; }
.admin-goals-list__num {
  flex-shrink: 0; width: 1.5rem; text-align: center;
  font-size: 0.78rem; font-weight: 800; color: var(--club-philosophy-navy);
}
.admin-goals-list__input { flex: 1; min-width: 0; }
.admin-goals-list__remove {
  flex-shrink: 0; width: 2rem; height: 2rem; border: 1px solid #fecaca;
  border-radius: 0.3rem; background: #fff; color: #b91c1c; font-size: 1rem; cursor: pointer;
}
.admin-goals-add {
  width: 100%; min-height: 2.25rem; margin-top: 0.35rem;
  border: 1px dashed #d1d5db; border-radius: 0.35rem;
  background: #fafafa; color: var(--club-philosophy-navy); font-size: 0.78rem; font-weight: 700; cursor: pointer;
}
