:root{--background:#fff;--foreground:#17171a;--muted:#5b5b66;--border:#e4e4e9;--accent:#2f5bea;--gutter:1rem}@media (prefers-color-scheme:dark){:root{--background:#0a0a0c;--foreground:#ededf0;--muted:#a0a0ad;--border:#26262e;--accent:#7d9bff}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;height:100%}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;display:flex}:where(main,header,footer,section,article,div){min-width:0}:where(p,li,h1,h2,h3,h4,h5,h6,a,span,td,th){overflow-wrap:break-word}img,svg,video,canvas{max-width:100%;height:auto;display:block}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
