.mapline{margin:0 0 22px;background:var(--node,#fff);border:1px solid var(--line,#e2e0d8);border-radius:9px;padding:clamp(16px,2.4vw,24px)}.mapline-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 20px}.mapline-head .k{font-family:var(--font-mono),ui-monospace,monospace;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted,#666a62);font-weight:600}.mapline-head .chips{display:flex;gap:8px}.mapline-head .chip{padding:4px 10px;border-radius:6px;border:1px solid var(--line,#e2e0d8);background:none;font-size:11.5px;font-weight:400;color:var(--muted,#666a62)}.mapline-head .chip b{color:var(--ink,#16181c);font-weight:600;margin-right:4px}.mapline svg{display:block;width:100%;height:auto;margin-top:8px}.mapline svg path{fill:none;stroke:var(--muted,#666a62);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:1400;stroke-dashoffset:1400;animation:maplinedraw 1.6s cubic-bezier(.45,0,.2,1) .15s forwards}@keyframes maplinedraw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.mapline svg path{animation:none;stroke-dashoffset:0}}@media print{.mapline svg path{animation:none;stroke-dashoffset:0}}.mapline-cap{margin:8px 0 0;font-size:13px;line-height:1.6;color:var(--muted,#666a62);max-width:68ch}.pg-home.thm-v3 .mapline{background:#0a0a0a;border-color:rgba(255,255,255,.09)}.pg-home.thm-v3 .mapline svg path{stroke:#6a6e66}