html:has(.k-root),html:has(.k-root) body{background:var(--surface-page)!important;color:var(--text-primary)!important}html:has(.k-root):not(.dark),html:has(.k-root):not(.dark) body{color-scheme:light!important}html.dark:has(.k-root),html.dark:has(.k-root) body{color-scheme:dark!important}.k-root{background:var(--surface);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;position:relative;font:var(--type-body-compact);letter-spacing:var(--type-body-ls)}.k-root,.k-root button,.k-root input,.k-root select,.k-root textarea{font-family:var(--root-font-stack)!important}.k-root *,.k-root :after,.k-root :before{box-sizing:border-box}:where(.k-root) a{color:inherit;text-decoration:none}.k-root ::-moz-selection{background:var(--brand-accent-soft);color:var(--text)}.k-root ::selection{background:var(--brand-accent-soft);color:var(--text)}