:root{--accent: 124, 58, 237;--accent-gradient: linear-gradient( 45deg, rgb(var(--accent)), #da62c4 30%, white 60% )}*{box-sizing:content-box}html{font-family:system-ui,sans-serif;background-color:#f4f4f4;color:#000}body{padding:0;margin:0}main{width:80ch;margin:auto;padding:1rem 2rem}table{width:100%}table thead th,table tbody td{border-bottom:solid #ccc 1px;padding:.5rem}p{text-align:justify}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}pre{padding:1rem;border-radius:4px}hr{margin:2rem auto 1rem}.text-gradient{background-image:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:400%;background-position:0%}.bg-pan-left{animation:bg-pan-left 8s}@keyframes bg-pan-left{0%{background-position:100% 50%}to{background-position:0 50%}}
