html { font-size: 18px; }
body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; }
::selection { background: rgba(2, 132, 199, .18); }
details > summary::-webkit-details-marker { display: none; }

.ap-glow {
  box-shadow:
    0 10px 30px rgba(2, 132, 199, 0.10),
    0 6px 18px rgba(192, 38, 211, 0.08);
}
