body.hh-page-guides .hh-guides-v70 { margin-top: clamp(24px,4vw,52px); }
.hh-guides-hero { min-height: 360px; padding: clamp(30px,6vw,68px); border: 1px solid var(--hh-line); border-radius: var(--hh-radius-xl); background: radial-gradient(circle at 95% 0%,rgba(216,239,255,.92),transparent 42%),linear-gradient(145deg,#fff,var(--hh-lilac)); box-shadow: var(--hh-shadow-md); display: grid; align-content: center; }
.hh-guides-hero p { max-width: 760px; color: var(--hh-ink-soft); font-size: 1.08rem; }
.hh-guide-controls { display: grid; grid-template-columns: minmax(0,1fr) minmax(210px,.34fr); gap: 12px; margin: 22px 0; }
.hh-guide-suggestions, .hh-guide-popular, .hh-guide-results, .hh-guide-related { margin-top: 28px; }
.hh-guide-popular-grid, .hh-guide-related-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.hh-guide-popular-grid > *, .hh-guide-related-list > * { border: 1px solid var(--hh-line); border-radius: 20px; background: #fff; padding: 17px; box-shadow: var(--hh-shadow-xs); }
.hh-guide-toolbar { justify-content: space-between; margin: 12px 0; }
.hh-guide-rail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.hh-guide-rail > *, .hh-guide-card { border: 1px solid var(--hh-line); border-radius: 22px; background: #fff; padding: 20px; min-width: 0; box-shadow: var(--hh-shadow-xs); }
.hh-guide-card:nth-child(6n+1) { background: linear-gradient(145deg,#fff,var(--hh-lilac)); }
.hh-guide-card:nth-child(6n+2) { background: linear-gradient(145deg,#fff,var(--hh-blue)); }
.hh-guide-card:nth-child(6n+3) { background: linear-gradient(145deg,#fff,var(--hh-mint)); }
.hh-guide-card:nth-child(6n+4) { background: linear-gradient(145deg,#fff,var(--hh-yellow)); }
.hh-guide-card:nth-child(6n+5) { background: linear-gradient(145deg,#fff,var(--hh-blush)); }
.hh-guide-card:nth-child(6n+6) { background: linear-gradient(145deg,#fff,var(--hh-peach)); }
.hh-guide-empty { padding: 28px; border: 1px dashed var(--hh-line-strong); border-radius: 22px; text-align: center; color: var(--hh-muted); }
@media (max-width: 760px) {
  .hh-guide-controls { grid-template-columns: 1fr; }
  .hh-guide-popular-grid, .hh-guide-related-list { grid-template-columns: 1fr; }
  .hh-guide-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--hh-gutter) * -1); padding: 8px var(--hh-gutter) 20px; scrollbar-width: none; }
  .hh-guide-rail > *, .hh-guide-card { flex: 0 0 calc(100vw - 48px); max-width: 440px; scroll-snap-align: center; }
}

.hh-guide-popular-grid a, .hh-guide-related-list a { display: grid; gap: 7px; color: inherit; text-decoration: none; }
.hh-guide-popular-grid strong, .hh-guide-popular-grid small,
.hh-guide-related-list strong, .hh-guide-related-list small { display: block; }
.hh-guide-popular-grid small, .hh-guide-related-list small { color: var(--hh-muted); line-height: 1.48; }
.hh-guide-card .meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: var(--hh-muted); font-size: .82rem; font-weight: 760; }
.hh-guide-card h3 { margin-top: 10px; }
.hh-guide-card p { color: var(--hh-ink-soft); }
.hh-guide-open { margin-top: auto; width: fit-content; }
.hh-guide-card { display: flex; flex-direction: column; }
.hh-guide-pagination-note { color: var(--hh-muted); font-size: .9rem; }

.hh-guide-finder { margin-top: 18px; }
.hh-guide-controls-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.hh-guide-controls-head p { max-width: 600px; color: var(--hh-muted); }
.hh-guide-controls-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(220px,.7fr) auto; gap: 12px; align-items: end; }
.hh-guide-controls-grid label { min-width: 0; }
.hh-guide-controls-grid #hh-guide-clear-v70 { min-width: 120px; }
#hh-guide-count-v70 { margin-top: 12px; color: var(--hh-muted); font-weight: 800; }
.hh-guide-suggestions { position: absolute; z-index: 40; width: min(520px, 100%); margin-top: 6px; border: 1px solid var(--hh-line); border-radius: 18px; background: #fff; box-shadow: var(--hh-shadow-md); padding: 6px; }
.hh-guide-controls-grid label:first-child { position: relative; }
.hh-guide-suggestions a { display: grid; gap: 2px; padding: 10px 12px; border-radius: 12px; color: var(--hh-ink); text-decoration: none; }
.hh-guide-suggestions a:hover, .hh-guide-suggestions a:focus-visible { background: var(--hh-lilac); }
.hh-guide-suggestions small { color: var(--hh-muted); }
@media (max-width: 760px) {
  .hh-guide-controls-head { align-items: start; flex-direction: column; }
  .hh-guide-controls-grid { grid-template-columns: 1fr; }
  .hh-guide-controls-grid #hh-guide-clear-v70 { width: 100%; }
}
