/* =====================================================
   SKY WORDS ANSWERS — Vibrant Sky Theme
   Gold standard template v3
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Open+Sans:wght@400;600;700&display=swap');

/* ── Reset & base ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #0d2a4a;
  min-height: 100vh;
  background: linear-gradient(135deg, #deeeff 0%, #b3d9ff 50%, #6ab4f5 100%) fixed, #6ab4f5;
}

a { color: #1a6bc7; text-decoration: none; }
a:hover { color: #0d4a9e; text-decoration: underline; }
p { margin-bottom: .85rem; }
img { vertical-align: middle; }

/* ── Page wrapper ─────────────────────────────────── */
.page-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

/* Diagonal stripe accent at top of content */
.page-wrap::before {
  content: "";
  display: block;
  height: 12px;
  background: repeating-linear-gradient(45deg, #1a6bc7 0 12px, #fff 12px 24px);
  border-radius: 8px 8px 0 0;
}

/* ── Header ───────────────────────────────────────── */
.site-header {
  background: linear-gradient(180deg, #1a6bc7 0%, #0d4a9e 100%);
  border-radius: 0 0 8px 8px;
  padding: 8px 6px;
  box-shadow: 0 4px 16px rgba(13,74,158,.35);
  position: sticky; top: 0; z-index: 100;
}
.site-header .wrap {
  max-width: 1080px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0 16px; gap: 16px;
}
.logo {
  font-family: 'Nunito', sans-serif;
  font-weight: 900; font-size: 22px;
  color: #fff; letter-spacing: -.01em;
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.logo:hover { text-decoration: none; color: #fff; }
.logo-img {
  width: 44px; height: 44px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  flex-shrink: 0;
}
.logo-tiles { display: flex; gap: 3px; }
.logo-tile {
  width: 28px; height: 28px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: 14px; color: #fff; line-height: 1;
}
.logo-tile.t1 { background: #4aa8f5; }
.logo-tile.t2 { background: #2e8fd4; }
.logo-tile.t3 { background: #1a6bc7; }
.logo em { color: #a8d8ff; font-style: normal; }
.site-nav { display: flex; gap: 4px; }
.site-nav a {
  color: rgba(255,255,255,.82); padding: 7px 14px;
  border-radius: 20px; font-size: 14px; font-weight: 600;
  transition: all .2s;
}
.site-nav a:hover, .site-nav a.active {
  color: #fff; background: rgba(255,255,255,.2);
  text-decoration: none;
}

/* ── Main content box ─────────────────────────────── */
.content-box {
  background: #f0f8ff;
  border: 1px solid #b3d9f5;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
  padding: 22px 20px;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ── Breadcrumb ───────────────────────────────────── */
.breadcrumb-bar {
  background: #e0f0ff; border-bottom: 1px solid #b3d9f5;
  padding: .5rem 0;
}
.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: .3rem; list-style: none; font-size: .82rem;
}
.breadcrumb a { color: #1a6bc7; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .bc-current { color: #5a8db5; }
.bc-sep { color: #b3d9f5; margin: 0 .1rem; }

/* ── Headings ─────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Nunito', sans-serif;
  font-weight: 800; line-height: 1.2; margin-bottom: .5rem;
}
h1 {
  font-size: 2rem; color: #1a5fa8;
  border-bottom: 3px dashed #4aa8f5;
  padding-bottom: 8px; margin: 10px 2px 16px;
  text-transform: uppercase;
}
h2 { font-size: 1.4rem; color: #1e7a3c; }
h3 { font-size: 1.15rem; color: #0d2a4a; }

/* ── Hero ─────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, #0d2a4a 0%, #1a6bc7 50%, #4aa8f5 100%);
  padding: 2.5rem 1.5rem 3rem;
  text-align: center; position: relative; overflow: hidden;
}
.hero-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.1) 1.5px, transparent 1.5px);
  background-size: 24px 24px; pointer-events: none;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35);
  color: #fff; font-size: .8rem; font-weight: 700;
  padding: .28rem .9rem; border-radius: 20px;
  margin-bottom: .9rem; position: relative; z-index: 1;
  text-transform: uppercase; letter-spacing: .06em;
}
.page-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  color: #fff; border: none; padding: 0;
  margin: 0 auto .7rem; max-width: 780px;
  position: relative; z-index: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.88);
  max-width: 560px; margin: 0 auto;
  position: relative; z-index: 1;
}
.hero-wave { display: block; width: 100%; height: 40px; margin-top: -2px; color: #f0f8ff; }

/* ── App description banner ───────────────────────── */
.appdescription {
  background: #e6f3ff;
  border-bottom: 2px solid #b3d9f5;
  padding: 1rem 1.5rem;
}
.appdescription p {
  font-size: .97rem; color: #0d3a6b;
  line-height: 1.75; max-width: 960px; margin: 0 auto;
}

/* ── Daily highlight ──────────────────────────────── */
.daily-highlight {
  background: linear-gradient(135deg, #1a5fa8 0%, #2980d4 50%, #4aa8f5 100%);
  border-radius: 14px; padding: 1.6rem 1.8rem;
  margin: 1.5rem 0; color: #fff;
  box-shadow: 0 6px 20px rgba(26,111,200,.35);
  position: relative; overflow: hidden;
}
.daily-eyebrow {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.95); font-size: .76rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  padding: .2rem .7rem; border-radius: 20px; margin-bottom: .6rem;
}
.daily-highlight h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1.2rem;
  color: #fff; margin: 0 0 .9rem;
}
.daily-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: #1a6bc7;
  padding: .5rem 1.3rem; border-radius: 22px;
  font-weight: 800; font-size: .88rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.daily-btn:hover {
  transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.22);
  text-decoration: none; color: #1a6bc7;
}

/* ── Section titles ───────────────────────────────── */
.section-title {
  font-family: 'Trebuchet MS', sans-serif; font-size: 1.2rem; font-weight: 800;
  color: #0d2a4a; margin-bottom: 1rem;
  display: flex; align-items: center; gap: .6rem;
}
.section-count {
  font-size: .76rem; font-weight: 700;
  color: #1a6bc7; background: #deeeff;
  padding: 2px 10px; border-radius: 20px;
}
.section-intro {
  font-size: .95rem; color: #4a7fa8;
  margin-bottom: 1.25rem; line-height: 1.6;
}

/* ── Blocks grid ──────────────────────────────────── */
.blocks-grid-section, .packs-grid-section { margin-top: 1.75rem; }

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .6rem;
  margin-bottom: 2rem;
}
.block-card {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: .2rem; padding: .95rem .7rem;
  border-radius: 12px; color: #fff;
  text-decoration: none; min-height: 70px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  transition: transform .18s, box-shadow .18s, filter .18s;
}
.block-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
  filter: brightness(1.08);
  color: #fff; text-decoration: none;
}
.block-card .block-range {
  font-family: 'Trebuchet MS', sans-serif; font-weight: 700;
  font-size: 1rem; letter-spacing: -.01em; line-height: 1;
}
.block-card .block-sub {
  font-size: .7rem; font-weight: 700;
  opacity: .85; text-transform: uppercase; letter-spacing: .06em;
}

/* ── Level grid ───────────────────────────────────── */
.levels-grid {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-bottom: 2rem;
}
.level-card {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px; min-width: 110px;
  background: linear-gradient(180deg, #e8f4ff, #c8e4ff);
  border: 1px solid #7ab8e8;
  border-radius: 14px; line-height: 1.2;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  color: #1a5fa8; font-weight: 700; font-size: .95rem;
  transition: transform .1s, background .15s;
  text-decoration: none;
}
.level-card:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #fff, #b3d9ff);
  color: #0d3a8a; text-decoration: none;
}

/* ── Answer words / definitions ───────────────────── */
.answers-section { margin: 1.5rem 0 2rem; }
.word-defs-list { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.5rem; }
.word-def-card {
  background: linear-gradient(180deg, #f0f8ff, #e2f0fc);
  border: 1px solid #8ec8f0;
  border-radius: 12px; padding: .8rem 1.1rem;
  transition: border-color .15s, transform .12s;
}
.word-def-card:hover { border-color: #1a6bc7; transform: translateX(3px); }
.word-def-top {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: .25rem;
}
.word-def-word {
  font-family: 'Trebuchet MS', sans-serif; font-weight: 900;
  font-size: 1.05rem; text-transform: uppercase;
  color: #1a5fa8; letter-spacing: .05em;
}
.word-def-len {
  font-size: .73rem; font-weight: 700;
  color: #1a6bc7; background: #deeeff;
  padding: 2px 9px; border-radius: 20px;
}
.word-def-text {
  font-size: .87rem; color: #2a5070; line-height: 1.5; margin: 0;
}

/* ── Players also searched ────────────────────────── */
.also-searched { margin: 1.75rem 0; }
.also-grid { display: flex; flex-direction: column; gap: .35rem; margin-top: .75rem; }
.also-card {
  display: block; padding: .55rem 1rem;
  background: linear-gradient(180deg, #f0f8ff, #e2f0fc);
  border: 1px solid #8ec8f0;
  border-radius: 10px; font-size: .9rem; font-weight: 700;
  color: #1a6bc7; transition: all .15s; text-decoration: none;
}
.also-card:hover {
  background: linear-gradient(180deg, #fff, #c8e4ff);
  border-color: #1a6bc7; text-decoration: none;
  transform: translateX(4px);
}

/* ── Feature cards ────────────────────────────────── */
.feature-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem; margin: 1.5rem 0 2rem;
}
.feature-card {
  border-radius: 12px; padding: 1.2rem 1.1rem;
  border: 1.5px solid;
}
.feature-card.fc-blue   { background: #e8f4ff; border-color: #9ccef5; }
.feature-card.fc-orange { background: #fff5e6; border-color: #ffd09e; }
.feature-card.fc-green  { background: #eafaf0; border-color: #9de0b6; }
.feature-card.fc-purple { background: #f3eeff; border-color: #c9aaed; }
.feature-card .fc-icon { font-size: 1.7rem; margin-bottom: .4rem; }
.feature-card h3 { font-family: 'Nunito', sans-serif; font-size: .95rem; font-weight: 800; margin-bottom: .25rem; }
.feature-card.fc-blue h3   { color: #1a5fa8; }
.feature-card.fc-orange h3 { color: #9a4f00; }
.feature-card.fc-green h3  { color: #1e7a3c; }
.feature-card.fc-purple h3 { color: #5b2d9e; }
.feature-card p { font-size: .84rem; line-height: 1.55; margin: 0; color: #4a7a9a; }

/* ── World/pack blocks ────────────────────────────── */
.world-block {
  margin: 14px 0 8px; padding: 14px;
  background: #f0f8ff;
  border: 1px dashed #7ab8e8;
  border-radius: 10px;
}
.world-title {
  margin: 0 0 10px; color: #1a5fa8;
  font-family: 'Nunito', sans-serif; font-size: 1.25rem; font-weight: 900;
  letter-spacing: .03em;
  border-bottom: 2px solid #4aa8f5; padding-bottom: 6px;
  text-transform: uppercase;
}

/* ── Grid puzzle ──────────────────────────────────── */
.grid-wrap { margin: 1.5rem 0; }
.grid-table { border-collapse: collapse; margin: 0 auto; }
.grid-table td {
  width: 38px; height: 38px; text-align: center; vertical-align: middle;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 1.1rem;
  border: 2px solid #b3d9f5; color: #0d2a4a;
  text-transform: uppercase; border-radius: 4px;
}
.grid-table td.filled { background: #e0f0ff; }
.grid-table td.empty { background: #0d2a4a; border-color: #0d2a4a; }
.letter-pool {
  display: flex; gap: .4rem; flex-wrap: wrap;
  justify-content: center; margin: 1rem 0;
}
.letter-tile {
  width: 40px; height: 40px; border-radius: 8px;
  background: linear-gradient(180deg, #4aa8f5, #1a6bc7);
  color: #fff; font-family: 'Nunito', sans-serif;
  font-weight: 900; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 0 #0d4a9e, 0 3px 6px rgba(0,0,0,.15);
  text-transform: uppercase;
}

/* ── Pager ────────────────────────────────────────── */
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 2rem 0; }
.pager a {
  background: linear-gradient(180deg, #f0f8ff, #e2f0fc);
  border: 1.5px solid #8ec8f0; border-radius: 12px;
  padding: 14px 18px; display: flex; flex-direction: column; gap: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,.07); transition: all .18s; text-decoration: none;
}
.pager a:hover { border-color: #1a6bc7; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(26,107,199,.2); }
.pager a.next { align-items: flex-end; text-align: right; }
.pager div.empty { background: transparent; box-shadow: none; border: none; }
.pager .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #1a6bc7; }
.pager .target { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px; color: #0d2a4a; }

/* ── About / FAQ ──────────────────────────────────── */
.about-section {
  margin-top: 1.75rem; background: #e8f4ff;
  border-radius: 12px; padding: 1.5rem 1.75rem;
  border: 1px solid #8ec8f0;
}
.about-section h2, .about-section h3 {
  font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 800;
  color: #0d2a4a; margin-bottom: .75rem;
}
.about-section p { font-size: .94rem; color: #2a5070; line-height: 1.72; margin-bottom: .7rem; }
.about-section p:last-child { margin-bottom: 0; }
.about-section a { color: #1a6bc7; font-weight: 600; }
.about-section a:hover { text-decoration: underline; }

.related-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.related-list a {
  padding: .3rem .8rem; background: #deeeff;
  border: 1px solid #7ab8e8; border-radius: 8px;
  font-size: .85rem; font-weight: 700; color: #1a5fa8;
  transition: all .15s;
}
.related-list a:hover { background: #1a6bc7; color: #fff; text-decoration: none; }

.faq-section { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 2px dashed #b3d9f5; }
.faq-section h2 { font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 800; color: #0d2a4a; margin-bottom: .9rem; }
.faq-item {
  background: #fff; border: 1px solid #b3d9f5;
  border-radius: 10px; padding: .9rem 1.2rem; margin-bottom: .55rem;
}
.faq-item h3 { font-family: 'Nunito', sans-serif; font-size: .93rem; font-weight: 700; color: #1a5fa8; margin-bottom: .3rem; }
.faq-item p { font-size: .87rem; color: #2a5070; line-height: 1.6; margin: 0; }

/* ── Parent link ──────────────────────────────────── */
.parent-link { margin: .75rem 0 1.25rem; }
.parent-link a {
  color: #1a6bc7; font-weight: 700; font-size: .9rem;
  padding: .3rem .75rem; background: #deeeff;
  border-radius: 20px; border: 1px solid #7ab8e8;
  transition: all .15s;
}
.parent-link a:hover { background: #1a6bc7; color: #fff; text-decoration: none; }

/* ── Footer ───────────────────────────────────────── */
.site-footer {
  background: linear-gradient(180deg, #0d2a4a, #071828);
  margin-top: 2rem; padding: .3rem 0 0;
  color: rgba(255,255,255,.65);
  border-top: 3px solid #1a6bc7;
}
.footer-inner {
  max-width: 1080px; margin: 0 auto; padding: 0 22px .3rem;
  display: flex; gap: 1rem; flex-wrap: wrap;
  justify-content: space-between; align-items: center;
}
.footer-brand strong { font-family: 'Nunito', sans-serif; font-size: .9rem; font-weight: 800; color: #fff; }
.footer-brand em { color: #7ab8e8; font-style: normal; }
.footer-brand p { display: none; }
.footer-links { display: flex; flex-direction: row; flex-wrap: wrap; gap: .3rem .9rem; }
.footer-links a { color: rgba(255,255,255,.55); font-size: .87rem; transition: color .15s; }
.footer-links a:hover { color: #fff; text-decoration: none; }
.footer-related {
  text-align: center; padding: 5px 0 2px;
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 8px;
}
.footer-related .related-label { font-size: .78rem; opacity: .65; margin-right: 8px; }
.footer-related a { display: inline-block; margin: 4px 8px; font-size: .83rem; color: rgba(255,255,255,.7); text-decoration: underline; }
.footer-related a:hover { color: #fff; }
.footer-copy {
  background: rgba(0,0,0,.3); padding: .4rem 22px;
  text-align: center; font-size: .8rem; color: rgba(255,255,255,.3);
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 640px) {
  /* mobile nav: keep all links visible */
  .page-hero { padding: 1.8rem 1rem 2.5rem; }
  .pager { grid-template-columns: 1fr; gap: 8px; }
  .about-section { padding: 1.1rem; }
  .footer-inner { flex-direction: column; gap: 1.25rem; }
  .blocks-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 1.5rem; }
}

/* Star Rating */
.rating-section {
  margin: 2rem 0 1.5rem;
  padding: 1.2rem 1.5rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d0e8ff;
  box-shadow: 0 2px 8px rgba(0,80,180,.07);
}
.rating-heading {
  font-size: .95rem;
  font-weight: 700;
  color: #1a5fa8;
  margin: 0 0 .6rem;
  border: none;
}
.star-widget { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; }
.star {
  font-size: 1.8rem;
  color: #ccc;
  line-height: 1;
  transition: color .12s;
}
.star.on { color: #f5a623; }
.rating-meta {
  font-size: .85rem;
  color: #555;
  margin-left: .5rem;
}
.rating-meta strong { color: #f5a623; }

/* ── Scroll progress bar ──────────────────────────── */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, #4aa8f5, #1a6bc7, #0d4a9e);
  z-index: 9999; transition: width .1s linear;
  box-shadow: 0 0 6px rgba(74,168,245,.6);
}

/* ── Back-to-top button ───────────────────────────── */
#back-to-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(180deg, #4aa8f5, #1a6bc7);
  color: #fff; font-size: 20px; line-height: 44px; text-align: center;
  box-shadow: 0 4px 14px rgba(26,107,199,.45);
  cursor: pointer; border: none;
  opacity: 0; transform: translateY(12px);
  transition: opacity .25s, transform .25s;
  z-index: 999;
}
#back-to-top.visible { opacity: 1; transform: translateY(0); }
#back-to-top:hover { background: linear-gradient(180deg, #5ab8ff, #1a6bc7); box-shadow: 0 6px 20px rgba(26,107,199,.55); }

/* ── Copy toast ───────────────────────────────────── */
#copy-toast {
  position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%) translateY(10px);
  background: #0d2a4a; color: #fff; font-size: .85rem; font-weight: 700;
  padding: .5rem 1.2rem; border-radius: 22px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  opacity: 0; pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 9998; white-space: nowrap;
}
#copy-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── Word cards: copy cursor + tap hint ───────────── */
.word-def-word {
  cursor: pointer; user-select: none;
  position: relative;
}
.word-def-word::after {
  content: 'tap to copy';
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: .65rem; font-weight: 600; color: #7ab8e8;
  text-transform: uppercase; letter-spacing: .05em;
  opacity: 0; transition: opacity .15s;
}
.word-def-card:hover .word-def-word::after { opacity: 1; }

/* ── Answers highlight pulse on load ─────────────── */
@keyframes answers-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,168,245,0); }
  40%  { box-shadow: 0 0 0 8px rgba(74,168,245,.25); }
  100% { box-shadow: 0 0 0 0 rgba(74,168,245,0); }
}
.answers-section.answers-highlight,
.word-defs-list.answers-highlight { animation: answers-pulse .9s ease-out; }

/* ── Mobile nav: show all links, wrap neatly ──────── */
@media (max-width: 640px) {
  .site-nav { flex-wrap: wrap; justify-content: flex-end; gap: 2px; }
  .site-nav a { font-size: 12px; padding: 5px 9px; }
}

/* ── Hide HashOver branding ───────────────────────── */
#hashover-end-links, [id*="-end-links"] { display: none !important; }

/* ── Info cards (home page) ───────────────────────── */
.info-section { margin: 1.75rem 0; }
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.info-card {
  background: #fff;
  border: 1.5px solid #b3d9f5;
  border-radius: 14px;
  padding: 1.3rem 1.2rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(26,107,199,.08);
  transition: transform .18s, box-shadow .18s;
}
.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(26,107,199,.15);
}
.info-icon { font-size: 2rem; margin-bottom: .5rem; }
.info-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem; font-weight: 800;
  color: #1a5fa8; margin-bottom: .4rem;
}
.info-card p { font-size: .87rem; color: #4a7a9a; line-height: 1.55; margin: 0; }

/* ── Level jump search (home page) ───────────────── */
.level-jump {
  background: linear-gradient(135deg, #e8f4ff, #d0eaff);
  border: 1.5px solid #7ab8e8;
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  margin: 1.5rem 0;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.level-jump label {
  font-weight: 800; font-size: .95rem; color: #0d2a4a;
  white-space: nowrap;
}
.level-jump input[type=number] {
  width: 110px; padding: 8px 12px;
  border: 1.5px solid #7ab8e8; border-radius: 8px;
  font-size: 1rem; font-weight: 700; color: #0d2a4a;
  outline: none; transition: border .15s;
}
.level-jump input[type=number]:focus { border-color: #1a6bc7; }
.level-jump button {
  padding: 9px 22px;
  background: linear-gradient(180deg, #4aa8f5, #1a6bc7);
  color: #fff; border: none; border-radius: 8px;
  font-size: .95rem; font-weight: 800; cursor: pointer;
  transition: filter .15s;
}
.level-jump button:hover { filter: brightness(1.1); }

/* ── Level card word count badge ───────────── */
.level-card { display:flex; flex-direction:column; align-items:center; gap:2px; }
.lc-num { font-weight:800; font-size:.92rem; }
.lc-meta { font-size:.72rem; color:rgba(255,255,255,.7); font-weight:600; }

/* ── Today highlight on daily archive ──────── */
.today-link { background:linear-gradient(135deg,#0d4a9e,#1a6bc7)!important; color:#fff!important; font-weight:800!important; border:2px solid #4aa8f5!important; }
.today-link .arrow { color:#fff!important; }

/* ── Clue list (Figgerits) ──────────────────── */
.clue-list { display:flex; flex-direction:column; gap:.6rem; margin-top:1rem; }
.clue-row { display:flex; align-items:center; justify-content:space-between; gap:1rem; background:#fff; border:1.5px solid #b3d9f5; border-radius:10px; padding:.7rem 1rem; }
.clue-text { flex:1; font-size:.93rem; color:#0d2a4a; line-height:1.5; }
.clue-answer { font-weight:900; font-size:1rem; color:#1a6bc7; background:#deeeff; border-radius:8px; padding:.3rem .8rem; cursor:pointer; user-select:none; white-space:nowrap; }
.clue-answer:hover { background:#1a6bc7; color:#fff; }
/* ── Letter pool display ─────────────────────── */
.letter-pool { display:flex; flex-wrap:wrap; gap:.4rem; margin:.75rem 0 1.25rem; }
.letter-tile { width:38px; height:38px; display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(180deg,#4aa8f5,#1a6bc7); color:#fff; font-weight:900; font-size:1.1rem; border-radius:8px; box-shadow:0 2px 6px rgba(26,107,199,.3); }
/* ── Packs grid ──────────────────────────────── */
.packs-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:.75rem; margin-top:1rem; }
