.site-map-page { height: auto; min-height: 100vh; min-height: 100dvh; overflow: auto; color-scheme: dark; }
.site-map-page a { color: #9ccfff; text-decoration: none; }
.site-map-page a:hover { color: #e1f1ff; }
.site-map-page a:focus-visible { outline: 2px solid #7ee787; outline-offset: 3px; border-radius: 4px; }
.map-topbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding: 6px clamp(16px, 4vw, 48px); border-bottom: 1px solid var(--border); background: #161b22; font-size: .75rem; }
.map-topbar a { display: inline-flex; align-items: center; min-height: 44px; }
.map-brand { gap: 12px; }
.map-brand > span:first-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 7px; background: linear-gradient(135deg, var(--blue), var(--green)); color: #07111f; font-size: 1rem; font-weight: 800; }
.map-breadcrumb { color: var(--muted); }
.map-window { width: min(1080px, calc(100% - 48px)); margin: 32px auto; border: 1px solid #354251; border-radius: 10px; overflow: hidden; background: #0d131c; box-shadow: 0 20px 60px #0003; }
.map-tab { display: flex; align-items: center; gap: 12px; width: fit-content; padding: 13px 20px; border-top: 2px solid #79c0ff; border-right: 1px solid var(--border); color: #d1e1ef; font-size: .76rem; background: #141e2a; }
.map-tab > span { width: 8px; height: 8px; border-radius: 2px; background: #79c0ff; }
.map-hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: center; gap: 28px; padding: 32px; border-top: 1px solid var(--border); }
.map-comment { font-size: .74rem; color: #85a092; margin-bottom: 16px; }
.map-hero h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.2; letter-spacing: -.04em; color: var(--text-bright); margin-bottom: 16px; }
.map-hero h1 span { color: #7ee787; }
.map-hero p { line-height: 1.8; }
.map-hero h1 + p { font-size: .85rem; color: #a5b3c4; max-width: 53ch; }
.map-illustration { width: 100%; max-width: 310px; justify-self: center; }
.map-stats { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 22px; font-size: .72rem; color: #9baec3; }
.map-stats strong { color: #d7e8f9; font-size: 1rem; margin-right: 4px; }
.map-jumps { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 32px 24px; }
.map-jumps a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; border: 1px solid #344255; border-radius: 6px; font-size: .74rem; background: #121c28; }
.map-jumps a:hover { border-color: #79c0ff; background: #182a3e; }
.map-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; padding: 0 32px 32px; }
.map-section { --map-accent: #79c0ff; min-width: 0; scroll-margin-top: 20px; border: 1px solid #2e3e50; border-radius: 8px; overflow: hidden; background: #101923; }
.map-section--proyectos { --map-accent: #7ee787; }
.map-section--perfil { --map-accent: #e3b341; }
.map-section--blog { --map-accent: #bc8cff; }
.map-section--recursos { --map-accent: #79e3dc; grid-column: 1 / -1; }
.map-section-header { display: flex; align-items: center; gap: 12px; padding: 18px; border-bottom: 1px solid var(--border-soft); background: #ffffff02; }
.map-icon { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; border: 1px solid #344657; border-radius: 7px; color: var(--map-accent); }
.map-icon svg { width: 21px; height: 21px; }
.map-section h2 { color: var(--text-bright); font-size: .94rem; line-height: 1.5; }
.map-section-header p { font-size: .65rem; color: #8a9bae; line-height: 1.6; }
.map-count { margin-left: auto; color: var(--map-accent); border: 1px solid #35475a; border-radius: 5px; padding: 4px 7px; font-size: .7rem; }
.map-section ul { list-style: none; padding: 10px 14px; margin: 0; }
.map-section li + li { border-top: 1px solid #ffffff06; }
.map-section li a { display: grid; grid-template-columns: 12px minmax(0, 1fr) 12px; align-items: center; gap: 10px; min-height: 48px; padding: 11px 6px; color: #bccbda; font-size: .78rem; line-height: 1.65; overflow-wrap: anywhere; border-radius: 4px; }
.map-section li a::before { content: ""; width: 7px; height: 9px; border: 1px solid var(--map-accent); border-radius: 1px; opacity: .8; }
.map-section li a::after { content: "↗"; color: var(--map-accent); }
.map-section li a:hover { background: #79c0ff0c; color: #f0f6fc; }
.map-section--recursos ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 20px; }
.map-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; padding: 10px 24px; border-top: 1px solid var(--border); background: #121a25; font-size: .68rem; color: #93a4b8; line-height: 1.7; }
.map-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.map-status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #7ee787; margin-right: 8px; }
@media (max-width: 760px) {
  .map-breadcrumb { display: none; }
  .map-window { width: calc(100% - 28px); margin-block: 18px; }
  .map-hero { padding: 22px; gap: 12px; }
  .map-jumps { padding: 0 22px 20px; }
  .map-grid { padding: 0 22px 22px; gap: 16px; }
  .map-section--recursos ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .map-brand > span:last-child { display: none; }
  .map-hero { grid-template-columns: minmax(0, 1fr); }
  .map-illustration { max-width: 190px; }
  .map-grid { grid-template-columns: minmax(0, 1fr); }
  .map-section--recursos ul { grid-template-columns: minmax(0, 1fr); }
  .map-section-header { padding: 14px; }
}
