:root{--text:#333;--bg:#fff;--sans:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}body,html{width:100%;height:100%;font-family:var(--sans);background-color:var(--bg);color:var(--text);margin:0;padding:0;overflow:hidden}#root{flex-direction:column;width:100%;height:100dvh;display:flex}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--sans)}
