:root{--font-sans: ;--font-mono: ;--text-xs: ;--text-sm: ;--text-base: ;--text-lg: ;--text-xl: ;--text-2xl: ;--text-3xl: ;--text-4xl: ;--leading-tight: ;--leading-snug: ;--leading-normal: ;--leading-relaxed: ;--weight-regular: ;--weight-medium: ;--weight-semibold: ;--weight-bold: ;--space-1: ;--space-2: ;--space-3: ;--space-4: ;--space-6: ;--space-8: ;--space-12: ;--space-16: ;--space-24: ;--space-32: ;--space-48: ;--space-64: ;--max-width: ;--content-inset: ;--duration-fast: ;--duration-base: ;--duration-slow: ;--ease-default: ;--ease-spring: ;--ease-out: }[data-theme=dark],[data-theme=light]{--color-bg: ;--color-bg-subtle: ;--color-fg: ;--color-fg-muted: ;--color-accent: ;--color-accent-hover: ;--color-border: ;--color-border-subtle: ;--color-error: ;--color-success: }*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--color-fg);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}