.club-guide-shell {
  --club-blue: #1768e5;
  --club-blue-soft: #eaf2ff;
  --club-ink: #142e55;
  --club-muted: #64758f;
  --club-line: #dce5f1;
  --club-surface: #ffffff;
  color: var(--club-ink);
  width: 100%;
}

.club-guide-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  margin-bottom: 14px;
}

.club-guide-head > div {
  min-width: 0;
}

.club-guide-head h1,
.club-guide-head p,
.club-guide-row strong,
.club-guide-row span,
.club-guide-row small {
  letter-spacing: 0;
}

.club-guide-head h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  color: var(--club-ink);
}

.club-guide-head p {
  margin: 4px 0 0;
  color: var(--club-muted);
  font-size: 13px;
  line-height: 1.5;
}

.club-guide-source-note {
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-left: 3px solid #e4a72a;
  border-radius: 0 6px 6px 0;
  background: #fff8e8;
}

.club-guide-source-note strong {
  color: #72510f;
  font-size: 13px;
}

.club-guide-source-note span {
  color: #79663f;
  font-size: 12px;
  line-height: 1.55;
}

.club-guide-source-note a {
  color: #2768c9;
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.club-guide-source-note a:hover {
  text-decoration: underline;
}

.club-guide-back,
.club-guide-share {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--club-line);
  border-radius: 8px;
  background: var(--club-surface);
  color: var(--club-ink);
  padding: 0;
}

.club-guide-back svg,
.club-guide-share svg {
  width: 20px;
  height: 20px;
}

.club-guide-search {
  height: 50px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 14px;
  border: 1px solid var(--club-line);
  border-radius: 8px;
  background: var(--club-surface);
}

.club-guide-search > svg {
  width: 20px;
  height: 20px;
  color: #8495ad;
}

.club-guide-search input {
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--club-ink);
  font: inherit;
  font-size: 15px;
}

.club-guide-search input::placeholder {
  color: #96a4b7;
}

.club-guide-search button {
  display: none;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #73839a;
}

.club-guide-search button.show {
  display: inline-flex;
}

.club-guide-search button svg {
  width: 18px;
  height: 18px;
}

.club-guide-kind {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.club-guide-kind button,
.club-guide-categories button {
  min-height: 40px;
  border: 1px solid var(--club-line);
  border-radius: 8px;
  background: var(--club-surface);
  color: #435875;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.club-guide-kind button.active,
.club-guide-categories button.active {
  border-color: var(--club-blue);
  background: var(--club-blue);
  color: #fff;
}

.club-guide-categories {
  display: flex;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0 0 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.club-guide-categories::-webkit-scrollbar {
  display: none;
}

.club-guide-categories button {
  flex: 0 0 auto;
  padding: 0 13px;
}

.club-guide-result-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 2px 8px;
}

.club-guide-result-head strong {
  font-size: 15px;
}

.club-guide-result-head span {
  color: #8795a9;
  font-size: 11px;
  text-align: right;
}

.club-guide-list {
  overflow: hidden;
  border: 1px solid var(--club-line);
  border-radius: 8px;
  background: var(--club-surface);
}

.club-guide-row {
  width: 100%;
  min-height: 96px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #e8eef6;
  background: transparent;
  color: inherit;
  text-align: left;
}

.club-guide-row:last-child {
  border-bottom: 0;
}

.club-guide-thumb {
  width: 76px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
  background: #eef4fb;
}

.club-guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.club-guide-thumb > span {
  color: var(--club-blue);
}

.club-guide-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.club-guide-copy > strong {
  overflow: hidden;
  color: var(--club-ink);
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-guide-copy > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--club-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.club-guide-copy small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.club-guide-copy b {
  padding: 2px 6px;
  border-radius: 4px;
  background: #eff4fa;
  color: #667a96;
  font-size: 10px;
  font-weight: 600;
}

.club-guide-chevron {
  color: #99a8bc;
}

.club-guide-chevron svg {
  width: 19px;
  height: 19px;
}

.club-guide-note {
  margin: 14px 2px 0;
  padding: 12px 14px;
  border-left: 3px solid #a9bdd9;
  background: #eef3f9;
  color: #63758e;
  font-size: 12px;
  line-height: 1.65;
}

.club-guide-state,
.club-guide-empty {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--club-muted);
  text-align: center;
}

.club-guide-state strong,
.club-guide-empty strong {
  color: var(--club-ink);
  font-size: 16px;
}

.club-guide-state p,
.club-guide-empty span {
  margin: 0;
  font-size: 13px;
}

.club-guide-state-icon,
.club-guide-empty > svg {
  color: var(--club-blue);
}

.club-guide-state-icon svg,
.club-guide-empty > svg {
  width: 34px;
  height: 34px;
}

.club-guide-spinner {
  width: 26px;
  height: 26px;
  border: 3px solid #d8e5f7;
  border-top-color: var(--club-blue);
  border-radius: 50%;
  animation: club-guide-spin .8s linear infinite;
}

.club-guide-secondary {
  min-height: 42px;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid #bcd0ec;
  border-radius: 8px;
  background: #f4f8fd;
  color: #2464b5;
  font: inherit;
  font-weight: 700;
}

.club-guide-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #eaf0f7;
  padding: 0;
}

.club-guide-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.club-guide-cover > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(17, 38, 69, .82);
  color: #fff;
  font-size: 12px;
}

.club-guide-cover > span svg {
  width: 15px;
  height: 15px;
}

.club-detail-intro,
.club-detail-section,
.club-detail-more {
  padding: 20px 2px;
  border-bottom: 1px solid var(--club-line);
}

.club-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.club-detail-tags span {
  padding: 4px 8px;
  border-radius: 5px;
  background: var(--club-blue-soft);
  color: #356aa8;
  font-size: 11px;
  font-weight: 700;
}

.club-detail-intro h2,
.club-detail-section h2 {
  margin: 0 0 8px;
  color: var(--club-ink);
  font-size: 18px;
}

.club-detail-intro p,
.club-detail-section p,
.club-detail-more p {
  margin: 0;
  color: #536984;
  font-size: 14px;
  line-height: 1.8;
}

.club-detail-join {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
}

.club-detail-section-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8f2ff;
  color: var(--club-blue);
}

.club-detail-section-icon svg {
  width: 22px;
  height: 22px;
}

.club-detail-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.club-detail-section-head > span {
  color: var(--club-muted);
  font-size: 12px;
}

.club-detail-gallery {
  display: grid;
  grid-auto-columns: 76%;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.club-detail-gallery::-webkit-scrollbar {
  display: none;
}

.club-detail-gallery button {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #edf3fa;
  padding: 0;
  scroll-snap-align: start;
}

.club-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.club-detail-more {
  color: var(--club-ink);
}

.club-detail-more summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.club-detail-more > div {
  display: grid;
  gap: 14px;
  padding-top: 14px;
}

@keyframes club-guide-spin {
  to { transform: rotate(360deg); }
}

@media (hover: hover) {
  .club-guide-row:hover {
    background: #f7faff;
  }

  .club-guide-back:hover,
  .club-guide-share:hover,
  .club-guide-secondary:hover {
    border-color: #8eb3e6;
    background: #edf5ff;
  }
}

@media (max-width: 359px) {
  .club-guide-kind {
    gap: 6px;
  }

  .club-guide-kind button {
    font-size: 12px;
  }

  .club-guide-row {
    grid-template-columns: 68px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 10px;
  }

  .club-guide-thumb {
    width: 68px;
    height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-guide-spinner {
    animation-duration: 1.8s;
  }
}
