:root{--primary: rgba(255, 255, 255, 1);--text-primary: rgba(255, 255, 255, 1);--text-secondary: rgba(255, 255, 255, .8);--text-tertiary: rgba(255, 255, 255, .6);--text-quaternary: rgba(255, 255, 255, .4);--border-primary: rgba(255, 255, 255, .5);--border-secondary: rgba(255, 255, 255, .2);--border-secondary-solid: rgba(59, 59, 59, 1);--border-tertiary: rgba(255, 255, 255, .1);--background-card: rgba(0, 0, 0, .65);--background-card-light: rgba(255, 255, 255, .05);--background-hover: rgba(255, 255, 255, .05);--app-background-transparent: rgba(10, 10, 10, .8);--app-background: rgba(10, 10, 10, 1);--alpha-background-1: rgba(0, 0, 0, .01);--alpha-background-5: rgba(0, 0, 0, .05);--alpha-background-10: rgba(0, 0, 0, .1);--alpha-background-20: rgba(0, 0, 0, .2);--alpha-background-40: rgba(0, 0, 0, .4);--alpha-background-50: rgba(0, 0, 0, .5);--alpha-background-80: rgba(0, 0, 0, .8);--alpha-background: rgba(0, 0, 0, .99);--inverse-background-1: rgba(255, 255, 255, .01);--inverse-background-5: rgba(255, 255, 255, .05);--inverse-background-10: rgba(255, 255, 255, .1);--inverse-background-20: rgba(255, 255, 255, .2);--inverse-background-40: rgba(255, 255, 255, .4);--inverse-background-50: rgba(255, 255, 255, .5);--inverse-background-60: rgba(255, 255, 255, .4);--inverse-background-80: rgba(255, 255, 255, .8);--inverse-background: rgba(255, 255, 255, .99)}.light{--primary: rgba(0, 0, 0, 1);--text-primary: rgba(0, 0, 0, 1);--text-secondary: rgba(0, 0, 0, .8);--text-tertiary: rgba(0, 0, 0, .6);--text-quaternary: rgba(0, 0, 0, .4);--border-primary: rgba(0, 0, 0, .5);--border-secondary: rgba(0, 0, 0, .2);--border-secondary-solid: rgba(200, 200, 200, 1);--border-tertiary: rgba(0, 0, 0, .1);--background-card: rgba(255, 255, 255, .65);--background-card-light: rgba(0, 0, 0, .05);--background-hover: rgba(0, 0, 0, .05);--app-background-transparent: rgba(245, 245, 245, .8);--app-background: rgba(245, 245, 245, 1);--alpha-background-1: rgba(0, 255, 255, .01);--alpha-background-5: rgba(255, 255, 255, .05);--alpha-background-10: rgba(255, 255, 255, .1);--alpha-background-20: rgba(255, 255, 255, .2);--alpha-background-40: rgba(255, 255, 255, .4);--alpha-background-50: rgba(255, 255, 255, .5);--alpha-background-80: rgba(255, 255, 255, .8);--alpha-background: rgba(255, 255, 255, .99);--inverse-background-1: rgba(0, 0, 0, .01);--inverse-background-5: rgba(0, 0, 0, .05);--inverse-background-10: rgba(0, 0, 0, .1);--inverse-background-20: rgba(0, 0, 0, .2);--inverse-background-40: rgba(0, 0, 0, .4);--inverse-background-50: rgba(0, 0, 0, .5);--inverse-background-60: rgba(0, 0, 0, .4);--inverse-background-80: rgba(0, 0, 0, .8);--inverse-background: rgba(0, 0, 0, .99)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#fffc;background-color:var(--app-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:20rem;min-height:100dvh;background-color:var(--app-background)}h1{font-size:3.2em;line-height:1.1}button{border-radius:.5rem;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:.25rem auto -webkit-focus-ring-color}#root{margin:0 auto;text-align:center;min-height:100dvh;width:100dvw}#root *{box-sizing:border-box;outline:none}
