@layer base,theme,layout,utilities;@layer base{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable;text-size-adjust:none}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;min-block-size:100dvh}body,header,main,footer,section,nav,aside,article,figure,figcaption{transition:background-color .25s ease,border-color .25s ease}body{transition:background-color .25s ease,color .25s ease,border-color .25s ease}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}a{color:inherit;text-decoration:none}img,video,svg{max-inline-size:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}ul,ol{list-style:none}}@layer theme{:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 5px;--radius-md: 10px;--radius-lg: 18px;--max-w: 640px;--color-bg: #ffffff;--color-surface: #f5f5f5;--color-surface-2: #ebebeb;--color-border: #e0e0e0;--color-border-2: #c8c8c8;--color-primary: #e8ff47;--color-primary-dim: #d4eb2e;--color-text: #0f0f0f;--color-muted: #595959;--color-muted-2: #767676;--color-on-primary: #0f0f0f;--logo-filter: none;color-scheme:light}:root[data-theme=dark]{--color-bg: #0a0a0a;--color-surface: #141414;--color-surface-2: #1e1e1e;--color-border: #2a2a2a;--color-border-2: #3c3c3c;--color-text: #f0f0f0;--color-muted: #a8a8a8;--color-muted-2: #717171;--logo-filter: invert(1);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg: #0a0a0a;--color-surface: #141414;--color-surface-2: #1e1e1e;--color-border: #2a2a2a;--color-border-2: #3c3c3c;--color-text: #f0f0f0;--color-muted: #a8a8a8;--color-muted-2: #717171;--logo-filter: invert(1);color-scheme:dark}}}@layer layout{@media(min-width:720px){:root{--max-w: 700px}}@media(min-width:1080px){:root{--max-w: 1020px}}}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}
