@keyframes wiggle{0%,to{transform:rotate(-6deg) scale(1)}50%{transform:rotate(6deg) scale(1.18)}}@keyframes slidein{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fadein{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes cachePulse{0%,to{box-shadow:0 0 #e643431f}50%{box-shadow:0 0 0 4px #e643430f}}body{margin:0;min-height:100vh}*{box-sizing:border-box}details.worked-example{margin:14px 0;border:1px solid oklch(84% .06 240);border-radius:8px;padding:0 14px}details.worked-example>summary{padding:12px 0;color:#006495;color:oklch(48% .15 240);cursor:pointer;font-weight:700}details.worked-example[open]{background:#dff1ff;background:oklch(95% .04 240);border-color:#79c0f1;padding-bottom:14px}details.worked-example[open]>summary{margin-bottom:12px;border-bottom:1px solid oklch(84% .06 240)}.dark-mode details.worked-example,.dark-mode details.worked-example[open]{background:#33393d}
