/* Styles extracted from sitemap.php inline <style> (static blocks). */
:root { --sm-navy: #062747; --sm-pink: #c90f53; }
      .sm-wrap { max-width: 1060px; margin: 0 auto; padding: 28px 18px 90px; }
      /* Hero */
      .sm-hero { position: relative; overflow: hidden; padding: 36px 34px; border-radius: 18px; background: linear-gradient(135deg, var(--sm-navy) 0%, var(--sm-pink) 100%); color: #fff; margin-bottom: 24px; box-shadow: 0 16px 38px rgba(201,15,83,0.20); }
      .sm-hero::after { content: ""; position: absolute; right: -50px; top: -55px; width: 230px; height: 230px; border-radius: 50%; background: rgba(255,255,255,0.06); }
      .sm-hero__ic { width: 54px; height: 54px; border-radius: 14px; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.24); display: inline-flex; align-items: center; justify-content: center; font-size: 23px; margin-bottom: 14px; position: relative; }
      .sm-hero h1 { margin: 0 0 7px; font-size: 30px; font-weight: 800; letter-spacing: -0.5px; position: relative; }
      .sm-hero p { margin: 0; opacity: 0.93; font-size: 14.5px; line-height: 1.5; position: relative; }
      .sm-hero b { font-weight: 800; }
      /* Section nav chips */
      .sm-toc { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
      .sm-toc a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid #ebe2e7; color: var(--sm-navy); font-size: 13px; font-weight: 700; text-decoration: none; transition: border-color .15s, color .15s, box-shadow .15s, transform .15s; }
      .sm-toc a:hover { border-color: var(--sm-pink); color: var(--sm-pink); box-shadow: 0 4px 12px rgba(201,15,83,0.12); transform: translateY(-1px); }
      .sm-toc a .n { font-size: 11px; opacity: 0.55; font-weight: 600; }
      /* Expand / collapse all */
      .sm-ctl { display: flex; gap: 16px; margin: -8px 4px 18px; }
      .sm-ctl button { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 0; color: var(--sm-pink); font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
      .sm-ctl button:hover { text-decoration: underline; }
      .sm-ctl button i { font-size: 11px; }
      /* Group card */
      .sm-group { background: #fff; border: 1px solid #ececf1; border-radius: 16px; margin-bottom: 18px; box-shadow: 0 1px 2px rgba(6,39,71,0.04), 0 8px 24px rgba(6,39,71,0.05); overflow: hidden; scroll-margin-top: 16px; }
      .sm-group__head { display: flex; align-items: center; gap: 13px; padding: 17px 22px; background: linear-gradient(180deg, #fbfcfe, #fff); cursor: pointer; list-style: none; user-select: none; transition: background .13s; }
      .sm-group__head::-webkit-details-marker { display: none; }
      .sm-group__head:hover { background: #fdf5f8; }
      details[open] > .sm-group__head { border-bottom: 1px solid #f1f1f5; }
      .sm-group__chev { margin-left: 12px; color: #aab2bf; font-size: 13px; flex-shrink: 0; transition: transform .25s ease, color .15s; }
      details[open] > .sm-group__head .sm-group__chev { transform: rotate(180deg); color: var(--sm-pink); }
      .sm-group__ic { width: 40px; height: 40px; border-radius: 11px; background: var(--sm-navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
      .sm-group__title { font-size: 17px; font-weight: 800; color: var(--sm-navy); letter-spacing: -0.2px; }
      .sm-group__count { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--sm-pink); background: #fff1f5; border: 1px solid #fcd3e0; padding: 4px 11px; border-radius: 999px; white-space: nowrap; }
      .sm-group__body { padding: 12px 18px 18px; }
      /* Link list */
      .sm-list { columns: 2; column-gap: 26px; margin: 0; padding: 0; list-style: none; }
      .sm-list li { break-inside: avoid; margin: 1px 0; }
      .sm-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 12px; border-radius: 9px; color: #2a2f3a; text-decoration: none; font-size: 13.5px; line-height: 1.45; transition: background .13s, color .13s; }
      .sm-list a:hover { background: #fff1f5; color: var(--sm-pink); }
      .sm-list a .lbl { word-break: break-word; }
      .sm-list a .pri { flex-shrink: 0; font-size: 10px; color: #b3b9c4; font-weight: 700; font-variant-numeric: tabular-nums; }
      .sm-list a:hover .pri { color: var(--sm-pink); }
      .sm-meta { font-size: 12.5px; color: #8a8f99; margin-top: 24px; text-align: center; }
      .sm-meta a { color: var(--sm-pink); font-weight: 700; text-decoration: none; }
      @media (max-width: 767px) {
        .sm-wrap { padding: 16px 12px 60px; }
        .sm-hero { padding: 26px 20px; }
        .sm-hero h1 { font-size: 25px; }
        .sm-list { columns: 1; }
      }

