:root{--color-background:#fff;--color-foreground:#1d1d1f;--color-primary:#14b8a6;--color-primary-hover:#0d9488;--color-primary-tint:rgba(20,184,166,.08);--color-secondary:#86868b;--color-border:rgba(0,0,0,.08);--color-surface:#f5f5f7;--color-surface-hover:rgba(0,0,0,.04)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background:#000;--color-foreground:#f5f5f7;--color-primary:#2dd4bf;--color-primary-hover:#14b8a6;--color-primary-tint:rgba(45,212,191,.1);--color-secondary:#98989d;--color-border:hsla(0,0%,100%,.08);--color-surface:#1c1c1e;--color-surface-hover:hsla(0,0%,100%,.05)}}:root[data-theme=dark]{--color-background:#000;--color-foreground:#f5f5f7;--color-primary:#2dd4bf;--color-primary-hover:#14b8a6;--color-primary-tint:rgba(45,212,191,.1);--color-secondary:#98989d;--color-border:hsla(0,0%,100%,.08);--color-surface:#1c1c1e;--color-surface-hover:hsla(0,0%,100%,.05)}:root[data-theme=light]{--color-background:#fff;--color-foreground:#1d1d1f;--color-primary:#14b8a6;--color-primary-hover:#0d9488;--color-primary-tint:rgba(20,184,166,.08);--color-secondary:#86868b;--color-border:rgba(0,0,0,.08);--color-surface:#f5f5f7;--color-surface-hover:rgba(0,0,0,.04)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";background-color:var(--color-background);color:var(--color-foreground);transition:background-color .3s ease,color .3s ease}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-hover)}button{font-family:inherit;background:none;border:none;padding:0;cursor:pointer;font-size:inherit;color:inherit}