:root{--background:#ffffff;--foreground:#171717;--background-color:white;--row-gap:0.5rem;--toolbar-height:calc(32px + 2rem);--border-color:#808080;--card-background:#ffffff;--text-primary:#000000;--text-secondary:#404040;--text-tertiary:#808080}@media (max-width:768px){:root{--toolbar-height:calc(24px + 1.2rem)}}html{color-scheme:light}body,html{max-width:100vw;margin:0}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}